/* 主要内容banner */
.banner_wrap {
    background-image: url(../image/contactUs-banner.png);
    min-height: 540px;
    width: 100%;
    border-radius: 0 0 40px 40px;
    margin-bottom: -140px;
}

.banner_top {
    color: #fff;
    opacity: 0.4;
    font-family: PingFang SC;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 89px;
}

.banner_title {
    margin-top: 14px;
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner_subtitle {
    margin-top: 12px;
    color: #fff;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
}

@media (max-width: 991px) {
    .banner_top {
        padding-top: 160px;
        text-align: center;
        font-size: 20px;
    }
    .banner_title {
        text-align: center;
        font-size: 40px;
    }
    .banner_subtitle {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .banner_title > span {
        display: block;
        margin: 12px 0;
    }
}

/* 主要内容banner 结束 */

/* 主要内容左侧提示 */
.form_tips_wrap {
    margin-top: 200px;
}

.tips_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tips_subtitle {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 60px;
}

.tips_item_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.item_num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff7450;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pc-white, #fff);
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.item_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-left: 10px;
}

.item_wrap_content {
    flex: 1;
}

.item_text {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    min-height: 130px;
    position: relative;
}

.item_text::before {
    content: "";
    height: calc(100% - 30px);
    width: 1px;
    border-left: 1px dashed #ddd;
    position: absolute;
    top: 15px;
    left: -27px;
}

@media (max-width: 991px) {
    .item_text::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .item_text::before {
        display: block;
    }
}

.item_text1 {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    min-height: 130px;
}

/* 主要内容左侧提示 结束 */

/* 主要内容右侧表单 */

.form_wrap {
    box-shadow: 0px 0px 15px 5px rgba(71, 100, 195, 0.1);
    border-radius: 12px;
    background-color: #fff;
    padding: 60px 24px;
}

.shop_form_wrap {
    margin-top: 50px;
}

.form_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.form_title_shu {
    width: 2px;
    height: 16px;
    background: var(--pc, #ff7450);
    margin-right: 10px;
}

.form_title_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form_contact {
    margin-top: 30px;
}

/* .form_contact_phone {
}

.form_contact_email {
} */

.form_contact_title {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 8px;
}

.form_contact_input {
    height: 54px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 15px 8px;
    box-sizing: border-box;
    width: 100%;
}

.form_contact_input > input {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    background-color: rgba(255, 255, 255, 0);
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    /* font-size: 14px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    width: 100%;
}

@media (max-width: 767px) {
    .form_contact_phone {
        margin-bottom: 24px;
    }
}

.form_contact_details {
    margin-top: 24px;
}

.form_contact_textarea {
    min-height: 140px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.form_contact_textarea > textarea {
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    width: 100%;
}

.form_contact_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.form_submit_btn {
    margin: 0 auto;
    border-radius: 5px;
    background: var(--pc, #ff7450);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    cursor: pointer;
}

.upload_img_wrap {
    border-radius: 10px;
    border: 1px solid var(--pcf-0-f-0-f-0, #f0f0f0);
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 102px;
    margin-bottom: 10px;
}

.upload_img_wrap > img {
    border-radius: 5px;
    width: 84px;
    height: 84px;
}

.upload_btn_wrap {
    border-radius: 10px;
    border: 1px solid var(--pcf-0-f-0-f-0, #f0f0f0);
    padding: 9px;
    text-align: center;
    cursor: pointer;
    width: 102px;
    height: 102px;
}

.upload_icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 18px;
}

.upload_tips {
    /* color: #307af6; */
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.popup_submit_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.popup_submit_btn {
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #ff7450;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    padding: 13px 0;
    cursor: pointer;
}

.upload_btn_wrap2 {
    border-radius: 10px;
    border: 1px solid var(--pcf-0-f-0-f-0, #f0f0f0);
    padding: 9px;
    text-align: center;
    cursor: pointer;
    width: 102px;
    height: 102px;
}

.upload-type_color {
    background-color: #f0f0f0;
    height: 100%;
    border-radius: 5px;
}

.upload_icon2 > img {
    margin-top: 28px;
}

.upload_tips2 {
    text-align: center;
    margin-top: 17px;
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upload_btn_wrap3 {
    border-radius: 10px;
    border: 1px solid var(--pcf-0-f-0-f-0, #ff7450);
    padding: 9px;
    text-align: center;
    cursor: pointer;
    width: 102px;
    height: 102px;
}

.upload_icon3 {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    margin-top: 16px;
}

.upload_icon3 > img {
    width: 100%;
    height: 100%;
}

.upload_tips3 {
    color: var(--pc, #ff7450);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.upload_btn_wrap4 {
    border-radius: 10px;
    border: 1px solid var(--pcf-0-f-0-f-0, #ff7450);
    padding: 9px;
    text-align: center;
    cursor: pointer;
    width: 102px;
    height: 102px;
    position: relative;
}

.upload-type_color2 {
    border-radius: 5px;
    background: var(--pc-black, rgba(22, 22, 22, 0.6));
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.upload-type_color2:hover {
    display: block;
}

.upload_icon4 {
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

.upload-err-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.upload-err-img > img {
    margin: 0 5px;
    cursor: pointer;
}

.upload_err {
    background-image: url(../image/upload-icon5.svg);
    width: 70px;
    height: 30px;
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 auto;
    margin-top: -5px;
    position: relative;
    z-index: 10px;
}

/* 主要内容右侧表单 结束 */

/* 弹窗相关 */
.popup_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    padding-bottom: 0;
}

.popup_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.popup_subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.popup_close {
    cursor: pointer;
}

.popup_content {
    width: 100%;
    text-align: center;
}

.popup_content2 {
}

.popup_content > img {
    width: 100%;
}

@media (min-width: 575px) {
    .modal-dialog {
        max-width: 1200px;
    }
}

/* 弹窗相关结束 */
.layui-upload-file{
    visibility: hidden;
}