/*swiper产品主图切换*/
.swiper-button-prev,.swiper-button-next{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 36px;/* 设置按钮大小 */
    opacity: .36;
    font-weight: bold;
}
.my-button-disabled {
    opacity: 0!important;/*swiper左右滑动箭头 第一和最后一个自动隐藏*/
}
.product-images .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
}

.carousel {
    width: 100%;
    position: relative;
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    border: 1px solid #FF4C81;
}

.swiper-pagination-bullet-active {
    background: #FF4C81;
}
/*视频*/
.swiper-slideVideo {
    width: 100%;
    height: 100%;
    position: relative;
}

.video_btn {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.video_btn>img {
    width: 100%;
    height: 100%;
}
.swiper-slideVideo>video {
    width: 100%;
    height: 100%;
}
/*图片/视频切换*/
.vAndi {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
    z-index: 99;
    display: none;
}

.vAndiCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vAndiCont>div {
    border-radius: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #fff;
    color: #444444;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
    cursor: pointer;
}

.videoBtn:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 1px;
    border-left: 10px solid #444;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.videoBtn.SWactive:before {
    border-left: 10px solid #fff;
}

.videoBtn.SWactive {
    background: #FE3F47;
    color: #fff;
}

.imgBtn.SWactive {
    background: #FE3F47;
    color: #fff;
}

.carousel .swiper-pagination {
    font-size: 15px;
}

.carousel .swiper-pagination-custom {
    position: static !important;
    display: inline-block;
    background: #000;
    float: right;
    color: white;
    width: 0.40rem;
    height: 0.20rem;
    opacity: 0.5;
    line-height: 0.20rem;
    margin-bottom: 0.10rem;
    font-size: 12px;
    border-radius: 0.1rem;
    margin-right: 0.109rem;
}


/*视频相关*/
/*关闭按钮*/
.mask-container .close-btn {
    display: block;
    position: absolute;
    left: 73%;
    top: -10%;
}

.mask-container .close-btn::after {
    align-items: center;
    color: white;
    content: "×";
    cursor: pointer;
    background-color: rgba(79, 79, 79, 0.9);
    border-radius: 50%;
    display: flex;
    font-size: 60px;
    justify-content: center;
    position: absolute;
    height: 60px;
    width: 60px;
    z-index: 2;
}

/*弹窗遮罩层*/
.mask-container::before {
    content: "";
    cursor: default;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mask-container {
    -webkit-user-drag: none;
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .95);
    z-index: 9999999999;
    align-items: center;
    top: 0;
    left: 0;
    /*&::after {
         position: absolute;
         font-size: 30px;
         color: #fff;
         z-index: 999;
         top: 0;
         right: 10px;
         content: '×';
     }*/
}

/*侧栏浮动*/
.kefu-box{
    width: 80%;
    margin-top: 20px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
}
.kefu-box>p{
    text-align: center;padding: 10px 0;cursor: pointer;

    font-size: 18px;
    color: #FF6503;
    background: rgba(241, 134, 72, 0.1);
}
.kefu-box span{
    font-size: 23px;
    font-weight: bold;
}
.kefu-box img{
    display: block;
    margin: 0 auto;
}
#kefu-box-code{
    padding-bottom: 5px;
}
#kefu-box-code>p{
    font-size: 18px;
    text-align: center;
}

/*滚动导航*/
.fix-info{
    width: 33%;
    text-align: center;
    height: 30px;
    line-height: 40px;
    font-size: 17px;
    cursor: pointer;
}
#fix-list{
    /*width: 48%;
    position: fixed;
    top:0;*/
    display: flex;background-color: #fff;
    box-shadow: 0px 15px 15px -15px rgb(200 200 200 / 60%);
    z-index: 99;
    opacity: 0;
}
.fixOpacity{opacity: 1!important;}
.fix-active{color:#FF631D;position: relative;}
.fix-active::before {content: '';
    border-radius: 3px;background: -webkit-linear-gradient(right,#FE6F1E,#FE8E17);
    position: absolute;
    height: 2px;
    width: 30px;
    margin-top: 32px;
    margin-left: 2px;
}

/*以下正文部分*/
.detail-img {
    width: 360px;
    float: left;
}

.product-photo {
    position: relative;
    width: 100%;
    background-color: #FFF;
    z-index: 1;
}

.product-gallery .product-img {
    height: 360px;
}

.product-photo .jqzoom {
    border: none;
    float: inherit;
}

img {
    vertical-align: middle;
}

.product-gallery .small-pic .small-pic-li a {
    display: block;
    width: 95%;
    height: 95%;
    padding: 1%;
    border: 1px solid #f1f1f1;
}

.product-gallery .small-pic .small-pic-li img {
    display: block;
    width: 100%;
    height: 100%;
}

#product-info {
    font-size: 17px;
    color: #333;
    vertical-align: top;
    line-height: 28px;
    background: #fbfbfb;
    padding: 0 20px 10px 20px;
    text-align: justify;
    margin-left: 0;
    min-height: 418px;
}


#product-info h1 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 400;
    color: #333;
    margin: 3px 0;
}

.product-tag {
    /*line-height: 1.36;*/
    line-height: 1.5;
    padding: 5px 0;
    border-bottom: 1px #E6E6E6 solid;
}
#content{
    margin-left: 0;
}
#content img{
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
@media (max-width: 750px) {
    #content{
        margin-left: 0;
    }
    #product-info {
        margin-left: 0 !important;
    }

    .detail-img {
        width: 100% !important;
    }

    .product-gallery .product-img {
        height: 400px;
    }
    #product-list dl {
        width: 100% !important;
    }
}


#product-list {
    font-size: 20px;
}

#product-list dl {
    text-align: center;
    /*margin: 0 auto 28px auto;*/
    margin: 0 0 28px 0;
    width: 80%;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

#product-list dt {
    text-indent: 28px;
    height: 68px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
    background-color: #3720FF;
    font-size: 26px;
}

#product-list dd {
    position: relative;
    margin: 2px 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#product-list dd a {
    background: #f6f6f6;
    display: block;
    font-size: 20px;
    height: 50px;
    color: #555;
    line-height: 50px;
    text-indent: 24px;
    position: relative;
}

#product-list dd a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3720FF;
    font-weight: bold;
}

#product-list dd .click {
    text-decoration: none;
    color: #fff;
    /*background-color: #3194ea;*/
    background-color: #3720FF;
    font-weight: bold;
}

#product-list dd span {
    position: absolute;
    width: 3px;
    height: 17px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("static/cms/images/listheng.jpg") no-repeat center;
}

#product-list dd a:hover span {
    background: url("static/cms/images/hxxicon.png") no-repeat center;
}

.product-top-info {
    margin-top: 10px;
    margin-bottom: 10px
}


.buy-info {
    height: 60px;
    line-height: 55px;
    width: 100%;
    justify-content: space-between;
    color: #FF6503;
    border: 1px solid #ff6400;
    background: rgba(241, 134, 72, 0.1);

    font-size: 26px;
    text-align: center;
    margin: 5px auto 5px 0;
}
.phone-column-product-left {
    background: rgba(241, 134, 72, 0.1);
    font-size: 23px;
}

@media (max-width: 750px) {
    .buy-info {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    #content img{
        width: 100% !important;
    }
    #product-info h1 {
        margin:18px auto 0 auto;
    }
}

/* 当浏览器的可视区域小于xxx px，兼容小米air 屏幕1208分辨率电脑 */
@media screen and (max-width: 1210px) {
    .detail-img{
        width: 420px;
    }
    #content img{
        width: 100%;
    }
    .buy-info{
        font-size: 25px;
    }
}

/*客户咨询报价*/
#enquiry-box{
    width: 80%;
    /*margin:5px auto 0 auto;*/
    margin:5px 0 0 0;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
}
.enquiry-product-list {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 20px 10px 20px;
}
.enquiry-product-list-title {
    padding: 10px 0 0 5px;
}
.enquiry-product-row {
    align-items: center;
    display: flex;
    height: auto;
    padding-top: 5px;
}

.enquiry-product-img {
    background-position: 50% 50%;

}

.enquiry-product-img img {
    height: 70px;
    width: 70px;
}

.enquiry-product-content {
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 10px;
}

.enquiry-product-title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #111e36;
    letter-spacing: 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.enquiry-product-sell-point {
    color: #666;
    font-size: 15px;
    overflow: hidden;
    padding: .18rem 0 0 0;
}

.enquiry-user-info-box {
    box-shadow: rgba(17, 30, 54, 0.08) 0px 5px 20px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border-radius: 8px;
    padding-bottom: 10px;
}

.enquiry-user-info-content {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 46px;
    font-weight: normal;
}

.enquiry-line {
    /* The dividing line: */
    height: 1px;
    /*background-color: #ddd;*/
    border-bottom: 1px solid #f1f3f6;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.enquiry-user-info-key {
    line-height: 46px;
    width: 30%;
    padding: 6px 0 0 30px;
    color: #000;
    font-weight: normal;
}

.enquiry-required::after {
    position: absolute;
    color: #e6322e;
    content: '*';
    margin: 5px 0 0 -10px;
}

.enquiry-user-info-input {
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 1.7;
    padding: 0;
    width: 65%;
}

.enquiry-product-more a {
    text-decoration: none;
}

.enquiry-box-btn {
    cursor:pointer;
    width: 85%;
    position: relative;
    height: 38px;
    line-height:  38px;
    border-radius: 13rem;
    color: #fff;
    /* background-color: #6d90fd;*/
    background-color: #206cfe;
    text-align: center;
    margin: 10px auto 10px auto;
}

.template-enhance-animation {
    -webkit-animation: templateEnlargeShrink 2s infinite;
    -o-animation: templateEnlargeShrink 2s infinite;
    animation: templateEnlargeShrink 2s infinite;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes templateSearchLights {
    0% {
        transform: translate(-5.66123188rem);
        -webkit-transform: translate(-5.66123188rem);
        opacity: 0;
    }
    66% {
        transform: translate(-5.66123188rem);
        -webkit-transform: translate(-5.66123188rem);
        opacity: 1;
    }
    100% {
        transform: translate(24.90942029rem);
        -webkit-transform: translate(24.90942029rem);
    }
}

@keyframes templateEnlargeShrink {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    33% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }
    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.enquiry-box-btn:hover{
    background-color: #206cfe;
}

.enquiry-agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-size: 12px;
    color: #666d7f;
    line-height: 1;
    margin: 0 auto 0 auto;
    text-align: center;

}

.enquiry-select {
    display: inline-block;
    vertical-align: middle;
    margin-right: .06rem;
}

.enquiry-select input[type=checkbox]:checked {
    border-color: #05f;
    background-color: #05f;
}

.enquiry-select input[type=checkbox] {
    position: relative;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 0;
    padding-bottom: 0;
    border: 1px solid #c5cad4;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.enquiry-select input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 13px;
    position: absolute;
    left: 4px;
    top: -3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.enquiry-agreement a {
    color: #8F92A7;
    text-decoration: none;
}

.safe-tip{
    height: 30px;
    color: #249afe;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    background: rgba(36,154,254,.08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.safe-icon{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(/static/common/images/safe-tip.gif) no-repeat 50%/cover;
}
.safe-tip-text{
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*报价滚动*/
#enquiry-customer-scroll {
    font-size: 13px;
    width: 80%;
    height: 28px;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 8px auto 0 auto;
    overflow: hidden;
    display: block;
}
#enquiry-customer-scroll ul li{
    background-color: #F1F1F1;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #000;
}
#enquiry-customer-scroll ul li span{
    margin: 0 5px;
}
