@charset "utf-8";
/* CSS Document */

@import url("animate.min.css");
@import url("swiper-bundle.min.css");


/*直播*/
.live-section {
    background: url(../images/live-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 980;
}

video {
    display: block;
}

.video-js {
    width: 100%;
}

.live-conleft .video_title p {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 19px 0 14px 25px;
    background: #383838;
    border-radius: 15px 15px 0px 0px;
}

.live-conleft .video-bottom {
    _background: #1D65B9 url(../images/live-say.png) no-repeat 15px center;
    background: #1D65B9;
    padding: 0 20px;
    border-radius: 0px 0px 4px 4px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
}

.live-conleft .video-bottom .single-form {
    position: relative;
}

.live-conleft .video-bottom .form-control {
    padding: 4px 20px !important;
    border: none !important;
}

.live-conleft .video-bottom .single-form i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #1D65B9;
    font-size: 20px;
}

.live-conright-con {
    background: #ffffff;
}

.live-conright-con .live-conrighttitle {
    line-height: 40px;
    background: url(../images/live-icon.png) no-repeat left center;
    padding-left: 40px;
}

.live-conright-list {
    height: 510px;

}

.live-conright-list .contain {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 13px;
}

.live-conright-list .contain::-webkit-scrollbar {
    width: 10px;
}

.live-conright-list .contain::-webkit-scrollbar-thumb {
    position: absolute;
    _border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #8EA0B7;
    left: 10px;
}

.live-conright-list .contain::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #DDE2E9;
}

.live-conright-list .item {
    width: 100%;
    margin: 0 0 20px 0;
}

.live-conright-list .item.current {
    border: 8px solid #9BCB3B;
    position: relative;
}

.live-conright-list .item.current:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #9BCB3B transparent transparent;
    top: 42%;
    left: -26px;
}

.live-conright-list .item a {
    position: relative;
    display: inline-block;
}

.live-conright-list .item .img img {
    width: 100%;
    aspect-ratio: 1.76 / 1;
}

.live-conright-list .item a .video_name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    background: rgba(29, 101, 198, 0.8);
    font-size: 16px;
    color: #ffffff;
}


/*弹幕*/
.live_video .v-con {
    position: relative;
    background: #000;
}

#djs {
    width: 70px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

#danmu {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.live_video .dm.hide {
    display: none;
}

#btn-video-play {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 960;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    font-size: 24px;
}

@media (min-width: 1200px) {
    #dplayer {
        height: 550px;
    }
}

/*评论*/
.comments-info {
    line-height: 32px;
}

.comments-info .like {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url(../images/like.png) no-repeat 0 center;
    background-size: 20px 20px;
}

.comments-info .share {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url(../images/share.png) no-repeat 0 center;
    background-size: 20px 20px;
}

.comments-info .score {
    display: inline-block;
}

.comments-info .score div {
    display: inline-block;
}

#dr_review_post {
    display: inline-block;
}

.dr_review_value_1 {
    display: inline-block;
    background: url(../images/star.png) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.dr_review_value_1.active {
    background: url(../images/star-on.png) no-repeat center center;
    background-size: 24px 24px;
}

.comments-info .ul-list {
    display: inline-block;
    vertical-align: middle;
}

.comments-info .ul-list li {
    display: inline-block;
}

.comments-info .nub {
    color: #ff6767;
}

.comments-say .single-form {
    position: relative;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
    box-shadow: none;
    border-radius: 4px;
    background: #ffffff;
    border: 2px solid #DDE2E9;
    margin-bottom: 0;
    padding: 5px 15px;
    max-width: 100%;
    width: 100%;
    line-height: 30px;
    outline: none;
}

.comments-say .single-form .comments-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 100%;
    background: #40D6FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments-say .single-form i {
    color: #ffffff;
    font-size: 24px;
}

@media (min-width: 1200px) {
    .comments-info .like {
        padding: 0 0 0 50px;
        background-size: 32px 32px;
    }

    .comments-info .share {
        padding: 0 0 0 50px;
        background-size: 32px 32px;
    }

    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
        padding: 15px 25px;
    }
}

/*评论列表*/
.comments-list .replist {
    overflow: hidden;
    width: 100%;
}

.comments-list .ul-ans li {
    margin-bottom: 18px;
    border-bottom: 1px dashed #e8ebf2;
    padding-left: 19px;
}

.comments-list .ul-ans li:last-of-type {
    margin-bottom: 0;
}

.comments-list li {
    padding: 17px 0;
    position: relative;
}

.comments-list .pic {
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 15px;
}

.comments-list .txt {
    overflow: hidden;
}

.comments-list .ans {
    background-color: #f9fafc;
    margin: 19px 0 0 45px;
}

.comments-list .zan {
    position: absolute;
    text-align: center;
    top: 20px;
    right: 0;
    color: #8EA0B7;
    padding-left: 30px;
    background: url(../images/zan.png) no-repeat left center;
    background-size: 20px 20px;
}

.comments-list .date {
    color: #8EA0B7;
    margin-bottom: 10px;
}

.comments-list .more {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #99a0b1;
    text-align: center;
}

.g-btn-hf .hf-form {
    display: none;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .comments-list .zan {
        padding-left: 50px;
        background-size: 30px 30px;
    }
}


.live-banner-section {
    position: relative;
    z-index: 100;
}

.live-banner-section img {
    width: 100%;
    aspect-ratio: 6.4214 / 1;
}

.live-banner-tit {
    display: none;
}

@media (min-width: 1200px) {
    .live-banner-tit {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*生产过程*/
.tabs-wrapper {
    border-radius: 2px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.process-mySwiper {
    display: none;
    padding: 0 10px;
    line-height: 60px;
    text-align: center;
}

.process-mySwiper .swiper-slide {
    cursor: pointer;
}

.process-mySwiper .swiper-slide-thumb-active {
    border-bottom: 4px solid #40D6FF;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: 18px;
}

.swiper-button-prev i {
    color: #8EA0B7;
}

.swiper-button-next i {
    color: #ffffff;
}

.technology-icon {
    border: 1px solid #eaeaea;
}

.technology-caption {
    border: 1px solid #eaeaea;
    border-top: none;
}

.swiper-parent {
    position: relative;
}

.process-pic-item {
    position: relative;
}

.process-pic-item .process-pic-img img {
    width: 100%;
    aspect-ratio: 2.07 / 1;
}

.process-pic-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 70px;
    padding: 0 20px;
    background: rgba(29, 101, 198, 0.7);
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.process-pic-text a {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .process-mySwiper {
        display: block;
    }

    .process-pic-text {
        display: block;
    }

    .swiper-button-prev {
        top: auto;
        left: auto;
        right: 70px;
        bottom: 0;
        background: #ffffff;
        width: 70px;
        height: 70px;
    }

    .swiper-button-next {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        background: #063464;
        width: 70px;
        height: 70px;
    }
}


/*质量*/
.quality-con-item {
    display: none;
    position: relative;
}

.quality-con-item.current {
    display: block;
}

.quality-con-item .quality-video {
    background: #000000;
}

@media (max-width: 1880px) {
    .quality-con-item .quality-video video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .quality-con-item .quality-iframe iframe {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}

.quality-con-item .quality-pic-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 70px;
    padding: 0 20px;
    background: rgba(6, 52, 100, 0.6);
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .quality-list {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .quality-list .quality-list-r {
        padding-right: 0px !important;
    }
}

.quality-list-item .quality-item {
    float: left;
    width: 50%;
    padding: 0 3px 3px 0;
    position: relative;
}

.quality-list-item .quality-item .quality-img img {
    width: 100%;
    aspect-ratio: 1.67 / 1;
}

.quality-item .quality-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #ffffff;
    opacity: 0;
    transition: 500ms ease all;
    transform: translateY(100%);
}

.quality-item:hover .quality-title {
    opacity: 1;
    transform: translateY(0);
}

.quality-item .quality-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 101, 198, 0.6);
    opacity: 1;
    transition: 500ms ease opacity;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality-item .quality-text p {
    color: #ffffff;
}

.quality-item:hover .quality-text {
    opacity: 0;
}

.quality-list-item .quality-list-item-con {
    width: 100%;
}

.quality-list-item .quality-list-item-con::-webkit-scrollbar {
    width: 10px;
}

.quality-list-item .quality-list-item-con::-webkit-scrollbar-thumb {
    position: absolute;
    _border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #40D6FF;
    left: 10px;
}

.quality-list-item .quality-list-item-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #DDE2E9;
}

@media (min-width: 992px) {
    .quality-con-item .quality-pic-text {
        display: block;
    }

    .quality-list-item .quality-list-item-con {
        height: 100%;
        padding-right: 13px;
        overflow-y: scroll;
    }
}
