/** 自定义样式 **/
body {
    background-color: #ffffff;
}

.contact-detail .ub-container {
    max-width: 75rem;
    padding-top: 40px;
}

.contact-detail-info .ub-container {
    max-width: 75rem;
}

.contact-detail .remind {
    font-size: 2.1rem;
    margin-top: 40px;
}

.contact-detail .remind::after, .contact-detail-info .remind::after {
    content: "";
    display: block;
    width: 53px;
    height: 0.15rem;
    background-color: #6b8567;
    transform: scaleY(1);
    margin-top: 0.1rem;
}

.contact-detail {
    background: url('/vendor/CmsThemeQianqiao/images/contact_bg.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    min-height: 400px;
    overflow: hidden;
}

.contact-detail .input {
    padding-top: 27px;
    line-height: 53px;
    color: #838383;
    font-size: 16px;
}

.contact-detail .input::after, .contact-detail .message::after {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    background-color: #e5e5e5;
    transform: scaleY(1);
}

.contact-detail input {
    line-height: 40px;
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 20px;
}
.contact-detail input::placeholder,
.contact-detail textarea::placeholder {
    font-size: medium;
    color: #8894ab
}


.contact-detail .message {
    color: #222222;
    line-height: 53px;
    height: 295px;
    padding-left: 0;
}

/* .contact-detail .message {
    height: 6rem;
} */
.contact-detail .message textarea
 {
    height: 200px;
    width: 100%;
    background-color: #f5f5f5;    
    padding-top: 14px;
    /* border: 0; */
}
.contact-detail .ub-form {
    margin-top: 3rem;
}

.contact-detail .btn-primary {
    width: 288px;
    height: 47px;
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    /* margin-top: 1.5rem; */
    margin-bottom: 35px;
}

.contact-detail-info {
    /* background-color: #ffffff; */
    /* background-image: url('/vendor/CmsThemeSquareBlanket/images/contact_bg2.jpg'); */
    background-repeat: no-repeat;
    /* background-size: 50%; */
    background-position: right top;
    /* background-position-y: 5.2rem; */
    overflow: hidden;
    padding: 2vw;
}

.contact-detail-info .left{
    padding-top: 8px;
}

.contact-detail-info .right::after {
    content: '';
    display: block;
    background-color: #f9f9f9;
    background-image: url('/vendor/CmsThemeSquareBlanket/images/contact_bg2.jpg'); 
    width: 970px;
    height: 572px;
}

.contact-detail-info .icon {
    border: 1px solid #dddddd;
    padding: 16px;
    /* font-size: 1.25rem; */
    width: 59px;
    height: 59px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact-detail-info .website {
    padding: 13px 16px;
}

.contact-detail-info .icon i {
    font-size: 25px;
    overflow: hidden;
}

.contact-detail-info .remind {
    border-bottom: 0.05rem solid #dddddd;
    font-size: 53.23px;
}

.contact-detail-info span{
    color: #3e3e3e;
    font-size: 20px;
}

.contact-detail-info span.title {
    color: #989898;
    font-size: 16px;
}

.contact-detail-info .line {
    margin-top: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.contact-detail-info .last {
    margin-top: 28px;
    margin-bottom: 30px;
}

.contact-detail-info .last .title {
    font-size: 18px;
}

.contact-detail-info .last .icon-box {
    margin-top: 20px;
    border: 1px solid #dddddd;
    max-width: 216px;
}
.contact-detail-info .last .icon-box a {
    border-right: 0.05rem solid #dddddd;
    display: inline-block;
}
.contact-detail-info .last .icon-box a:last-child {
    border: 0;
}

.banner-inner .contact h1 {
    position: relative;
    font-size: 55px;
    font-family: Arial;
    font-weight: 400;
}

.banner-inner .contact h1::after {
    width: 65px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    margin-top: 20px;
}

.elementor-message-success {
    margin-left: 20px;
    font-size: 20px;
    color: #2ff410;
    /* margin-top: 7%; */
}
.elementor-message-success p {
    margin-bottom: 6px;
}

.default .elementor-message-success {
    width: 100%;
    margin-top: 40px;
    line-height: 20px;
    /* margin-bottom: -1rem; */
}

@media screen and (max-width:640px) {
    .contact-detail .ub-container {
        padding: 2vw;
    }
}