@charset "UTF-8";

.footer_box{
    width: 100%;
    /* height: 250px; */
    background-color: #0A422A;
    margin-bottom: 66px;
}
.er_wei_ma{
    width: 100%;
    /* border-top: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
}
.er_wei_ma >img{
    width: 100%;
}

.location{
    width: 100%;
    padding: 20px 22px;
    box-sizing: border-box;
}


.location_name{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.bei_an{
    color: #003800;
    background-color: #769687;
    font-size: 12px;
    text-align: center;
    padding: 3px 0px;
}














.pull_down_box{
    width: 100%;
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.pull_down{
    height: 44px;
    line-height: 44px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #FEFFFF;
    background: #005837;
    border-radius: 8px;
}

.dialog_box{
    width: 100vw;
    height: 100vh;
    background-color: rgba(47, 47, 47,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    display: none;
}
.dialog_he{
    width: 90%;
    height: 360px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.close_btn{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 5%;
    box-sizing: border-box;
}
.close_btn > img{
    width: 6%;
}

.title_head{
    width: 100%;
    height: 37px;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

._div{
    width: 80%;
    height: 40px;
    margin: 20px auto;
}
._div>input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 15px;
    -webkit-appearance:none;/*去除阴影边框*/

}
.dialog_he input:focus {
    outline:none;
    /* border: 1px solid #FEFFFF;     */
}
.dialog_he input::-webkit-input-placeholder {        
    /* placeholder颜色  */
    /* color: #005837; */
    color: #7D8084;
    /* placeholder字体大小  */
    font-size: 16px;
    /* placeholder位置  */
    text-align: left;
    font-family: Microsoft YaHei;
}
.authCode input::-webkit-input-placeholder {        
    /* placeholder颜色  */
    color: #7D8084;
    /* placeholder字体大小  */
    font-size: 16px;
    /* placeholder位置  */
    text-align: left;
}

.authCode{
    width: 80%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.authCode>input{
    width: 60%;
    height: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-left: 15px;
    box-sizing: border-box;
    -webkit-appearance:none;/*去除阴影边框*/

}


.codeBtn{
    width: 40%;
    height: 100%;
    font-weight: 500;
    color: #fff;
    background-color: #005837;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inpBox{
    width: 80%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inpBox>input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 0;
    padding-left: 15px;
    border: 1px solid #ccc;
    -webkit-appearance:none;/*去除阴影边框*/
    
}

.trialClass_btn{
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 2%;
    color: #FEFFFF;
    background-color: #005837;
    margin: 9px auto 0px auto;
}

.alertMes {
    max-width: 80%;
    min-width: 200px;
    min-height: 40px;
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
    color: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
    padding: 0 12px
}

.alertMes {
    line-height: 40px;
    text-align: center;
    font-size: 16px
}

.cBoxUl, .sBoxUl{
    list-style-type:none;
    background-color: #FEFFFF;
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    overflow: auto;
    padding: 0;
}

.cBoxUl>li, .sBoxUl>li{
    line-height: 30px;
    padding: 0 0 0 40px;
    font-size: 14px;
}
.cBoxUl>li:hover{
    background-color: #ccc;
}
