.tubiao {
    position: absolute;
    top: 79.6%;
    left: 108.1%;
    display: flex ;
    align-items: center;
    justify-content: center;
    width: .75rem;
    height: .75rem;
    z-index: 10;
    background: #E9E9E9;
}

.tubiao img {
    width: .35rem;
    height: .35rem;
}

.overlay {
    display: none;
    /* 初始隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99
        /* 确保在其他内容之上 */
}

/* 弹出框样式 */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 300px; */
    background: #fff;
    padding: .25rem;
    border-radius: .1rem;
    box-shadow: 0 .025rem .125rem rgba(0, 0, 0, 0.1);
    z-index: 100;

}

/* 面包屑 */
.mianbao {

    padding-top: 1.1rem;
    display: flex;
    font-size: .175rem;
    color: #666666;
    line-height: .375rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    margin-left: 2.5rem
}

.mianbao a {
    white-space: nowrap !important;
}

.chanpin_line {
    height: .0125rem;
    background: #D8D8D8;
    width: 19rem;
    margin: auto;
}

/* 标题样式 */
.popup-header {
    display: flex;
    align-items: center;
    margin-bottom: .1875rem;
}

.popup-title {
    flex: 1;
    font-size: .225rem;
    font-weight: bold;
}

.popup-content1 {
    display: flex;
    margin-bottom: .4rem;
}

.popup_line {
    margin: .2rem 0;
    width: 100%;
    height: .0125rem;
    background-color: #ccc;
}

.popup_ma {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #EEEEEE;
}

.popup_ma img {
    width: 100%;
    height: 100%;
}

.close-button {
    cursor: pointer;
    font-size: .225rem;
    color: #333;
}

/* 内容样式 */
.popup-content {
    font-size: .175rem;
}



.products {
    width: 19rem;
    margin: auto;
    margin-bottom: 1rem;
}

.product_box {
    display: flex;
    margin-top: 1rem;
    background: #FFFFFF;
    height: 7.5rem;
    border-radius: .375rem;
    padding: .25rem
}

.product_right {
    margin-top: .4rem;
    margin-left: 2rem;
}

.product_right1 {
    font-size: .175rem;
    color: #666666;
    line-height: .375rem;
}

.product_right2 {
    margin-top: .15rem;
    font-weight: bold;
    font-size: .375rem;
    line-height: .375rem;
}

.product_right3 {
    margin-top: .15rem;
    width: 7rem;
    font-size: .175rem;
    color: #666666;
    line-height: .3rem;
}

.product_right4 {
    margin-top: .15rem;
}

.product_line {
    margin-top: .2rem;
    width: 7.5rem;
    height: .0125rem;
    background: #DDDDDD;
    border-radius: .0125rem;
}

.product_right6 {
    margin-top: .2rem;
    display: flex;
    align-items: center;
}

.product_right_item1 {
    display: block;
    width: 1.2rem;
    font-size: .175rem;
    line-height: .25rem;
    color: #000;
    font-weight: 700;

}

.product_right_item2 {
    font-size: .175rem;
    color: #333333;
}

.product_right7 {
    display: flex;
    margin-top: .2rem;
}

.product_right7_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: .5rem;
    border: .0125rem solid #f9f9f9;
    box-shadow: 0px .025rem .025rem 0px rgba(0, 0, 0, 0.11);
    border-radius: .0125rem;


}

.product_right7_button:first-child {
    margin-right: .5rem;
}

.product_right7_button:hover {
    background: #E60012;
    color: #fff;
}

/* 产品详情 */
.product_detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: .875rem;
    background: #2E3151;
    color: #fff;
    padding: .275rem 2.5rem
}

.profduct_detail1 {
    font-weight: bold;
    font-size: .325rem;
}

.profduct_detail2 {
    display: flex;
    color: #fff;
    font-size: .2rem;
}

.profduct_detail2 a {
    display: block;
    margin-right: .9375rem;
    color: #fff;
    cursor: pointer;
}

.profduct_detail2 a:hover {
    margin-bottom: .0001rem;
    border-bottom: .0125rem solid #fff;
}

.profduct_detail3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .5rem 2.5rem;

}

.tab-link {
    margin-bottom: .0001rem;
    /* text-decoration: none; */
    color: #fff;
    /* 移除链接下划线 */
}

.tab-link.active {
    border-bottom: .0125rem solid #fff;
    margin-bottom: .0001rem;
}

.profduct_detail4 {
    font-weight: bold;
    font-size: .45rem;
    margin-top: .4rem;
    line-height: .375rem;
}

.profduct_detail5 {
    margin-top: 1rem;
    width: 100%;
    /* width: 10.8875rem; */
    font-size: .225rem;
    line-height: .375rem;
}

.product_lines {
    margin-top: .5rem;
    width: 24rem;
    height: .0125rem;
    background: #000;
}

.product-mounts>div:last-of-type .product_lines {
    display: none;
}


.profduct_detail3 img {
    margin-top: .5rem;
    width: 12.425rem;
    height: 5.325rem;
}

.profduct_detail6 {
    width: 100%;
    margin-top: .5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
}

.profduct_detail8 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 2.2625rem;
    background: #EEEEEE;
    border-radius: .0125rem;
    border: .0125rem solid #D2D2D2
}

.profduct_detail8:last-child {
    margin-right: 0;
}

.profduct_detail9 {
    font-weight: bold;
    font-size: .2rem;
    line-height: .375rem;
    margin-top: .125rem;
    margin-left: 1.2rem;

}

.profduct_detail9 img {
    width: .25rem;
    height: .225rem;
    margin-top: 0;
}

.profduct_detail8 .profduct_detail10 {
    width: 1.375rem;
    height: 1.9625rem;
    margin-top: 0;
}

.profduct_detail8 .profduct_detail11 {
    position: absolute;
    top: -16%;
    left: 2%;
    width: .475rem;
    height: .475rem;
}

.product_section {
    /* display: none; */
    /* 初始时隐藏所有部分 */
}

.product_section.active {
    display: block;
    /* 显示当前激活的部分 */
}

.hrs>div {
    border-bottom: .0125rem solid #2E3151;
}

.hrs>div:last-of-type {
    border-bottom: none;
}

/* 针对小屏幕的样式 */
@media screen and (max-width: 768px) {

    .profduct_detail5 {
        width: 100% !important;
        overflow: auto !important;
    }

    .imgdet {
        display: flex;
        position: relative;
        /* left: 19%; */
        top: -17%;
        height: 460px;
        width: 100%;
        margin: 100px auto 0;
        background-color: transparent !important;
    }

    .box1 {
        order: 2;
    }

    .box1 {
        order: 1;
    }

    ul li video {
        width: 60px !important;
        height: 60px !important;
    }

    .product_box {
        background: transparent !important;
        display: block !important;
    }

    .product_box>div:first-child {
        margin-top: 0 !important
    }

    .imgdet .imglist ul li {
        display: inline-block;
        width: 60px !important;
        height: 60px !important;
        border: 2px solid #fff;
        margin-bottom: 10px;
    }

    .imgdet .imglist {
        position: absolute !important;
        top: 104% !important;
        /* left: -103% !important; */
        left: 0% !important;
        height: 100% !important;
        width: 104% !important;
        overflow: inherit !important;
    }

    .imgdet {
        position: relative;
        left: 0 !important;
        top: -10%;
        width: 100% !important;
        height: 320px !important;
        margin: 100px auto 0;
        background: #fff;
    }

    .imgdet .imgparts {
        margin-top: 0px !important;
        width: 100% !important;
        height: auto !important;
    }

    .imgdet .imgparts video {
        width: 100% !important;
        height: 100% !important;
    }


    .imgdet .imgpart {
        margin-top: 0px !important;
        width: 100% !important;
        height: 300px !important;
        /* margin-left: -10px !important */
    }

    .imgdet .imgpart .bigpic>img {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        width: 268px !important;
        height: 302px !important;
    }

    .tubiao {
        /* display: none !important; */
    }

    .imgdet .imgpart .bigpic {
        display: none;
        position: absolute;
        top: 100% !important;
        right: 0 !important;
        width: 268px !important;
        height: 302px !important;

    }

    .product_right1 {
        font-size: 20px !important;
        color: #000;
        font-weight: 700;
        line-height: 18px !important;
    }

    .product_right2 {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .product_right3 {
        width: 100% !important;
        font-size: 14px !important;
        color: #666666;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }

    .product_right6 {
        display: block;
        font-size: 14px !important;
    }

    .product_right_item1,
    .product_right_item2 {
        display: block;
        width: 100% !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .product_right_item2 {
        margin-top: 10px !important
    }

    .product_right7 {
        align-items: center;
        justify-content: center;
        margin: 10px 0 !important;
        font-size: 14px !important;
    }

    .product_line {

        width: 100% !important;
        height: 1px !important;

    }

    .product_right7_button {
        width: 100% !important;
        height: 30px !important;
    }

    .popup {
        width: 300px !important;
        height: 235px !important;

    }

    .popup-header {
        height: 30px !important;
        margin-bottom: 0 !important;

    }

    .close-button {
        font-size: 16px !important;
    }

    .popup-title {
        font-size: 18px !important;
    }

    .popup-content {
        padding: 10px !important;
        font-size: 14px !important;
    }

    .popup-content1 {
        margin-bottom: 31px !important;
    }

    .popup_ma {
        width: 80px !important;
        height: 80px !important;
    }

    .profduct_detail2 {
        display: none !important;
        font-size: 11px !important;
    }

    .profduct_detail1 {
        display: none !important;
        font-size: 12px !important;
    }

    .profduct_detail4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .profduct_detail5 {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .profduct_detail3 img {
        width: 100% !important;
        height: 100% !important;
    }

    .profduct_detail6 {
        padding-top: 40px !important;
        display: block;
    }

    .profduct_detail8 {
        width: 342px !important;
        height: 160px !important;
        margin-right: 0 !important;
    }

    .profduct_detail8 .profduct_detail10 {
        width: 100px !important;
        height: 115px !important;
        margin-top: 0 !important;
    }

    .profduct_detail8 .profduct_detail11 {
        position: absolute;
        top: 0%;
        left: 2%;
        width: 38px !important;
        height: 38px !important;
    }

    .profduct_detail9 img {
        width: 25px !important;
        height: 24px !important;
        margin-top: 0;
    }

    .profduct_detail9 {
        font-weight: bold;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 33px !important;
        margin: 10px !important;
        margin-left: 0 !important;
    }

    .product_right .product_right5 span {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .product_right {
        margin-left: 0;
        margin-top: 120px;
    }

    .imgdet .imglist ul {
        position: unset !important;
        display: flex !important;
    }

}

.mianbao {
    display: flex;
}