@charset "utf-8";
/*document css*/
html,body{
    min-height: 100%;
}
.cherryIndex{
    width:100%;
    height:100%;
    background: url(../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::after{
    display:block;
    content:'';
    width:100%;
    height:2.35rem;
    background:url(../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(../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(../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(../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(../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(../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(../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(../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(../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;
}
.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(../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(../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(../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;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}

/* 不可选日期的样式 */
.selectList li.unavailable-not-open {
    color: #ccc;
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

.selectList li.unavailable-full {
    /* color: #ff6b6b; */
    background-color: #fff0f0;
    cursor: not-allowed;
    opacity: 0.7;
}

/* 添加不可选标识 */
.selectList li.unavailable-not-open::after {
    content: " (未开放)";
    font-size: 0.8em;
    color: #aaa;
}

.selectList li.unavailable-full::after {
    content: " (已满)";
    font-size: 0.8em;
    /* color: #ff6b6b; */
}

.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(../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(../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(../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(../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(../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(../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(../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: #fcb11b;    margin-bottom: .2rem;    padding: 0 .1rem;}
.yz{ position:absolute; right:.65rem; bottom:.45rem; width:1.5rem; height:1.5rem; background:url(../images/img_yz.png?t=2025030401) no-repeat; background-size: 100% 100%;}
.yz_public{ background-image:url(../images/img_yzPublic.png?t=2025030401) ;}
.recordBg_public{    width: 100%;    height: 3.76rem;    background: url(../images/recordTopBg_public.png?t=2025030401) center -.25rem no-repeat;    background-size: 100% 3.76rem;    margin-bottom: -1.8rem;}

/*20220222 add*/
.jl_box li.nucleicAcidLi .fileBtn{
    width:80px;
    height:32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    background-color: #4bb2d5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 16px;
    position: relative;
}
.jl_box li.nucleicAcidLi .fileBtn input{
    width:100%;
    height:100%;
    background:none;
    border:0 none;
    outline:none;
    opacity:0;
    filter:alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.jl_box li.nucleicAcidLi .fileBtn + .imgList{
    display:none;
}
.jl_box li .imgList{
    width:.64rem;
    height:.64rem;
}
.yz{
    right: .35rem;
    bottom: .8rem;
}
.paddingTop2{
    padding-top: 1.8rem!important;
}
.collectState{
    display:block;
    font-size: .28rem;
    line-height: .44rem;
    padding:0 .1rem;
    border-radius: .06rem;
    position: absolute;
    right:.3rem;
    top: .35rem;
}
.collected{
    color:#5eb149;
    background-color: rgba(94, 177, 73,.1);
}
.notCollected{
    /* color:#e34444; */
    background-color: rgba(227, 68, 68, .1);
}
.logoIndex{
    width: 70%;
}
.cherryIndex{
    height: auto;
    min-height: 100%;
    padding-bottom: .6rem;
}
/*20220222 end*/
/*20220224 add*/
.float_login .inputList{
    overflow:visible;
}
.float_login .inputList .visibleItem{
    overflow:visible;
    position: relative;
}
.float_login .inputList .item span{
    width: 1.4rem;
}
.float_login .inputList .item .frBox{
    width: calc(100% - 1.5rem);
} 
.selectPopBox .selectPopList{
    width:100%;
    height:auto;
    background-color: #fff;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-box-shadow: 0 .06rem .15rem rgba(0,0,0,.06);
    box-shadow: 0 .06rem .15rem rgba(0,0,0,.06);
    position: absolute;
    left: 0;
    top: .9rem;
    z-index: 2;
    display:none;
}
.selectPopBox .selectPopList li{
    font-size: .26rem;
    color:#333;
    line-height: .4rem;
    padding:.15rem .2rem;
    text-align: center;
    cursor: pointer;
}
.float_login .inputList .tips{
    font-size: .26rem;
    color:#333;
    line-height: .46rem;
    padding-top: .3rem;
}
.float_login .inputList .tips a{
    color:#4bb2d5;
    padding-left: .1rem;
}
/*20220224 end*/
/*20220302 add*/
.selectListAuto li{
    width:auto;
}
.inputList .item .frBox p{
    line-height: .4rem;
    padding-top: .25rem;     
    height: auto;
    min-height: .9rem;
}
/*20220302 end*/

/*20230303 add*/
.redBtn{ 
    /* background-color: #fa546b;  */
    box-shadow: 0 0 0.15rem rgba(250,84,107,.35); 
    cursor:pointer;
}
.jl_box li input{
    padding:0 .6rem;
    background:#1182A6;
    border-radius: .1rem;
    box-shadow: 0 .04rem .16rem rgba(245,200,205,.24);
    position: relative;
    left: 50%;
    margin-left: -.9rem;
    margin-top: .22rem;
}
.floatBtn .cancelBtn{
    width:calc(50% - .15rem); 
    color:#999; 
}
.floatBtn .cancelBtn + .blueBtn{
    width:calc(50% - .15rem);  
    background: -o-linear-gradient(left, #fff,#ececec) left center no-repeat;
    background: -ms-linear-gradient(left, #fff,#ececec) left center no-repeat;
    background: -moz-linear-gradient(left, #fff,#ececec) left center no-repeat;
    background: -webkit-linear-gradient(left, #fff,#ececec) left center no-repeat;
    background: linear-gradient(to right, #fff,#ececec) left center no-repeat;
    -o-background-size: 1px 100%;
    -ms-background-size: 1px 100%;
    -moz-background-size: 1px 100%;
    -webkit-background-size: 1px 100%;
    background-size: 1px 100%;
    border-radius: 0;
}
.tipsPop{
    max-width: 500px!important;
}
.tipsPop .tipsTxt{
    text-align: center;
    font-size: .3rem;
    padding:.6rem .3rem .2rem;
}
/*20230303 end*/
/*20230303-1 add*/
.cherryImg{
    display:none;
}
.cherryIndex{
    background:url(../images/cherryConBgTop.jpg?t=2025030401) center 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;
    padding-bottom: 2.4rem;
}
.cherryIndex::after{
    width:100%;
    height:100%;
    background:url(../images/cherryConBg.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;
}
.logoIndex{
    width:100%;
    padding-left: .36rem;
    padding-right: .36rem;
    padding-top: 1.26rem;
    margin-left: 0;
}
.indexCon{
    padding-top: .32rem; 
}
.indexCon a{
    margin-top: -.1rem;
}
.recordBtn a{
    width:3rem;
    height:.68rem;
}
.loginBg{
    background:url(../images/loginBg.png?t=2025030401) top center no-repeat #fff;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.loginFlower,.loginTopBg{
    display:none;
} 
.floatBox h3{
    line-height: .48rem;
    font-size: .36rem;
}
.float_login{
    background: none;
    padding-top: .32rem;
    margin-top: 0;
} 
.float_login .floatCon{
    padding:0 0;
    max-height: initial;
}
.float_login .inputList .item{
    background:none;
    overflow: visible;
    padding-bottom: .32rem;
}
.float_login .inputList .item:last-of-type{
    background:none;
    overflow: visible;
}
.float_login .inputList .item span{
    display:block;
    width:100%;
    line-height: .48rem;
    font-size: .36rem;
    font-weight: bold;
    padding:0 0 .16rem;
}
.float_login .inputList .item .frBox{
    display:block;
    width:100%;
    min-height: .72rem;
}
.float_login .inputList .item .frBox input{
    height:.72rem;
    line-height: .42rem;
    padding:.15rem .24rem;
    font-size: .32rem;
    /* color:#A31036; */
    border:1px solid #fff;
    background:#FFF8FA;
    border-radius: .1rem;
    box-shadow: 0 .04rem .16rem rgba(228,88,124,.12);
}
.codeBox label{
    width:2.2rem;
    height:.72rem;
    line-height: .72rem;
    background:#1182A6;
    font-size: .32rem;
    color:#fff;
    text-align: center;
    font-weight: bold;
    border-radius: .1rem;
}
.float_login .inputList .item .frBox .codeBox input{
    width:calc(100% - 2.38rem);
}
.float_login .floatBtn .blueBtn{
    width:100%;
    height:.72rem;
    line-height: .72rem;
    font-size: .36rem;
    border-radius: .1rem;
    background:url(../images/btnImg.png?t=2025030401) center no-repeat #E4587C;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.record_body{
    background:none;
    padding-top: 0;
}
.recordList{
    padding-top: .32rem;
}
.jl_box{
    margin: 0 .32rem .48rem;
    box-shadow: 0 .08rem .32rem #F5F0F2;
}
.float_login .floatBtn .lineBtn{
    display:block;
    background:none;
    /* border:1px solid #E4587C;
    color:#E4587C; */
}
.loginTips{
    line-height: .32rem;
    font-size: .24rem;
    /* color:#E4587C; */
    margin-top: -.12rem;
}
/*20230303-1 end*/
/*20230306 add*/
.authentyPc{
    display:none;
}
.authentyMoble{
    display:block;
}
.authentyBtn{
    display:flex;
    justify-content: center;
    height:.64rem;
    line-height: .52rem;
    padding:.04rem .04rem;
    /* border:1px solid #E4587C; */
    border-radius: .1rem;
    text-align: center;
    font-size: .28rem;
    overflow: hidden;
    margin-bottom: .8rem;
}
.authentyBtn span{
    display:block;
    width:50%;
    float: left;
    /* color:#E4587C; */
    font-weight: bold;
    border-radius: .1rem;
}
.authentyBtn span.cur{
    /* background:#E4587C; */
    color:#fff;
}
.scanWay{
    padding-top: 1.94rem;
    text-align: center;
    overflow: hidden;
}
.scanWay p{
    line-height: .58rem;
    /* color:#E4587C; */
    font-size: .32rem;
    font-weight: bold;
    padding-bottom: .52rem;
} 
.scanWay p.tips{
    line-height: .32rem;
    font-size: 12px;
    text-align: center;
}
.float_login .manualWay .floatCon{
    padding-bottom: .38rem;
}
/*20230306 end*/
/*20240311 add*/
.cherryIndex{
    background: #f6ffe3;
    padding-bottom: .6rem;
}
.cherryIndex::after{
    background: url(../images/cherryConBg.jpg?t=2025030401) center top no-repeat;
    background-size: 100% auto;
}
.logoIndex{
    padding: 2rem .16rem .2rem;
}
.indexCon{
    background: #fff;
    border-radius: .1rem;
    border: 1px solid rgba(230,105,85,0.16);
    padding-top: 1.3rem;
    margin-top: 2.6rem;
}
.indexCon::before{
    width: 100%;
    content: '';
    height: .58rem;
    background: url(../images/mIndextitle.png?t=2025030401) center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: .32rem;
    z-index: 2;
}
.indexCon a{
    width: 100%;
    height: 2.16rem;
    padding-top: .28rem;
    padding-bottom: .36rem;
    margin-bottom: -.04rem;
    margin-top: -.28rem;
}
.indexCon a img{
    display: none;
}
.indexCon .alumnusBtn{
    background: url(../images/alumnusBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.indexCon .publicBtn{
    background: url(../images/publicBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.indexCon .highSchoolBtn{
    background: url(../images/highSchoolBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.recordBtn{
    height: 1.60rem;
    background: url(../images/myAppointBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: .28rem;
    padding-bottom: .36rem;
    margin-top: -.28rem;
    margin-bottom: .04rem;
}
.indexCon .recordBtn a{
    height: 100%;
    background: none;
    margin: 0;
    padding: 0;
}
.float_login{
    padding-top: .68rem;
}
.float_login .floatCon{
    margin-bottom: 0;
}
.float_login .inputList .item span{
    line-height: .36rem;
    font-size: .28rem;
}
.float_login .floatBtn .blueBtn{
    font-size: .32rem;
    margin-top: .48rem;
    letter-spacing: 4px;
}
.float_login .inputList .item .frBox input{
    background: #fff;
}
.float_login .inputList .item .frBox .codeBox input {
  width: calc(100% - 2.2rem);
}
.float_login h3{
    display:none;
}
.codeBox label{
    width: 2.04rem;
    font-size: .28rem;
}
/*alumnus*/
.alumnusFloat{
    width: 92%;
    padding: 0 .32rem .32rem;
    background: #fff;
    border-radius: .1rem;
    border: 1px solid rgba(230,105,85,0.16);
    padding-top: 1.3rem;
    margin-top: .48rem;
    margin-bottom: .48rem;
}
.alumnusFloat::before{
    width: 100%;
    content: '';
    height: .58rem;
    background: url(../images/mxyyytitle.png?t=2025030401) center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: .32rem;
    z-index: 2;
}
.alumnusFloat h3{
    display: none;
}
.alumnusFloat .inputList .item .frBox input{
    background: #FFF8FA;
}
.float_login .floatBtn .lineBtn{
    margin-top: .32rem;
} 
input:-ms-input-placeholder{
    color:#999;
}
input:-moz-placeholder{
    color:#999;
}
input::-moz-placeholder{
    color:#999;
}
input::-webkit-input-placeholder{
    color:#999;
}
input:input-placeholder{
    color:#999;
}
.loginBg {
  background: url(../images/loginBg.png?t=2025030401) top center no-repeat #f6ffe3;
    background-size: auto;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.doorImg{
    width: 86%;
    height: auto;
    margin:0 auto;
    margin-top: .3rem;
    position: inherit;
    left: 0;
    top: 0;
}
.recordConBox{
    content: '';
    width: 92%;
    height: 100%;
    background: #fff;
    border-radius: .1rem;
    border: 1px solid rgba(230,105,85,0.16);
    padding-top: 1.3rem;
    margin:0 auto;
    margin-top: -1.36rem;
    margin-bottom: .48rem;
    position: relative;
}
.recordConBox::before{
    width: 100%;
    content: '';
    height: .58rem;
    background: url(../images/myyjltitle.png?t=2025030401) center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: .32rem;
    z-index: 2;
}
.recordList{
    padding-top: 0;
    padding-bottom: .66rem;
}
.jl_box{
    margin-bottom: .24rem;
}
.selectPopBox .selectPopList{ top:1.26rem;}
/*20240316 add*/
.inputList .item .frBox p.btnp{
    padding-top: 0;
}
.recordShowInfo{
    display: block;
    padding:0 4% .48rem;
    line-height: .36rem;
    font-size: .24rem;
    color:#999;
    word-break: break-all;
    margin-top: -.16rem;
}
.indexCon{
    padding-top: .32rem;
}
.indexCon::before{
    display: none;
}
.logoIndex{
    padding-left: .35rem;
    padding-right: .35rem;
}
/*20240316 end*/
/*2024 end*/
/*20250224 add 换图*/
.cherryIndex{
    padding-bottom: .6rem;
}
.cherryIndex::after{
    background-size: 100% 100%;
}
.logoIndex{
    padding-right: .6rem;
    padding-left: .6rem;
    padding-top: 26vh;
}
.indexCon{
    margin-top: 8vh;
    padding-top: 0;
    background: none;
    border: 0 none;
}
.indexCon::before{
    display: none;
}
.indexCon a{
    height: 1.4rem;
    background-size: auto 100%!important;
    padding: 0;
    margin-bottom: .5rem;
    margin-top: 0;
}
.recordBtn{
    height: .68rem;
    padding: 0;
    background-size: auto 100%;
    margin-top: 8vh;
}
.loginBg{
    background: url(../images/cherryConBg.jpg?t=2025030401) center top no-repeat;
    background-size: 100% 100%;
}
.record_body{
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.yycgLogo{
    width: auto;
    height: 2rem;
    padding: 0;
    margin: 22vh .6rem 0;
    background: url(../images/yycgPc.png?t=2025030401) center no-repeat;
    background-size: 100% auto;
}
.yycgLogo img,.doorImg{
    display: none;
}
.recordConBox{
    background: none;
    border: 0 none;
    padding: 0;
    border-radius: 0;
    margin-top: .5rem;
}
.recordConBox::before{
    display: none;
}
.jl_box{
    background: linear-gradient( 166deg, rgba(255,245,250,0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    box-shadow: 0px 8px 32px rgba(0,120,123,0.08);
    border-radius: 5px;
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
}
.jl_box li{
    padding-bottom: .24rem;
}
.ewmBtn img{
    width: .48rem;
    height: .48rem;
}
.yz{
    right: .4rem;
    bottom: .5rem;
    z-index: 2;
}
.float_login .inputList .item{
    padding-bottom: .4rem;
}
.codeBox label{
    background: rgba(17, 87, 64, 0.76);
    filter: drop-shadow(0px 3px 7.9px rgba(0, 0, 0, 0.08));
}
.float_login{
    padding-top: .8rem;
}
.float_login .floatBtn .blueBtn{
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 51%;
    height: .68rem;
    line-height: .68rem;
    font-size: .28rem;
    padding: 0 .24rem;
    border-radius: 0.12rem;
    border:0 none;
    /* background: linear-gradient(180deg, #FF85A5 0%, #FF5883 100%);
    box-shadow: 0 -.16rem .16rem #FF4272 inset, 0 .16rem .16rem #FF97B2 inset; */
    white-space: nowrap;
    letter-spacing: 0;
    margin-top: 10vh;
}
.hint_bg{
    background: url(../images/yh_bg.jpg?t=2025030401) center top no-repeat #fff;
    background-size: 100% auto;
    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;
}
.alumnusFloat{
    background: none;
    border:0 none;
    border-radius: 0;
    padding-top: 0;
}
.alumnusFloat::before{
    display: none;
}
.alumnusFloat .inputList .item .frBox input{
    background-color: #fff;
}
.alumnusFloat .floatBtn{
    margin-top: .4rem;
}
.alumnusFloat .floatBtn .blueBtn{
    margin-bottom: .4rem;
    margin-top: 0;
}
.alumnusFloat .floatBtn .lineBtn{
    /* color: #FF386A; */
    /* background: linear-gradient(180deg, #FFE6ED 0%, #FFA7BE 100%);
    box-shadow: 0 -.16rem .16rem #FFB0C5 inset, 0 .16rem .16rem #FFD5E0 inset; */
    margin:0 auto;
}
.loginTips{
    /* color: #B40A35; */
    margin-top: .8rem;
}
.float_login .inputList .item .frBox .selectPopBtn{
    padding-right: .5rem;
    background: url(../images/arrowBt.png?t=2025030401) right .1rem center no-repeat #fff;
    background-size: .48rem auto;
    cursor: pointer;
}
.selectPopBox .selectPopList li:hover{
    /* color: #A31036; */
}
.selectPopBox .selectPopList li.on{
    background: rgba(163, 16, 54, .08);
    /* color: #A31036; */
}
/*20250224 end 换图*/

@media screen and (min-width:750px){
.indexCon .alumnusBtn{
    background: url(../images/alumnusBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.indexCon .publicBtn{
    background: url(../images/publicBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.indexCon .highSchoolBtn{
    background: url(../images/highSchoolBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.recordBtn{
    background: url(../images/myAppointBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

}

@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(../images/cherryBgPc.jpg?t=2025030401) center/cover no-repeat;
}
.cherryIndex::after{
    display:none;
}
.logoIndex{
    width:100%;
    max-width: 100%;
    height:128px;
    background:url(../images/logoPc.png?t=2026013001) 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(../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*/ 
.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(../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(../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(../images/loginBgPc.jpg?t=20260130) 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;
    height:289px;
    background:url(../images/logoPc.png?t=2026013001) center no-repeat;
    margin: 75px auto 0;
    padding-top: 0;
    z-index: 999;
}
.logoIndex img{
    display:none;
}
.cherryImg{
    width:83%;
    height:100%;
    background:url(../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(../images/recordTopBgPc.png?t=2025030401) center/cover no-repeat;
    margin-bottom: -100px;
    margin-top: -60px;
}
.recordBg_public{ background:url(../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(../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;
}
/*20220222 add*/
.logoIndex{
    width: 978px;
}
.indexCon{
    max-width: 978px;
}
.indexCon a{
    width:33.33%;
}
/*20220222 end*/
/*0220224 add*/
.float_login{
    margin-top: 16%;
}
/*20220224 end*/
/*20230303-1 add*/
.logoIndex{ 
    width: 1400px; 
    height:340px;
    margin-top: 90px;
}
.indexCon{
    max-width: 88%;
    padding-top: 3%;
}
.recordBtn{
    margin-top: 1%;
}
.recordBtn a{
    width: 213px;
    height: 48px;
    background-size:100% auto;
}
.loginBg{
    max-width: 100%;
    background:url(../images/loginBgPc.jpg?t=20260130) center/cover no-repeat;
}
.float_login{
    margin-top: 0;
    padding-top: 0;
}
.record_body{
    background:none;
    overflow-y: auto;
    height: 100%;
}
.hyhjLogo{
    background: url(../images/hyhjPc.png?t=2025030401) center no-repeat;
}
.yycgLogo{
    background: url(../images/yycgPc.png?t=2025030401) center no-repeat;
}
.float_login .floatBtn .blueBtn{
    margin-top: .2rem;
}
.yycgBg{
    background:url(../images/yycgBg.jpg?t=2025030401) center/cover no-repeat;
}
.cherryIndex{
    padding-bottom: .32rem;
}
/*20230303-1 end*/
/*20230306 add*/
.anthentyBg{
    background:url(../images/whiteBg.jpg?t=2025030401) center/cover no-repeat;
}
.authentyPc{
    display:block;
}
.authentyMoble{
    display:none;
}
/*20230306 end*/
/*20240311 add*/
.logoIndex{
    height: 221px;
    padding:0;
    margin-top: 14vh;
}
.indexCon{
    max-width: 1334px;
    background: none;
    padding-top: 0;
    text-align: center;
    border: 0 none;
    margin-top: 6vh;
}
.indexCon::before {
    display: none;
}
.indexCon>a{
    display: inline-block;
    vertical-align: top;
    float: none;
    width:calc(31% - 5px);
    height: 152px;
    padding-top: 14px;
    padding-bottom: 18px;
    margin:0 0 2vh;
    margin-right: 3.5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.indexCon>a:last-of-type{
    margin-right: 0;
}
.indexCon .alumnusBtn{
    background: url(../images/alumnusBtnPc.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.indexCon .publicBtn{
    background: url(../images/publicBtnPc.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.indexCon .highSchoolBtn{
    background: url(../images/highSchoolBtnPc.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.recordBtn{
    height: 80px;
    max-width: 343px;
    padding-bottom: 0;
    background: url(../images/myAppointBtn.png?t=2025030401) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 auto;
    clear: both;
}
.indexCon .recordBtn a{
    width: 100%;
}
/*login*/
.floatBox{
    max-width: 480px;
    margin-top: 8vh;
}
.float_login .floatCon{
    margin-bottom: 0;
}
.float_login .inputList .item{
    padding-bottom: 24px;
}
.float_login .inputList .item span{
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 6px;
}
.float_login .inputList .item .frBox{
    min-height: 36px;
}
.float_login .inputList .item .frBox input{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    /* color:#A31036; */
    padding: 0 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0,120,123,0.08);
}
.float_login .inputList .item .frBox .codeBox input{
    width: calc(100% - 110px);
}
.float_login .floatBtn .blueBtn{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
    margin-top: 16px;
}
.codeBox label{
    width: 102px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 2px 8px rgba(245,200,205,0.24);
}
.yycgLogo{
    background-size: 100% auto;
}
.record_body{
    padding-top: 0;
}
.recordConBox{
    background: none;
    border:0 none;
    padding-top: 0;
    margin-top: 8vh;
}
.recordConBox::before {
    display: none;
}
.recordList{
    max-width: 720px;
    padding-top: 0;
    padding-bottom: 48px;
}
.jl_box{
    padding: 24px 24px 16px;
    background: linear-gradient( 166deg, rgba(255,245,250,0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    box-shadow: 0px 8px 32px rgba(0,120,123,0.08);
    border-radius: 5px;
    border: 1px solid #fff;
    margin:0 0 24px;
}
.jl_box li{
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 12px;
}
.jl_h2{
    padding-left: 24px;
}
.jl_box li:last-of-type{
    margin-bottom: 8px;
}
.blueBtn{
    height: 36px;
    line-height: 36px;
}
.jl_box li input{
    font-size: 16px;
    padding: 0 30px;
    border-radius: 5px;
    margin-top: 12px;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.recordList i{
    height: 42px;
    line-height: 42px;
    padding:0 20px;
    border-radius: 22px;
    font-size: 16px;
    top: -21px;
}
.ewmBtn {
    right: 16px;
    margin-right: 0;
    left: inherit;
    cursor: pointer;
}
.alumnusBody .logoIndex{
    background: url(../images/logoPcxyyy.png?t=2025030401) center no-repeat;
    background-size: 100% auto;
} 
.alumnusFloat{
    background: none;
    border:0 none;
    padding: 0;
    border-radius: 0;
}
.alumnusFloat::before{
    display: none;
}
.float_login .floatBtn{
    margin-bottom: 24px;
}
.loginTips{
    line-height: 16px;
    font-size: 12px;
    margin-top: 0;
}
.float_login .floatBtn .lineBtn{
    margin-top: 24px;
}
.selectPopBox .selectPopList{
    max-height: 320px;
    padding:6px 0;
    overflow: hidden;
    overflow-y: auto;
    top: 66px;
}
.selectPopBox .selectPopList li{
    line-height: 24px;
    font-size: 16px;
    padding: 8px 24px;
}
/*20240316 add*/
.floatBox{
    margin-top: 0;
}
.loginFloat {
    margin-top: 8vh;
}
.logoIndex{
    width: 1102px;
    max-height: 221px;
}
.recordShowInfo{
    max-width: 720px;
    padding:0 0 24px;
    margin:0 auto;
    margin-top: -.48rem;
}
/*20240316 end*/
/*2024 end*/
    /*20250224 add 换图*/
    .cherryIndex{
        padding-bottom: 0;
    }
    .logoIndex{
        width: auto;
        max-width: 920px;
        height: 120px;
        background-size: contain;
        margin-top: 26vh;
    }
    .loginFloat{
        margin-top: 5vh;
    }
    .indexCon{
        max-width: 1360px;
        overflow: visible;
        margin-top: 18vh;
    }
    .indexCon > a{
        width: calc(31.6% - 5px);
        height: 110px;
        padding: 0;
        margin-right: 2.6%;
        background-size: contain!important;
    }
    .indexCon > a:last-of-type {
        margin-right: 0;
    }
    .recordBtn{
        height: 170px;
        max-width: 424px;
        background: url(../images/myappointpcbtn.png?t=2025030401) center no-repeat;
        background-size: 100% auto;
        margin-top: 8vh;
    }
    .yycgLogo{
        height: 220px;
        margin-top: 22vh;
    }
    .recordConBox{
        height: auto;
        margin-bottom: 0;
    }
    .recordList{
        max-width: 1014px;
    }
    .jl_box{
        padding: 46px 56px 20px;
    }
    .ewmBtn{
        width: 30px;
        height: 30px;
        padding: 0;
        right: 28px;
        top: 24px;
    }
    .ewmBtn img{
        width: 100%;
        height: auto;
    }
    .yz{
        width: 104px;
        height: 102px;
        right: 28px;
        bottom: 34px;
    }
    .jl_box li{
        line-height: 28px;
        font-size: 24px;
        margin-bottom: 28px;
    }
    .jl_box li input{
        background: #115740;
    }
    .loginBg{
        overflow: hidden;
    }
    .floatBox{
        max-width: 660px;
    }
    .float_login .floatBtn .blueBtn{
        width: 100%;
        height: 102px;
        line-height: 60px;
        padding-top: 40px;
        font-size: 26px;
        /* color: #CC1F4B; */
        background: url(../images/btnimgpc.png?t=2025030401) center no-repeat;
        background-size: auto 100%;
        margin-top: 60px;
    }
    .loginFloat .floatBtn .blueBtn{
        margin-top: 0;
    }
    .hint_bg{
        background: url(../images/yh_bgpc.jpg?t=2025030401) center top no-repeat #dcf3ff;
        background-size: 100% auto;
    }
    .float_login .inputList .item .frBox input{
        height: 40px;
        line-height: 40px;
    }
    .float_login .inputList .item .frBox .selectPopBtn{
        padding-right: 30px;
        background: url(../images/arrowBt.png?t=2025030401) right 6px center no-repeat #fff;
        background-size: 24px auto;
    }
    .selectPopBox .selectPopList{
        top: 70px;
    }
    .alumnusBody{
        overflow-y: auto;
    }
    .alumnusBody .logoIndex{
        background: url(../images/logoPc.png?t=22026013001) center no-repeat;
        background-size: contain;
        margin-top: 22vh;
    }
    .alumnusFloat{
        margin-bottom: 24px;
    }
    .alumnusFloat .floatBtn{
        width: 860px;
        margin-left: -100px;
        margin-top: 0;
        display: flex;
        -webkit-justify-content: space-between;
    }
    .alumnusFloat .floatBtn .lineBtn{
        box-shadow: none;
        background: url(../images/alumunsid.png?t=2025030401) center no-repeat;
        background-size: auto 100%;
    }
    .alumnusFloat .floatBtn .blueBtn{
        margin-top: 0;
        letter-spacing: 0;
        font-size: 22px;
        box-shadow: none;
    }
    .loginTips{
        line-height: 24px;
        font-size: 14px;
    }
    .anthentyBg{
        background: url(../images/loginBgPc.jpg?t=20260130) center/cover no-repeat;
    }
    /*20250224 end 换图*/
}
@media screen and (min-width:1025px) and (max-width:1440px){
/*20210301 10:44 修改 .indexCon*/
.indexCon{
    max-width: 58%;
    margin-top: 2vh;
}
.verifyBg{
    margin-bottom: -15%;
}
/*20220222 add*/
.indexCon{
    max-width: 978px;
}
/*20220222 end*/
/*20230303-1 add*/
.logoIndex{
    width:74%;
}
.hyhjLogo{
    width:680px;
    height:300px;
    margin:5% auto 0;
}
/*20230303-1 end*/
    /*20250224 add 换图*/
    .indexCon{
        max-width: 1360px;
        margin-top: 12vh;
    }
    .logoIndex{
        height: 110px;
        background-size: contain;
    }
    .yycgLogo{
        height: 200px;
        background-size: contain;
    }
    /*20250224 end 换图*/
}
@media screen and (min-width:720px) and (max-width:1440px){    html {  font-size: 60px;}}
/*2026.2.2 add*/
/*显示滚动条*/
.noticeAppointFloat .floatCon::-webkit-scrollbar {
    display: block !important;    /* 确保显示 */
    width: 4px !important;       /* 必须设置宽度，否则全局的 width:0 会使其不可见 */
    height: 4px !important;      /* 横向滚动条高度 */
}

.noticeAppointFloat .floatCon::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05); /* 轨道颜色 */
    border-radius: 10px;
}

.noticeAppointFloat .floatCon::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); /* 设置一个可见的颜色 */
    border-radius: 10px;
}