.wap-header{
    width: 100%;
    z-index: 1005;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    height: 1rem;
    display: flex;
    align-items: center;
}
.wap-head{
    width: 100%;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wap-head-logo{
    width: 1.7rem;
}


.wap-head .wap-door{
    width: 8%;
    height: 100%;
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    z-index: 999;
}
.wap-head .wap-door .wds{
    width: 100%;
    height: 3px;
    background-color: #353535;
    display: block;
    transition: all .3s;
    margin: 10% 0;
    border-radius: 2px;
}
.wap-head .wap-door .wds:nth-of-type(3){
    width: 100%;
}
.wap-header.show .wap-head .wap-door .wds:nth-child(2n){
    opacity: 0;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}
.wap-header.show .headclose{
    width: 100%;
    display: block;
}

/*菜单-s*/
.wap-menu{
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.wap-menu .wap-menu-lst{
    padding: 16vw 0;
}
.wap-menu .wap-menu-lst .CAli{
    position: relative;
    padding: 5% 8%;
    border-bottom: 1px solid #f5f5f5;
}
.wap-menu .wap-menu-lst .CAli:after{
    content: "";
    position: absolute;
    background: url(../images/icons/wap_menu_arrow.png)no-repeat right;
    width: 4vw;
    height: 4vw;
    right: 5%;
    top: 32%;
    background-size: 100%;
    opacity: 0.7;
}
.wap-menu .wap-menu-lst .CAli .CAa{
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
}
.wap-menu.show{
    right: 0;
    opacity: 1;
}
/*菜单-e*/





.wap-head-bt{
    display: none;
}
.wap-head-bt .wap-head-back{
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 0.28rem;
    width: 0.8rem;
    height: 100%;
}
.wap-head-bt .wap-head-back .ic-back{
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/ic-back.svg);
    background-size: 0.2rem;
}
.wap-head-bt .wap-head-title{
    width: 5.7rem;
    height: 100%;
    position: relative;
    margin: 0 0.9rem;
    font-weight: 700;
    font-style: normal;
    font-size: 0.34rem;
    color: #333333;
    text-align: center;
}
.wap-header.on .wap-head{
    display: none;
}
.wap-header.on .wap-head-bt{
    display: block;
}

.bottom{
    height: 1.2rem;
}
.bottom .bcn{
    display: flex;
    justify-content: space-between;
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    height: 1.2rem;
    width: 100%;
    border-top: 1px solid #eeeeee;
}
.bottom .bcn .bcn-iem{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom .bcn .bcn-iem .bc-im{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 0.05rem 0;
}
.bottom .bcn .bcn-iem .bc-mc{
    color: #333333;
    font-size: 0.2rem;
}
.bottom .bcn .bcn-iem:nth-child(1) .bc-mc{
    color: #e59114;
}
.bottom .bcn .bcn-iem:nth-child(2) .bc-mc{
    color: #a93033;
}
.bottom .bcn .bcn-iem:nth-child(3) .bc-mc{
    color: #28c445;
}

.main-con{
    padding-top: 1rem;
    padding-bottom: 0.3rem;
}



.wi-search{
    background: #fff;
    padding: 0.3rem;
}
.wi-search .wis-con{
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 3rem;
    height: 0.62rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.wi-search .wis-con .wis-btn{
    background: url(../images/icons/search_btn.png) no-repeat center;
    width: 0.9rem;
    height: 100%;
    background-size: 0.3rem;
    border: 0;
}
.wi-search .wis-con .wis-srk{
    height: 100%;
    width: calc(100% - 0.9rem);
    border: 0;
}





/*banner*/
.wi-banner{
    width: 100%;
    padding: 0 0.3rem;
}
.wn-banner{
    height: 7rem;
    overflow: hidden;
    border-radius: 0.24rem;
}

/*点切换*/
.wn-banner .swiper-pagination{
    bottom: 6%;
}
.wn-banner .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 6px;
    transition: all .4s;
}
.wn-banner .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--colorZT);
    border: 1px solid var(--colorZT);
    width: 16px;
    border-radius: 4px;
}
.wn-banner .swiper-slide{
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.wn-banner .slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.wn-banner .bn-auto{
    width: calc( var(--bili) * 1280px );
    margin: 0 auto;
    position: absolute;
    height: 100%;
}

.wn-banner .bn-auto img{
    opacity: 0;
    transform: translateY(calc( var(--bili) * 300px ));
    position: absolute;
}
.wn-banner .swiper-slide-active .bn-auto img{
    opacity: 1;
    transform: translateY(0) translateX(0);
}


.wi-index{
    background: #fff;
    padding: 0.3rem;
}
.wi-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.3rem;
}
.win-iem{
    width: 3.3rem;
    background-color: #e8e8e8;
    border-radius: 0.2rem;
    padding: 0.3rem;
    position: relative;
}
.win-iem a{
    z-index: 2;
    position: relative;
    display: block;
}
.win-iem .wcs{
    display: flex;
    align-items: center;
}
.win-iem .wca{
    font-weight: 700;
    font-size: 0.3rem;
    color: #ffffff;
    margin: 0 0 0.1rem 0;
    display: inline-block;
    max-width: 2rem;
}
.win-iem .wcc{
    width: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    margin: 0 0 0.1rem 0.1rem;
    transform: rotate(90deg);
}
.win-iem .wcb{
    font-size: 0.22rem;
    color: #ffffff;
}
.win-iem.on{
    background-color: #d7d7d7;
}
.win-iem:nth-child(1){
    background: linear-gradient(90deg, #E84747 50%, #FF6A6A 100%);
}
.win-iem:nth-child(1):after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/u131.png) no-repeat center;
    background-size: 100%;
    left: 0;
    top: 0;
}
.win-iem:nth-child(2){
    background: linear-gradient(90deg, #408877 50%, #40B296 100%);
}
.win-iem:nth-child(2):after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/u132.png) no-repeat center;
    background-size: 100%;
    left: 0;
    top: 0;
}

.wi-rmt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.3rem 0;
}
.wi-rmt .wcl{
    font-weight: 700;
    font-size: 0.36rem;
    color: #202020;
}
.wi-rmt .wcr{
    font-size: 0.24rem;
    color: #959595;
    background: url(../images/u30.svg) no-repeat right center;
    background-size: 0.12rem 0.21rem;
    padding: 0 0.2rem 0 0;
}

.wi-ads{
    /*background-color: #d7d7d7;*/
    border-radius: 0.2rem;
    width: 100%;
    padding: 0.55rem 0.4rem;
    margin: 0 0 0.3rem;
    background: url(../images/u118.jpg) no-repeat center;
    background-size: cover;
}
.wi-ads .wca{
    font-weight: 700;
    font-size: 0.4rem;
    color: #ffffff;
    margin: 0 0 0.2rem 0;
}
.wi-ads .wcb{
    font-size: 0.28rem;
    color: #ffffff;
}

.wi-tealst{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wi-tea{
    width: 3.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(176 176 176 / 35%);
    margin: 0 0 0.3rem 0;
}
.wi-tea .wir-im{
    width: 100%;
    height: 3.3rem;
}
.wi-tea .wir-it{
    font-weight: 700;
    font-size: 0.28rem;
    color: #333333;
    text-align: left;
    padding: 0 0.2rem;
    margin: 0.2rem 0 0 0;
    background-color: #ffffff;
}

.wi-tea .wir-price{
    font-size: 0.26rem;
    color: #A93033;
    padding: 0 0.2rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.tea-info{
    background-color: #ffffff;
}
.pic-tea{
    width: 100%;
    padding: 0 0.3rem;
    margin: 0 0 0.3rem 0;
    border-radius: 0.24rem;
    overflow: hidden;
    position: relative;
}
.swiper-tea{
    height: 6.9rem;
    overflow: hidden;
    border-radius: 0.24rem;
}
.swiper-tea .slide-inner{
    width: 100%;
    height: 100%;
    /*border-radius: 0.24rem;*/
    /*overflow: hidden;*/
}
.swiper-tea .swiper-pagination{
    position: absolute;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 0.1rem 0.3rem;
    z-index: 5;
    left: auto;
    width: auto;
    right: 0.3rem;
    bottom: 0.3rem;
    border-radius: 0.3rem;
}
.swiper-tea .swiper-pagination span{
    color: #ffffff;
    font-size: 0.26rem;
}

.tea-title{
    padding: 0 0.3rem;
    font-weight: 700;
    font-size: 0.36rem;
    color: #353535;
    margin: 0 0 0.3rem 0;
}

.tea-price{
    padding: 0 0.3rem;
    color: #A93033;
    font-size: 0.40rem;
    font-weight: 600;
}

.tea-price span{
    color: #A93033;
    font-size: 0.22rem;
    font-weight: 600;
}

.tea-details{
    border-top: 0.3rem solid #f5f5f5;
    background-color: #ffffff;
}
.td-title{
    color: var(--colorZT);
    font-weight: 700;
    font-size: 0.34rem;
    text-align: center;
    padding: 0.3rem;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    margin: 0 0 0.3rem 0;
}
.td-title:after{
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: var(--colorZT);
    left: 45%;
    bottom: -1px;
}
.tea-content{
    font-size: 0.28rem;
    color: #333333;
    padding: 0 0.2rem;
}
.tea-content *{
    max-width: 100%;
}
.tea-content img{
    height: auto!important;
}


.ewm-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.ewm-wrap .ewm-mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.ewm-wrap .ewm-con{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    transform: translate(-50%,-50%);
}







