/* 选项卡 */

.n-productli {
    z-index: 2;
    padding-top: 12px;
}

#mCSB_2_container .l_a1bx1tbul .on::after {
    content: '';
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
    background-color: #F7F9FA;
    z-index: 1;
}

.n-productli {
    z-index: 2;
    width: unset;
}

.n-productul .l_a1bx1tbli {
    position: relative;
	width: 20%;
}

#mCSB_2_container .l_a1bx1tbul .on::after {
    content: '';
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
    background-color: #F7F9FA;
    z-index: 1;
}

.n-productul .l_a1bx1tbli:hover::after {
    content: '';
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
    background-color: #F7F9FA;
    z-index: 1;
}

.n-productli .ys_imgbox_cover {
    width: 48px;
    height: 48px;
}

.n-productul .on .n-productli .ys_imgbox_cover {
    background-position: 0 48px;
}


/* 无背景面包屑 */

.n-breadcrumb {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
    color: #7D7D7D;
}

.n-breadcrumb li:last-of-type::after {
    content: '';
}

.n-breadcrumb li {
    list-style: none;
}

.n-breadcrumb li a {
    text-decoration: none;
    font-size: 14px;
    color: #7D7D7D;
    line-height: 150%;
}

.n-breadcrumb li a:hover {
    color: #DA0030!important;
}

.n-breadcrumb li:last-of-type a:hover {
    cursor: default;
    color: #7D7D7D!important;
}


/* 产品详情页面包屑 */

.ws-product-detail-bcb .com-content .n-breadcrumb li a {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 150%;
}

.ws-product-detail-bcb .com-content .n-breadcrumb li a:hover {
    color: #DA0030;
}

.ws-product-detail-bcb .com-content .n-breadcrumb li:last-child a:hover {
    color: #7D7D7D;
}


/* 有背景面包屑 */

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}

.n-breadcrumb-bg li:last-of-type::after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
}

.n-breadcrumb-bg li a:hover {
    color: #DA0030!important;
}

.n-breadcrumb-bg li:last-of-type a:hover {
    cursor: default;
    color: #FFFFFF!important;
}


/* 特供产品 */

.my-container .breadnav p a {
    text-decoration: none;
    color: #7d7d7d;
    font-size: 14px;
}

.my-container .breadnav p a:hover {
    color: #DA0030;
}

.my-container .breadnav p a:last-child:hover {
    color: #7d7d7d;
}

.my-container .breadnav span {
    margin: 0 5px;
}



    .l_hdnavxl2 .l_hdnavxlnr,
    .l_hdnavxl1 .l_hdnavxlnr {
        overflow-y: auto;
        overflow-x: hidden;
        /* height: 720px; */
        position: sticky;
    }

    /* 		.l_hdnavle,
            .l_hdnavmid, */
    .l_hdnavri1 {
        overflow-y: scroll !important;
        overflow-x: hidden;
        height: 720px;
    }

    .l_hdnavri1 {
        padding-bottom: 150px;
    }

    /*滚动条样式*/
    .l_hdnavri1::-webkit-scrollbar {
        width: 1px;
    }

    .l_hdnavxlnr::-webkit-scrollbar {
        width: 1px;
    }

    .l_hdnavxlnr::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .7);
    }

    .l_hdnavri1::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }


    .l_hdnavri1::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .7);
    }

    .l_hdnavri1::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1)
    }

    .n-phnav-mask{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(5, 5, 5, 0.85);
        z-index: 100;
        top: 0;
        display: none;
    }
    .n-phnav-mask-bg{
        position: absolute;
        right: 19px;
        top: 15px;
    }
    .n-phnav-mask-bg img{
        width: 186px;
    }
    .n-phnav-mask-content{
        background: #F7F8FB;
        border-radius: 8px;
        margin:230px auto 0px auto;
        width: 320px;
        color: #385075;
        text-align: center;
        line-height: 150%;
    }
    .n-phnav-mask-content-title{
        font-weight: 700;
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .n-phnav-mask-content-desc{
        font-size: 16px;
    }
    .n-phnav-mask-content-btn{
        width: 150px;
        height: 44px;
        background: #D71338;
        border-radius: 4px;
        font-size: 16px;
        line-height: 44px;
        color: #FFFFFF;
        margin: 21px auto 0px auto;
    }
    .n-phnav-mask-content-btn:hover{
        cursor: pointer;
    }
    .new_icon{
        background-color: rgba(244,67,54,0.99) !important;
        font-size: 12px;
        color: white;
        border-radius: 2px;
        padding: 3px;
    }
    @media screen and (max-width:368px){
        .n-phnav-mask-bg{
            right: 11px;
        }
    }
	
	 .privacy-button {
        background-color: #cccccc;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #cccccc;
        color: #000000;
        font-size: 20px;
        line-height: 18px;
        padding: 7px 15px;
        height: 35px;
        min-width: 132px;
        display: inline-block;
        cursor: pointer;
    }

    .privacy-button-allow {
        background-color: #d20032;
        border: 1px solid #d20032;
        color: white;
    }

    .privacy-button-allow:hover {
        color: #ffffff;
        text-decoration: none;
    }
	
	
	.n-phnav-mask {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(5, 5, 5, 0.85);
        z-index: 100;
        top: 0;
        display: none;
        justify-content: center;
        align-items: center;
    }
    
    .n-survey {
        position: relative;
        width: 280px;
    }
    
    .n-survey-text {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 27px;
    }
    
    .n-survey img {
        width: 100%;
    }
    
    .n-survey h2 {
        margin-top: 80px;
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        background: linear-gradient(180deg, #01A0E8 33.33%, #0179E8 86.67%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    
    .n-survey p {
        margin-top: 16px;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #7492B9;
    }
    
    .n-survey a {
        margin-top: 32px;
        padding: 10px 42px;
        display: inline-block;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
        background: #DA0030;
        border: 1px solid #FFE9E9;
        border-radius: 4px;

    }
    
    .n-mask-btn {
        position: absolute;
        width: 36px;
        right: -12px;
        top: 0;
    }
    
    #n-remind {
        margin-top: 18px;
        display: block;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #9B9FA8;
    }
    
    #n-remind input[type="radio"] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
        border: 2px solid #D5D5D5;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 6px;
        text-align: center;
        line-height: 10px;
    }
    
    #n-remind input:checked::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #0175E8;
        border-radius: 50%;
    }