.br-pc {
    display: inline-block;
}

.br-phone {
    display: none;
}

.bgc {
    background: #ffffff;
    width: 100%;
}

#block-wapdibutongyongyemian,
.web-footer {
    background: #000000;
}

/*banner*/
/* 主题及介绍 */
.desc-title {
    font-size: 26px;
    font-weight: 900;
    color: #333;
    /*opacity         : 0;*/
    -webkit-transition: .5s;
    transition: .5s;
}

.desc-title>span>span {
    color: #333;
}

.desc-title>span>span.word1 {
    color: #333;
}

.desc-title>span>span.word3 {
    color: #6DA2BB;
}

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

.store_img {
    width: 100%;
}

.storeBanner img {
    width: 100%;
}

.mobile_banner {
    display: none;
}

.web_banner {
    display: block;
}

.storeBanner .banner-info {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.storeBanner .info-desc {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-info .test1>span>span.word1 {
    color: #fff;
    display: inline-block;
    transform: translate3d(0px, 0px, 0px);
}

.banner-info .test1>span>span.word2 {
    color: #fff;
}

.banner-info .test1>span>span {
    color: #fff;
}

.storeBanner .info-desc .test1 {
    font-size: 48px;
    white-space: nowrap;
}

.desc_content {
    margin-top: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 12px;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 4px 40px 0 rgba(0, 0, 0, .3);
}


/* 播放器 start */
.play-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 10000;
    display: none;
    top: 0;
}

.play-wrap {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play {
    width: 100%;
}

.close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: 40px;
    color: rgba(0, 0, 0, .8);
    font-size: 22px;
    position: absolute;
    top: -20px;
    right: -20px;
    user-select: none;
    cursor: pointer;
}

/* 播放器 end */


/* 居家膜案例 */
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ique_jjm {
    width: 100%;
    /* min-height: 1247px; */
    position: relative;
    padding: 90px 0;
    background: url(../images/jjm/casebg.png) no-repeat top center;
    background-size: 100% 1247px;
    background-color: #fff;
}

.ique_jjm .selectBox {
    width: 342px;
    height: 41px;
    margin: 31px auto 0;
    display: flex;
    justify-content: space-between;

}

.ique_jjm .selectBox .select {
    width: 168px;
    height: 41px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 17px;
    position: relative;

    border: 1px solid #CCCCCC;
    border-bottom: 0;
}

.ique_jjm .selectBox .select span {
    font-weight: 400;
    font-size: 17px;
    color: #666666;
}

.ique_jjm .selectBox .select img {
    width: 15px;
    height: 15px;
    transition: 0.3s all;
}

.ique_jjm .selectBox .select span.check {
    color: #000;
}

.ique_jjm .selectBox .select.selectAct img {
    transform: rotate(180deg);
}

.ique_jjm .selectBox .select .selectBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ique_jjm .selectBox .select .checkBox {
    width: 168px;
    max-height: 300px;
    position: absolute;
    left: -1px;
    top: 40px;
    overflow-y: auto;
    background-color: #fff;
    height: 0;
    transition: 0.3s all;
    z-index: 99;
    border-bottom: 1px solid #ccc;

    border-left: 1px solid rgba(204, 204, 204, 0);
    border-right: 1px solid rgba(204, 204, 204, 0);
}

.ique_jjm .selectBox .select .checkBox.checkBoxAct {
    height: 300px;
    border-left: 1px solid rgba(204, 204, 204, 1);
    border-right: 1px solid rgba(204, 204, 204, 1);

}

.ique_jjm .selectBox .select .checkBox::-webkit-scrollbar {
    width: 4px;
    /* 滚动条的宽度 */
}

/* 滚动条滑块 */
.ique_jjm .selectBox .select .checkBox::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 滑块颜色 */
    border-radius: 10px;
    /* 滑块圆角 */
}

/* 滚动条轨道 */
.ique_jjm .selectBox .select .checkBox::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.ique_jjm .selectBox .select .checkBox .checkItem {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 17px;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    transition: 0.3s all;
    cursor: pointer;
}

.ique_jjm .selectBox .select .checkBox .checkItem.checkItemAct {
    background-color: #6DA2BB;
    color: #fff;
}

.ique_jjm .selectBox .select .checkBox .checkItem.checkItemAct:hover {
    background-color: #6DA2BB;
    color: #fff;
}

.ique_jjm .selectBox .select .checkBox .checkItem:hover {
    background-color: #6DA2BB;
    color: #fff;
}

.ique_jjm .alList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.ique_jjm .alList .alItem {
    width: 380px;
    margin-top: 28px;
    cursor: pointer;
}

.ique_jjm .alList .alItem .topImg {
    width: 100%;
    height: 280px;
    position: relative;
}

.ique_jjm .alList .alItem .topImg .img,
.ique_jjm .alList .alItem .topImg .video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ique_jjm .alList .alItem .topImg .videoplay_ {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ique_jjm .alList .alItem .topImg .videoplay_ img {
    width: 61px;
    height: 61px;
}

.ique_jjm .alList .alItem .topImg .videoplay_ .num {
    white-space: nowrap;
    position: absolute;
    right: 16px;
    bottom: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    padding: 0 7px;
    height: 30px;
    background: linear-gradient(0deg, rgba(13, 14, 16, 0.4), rgba(13, 14, 16, 0));
    pointer-events: none;
}

.ique_jjm .alList .alItem .topImg .videoplay_ .num img {
    width: 23px;
    height: 18px;
    margin-right: 5px;
}

.ique_jjm .alList .alItem .name {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-top: 28px;
}

.ique_jjm .alList .alItem .tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.ique_jjm .alList .alItem .tags .tag {
    height: 28px;
    padding: 0 10px;
    background: #6DA2BB;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 14px;
    margin-right: 8px;
}

@media (min-width:992px) {

    .ique_jjm .alList .alItem:nth-child(3n+2),
    .ique_jjm .alList .alItem:nth-child(3n+3) {
        margin-left: 30px;
    }
}

.ique_jjm .al_seeMore {
    width: 166px;
    height: 52px;
    margin: 60px auto 0;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
}

.alImgs {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999999;
    display: none;
}

.alImgs .alImgs_swiper {
    width: 100%;
    height: 100%;
}

.alImgs .alImgs_swiper .swiper-slide {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alImgs .alImgs_swiper .swiper-slide img {
    max-width: 100vw;
    max-height: 100vh;
    height: auto;
}

.alImgs .alImgs_swiper .swiper-button-prev {
    margin-left: 20px;
}

.alImgs .alImgs_swiper .swiper-button-next {
    margin-right: 20px;
}

.alImgs .closeAlImgs {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 2;
}


@media (max-width:992px) {

    /* 居家膜案例 */
    .ique_jjm {
        width: 100%;
        /* min-height: 12.47rem; */
        background: url(../images/jjm/casebg.png) no-repeat top center;
        background-size: 19.2rem 12.47rem;
        background-position: -5.85rem 0;
        position: relative;
        padding: 0.9rem 0;
    }

    .ique_jjm .selectBox {
        width: 3.42rem;
        height: 0.41rem;
        margin: 0.31rem auto 0;
        display: flex;
        justify-content: space-between;

    }

    .ique_jjm .selectBox .select {
        width: 1.68rem;
        height: 0.41rem;
        background: #FFFFFF;
        border: 0.01rem solid #CCCCCC;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.12rem 0 0.17rem;
        position: relative;
        border-bottom: 0;
    }

    .ique_jjm .selectBox .select span {
        font-weight: 400;
        font-size: 0.17rem;
        color: #666666;
    }

    .ique_jjm .selectBox .select img {
        width: 0.15rem;
        height: 0.15rem;
        transition: 0.3s all;
    }

    .ique_jjm .selectBox .select span.check {
        color: #000;
    }

    .ique_jjm .selectBox .select.selectAct img {
        transform: rotate(180deg);
    }

    .ique_jjm .selectBox .select .selectBtn {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .ique_jjm .selectBox .select .checkBox {
        width: 1.68rem;
        max-height: 300px;
        position: absolute;
        left: -0.007rem;
        top: 0.4rem;
        overflow-y: auto;
        background-color: #fff;
        height: 0;
        transition: 0.3s all;
        z-index: 99;
        border-bottom: 0.01rem solid #ccc;

        border-left: 0.01rem solid rgba(204, 204, 204, 0);
        border-right: 0.01rem solid rgba(204, 204, 204, 0);
    }

    .ique_jjm .selectBox .select .checkBox.checkBoxAct {
        height: 3rem;
        border-left: 0.01rem solid rgba(204, 204, 204, 1);
        border-right: 0.01rem solid rgba(204, 204, 204, 1);
    }

    .ique_jjm .selectBox .select .checkBox::-webkit-scrollbar {
        width: 0.04rem;
        /* 滚动条的宽度 */
    }

    /* 滚动条滑块 */
    .ique_jjm .selectBox .select .checkBox::-webkit-scrollbar-thumb {
        background-color: #888;
        /* 滑块颜色 */
        border-radius: 0.1rem;
        /* 滑块圆角 */
    }

    /* 滚动条轨道 */
    .ique_jjm .selectBox .select .checkBox::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
    }

    .ique_jjm .selectBox .select .checkBox .checkItem {
        width: 100%;
        height: 0.4rem;
        display: flex;
        align-items: center;
        padding-left: 0.17rem;
        font-weight: 400;
        font-size: 0.17rem;
        color: #000;
        transition: 0.3s all;
        cursor: pointer;
    }

    .ique_jjm .selectBox .select .checkBox .checkItem.checkItemAct {
        background-color: #6DA2BB;
        color: #fff;
    }

    .ique_jjm .selectBox .select .checkBox .checkItem.checkItemAct:hover {
        background-color: #6DA2BB;
        color: #fff;
    }

    .ique_jjm .selectBox .select .checkBox .checkItem:hover {
        background-color: #fff;
        color: #000;
    }

    .ique_jjm .alList {
        margin: 0 auto;
        width: 6.72rem;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0.08rem;
    }

    .ique_jjm .alList .alItem {
        width: 3.22rem;
        margin-top: 0.28rem;
    }

    .ique_jjm .alList .alItem:nth-child(2n+2) {
        margin-left: 0.27rem;
    }

    .ique_jjm .alList .alItem .topImg {
        width: 100%;
        height: 2.37rem;
        position: relative;
    }

    .ique_jjm .alList .alItem .topImg .img,
    .ique_jjm .alList .alItem .topImg .video {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .ique_jjm .alList .alItem .topImg .videoplay_ {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ique_jjm .alList .alItem .topImg .videoplay_ img {
        width: 0.61rem;
        height: 0.61rem;
    }

    .ique_jjm .alList .alItem .topImg .videoplay_ .num {
        white-space: nowrap;
        position: absolute;
        right: 0.16rem;
        bottom: 0.18rem;
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 0.22rem;
        color: #FFFFFF;
        padding: 0 0.07rem;
        height: 0.3rem;
        background: linear-gradient(0deg, rgba(13, 14, 16, 0.4), rgba(13, 14, 16, 0));
        pointer-events: none;
    }

    .ique_jjm .alList .alItem .topImg .videoplay_ .num img {
        width: 0.23rem;
        height: 0.18rem;
        margin-right: 5px;
    }

    .ique_jjm .alList .alItem .name {
        width: 100%;
        font-weight: 400;
        font-size: 0.2rem;
        color: #000000;
        margin-top: 0.36rem;
    }

    .ique_jjm .alList .alItem .tags {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .ique_jjm .alList .alItem .tags .tag {
        height: 0.28rem;
        padding: 0 0.1rem;
        background: #6DA2BB;
        border-radius: 0.02rem;
        display: flex;
        align-items: center;
        justify-content: center;

        font-weight: 400;
        font-size: 0.16rem;
        color: #FFFFFF;
        margin-top: 0.14rem;
        margin-right: 0.08rem;
    }

    .ique_jjm .al_seeMore {
        width: 1.66rem;
        height: 0.52rem;
        margin: 0.56rem auto 0;
        background: rgba(255, 255, 255, 0);
        border: 0.01rem solid #CCCCCC;
        display: flex;
        align-items: center;
        justify-content: center;

        font-weight: 400;
        font-size: 0.17rem;
        color: #666666;
    }

    .alImgs {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 999999;
        display: none;
    }

    .alImgs .alImgs_swiper {
        width: 100%;
        height: 100%;
    }

    .alImgs .alImgs_swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alImgs .alImgs_swiper .swiper-slide img {
        max-width: 100vw;
        max-height: 100vh;
        height: auto;
    }

    .alImgs .alImgs_swiper .swiper-button-prev {
        margin-left: 0.2rem;
    }

    .alImgs .alImgs_swiper .swiper-button-next {
        margin-right: 0.2rem;
    }

    .alImgs .closeAlImgs {
        width: 0.3rem;
        height: 0.3rem;
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        cursor: pointer;
        z-index: 2;
    }
}

/* load浮层 */
aside.loadBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
    display: none;
}

aside.loadBox>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.46);
    margin-left: -0.15rem;
}

aside.loadBox>span i {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 0.1rem;
    border-radius: 0.08rem;
    background-color: rgba(255, 255, 255, 0.5);
}

aside.loadBox>span i:nth-child(1) {
    transform: translate(0.6rem, 0) rotate(0deg);
    animation: loadCircle 2.4s 0s linear infinite;
}

aside.loadBox>span i:nth-child(2) {
    transform: translate(0.5196rem, 0.3rem) rotate(30deg);
    animation: loadCircle 2.4s 0.2s linear infinite;
}

aside.loadBox>span i:nth-child(3) {
    transform: translate(0.3rem, 0.5196rem) rotate(60deg);
    animation: loadCircle 2.4s 0.4s linear infinite;
}

aside.loadBox>span i:nth-child(4) {
    transform: translate(0, 0.6rem) rotate(90deg);
    animation: loadCircle 2.4s 0.6s linear infinite;
}

aside.loadBox>span i:nth-child(5) {
    transform: translate(-0.3rem, 0.5196rem) rotate(120deg);
    animation: loadCircle 2.4s 0.8s linear infinite;
}

aside.loadBox>span i:nth-child(6) {
    transform: translate(-0.5196rem, 0.3rem) rotate(150deg);
    animation: loadCircle 2.4s 1.0s linear infinite;
}

aside.loadBox>span i:nth-child(7) {
    transform: translate(-0.6rem, 0) rotate(180deg);
    animation: loadCircle 2.4s 1.2s linear infinite;
}

aside.loadBox>span i:nth-child(8) {
    transform: translate(-0.5196rem, -0.3rem) rotate(210deg);
    animation: loadCircle 2.4s 1.4s linear infinite;
}

aside.loadBox>span i:nth-child(9) {
    transform: translate(-0.3rem, -0.5196rem) rotate(240deg);
    animation: loadCircle 2.4s 1.6s linear infinite;
}

aside.loadBox>span i:nth-child(10) {
    transform: translate(0, -0.6rem) rotate(270deg);
    animation: loadCircle 2.4s 1.8s linear infinite;
}

aside.loadBox>span i:nth-child(11) {
    transform: translate(0.3rem, -0.5196rem) rotate(300deg);
    animation: loadCircle 2.4s 2.0s linear infinite;
}

aside.loadBox>span i:nth-child(12) {
    transform: translate(0.5196rem, -0.3rem) rotate(330deg);
    animation: loadCircle 2.4s 2.2s linear infinite;
}

@-webkit-keyframes loadCircle {
    0% {
        opacity: 1
    }

    8.3% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.jjm_detail {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .26);
    z-index: 100;
    display: none;
}

.jjm_detail .jjm_detail_cont {
    width: 70%;
    height: 80%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.jjm_detail .jjm_detail_cont .leftBox {
    width: 58%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.jjm_detail .jjm_detail_cont .leftBox .jjm_detail_video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(255, 255, 255, 1) !important;
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper .swiper-button-prev {
    margin-left: 20px;
}

.jjm_detail .jjm_detail_cont .leftBox .alImgs_swiper .swiper-button-next {
    margin-right: 20px;
}

.jjm_detail .jjm_detail_cont .rightBox {
    width: 42%;
    height: calc(100% - 20px);
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
    position: relative;
}

.jjm_detail .jjm_detail_cont .rightBox .botm::-webkit-scrollbar {
    width: 4px;
    /* 滚动条的宽度 */
}

/* 滚动条滑块 */
.jjm_detail .jjm_detail_cont .rightBox .botm::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 滑块颜色 */
    border-radius: 10px;
    /* 滑块圆角 */
}

/* 滚动条轨道 */
.jjm_detail .jjm_detail_cont .rightBox .botm::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    /* 轨道颜色 */
}

.jjm_detail .jjm_detail_cont .rightBox .top {
    width: 100%;
    padding: 35px 40px 0px 40px;
    box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.1);
}

.jjm_detail .jjm_detail_cont .rightBox .title {
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    line-height: 37px;
}

.jjm_detail .jjm_detail_cont .rightBox .tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.jjm_detail .jjm_detail_cont .rightBox .tags .tag {
    height: 28px;
    padding: 0 10px;
    background: #6DA2BB;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 14px;
    margin-right: 8px;
}

.jjm_detail .jjm_detail_cont .rightBox .campBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.jjm_detail .jjm_detail_cont .rightBox .campBox .comp {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.jjm_detail .jjm_detail_cont .rightBox .campBox .numBox {
    display: flex;
    align-items: center;
    white-space: nowrap;

}

.jjm_detail .jjm_detail_cont .rightBox .campBox .numBox .num {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 32px;
}

.jjm_detail .jjm_detail_cont .rightBox .campBox .numBox .num:nth-child(2) {
    margin-left: 15px;
}

.jjm_detail .jjm_detail_cont .rightBox .campBox .numBox .num span {
    color: #666;
    padding: 0 5px;
}

.jjm_detail .jjm_detail_cont .rightBox .appraise_bg {
    width: calc(100% - 80px);
    margin: 20px auto 0;
    position: relative;
}

.jjm_detail .jjm_detail_cont .rightBox .appraise_bg .bg {
    width: 100%;
    height: 13px;
    background-image: url(../images/jjm/appraise_bg_top.png);
    background-size: 750px 13px;
    position: absolute;
    left: 0;
    top: 0;
}

.jjm_detail .jjm_detail_cont .rightBox .appraise_bg .bg2 {
    width: 100%;
    height: calc(100% - 13px);
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #F0F6F8;
    border-left: 1px solid #6da2bb;
    border-bottom: 1px solid #6da2bb;
    border-right: 1px solid #6da2bb;
}

.jjm_detail .jjm_detail_cont .rightBox .botm {
    width: 100%;
    overflow-y: auto;
    flex-grow: 1;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .txts {
    width: 100%;
    height: 100%;
    padding: 30px 27px;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .txts2 {
    width: 100%;
    height: 100%;
    padding: 30px 27px;
    position: absolute;
    left: 0;
    top: 0;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .tit {
    font-weight: bold;
    font-size: 19px;
    color: #6DA2BB;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .cont {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #6DA2BB;
    line-height: 28px;
    margin-top: 14px;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .content {
    width: 100%;
    padding: 40px;
}
.jjm_detail .jjm_detail_cont .rightBox .botm .content ul,.jjm_detail .jjm_detail_cont .rightBox .botm .content li{
    list-style-type:none;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .imgs {
    width: 100%;
    padding: 0 40px 20px 40px;
}

.jjm_detail .jjm_detail_cont .rightBox .botm .imgs img {
    width: 100%;
    margin-top: 20px;
}

.jjm_detail .jjm_detail_cont .close_jjm_detail {
    width: 53px;
    height: 53px;
    position: absolute;
    right: -22px;
    top: -26px;
    cursor: pointer;
}

@media (max-width:992px) {
    .jjm_detail {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .26);
        z-index: 99999;
        display: none;
    }

    .jjm_detail .jjm_detail_cont {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .jjm_detail .jjm_detail_cont .leftBox {
        width: 100%;
        height: 4.26rem;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .jjm_detail .jjm_detail_cont .leftBox .jjm_detail_video {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .jjm_detail .jjm_detail_cont .rightBox {
        width: 100%;
        height: calc(100% - 4.26rem);
        overflow-y: auto;
        position: relative;
    }

    .jjm_detail .jjm_detail_cont .rightBox::-webkit-scrollbar {
        width: 0.04rem;
        /* 滚动条的宽度 */
    }

    /* 滚动条滑块 */
    .jjm_detail .jjm_detail_cont .rightBox::-webkit-scrollbar-thumb {
        background-color: #888;
        /* 滑块颜色 */
        border-radius: 0.02rem;
        /* 滑块圆角 */
    }

    /* 滚动条轨道 */
    .jjm_detail .jjm_detail_cont .rightBox::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
        /* 轨道颜色 */
    }

    .jjm_detail .jjm_detail_cont .rightBox .top {
        width: 100%;
        padding: 0.35rem 0.4rem 0.2rem 0.4rem;
        box-shadow: 0.02rem 0.02rem 0.32rem 0px rgba(0, 0, 0, 0.1);
    }

    .jjm_detail .jjm_detail_cont .rightBox .title {
        font-weight: 500;
        font-size: 0.28rem;
        color: #000000;
        line-height: 0.37rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .tags {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .jjm_detail .jjm_detail_cont .rightBox .tags .tag {
        height: 0.28rem;
        padding: 0 0.1rem;
        background: #6DA2BB;
        border-radius: 0.02rem;
        display: flex;
        align-items: center;
        justify-content: center;

        font-weight: 400;
        font-size: 0.16rem;
        color: #FFFFFF;
        margin-top: 0.14rem;
        margin-right: 0.08rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .campBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.1rem 0;
    }

    .jjm_detail .jjm_detail_cont .rightBox .campBox .comp {
        font-weight: 400;
        font-size: 0.18rem;
        color: #666666;
        line-height: 0.32rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .campBox .numBox {
        display: flex;
        align-items: center;
        white-space: nowrap;

    }

    .jjm_detail .jjm_detail_cont .rightBox .campBox .numBox .num {
        font-weight: 400;
        font-size: 0.18rem;
        color: #999999;
        line-height: 0.32rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .campBox .numBox .num:nth-child(2) {
        margin-left: 0.15rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .campBox .numBox .num span {
        color: #666;
        padding: 0 0.05rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .appraise_bg {
        width: calc(100% - 0.8rem);
        margin: 0.2rem auto 0;
        position: relative;
    }

    .jjm_detail .jjm_detail_cont .rightBox .appraise_bg .bg {
        width: 100%;
        height: 0.13rem;
        background-image: url(../images/jjm/appraise_bg_top.png);
        background-size: 7.5rem 0.13rem;
        position: absolute;
        left: 0;
        top: 0;
    }

    .jjm_detail .jjm_detail_cont .rightBox .appraise_bg .bg2 {
        width: 100%;
        height: calc(100% - 0.13rem);
        position: absolute;
        top: 0.13rem;
        left: 0;
        background-color: #F0F6F8;
        border-left: 0.014rem solid #6da2bb;
        border-bottom: 0.014rem solid #6da2bb;
        border-right: 0.014rem solid #6da2bb;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm {
        width: 100%;
        overflow-y: auto;
        flex-grow: 1;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .txts {
        width: 100%;
        height: 100%;
        padding: 0.3rem 0.27rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .txts2 {
        width: 100%;
        height: 100%;
        padding: 0.3rem 0.27rem;
        position: absolute;
        left: 0;
        top: 0;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .tit {
        font-weight: bold;
        font-size: 0.19rem;
        color: #6DA2BB;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .appraise_bg .cont {
        width: 100%;
        font-weight: 400;
        font-size: 0.18rem;
        color: #6DA2BB;
        line-height: 0.28rem;
        margin-top: 0.14rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .content {
        width: 100%;
        padding: 0.4rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .imgs {
        width: 100%;
        padding: 0 0.4rem 0.2rem 0.4rem;
    }

    .jjm_detail .jjm_detail_cont .rightBox .botm .imgs img {
        width: 100%;
        margin-top: 0.2rem;
    }

    .jjm_detail .jjm_detail_cont .close_jjm_detail {
        width: 0.53rem;
        height: 0.53rem;
        position: absolute;
        right: 0.22rem;
        top: 0.26rem;
        cursor: pointer;
    }
}