* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-family: PingFangSC-Regular, PingFang SC;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cor-r{
  color: #DA0502;
}
header {
  height: 1.17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .title {
  font-size: 0.48rem;
  color: #333;
}

header .left {
  width: 0.43rem;
  margin-left: 0.48rem;
}
header .right {
  width: 0.43rem;
  margin-right: 0.48rem;
}

.van-share-sheet__options {
  justify-content: space-evenly;
}
.main {
  padding-top: 0.53rem;
  background-image: url(../images/bg.jpg),
    linear-gradient(180deg, #d80d0c 0%, #ffecbe 100%);
  background-repeat: no-repeat;
  background-position: 0 0, 0 26rem;
  background-size: 100%;
  position: relative;
}

.input-search {
  width: 8.67rem;
  height: 0.85rem;
  border-radius: 0.43rem;
  margin: 0 auto;
  background: #b40718;
  border: 0.03rem solid rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.35rem;
  color: #ffd9da;
  opacity: 0.5;
}

.input-search img {
  width: 0.43rem;
  height: 0.43rem;
  margin-left: 0.53rem;
}

.input-search input {
  background: none;
  border: none;
  outline: none;
  margin-left: 0.21rem;
  color: #ffd9da;
}

.input-search input::placeholder {
  color: #ffd9da;
}

.input-search span {
  height: 0.38rem;
  padding-left: 0.53rem;
  border-left: 0.03rem solid #f27779;
  line-height: 0.38rem;
  margin-right: 0.53rem;
}

.swiper {
  width: 100%;
  padding-top: 0.45rem;
  padding-bottom: 1rem;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 4.27rem;
  height: 5.17rem;
}

.swiper-slide img {
  display: block;
  width: 4.27rem;
  height: 5.17rem;
}

.swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background: #da000a;
}

.activity {
  font-size: 0.29rem;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5.6rem;
}

.activity > div {
  width: 4.4rem;
  height: 2.93rem;
  /* background: #fff; */
  box-shadow: 0rem 0.05rem 0.11rem 0rem rgba(197, 21, 16, 0.58);
  border-radius: 0.11rem;
  backdrop-filter: blur(0.04rem);
}
.activity-left {
  background: url(../images/bx.jpg);
  background-size: 100% 100%;
}
.activity-left > div:nth-child(1) {
  font-size: 0.4rem;
  color: #333;
  margin-left: 2.55rem;
  margin-top: 0.83rem;
}

.activity-left > div:nth-child(2) {
  color: #fc8032;
  margin-left: 1.61rem;
  margin-top: 0.11rem;
}

.activity-left > div:nth-child(3) {
  width: 1.55rem;
  height: 0.48rem;
  background: #fc8032;
  color: #fff;
  margin-left: 2.58rem;
  margin-top: 0.19rem;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 0.05rem;
  border: 0.03rem solid #fc8032;
}
.activity-right {
  background: url(../images/fz.jpg);
  background-size: 100% 100%;
}
.activity-right > div:nth-child(1) {
  font-size: 0.4rem;
  color: #333;
  margin-left: 0.21rem;
  margin-top: 0.83rem;
}

.activity-right > div:nth-child(2) {
  color: #fc4c32;
  margin-left: 0.21rem;
  margin-top: 0.11rem;
}

.activity-right > div:nth-child(3) {
  width: 1.55rem;
  height: 0.48rem;
  background: #fc4c32;
  color: #fff;
  margin-left: 0.21rem;
  margin-top: 0.19rem;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 0.05rem;
  border: 0.03rem solid #fc4c32;
}

.privilegeList {
  width: 8.56rem;
  padding: 0.85rem 0.32rem 0;
  margin: 0.53rem auto 0;
  font-size: 0.35rem;
  background-image: url(../images/shangjiao.jpg),
    linear-gradient(180deg, #fff5ec 0%, #fff5ec 100%);
  background-repeat: no-repeat;
  background-position: 0 0, 0 2rem;
  background-size: 100%;
  border-radius: 0.11rem;
}

.privilegeList .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privilegeList .title span:nth-child(1) {
  font-size: 0.48rem;
  color: #da0502;
}
.privilegeList .title span:nth-child(2) {
  font-size: 0.32rem;
  color: #666;
}
.privilegeList .button {
  width: 6.4rem;
  height: 0.85rem;
  border: 0.03rem solid #da0502;
  border-radius: 0.59rem;
  font-size: 0.43rem;
  color: #da0502;
  text-align: center;
  line-height: 0.85rem;
  margin: 0.85rem auto 0;
}
.goodsList {
  padding: 0.43rem 0 0.32rem;
  display: flex;
  border-bottom: 0.03rem solid #eadfd4;
}
.goodsList img {
  /* width: 2.67rem; */
  height: 2.67rem;
}
.goodsInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 0.27rem;
}
.goodsInfo > div:nth-child(1) {
  color: #333;
}
.goodsInfo > div:nth-child(2) {
  color: #666;
}
.goodsInfo > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goodsInfo > div:nth-child(3) span {
  font-weight: 400;
  color: #da0502;
}
.goodsInfo > div:nth-child(3) div {
  width: 2.13rem;
  height: 0.64rem;
  background: #d8d8d8 linear-gradient(90deg, #fb7955 0%, #c21414 100%);
  border-radius: 0.32rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 0.63rem;
}
.activityImg {
  margin: 0.53rem 0;
  width: 9.2rem;
  height: 2.13rem;
  margin-left: 0.4rem;
  position: relative;
  z-index: 9;
}
.goodGoods {
  margin-left: 0.4rem;
  margin-bottom: 0.59rem;
  position: relative;
}
.hua2 {
  position: absolute;
  top: -1rem;
  left: 4.7rem;
}
.goodGoods .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.21rem;
  font-weight: bold;
}
.goodGoods .title span:nth-child(1) {
  font-size: 0.48rem;
  color: #fff;
}
.goodGoods .title span:nth-child(2) {
  font-size: 0.32rem;
  color: #fff;
  margin-right: 0.4rem;
}
.goodGoodsLIst {
  width: 9.6rem;
  overflow-x: auto;
  display: flex;
  position: relative;
  z-index: 9;
}
.goodGoodsLIst .item {
  width: 6.51rem;
  padding: 0 0.21rem 0.21rem;
  background: #fff5ec;
  border-radius: 0.16rem;
  margin-right: 0.4rem;
  font-weight: bold;
}
.goodGoodsLIst .item .paopao2 {
  width: 1.2rem;
  height: 1rem;
  background: linear-gradient(
    138deg,
    rgba(128, 1, 0, 0.88) 0%,
    rgba(85, 0, 0, 0.88) 100%
  );
  border: .03rem solid #fff4d7;
  border-radius: 50%;
  position: absolute;
  top: 1.17rem;
  left: .95rem;
  font-size: .32rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.09rem;
}
.goodGoodsLIst .item .img-light{
  width: 4.27rem;
  height: 4.27rem;
  position: relative;
  overflow: hidden;
  margin-right: .21rem;
}
.goodGoodsLIst .item .paopao1 {
  width: 2.8rem;
  height: 1.5rem;
  background: linear-gradient(
    138deg,
    rgba(128, 1, 0, 0.88) 0%,
    rgba(85, 0, 0, 0.88) 100%
  );
  border: .03rem solid #fff4d7;
  border-radius: 50%;
  position: absolute;
  top: 3.1rem;
  left: 1.7rem;
  font-size: .32rem;
  color: #FFFFFF;
  text-align: center;
}
.goodGoodsLIst .item > span {
  font-size: 0.37rem;
  color: #333333;
}
.goodGoodsLIst .item > div {
  display: flex;
  margin-top: 0.21rem;
}
.goodGoodsLIst .item .img-light>img {
  display: inline-block;
  width: 4.27rem;
  height: 4.27rem;
  margin-right: 0.21rem;
}
.goodGoodsLIst .item .img-right {
  width: 2.03rem;
}
.goodGoodsLIst .item .img-right > div{
  width: 2.03rem;
  height: 2.03rem;
  overflow: hidden;
  position: relative;
}
.goodGoodsLIst .item .img-right  img {
  width: 2.03rem;
  height: 2.03rem;
}
.tab {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0.4rem;
}
.tab span {
  position: relative;
  z-index: 9;
}
.dipan {
  width: 1.92rem;
  height: 0.4rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.tabCss1 {
  font-size: 0.48rem;
  color: #fff;
  position: relative;
}
.tabCss2 {
  font-size: 0.37rem;
  color: #ffcfcf;
  position: relative;
}
.tabGoodsList {
  width: 9.2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.bgImg1 {
  position: absolute;
  top: -0.95rem;
  left: 1.5rem;
}
.bgImg3 {
  width: 4rem;
  position: absolute;
  top: -0.55rem;
  left: 5rem;
}
.seconds {
  width: 4.14rem;
  height: 3.6rem;
  padding: 0.24rem 0.13rem 0.16rem;
  margin-bottom: 0.4rem;
  background: url(../images/miaosha.jpg);
  background-size: 100%;
  border-radius: 0.11rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.seconds .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seconds .title img {
  width: 1.47rem;
  height: 0.48rem;
}
.seconds .title span {
  font-size: 0.35rem;
  color: #db0c0b;
  font-family: DIN-Bold, DIN;
  font-weight: bold;
}
.seconds .info {
  width: 3.87rem;
  height: 2.46rem;
  padding: 0.37rem 0.13rem 0.21rem;
  font-size: 0.32rem;
  color: #333;
}
.info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.21rem;
}
.info-bottom img {
  width: 1.33rem;
  height: 1.33rem;
}
.info-bottom > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info-bottom > div > div:nth-child(1) {
  font-size: 0.29rem;
  color: #333;
}
.info-bottom > div > div:nth-child(1) > span:nth-child(1) {
  color: #e7a03e;
}
.info-bottom > div > div:nth-child(1) > span:nth-child(2) {
  color: #c72020;
}
.info-bottom > div > div:nth-child(2) {
  width: 1.87rem;
  height: 0.53rem;
  color: #ffffff;
  font-size: 0.29rem;
  background: linear-gradient(90deg, #fb7955 0%, #c21414 100%);
  border-radius: 0.11rem;
  line-height: 0.53rem;
  text-align: center;
  margin-top: 0.21rem;
}
.goodsItem {
  width: 4.4rem;
  height: 6.45rem;
  box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.11rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.goodsItem > img {
  width: 4.4rem;
  height: 4.4rem;
  display: block;
}
.goodsItem > div {
  padding: 0.21rem;
  font-size: 0.32rem;
  color: #33353d;
  background: #fff;
}
.goodsItem > div > div:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.91rem;
}
.goodsItem > div > div:nth-child(1) > span {
  display: inline-block;
  width: 0.8rem;
  height: 0.37rem;
  background: #c41716;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 0.37rem;
  font-size: 0.27rem;
  color: #fff;
  margin-right: 0.2rem;
}
.goodsItem > div > div:nth-child(2) > span:nth-child(1) {
  font-size: 0.35rem;
  color: #333333;
}
.goodsItem > div > div:nth-child(2) > span:nth-child(2) {
  font-size: 0.53rem;
  color: #333333;
  margin: 0 0.05rem;
}
.goodsItem > div > div:nth-child(2) > span:nth-child(3) {
  font-size: 0.32rem;
  color: #41af74;
}
.mescroll-upwarp {
  padding: 0;
}
.bgImg2 {
  width: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.process {
  width: 9.2rem;
  padding: 0.48rem 0 0.59rem;
  background: #fff;
  border-radius: 0.11rem;
  margin: 0 auto;
}
.process .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.48rem;
  color: #333;
  margin-bottom: 0.56rem;
}
.process .title img {
  height: 0.3rem;
}
.process .title span {
  margin: 0 0.29rem;
}
.process .content {
  padding: 0 0.45rem 0 0.56rem;
  display: flex;
  font-size: 0.43rem;
  color: #333;
  margin: 0 auto;
}
.process .content > div:nth-child(1) {
  margin-right: 0.64rem;
}
.process .content > div:nth-child(2) > div > div:nth-child(2) {
  font-size: 0.37rem;
  color: #999999;
  margin-top: 0.11rem;
  margin-bottom: 0.59rem;
}
.process .article {
  height: 6.92rem;
  padding-top: 0.19rem;
  overflow: hidden;
}
.process .article .round {
  min-width: 0.21rem;
  width: 0.21rem;
  height: 0.21rem;
  background: #da0502;
  border-radius: 50%;
}
.process .article .line {
  width: 0.05rem;
  height: 1.6rem;
  background: #da0502;
  margin: 0 auto;
}
.process .button {
  width: 8.4rem;
  height: 1.17rem;
  text-align: center;
  line-height: 1.17rem;
  font-size: 0.43rem;
  color: #fff;
  background: linear-gradient(90deg, #ff8757 0%, #da0502 100%);
  border-radius: 0.11rem;
  margin: 0 auto;
  margin-top: 0.69rem;
}
.interests {
  width: 8.46rem;
  padding: 0.48rem 0.37rem 0.75rem;
  background: #fff;
  border-radius: 0.11rem;
  margin: 0.43rem auto 0;
  font-size: 0.43rem;
  color: #333333;
}
.interests .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.48rem;
  color: #333;
  margin-bottom: 0.64rem;
}
.interests .title img {
  height: 0.3rem;
}
.interests .title span {
  margin: 0 0.29rem;
}
.interests .images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interests .images img {
  width: 3.94rem;
  margin-bottom: 0.64rem;
}
.interests .info div:nth-child(2) {
  font-size: 0.4rem;
  color: #666666;
  margin-bottom: 0.32rem;
}
.main2 {
  padding-bottom: 1.79rem;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 4.16rem;
}
.main2_tuan {
  padding-bottom: 1.79rem;
  background-image: url(../images/bgbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 4.16rem;
}
.main3 {
  padding-bottom: 1.49rem;
  background: linear-gradient(180deg, #d80d0c 0%, #ffecbe 100%);
  background-repeat: no-repeat;
  padding-top: 0.48rem;
  position: relative;
  min-height: calc(100vh - 3.15rem);
}
.hua {
  width: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.process2 {
  width: 8.53rem;
  padding: 0.61rem 0.32rem 0.45rem 0.35rem;
  background: #fff5ec;
  border-radius: 0.11rem;
  margin: 0 auto 0.32rem;
}
.process2 .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process2 .link .round {
  width: 0.21rem;
  height: 0.21rem;
  background: #da0502;
  border-radius: 50%;
}
.process2 .link .round2 {
  width: 0.21rem;
  height: 0.21rem;
  background: #d6d6d6;
  border-radius: 50%;
}
.process2 .link .line {
  width: 2.13rem;
  height: 0.04rem;
  background: #d6d6d6;
}
.process2 .link .line2 {
  width: 2.13rem;
  height: 0.04rem;
  background: #da0502;
}
.process2 .text {
  display: flex;
  justify-content: space-between;
  font-size: 0.37rem;
  color: #333333;
  margin-top: 0.32rem;
}
.process2 .text div {
  width: 1.49rem;
  text-align: center;
}
.main3-info {
  width: 8.4rem;
  padding: 0.85rem 0.4rem 0.72rem;
  background-image: url(../images/shangjiao.jpg),
    linear-gradient(180deg, #fff5ec 0%, #fff5ec 100%);
  background-repeat: no-repeat;
  background-position: 0 0, 0 2rem;
  background-size: 100%;
  border-radius: 0.11rem;
  margin: 0 auto;
  font-size: 0.43rem;
  color: #333333;
  position: relative;
  z-index: 9;
}
.main3-info .title {
  font-size: 0.48rem;
  color: #f10a01;
  font-weight: 600;
}
.main3-info .title:not(:nth-child(1)) {
  margin-top: 0.85rem;
}
.main3-info input {
  background: none;
  outline: none;
  border: none;
  font-size: 0.4rem;
  color: #333333;
}
.main3-info input::placeholder {
  font-size: 0.4rem;
  color: #b8adad;
}
.form-item1 {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  margin-top: 0.64rem;
  border-bottom: 0.03rem solid #eadfd4;
}
.main3 .red {
  color: #da0502;
}
.form-item1 div {
  margin-right: 0.8rem;
}
.form-item2 {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  margin-top: 0.43rem;
  border-bottom: 0.03rem solid #eadfd4;
}
.form-item2 input {
  width: 2.5rem;
  margin-left: 0.8rem;
}
.form-item2 .button {
  width: 2.24rem;
  height: 0.69rem;
  border: 0.03rem solid #f10a01;
  color: #f10a01;
  font-size: 0.4rem;
  line-height: 0.69rem;
  text-align: center;
  margin-left: 1.25rem;
}
.form-item2 .button2 {
  width: 2.24rem;
  height: 0.69rem;
  border: 0.03rem solid #b8adad;
  color: #b8adad;
  font-size: 0.4rem;
  line-height: 0.69rem;
  text-align: center;
  margin-left: 1.45rem;
}
.form-item3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.16rem;
  margin-top: 0.43rem;
  border-bottom: 0.03rem solid #eadfd4;
}
.form-item3 input {
  text-align: right;
  margin-right: 0.2rem;
}
.form-item3 span {
  text-align: right;
  margin-right: 0.2rem;
  color: #d7cecb;
}
.form-item3 .address {
  text-align: right;
  margin-right: 0.2rem;
  color: #333;
}
.form-item4 {
  margin-top: 0.21rem;
  display: flex;
  justify-content: space-between;
}
.form-item4 .van-uploader__upload {
  width: 4rem;
  height: 2.53rem;
}
.form-item4 .van-image,
.form-item4 img {
  width: 4rem;
  height: 2.53rem;
}
.form-item5 {
  margin-top: 0.21rem;
}
.form-button {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 0.8rem;
}
.form-button > div:nth-child(1) {
  width: 3.14rem;
  height: 0.79rem;
  border-radius: 0.11rem;
  border: 0.03rem solid;
  border-image: linear-gradient(
      98deg,
      rgba(254, 133, 86, 1),
      rgba(218, 5, 2, 1)
    )
    3 3;
  font-size: 0.43rem;
  color: #da0502;
  text-align: center;
  line-height: 0.79rem;
  margin-left: 0.27rem;
}
.form-button > div:nth-child(2) {
  width: 3.2rem;
  height: 0.85rem;
  border-radius: 0.11rem;
  font-size: 0.43rem;
  color: #fff;
  background: #d8d8d8 linear-gradient(90deg, #ff8757 0%, #da0502 100%);
  text-align: center;
  line-height: 0.85rem;
  margin-right: 0.27rem;
}
.audit {
  font-size: 0.4rem;
  color: #777777;
}
.audit img {
  width: 5.81rem;
  height: 3.65rem;
  margin-bottom: 0.43rem;
}
.audit span {
  color: #d81311;
}
.extract-info {
  padding: 0.43rem 0.43rem 0.1rem;
  font-size: 0.47rem;
  color: #333;
}
.extract-info-item1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 0.03rem solid #eeeeee;
  margin-bottom: 0.43rem;
}
.extract-info-item1 .way {
  display: flex;
}
.extract-info-item1 .way > div:nth-child(1) {
  width: 1.9rem;
  height: 0.69rem;
  border-radius: 0.35rem;
  text-align: center;
  line-height: 0.69rem;
  font-size: 0.4rem;
  position: relative;
  left: 0.32rem;
}
.extract-info-item1 .way > div:nth-child(2) {
  width: 1.76rem;
  height: 0.69rem;
  border-radius: 0.35rem;
  text-align: center;
  line-height: 0.69rem;
  font-size: 0.4rem;
  position: relative;
}
.way-css1 {
  background: #da0502;
  color: #fff;
  z-index: 9;
}
.way-css2 {
  background: #eeeeee;
  color: #666666;
}
.extract-info-item1 .text {
  width: 6.2rem;
  background: none;
  outline: none;
  border: none;
  font-size: 0.43rem;
}
.extract-info-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.24rem;
  border-bottom: 0.03rem solid #eeeeee;
}
.extract-info-item2 .right {
  height: 0.39rem;
  transform: rotate(180deg);
}
.extract-info-item2 .text {
  font-size: 0.4rem;
}
.extract-info-item2 .text > div:nth-child(2) {
  font-size: 0.37rem;
  color: #989aa0;
  margin-top: 0.27rem;
}
.extract-info-item2 .text2 {
  font-size: 0.4rem;
  color: #ff5415;
  padding: 0.395rem 0 0.41rem;
}
.extract-info-line {
  width: 100%;
  height: 0.13rem;
  margin-top: 0.03rem;
  display: block;
}
.cc-line {
  width: 100%;
  height: 0.13rem;
  background: linear-gradient(120deg, #5685f6, #a33bf9);
}
.goods-info {
  padding: 0.51rem 0.4rem 0.85rem;
}
.goods-info .info-title {
  display: flex;
  align-items: center;
  font-size: 0.37rem;
  color: #333333;
}
.goods-info .info-title img {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.13rem;
  border-radius: 50%;
}
.goods-info .info-name {
  font-size: 0.35rem;
  color: #a7a7a7;
  display: flex;
  margin-top: 0.45rem;
  margin-bottom: 0.43rem;
}
.goods-info .info-name > img {
  width: 2.13rem;
  height: 2.13rem;
  margin-right: 0.23rem;
}
.goods-info .info-name > div {
  flex-grow: 1;
  line-height: 0.76rem;
}
.goods-info .name {
  font-size: 0.37rem;
  color: #333333;
}
.goods-info .price > span:nth-child(1) {
  text-decoration: line-through;
}
.goods-info .price > span:nth-child(2) {
  font-size: 0.37rem;
  color: #da0502;
}
.goods-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 0.03rem solid #eeeeee;
  font-size: 0.37rem;
  color: #333333;
  margin-bottom: 0.43rem;
}
.goods-item > div:nth-child(2) {
  color: #888888;
}
.goods-item2 {
  display: flex;
  justify-content: space-between;
  font-size: 0.37rem;
  color: #333333;
  margin-bottom: 0.43rem;
  padding-bottom: 0.13rem;
  border-bottom: 0.03rem solid #eeeeee;
}
.goods-item2 span {
  font-size: 0.48rem;
  color: #da0502;
}
.goods-interval {
  height: 1.01rem;
  background: #f2f2f2;
}
.goods-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.37rem;
  color: #333333;
}
.goods-submit > div:nth-child(1) {
  margin-left: 0.4rem;
}
.goods-submit > div:nth-child(1) span {
  font-size: 0.43rem;
  color: #da0502;
}
.goods-submit > div:nth-child(2) {
  width: 3.2rem;
  height: 1.31rem;
  background: linear-gradient(90deg, #ff8757 0%, #da0502 100%);
  color: #fff;
  line-height: 1.31rem;
  text-align: center;
}
.choose-search {
  padding: 0.19rem 0.4rem 0.13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choose-search .left {
  display: flex;
  align-items: center;
  font-size: 0.43rem;
  color: #333333;
}
.choose-search .left img:nth-child(2) {
  height: 0.36rem;
  transform: rotate(90deg);
  margin-left: 0.19rem;
}
.choose-search .left img:nth-child(3) {
  height: 0.36rem;
  transform: rotate(270deg);
  margin-left: 0.19rem;
}
.choose-search .right {
  width: 7.6rem;
  height: 0.85rem;
  border-radius: 0.43rem;
  opacity: 0.5;
  border: 0.03rem solid #c0c0c0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choose-search .right img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.19rem;
  margin-left: 0.51rem;
}
.choose-search .right input {
  font-size: 0.35rem;
  outline: none;
  border: none;
  background: none;
  width: 4.5rem;
}
.choose-search .right > div:nth-child(2) {
  padding-left: 0.53rem;
  font-size: 0.35rem;
  color: #da0502;
  height: 0.48rem;
  border-left: 0.03rem solid #cccccc;
  margin-right: 0.53rem;
}
.place {
  padding: 0.27rem 0.37rem;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  font-size: 0.37rem;
  color: #888888;
}
.place img {
  width: 0.43rem;
}
.place span {
  font-size: 0.4rem;
  color: #da0502;
  margin-left: 0.15rem;
  margin-right: 0.08rem;
}
.placeList {
  padding: 0 0.27rem 0.63rem;
  background: #f2f2f2;
}
.listBg {
  padding: 0 0.53rem 1.07rem;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.11rem 0rem rgba(212, 212, 212, 0.5);
  border-radius: 0.11rem;
}
.listBg .list-item {
  padding: 0.43rem 0 0.27rem;
  border-bottom: 0.03rem solid #f2f2f2;
  font-size: 0.35rem;
  color: #333333;
  display: flex;
}
.listBg .list-item > img {
  width: 2.13rem;
  height: 2.13rem;
}
.listBg .list-item > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.4rem;
  flex-grow: 1;
}
.listBg .list-item > div > div:nth-child(1) {
  font-size: 0.4rem;
}
.listBg .list-item > div > div:nth-child(2) {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listBg .single {
  display: inline-block;
  width: 1.33rem;
  height: 0.53rem;
  border-radius: 0.27rem;
  border: 0.03rem solid #da0502;
  text-align: center;
  line-height: 0.53rem;
  font-size: 0.35rem;
  color: #da0502;
  margin-left: 0.2rem;
}
.listBg .selected {
  width: 0.48rem;
  height: 0.48rem;
}
.listBg .list-item2 {
  padding: 0.43rem 0 0.16rem;
  border-bottom: 0.03rem solid #f2f2f2;
  font-size: 0.4rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listBg .list-item2 img {
  width: 0.37rem;
}
.listBg .list-item2 span {
  font-size: 0.37rem;
  color: #666666;
  margin-left: 0.13rem;
}
.listBg .footer {
  font-size: 0.35rem;
  color: #666666;
  margin-top: 0.85rem;
  text-align: center;
}
