body{
    overflow: hidden;
}




.banner_html::before{
    background-color: rgba(0,72,128, 0.1);
}







.contact_body{
    padding: 1.1rem 0 0.95rem;
    box-sizing: border-box;
    background: url(../img/contact_bg.png) center no-repeat;
    background-size: cover;
}
.contact_body .main{
    display: flex;
    justify-content: space-between;
}
.contact_body .contact_fl{
    max-width: 6.1rem;
    padding-top: 0.2rem;
}
.contact_body .contact_fl .contact_phone{
    display: flex;
    align-items: center;
    margin-top: 0.38rem;
    column-gap: 0.14rem;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.35rem;
    color: #000000;
}
.contact_body .contact_fl .contact_phone img{
    width: 0.26rem;
    height: 0.26rem;
}
.contact_body .contact_fl .contact_txt{
    margin-top: 0.21rem;
}
.contact_body .contact_fl .contact_txt .contact_title{
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.1rem;
}
.contact_body .contact_fl .contact_txt span{
    width: 100%;
    display: block;
    font-family: Montserrat-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #5D5D5D;
    line-height: 1.666;
}
.contact_body .contact_fl .contact_code{
    display: flex;
    align-items: center;
    column-gap: 0.35rem;
    margin-top: 0.45rem;
}
.contact_body .contact_fl .code_item{
    width: 1.28rem;
    height: auto;
}
.contact_body .contact_fl .code_item img{
    width: 100%;
    height: 1.28rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #E0DDDD;
}
.contact_body .contact_fl .code_item p{
    margin-top: 0.08rem;
    width: 100%;
    text-align: center;
    font-family: Montserrat-Light;
    font-weight: 300;
    font-size: 0.14rem;
    color: #919191;
}
.contact_body .contact_fr{
    width: calc(100% - 7.3rem);
    height: 6.2rem;
    overflow: hidden;
    border-radius: 0.1rem;
}



.for{
    width: 100%;
    background: #F2F9FF;
    padding: 0.76rem 0 2.6rem;
    box-sizing: border-box;
}
.for .class_name{
    margin: 0 auto;
}
.for form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.54rem;
}
.for .form_item{
    width: calc(50% - 0.37rem);
    padding-bottom: 0.16rem;
    background: none !important;
    border-bottom: 0.01rem solid #CECECE;
    margin-bottom: 0.45rem;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000;
}
.for textarea{
    width: 100%;
    height: 2.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0.21rem 0.24rem;
    box-sizing: border-box;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000;
}
.for .form_item::placeholder,
.for textarea::placeholder{
    color: #C4C4C4;
}
.for .submit_btn{
    width: 1.5rem;
    height: 0.45rem;
    background: none;
    border: 0.01rem solid #0068B7;
    border-radius: 0.21rem;
    margin-top: 0.53rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #0068B7;
    cursor: pointer;
}
.for .submit_btn:hover{
    background: #0068B7;
    color: #FFFFFF;
}
.for .terms{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    margin-top: 0.2rem;
}
.for .terms input{
    width: 0.14rem;
    height: 0.14rem;
    border: 0.01rem solid #E5E5E5;
    background: #fff;
}
.for .terms label{
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Light';
    font-weight: 300;
    font-size: 0.2rem;
    color: #C4C4C4;
}
.for .terms a{
    width: fit-content;
    color: #0068B7;
    font-family: 'Montserrat-Light';
    font-weight: 300;
    font-size: 0.2rem;
    margin-left: 0.04rem;
}



/* 条款弹窗 */
.terms_pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.terms_pop .pop_body{
    width: 96%;
    height: 80%;
    max-width: 17rem;
    max-height: 8.53rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0.1rem;
}
.terms_pop .pop_title{
    width: 100%;
    height: 1.04rem;
    padding: 0 0.53rem 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #D1D1D1;
}
.terms_pop .pop_title h2{
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
}
.terms_pop .pop_title img{
    width: 0.35rem;
    height: 0.35rem;
    cursor: pointer;
}
.terms_pop .pop_txt{
    width: calc(100% - 0.55rem);
    height: calc(100% - 2.34rem);
    margin-left: 0.4rem;
    margin-top: 0.15rem;
    margin-bottom: 0.34rem;
    padding: 0 0.4rem 0 0;
    box-sizing: border-box;
    overflow-y: auto;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #595757;
    line-height: 1.94;
}
.terms_pop .pop_txt::-webkit-scrollbar {
	width: 0.05rem;
}
.terms_pop .pop_txt::-webkit-scrollbar-thumb {
	border-radius: 0.1rem;
	-webkit-box-shadow: inset 0 0 5px #A5A5A5;
	background: #A5A5A5;
}
.terms_pop .pop_txt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #EBEBEB;
	border-radius: 0;
	background: #EBEBEB;
}
.terms_pop .pop_txt p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #595757;
    line-height: 1.94;
}
.terms_pop .read{
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0.01rem solid #D1D1D1;
}
.terms_pop .read_agree{
    width: 2.27rem;
    height: 0.45rem;
    background: #0068B7;
    border-radius: 0.21rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    cursor: pointer;
}



@media screen and (max-width: 1043px) {
    .contact_body{
        padding: 50px 0;
    }
    .contact_body .main{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .contact_body .contact_fl,
    .contact_body .contact_fr{
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .contact_body .contact_fl .contact_phone{
        font-size: 20px;
        margin-top: 20px;
        column-gap: 10px;
    }
    .contact_body .contact_fl .contact_phone img{
        width: 20px;
        height: 20px;
    }
    .contact_body .contact_fl .contact_txt{
        margin-top: 20px;
    }
    .contact_body .contact_fl .contact_txt .contact_title{
        font-size: 16px;
    }
    .contact_body .contact_fl .contact_txt span{
        font-size: 15px;
    }
    .contact_body .contact_fl .contact_code{
        column-gap: 15px;
        margin-top: 30px;
    }
    .contact_body .contact_fl .code_item{
        width: calc(33.33% - 10px);
        max-width: 150px;
    }
    .contact_body .contact_fl .code_item img{
        height: auto;
        border-radius: 5px;
    }
    .contact_body .contact_fl .code_item p{
        font-size: 16px;
        margin-top: 8px;
    }
    
    
    
    .for{
        padding: 40px 0 100px;
    }
    .for form{
        margin-top: 30px;
    }
    .for .form_item{
        width: calc(50% - 15px);
        padding-bottom: 15px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .for textarea{
        padding: 15px;
        font-size: 14px;
    }
    .for .terms input{
        width: 14px;
        height: 14px;
    }
    .for .form_item:placeholder,
    .for textarea:placeholder{
        font-size: 12px;
    }
    .for .terms label,
    .for .terms a{
        font-size: 14px;
        display: contents;
    }
    
    .for .submit_btn{
        font-size: 16px;
        margin-top: 40px;
        width: auto;
        height: auto;
        padding: 6px 30px;
        border-radius: 20px;
    }
    
    
    
    
    .terms_pop .pop_title{
        height: 60px;
        padding: 0 26px;
    }
    .terms_pop .pop_title h2{
        font-size: 22px;
    }
    .terms_pop .pop_title img{
        width: 32px;
        height: 32px;
    }
    .terms_pop .pop_txt{
        font-size: 14px;
        width: calc(100% - 36px);
        height: calc(100% - 170px);
        margin-left: 26px;
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 0 20px 0 0;
        line-height: 1.6;
    }
    .terms_pop .pop_txt p{
        font-size: 14px;
        line-height: 1.6;
    }
    .terms_pop .read{
        height: 60px;
    }
    .terms_pop .read_agree{
        width: auto;
        height: auto;
        font-size: 16px;
        padding: 8px 30px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 769px) {
    .for .form_item{
        width: 100%;
    }
    
    .terms_pop .pop_body{
        max-height: 80%;
    }
}


