
.visit-con{
    width: 100% !important;
    /*width: 100vw;*/
    overflow: hidden;
    padding: 0.75rem;
    position: relative;
}
.visit-con::after {
    content: '';
    display: inline-block;
    width: 120%;
    height: 5rem;
    background: #44B4D1;
    border-radius: 0 0 50% 50%;
    margin-left: -10%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.student-invit::after{
    content: '';
    display: inline-block;
    width: 120%;
    height: 5rem;
    background: #14D9AF;
    border-radius: 0 0 50% 50%;
    margin-left: -10%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.trial-apply::after{
    content: '';
    display: inline-block;
    width: 120%;
    height: 5rem;
    background: #FFE824;
    border-radius: 0 0 50% 50%;
    margin-left: -10%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.visit-box{
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
}
.visit-box img{
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    margin-right: 0.75rem;
}
.visit-header-r{
    font-size: 0.7rem;
    width: calc(100% - 3.75rem);
    color: #262626;
}
.visit-header-r h1{
    font-size: 0.9rem;
    font-weight: bold;
}
.visit-header-r p{
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.visit-header{
    background: #fff;
    padding: 0 0.6rem;
    border-radius: 0.5rem;
}
.student-invit .visit-header{
    margin-bottom: 1rem;
}
.visit-name{
    font-size: 0.65rem;
    color: #AEAEAE;
    padding: 0.5rem 0;
    border-top: 1px dashed #EDECF1;
    text-align: center;
}
.student-invit .visit-name{
    border-top: none;
    border-bottom: 1px dashed #EDECF1;
    text-align: left;
}
.visit-tit{
    font-size: 0.7rem;
    color: #8A8A8A;
    padding: 0.75rem 0 0.5rem;
}
.input-con{
    font-size: 0.75rem;
    color: #4C4C4C;
    font-weight: bold;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0 0.6rem;
}
.input-item{
    display: flex;
    align-items: center;
    height: 2.5rem;
    border-bottom: 1px solid #ECEDF1;
}
.input-item:last-child{
    border-bottom: none;
}
.input-item input{
    font-weight: normal;
    flex: 1;
    text-align: right;
    height: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D4D4D4 !important;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D4D4D4 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #D4D4D4 !important;
}
.getcode{
    font-size: 0.6rem;
    color: #FFFFFF;
    background: #44B4D1;
    border-radius: 0.6rem;
    line-height: 1.25rem;
    padding: 0 0.4rem;
    margin-left: 0.5rem;
}
.getcode.disabled{
    background: #D8D8D8;
}
.arrow{
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.2rem;
}
.sure-btn{
    font-size: 0.85rem;
    color: #FFFFFF;
    background: #44B4D1;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 1.25rem;
    margin: 1rem auto;
}
.sure-btn.disabled{
    background: #C7E8F1;
}

.success-con{
    font-size: 0.7rem;
    color: #8A8A8A;
    background: #FFFFFF;
    border-radius: 0.5rem;
    margin-top: 0.75rem;
    text-align: center;
    padding: 1.4rem;
    padding: 1.4rem 0.7rem 1rem;
}
.success-con img{
    width: 6rem;
    display: block;
    margin: 0 auto 1.3rem;
}
.success-con h2{
    font-size: 0.8rem;
    color: #262626;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.down-btn{
    font-size: 0.75rme;
    color: #FFFFFF;
    background: #44B4D1;
    line-height: 2.25rem;
    border-radius: 1.1rem;
    margin-top: 1.1rem;
}
.tip{
    font-size: 0.6rem;
    color: #AEAEAE;
    text-align: center;
    margin: 0.75rem auto;
}
.down-link{
    margin-bottom: 1rem;
}
.down-link h5{
    font-size: 0.7rem;
    color: #44B4D1;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.down-link a{
    font-size: 0.65rem;
    color: #262626;
    background: #fff;
    border-radius: .5rem;
    line-height: 2.5rem;
    padding: 0 0.6rem;
    display: block;
    font-weight: bold;
}
.child-con{
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.7rem 0.6rem;
    input{
        background: #F8F9FA;
        border-radius: 0.4rem;
        width: 100%;
        line-height: 2.25rem;
        padding: 0 0.45rem;
        margin-bottom: 1rem;
    }
}
.sex,.sex ul,.sex ul li{
    font-size: 0.7rem;
    color: #4C4C4C;
    display: flex;
    align-items: center;
}
.sex-list{
    margin-left: .3rem;
}
.sex-list li{
    margin-right: 1.5rem;
}
.sex-list li::before{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(./images/radio.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.4rem;
}
.sex-list li.curr::before{
    width: 1.2rem;
    height: 1.2rem;
    background: url(./images/radio-ed.png) no-repeat center center;
    background-size: 100% 100%;
}

.real-con{
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.7rem 0.6rem;
}
.real-input{
    background: #F8F9FA;
    border-radius: 0.4rem;
    width: 100%;
    line-height: 2.25rem;
    padding: 0 0.45rem;
    margin-bottom: 0.4rem;
}
.code-p{
    display: flex;
    align-items: center;
}
.code-p input{
    flex: 1;
}
.code-p a{
    font-size: 0.65rem;
    color: #FFFFFF;
    background: #44B4D1;
    border-radius: 0.8rem;
    line-height: 1.75rem;
}
.code-p .real-input{
    margin-bottom: 0;
}
.is-link{
    position: relative;
}
.is-link::after{
    content: '';
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    background: url(./images/arrow.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0.35rem;
    top: 0.7rem;
}
.is-link .real-input::-webkit-input-placeholder {
    color: #8A8A8A !important;
}


.trial-apply .visit-header{
    box-shadow: 0px 0.05rem 0.375rem 0px rgba(0,0,0,0.1);
}
.trial-box{
    text-align: center;
    padding: 0.5rem 0 1rem;
}
.trial-box img{
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
}
.trial-box .visit-header-r p{
    color: #8A8A8A;
}

.trial-form{
    font-size: 0.7rem;
    color: #4C4C4C;
    margin-top: 1.5rem;
}
.radio-list{
    display: flex;
    flex-wrap: wrap;
}
.radio-list li{
    margin-right: 2rem;
    display: flex;
    align-items: center;
}
.radio-list li::before{
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(./images/radio.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.1rem;
}
.radio-list li.curr::before{
    background: url(./images/radio-ed.png) no-repeat center center;
    background-size: 100% 100%;
}
.form-item{
    margin-bottom: 1rem;
}
.form-item h3{
    font-size: 0.8rem;
    color: #252525;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.form-item h3 span{
    font-size: 0.65rem;
    color: #8A8A8A;
    font-weight: normal;
}
.form-item h3 i{
    color: #FA5251;
}
.form-input{
    display: block;
    width: 100%;
    line-height: 2rem;
    padding: 0 0.45rem;
    background: #fff;
    border-radius: 0.3rem;
}
.sel-city{
    display: flex;
    align-items: center;
}
.sel-city span{
    background: #FFFFFF;
    border-radius: 0.3rem;
    line-height: 2rem;
    flex: 1;
    padding: 0 1.2rem 0 0.4rem;
    margin-right: 0.3rem;
}
.sel-city span:last-child{
    margin-right: 0;
}
.c-link{
    position: relative;
}
.c-link::after{
    content: '';
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    background: url(./images/down.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.textarea-con{
    background: #FFFFFF;
    border-radius: 0.4rem;
    width: 100%;
    height: 4rem;
    padding: 0.7rem 0.45rem;
    display: block;
}
.radio-two,.radio-three{
    margin-bottom: -0.5rem;
}
.radio-two li{
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.5rem;
}
.radio-two li.radio-two-other{
    width: 100%;
    display: flex;
}
.radio-two-other input,.other-inp{
    line-height: 1.75rem;
    padding: 0 0.5rem;
    border-radius: 0.4rem;
    margin-left: 0.5rem;
    flex: 1;
    margin-right: 1.5rem;
}
.other-inp{
    margin-top: 0.6rem;
    margin-left: 0;
    width: calc(100% - 1.5rem);
}
.radio-three li{
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 0.5rem;
}
.ques-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-bottom: -0.7rem;
}
.ques-list li{
    line-height: 50rpx;
    border: 1px solid #D4D4D4;
    border-radius: 0.6rem;
    min-width: 4.5rem;
    padding: 0 0.8rem;
    margin-right: 1.5rem;
    margin-bottom: 0.7rem;
    text-align: center;
}
.ques-list li.curr{
    border-color: #44B4D1;
    background: #44B4D1;
    color: #fff;
}
.form-tip{
    font-size: 0.55rem;
    color: #AEAEAE;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

.btn-h,.btn-bottom{
    height: 3.5rem;
}
.btn-bottom{
    padding: 0.5rem 0.75rem;
    background: #fff;

    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.btn-bottom a{
    font-size: 0.85rem;
    color: #FFFFFF;
    background: #44B4D1;
    border-radius: 1.25rem;
    line-height: 2.5rem;
    text-align: center;
    display: block;
}

.header-status{
    font-size: 0.65rem;
    color: #4C4C4C;
    border-top: 1px solid #EDECF1;
    padding: 0.5rem 0;
}
.toggle-sty{
    text-align: center;
    color: #44B4D1;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visit-header{
    position: relative;
}
.open-sty{
    font-size: 0.65rem;
    text-align: center;
    color: #44B4D1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0.4rem;
    bottom: 0.5rem;
}
.open-sty.c-hide{
    display: none;
}
.toggle-sty img,.open-sty img{
    width: 0.7rem;
    height: 0.7rem;
}
.toggle-sty img{
    transform: rotate(180deg);
}

.img-block{
    display: block;
    width: 100%;
    height: auto;
}

.mask{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.open-con{
    font-size: 0.7rem;
    color: #FFFFFF;
    position: relative;
    text-align: right;
    padding-top: 1.4rem;
    padding-right: 2.1rem;
}
.open-con img{
    display: block;
    width: 0.7rem;
    height: 1.1rem;
    position: absolute;
    right: 1.65rem;
    top: 0;
}
.scroll-container {
}
.scroll-page{
    height: 100vh;
    position: relative;
}
.development{
    text-align: center;
}
.development-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.academic-year{
    display: inline-block;
    font-size: 28px;
    color: #FFFFFF;
    background-color: #3BB9F2;
    margin: 25vh auto 0;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 30px;
}
.dev-photo{
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 100%;
    margin: 20px auto;
}
.dev-photo img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.dev-info{
    font-size: 20px;
    color: #fff;
}
.dev-date{
    font-size: 0.4rem;
    color: #000000;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.catalogue{
    font-size: 34px;
    color: #FFFFFF;
    padding-top: 27vh;
}

.page-sty{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.page-sty img{
    width: 80px;
    height: 80px;
    margin-right: 12px;
}

.one-page{
    margin-left: 20vw;
}
.two-page{
    margin-left: 34vw;
}
.three-page{
    margin-left: 23vw;
}
.four-page{
    margin-left: 29vw;
}
.dev-bg1{
    padding: 10vh 15vw;
}
.dev-bg3{
    padding: 13vh 18vw;
}

.dev-con{
    background: #fff;
    border-radius: 0.3rem;
    text-align: center;
    padding: 1rem 1rem 2rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dev-tit{
    display: block;
    width: 30vw;
    margin: 0 auto 1.2rem;
}
.status-tit{
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.echart-sty{
    width: 100%;
    height: 8.75rem;
    margin-bottom: 1.5rem;
}
.echart-tip{
    font-size: 0.4rem;
    color: #262626;
}
.assess-tit{
    font-size: 22px;
    color: #447FC1;
    position: relative;
    margin-bottom: 10px;
}
.assess-tit i{
    position: relative;
    z-index: 2;
}
.assess-tit::after{
    content: '';
    display: inline-block;
    width: 100px;
    height: 12px;
    background: #C9E8FA;
    position: absolute;
    bottom: 0;
    left: 0;
}
.status-text p{
    font-size: 16px;
    color: #262626;
    display: inline;
}
.status-text p i{
    margin-right: 8px;
}
.status-text>i{
    font-size: 16px;
    color: #447FC1;
    width: 40px;
    display: inline-block;
}
.status-text .orange-i{
    color: #FCC336;
}
.status-text .green-i{
    color: #AEE557;
}
.status-text .blue-i{
    color: #44B4D1;
}
.status-con{
    margin-bottom: 16px;
}
.assess-con{
    font-size: 12px;
    color: #4C4C4C;
}
.comment-bg{
    padding: 22vh 17vw;
}
.comment-tit{
    font-size: 40px;
    color: #45B4D1;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #C6CFD8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comment-sub-tit{
    font-size: 18px;
    color: #0C0407;
    margin-bottom: 20px;
    font-weight: bold;
}
.comment-con{
    font-size: 16px;
    color: #4C4C4C;
    text-indent: 2em;
    margin-bottom: 60px;
    text-align: justify;
}
.teach-name{
    font-size: 18px;
    color: #262626;
    text-align: right;
}
.sport-bg{
}
.examination-data{
    padding: 17vh 16vw 3vh;
}
.sport-tit{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 14px;
}
.sport-tit i{
    font-size: 16px;
    color: #8A8A8A;
    margin-left: 16px;
}
.sport-list li{
    font-size: 3vw;
    color: #626262;
    display: flex;
    align-items: center;
    line-height: 30px;
}
.sport-list li span{
    flex: 1;
    text-align: center;
}
.sport-list .sport-tb{
    background: #E5F1FF;
}
.sport-list .sport-hd{
    background: #2C87ED;
    color: #fff;
}
.notice-bg{
    padding: 10vh 1.4rem 1.5rem;
    text-align: center;
}
.notice-tit{
    font-size: 68px;
    color: #31A7E2;
    text-align: center;
    margin-bottom: 8px;
}
.notice-tip{
    font-size: 24px;
    color: #0277B1;
    background: #fff;
    display: inline-block;
    padding: 0 32px;
    border-radius: 12px;
    line-height: 34px;
    margin: 0 auto;
    border-bottom: 2px solid #00699D;
    margin-bottom: 32px;
}
.notice-con{
    text-align: left;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    padding: 36px 26px 12px;
    font-size: 18px;
    color: #0C0C0C;
}
.notice-con div{
    text-indent: 2em;
}
.notice-con h5{
    font-size: 20px;
    color: #0C0C0C;
    font-weight: bold;
    margin-bottom: 8px;
}
.notice-con h6{
    font-size: 16px;
    color: #0C0C0C;
    text-indent: 2em;
    margin-bottom: 8px;
}
.text-blue{
    font-size: 16px;
    color: #0368DA;
    font-weight: bold;
}
.notice-con p{
    margin-bottom: 8px;
}
