.contact-banner {
    width: 100%;
    min-width: 1200px;
    height: 430px;
    background-color: transparent;
    display: none;
    position: relative;
}
.contact-banner-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-banner-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-banner-box p {
    color: #333;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 18px;
}
.contact-banner-box span {
    color: #333;
    font-size: 16px;
    font-weight: 100;
}
.contact-main {
    width: 1200px;
    margin: 80px auto 90px;
    display: flex;
    align-items: flex-start;
}
.contact-content {
    width: 590px;
    margin-right: 210px;
}
.contact-title {
    margin-bottom: 16px;
}
.contact-title h3 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.contact-title span {
    color: #8E8E8E;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.contact-label {
    color: #333;
    font-size: 16px;
    font-weight: unset;
    margin-bottom: 12px;
}
.contact-label p {
    color: #333;
    font-size: 16px;
    font-weight: unset;
    margin-right: -10px;
    margin-bottom: 12px;
    display: inline-block;
}
.contact-label span {
    color: #8e8e8e;
}
.contact-default::after {
    display: inline-block;
    color: #ff4d4f;
    font-size: 20px;
    line-height: 1;
    content: "*";
}
.contact-container {
    display: flex;
    align-items: center;
}
.contact-container input {
    flex: 1;
    height: 46px;
    color: #333;
    font-size: 16px;
    padding: 0 20px;
    border: 1.4px solid #d9d9d9;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.contact-container input::-webkit-input-placeholder {
    color: #BFBFBF;
}
.contact-container input::-moz-placeholder {
    color: #BFBFBF;
}
.contact-container input:-moz-placeholder {
    color: #BFBFBF;
}
.contact-container input:-ms-input-placeholder {
    color: #BFBFBF;
}
.contact-container textarea {
    flex: 1;
    height: 240px;
    color: #333;
    font-size: 16px;
    outline: none;
    padding: 10px 20px;
    border: 1.4px solid #d9d9d9;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}.contact-container textarea::-webkit-input-placeholder {
     color: #BFBFBF;
    font-size: 16px;
 }
.contact-container textarea::-moz-placeholder {
    color: #BFBFBF;
    font-size: 16px;
}
.contact-container textarea:-moz-placeholder {
    color: #BFBFBF;
    font-size: 16px;
}
.contact-container textarea:-ms-input-placeholder {
    color: #BFBFBF;
    font-size: 16px;
}
.contact-container-hint {
    border: 1.4px solid #ff0000 !important;
}
.contact-container button {
    width: 140px;
    height: 46px;
    color: #8e8e8e;
    font-size: 16px;
    text-align: center;
    cursor: no-drop;
    padding: 0;
    border: 1px solid #d9d9d9;
    background-color: #f0f0f0;
    margin-left: 14px;
}
.contact-container-send {
    color: #333 !important;
    cursor: pointer !important;
}
.contact-container-send:hover {
    color: #165DFF !important;
    border-color: #165DFF;
    background-color: #fff;
}
.contact-hint {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}
.contact-hint span {
    color: #ff0000;
    font-size: 12px;
    display: none;
}
.contact-info {
    flex: 1;
    background-color: #F7F9FA;
}
.contact-info-title {
    height: 56px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    padding-left: 20px;
    border-bottom: 1px solid #165DFF;
}
.contact-info-content {
    padding: 12px 20px 60px;
}
.contact-info-name {
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;
}
.contact-info-box {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.contact-info-box img {
    width: 20px;
    margin-right: 8px;
}
.contact-info-box span {
    color: #000;
    font-size: 16px;
}
#contactPhoneContent {
    display: none;
}
.contact-agreement {
    display: flex;
    align-items: center;
}
.contact-agreement label, .contact-agreement p {
    color: #8e8e8e;
}
.contact-agreement a {
    color: #165DFF;
    cursor: pointer;
}
.contact-submit {
    margin-top: 36px;
}
.contact-submit button {
    width: 202px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background-color: #d9d9d9;
}
.contact-submit-act {
    background-color: #165DFF !important;
}
.contact-submit-act:hover {
    background-color: #0b4fd9 !important;
}
.contact-mask {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 910;
}
.contact-mask-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-success {
    width: 420px;
    height: 450px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.contact-success-image {
    width: 102px;
    height: 102px;
    background: url("/assets/image/contact-success.svg") center no-repeat;
    background-size: 100% 100%;
}
.contact-success-content {
    text-align: center;
    margin: 30px 0 70px;
}
.contact-success-content p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}
.contact-success-content span {
    color: #9B9B9B;
    font-size: 12px;
}
.contact-success-bt {
    width: 202px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #165DFF;
}
