﻿img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-touch-callout: none;
}
/* logo的css */
.logo-img{
    width: 6.7rem;
    height: 0.48rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
    box-sizing: content-box;
    z-index:999;
    background:rgba(255,255,255,1);
}
.logo {
    /* margin: 0.2rem auto; */
    width: 6.8rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: flex;
    justify-content: space-between;
    margin: 0rem 0.4rem 0rem 0.4rem;
    padding: 0.2rem 0;
}

.logo-left {
    width: 2.73rem;
    height: 0.48rem;
}

.logo-left div {
    display: flex;
    align-items: center;
}

.logo-left img {
    width: 2.73rem;
    height: 0.48rem;
}

.logo-right {
    height: 0.48rem;
}
.logo-right div {
    /* width: 2.84rem; */
    height: 0.48rem;
    display: flex;
    align-items: center;
    background: #CD0014;
    border-radius: 0.24rem;
}

.logo-right img {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.24rem;
   
}
.logo-right h2 {
    font-size: 0.3rem;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    flex-grow: 1;
    margin-right: 0.24rem;
    margin-left: 0.1rem;
}
.logo-right h2 a{
    color: rgba(255, 255, 255, 1);
}



/* 表单预约 c's's*/


.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.commonFormH5 {
    padding: 0 .4rem;
    -webkit-font-smoothing: antialiased;
}

.commonFormH5 .input-bd {
    display: block;
    width: 100%;
    height: .8rem;
    background: white;
    border: 1px solid #ccc;
    border-radius: .04rem;
    padding: 0 .2rem;
    margin-top: .25rem;
    font-size: .3rem;
    color: rgba(204,204,204,1);
    outline: none;
    -webkit-appearance: none;
    border-radius: 6px;
}

.commonFormH5 .input-bd.w60 {
    width: 60%;
}

.commonFormH5 .input-bd.inp-sms {
    width: 36%;
    background: #e24943;
    color: #fff;
    border: 1px solid #e24943;
}

.commonFormH5 .input-bd.inp-sms:disabled {
    background: #eee;
    color: #666;
    border: 1px solid #eee;
}

.commonFormH5 .select {
    line-height: .8rem;
    background: white url("../images/pushdown_1.png") right 0.2rem center no-repeat;
    background-size: .24rem .14rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.commonFormH5 .input-bd.select {
    color: rgba(204,204,204,1);
}

.commonFormH5 .input-bd.select.selected {
    color: #333;
}

.commonFormH5 .input-bd:focus,
.commonFormH5 .input-bd:focus {
    color: #333;
}

.commonFormH5 .form .group {
    overflow: hidden;
}

.commonFormH5 .form .group .select {
    width: 48%;
}

.commonFormH5 .form .group .w30 {
    width: 30%;
}

.commonFormH5 .form .group .w70 {
    width: 65%;
}

.commonFormH5 .promise {
    font-size: .22rem;
    color: #999;
    text-align: center;
    margin-top: .15rem;
}

.commonFormH5 .mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20000;
}

.commonFormH5 .school-select-container {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
}

.commonFormH5 .school-select-container .school-title {
    line-height: .9rem;
    text-align: center;
    font-size: .32rem;
    color: #2B3257;
}

.commonFormH5 .school-select-container .cont {
    font-size: .26rem;
    color: #2B3257;
    overflow: hidden;
    height: 3.5rem;
    border-bottom: 1px solid #EBECF1;
    border-top: 1px solid #EBECF1;
}

.commonFormH5 .school-select-container .cont .item {
    text-align: center;
    line-height: .7rem;
}

.commonFormH5 .school-select-container .cont .district {
    width: 50%;
    float: left;
    height: 100%;
    overflow-y: scroll;
}

.commonFormH5 .school-select-container .cont .district .selected {
    background: #F7F7F7;
    color: #CD0014;
}

.commonFormH5 .school-select-container .cont .school {
    margin-left: 50%;
    background: #F7F7F7;
    height: 100%;
    overflow-y: scroll;
}

.commonFormH5 .school-select-container .cont .school .selected {
    color: #CD0014;
}

.commonFormH5 .school-select-container .btn-cont {
    padding: .2rem;
}

.commonFormH5 .school-select-container .btn-cont .btn {
    width: 1.5rem;
    height: .6rem;
    text-align: center;
    font-size: .26rem;
    color: white;
    line-height: .6rem;
    background-color: #e24943;
    border-radius: 100px;
}

.commonFormH5 .school-select-container .btn-cont .btn.disable {
    background: #CCCCCC;
}

.commonFormH5 .form-modal {
    width: 5.6rem;
    padding: .8rem 0 .5rem;
    height: auto;
    background: white;
    border-radius: .16rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -2.8rem;
    margin-left: -2.8rem;
    text-align: center;
    overflow: hidden;
}

.commonFormH5 .form-modal .close-icon {
    position: absolute;
    right: .15rem;
    top: .15rem;
    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
    background: url("../images/ico-close_1.png") no-repeat center;
    background-size: .32rem .32rem;
}

.commonFormH5 .form-modal .success-icon {
    width: 1.2rem;
    height: 1.38rem;
    background: url("../images/right-red_1.png") no-repeat;
    background-size: 100%;
    margin: auto;
}

.commonFormH5 .form-modal .close-btn {
    width: 3.2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: .3rem;
    color: #fff;
    border-radius: 1rem;
    background: #E24943;
    margin: 0.6rem auto 0;
}

.commonFormH5 .form-modal .modal-title {
    font-size: .36rem;
    color: #2B3257;
    margin-top: .5rem;
}

.commonFormH5 .form-modal .modal-hint {
    font-size: .3rem;
    color: #2B3257;
    margin-top: .2rem;
}

.commonFormH5 .order-btn {
    height: 0.88rem;
    width: 100%;
    margin: 0.4rem auto 0;
    color: #fff;
    border-radius: .05rem;
    line-height: .88rem;
    overflow: hidden;
    font-weight:bold;
    font-size: .3rem;
    background: #CD0014;
    text-align: center;
    /* margin-top: -0.16rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------- loading样式------------- */

#loadingToast {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 200;
}

#loadingToast .gif-loading {
    z-index: 203;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.4rem;
    height: 1.4rem;
    background: url("../images/mobile-loading_1.gif") center center no-repeat;
    background-size: 1.4rem 1.4rem;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.commonFormH5 .add-school-tips{
    font-size: 0.22rem;
    color:#CD0014;
    padding-top: 0.14rem;
}
/* 人工客服css */

.serve-box {
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    opacity: 1;
    position: fixed;
    right: 0.4rem;
    bottom: 1.6rem;
    /* display: flex; */
    display: none;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.serve-box .message {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0.26rem;
    left: 0.3rem;
}

.serve-box .head {
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    border-radius: 100%;
    box-sizing: content-box;
    border: 0.06rem solid rgba(0, 0, 0, 1);
}

.serve-box h1 {
    font-size: 0.26rem;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    opacity: 0;
    width: 2rem;
}

/* 底部按钮 */

.serve-btn {
    width: 7.5rem;
    height: 1.2rem;
    position: fixed;
    z-index: 9999;
    
    bottom: 0rem;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
}

.serve-btn ul {
    margin: 0 auto;
    display: flex;
}

.serve-btn ul li {
    width: 3.25rem;
    height: 0.88rem;
    background: #CD0014;
    border-radius: 0.08rem;
    margin-left: 0.2rem;
    overflow: hidden;
   
}

.serve-btn ul li:first-child {
    margin-left: 0;
}
.serve-btn ul li a{
    height: 0.88rem;
    display: flex;
    align-items: center;
}


.serve-btn img {
    width: 0.48rem;
    height: 0.48rem;
    margin-left: 0.72rem;
}

.serve-btn h2 {
    margin-left: 0.2rem;
    /* margin-bottom: 2rem; */
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.serve-btn ul li:last-child img {
    margin-left: 0.57rem;
}

.serve-btn ul li:last-child h2 {
    margin-left: 0.2rem;
}
.inter{
    border-top: 0.01rem solid rgba(235,236,241,1);
    width: 7.5rem;
    height: 4.2rem;
    padding-top: 0.6rem;
}
.inter h1{
    font-size:0.24rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:0.2rem;
    text-align: center;
    margin-top: 0.2rem;
}
.inter h1 a{
    display: inline;
    color:rgba(153,153,153,1);
}
.inter img{
    margin-top: 0.36rem;
    margin-left: 2.81rem;
    width:2.02rem;
    height:0.36rem;
}