 body {
     overflow: auto !important;
     height: auto !important;
 }

 .normal-layout {
     overflow: visible !important;
 }

 .logo {
     height: 120px;
 }

 .contact-body {
     width: 1200px;
     margin: 0 auto;
     overflow: auto;
     margin-top: 50px;
 }


 .contact-head-text {
     font-size: 48px;
     font-family: KaiTi, "楷体", "STKaiti", serif;
     text-align: center;
     padding-top: 12%;
 }

 .left-text {
     margin-top: 15px;
     line-height: 45px;
     font-size: 16px;
     color: #000;
 }

 .left-bottom {
     margin-top: 15px;
     font-size: 18px;
     color: #333;
     font-weight: bold;
     overflow: auto;
 }


 .right-body {
     margin-bottom: 20px;
 }

 .btn {
     margin-top: 30px;
     background-color: #1d214e;
     width: 160px;
     height: 50px;
     border-radius: 6px;
     color: #fff;
     line-height: 50px;
     text-align: center;
     font-size: 16px;
     cursor: pointer;
 }

 .contact_form {
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 85px 0;
 }

 .contact_form_body {
     max-width: 1200px;
     background: url('/skin/images/contact/bg_con.png') no-repeat;
     background-size: 100% 100%;
     width: 1200px;
     height: 600px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
  .form-item {
    font-family: SourceHanSansCN-Regular;
  }
  .form-item div{
    padding: 3px 0;
  }
 .form-item input {
    width: 400px;
    height: 30px;
    border-radius: 10px;
    border: none;
 }
 .contact-left {
     border-right: 1px dashed #fff;
     padding: 50px;
 }
 .contact-right {
     padding: 50px;
 }

 .contact_logo {
     display: flex;
     align-items: center;
 }

 .contact_logo img {
     width: 63px;
     height: 64px;
     padding-right: 5px;
 }
 @media(min-width:1024px) {
    #mobile_header-container {
        display: none;
    }
}

@media(max-width:1025px) {
    #header-container {
        display: none;
    } 
    .contact_form {
        padding: 0;
    }
    .contact_form_body {
        display: flex;
        flex-direction: column;
        background: #094E93;
    }
    .contact-left {
        border-right: none;
        padding: 0;
        font-size: 18px;
    }
    .contact-head-text {
        font-size: 30px;
        padding-top: 24%;
    }
    .form-item input {
        width: 80%;
    }
}