*{
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.mainPage .top {
  width: 100%;
  padding-top: 93px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, #FFD790 0%, #FFB950 100%);
}

.mainPage .top .shoperInfo {
  /* width: 62%; */
  width: 1198px;
  margin: 0 auto;
}

.mainPage .top .shoperInfo .title {
  display: flex;
  justify-content: space-between;
}
.mainPage .top .shoperInfo .title p {
  font-size: 24px;
  font-weight: 500;
  color: #1D2023;
  line-height: 33px;
}
.mainPage .top .shoperInfo .title span {
  font-size: 20px;
  color: #1D2023;
  padding: 4px 18px;
  background: rgba(255, 255, 255, 0.4);
  line-height: 28px;
}

.mainPage .top .shoperInfo .title .van-popup {
  width: 600px;
  height: 480px;
  padding-top: 26px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  box-sizing: border-box;
}
.mainPage .top .shoperInfo .title .van-popup h1 {
  font-size: 20px;
  font-weight: 500;
  color: #323233;
  line-height: 22px;
  text-align: center;
}
.mainPage .top .shoperInfo .title .van-popup .ruleContent {
  /* height: calc(100vh - 56px - 21px - 48px); */
  height: 366px;
  margin-top: 18px;
  padding: 0 32px;
  overflow: scroll;
}
.mainPage .top .shoperInfo .title .van-popup h2 {
  font-size: 16px;
  font-weight: 500;
  color: #323233;
  line-height: 28px;
}

.mainPage .top .shoperInfo .title .van-popup p {
  font-size: 16px;
  font-weight: 400;
  color: #323233;
  line-height: 28px;
}

.mainPage .top .shoperInfo .title .van-popup .closeBtn {
  display: none;
}

.mainPage .top .shoperInfo .vip-content {
  position: relative;
  margin-top: 20px;
}

.mainPage .top .shoperInfo .vip-content .card {
  overflow: hidden;
  background: url('../image/vip_large.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 12px;
}
.card .name {
  margin-left: 32px;
  margin-top: 22px;
  font-size: 24px;
  font-weight: 500;
  color: #1D2023;
  line-height: 33px;
}
.card .middle {
  height: 55px;
  margin-left: 32px;
  font-size: 48px;
  color: #1D2023;
  line-height: 55px;
  font-weight: bold;
}
.card .middle span {
  font-size: 20px;
}
.card .middle2 {
  margin-left: 32px;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  color: #FA6400;
  line-height: 28px;
}
.card .bottom {
  margin-top: 17px;
  padding: 11px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 12px 12px;
}
.card .bottom p {
  font-size: 20px;
  color: #1D2023;
  line-height: 28px;
}
.card .bottom p span {
  color: #FA6400;
}
.card .bottom .sep {
  padding: 5px 24px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  background: linear-gradient(145deg, #FFE092 0%, #FFD28A 100%);
  border-radius: 2px;
}

@media only screen and (max-width:767px) {

  .mainPage .top {
    padding-top: 70px;
    padding-bottom: 16px;
  }

  .mainPage .top .shoperInfo {
    width: 91%;
    max-width: 343px;
    margin: 0 auto;
  }

  .mainPage .top .shoperInfo .title p {
    font-size: 16px;
    font-weight: 500;
    color: #1D2023;
    line-height: 22px;
  }

  .mainPage .top .shoperInfo .title span {
    flex: none;
    height: 17px;
    font-size: 12px;
    color: #1D2023;
    padding: 4px 16px;
    background: rgba(255, 255, 255, 0.4);
    line-height: 17px;
  }

  .mainPage .top .shoperInfo .title .van-popup {
    width: 311px;
    height: 538px;
    padding-top: 24px;
    background: #FFFFFF;
    box-sizing: border-box;
  }
  .mainPage .top .shoperInfo .title .van-popup .van-icon {
    display: none;
  }
  .mainPage .top .shoperInfo .title .van-popup h1 {
    font-size: 16px;
    font-weight: 500;
    color: #323233;
    line-height: 22px;
    text-align: center;
  }
  .mainPage .top .shoperInfo .title .van-popup .ruleContent {
    /* height: calc(100vh - 56px - 21px - 48px); */
    height: 414px;
    margin-top: 8px;
    padding: 0 24px;
    overflow: scroll;
  }
  .mainPage .top .shoperInfo .title .van-popup h2 {
    font-size: 14px;
    font-weight: 500;
    color: #323233;
    line-height: 20px;
  }

  .mainPage .top .shoperInfo .title .van-popup p {
    font-size: 14px;
    font-weight: 400;
    color: #323233;
    line-height: 20px;
  }

  .mainPage .top .shoperInfo .title .van-popup .closeBtn {
    display: block;
    margin-top: 21px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #3086FF;
    line-height: 20px;
    border-top: 1px solid #EBEDF0;
    text-align: center;
  }

  .mainPage .top .shoperInfo .vip-content {
    margin-top: 16px;
  }

  .mainPage .top .shoperInfo .vip-content .card {
    overflow: hidden;
    background: url('../image/vipm_large.png') no-repeat center center;
    background-size: 100% 100%;
    border-radius: 6px;
  }

  .card .name {
    margin-left: 16px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #1D2023;
    line-height: 22px;
  }

  .card .middle {
    height: 42px;
    margin-left: 16px;
    font-size: 36px;
    color: #1D2023;
    line-height: 42px;
    font-weight: bold;
  }

  .card .middle span {
    font-size: 12px;
  }

  .card .middle2 {
    margin-left: 16px;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #FA6400;
    line-height: 17px;
  }

  .card .bottom {
    margin-top: 10px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0 0 6px 6px;
  }

  .card .bottom p {
    font-size: 12px;
    color: #1D2023;
    line-height: 17px;
  }

  .card .bottom p span {
    color: #FA6400;
  }

  .card .bottom .sep {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 17px;
    background: linear-gradient(145deg, #FFE092 0%, #FFD28A 100%);
    border-radius: 2px;
  }

}

.mainPage .main {
  /* width: 62%; */
  width: 1198px;
  margin: 0 auto;
  margin-top: 20px;
}

.mainPage .main .popular {
  padding:  16px 0 32px 32px;
  box-sizing: border-box;
  background: #FF8C66;
  border-radius: 12px;
  overflow: hidden;
}
.mainPage .main .popular .title {
  display: flex;
  justify-content: space-between;
  margin-right: 21px;
}
.mainPage .main .popular .title .left {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.mainPage .main .popular .title .right {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.mainPage .main .content {
  display: flex;
  overflow-x: scroll;
  margin-top: 22px;
}
.mainPage .main .content::-webkit-scrollbar{
  display:none;
  }
.mainPage .main .content .product{
  margin-right: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  flex-shrink: 0;
}
.mainPage .main .content .product .hot-bg {
  display: none;
}
.mainPage .main .content .product .hot-img {
  width: 192px;
  height: 192px;
}
.van-image__error, .van-image__img, .van-image__loading {
  border-radius: 12px 12px 0 0;
}
.mainPage .main .content .product .point {
  padding: 18px 0;
  font-size: 20px;
  font-weight: 500;
  color: #FA6400;
  line-height: 28px;
  text-align: center;
}

@media only screen and (max-width:767px) {

  .mainPage .main {
    width: 91%;
    max-width: 343px;
    margin: 0 auto;
    margin-top: 24px;
  }

  .mainPage .main .popular {
    padding:  5px 0 16px 10px;
    box-sizing: border-box;
    background: #FF8C66;
    border-radius: 6px;
    overflow: hidden;
  }
  .mainPage .main .popular .title {
    display: flex;
    justify-content: space-between;
    margin-right: 7px;
    align-items: center;
  }
  .mainPage .main .popular .title .left {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
  }
  .mainPage .main .popular .title .right {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
  }

  .mainPage .main .content {
    display: flex;
    overflow-x: scroll;
    margin-top: 6px;
  }

  .mainPage .main .content .product{
    position: relative;
    margin-right: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    flex-shrink: 0;
  }
  .mainPage .main .content .product .hot-img {
    position: absolute;
    width: 96px;
    height: 98px;
    left: 0;
    top: 0;
  }
  .van-image__error, .van-image__img, .van-image__loading {
    border-radius: 6px 6px 0 0;
  }
  .mainPage .main .content .product .hot-bg {
    display: block;
    width: 96px;
    height: 98px;
    /* background: url('../image/bg1.png'); */
    border-radius: 6px 6px 0 0;
  }
  .mainPage .main .content .product .point {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #FA6400;
    line-height: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 6px 6px;
  }

}

.mainPage .main .main-bottom {
  margin-top: 32px;
  background: #F2F5FA;
}
.main-bottom .tabs_m {
  display: none;
}
.main-bottom .dis .label {
  display: flex;
  align-items: center;
}
.mainPage .main-bottom .dis p{
  font-size: 20px;
  font-weight: 500;
  color: #1D2023;
  line-height: 28px;
}
.mainPage .main-bottom .dis ul {
  display: flex;
  flex:1;
  margin-left: 30px;
}
.mainPage .main-bottom .dis .label ul {
  max-width: 66%;
  margin-left: 72px;
  overflow-x: scroll;
}
.mainPage .main-bottom .dis ul li {
  margin-right: 40px;
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
  flex: none;
}
.mainPage .main-bottom .dis .tab-active {
  padding: 1px 10px;
  color: #FFFFFF;
  background: #FA6400;
  border-radius: 2px;
}
input, button {
  border: none;
  outline: none;
  list-style: none;
}
.mainPage .main-bottom .serach {
  /* width: 33%; */
  width: 343px;
  margin-left: 6px;
}
.mainPage .main-bottom .form{
  position: relative;
  margin: 0 auto;
  padding: 5px 20px;
  background-color: #FFFFFF;
}
.mainPage .main-bottom .serach input {
  width: 200;
  height: 28px;
  font-size: 20px;
  color: #1D2023;
  line-height: 28px;
  /* padding-left: 20px; */
}
.mainPage .main-bottom .serach input::placeholder {
  height: 28px;
  font-size: 20px;
  color: #989A9D;
  line-height: 28px;
}
.mainPage .main-bottom .serach span {
  width: 1px;
  height: 20px;
  background: #D8D8D8;
  position: absolute;
  top: 9px;
  right: 76px;
}
.mainPage .main-bottom .serach button {
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  background: transparent;
}
.mainPage .main-bottom .serach button:before {
  content: "搜索";
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  color: #1D2023;
  line-height: 28px;
}
.mainPage .main-bottom .equity {
display: flex;
margin-top: 26px;
}
.mainPage .main-bottom .interval {
  display: flex;
  margin-top: 26px;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  /* display: none; */
  width: auto;
  left: 50%;
  bottom: -9%;
  transform: translate(-50%);
}
@media only screen and (max-width:767px) {

  .mainPage .main .main-bottom {
    margin-top: 20px;
    background: #F2F5FA;
  }
  .main-bottom .dis {
    display: none;
  }
  .main-bottom .tabs_m {
    display: block;
    position: relative;
  }

  .main-bottom .tabs_m .van-tabs{
    width: 90%;
  }

  .main-bottom .tabs_m .van-tabs__nav {
    background: none;
  }
  .van-tabs__nav--line.van-tabs__nav--complete {
    padding: 0;
  }

  .van-tabs--line .van-tabs__wrap {
    height: auto;
  }

  .main-bottom .tabs_m .van-tab {
  padding: 0 16px 3px 0;
  font-size: 14px;
  color: #5E6166;
  line-height: 20px;
  }
  .main-bottom .tabs_m .van-tab.van-tab--active {
    font-size: 16px;
    font-weight: 500;
    color: #1D2023;
    line-height: 22px;
  }
  .van-tabs__line {
  width: 18px;
  height: 3px;
  background: #FA6400;
  border-radius: 3px;
  left: -10px;
  bottom: 0;
  }
  .main-bottom .tabs_m .van-icon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 44px;
    height: 20px;
    font-size: 20px;
    color: #5E6166;
    background: linear-gradient(90deg, rgba(242,245,250,0.5) 0%, #F2F5FA 100%);
    text-align: right;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    /* display: block; */
    width: auto;
    left: 50%;
    bottom: -12%;
    transform: translate(-50%);
  }
}
.mainPage .main-bottom .product-content {
  margin-top: 33px;
}
.mainPage .main-bottom .product-content .blocks {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
}
.mainPage .main-bottom .product-content .product {
  width: 284px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  background: #FFFFFF;
  border-radius: 12px;
}
.mainPage .main-bottom .product-content .param {
  /* width: 284px; */
  padding: 6px 16px 19px 16px;
}
.mainPage .main-bottom .product-content .product-img {
  position: relative;
  width: 100%;
  height: 284px;
  background: #FFFFFF;
  border-radius: 12px;
}
.mainPage .main-bottom .product-content .img {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mainPage .main-bottom .product-content .out-of-stock {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  background: #000000;
  opacity: 0.5;
  border-radius: 50%;
  box-sizing: border-box;
}
.mainPage .main-bottom .product-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #1D2023;
  line-height: 33px;
}
.mainPage .main-bottom .product-content .inventory {
  margin-top: 6px;
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
}
.mainPage .main-bottom .product-content .price {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.mainPage .main-bottom .product-content .fen {
  font-size: 24px;
  font-weight: 500;
  color: #FA6400;
  line-height: 33px;
}
.mainPage .main-bottom .product-content .btn {
  padding: 4px 23px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  background: #FA6400;
  border-radius: 2px;
}
.mainPage .main-bottom .product-content .disabled {
  color: #C6C9CC;
  background: #F0F0F0;
}
.mainPage .main-bottom .product-content .no-more {
  margin: 50px 0;
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
  text-align: center;
}

@media only screen and (max-width:767px) {

  .mainPage .main-bottom .product-content {
    margin-top: 8px;
  }
  .mainPage .main-bottom .product-content .blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mainPage .main-bottom .product-content .product {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
    background: #FFFFFF;
    border-radius: 6px;
  }
  .mainPage .main-bottom .product-content .param {
    /* width: 284px; */
    padding: 10px;
  }
  .mainPage .main-bottom .product-content .product-img {
    position: relative;
    width: 100%;
    height: 166px;
    background: #FFFFFF;
    border-radius: 6px;
  }
  .mainPage .main-bottom .product-content img {

  }

  .mainPage .main-bottom .product-content .out-of-stock {
    width: 84px;
    height: 84px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
  }
  .mainPage .main-bottom .product-content .title {
    font-size: 14px;
    font-weight: bold;
    color: #1D2023;
    line-height: 20px;
  }
  .mainPage .main-bottom .product-content .inventory {
    margin-top: 4px;
    font-size: 12px;
    color: #5E6166;
    line-height: 17px;
  }
  .mainPage .main-bottom .product-content .price {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .mainPage .main-bottom .product-content .fen {
    font-size: 16px;
    font-weight: 500;
    color: #FA6400;
    line-height: 22px;
  }
  .mainPage .main-bottom .product-content .btn {
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
    background: #FA6400;
  }
  .mainPage .main-bottom .product-content .disabled {
    color: #C6C9CC;
    background: #F0F0F0;
  }
  .mainPage .main-bottom .product-content .no-more {
    margin: 20px 0;
    font-size: 12px;
    color: #5E6166;
    line-height: 17px;
    text-align: center;
  }
  .van-list__placeholder {
    display: none;
  }


}

@media only screen and (max-width:767px) {

  .search-popup {
    padding: 20px 16px;
  }
  .search-popup .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 3px 3px 25px;
    border-radius: 2px;
    border: 1px solid #FA6400;
  }

  .search-popup .search-form .search-input {
    font-size: 14px;
    font-weight: 400;
    color: #989A9D;
    line-height: 20px;
  }

  .search-popup .search-form .search-button {
    padding: 6px 17px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    background: #FA6400;
    border-radius: 2px;
  }

  .search-popup .equity, .search-popup .interval {
    margin-top: 20px;
  }

  .search-popup .equity p, .search-popup .interval p {
    font-size: 14px;
    font-weight: 500;
    color: #1D2023;
    line-height: 20px;
  }

  .search-popup ul {
    width: calc(100% + 10px);
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .search-popup ul li {
    /* width: 22%; */
    flex: 1;
    height: 30px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #5E6166;
    line-height: 30px;
    background: #F0F0F0;
    border-radius: 2px;
    text-align: center;
  }
  .search-popup ul li.empty {
    background: none;
  }

  .search-popup .btnGroup {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .search-popup .btnGroup .resetBtn {
    width: 48%;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1D2023;
    line-height: 22px;
    background: #F0F0F0;
    border-radius: 2px;
    text-align: center;
  }

  .search-popup .btnGroup .confirmBtn {
    width: 48%;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
    background: #FA6400;
    border-radius: 2px;
    text-align: center;
  }

  .search-popup .tab-active {
    font-weight: 500;
    color: #FFFFFF;
    background: #FA6400;
  }
}