/*---------------------------------------------------------------------- /
巨幕
----------------------------------------------------------------------- */
.jm {
    background: url('../images/banner/en-contact.jpg') no-repeat;
    position: relative;
    background-size: cover;
    height: 600px;
}

/* 巨幕响应式-电脑端响应式 */
@media screen and (max-width:1680px) {
    .jm {
        height: 525px;
    }
}

@media screen and (max-width:1440px) {
    .jm {
        height: 450px;
    }
}

@media screen and (max-width:1280px) {
    .jm {
        height: 400px;
    }
}

@media screen and (max-width:1080px) {
    .jm {
        height: 300px;
    }
}

@media screen and (max-width:820px) {
    .jm {
        height: 260px;
    }
}

@media screen and (max-width:580px) {
    .jm {
        background-size: contain;
        background: url('../images/banner/h5/en-contact-iphone.jpg') no-repeat;
        background-position: right;
        height: 200px;
        display: block;
    }
}

/*---------------------------------------------------------------------- /
面包屑
----------------------------------------------------------------------- */
.mbx-row {
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* 文字配置 */
.mbx-text p {
    font-size: 13px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
}

/* 左边距 */

/* 下划线 */
.mbx-text p::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: black;
}

/* 取消最后一个 》符号 */
.mbx-text p:last-child::after {
    /* this is the separator between items */
    display: none;
}

/* 响应式布局 */
@media screen and (max-width: 810px) {

    /* 文字配置偏移 */
    .mbx-text p:first-child {
        padding-left: 80px;
    }

}


@media screen and (max-width: 580px) {

    /* 文字配置 */
    .mbx-text p {
        font-size: 11px;
        font-style: normal;
        display: inline-block;
        font-weight: 800;
        padding-left: 10px;
    }

    /* 文字配置偏移 */
    .mbx-text p:first-child {
        padding-left: 10px;
    }
}

/* contact 联系业 */
/* 图片部分 */
.mail-pic-contact {
    position: relative;
    background: url("../images/contact/contact_big-1-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

/* 图片部分底部文字 */
.mail-pic-contact .bg-mail-pic-contact {
    position: absolute;
    width: 65%;
    height: 18%;
    background-color: white;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    border-radius: 10px 10px 10px 10px;
}

/* 图片文字部分H4 */
.mail-pic-contact .bg-mail-pic-contact h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    padding-top: 13px;
}

/* 图片文字部分P字段 */
.mail-pic-contact .bg-mail-pic-contact p {
    font-size: 11px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* 内容部分 */

/* 联系框 */
.mail-box {
    color: black;
    padding-top: 15px !important;
}

/* 输入框 */
.mail-box input, .mail-box textarea {
    width: 100%;
    color: #888;
    background: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    padding: 15px 25px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    border-radius: 6px;
}

/* text-area高度 */
.mail-box textarea {
    height: 250px;
}

/* 按钮盒子 */
.button-box {
    display: flex;
    justify-content: flex-end;
}

/* 按钮-sendmail */
.button-32 {
    /* 大小控制 */
    height: 50px;
    width: 150px;
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    transition: all 150ms ease-in-out;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
    border-radius: 10px;
    background-color: #111111;
    background-image: radial-gradient(76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
}

/* 地图 */
.mapbox {
    margin-top: 35px;
    margin-bottom: 35px;
    height: 250px;
    background-image: url("../images/contact/map-en.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* contact 响应式布局 */
@media screen and (max-width:1480px) {

    /* 图片部分底部文字-宽度 */
    .mail-pic-contact .bg-mail-pic-contact {
        width: 70%;
    }
}

@media screen and (max-width:1280px) {

    /* 图片部分底部文字-宽度 */
    .mail-pic-contact .bg-mail-pic-contact {
        width: 80%;
    }
}

@media screen and (max-width:1080px) {

    /* 左侧地址图片框 */
    .mail-pic-contact {
        height: 600px;
    }

    /* 图片文字部分H4 */
    .mail-pic-contact .bg-mail-pic-contact h4 {
        padding-top: 6px;
    }
}

@media screen and (max-width:810px) {

    /* 图片部分底部文字 */
    .mail-pic-contact .bg-mail-pic-contact {
        position: absolute;
        bottom: 0%;
        border-radius: 10px 10px 10px 10px;
    }
}

@media screen and (max-width:580px) {

    /* 联系方式间隔 */
    .mail-box {
        margin-top: 30px;
    }

    /* 地址信息栏 */
    .mail-pic-contact .bg-mail-pic-contact {
        bottom: 6%;
        width: 90%;
    }

    .mail-pic-contact .bg-mail-pic-contact p {
        font-size: 12px;
        line-height: 20px;
    }
}

/* 显示框 */
.product_alert, .email_alert, .name_alert {
    display: none;
    color: black;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    padding-left: 2px;
    color: rgb(245, 16, 16);
    padding-left: 5px;
}