
.show-pop{cursor: pointer;}

.row-product1 .box-tab1 ul {font-size:0;}
.row-product1 .box-tab1 ul li {display:inline-block;}
.row-product1 .box-tab1 li {font-size:1.979vw;font-weight:bold;font-style:italic;}
.row-product1 .box-tab1 li:not(:last-child) {margin-right:4.1666vw;}
.row-product1 .box-tab1 li.on {font-size:3.333vw;}
.row-product1 .box-tab1 li .con {color:#bbb;}
.row-product1 .box-tab1 li.on .con {color:#000;}
.row-product1 .box-tab2 .con {height:68px;line-height:68px;font-size:18px;background:#fff;border:1px solid #ddd;text-align:center;font-weight:bold;}
.row-product1 .box-tab2 .con img {position:relative;top:4px;margin-right:12px;height:24px;max-width:28px;object-fit:contain;}
.row-product1 .box-tab2 li.on .con {background:#C7000A;border:1px solid #C7000A;}
.row-product1 .tab-cont .item {margin-top:30px;}
.row-product1 .tab-cont .pic-list:not(:first-child) {display:none;}
.row-product1 .tab-cont .item .con {display:block;}
.row-product1 .tab-cont .pic-pos {margin-top: -40px;width: 100%;text-align: center;}
.row-product1 .tab-cont .pic-pos .pic-list {height:20.114vw;}
.row-product1 .tab-cont .pic-pos .pic-list img {height:100%;object-fit: scale-down;}
.row-product1 .tab-cont .pic-tab {display: inline-block;margin-top: 40px;}
.row-product1 .tab-cont .pic-tab ul{float: left;}
.row-product1 .tab-cont .pic-tab li {width:50px;height:50px;background:#fff;border:1px solid #6E6E6E;border-radius:50%;opacity:0.6;display:inline-block;margin:0 6px;cursor: pointer;}
.row-product1 .tab-cont .pic-tab li.on {background:#C7000A;border:1px solid #C7000A;opacity:1;position: relative;}
.row-product1 .tab-cont .pic-tab li.on::after{
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #C7000A;
    transform: rotate(45deg);
    margin-left: -4px;
}
.row-product1 .tab-cont .pic-tab li .pic {display:block;}
.row-product1 .tab-cont .pic-tab li .pic img {height:32px;display:block;margin:9px auto;}
.row-product1 .box-top .left {position:relative;border-right:1px solid rgba(0,0,0,0.2);width:40%;float:left;text-align: center;}
.row-product1 .box-top .right {padding:30px 20px 0 4vw;float:right;width:60%;}
.row-product1 .tab-cont .item:nth-child(even) .box-top .left {float:right;border-right:none;border-left:1px solid rgba(0,0,0,0.2);}
.row-product1 .tab-cont .item:nth-child(edd) .box-top .right {float:left;}
.row-product1 .box-top .right .tit {font-size:4.166vw;font-weight:bold;line-height:1.4;color: #C7000A;}
.row-product1 .box-top .right .tit1 {font-size:1.562vw;line-height:1.2;margin-bottom: 15px;}
.row-product1 .box-top .right .txt{
    width: 76%;
}
.row-product1 .box-top .right .tit img{
    max-width: 2.385vw;
    margin-left: 0.341vw;
}
.row-product1 .box-top .right ul{margin-top: 30px;}
.row-product1 .box-top .right li {display:inline-block;margin-right:1.883vw;}
.row-product1 .box-top .right li:last-child {margin-right:0;}
.row-product1 .box-top .right li img {max-height:46px;}
.row-product1 .tab-cont .box-bottom {background:#F2F2F2;padding:28px 20px 20px;border:1px solid transparent;}
.row-product1 .tab-cont .box-bottom li:nth-child(2) {border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);}
.row-product1 .tab-cont .box-bottom .pic {height:80px;border-radius:8px;}
.row-product1 .tab-cont .box-bottom .pic img {max-height:100%;}
.row-product1 .tab-cont .box-bottom .tit {font-size:19px;font-weight:bold;margin-top:12px;}

.row-del1 .f-bag{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    float: left;
    margin-right: 12px;
}
.row-del1 .f-bag span{
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: block;
    color: #8C8C8C;
    font-size: 20px;
    margin: 9px auto;
    text-align: center;
    line-height: 34px;
}

@media screen and (max-width:1450px){
    .row-product1 .tab-cont .item {margin-top:90px;}
    .row-product1.row-del1 .tab-cont .item {margin-top:20px;}
    .row-product1 .box-top .left {height:260px;}
    .row-product1 .tab-cont .pic-tab {bottom:15px;right:20px;}
    .row-product1 .box-top .right {padding:20px 20px 0 3.427vw;}
    .row-product1 .box-top .right li img {max-height:44px;}
    .row-product1 .tab-cont .box-bottom .pic {height:60px;}
}
@media screen and (max-width:1199px){
    .row-product1 .box-tab1 ul,.row-product1 .box-tab2 ul {white-space:nowrap;overflow-x:auto;padding-bottom:10px;}
    .row-product1 .box-tab1 li {font-size:20px;}
    .row-product1 .box-tab1 li.on {font-size:28px;}
    .row-product1 .box-tab2 ul {margin:0;}
    .row-product1 .box-tab2 li {width:24.99%;}
    .row-product1 .box-top .right .tit {font-size:24px;}
    .row-product1 .box-top .right .tit1 {font-size:18px;margin:10px 0 5px;}
    .row-product1 .box-top .right .tit img{max-width: 26px;margin-left: 10px;position: relative;top: 2px;}
    .row-product1 .box-tab1 li {font-size:20px;}
    .row-product1 .box-top .right li img {max-height:24px;margin-right: 6px;}
}
@media screen and (max-width:768px){
    .row-product1 .box-tab2 li {width:auto;padding:0;padding-left:10px;}
    .row-product1 .box-tab2 .con {height:42px;padding:0 20px;line-height:40px;font-size:14px;}
    .row-product1 .box-tab2 .con img {top:3px;margin-right:10px;height:16px;max-width:22px;}
    .row-product1 .tab-cont .item {margin-top:20px;}
    .row-product1 .box-top .left,.row-product1 .box-top .right {width:100%;height:auto;float:none;border:none;padding:8px 0 0;}
    .row-product1 .tab-cont .box-bottom .tit {font-size:15px;margin-top:2px;}
    .row-product1 .tab-cont .box-bottom li:nth-child(2) {border:none;}
    .row-product1 .tab-cont .box-bottom li:not(:first-child) {margin-top:12px;}
    .row-product1 .tab-cont .pic-tab {position:static;text-align:center;margin-top:30px;}
    .row-product1 .tab-cont .pic-pos .pic-list {height:180px;}
    .row-product1 .tab-cont .box-top {padding:20px 0;}
    .row-product1 .tab-cont .box-bottom {padding:16px 20px 12px;}
    .row-product1 .tab-cont .box-bottom .pic {height:40px;}
    .row-product1 .box-top .right ul {margin-top:20px;}
    .row-product1 .tab-cont .item:nth-child(even) .box-top .left {border-left:none;}
    .row-product1 .box-tab1 li {font-size:16px;}
    .row-product1 .box-tab1 li.on {font-size:20px;}
    .row-product1 .box-tab1 li:not(:last-child) {margin-right:20px;}
    .row-product1 .tab-cont .pic-tab li .pic img {height:24px;margin:8px auto;}
    .row-product1 .tab-cont .pic-tab li {width:42px;height:42px;}
    .row-del1 .f-bag {width:42px;height:42px;}
    .row-del1 .f-bag span {width:30px;height:30px;margin:6px auto;line-height:30px;}
    .row-product1 .box-top .right .txt {width:100%;}
}


/* 详情页 */
.row-del1 .tab-cont .box-eq2 {padding:4.604vw 0 0;}
.row-del1 .tab-cont .box-eq2 li {border-top:1px solid rgba(0,0,0,0.1);padding:40px 7vw 30px;}
.row-del1 .tab-cont .box-eq2 li:last-child{
    padding-bottom: 0;
}
.row-del1 .tab-cont .box-eq2 .con .right {width:52%;margin-top:5vw;}
.row-del1 .tab-cont .box-eq2 li .pic {float:left;}
.row-del1 .tab-cont .box-eq2 li .right {float:right;}
.row-del1 .tab-cont .box-eq2 li:nth-child(odd) .pic {float:right;}
.row-del1 .tab-cont .box-eq2 li:nth-child(odd) .right {float:left;}
.row-del1 .tab-cont .box-eq2 .pic img {max-height:20vw;}
.row-del1 .tab-cont .box-eq2 .tit {font-size:1.875vw;font-weight:bold;line-height:1;}
.row-del1 .tab-cont .box-eq2 .txt {font-size:1.25vw;line-height:1.979vw;margin-top:20px}
table tr, table th, table td{
    padding: 5px 5px;
    line-height: 22px;
}
.row-del2 table {border-bottom:1px solid #E0E0E0;}
.row-del2 table th,.row-del2 table td,.row-del2 table tr {text-align:center;border:none;border:1px solid #E0E0E0}
.row-del2 table thead,
.row-del2 table .firstRow{background:#C7000A;height:42px;color:#fff;font-size:16px;}
.row-del2 table tbody tr:nth-child(2n) {background:#FBFBFB;}
.row-del2 table tbody tr {height:40px;font-size:14px;}
.row-del2 table th {position:relative;border-left:1px solid rgba(199,0,10,0.7);border-right:1px solid rgba(199,0,10,0.7);}
.row-del2 table th:not(:last-child)::after {content:'';display:block;position:absolute;width:1px;height:28px;background:#fff;right:-1px;top:28px;}



.row-del1 .tab-cont .box-eq2 li.kkc-li {
    border-top: none;
    padding: 16px 5vw 0;
}
.row-del1 .tab-cont .box-eq2 li.kkc-li:first-child{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 3vw;
}
.row-del1 .tab-cont .box-eq2 li.kkc-li .con .right{
    width: 100%;
    margin-top: 0;
}
.row-del1 .tab-cont .box-eq2 li.kkc-li .con .right.ovh {
    overflow: visible;
}
.row-del1 .tab-cont .box-eq2 li.kkc-li .tit {
    font-size: 16px;
    position: relative;
    font-weight: 400;
    padding-left: 16px;
}
.row-del1 .tab-cont .box-eq2 li.kkc-li .tit::after {
    content: "●";
    position: absolute;
    left: 0px;
    top: 0px;
}


@media screen and (max-width:1199px){
    .row-product1.row-del1 .tab-cont .item {
        margin-top: 50px;
    }
    .row-del1 .tab-cont .box-eq1 {
        padding: 20px;
    }
    .row-del1 .tab-cont .box-eq2 {
        padding: 0;
        padding-top: 20px;
    }
    .row-del1 .tab-cont .box-eq2 li.kkc-li .tit {
        font-size: 14px;
        line-height: 20px;
    }
    .row-del1 .tab-cont .box-eq2 li.kkc-li .tit::after{
        font-size: 12px;
    }
}
@media screen and (max-width:768px){
    .row-product1.row-del1 .tab-cont .item {margin-top:10px;}
    .row-del1 .tab-cont .box-eq1 .txt {font-size:14px;}
    .row-del1 .tab-cont .box-eq2 .pic {width:23%;height:auto;margin-right:20px;text-align:center;margin-bottom:10px;}
    .row-del1 .tab-cont .box-eq2 .pic img {width:auto;height:auto;}
    .row-del1 .tab-cont .box-eq2 li:nth-child(odd) .pic {
        float: left;
    }
    .row-del1 .tab-cont .box-eq2 .tit {font-size:18px;}
    .row-del1 .tab-cont .box-eq2 .txt {font-size:14px;line-height:22px;margin-top: 10px;}
    .row-del1 .tab-cont .box-eq2 li{padding: 20px 0;}
    .row-del1 .tab-cont .box-eq2 .con .right {
        width: auto;
        margin-top: 0;
        overflow: hidden;
        float: none;
    }
    .row-del1 .tab-cont .box-eq2 li:nth-child(odd) .right {
        overflow: hidden;
        float: none;
    }
    .row-del2 .box-table {overflow-x:auto;}
    .row-del2 table {width:660px;}
    .row-del2 table thead {height:50px;border-bottom:4px solid #C7000A;font-size:16px;}
    .row-del2 table tbody tr {height:46px;font-size:14px;}
}

.row-del4{margin-bottom: 5vw;}
.row-del4 .left {width:50%;margin-right:5%;color:#fff;}
.row-del4 .left .tit {font-size:24px;margin-bottom:3.125vw;width:85%;}
.row-del4 .left .box-jd {width:100%;max-width:480px;}
.row-del4 .left .box-jd .eq1 .jd-num {float:right;}
.row-del4 .left .box-jd .eq2 {height:4px;background:rgba(255,255,255,0.2);border-radius:2px;margin-top:15px;}
.row-del4 .left .box-jd .eq2 .jd {width:0;height:4px;background:#fff;border-radius:2px;}
.row-del4 .left .box-jd li {margin-top:35px;}

@media screen and (max-width:768px){
    .row-del4{margin-bottom: 50px;}
    .row-del4 .left {width:100%;margin-right:0;float:none;margin-bottom:30px;}
    .row-del4 .left .tit {font-size:18px;width:100%;}
    .row-del4 .left .box-jd li {margin-top:20px;}
    .row-del4 .pic{text-align: center;}
    .row-del4 .pic img{max-height: 200px;}
    .row-del2 table th:not(:last-child)::after {height:22px;top:15px;}
}

/* 弹框 */
.del-pop .cont {max-width:50vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) skewX(-6deg);-moz-transform:translate(-50%,-50%) skewX(-6deg);-ms-transform:translate(-50%,-50%) skewX(-6deg);-o-transform:translate(-50%,-50%) skewX(-6deg);transform:translate(-50%,-50%) skewX(-6deg);padding:0;border-radius:20px;background:#F4F6F3;}
.del-pop .cont .skew-no {-webkit-transform:skewX(6deg);-moz-transform:skewX(6deg);-ms-transform:skewX(6deg);-o-transform:skewX(6deg);transform:skewX(6deg);}
.del-pop .cont .close {color:#fff;right:-64px;font-size:30px;top:0;z-index:9;width:50px;height:50px;border:2px solid #fff;line-height:45px;-webkit-transform:skewX(6deg);-moz-transform:skewX(6deg);-ms-transform:skewX(6deg);-o-transform:skewX(6deg);transform:skewX(6deg);transition:all 0s;opacity:1;font-weight: normal;}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.del-pop .cont .close:hover {-webkit-transform:rotate(0) skewX(6deg);-moz-transform:rotate(0) skewX(6deg);-ms-transform:rotate(0) skewX(6deg);-o-transform:rotate(0) skewX(6deg);transform:rotate(0) skewX(6deg);}
.box-top {padding:40px 15px 20px;}
.del-pop .tit {margin-top:-6vw;}
.del-pop .tit h3 {font-size:2.5vw;font-weight:bold;display:inline-block;margin-right:15px;color:#000;}
.del-pop .tit span {font-size:18px;color:#999;display:inline-block;}
.del-pop .txt {position:relative;background:#fff;padding:34px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}
.del-pop .txt p {width:70%;font-size:24px;color:#111;line-height:24px;}
.del-pop .txt span {width:70%;display:none;color:#000;line-height:26px;margin-top:15px;min-height: 26px;}
.del-pop .pic-tab {position:absolute;bottom:-16px;right:0;}
.del-pop .pic-cont {position:relative}
.del-pop .pic-cont .pic-list {text-align:center;position:relative;height:25vw;}
.del-pop .pic-cont .pic-list img {height:90%;}
.del-pop .pic-cont .pic-list:not(:first-child) {display:none;}
.del-pop .pic-cont .swiper-button-next,.del-pop .pic-cont .swiper-button-prev {width:3vw;height:3vw;line-height:2.8vw;border:2px solid #BFBFBF;border-radius:50%;margin-top:-2vw;background-image:none !important;font-size:32px;text-align:center;color:#BFBFBF;}
.del-pop .pic-cont .swiper-button-prev {transform:rotate(180deg);left:30px;}
.del-pop .pic-cont .swiper-button-next {right:30px;}
.del-pop .pic-cont .swiper-button-next:hover,.del-pop .pic-cont .swiper-button-prev:hover {border-color:#fff;background:#fff;color:#C7000A;}
.del-pop .pic-tab li {width:50px;height:50px;background:#fff;border:1px solid #6E6E6E;border-radius:50%;opacity:0.6;display:inline-block;margin:0 6px;cursor:pointer;position:relative;}
.del-pop .pic-tab li.on {background:#C7000A;border:1px solid #C7000A;opacity:1;}
.del-pop .pic-tab li.on::after {content:'';display:block;position:absolute;top:-4px;left:50%;width:8px;height:8px;background:#C7000A;transform:rotate(45deg);margin-left:-4px;}
.del-pop .pic-tab li .pic {display:block;}
.del-pop .pic-tab li .pic img {height:32px;display:block;margin:9px auto;}

@media screen and (max-width:1450px){
    .del-pop .txt {padding:22px 40px;}
    .box-top {padding:30px 15px 15px;}
    .del-pop .cont .close {font-size:24px;bottom:-54px;width:40px;height:40px;line-height:36px;}
    .del-pop .pic-cont .swiper-button-prev {
        left: 12px;
    }
    .del-pop .pic-cont .swiper-button-next {
        right: 12px;
    }
    .del-pop .pic-tab li {
        width: 42px;
        height: 42px;
        margin: 0 4px;
    }
    .del-pop .pic-tab li .pic img {
        height: 24px;
    }
}
@media screen and (max-width:768px){
    .box-top {padding:25px 15px 15px;}
    .del-pop .pic-cont .pic-list {height:230px;}
    .del-pop .cont {max-width: 100%;-webkit-transform:translate(-50%,-50%) skewX(0);-moz-transform:translate(-50%,-50%) skewX(0);-ms-transform:translate(-50%,-50%) skewX(0);-o-transform:translate(-50%,-50%) skewX(0);transform:translate(-50%,-50%) skewX(0);}
    .del-pop .cont .skew-no {-webkit-transform:skewX(0);-moz-transform:skewX(0);-ms-transform:skewX(0);-o-transform:skewX(0);transform:skewX(0);}
    .del-pop .pic-cont .swiper-button-next,.del-pop .pic-cont .swiper-button-prev {width:40px;height:40px;line-height:38px;margin-top:-20px;font-size:24px;}
    .del-pop .pic-cont .swiper-button-prev {left:0;}
    .del-pop .pic-cont .swiper-button-next {right:0;}
    .del-pop .tit h3 {font-size:24px;}
    .del-pop .txt {padding:0;}
    .del-pop .txt p {width:100%;font-size:18px;}
    .del-pop .txt span {width:100%;line-height:20px;margin-top:10px;}
    .del-pop .pic-tab {bottom:16px;right: 10px;}
    .del-pop .pic-tab li {width:36px;height:36px;margin: 0 2px;}
    .del-pop .pic-tab li .pic img {height:24px;margin:6px auto;}
    .del-pop .tit {margin-top:0;}
    .del-pop .cont .close {-webkit-transform:skewX(0);-moz-transform:skewX(0);-ms-transform:skewX(0);-o-transform:skewX(0);transform:skewX(0);}
}
