/*---------------------------------------------------------------------- /
巨幕-开始
----------------------------------------------------------------------- */
.jm {
    background: url('../images/banner/product.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/product-iphone.jpg') no-repeat;
        background-position: left;
        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: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px;
}

/* 左边距 */

/* 下划线 */
.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: 1080px) {
    .mbx-text p:first-child {
        padding-left: 0px;
    }
}

/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
主页-开始
----------------------------------------------------------------------- */
/*---------------------------------------------------------------------- /
产品-导航栏-左边
----------------------------------------------------------------------- */
/* 外部盒子大小 */
.dhl-box {
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* 内部设置盒子边框 */
.dhl-box::before {
    content: "";
    left: 25%;
    width: 75%;
    height: 100%;
    border: 1px solid #e9e9e9;
    position: absolute;
}

/* 固定 */
.fixedtool-1 {
    position: fixed !important;
    top: 100px;
}

/* 顶部去除固定 */
.fixedtool-2 {
    position: fixed !important;
    bottom: 630px;
}

/* 第一行 */
.dhl-box>div:nth-child(1) {
    top: 0px;
    width: 100%;
    height: 75px;
    position: absolute;
}

/* 第一行-下划线 */
.dhl-box>div:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 25%;
    height: 100%;
    width: 70%;
    bottom: 5px;
    border-bottom: 2px solid #e9e9e9;
    z-index: 2;
}

/* 第一行-下划线-红色 */
.dhl-box>div:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 25%;
    height: 100%;
    width: 65%;
    bottom: 5px;
    border-bottom: 2px solid #35AD54;
    z-index: 3;
}

/* 子目录 */
.dhl-box>.dhl-box-1 sub {
    font-size: 12px;
}

/* 标题 */
.dhl-box>.dhl-box-1 {
    font-size: 28px;
    line-height: 30px;
    color: black;
    padding-top: 20px;
    padding-left: 125px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* 第二行以后的设置 */
.dhl-box>div:nth-child(n+2) {
    top: 30px;
    width: 100%;
    height: 55px;
    padding-top: 15px;
    padding-left: 80px;
    letter-spacing: 1.5px;
    position: relative;
}

/* 箭头 */
.jt:nth-child(n+2)::after {
    content: "\27A4";
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 13px;
    color: black;
}

/* 文本 */
.dhl-box>div:nth-child(n+2) a {
    color: black;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding-left: 50px;
    text-decoration: none;
}

/* 导航栏PC 2024-7新增*/
@media screen and (max-width:1480px) {

    /* 盒子大小 */
    .dhl-box::before {
        left: 5%;
        width: 95%;
    }

    /* 下划线 */
    .dhl-box>div:nth-child(1)::before {
        left: 5%;
        height: 100%;
        width: 85%;
    }

    .dhl-box>div:nth-child(1)::after {
        left: 5%;
        width: 80%;
    }

    /* 标题 */
    .dhl-box>.dhl-box-1 {
        padding-left: 25px;
    }

    /* 内容间隔 */
    .dhl-box>div:nth-child(n+2) {
        padding-left: 0px;
    }

    .dhl-box>div:nth-child(n+2) a {
        padding-left: 25px;
    }
}

/* 导航栏-H5 */
@media screen and (max-width: 1080px) {
    .dhl-box {
        display: none;
    }
}

/* 第一行按钮 */
.button38box {
    display: block;
}

.button-38 {
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0.5rem;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
    text-align: center;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.48), 0 6px 14px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.button-38 a {
    color: #111827;
    text-decoration: none;
}

/* 响应式布局 */
@media screen and (max-width:580px) {

    /* 更改为靠右 */
    .button38box {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .button-38 {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 1rem;
        padding: 0.7rem 1rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.3);
    }
}

/*---------------------------------------------------------------------- /
主页-结束
----------------------------------------------------------------------- */