@charset "utf-8";
/*document css*/
html,body{
    min-height: 100%;
}
.cherryIndex{
    width:100%;
    height:100%;
    background: url(/res/images/cherryConBg.jpg?t=2025030401) center repeat-y;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cherryIndex::before{
    display:block;
    content:'';
    width:100%;
    height:5rem;
    background:url(/res/images/cherryTopBg.jpg?t=2025030401) center top no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.cherryIndex::after{
    display:block;
    content:'';
    width:100%;
    height:2.35rem;
    background:url(/res/images/cherryBtBg.jpg?t=2025030401) center bottom no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
/*20210228修改晚.logoIndex*/
.logoIndex{
    width: 4.74rem;
    /* max-width:45%; */
    margin: 0 0 0 1.15rem;
    padding-top: .52rem;
    position: relative;
    z-index: 3;
}
.logoIndex img{
    display: block;
    width:100%;
    height:auto;
}
.indexCon{
    width:auto;
    max-width:92%;
    height:auto;
    margin: 0 auto;
    padding-top: 2.1rem;
    position: relative;
    z-index: 3;
}
.indexCon a{
    display:block;
    width:100%;
    height:auto;  
    position: relative;
    margin-top: .1rem;
    cursor: pointer;
} 
.indexCon a img{
    display:block;
    width:100%;
    height:auto;
}
.cherryImg{
    width:82%;
    height:auto;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cherryImg img{
    width:100%;
    height:auto;
}  
.footer{
    width:100%;
    padding:.17rem 0 calc(.17rem + env(safe-area-inset-bottom)) 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 .1rem rgba(188,190,197,.1);
    box-shadow: 0 0 .1rem rgba(188,190,197,.1);
    position: fixed;
    left: 0;
    bottom:0;
    z-index: 9;
}
.maxWidth{
    width:100%; 
    margin:0 auto;
}
.footer .maxWidth{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.footer .notice{
    padding-left: .5rem;
    height: .66rem;
    line-height: .66rem;
    font-size: .26rem;
}
.footer .notice span{
    display:inline-block;
    vertical-align: top;
    height: .66rem;
    color:#999;
    padding-left: .34rem;
    background:url(/res/images/noticeIcon.png?t=2025030401) left center no-repeat;
    -o-background-size: .22rem auto;
    -ms-background-size: .22rem auto;
    -moz-background-size: .22rem auto;
    -webkit-background-size: .22rem auto;
    background-size: .22rem auto;
}
.footer .notice a{
    display:inline-block;
    vertical-align: top;
    height: .66rem;
    color:#4bb2d5;
}
.footer .notice .check{
    display:inline-block;
    vertical-align: top;
    width:.44rem;
    height:.44rem;
    background:url(/res/images/check.png?t=2025030401) left center no-repeat;
    -o-background-size: .28rem auto;
    -ms-background-size: .28rem auto;
    -moz-background-size: .28rem auto;
    -webkit-background-size: .28rem auto;
    background-size: .28rem auto;
    margin-top: .11rem; 
    cursor:pointer;
}
.footer .notice .check.on{
    background:url(/res/images/check_on.png?t=2025030401) left center no-repeat;
    -o-background-size: .28rem auto;
    -ms-background-size: .28rem auto;
    -moz-background-size: .28rem auto;
    -webkit-background-size: .28rem auto;
    background-size: .28rem auto;
}
.blueBtn{
    width: auto;
    height: .66rem;
    line-height: .66rem;
    padding:0 .32rem;
    background-color: #4bb2d5;
    border: 0 none;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    -webkit-border-radius: .33rem;
    border-radius: .33rem;
    cursor:pointer;
} 
.footer .submitBtn{
    min-width: 1.6rem;
    margin-right: .5rem;
}
.blueBtn:disabled {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: not-allowed;
}
/*float*/
.floatBg{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 990;
    display:none;
}
.floatBg1{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 990;
    display:none;
}
.floatBox{
    width:86%;
    height:auto;
    max-height: 94%; 
    background-color: #fff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display:none;
} 
.floatBox h3{
    font-size: .32rem;
    color:#333;
    line-height: .4rem;
    font-weight: bold;
    text-align: center;
    padding:.3rem .4rem;
}
.floatCon{
    padding:0 .4rem .4rem;
    max-height: calc(94vh - 1.9rem);
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
.floatCon dl{
    padding-top: .2rem;
    font-size: .28rem;
    color:#333;
    line-height: 1.75;
}
.floatCon dl:first-of-type{
    padding-top: 0;
}
.floatCon dl dt{
    position: relative;
    padding-left: .34rem;
}
.floatCon dl dt em{
    display:block;
    width:.34rem;
    line-height: 1.75;
    vertical-align: top;
    white-space: nowrap;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}
.floatCon dl dd{
    padding-left: .34rem;
}
.noticeAppointFloat .floatCon dl dd{
    padding-left: 0;
}
.floatBox .sureNoticeBtn:disabled{
    opacity:.4;
    cursor: not-allowed;
}
.floatBtn{ 
    text-align: center;
    background:-o-linear-gradient(top, #fff,#ececec) center top no-repeat;
    background:-ms-linear-gradient(top, #fff,#ececec) center top no-repeat;
    background:-moz-linear-gradient(top, #fff,#ececec) center top no-repeat;
    background:-webkit-linear-gradient(top, #fff,#ececec) center top no-repeat;
    background:linear-gradient(to top, #fff,#ececec) center top no-repeat;
    -o-background-size: 100% 1px;
    -ms-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    padding-bottom: 1px;
}  
.floatBtn .blueBtn{
    width:100%;
    height:auto;
    line-height: .9rem; 
    background:none;
    font-size: .28rem;
    color:#4bb2d5;
    font-weight: bold;
}

/*rigister*/
.registerMain{
    width:100%; 
    min-height:calc(100vh - 1rem);
    background-color: #f2f4f7;
    padding:.25rem .25rem 1rem;
}
.registerCon{ 
    height:auto;  
    overflow: hidden;
}
.shadow{
    background-color: #fff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem; 
}
.inputList{
    padding:0 .4rem;
    margin-bottom: .25rem;
}
.inputList .item{
    width:100%; 
    overflow: hidden;
    background:-o-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:-ms-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:-moz-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:-webkit-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:linear-gradient(to top, #fff,#ececec) center bottom no-repeat;
    -o-background-size: 100% 1px;
    -ms-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}
.inputList .item:last-of-type{
    background:none;
}
/*20210303 修改.inputList .item span*/
.inputList .item span{
    display: inline-block;
    vertical-align: top;
    line-height: .3rem;
    width: 1.8rem;
    padding: .3rem 0 .3rem .2rem;
    font-size: .26rem;
    color: #333;
    text-align: left;
    white-space: nowrap;
    position: relative;
}
.inputList .item span em{
    width:.2rem;
    font-style: normal;
    color:#fe5151;
    padding-right: .04rem;
    position: absolute;
    left: 0;
    top: .32rem;/*20210303 修改*/
}
.inputList .item .frBox{
    display:inline-block;
    vertical-align: top;
    width: calc(100% - 2rem); /*20210303 修改*/
    min-height: .9rem;
}
.inputList .item .frBox p,.inputList .item .frBox input{
    width:100%;
    height:.9rem;
    line-height: .9rem;
    font-size: .26rem;
    color:#333;
    text-align: right;
    background: none;
    border:0 none;
    outline: none;   
}
.inputList .item .frBox .arrowFr{
    background:url(/res/images/arrowFr.png?t=2025030401) right center no-repeat;
    -o-background-size: .14rem auto;
    -ms-background-size: .14rem auto;
    -moz-background-size: .14rem auto;
    -webkit-background-size: .14rem auto;
    background-size: .14rem auto;
    padding-right: .36rem;
}
.inputList .item .frBox p label{
    color:#ccc; 
}
.inputList .midItem span{
    width:2.4rem;
}
.inputList .midItem .frBox{
    width: calc(100% - 2.5rem);
}
/*file*/
.fileBox{
    width:100%;
    height:100%;
    position: relative;
}
.fileBox label{
    display:block;
    width:100%;
    height:.7rem;
    line-height: .7rem; 
    background:url(/res/images/fileIcon.png?t=2025030401) right center no-repeat;
    -o-background-size: .66rem auto;
    -ms-background-size: .66rem auto;
    -moz-background-size: .66rem auto;
    -webkit-background-size: .66rem auto;
    background-size: .66rem auto;
    position: absolute;
    right:0;
    top: .1rem;
    z-index: 1;
}
.inputList .item .frBox .fileBox .fileBtn{
    width:100px;
    height:40px;
    background:none;
    border:0 none;
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    right:0;
    top: 0;
    z-index: 2;
    cursor:pointer;
}
.inputList .bigHighItem{
    height:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
} 
.fileImgBox{
    height:1.5rem;
    text-align: right;
    padding-right: .18rem;
    display:none;
}
.fileImgBox .imgList{
    display:inline-block;
    vertical-align: top; 
    width:1rem;
    height:1rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    position: relative;
    top: .25rem;
}
.fileImgBox .imgList img{
    width:100%;
    height:100%;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
}
.fileImgBox .imgList a.delBtn{ 
    display:block;
    width:.44rem;
    height:.44rem;
    background:url(/res/images/delIcon.png?t=2025030401) center no-repeat;
    -o-background-size: .36rem auto;
    -ms-background-size: .36rem auto;
    -moz-background-size: .36rem auto;
    -webkit-background-size: .36rem auto;
    background-size: .36rem auto;
    position: absolute;
    right:-.18rem;
    top: -.18rem;
} 
.inputList .bigItem .frBox{
    width:100%;
}
.inputList .bigItem .frBox input{
    text-align: left;
    padding-left: .18rem;
}
/*add*/
.addPersonBtn{
    width:200%;
    height:1.44rem;
    line-height: 1.48rem;
    border:1px dashed #4bb2d5;
    background-color: #fff;
    text-align:center;
    font-size: .6rem;
    color:#4bb2d5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem; 
    cursor:pointer; 
    -webkit-transform:scale(.5, .5);
       -moz-transform:scale(.5, .5);
        -ms-transform:scale(.5, .5);
         -o-transform:scale(.5, .5);
            transform:scale(.5, .5);
    margin-left: -50%;
    margin-top: -.36rem; 
    margin-bottom: -.16rem; /*20210303 add*/
}
.addPersonBtn i{
    display:inline-block;
    vertical-align: top;
    width:.52rem;
    height:.52rem;
    background:url(/res/images/addIcon.png?t=2025030401) center no-repeat;
    -o-background-size: .52rem auto;
    -ms-background-size: .52rem auto;
    -moz-background-size: .52rem auto;
    -webkit-background-size: .52rem auto;
    background-size: .52rem auto;
    margin-top: .48rem;
    margin-right: .24rem;
}
.addPersonBtn em{
    font-style: normal;
    font-size: .48rem;
    color:#999;
}
.inputList{
    position: relative;
}
.inputList h4{
    width:100%;
    text-align: center;
    font-size: .3rem;
    color:#3a4357;
    font-weight: normal;
    line-height: .44rem;
    padding-top: .24rem;
}
.inputList .deleteBtn{
    width:.4rem;
    height:.44rem;
    background:url(/res/images/deleteIcon.png?t=2025030401) center no-repeat;
    -o-background-size: .32rem auto;
    -ms-background-size: .32rem auto;
    -moz-background-size: .32rem auto;
    -webkit-background-size: .32rem auto;
    background-size: .32rem auto;
    position: absolute;
    right:.4rem;
    top: .24rem;
    z-index: 2;
} 
/*预约成功提示*/
.successFloat{
    width:86%; 
}
.successFloat .floatCon{
    padding:.58rem .4rem .3rem;
    color: #333;
    text-align: center;
    font-size: .26rem;
    line-height: .46rem;
}
/*code*/
.codeBox{
    padding-top: 0;
    position: relative;
}
.codeBox input{
    padding-right: 1.3rem;
}
.codeBox label{
    display:block;
    line-height: .9rem;
    font-size: .26rem;
    color:#4bb2d5; 
    position: absolute;
    right:0;
    bottom: 0;
    z-index: 2;
    cursor:pointer;
}
.codeBox label.disabled{
    opacity:.4;
    cursor:not-allowed;
}
.errMsg{
    line-height: .4rem;
    font-size: .3rem;
    padding:.2rem .3rem;
    color:#fff;
    background-color: rgba(0,0,0,.6);
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display:none;
    text-align: center;
}
.bigImg{
    width:auto;
    height:auto;
    width: 70%;
    height: auto;
    position: fixed;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1000;
    display:none;
} 
.uploadFloat{
    width:70%;
}
.uploadFloat .floatCon{
    min-height: 1.8rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;    
    padding-top: .4rem;
    padding-bottom: .3rem;
}
.uploadFloat .floatCon p{
    width:100%;
}
.inputList .item .radioList{
    display:inline-block;
    vertical-align: top;
    width:2rem;
    height:1.04rem;
    font-size: .52rem;
    color:#4bb2d5;
    font-style: normal;
    text-align: center;
    border:1px solid #4bb2d5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    -webkit-box-shadow: 0 0 .2rem rgba(75,178,213,.2);
    box-shadow: 0 0 .2rem rgba(75,178,213,.2);
    -webkit-transform: scale(.5, .5);
       -moz-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
         -o-transform: scale(.5, .5);
            transform: scale(.5, .5);
    margin: -.07rem -.5rem -.07rem -.32rem; 
}
.inputList .item .radioList.on{
    background:#4bb2d5;
    color:#fff;
}
.ewmBtn{
    width:.5rem;
    height:.5rem;
    padding:.1rem;
    position: absolute;
    right:.52rem;
    top: .52rem;
    z-index: 9;
}
.ewmBtn img{
    width:.3rem; 
    height:.3rem; 
}
.flowerBox{
    width:6.55rem;
    height:auto;
    position: absolute;
    top: 0;
    right:0;
    z-index: 3;
}
.flowerBox img{
    display:block;
    width:100%;
    height:auto;
}

/*预约记录*/
.record_body{ background:url(/res/images/jl_top_img.png?t=2025030401) #f5f6fa top center no-repeat;  background-size: 100% 3.13rem;padding-top: .3rem;}
.ewm_con{width:2.6rem;height:2.6rem;margin: .6rem auto .25rem;box-sizing: border-box;border:.08rem solid #fff;border-radius: .12rem;position: relative;}
.ewm_con img{ display:block; width:100%; height:100%; z-index: 0;}
.ewm_txt{color:#fff;font-size: .3rem;font-weight: bold;text-align: center;letter-spacing: 1px;margin-bottom: .45rem;position: relative;z-index: 1;}

.jl_box{margin:0 .26rem .26rem;background: #fff;border-radius: .12rem;padding: .25rem  .35rem;position: relative;z-index: 1;}
.jl_box li{font-size: .28rem;margin: .1rem 0;}
.jl_box li span{ color:#999;}

.jl_h2{font-size: .24rem;color:#999;padding: 0 .61rem .1rem;}

.ewm_shadow{ display:block; position:absolute; right:-.06rem; top:2.52rem; width:100%; height:auto;z-index: -1;}
.ewm_shadow img{width:100%;}

/*20210228add*/
.float_login{ display:block; top:30%;}
.float_login .floatBtn .blueBtn{background:#4bb2d5;color:#fff;width: 90%;margin-top:.4rem;border-radius: .45rem;line-height: .84rem;}
.float_login .inputList .item:last-of-type{ width:100%; 
    overflow: hidden;
    background:-o-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:-ms-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:-moz-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:-webkit-linear-gradient(top, #fff,#ececec) center bottom no-repeat;
    background:linear-gradient(to top, #fff,#ececec) center bottom no-repeat;
    -o-background-size: 100% 1px;
    -ms-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;}
.float_login .floatBtn{background:none;margin-bottom: .45rem;}

/*20210228add 提示页面*/
.hint_bg{ width:100%; height:100%; background:url(/res/images/yh_bg.jpg?t=2025030401) top center no-repeat; background-size:100% 100%; }/*20210302hf edit 兼容ipX*/
.hint_img{display:block;width:4.48rem;height:5.19rem;margin: 2.16rem auto .1rem;}
.hint_txt{font-size: .34rem;padding: 0 5%;color:#3c4059;text-align: center;} /*20210303 修改font-size: .34rem;padding: 0 5%;*/

/*20210228 add record button*/
/*20210228晚修改 add record button*/
.recordBtn{
    text-align: center;
    padding-top: .3rem;
    position: relative;
    z-index: 5;
}

/*20210228修改晚 修改*/
.recordBtn a{
    display:inline-block;
    vertical-align: top;
    width: 2.75rem;
    height:.72rem;
    background:url(/res/images/myAppointBtn.png?t=2025030401) center no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

/*20210301 add*/ 
input:-internal-autofill-selected{
    background:none!important;
}

/*20210303 修改.inputList .item .radioList*/
.inputList .item .radioList{
    width:2rem;
    line-height: 1.04rem;
    -webkit-border-radius: .52rem;
    border-radius: .52rem;
    margin-left: -.25rem;
    margin-right: -.6rem;
} 
.footer .notice span{
    background:none;
    padding-left: 0;
}
.footer .notice a{
    text-decoration: underline;
} 
.footer .notice .check{
    margin-right: -.1rem;
}
.errMsg{
    max-width: 80%;
}
.selectList{
    display:none;
    overflow: hidden;
}
.selectList li{
    width:calc(25% - .21rem);
    height:.6rem;
    line-height: .6rem;
    float:left;
    text-align: center;
    padding:0 .17rem;
    color:#333;
    font-size: .24rem;
    background-color: #f5f6fa;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    margin-right: .28rem;
    margin-bottom: .2rem;
    cursor:pointer;
}
.selectList li.on{
    background-color: #4bb2d5;
    color:#fff;
}
.selectList li:nth-of-type(4n+4){
    margin-right: 0;
}
.typeSelectList li{
    width:auto;
    margin-right: .16rem;
}
.typeSelectList li:nth-of-type(3){
    margin-right: 0;
}
.typeSelectList li:nth-of-type(4n+4){
    margin-right: .16rem;
}
.selectBtn{
    cursor:pointer;
}
.inputList .selectItem{
    background:none;
    height:auto;
}
.inputList{
    margin-bottom: .2rem;
} 
.flowerBox{
    width:73.5%;
    z-index: 0;
}
.record_body{
    padding-top: .8rem;
}
.ewmBtn{
    width: auto;
    height: .54rem;
    top: .2rem;
    right:.2rem;
}
.ewmBtn img{
    width:.34rem;
    height:.34rem;
}
.jl_box li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.jl_box li span{
    white-space: nowrap;
}
.jl_box li .imgList{
    display: inline-block;
    vertical-align: top;
    width: .54rem;
    height: .54rem;
    -webkit-border-radius: .06rem;
    border-radius: .06rem;
    position: relative; 
    margin:.1rem 0;
}
.jl_box li .imgList img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: .06rem;
    border-radius: .06rem;
} 
.recordBg{
    width:100%;
    height:4.36rem;
    background: url(/res/images/jl_top_img1.png?t=2025030401) #f5f6fa top center no-repeat;
    background-size: 100% 4.36rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.recordTopTxt{
    width:100%;
    margin-top: -.25rem;
    text-align: center;
    padding-bottom: .55rem;
    position: relative;
    z-index: 2;
}
.recordTopTxt p{
    font-size: .3rem;
    color:#fff;
    font-weight: bold;
    line-height: .48rem;
    text-shadow: 0 1px 0 #2790b4;
}
.appointBtn{
    text-align: center;
    padding-top: .2rem;
    position: relative;
    z-index: 2;
}
.appointBtn a{
    display:inline-block;
    vertical-align: top;
    width:3.6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .64rem;
    color:#32c5ce;
    border:1px solid #32c5ce;
    -webkit-border-radius: .56rem;
    border-radius: .75rem;
    -webkit-box-shadow: 0 0 .25rem rgba(75,178,213,.2);
    box-shadow: 0 0 .25rem rgba(75,178,213,.2);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    -o-transform: scale(.5, .5);
    transform: scale(.5, .5);
    margin:-.28rem -.9rem;
}
.hint_bg{
    text-align: center;
}
.hint_bg::before{
    display:block;
    content:"";
    width:6.17rem;
    height:5rem;
    background:url(/res/images/cherryImg.png?t=2025030401) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    right:0;
    top: 0;
    z-index: 0;
}
.hint_bg img{
    position: relative;
    z-index: 2;
}
.hint_txt{
    position: relative;
    z-index: 2;
}
.emptyImg{
    width:60%;
    height:auto;
    margin-top: 50%;
}
.loginBg{
    width:100%; 
    max-width: 1000px;
    margin:0 auto;
    background-color: #f5f6fa;
}
.loginTopBg{
    width:100%;
    height:6.1rem; 
    background:url(/res/images/loginBg.png?t=2025030401) center/cover;
} 
.float_login{
    top: 0;
    position: relative;;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    margin-top: -1.8rem;
    padding-bottom: .3rem;
}
.float_login .floatCon{
    padding-top: .3rem;
}
.loginFlower{
    width:87%;
    height:auto;
    position: absolute;
    right:0;
    top: 0;
    z-index: 0;
}
.loginFlower img{
    width:100%;
    height:auto;
}
.doorImg{
    width:67.6%;
    height:auto;
    position:absolute;
    left: 16.2%;
    top: .8rem;
    z-index: 1;
}
.doorImg img{
    width:100%;
    height:auto;
}
.recordList{
    padding-bottom: .84rem;
    position: relative;
}
.recordList:last-of-type{
    padding-bottom: .4rem;
}
.recordList i{
    width:auto;
    height:.68rem;
    line-height: .72rem;
    padding:0 .34rem;
    border-radius: .34rem;
    background-color: #4bb2d5;
    font-size: .28rem;
    font-style: normal;
    color:#fff;
    box-shadow: 0 0 .15rem rgba(75,178,213,.35);
    position: absolute;
    left: 50%;
    top: -.34rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.floatBox{
    max-height: initial;
} 
.inputList .activeItem{
    display:none;
} 
/*20210303 修改*/
.inputList .activeItem .radioList, .inputList .activeItem02 .radioList{
    width:1.6rem;
    margin-left: -.21rem;
    margin-right: -.4rem;
}
/*20210303 修改 end*/
.floatCon{
    max-height: calc(86vh - 1.9rem);
}
.floatCon dl strong{
    font-weight: normal;
    background-color: #4bb2d5;
    color:#fff;
} 
/*20210302 add*/
.record_body{
    background: url(/res/images/jl_top_img1.png?t=2025030401) top center no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.recordBg{
    position:inherit;
    width:100%;
    height:6.32rem;
    background:url(/res/images/recordTopBg.png?t=2025030401) center/cover no-repeat;
    margin-bottom: -1.95rem;
    margin-top: -.82rem;
}
.recordTopTxt{
    padding-bottom: .4rem;
}
.flowerBox{
    z-index: 2;
}
.recordList{
    z-index: 3;
}
body{
    background-color: #f5f6fa;
}
.wid100{
    width:100%;
    max-width: 100%;
    height:100vh;
}
.verifyBox{
    padding-bottom: .4rem;
    overflow: hidden;
}
.verifyBg{
    width:100%;
    height:4.76rem;
    background:url(/res/images/verifyBg.png?t=2025030401) center/cover no-repeat;
    margin-bottom: -1.2rem;
}
.verifyTab{ 
    max-width: 1000px;
    margin:0 .42rem;
    height:6.24rem;
    padding:.6rem 14% 0;
    background-color: #fff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    -webkit-box-shadow: 0 .12rem .4rem rgba(78,178,213,.05);
    box-shadow: 0 .12rem .4rem rgba(78,178,213,.05);
}
.verifyTab .hd{
    width:100%;
    height:.8rem;
    line-height: .8rem;
    border:1px solid #4bb2d5; 
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
    overflow: hidden;
}
.verifyTab .hd li{
    width:50%;
    float:left;
    text-align: center;
    font-size: .3rem;
    color:#4bb2d5;
    cursor:pointer;
}
.verifyTab .hd li.on{
    background-color: #4bb2d5;
    color:#fff;
}
.verifyTab .verifyList{
    padding: .65rem 0 .8rem; 
    text-align: center;
    overflow: hidden;
    display:none;
}
.verifyTab .verifyList p{
    font-size: .3rem;
    line-height: .4rem;
    padding:.1rem 0;
    text-align: center;
}
.verifyTab .verifyList .inputBtn{
    width:1.8rem;
    height:.8rem;
    line-height: .8rem;
    text-align: center;
    background-color: #e6f4f9;
    border:0 none;
    font-size: .3rem;
    color:#4bb2d5;
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
    -webkit-box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.03);
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.03);
    margin-top: .8rem;
    cursor:pointer;
}
.verifyTab .verifyList span{
    display:block;
    line-height: .56rem;
    color:#999;
    font-size: .24rem;
    text-align: left;
    padding:0 .2rem;
}
.verifyTab .verifyList .inputTxt{
    width:100%;
    height:.94rem;
    line-height: .54rem;
    padding:.2rem .2rem;
    font-size: .36rem;
    color:#333;
    border:0 none;
    background:-o-linear-gradient(top,#fff, #ececec) center bottom no-repeat;
    background:-ms-linear-gradient(top,#fff, #ececec) center bottom no-repeat;
    background:-moz-linear-gradient(top,#fff, #ececec) center bottom no-repeat;
    background:-webkit-linear-gradient(to bottom,#fff, #ececec) center bottom no-repeat;
    background:linear-gradient(to bottom,#fff, #ececec) center bottom no-repeat;
    -o-background-size: 100% 1px;
    -ms-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    margin-bottom: .3rem;
}
.float_login .inputList .item span{
    width:1.1rem;
}
.float_login .inputList .item .frBox{
    width: calc(100% - 1.2rem);
}
.float_login .inputList .item .frBox input{ 
    text-align: left;
}
.floatCon dl strong{ 
    background-color: #fdeada;
    color:#333;
} 
.blueBtn{
    line-height: .68rem;
}
.inputList .item .frBox input{
    line-height: .5rem;
    padding-top:.2rem;
    padding-bottom: .2rem;
}
/*20210302hf*/
.nostarted_btm{ margin-bottom: .1rem;}
.ewm_box{ position:fixed; top:25%; left: 50%;z-index: 1100; margin-left:-2.86rem; width:5.72rem; height:5.8rem; background:url(/res/images/ewm_bg.png?t=2025030401) no-repeat; background-size:100% 100%;  display:none;}
.ewm_box img{ display:block; width:3.6rem; height:3.6rem; margin:1rem auto 0;}

/*20210303add*/
.hint_hot{ width:5.07rem; height:auto; margin:50% auto .1rem; display:block;}
.padding_top_app p{ margin-top: .15rem;}
.activeItem, .activeItem02{ display:none;}
.noticeP{  font-size: .24rem;    color: #fe5151;    margin-bottom: .2rem;    padding: 0 .1rem; font-weight: 700;}
.yz{ position:absolute; right:.65rem; bottom:.45rem; width:1.5rem; height:1.5rem; background:url(/res/images/img_yz.png?t=2025030401) no-repeat; background-size: 100% 100%;}
.yz_public{ background-image:url(/res/images/img_yzPublic.png?t=2025030401) ;}
.recordBg_public{    width: 100%;    height: 3.76rem;    background: url(/res/images/recordTopBg_public.png?t=2025030401) center -.25rem no-repeat;    background-size: 100% 3.76rem;    margin-bottom: -1.8rem;}
/*20250301 add*/
.hint_bg{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
}
.hint_bg::before{
    display: none;
}
.hint_bg img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    margin-top: 0;
}
@media screen and (min-width:1025px){
body{
    max-width: 1000px;
    margin: 0 auto;
    background: #f2f4f7;
}
.hint_hot{ margin-top:210px;}
.floatBox{
    max-width: 1000px;
}
.inputList .item .radioList{
    cursor:pointer;
} 
.footer{
    max-width:950px;
    left: 50%;
    margin-left: -475px;
}
.ewmBtn{
    right:50%;
    margin-right: -450px;
}
.bigImg{
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
}
/*20210228 add index*/
.cherryIndex{
    background: url(/res/images/cherryBgPc.jpg?t=2025030401) center/cover no-repeat;
}
.cherryIndex::before{
    display:none;
}
.cherryIndex::after{
    display:none;
}
.logoIndex{
    width:100%;
    max-width: 100%;
    height:128px;
    background:url(/res/images/logoPc.png?t=2025030401) center no-repeat;
    -o-background-size:60% auto;
    -ms-background-size:60% auto;
    -moz-background-size:60% auto;
    -webkit-background-size:60% auto;
    background-size:60% auto;
    margin-top: 8%;
    padding-top: 0;
    z-index: 1;
}
.logoIndex img{
    display:none;
}
.cherryImg{
    width:83%;
    height:100%;
    background:url(/res/images/cherryImgPc.png?t=2025030401) right top no-repeat;
    -o-background-size:100% auto;
    -ms-background-size:100% auto;
    -moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    background-size:100% auto;
}
.cherryImg img{
    display:none;
}
.indexCon{
    max-width: 63%;
    padding-top: 2.5%;
    overflow: hidden;
}
.indexCon a{
    width:50%;
    float: left;
}
.recordBtn{
    padding-top: 0;
    margin-top: -20px;
}
/*20210301 add*/ 
/*.inputList .item .radioList{
    width: 100px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    margin:19px 0 0 20px;
    -webkit-box-shadow: 0 0 10px rgba(75,178,213,.1);
    box-shadow: 0 0 10px rgba(75,178,213,.1);
}*/
.addPersonBtn{
    width:100%;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    margin:0 0 .2rem; /*20210303 修改*/
}
.addPersonBtn i{
    width: 16px;
    height: 16px;
    background: url(/res/images/addIcon.png?t=2025030401) center no-repeat;
    -o-background-size: auto auto;
    -ms-background-size: auto auto;
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    margin-top: 28px;
    margin-right: 10px;
}
.addPersonBtn em{
    font-size: 14px;
}
.footer{
    max-width:952px; 
    margin-left: -476px;
}
.errMsg{
    max-width: 950px;
}
.floatCon dl{
    font-size: 18px;
}
.record_body{
    background:url(/res/images/recordBgPc.png?t=2025030401) center top no-repeat #f5f6fa;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.record_body .flowerBox{
    display:none;
}
.recordBg{
    display:none;
}
.emptyImg{
    width:auto;
    margin-top:25%;
}
.appointBtn a{
    width:160px;
    height:48px;
    line-height: 48px;
    font-size: 18px;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    margin:0;
} 
.loginFlower{
    width:auto; 
} 
.doorImg{ 
    width:auto; 
    left: 50%;
    top: 0%;
    margin-left: -258px;
    display:none;
} 
.float_login{
    top: 50%;
    width: 950px;
    margin-top: 24%;
}
.loginTopBg{
    width:100%;
    height:100%;
    background:url(/res/images/loginBgPc.jpg?t=2025030401) center/cover no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}
.loginFlower{
    display:none;
}
.floatBox{
    max-width: 950px;
}


/*20210301 10:38 修改 .logoIndex*/
.logoIndex{
    width:724px;
    /*max-width: 100%;*/
    height:289px;
    background:url(/res/images/logoPc.png?t=2025030401) center no-repeat;
/*    -o-background-size:60% auto;
    -ms-background-size:60% auto;
    -moz-background-size:60% auto;
    -webkit-background-size:60% auto;*/
    /*background-size:60% auto;*/
    margin: 75px auto 0;
    padding-top: 0;
    z-index: 999;
}
.logoIndex img{
    display:none;
}
.cherryImg{
    width:83%;
    height:100%;
    background:url(/res/images/cherryImgPc.png?t=2025030401) right top no-repeat;
    -o-background-size:100% auto;
    -ms-background-size:100% auto;
    -moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    background-size:100% auto;
}
.cherryImg img{
    display:none;
}

/*20210301 10:44 修改 .indexCon*/
.indexCon{
    max-width: 45%;
    padding-top: 1%;
    overflow: hidden;
}
.indexCon a{
    width:50%;
    float: left;
}

/*20210301 10:44 修改 .indexCon .recordBtn a*/
.recordBtn a{ background-size:70% auto;}

.recordBtn{
    padding-top: 0;
    margin-top: -20px;
} 

/*20210302 add*/
.record_body {
    max-width: 100%;
    padding-top: 60px;
}
.recordBg{
    display:block; 
    width:100%;
    height:400px;
    background:url(/res/images/recordTopBgPc.png?t=2025030401) center/cover no-repeat;
    margin-bottom: -100px;
    margin-top: -60px;
}
.recordBg_public{ background:url(/res/images/recordTopBgPc_public.png?t=2025030401) center top no-repeat; background-size:auto 400px; margin-bottom: -140px;}/*20210303 add*/
.recordList{
    max-width: 1000px;
    margin:0 auto;
}
/*20210302 add*/
.verifyTab{
    margin:0 auto;
}
.verifyBg{
    height:400px;
    background: url(/res/images/verifyBgPc.png?t=2025030401) center top no-repeat;
    -o-background-size:100% auto;
    -ms-background-size:100% auto;
    -moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    margin-bottom: -10%;
}
.verifyTab{
    height:5.7rem;
}
.verifyTab .verifyList{
    padding: .5rem 0 .6rem;
}
.verifyTab .verifyList .inputBtn{
    margin-top: .6rem;
}
.emptyImg{
    margin-top: 12%;
}
.hint_bg::before{
    width:617px;
    height:500px;
}
/*20250301 add*/
    .hint_bg{
        background: url(/res/images/yh_bgpc.jpg?t=2025030401) center top no-repeat #dcf3ff;
        background-size: 100% auto;
    }
}
@media screen and (min-width:1025px) and (max-width:1440px){
.logoIndex{
    margin-top: 7%;
}
/*20210301 10:44 修改 .indexCon*/
.indexCon{
    padding-top: 2%;
    max-width: 58%;
}
.verifyBg{
    margin-bottom: -15%;
}
}
@media screen and (min-width:720px) and (max-width:1440px){    html {  font-size: 60px;}}

/*2026.2.2 add*/
/*显示滚动条*/
.noticeTips .floatCon::-webkit-scrollbar {
   display: block !important;    /* 确保显示 */
   width: 4px !important;       /* 必须设置宽度，否则全局的 width:0 会使其不可见 */
   height: 4px !important;      /* 横向滚动条高度 */
}

.noticeTips .floatCon::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05); /* 轨道颜色 */
  border-radius: 10px;
}

.noticeTips .floatCon::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* 设置一个可见的颜色 */
  border-radius: 10px;
}
