html{
    font-size: 45.25px;
}
body{
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
}
.bgMask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
}
.bgMask>div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgMask>div img{
    width: auto;
    max-width: 90%;
    max-height: 80%;
}
.back{
    width: 0.71rem;
    height: 0.71rem;
    position: absolute;
    left: 0.33rem;
    top: 0.155rem;
    background: url("../newComboImg/back.png") center no-repeat;
    background-size: 100% 100%;

}
.topSingle{
    width: 100%;
    height: 5.9rem;
    background: url("../newComboImg/banner.png") center no-repeat;
    background-size: 100% 100%;
}
.topMore{
    width: 100%;
    height: 5.9rem;
}
.topMore .swiper-pagination {
    width: 1rem;
    height: 0.53rem;
    font-size: 0.265rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.39);
    border-radius: 265rem;
    line-height: 0.53rem;
    text-align: center;
    left: unset;
    right: 0.33rem;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-container img{
    width: 100%;
}
.combo{
    width: 100%;
    height: 4.33rem;
    background-color: #fff;
    padding: 0.33rem;
    box-sizing: border-box;
}
.comboTop{
    width: 100%;
    height: 1.46rem;
    border-bottom: 0.022rem solid #F3F3F3;
}
.comboTop>div{
    float: left;
}
.comboTop .icon{
    width: 1.06rem;
    height: 1.06rem;
}
.comboTop .icon img{
    width: 100%;
}
.comboTop .text{
    font-size: 0.398rem;
    color: #444;
    height: 1.06rem;
    line-height: 1.06rem;
    margin-left: 0.35rem;
}
.comboBottom{

}
.comboBottom .title{
    width: 100%;
    height: 0.398rem;
    margin: 0.35rem 0;
}
.comboBottom .title .titleText{
    float: left;
    font-size: 0.35rem;
    color: #444;
}
.comboBottom .title .titleStar{
    float: right;
    display: flex;
    justify-content: space-between;
}
.comboBottom .title .titleStar>div{
    width: 0.42rem;
    height: 0.398rem;
    position: relative;
}
.comboBottom .title .titleStar>div img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.comboBottom .text{
    font-size: 0.35rem;
    color: #666;
}
.comboTypes{
    width: 100%;
    background-color: #fff;
    margin-top: 0.177rem;
    padding: 0.33rem;
    box-sizing: border-box;
    position: relative;
}
.comboTypes .title{
    width: 100%;
    height: 0.398rem;
    line-height: 0.398rem;
    position: relative;
}
.comboTypes .title>div:nth-child(1){
    width: 0.11rem;
    height: 0.35rem;
    float: left;
    background-color: #03C5B4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.comboTypes .title>div:nth-child(2){
    font-size: 0.398rem;
    color: #444;
    float: left;
    margin-left: 0.265rem;
}
.comboTypes .title>div:nth-child(3){
    font-size: 0.31rem;
    color: #444;
    float: right;
}
.comboTypes .title i{
    font-style: normal;
    color: #EBBB4A;
}
ul{
    margin: 0;
    padding: 0;
    margin-top: 0.398rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul li{
    width: 3.7rem;
    height: 1.9rem;
    list-style-type: none;
    margin-bottom: 0.22rem;
    border-radius: 0.088rem;
    position: relative;
    border: 0.022rem solid #EFEFEF;
    box-sizing: border-box;
}
ul .activeLi{
    border: 0.022rem solid #06C1AE;
}
ul li .price{
    height: 0.486rem;
    line-height: 00.486rem;
    font-size: 0.486rem;
    color: #444;
    margin-top: 0.44rem;
    margin-left: 0.35rem;
}
ul li .activePrice{
    color: #06C1AE;
}
ul li .price>div{
    float: left;
}
ul li .price>div:nth-child(1){
    font-size: 0.35rem;
}
ul li .price>div:nth-child(3){
    width: 0.96rem;
    height: 0.486rem;
    position: relative;
    margin-left: 0.088rem;
}
ul li .price>div:nth-child(3) img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
ul li .pay{
    font-size: 0.31rem !important;
    color: #666;
    margin-left: 0.35rem;
    margin-top: 0.22rem;
}
ul li .activePay{
    color: #06C1AE;
}
ul li .choose{
    width: 0.486rem;
    height: 0.486rem;
    position: absolute;
    top: 0.133rem;
    right: 0.133rem;
    background: url("../newComboImg/normalbtn.png") center no-repeat;
    background-size: 100% 100%;
}
ul li .activeBtn{
    background: url("../newComboImg/highlightbtn.png") center no-repeat;
    background-size: 100% 100%;
}
.comboTypes .tip{
    width: 100%;
    height: 0.75rem;
    font-size: 0.265rem;
    color: #8C8C8C;
}
.orderBtn{
    width: 100%;
    height: 1.02rem;
    background-color: #06C1AE;
    border-radius: 0.51rem;
    font-size: 0.35rem;
    color: #fff;
    text-align: center;
    line-height: 1.02rem;
    margin-top: 0.265rem;
}
.disabledDiv{
    pointer-events: none;
    background-color: #D8D8D8;
    display: none;
}
.orderTip>div:first-child{
    width: 0;
    height: 0;
    border-top: 0.199rem solid transparent;
    border-left: 0.155rem solid transparent;
    border-right: 0.155rem solid transparent;
    border-bottom:  0.199rem solid rgba(0, 0, 0, .73);
    margin: 0 auto;
}
.orderTip>div:last-child{
    height: 0.75rem;
    background-color: rgba(0, 0, 0, .73);
    color: #fff;
    font-size: 0.31rem;
    line-height: 0.75rem;
    padding: 0 0.265rem;
    box-sizing: border-box;
    border-radius: 0.088rem;
}
.orderTip .close{
    float: right;
    height: 100%;
    color: #FFC769;
}
.process{
    width: 100%;
    height: 2.78rem;
    padding: 0.33rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 0.177rem;
}
.process .title{
    width: 100%;
    height: 0.398rem;
    position: relative;
}
.process .title>div:first-child{
    width: 0.11rem;
    height: 0.35rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-color: #03C5B4;
}
.process .title>div:last-child{
    height: 0.398rem;
    line-height: 0.398rem;
    font-size: 0.398rem;
    color: #444;
    margin-left: 0.376rem;
}
.process .processImg{
    width: 100%;
    height: 1.28rem;
    margin-top: 0.398rem;
    background: url("../newComboImg/daipailiucheng.png") center no-repeat;
    background-size: 100% 100%;
}
.detail{
    width: 100%;
    padding: 0.265rem 0.33rem 0.31rem 0.33rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 0.177rem;
}
.detail div img{
    width: 100%;
    height: 100%;
}
.evaluation{
    width: 100%;
    /* height: 10.92rem; */
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0.177rem;
}
.eTitle{
    width: 100%;
    height: 0.398rem;
    padding: 0.35rem 0.33rem;
    box-sizing: border-box;
}
.eTitle>div{
    float: left;
    height: 0.398rem;
}
.eTitle>div:nth-child(1){
    width: 0.11rem;
    height: 0.35rem;
    background-color: #03C5B4;
    margin-top: 0.022rem;
}
.eTitle>div:nth-child(2){
    height: 0.398rem;
    line-height: 0.398rem;
    font-size: 0.398rem;
    color: #444;
    margin-left: 0.265rem;
}
.eTitle>div:nth-child(3){
    height: 0.398rem;
    font-size: 0.31rem;
    color: #444;
    padding-top: 0.022rem;
    box-sizing: border-box;
    margin-left: 0.177rem;
}
.userEv{
    padding: 0.35rem 0.33rem;
    box-sizing: border-box;
    border-bottom: 0.022rem solid #F3F3F3;
}
.userEvTop{
    width: 100%;
    height: 0.35rem;
    margin: 0.35rem 0;
}
.userEvTop .userEvTopName{
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.35rem;
    color: #444;
    float: left;
}
.userEvTop .userEvTopTime{
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.265rem;
    color: #999;
    float: right;
}
.userEvMiddle{
    font-size: 0.31rem;
    color: #666;
}
.userEvBottom{
    width: 100%;
    height: 2.25rem;
    margin-top: 0.35rem;
    display: flex;
    justify-content: space-between;
}
.userEvBottom img{
    width: 49%;
    max-height: 2.25rem;
}
.moreEv{
    width: 100%;
    height: 1.08rem;
    font-size: 0.35rem;
    line-height: 1.08rem;
    text-align: center;
    color: #06C1AE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.moreEv>div:last-child{
    width: 0.24rem;
    height: 0.13rem;
    background: url("../newComboImg/button_more.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 0.133rem;
}
.beforeKnow{
    width: 100%;
    /* height: 3.76rem; */
    padding: 0.35rem 0.265rem 0.35rem 0.33rem;
    box-sizing: border-box;
    margin-top: 0.177rem;
    background-color: #fff;
}
.knowTitle{
    width: 100%;
    height: 0.398rem;
    line-height: 0.398rem;
}
.knowTitle>div{
    float: left;
}
.knowTitle>div:first-child{
    width: 0.11rem;
    height: 0.35rem;
    margin-top: 0.024rem;
    background-color: #03C5B4;
}
.knowTitle>div:last-child{
    font-size: 0.398rem;
    height: 0.398rem;
    line-height: 0.398rem;
    margin-left: 0.243rem;
}
.knowText{
    font-size: 0.31rem;
    color: #444;
    line-height: 0.486rem;
    margin-top: 0.35rem;
}
.knowText i{
    font-style: normal;
    color: #06C1AE;
}
.payKnow{
    width: 100%;
    height: 6.9rem;
    padding: 0.35rem 0.265rem 0.35rem 0.33rem;
    box-sizing: border-box;
    margin-top: 0.177rem;
    background-color: #fff;
    margin-bottom: 1.1rem;
}
.remain{
    display: none;
}
.userEvHide{
    display: none;
}
.chooseCombo{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 1.1rem;
    background-color: #1AC6B4;
    font-size: 0.35rem;
    color: #fff;
    line-height: 1.1rem;
    text-align: center;
}
.hideNav{
    width: 100%;
    height: 1.94rem;
    position: fixed;
    top: -1.94rem;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 0 0.33rem;
    box-sizing: border-box;
    padding-top: 0.265rem;
    box-shadow: 0 0.044rem 0.088rem rgba(77,77,77,0.07);
}
.navTitle{
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.398rem;
    color: #444;
    text-align: center;
}
.navIcon{
    width: 0.464rem;
    height: 0.464rem;
    background: url("../newComboImg/backNav.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.265rem;
    left: 0.33rem;
}
.navText{
    width: 100%;
    height: 1.01rem;
    margin-top: 0.22rem;
    display: flex;
    justify-content: space-around;
}
.navText>div{
    width: 25%;
    height: 100%;
    line-height: 1.01rem;
    text-align: center;
    font-size: 0.35rem;
    color: #444;
}
.activeNav{
    color: #06C1AE !important;
    border-bottom: 0.022rem solid #06C1AE;
}
.audiobox {
    height: .92rem;
    padding: .26rem .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(247, 247, 247, 1);
    border-radius: .08rem;
    border: 1px solid #F3F3F3;
    margin: .3rem auto;
    line-height: .4rem;
    color: rgba(136, 136, 136, 1);
    font-size: .28rem;
    position: relative;
}

.audiobox .left {
    display: inline-block;
    background: url("../newComboImg/laba0726.png") no-repeat left center;
    background-size: .4rem .32rem;
    height: .4rem;
    padding-left: .5rem;
}

.audiobox.curr .left {
    background-image: url("../newComboImg/yuyin.gif");
}

.audiobox .right {
    float: right;
}