* {
    padding: 0px;
    margin: 0;
    font-family: "PingFangSC-Regular,PingFangSC", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
    height: 100%;
}

button, .button {
    border: none;
    border-radius: none;
    outline: none;
}

.app-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
}

.container {
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-bottom: 70px;*/
    font-size: 0px;

}

.content-product-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-product-2 > div {
    width: 48%;
}

.hide {
    display: none;
}

.hide-zhanwei {
    opacity: 0;
}

.banner {
    line-height: 0;
}

.banner img, .coupon img {
    width: 100%;
}

.content {
    padding: 0 16px 10px;
}

.btn-menu {
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.btn-menu-btn {
    flex: 1;
    text-align: center;
    line-height: 0;
}

.btn-menu-btn img {
    width: 100%;
    height: 70px;
}

.product-component {
    margin-bottom: 14px;
    border-radius: 1px;
}

.product-color-modified .product-component,
.product-image-modified .product-component {
    margin-bottom: 0;
}

.content > .product-image-modified {
    padding: 7px 0;
}

.content > .product-image-modified + .product-image-modified {
    padding-top: 0;
}

.product-info {
    position: relative;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    padding: 15px;
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
}

.product-info-right {
    flex-direction: row-reverse;
}

.product-info-column {
    flex-direction: column;
}

.product-info-column .product-info-colors-box {
    width: 16px;
    height: 7px;
}
.product-info-column .mengban ,.product-info-right .product-info-box .mengban{
    position: absolute;
    width: 90%;
    height: 100%;
}
.product-info .side {
    width: 120px;
    margin-right: 12px;
    position: relative;
}

.product-info .main {
    flex: 1;
}

.product-info-column .side {
    width: 100%;
}

.product-info-column .main {
    text-align: center;
}

.product-info-right .side {
    margin-right: 0;
    margin-left: 12px;
    position: relative;
}

.product-info-bg .side {
    width: 55%;
}

.product-info-bg .main .buy-btn {
    background: #fff;
    color: #000;
}

.product-info-bg .main .product-info-title {
    color: #ecebeb;
}

.product-info-bg .main .product-info-des {
    color: #ecebeb;
}

.product-info-bg .main .product-info-price {
    color: #ecebeb;
}

.product-info-bg .main .product-info-price {
    color: #fff;
    font-weight: 500;
}

.product-info .side img {
    width: 100%;
}

.tag-list {
    position: absolute;
    top: -6px;
    left: -6px;
}

.product-info-right .tag-list {
    top: -6px;
    right: -6px;
    text-align: right;
}

.product-info .side .tag-list img {
    margin-left: 3px;
    width: 18px;
    height: 18px;
}

.product-info-base {
    min-height: 78px;
}

.product-info-title {
    height: 38px;
    color: #000;
    font-weight: 500;
    line-height: 19px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.product-color-modified .product-info-title, .product-image-modified .product-info-title {
    padding-top: 5px;
    height: auto;
    /*max-height: 38px;*/

    font-size: 14px;
    box-sizing: border-box;
}

.product-info-des {
    height: 16px;
    font-size: 12px;
    color: #706F6F;
    margin-top: 5px;
    margin-bottom: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.product-info-colors {
    min-height: 18px;
    line-height: 18px;
    margin-bottom: 2px;
}

.product-info-colors-box {
    background: #5D5D5D;
    width: 25px;
    height: 10px;
    display: inline-block;
    margin-right: 0px;
}

.product-info-colors-box:nth-child(n+7) {
    display: none;
}

.product-info-price {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 7px;
}

.product-info-price-num {
    font-size: 16px;
}

.buy-btn {
    width: 112px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #000;
    border-radius: 20px;
    line-height: 30px;
}

.product-component .product-gift img {
    width: 100%;
}

.product-bg {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin: -15px;
    font-size: 0;
    overflow: hidden;
}

.product-bg img {
    width: 100%;
}

.product-info-box {
    /*position: relative;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    padding: 15px;
}

.product-info-left .product-info-box,
.product-info-right .product-info-box {
    display: flex;
}

.product-info-right .product-info-box {
    flex-direction: row-reverse;
}

.footer-image {
    height: 70px;
}
.pagec img{
    width: 100%;
    display: block;
}
.swiper-container01{
    width: 100%;
}
.swiper-pagination1{
    width: 100%;
    position: absolute;
    bottom: 48px;
    display: flex;
    justify-content: center;
    z-index: 30;
}
.swiper-pagination1 .swiper-pagination-bullet {
    background: #fffdf5;
    opacity: 1;
    border: 1px #feadab solid;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 3px;
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #feadab;
}
@keyframes shake{
    0%{ transform: translate(0,0);}
    5%{ transform: translate(5px,0);}
    10%{ transform: translate(-5px,0);}
    15%{ transform: translate(5px,0);}
    20%{ transform: translate(-5px,0);}
    22.5%{ transform: translate(0,0);}
    100%{ transform: translate(0,0);}
}


.mengban{
    position: absolute;
    width: 100%;
    height: 200%;
    left:0;top:0
 }





.publishState .container {
    padding-bottom:0;
}

.publishState .content {
     padding: 0 0.16rem 0.1rem;
}

.publishState .btn-menu-btn img {
 
     height: 0.7rem;
}
.publishState .product-component {
     margin-bottom: 0.14rem;
     border-radius: 0.01rem;
}

.publishState .content > .product-image-modified {
     padding: 0.07rem 0;
}

.publishState .product-info {
     padding: 0.15rem;
}

.publishState .product-info-column .product-info-colors-box {
     width: 0.16rem;
     height: 0.07rem;
}

.publishState .product-info .side {
     width: 1.8rem;
     margin-right: 0.12rem;
     height:1.08rem;
}
.publishState .product-info-right .side {
     margin-left: 0.12rem;
}
.publishState .tag-list {
     top: -0.06rem;
     left: -0.06rem;
}
.publishState .product-info-right .tag-list {
     top: -0.06rem;
     right: -0.06rem;
}
.publishState .product-info .side .tag-list img {
     margin-left: 0.03rem;
     width: 0.18rem;
     height: 0.18rem;
}
.publishState .product-info-base {
     min-height: 0.78rem;
}
.publishState .section .product-info-title {
         height: 0.41rem;
         line-height: 0.18rem;
         font-size: 0.15rem;
}
.publishState br{ line-height:0;}
.publishState .product-color-modified .product-info-title,.publishState .product-image-modified .product-info-title {
     margin-top: 0.02rem;
     font-size: 0.14rem;
}
.publishState .section .product-info-des {
     height: 0.16rem;
     font-size: 0.12rem;
     margin-top: 0.05rem;
     margin-bottom: -0.01rem;
}
.publishState * {
     padding: 0rem;
     font-size:0;
}
.publishState .product-info-title *{
font-size:0.15rem;
}
.publishState .section .product-info-des *{
 font-size: 0.12rem;
}
.publishState .product-info-colors {
     min-height: 0.18rem;
     line-height: 0.18rem;
     margin-bottom: 0.02rem;
}
.publishState .product-info-colors-box {
     width: 0.25rem;
     height: 0.1rem;
     margin-right: 0rem;
}

.publishState .section .product-info-price {
     font-size: 0.12rem;
     padding-bottom: 0.03rem;
}

.publishState .section .product-info-price-num {
     font-size: 0.12rem;
}

.publishState .section .product-info-price *,.publishState .section .product-info-price {
    font-size: 0.12rem;
}
.publishState .section .buy-btn {
     width: 1.12rem;
     height: 0.3rem;
     font-size: 0.14rem;
     border-radius: 0.2rem;
     line-height: 0.3rem;
}

.publishState .product-bg {
     margin: -0.15rem;
}

.publishState .product-info-box {
     padding: 0.15rem;
}

.publishState .footer-image {
     height: 0.7rem;
}
.publishState .swiper-pagination1{
     bottom: 0.48rem;
}
.publishStatea .swiper-pagination1 .swiper-pagination-bullet {
     border: 0.01rem #feadab solid;
     width: 0.08rem;
     height: 0.08rem;
     margin: 0 0.03rem;
}


   .wechat-web-container .weui-btn2,
        .weui-btn {
            position: relative;
            display: block;
            width: 1.25rem;
            margin-left: auto;
            margin-right: auto;
            padding: 0.09rem 0.12rem;
            box-sizing: border-box;
            font-weight: 700;
            font-size: 0.14rem;
            text-align: center;
            text-decoration: none;
            color: #fff;
            line-height: 1.41176471;
            border-radius: 0.04rem;
            overflow: hidden;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            background-color: #07c160;
        }



.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
  position: fixed;
  z-index: 5000;
  width: 70%;
  max-width: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 0.05rem;
  overflow: hidden;
}

.weui-dialog__bd {
  padding: 0.4rem 0.1rem 0.35rem;
  font-size: 0.15rem;
  line-height: 0.2rem;
  word-wrap: break-word;
  word-break: break-all;
  /*color: #808080;*/
  color: #353535;
}

/*.weui-dialog__bd:first-child {
    padding: 60px 20px;
    color: #353535;
}*/
.weui-dialog__ft {
  position: relative;
  line-height: 0.48rem;
  font-size: 0.15rem;
  display: -ms-flexbox;
  display: flex;
}

.weui-dialog__btn {
  display: block;
  -ms-flex: 1;
      flex: 1;
  color: #09BB07;
  font-size:0.15rem;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  /*    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);*/
}
/*.popup-maskEdit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  line-height: 0.24rem;
  padding: 0.025rem 0.1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  border-radius: 0.02rem;
  font-size: 0.15rem;
}*/

.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.weui-toast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 5000;
  width: 1.22rem;
  min-height: 1.22rem;
  background: rgba(40, 40, 40, 0.75);
  text-align: center;
  border-radius: 0.05rem;
  color: #FFFFFF;
}

.weui-loading {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
  background-size: 100%;
}



.imagesFlex{
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  padding: 0;
}
.imagesFlex_item{

}
.imagesFlex_pic{
  width: 100%;
  height: 0;
}
.image-content-student{
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  padding: 0;
}

.image-content-student .image-student {
  flex: 1;
  overflow: hidden;
}


.imagesFlex{
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
}
.imagesFlex_item{
  flex: 1;
  overflow: hidden;
}
.imagesFlex_pic{
  width: 100%;
  height: 0;
}


.student{
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  position: relative;
}
.student_pic{
    display:none;
  width: 100%;
  /*height: 0;  */
}
.student_btn{
  position: absolute;
  padding: 0 0.1rem;
  bottom: 0.1rem;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  width: 100%;
  /*background: red;*/
}
.student_b{
  width: 1rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background: #000;
  color: #FFF;
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.3rem;
  display: block;
  text-decoration: none;

}

.student-button{
    display: none;
        margin: 0 0.1rem;
}

.expo-template .student {
    display:block!important;
}



.expo-template .student_pic {
    display:block!important;
}

.expo-template .student_btn{
    position: none;
    display:block!important;
}

.expo-template .student_b{
  width: 100px;
  height: 30px;
  border-radius: 30px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: block;
  text-decoration: none;

}


.expo-template .student-button{
    display:block!important;
}
