.maps,.maps img{
    width: 100%;
}
.form{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    margin-bottom: 200px;
}
.formInfo{
    width: 25%;
    display: flex;
    flex-direction: column;
}
.english{
    font-size: 16px;
font-family: AlibabaPuHuiTiM;
font-weight: 400;
color: #BE1D21;
line-height: 20px;
}
h4{
    font-size: 40px;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.tips{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.tips_last{
    margin-bottom: 16px;
}
.infoList{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.infoList_icon{
    margin-right: 15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #1890FF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoList_icon:hover{
    background-color: #0C60B8;
}
.infoList_text{
    width: calc(100% - 80px);
    display: flex;
    /* align-items: center; */
    justify-content: start;
    flex-direction: column;
    text-align: left;
}
.infoList_text .title{
    font-size: 16px;
    line-height: 20px;
    color: #333333;
  
}
.infoList_text .text{
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}


.formData{
    width: calc(75% - 40px);
    padding: 40px;
    background: #F6F6F6;
}
.form-control{
    height: calc(5.25rem + 2px)!important;
    /* line-height: calc(5.25rem + 2px)!important; */
}
.form-control-text{
    height: calc(15.75rem + 6px)!important;
}
.codeBox{
    position: relative;
}
.codeBox img{
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -13px;
    width: 50px;
    height: 26px;
}
.SubmitBox{
    display: flex;
    justify-content: end;
    align-items: center;
}
.Submit{
    width: 200px;
    height: 64px;
    background: #0C60B8;
    box-shadow: 0px 8px 16px 0px rgba(0,0,6,0.1);
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
}
.pageTitle{
    width: 500px;
    background: url('./../images/location/ContactUs.png') no-repeat center center;
    background-size: 100%;
}

@media (max-width: 992px) {
    .pageTitle{
        padding-top: 0.1px;
        height: 100px;
    }
    .pageTitle .englist{
        margin-top: 20px;
    }
    .container{
        max-width: 100%!important;
    }
    .maps{
        display: none;
    }
    .form{
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .formData, .formInfo{
        width: 100%;
    }
    .formData{
        padding:40px 20px 20px;
    }
    .formData .row .col{
        width: 100%!important;
        font-size: 28px;
        text-align: center;
    }
    .formData .form-control{
        font-size: 28px;
        text-align: center;
    }
    .formData .form-control-code {
        text-align: left;
    }
    .Submit{
        width: 100%;
        height: 80px;
        border-radius: 0;
        font-size: 30px;
    }
   
    .formInfo .english,.formInfo h4{
        display: none;
    }
    .formInfo .tips {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        margin-top: 20px;
    }
    .formInfo .tips_last{
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .infoList{
        padding-left: 95px;
        margin-bottom: 58px;
    }
    .infoList_text .title{
        font-size: 28px;
    }
    .infoList_text .text{
        margin-right: 25px;
        margin-top: 10px;
        font-size: 32px;
        line-height: 36px;
    }
 }