﻿.contactUsContainer{
    background-color: #e0f6ff;
}
.contact_us_info>.contact_us_info_box .contact_us_info_form .inputStyle,
.overlayForm .contact_us_info_form .inputStyle{
    width: 97.3%;
    height: 40px;
    border-radius: 8px;
    text-indent: 10px;
    padding-left: 10px;
    border: 1px solid #d7dee3;
    line-height: 40px;
    font-size: 15px;
    color: #000 !important;
}
.yanshi_div_row_input .checkBoxRow>div {
    margin: -8px 0px 0px 0px;
     width: 32%;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.yanshi_div_row_input .checkBoxRow {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_us_info>.contact_us_info_box .contact_us_info_form .inputStyle:focus,.contact_us_info>.contact_us_info_box .contact_us_info_form .inputStyle:hover,
.overlayForm .contact_us_info_form .inputStyle:focus,.contact_us_info>.contact_us_info_box .contact_us_info_form .inputStyle:hover{
    border: 2px solid #13b5b1;
    outline: none;
}

.contact_us_info>.contact_us_info_box .contact_us_info_form  .textareaInputStyle,.overlayForm .contact_us_info_form  .textareaInputStyle{
    height: 66px;
    resize: none;
}
.yanshi_div_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
    margin-bottom: 13px;
    width: 100%;
}
.contact_us_info>.contact_us_info_box .contact_us_info_form .fieldName,.overlayForm .contact_us_info_form .fieldName {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-top: 0px;
}
.contact_us_info_text_box .commonSectionTile{
    color: #131924;
    font-size: 1.9rem;
	line-height: 90px;
}
.contact_us_info_text_box .contact_msg{
    margin: 15px 0px 70px 0;
    font-size: 16px;
    color: #111;
}
.contact_us_info_text_box .bottomImg{
    width: 90%;margin:15px 0 30px 0;
}
.contact_us_info_text_box .contact_msg>div{
    margin-right: 20px;line-height: 32px;
}
.contactUsContainer_wrap>.item{
    width: 50%;
}
.contactUsContainer>.commonFlex_row{
    justify-content: center;
}
.contact_us_info>.contact_us_info_box{
    float: right;
    width: 100%;
    background-color: #fff;
    /*margin: 35px 0px 0 0px;*/
    text-align: center;
   /* padding: 40px 0px 25px 0px;*/
    border-radius: 15px;
    /* box-shadow: 0px 0px 19px rgb(218 231 239); */
}
.contact_us_info{
    padding: 0;    margin: 0 auto; width: 88%;
}
.contact_us_info_form{
    padding: 30px 0 0 0px;
    position: relative;
}
.overlayForm .dxyzm_input {
    flex:1;
}
.overlayForm .contact_us_info_form_btn{
    width: 200px;
    height: 42px;
    color: #ffffff;
    cursor: pointer;
}
.overlayForm .viewApplyBtnColor{
   /* background-image: linear-gradient(267deg, #ff7500 0%, #ff9700 100%);*/    background-color: #00b9ad;
}

/* 验证码弹窗样式 */
.captcha-modal {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.captcha-content {
    background-color: white;

    position: relative;
}
.captcha-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}
.captcha-close:hover {
    color: #333;
}
.captcha-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
#captcha-box {

    min-height: 200px;
}

@media screen and (max-width: 1020px){

.contact_us_info>.contact_us_info_box .contact_us_info_form .fieldName,.overlayForm .contact_us_info_form .fieldName {
 font-size: 16px;
    margin-top: 0px;
    font-weight: normal;
}

.contact_us_info>.contact_us_info_box .contact_us_info_form .inputStyle, .overlayForm .contact_us_info_form .inputStyle {
 
    font-size: 16px;
    font-weight: normal; padding-left: 10px;}

 .about_tips_mob_item {
        /* margin: 0 !important; */
        font-size: 16px;font-weight: normal;
 }

     .desc_about_mob {
        font-size: 17px;
        line-height: 32px;
        font-weight: normal;
     }



}