html{
    font-size: 45.25px;
}
body{
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
}
.askMask{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: none;
}
.askMask .askMaskContent{
    position: absolute;
    width: 6.204473rem;
    height: 3.9rem;
    background: #fff;
    border-radius: 10px;
    top: 50%;
    margin-top: -1.95rem;
    left: 50%;
    margin-left: -3.1022365rem;
    padding: 0 0.33rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.askMask input{
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    box-sizing: border-box;
}
#form{
    height: 3.31rem;
}
.sec-title {
    color: #333333;
    font-size: .353279rem;
    line-height: .495814rem;
    position: relative;
    padding-left: .1655998rem;
    margin-bottom: .220799rem;
    font-weight: bold;
}
.askMask>div textarea {
    width: 5.542074rem;
    height: 1.542533rem;
    font-size: .30905rem;
    background: #F4F4F4;
    border-radius: 10px;
    color: #333;
    resize: none;
    box-sizing: border-box;
    padding: 5px;
    min-height: 1.2rem;
    border: #eee 1px solid;
    outline: none;
}
.askMask .btn-tiwen {
    display: inline-block;
    width: 2.5rem;
    height: .661085rem;
}
.btn-default {
    text-align: center;
    background: #06C1AE;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    appearance: none;
}
.askMask .btn-quxiao {
    text-decoration: none;
    font-size: 0.28rem;
    float: right;
    width: 2.5rem;
    height: .661085rem;
    vertical-align: top;
    line-height: .661085rem;
    margin-left: .110399rem;
}
.askMask .btn-disabled {
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    appearance: none;
    display: inline-block;
    background: #C2C2C2;
}
#send_id_btn{
    float: left;
}
.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%;
    z-index: 999;
}
.topSingle{
    width: 100%;
    height: 5.9rem;
    background: url("../newComboImg/banner.png") center no-repeat;
    background-size: 100% 100%;
}
.top{
    width: 100%;
    height: 5.9rem;
}
.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;
    margin-left: 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.comboTop .text .textDetail>div{
    float: left;
    height: 0.35rem;
    border-radius: 0.044rem;
    line-height: 0.35rem;
    text-align: center;
    font-size: 0.265rem;
}
.comboTop .text .textDetail{
    margin-top: 0.177rem;
}
.comboTop .text .textDetail>div:first-child{
    /* width: 1.24rem; */
    background-color: #CFF5FF;
    color: #069AC1;
}
.comboTop .text .textDetail>div:last-child{
    /* width: 3rem; */
    background-color: #FFF3D7;
    color: #EBBB4A;
    margin-left: 0.155rem;
}
.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%;
    /* height: 12.464rem; */
    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 li.activeLi{
    color: #06C1AE !important;
    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;
    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{
    width: 7.62rem;
    position: absolute;
    left: 0.33rem;
    bottom: -0.65rem;
}
.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.577rem;
}
.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%;
    /* height: 13.19rem; */
    padding: 0.265rem 0.33rem 0.31rem 0.33rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 0.177rem;
}
.detail .title{
    width: 100%;
    height: 0.398rem;
    position: relative;
}
.detail .title>div:first-child{
    width: 0.11rem;
    height: 0.35rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-color: #03C5B4;
}
.detail .title>div:last-child{
    height: 0.398rem;
    line-height: 0.398rem;
    font-size: 0.398rem;
    color: #444;
    margin-left: 0.376rem;
}
.detail .spot{
    margin-top: 0.62rem;
    font-size: 0.35rem;
    color: #444;
}
.detail .virtue{
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 0.044rem;
    padding: 0.177rem 0.35rem;
    box-sizing: border-box;
    margin-top: 0.35rem;
}
.detail .virtueItem{
    color: #666;
    font-size: 0.31rem;
    /* height: 0.66rem; */
    line-height: 0.66rem;
    position: relative;
}
.detail .virtueItem>div:first-child{
    width: 0.177rem;
    height: 0.177rem;
    background-color: #D8D8D8;
    border-radius: 50%;
    position: absolute;
    top:0.24rem;
    left: 0;
}
.detail .virtueItem>div:last-child{
    margin-left: 0.35rem;
}
.suffer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.265rem;
}
.suffer>div{
    width: 2.4rem;
    height: 0.68rem;
    border: 0.044rem solid #F2F2F2;
    border-radius: 0.044rem;
    margin-bottom: 0.088rem;
    font-size: 0.265rem;
    color: #666;
    text-align: center;
    line-height: 0.68rem;
}
.line{
    width: 100%;
    height: 0.62rem;
    border-bottom: 0.022rem solid #F3F3F3;
}
.introduce{
    font-size: 0.31rem;
    color: #666;
    margin-top: 0.265rem;
    line-height: 0.486rem;
}
.infoImg{
    width: 100%;
    margin-top: 0.44rem;
}
.infoImg 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>div:first-child{
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.35rem;
    color: #444;
    float: left;
}
.userEvTop>div:last-child{
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.265rem;
    color: #999;
    float: right;
}
.userEvMiddle{
    font-size: 0.31rem;
    color: #666;
}
.userEvBottom{
    width: 3.49rem;
    height: 2.25rem;
    margin-top: 0.35rem;
}
.userEvBottom img{
    width: 100%;
}
.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{
    flex: 1;
    height: 1.1rem;
    background-color: #1AC6B4;
    font-size: 0.35rem;
    color: #fff;
    line-height: 1.1rem;
    text-align: center;
}
.navBottom{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    background-color: #fff;
    box-shadow: 0 -0.044rem 0.13rem rgba(57, 57, 57, 0.05);
}
.ask{
    width: 3.25rem;
    height: 1.1rem;
    font-size: 0.35rem;
    color: #444;
    line-height: 1.1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ask>div:first-child{
    width: 0.44rem;
    height: 0.38rem;
    background: url("../newComboImg/kefu.png") center no-repeat;
    background-size: 100% 100%;
}
.ask>div:last-child{
    margin-left: 0.2rem;
}
.top .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%;
}
.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;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
 }
 .paishouDetail{
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     background-color: rgba(0,0,0,0.6);
     z-index: 9999;
     display: none;
 }
 .detailContent{
     width: 100%;
     height: 9.2rem;
     position: absolute;
     left: 0;
     bottom: 0;
     background-color: #fff;
     padding: .333rem .333rem 0;
     box-sizing: border-box;
    /* transform: translateY(100%); */
    /* transition: all 0.5s; */
 }
 .textBottom{
     margin-bottom: 0.38rem;
 }
 .detailContent .close{
     position: absolute;
    right: .333rem;
    top: .333rem;
    width: .550904rem;
    height: .550904rem;
    background: #fff url("../newComboImg/x.png") no-repeat center;
    background-size: .550904rem .550904rem;
    z-index: 1;
 }
 .bottomText{
    color: #fff;
    background: #06C1AE;
    display: block;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: .353279rem;
    border-radius: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
 }
 .menban{
     width: 100%;
     height: 100%;
 }