/*联系我们*/
.online_message_button,.move_online_message_title,.move_form_close {
    display: none;
}
.headline,.headline_eg,.information_title,.information_info {
    text-align: center;
    font-style: normal;
    font-weight: 500;
}
.headline {
    color: #2C3055;
    font-size: min(5vw,34px);
    margin-top: min(4%,62px);
}
.headline_eg {
    color: rgba(44, 48, 85, 0.60);
    font-size: min(3vw,22px);
    text-transform: uppercase;
    margin-top: min(2%, 20px);
}
.information_box {
    width: 70%;
    max-width: 1200px;
    margin: min(4%,60px) auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.information {
    width: min(35vw,300px);
    padding: min(2%,20px) min(7%,32px);
    text-align: center;
    box-sizing: border-box;
}
.information img {
    width: min(25vw, 140px);
    height: auto;
}
.information_title {
    color: rgba(20, 32, 43, 0.40);
    font-size: min(3vw, 16px);
    margin: min(3vw, 20px) 0;
}
.information_info {
    color: #14202B;
    font-size: min(4vw, 16px);
    word-break: break-all;
}

/*在线留言*/
.online_browsing_box {
    margin: min(4%,60px) auto;
    width: min(70%, 1200px);
    padding: min(2%, 40px);
    border-radius: min(5%, 10px);
    background: linear-gradient(74deg, rgba(23, 137, 177, 0.10) 41.46%, rgba(146, 189, 84, 0.10) 70.62%);
}
.form_display {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(2%, 20px);
}
.input_text,.textarea_text {
    width: 100%;
    padding: min(3%, 15px) 0 min(3%, 15px) min(11%, 54px);
    border-radius: min(2vw, 10px);
    border: 1px solid rgba(23, 137, 177, 0.20);
    background: #FFF;
    outline: none;
}
input[type='text']::-webkit-input-placeholder,textarea::placeholder {
    color: rgba(20, 32, 43, 0.30);
    font-size: min(2vw, 16px);
    font-style: normal;
    font-weight: 500;
}
.form_display div {
    width: min(48%, 540px);
    position: relative;
}
.form_display span {
    position: absolute;
    margin: min(3%, 17px) auto min(3%, 18px) min(4%,20px);
    transform: translate(-50%);
    color: #B1174E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.form_display:nth-child(3) {
    display: block;
}
.form_display:nth-child(3) div {
    width: min(100%, 1120px);
}
.textarea_text {
    height: min(50vw, 237px);
}
.verify {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.verify_display {
    margin-bottom: 0;
}
.verify_display div {
    width: 336px;
}
.verify_display span {
    position: absolute;
    margin: min(5%, 17px) auto min(5%, 18px) min(5%,20px);
    transform: translate(-50%);
    color: #B1174E;
    font-size: min(2vw, 16px);
    font-style: normal;
    font-weight: 500;
}
.verify_display .input_text {
    width: min(100%, 336px);
    padding: min(5%, 15px) 0 min(5%, 15px) min(14%, 60px);
}
.verify_display input[type='text']::-webkit-input-placeholder {
    color: rgba(20, 32, 43, 0.30);
    font-size: min(2vw, 16px);
    font-style: normal;
    font-weight: 500;
}
.canvas_box {
    width: min(80%, 114px);
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0 min(3%,20px);
}
.refresh_icon {
    padding: min(1.5%, 12px) min(2%, 15px);
    border-radius: 10px;
    background-color: #FFFFFF;
}
.confirm_box {
    width: min(80%,294px);
    margin-left: min(3%,20px);
    position: relative;
}
.confirm_massage,.confirm_code_massage {
    display: none;
    position: absolute;
    top: min(-1.5vw, -26px);
    left: 20px;
    color: #B4391E;
    font-size: min(2vw,16px);
}
.confirm {
    width: min(100%,294px);
    height: 46px;
    border-radius: 10px;
    color: #FFF;
    font-size: min(1vw,16px);
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
    margin-left: min(3%, 20px);
}

input:focus::placeholder{
    opacity: 0;
}
textarea:focus::placeholder{
    opacity: 0;
}

@media only screen and (max-width:1920px) {
    .information_box {
        justify-content: space-between;
    }
}
@media only screen and (max-width:1292px) {
    .confirm_box {
        margin-top: min(10%,30px);
    }
}
/*平板*/
@media only screen and (max-width:768px) {
    .form_display {
        display: block;
    }
    .form_display div {
        margin: auto auto min(3%,10px) auto;
        width: min(100%, 540px);
    }
    .input_text {
        padding: min(2%, 15px) 0 min(2%, 15px) min(7%, 54px);
    }
    .form_display span {
        margin: min(4%, 17px) auto min(4%, 18px) min(5%,20px);
    }
}

/*移动设备*/
@media only screen and (max-width:425px) {
    .move_headline,.move_headline_eg {
        display: none;
    }
    .information_box {
        width: 332px;
        height: 307px;
        box-shadow: 0px 7px 19px 0px rgba(33, 106, 220, 0.2);
    }
    .information {
        width: max(165px);
        height: 153px;
        margin: auto;
        padding: 6px 9px;
    }
    .information img {
        width: 64px;
        height: 64px;
    }
    .information:nth-child(3) {
        width: max(200px);
    }
    .information_title {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: center;
    }
    .information_info {
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        letter-spacing: 0em;
        text-align: center;
    }
    .online_message_button {
        width: 336px;
        height: 46px;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        margin: 30px auto 40px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
    }

    /*控制弹窗阴影*/
    .message_module {
        width: 100%;
        height: 100%;
        background: #09324066;
        backdrop-filter: blur(12.5px);
        display: none;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .online_browsing_box {
        width: min(331px);
        height: 630px;
        overflow: scroll;
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
        border-radius: min(10px);
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background-color: white;
    }
    .move_online_message_title {
        display: block;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
        color: rgba(44, 48, 85, 1);
    }
    .move_form_close {
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        right: 8px;
        top: 12px;
    }
    .move_form {
        margin-top: 30px;
    }
    .form_display {
        display: block;
        width: min(291px);
    }
    .form_display div {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .input_text,.textarea_text {
        height: 46px;
        padding: min(15px) 20px min(16px) min(54px);
        border-radius: 5px;
    }
    .textarea_text {
        height: 237px;
    }
    input[type='text']::-webkit-input-placeholder,textarea::placeholder {
        color: rgba(20, 32, 43, 0.30);
        font-size: min(16px);
        font-style: normal;
        font-weight: 500;
    }
    .required {
        padding: min(2px) 0 min(18px) min(20px);
    }
    .textarea_form_display div {
        height: 237px;
        margin: 0;
    }
    .textarea_form_display .required {
        padding-top: 6px;
    }
    .verify {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .verify_display {
        width: 118px;
        height: 46px;
        margin: 0;
    }
    .verify_display .required {
        display: none;
    }
    .verify_display .input_text {
        border-radius: 5px;
        padding: min(15px) 9px min(16px) min(13px);
    }
    .verify_display input[type='text']::-webkit-input-placeholder {
        color: rgba(20, 32, 43, 0.30);
        font-size: min(16px);
        font-style: normal;
        font-weight: 500;
    }
    .canvas_box {
        width: 114px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: min(0px);
        border-radius: 5px;
    }
    .refresh_icon {
        width: 49px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .confirm_box {
        width: min(100%);
        margin: 30px 0 0 0;
    }
    .confirm_massage,.confirm_code_massage {
        position: absolute;
        top: -23px;
        left: 50%;
        transform: translate(-50%);
        font-size: 16px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
    }
    .confirm {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
    }
}