.main_nullData {
  width: 100%;
  padding: .6rem 0;
}

.main_nullData img {
  width: 4.76rem;
  display: block;
  margin: 0 auto;
}

.content_gift_new {
  width: 100%;
  min-height: 100vh;
  background-image: url(/images/5.0/cbg_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ffebeb;
  padding: .8rem 0 0 0;
}

.content_gift_new .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content_gift_new .header .title {
  width: 2.18rem;
}

.content_gift_new .header .back {
  width: .2rem;
  position: absolute;
  left: .42rem;
  top: 50%;
  transform: translateY(-50%);
}

.content_gift_new .main_list {
  overflow: hidden;
  width: 100%;
  background: #F9F9F9;
  border-radius: .3rem .3rem 0 0;
  margin-top: .36rem;
  min-height: 86vh;
  padding: .32rem .2rem;
}

.content_gift_new .main_list .navbars {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  font-size: 12px;
  padding-bottom: .15rem;
  margin-bottom: .15rem;
}

.content_gift_new .main_list .navbars div {
  width: 1.66rem;
  height: .66rem;
  background-image: url(/images/5.0/fivejx_03.png);
  background-size: 100% 100%;
  margin-right: .08rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.content_gift_new .main_list .navbars div.on {
  background-image: url(/images/5.0/fivejxs_03.png);
}

.content_gift_new .main_list .navbars div.on span {
  color: #ff4d51;
}

.content_gift_new .main_list .navbars div span {
  font-size: .34rem;
  font-weight: bold;
  color: #5b5b5b;
}

.content_gift_new .main_list .navbars div .h {
  width: .29rem;
  margin-left: .08rem;
}

.content_gift_new .main_list .navbars div .w {
  width: .36rem;
  margin-left: .08rem;
}

.content_gift_new .main_list .item {
  overflow: hidden;
  width: 100%;
  margin-bottom: .32rem;
}

.content_gift_new .main_list .item .banner {
  width: 100%;
}

.content_gift_new .main_list .item .label {
  margin: 0 auto;
  width: 100%;
  height: 2.52rem;
  background-image: url(/images/5.0/ab_03.png);
  border-radius: .1rem;
  margin: 0 auto;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: .22rem 0 .22rem .22rem;
  justify-content: space-between;
  margin-top: .15rem;
}

.content_gift_new .main_list .item .label .price {
  overflow: hidden;
  width: 1.84rem;
  font-size: 12px;
  text-align: center;
}

.content_gift_new .main_list .item .label .price p {
  font-size: .4rem;
  color: #f1311a;
  margin-bottom: .1rem;
  text-align: center;
}

.content_gift_new .main_list .item .label .price p span {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: .58rem;
  color: #f1311a;
}

.content_gift_new .main_list .item .label .price .kc {
  display: inline-flex;
  align-items: center;
  border: 2px solid #f1311a;
  border-radius: .03rem;
  overflow: hidden;
}

.content_gift_new .main_list .item .label .price .kc span {
  font-size: .22rem;
  padding: 0 .03rem;
  color: #f1311a;
  line-height: 1.3;
}

.content_gift_new .main_list .item .label .price .kc i {
  font-size: .22rem;
  padding: 0 .06rem;
  line-height: 1.3;
  color: #fff;
  background: #f1311a;
}

.content_gift_new .main_list .item .label .price em {
  display: block;
  text-align: center;
  font-size: .21rem;
  color: #f1311a;
  margin-top: .06rem;
}

.content_gift_new .main_list .item .label .price .btn {
  width: 1.5rem;
  height: .46rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .26rem;
  color: #fff;
  background: linear-gradient(to right, #ED0100, #F74E0A);
  border-radius: .6rem;
  margin-top: .2rem;
}

.content_gift_new .main_list .item .label .grow {
  overflow: hidden;
  display: flex;
}

.content_gift_new .main_list .item .label .grow .picture {
  overflow: hidden;
  width: 2.08rem;
  height: 2.08rem;
  border-radius: .06rem;
}

.content_gift_new .main_list .item .label .grow .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content_gift_new .main_list .item .label .grow .info {
  width: 2.4rem;
  margin-left: .22rem;
  overflow: hidden;
}

.content_gift_new .main_list .item .label .grow .info .name {
  overflow: hidden;
  width: 100%;
  height: 1.12rem;
}

.content_gift_new .main_list .item .label .grow .info .name p {
  font-size: .28rem;
  color: #000000;
  line-height: .34rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content_gift_new .main_list .item .label .grow .info .ly {
  display: flex;
  align-items: center;
  font-size: .22rem;
  color: #999999;
  margin-top: .22rem;
}

.content_gift_new .main_list .item .label .grow .info .ly img {
  width: .23rem;
  margin-right: .1rem;
}

.content_gift_new .main_list .item .label .grow .info .lab {
  display: flex;
  align-items: flex-end;
}

.content_gift_new .main_list .item .label .grow .info .lab img {
  width: auto;
  height: .23rem;
  margin-right: .08rem;
}

.content_gift_new .main_list .item .label .grow .info span {
  display: block;
  font-size: .21rem;
  color: #999999;
  margin-top: .26rem;
}

.content_gift_new .search {
  width: 6.9rem;
  margin: 0 auto;
  height: .62rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: .28rem;
  background: #fff;
  border: 1px solid #E71C36;
  border-radius: .6rem;
  margin-top: .32rem;
}

.content_gift_new .search img {
  width: .28rem;
}

.content_gift_new .search input {
  flex: 1;
  height: 100%;
  border: none;
  background: none;
  font-size: .28rem;
  color: #33333d;
  padding-left: .12rem;
}

.content_gift_new .search input::placeholder {
  color: #85858B;
}

.content_gift_new .search div {
  width: 1.34rem;
  height: .52rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #FD2A42, #F84F50);
  border-radius: .4rem;
  font-size: .28rem;
  color: #fff;
  position: absolute;
  right: .06rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.content_h_new {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  background-image: url(/images/5.0/cbg_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ffebeb;
  padding: 0.3rem 0 0 0;
}

.content_h_new .main_box {
  overflow: hidden;
  width: 100%;
  padding: .2rem .15rem;
  padding-top: .24rem;
  background: #F9F9F9;
}

.content_h_new .main_box .list {
  width: 100%;
  overflow: hidden;
}

.content_h_new .main_box .list .head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
  font-size: .33rem;
  color: #1f1b1b;
  font-weight: bold;
}

.content_h_new .main_box .list .head img {
  width: .32rem;
  margin: 0 .14rem;
}

.content_h_new .main_box .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_h_new .main_box .list ul li {
  overflow: hidden;
  width: 3.5rem;
  background: #fff;
  border-radius: .16rem;
  margin-bottom: .16rem;
}

.content_h_new .main_box .list ul li .picture {
  overflow: hidden;
  width: 100%;
  height: 3.5rem;
}

.content_h_new .main_box .list ul li .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_h_new .main_box .list ul li .info {
  overflow: hidden;
  padding: 0 .2rem .2rem .2rem;
}

.content_h_new .main_box .list ul li .info .name {
  display: block;
  height: .8rem;
}

.content_h_new .main_box .list ul li .info .name p {
  font-size: .26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  line-height: .36rem;
  color: #000000;
}

.content_h_new .main_box .list ul li .info .lab {
  display: flex;
}

.content_h_new .main_box .list ul li .info .lab img {
  height: .24rem;
  width: auto;
  margin-right: .06rem;
}

.content_h_new .main_box .list ul li .info .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .06rem;
}

.content_h_new .main_box .list ul li .info .b p {
  font-size: .22rem;
  color: #fe2512;
  font-weight: bold;
}

.content_h_new .main_box .list ul li .info .b p span {
  font-size: .3rem;
  font-weight: bold;
}

.content_h_new .main_box .list ul li .info .b img {
  width: .3rem;
}

.content_h_new .main_box .supper {
  overflow: hidden;
  width: 100%;
  border-radius: .2rem;
  background-image: linear-gradient(#f23450, #f23450, #f23450, #f8e9eb);
}

.content_h_new .main_box .supper .heads {
  width: 100%;
  height: 1.09rem;
  background-image: url(/images/5.0/five_23.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content_h_new .main_box .supper .heads a {
  font-size: .28rem;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  color: #fff;
}

.content_h_new .main_box .supper .icon {
  display: block;
  width: 100%;
}

.content_h_new .main_box .supper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-image: url(/images/5.0/fivebg_06.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 .18rem;
  justify-content: space-between;
}

.content_h_new .main_box .supper ul li {
  overflow: hidden;
  width: 3.32rem;
  height: 1.44rem;
  background: #fff;
  border-radius: .1rem;
  margin-bottom: .16rem;
}

.content_h_new .main_box .supper ul li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .2rem;
}

.content_h_new .main_box .supper ul li a .picture {
  overflow: hidden;
  width: 1.64rem;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_h_new .main_box .supper ul li a .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.content_h_new .main_box .supper ul li a .info {
  overflow: hidden;
  font-size: 12px;
}

.content_h_new .main_box .supper ul li a .info p {
  font-size: .26rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.1;
}

.content_h_new .main_box .supper ul li a .info span {
  display: block;
  font-size: .19rem;
  color: #ffa06d;
  padding: .1rem 0;
  padding-top: .05rem;
}

.content_h_new .main_box .supper ul li a .info div {
  display: inline-flex;
  align-items: center;
  height: .24rem;
  font-size: .19rem;
  color: #fff;
  border-radius: .3rem;
  background-image: linear-gradient(to right, #F93E59, #F17B63);
  padding: 0 .12rem;
}

.content_h_new .main_contant {
  background: #f9f9f9;
}

.content_h_new .main_spbanner {
  width: 100%;
  height: 2.29rem;
  background-size: 100% 100%;
  background-image: url(/images/5.0/fivebgs_02.png);
  margin-top: .28rem;
  position: relative;
  padding-top: 1.17rem;
}

.content_h_new .main_spbanner p {
  font-size: .38rem;
  line-height: 1.1;
  text-shadow: 0 .04rem .02rem #d50000;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.content_h_new .main_infoBox {
  width: 100%;
  overflow: hidden;
}

.content_h_new .main_infoBox .sys_icon {
  display: flex;
  align-items: center;
  padding: 0 .26rem;
  justify-content: space-between;
}

.content_h_new .main_infoBox .sys_icon div {
  display: flex;
  align-items: center;
  font-size: .28rem;
  color: #fff;
}

.content_h_new .main_infoBox .sys_icon div img {
  width: .28rem;
  margin-right: .08rem;
}

.content_h_new .main_infoBox .main_link_grow {
  margin: 0 auto;
  margin-top: .32rem;
  width: 7.2rem;
}

.content_h_new .main_infoBox .main_link_grow .heads {
  width: 100%;
  height: 1.09rem;
  background-image: url(/images/5.0/five_20.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content_h_new .main_infoBox .main_link_grow .heads a {
  font-size: .28rem;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  color: #fff;
}

.content_h_new .main_infoBox .main_link_grow .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url(/images/5.0/fivebg_03.png);
  background-size: 100% 100%;
  justify-content: space-between;
  padding: 0 .1rem;
  padding-bottom: .08rem;
}

.content_h_new .main_infoBox .main_link_grow .list .label {
  width: 3.45rem;
  height: 2.01rem;
  margin-bottom: .1rem;
  background-size: 100% 100%;
  background-image: url(/images/5.0/cba_03.png);
}

.content_h_new .main_infoBox .main_link_grow .list .label a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 .66rem .18rem;
  box-sizing: border-box;
}

.content_h_new .main_infoBox .main_link_grow .list .label a .gift {
  width: .99rem;
  height: .96rem;
  background-image: url(/images/5.0/cicon_29.png);
  background-size: 100% 100%;
  font-size: .3rem;
  color: #fe2053;
  text-align: center;
  font-weight: bold;
  padding-top: .12rem;
}

.content_h_new .main_infoBox .main_link_grow .list .label a .info {
  overflow: hidden;
  padding-left: .14rem;
}

.content_h_new .main_infoBox .main_link_grow .list .label a .info p {
  font-size: .28rem;
  color: #000;
  font-weight: bold;
}

.content_h_new .main_infoBox .main_link_grow .list .label a .info span {
  display: block;
  margin-top: .08rem;
  font-size: .22rem;
  color: #666666;
}

.content_h_new .main_infoBox .banner {
  width: calc(100% - .52rem);
  margin: 0 auto;
  height: 2.78rem;
  overflow: hidden;
  position: relative;
  margin-top: .3rem;
  border: 1px solid #fff;
  border-radius: .2rem;
}

.content_h_new .main_infoBox .banner .swiper-pagination {
  font-size: 12px;
}

.content_h_new .main_infoBox .banner .mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content_h_new .main_infoBox .banner .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content_h_new .main_infoBox .banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content_h_new .main_infoBox .search {
  width: calc(100% - .52rem);
  margin: 0 auto;
  height: .62rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: .28rem;
  margin-top: .2rem;
  background: #fff;
  border: 1px solid #E71C36;
  border-radius: .6rem;
}

.content_h_new .main_infoBox .search img {
  width: .28rem;
}

.content_h_new .main_infoBox .search input {
  flex: 1;
  height: 100%;
  border: none;
  background: none;
  font-size: .28rem;
  color: #33333d;
  padding-left: .12rem;
}

.content_h_new .main_infoBox .search input::placeholder {
  color: #85858B;
}

.content_h_new .main_infoBox .search div {
  width: 1.34rem;
  height: .52rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #FD2A42, #F84F50);
  border-radius: .4rem;
  font-size: .28rem;
  color: #fff;
  position: absolute;
  right: .06rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.content_superm_new {
  overflow: hidden;
  min-height: 100vh;
  background-image: url(/images/5.0/addbgs_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}


.content_superm_new .back img{
  width: 3.89rem;
  display: block;
  margin-left: .37rem;
}

.content_superm_new .back {
  width: 100%;
  height: .9rem;
}

.content_superm_new .main_box {
  width: 100%;
  background: #f9f9f9;
  margin-top: .16rem;
  min-height: 80vh;
  border-radius: .4rem .4rem 0 0;
}

.content_superm_new .main_box .list {
  width: 100%;
  padding: 0 .2rem;
}

.content_superm_new .main_box .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_superm_new .main_box .list ul li {
  overflow: hidden;
  width: 3.48rem;
  background: #fff;
  border-radius: .16rem;
  margin-bottom: .16rem;
}

.content_superm_new .main_box .list ul li .picture {
  overflow: hidden;
  width: 100%;
  height: 3.5rem;
}

.content_superm_new .main_box .list ul li .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_superm_new .main_box .list ul li .info {
  overflow: hidden;
  padding: 0 .2rem .2rem .2rem;
}

.content_superm_new .main_box .list ul li .info .name {
  display: block;
  height: .8rem;
}

.content_superm_new .main_box .list ul li .info .name p {
  font-size: .26rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: .36rem;
  color: #000000;
}

.content_superm_new .main_box .list ul li .info .lab {
  display: flex;
}

.content_superm_new .main_box .list ul li .info .lab img {
  height: .24rem;
  width: auto;
  margin-right: .06rem;
}

.content_superm_new .main_box .list ul li .info .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .06rem;
}

.content_superm_new .main_box .list ul li .info .b p {
  font-size: .22rem;
  color: #fe2512;
  font-weight: bold;
}

.content_superm_new .main_box .list ul li .info .b p span {
  font-size: .3rem;
  font-weight: bold;
}

.content_superm_new .main_box .list ul li .info .b p del {
  color: #999;
}

.content_superm_new .main_box .list ul li .info .b img {
  width: .3rem;
}

.content_superm_new .main_box .navbar {
  width: 100%;
  padding: .37rem 0 .46rem 0;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  overflow-x: auto;
}

.content_superm_new .main_box .navbar .label {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 0 .18rem;
  text-align: center;
}

.content_superm_new .main_box .navbar .label.on p {
  color: #ff4d50;
}

.content_superm_new .main_box .navbar .label.on div {
  background: linear-gradient(to right, #fd2a42, #fb693e);
  color: #fff;
}

.content_superm_new .main_box .navbar .label::after {
  content: '';
  width: 1px;
  height: .74rem;
  background: #ededed;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content_superm_new .main_box .navbar .label p {
  text-align: center;
  font-size: .28rem;
  font-weight: bold;
  color: #33333d;
}

.content_superm_new .main_box .navbar .label div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: .32rem;
  padding: 0 .14rem;
  margin-top: .06rem;
  font-size: .22rem;
  color: #b8b8b8;
  border-radius: .4rem;
}

.content_superm_new .search {
  width: 6.9rem;
  margin: 0 auto;
  height: .62rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: .28rem;
  background: #fff;
  border: 1px solid #E71C36;
  border-radius: .6rem;
}

.content_superm_new .search img {
  width: .28rem;
}

.content_superm_new .search input {
  flex: 1;
  height: 100%;
  border: none;
  background: none;
  font-size: .28rem;
  color: #33333d;
  padding-left: .12rem;
}

.content_superm_new .search input::placeholder {
  color: #85858B;
}

.content_superm_new .search div {
  width: 1.34rem;
  height: .52rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #FD2A42, #F84F50);
  border-radius: .4rem;
  font-size: .28rem;
  color: #fff;
  position: absolute;
  right: .06rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

/*20220329新增底部导航css*/
.add_footer {
  width: 100%;
  min-height: 1.15rem;
  background: #f9f9fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1999;
  padding: 0 .24rem;
}

.add_footer .item {
  height: 100%;
  display: flex;
  align-items: center;
}

.add_footer .item div {
  overflow: hidden;
  width: 1.36rem;
  height: 100%;
}

.add_footer .item div a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: .12rem;
}

.add_footer .item div a img {
  width: .52rem;
  display: block;
  margin: 0 auto;
  margin-bottom: .06rem;
}

.add_footer .item div a .ii {
  display: none;
}

.add_footer .item div.on .ii {
  display: block;
}

.add_footer .item div.on .i {
  display: none;
}

.add_footer .item div.on p {
  color: #fe2f29;
}

.add_footer .item div a p {
  text-align: center;
  font-size: .23rem;
  color: #000;
}

.add_footer .mid {
  width: .77rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.add_footer .item div {
  position: relative;
}

.add_footer .item div span {
  display: inline-flex;
  align-items: center;
  padding: 0 .04rem;
  height: .24rem;
  background: #fe2f29;
  border-radius: 50%;
  align-items: center;
  min-width: .24rem;
  justify-content: center;
  font-size: .16rem;
  color: #fff;
  position: absolute;
  right: .2rem;
  top: .1rem;
}


.add_footer .item {
  width: 50%;
}

.add_footer .item div {
  width: 50%;
}

.add_footer {
  padding-left: 0;
  padding-right: 0;
}

/*底部导航*/
.add_footer {
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

.contents {
  overflow: hidden;
  padding: 0 .3rem 0 .33rem;
  box-sizing: border-box;
}

.contents .lable {
  overflow: hidden;
  position: relative;
  font-size: 1px;
  border-bottom: 1px solid #ededed;
}

.contents .lable p {
  width: 1.42rem;
  float: left;
  line-height: 1rem;
  font-size: .28rem;
  color: #29313e;
  text-align: left;
}

.contents .lable span {
  float: left;
  font-size: .28rem;
  color: #ccc;
  line-height: 1rem;
  text-align: left;
}

.contents .lable input {
  width: 5.3rem;
  height: 1rem;
  border: none;
  outline: none;
  font-size: .28rem;
  color: #29313e;
}

.contents .lable input::placeholder {
  color: #ccc;
}

.contents .lable textarea {
  width: 5.3rem;
  height: 1.7rem;
  resize: none;
  border: none;
  outline: none;
  padding: .35rem;
  box-sizing: border-box;
  padding-left: 0;
  font-size: .28rem;
  color: #29313e;
}

.contents .lable textarea::placeholder {
  color: #ccc;
}

.contents .lable .right {
  overflow: hidden;
  width: 5rem;
  padding-bottom: .25rem;
  box-sizing: border-box;
  float: left;
}

.contents .lable .right span {
  display: block;
  width: 1.2rem;
  height: .48rem;
  font-size: .29rem;
  color: #29313e;
  text-align: center;
  line-height: .46rem;
  border-radius: .4rem;
  border: 1px solid #e5e5e5;
  float: left;
  margin-top: .25rem;
  box-sizing: border-box;
  margin-right: .21rem;
}

.footsa {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .45rem 0;
}

.footsa p {
  font-size: .2rem;
  color: #333;
}

.footsa img {
  width: .16rem;
  margin-left: .1rem;
}

.contents .lable .right span:nth-child(3n) {
  margin-right: 0;
}

.contents .lable .right span.on {
  border: none;
  background: #6eb4cd;
  color: #fff;
}

.contents .lable .right .test {
  overflow: hidden;
  width: 2.71rem;
  height: .5rem;
  border-radius: .4rem;
  margin-top: .25rem;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.contents .lable .right .test.on p {
  background: #fff;
  color: #333;
}

.contents .lable .right .test.on em {
  background: #333;
  color: #fff;
}

.contents .lable .right .test p {
  width: 1.86rem;
  border-bottom-left-radius: .4rem;
  border-top-left-radius: .4rem;
  border: 1px solid #EAEAEA;
  border-right: none;
  background: #c3b48c;
  height: 100%;
  font-size: .25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents .lable .right .test em {
  display: block;
  width: .8rem;
  background: #c3b48c;
  height: 100%;
  font-size: .25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents .btn_grow {
  overflow: hidden;
  text-align: center;
  margin-top: 2.23rem;
}

.contents .btn_grow .btn {
  overflow: hidden;
  width: 5.66rem;
  height: .8rem;
  font-size: .31rem;
  border-radius: .4rem;
  text-align: center;
  line-height: .8rem;
  color: #fff;
  background: #dbdbdb;
  margin: 0 auto;
  margin-bottom: .3rem;
}

.contents .btn_grow .btn.a {
  background: linear-gradient(to right, #E43733, #F1503C);
}

.list ul li .info .b p del {
  color: #999;
}

.content_h {
  padding: .4rem 0 0 0 !important;
}

.public_headBox.on {
  top: 1rem;
}

.nbox {
  height: 1.12rem;
}

.nbox.on {
  height: calc(1.12rem + 1.4rem);
}


content_orderList .order_list .item .button_grow div {
  color: #333;
}

.content_orderinfos .button_grow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 .16rem;
}

.content_orderinfos .button_grow div {
  display: inline-flex;
  align-items: center;
  height: .57rem;
  font-size: .24rem;
  color: #0f0f0f;
  font-weight: bold;
  padding: 0 .1rem;
  min-width: 1.46rem;
  border-radius: .4rem;
  justify-content: center;
  border: 1px solid #c2c2c2;
  margin-left: .24rem;
}

.content_orderinfos .button_grow div.on {
  background: #ec210e;
  color: #fff;
  border: 1px solid #ec210e;
}

.content_orderinfos .button_grow div.on1 {
  border: 1px solid #ec210e;
  color: #ec210e;
}

/*# sourceMappingURL=css.css.map */
