.pHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.pTop {
    background-color: transparent;
    border-bottom: none;
}

.pTop .a-link,
.pTop .a-font {
    color: #fff;
}

.pTop .pBmjz {
    background-image: url(../images/2024-zz-hajd03-header-top-bmjz.png);
}

.pHeader.list .pLogo {
    position: relative;
    top: 0;
}

.pHeader.bmjz .pLogo {
    height: auto;
    padding-bottom: .25rem;
}

.pHeader.bmjz .pLogo .logo {
    margin-top: .05rem;
}

.pHeader.bmjz .pLogo .logo img {
    height: .48rem;
}

.pHeader.bmjz .pLogo .logo .font-cn {
    color: #ffffff;
    font-size: .28rem;
    line-height: .48rem;
}

.pHeader.bmjz .pSearch {
    margin-top: .1rem;
    width: auto;
    z-index: 4;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pSearch .s-hot {
    display: none;
}

.pSearch .s-box {
    margin-right: 0;
}

.pSearch .s-box .ipt {
    width: 0;
    padding: 0;
}

.pSearch .s-box .btn {
    margin: 0;
}

.pHeader.list .pNav {
    width: auto;
    background: none;
    position: absolute;
}

.pHeader.bmjz .pSearch:hover {
    width: 3.8rem;
}

.pHeader.bmjz .pSearch:hover .s-box .ipt {
    width: calc(100% - .18rem - .4rem - .1rem - .2rem);
    padding: 0 0 0 .18rem;
}

.pNav {
    background: none;
    position: absolute;
    top: 0;
    right: .65rem;
}

.pNav::after {
    display: none;
}

.pHeader.bmjz .pNav {
    overflow: inherit;
    z-index: 1;
}

.pHeader.list .pNav ul {
    width: auto;
    padding: 0;
}

.pHeader.bmjz .pNav ul {
    display: block;
}

.pHeader.bmjz .pNav li {
    width: auto;
    min-width: 1rem;
    text-align: center;
    margin-left: .2rem;
    position: relative;
}

.pHeader.bmjz .pNav li:first-child {
    margin-left: 0;
}

.pNav li a {
    font-size: .2rem;
}

.pNav li .child-nav {
    width: 1rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: inherit;
    border-top: 0;
}

.pNav li:hover .child-nav {
    height: auto;
    padding: .1rem 0;
    border-top: 2px solid #ca1c1d;
}

.pNav li .child-nav a {
    margin: 0;
    display: block;
    padding: 0;
    color: #ffffff;
    border-radius: 0 !important;
}

.banner-box {
    position: relative;
    width: 100%;
}

.banner-box #banner-swiper {
    /* --swiper-theme-color: #ca1c1d;
      --swiper-pagination-color: #ca1c1d; */
}

.banner-box #banner-swiper .swiper-slide {
    height: 8.5rem;
}

.banner-box #banner-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-box #banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box #banner-swiper .swiper-pagination {
    bottom: 0.3rem;
}

.banner-box #banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.06rem;
    opacity: 1;
    border: 0.01rem solid #ca1c1d;
    background-color: transparent;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
}

.banner-box #banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: 0.01rem solid #ca1c1d;
    background-color: #ca1c1d;
}

.banner-box .banner-top {
    position: absolute;
    bottom: 0.5rem;
    right: 2.5rem;
    z-index: 2;
}

.banner-box .banner-top img {
    display: block;
    width: 1.36rem;
    pointer-events: none;
}

.hajd-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hajd-title img {
    max-height: 0.82rem;
}

.more-btn {
    margin: 0.15rem auto;
    text-align: center;
}

.more-btn:hover {
    background-color: #ca1c1d;
    color: #fff;
}

.work-box {
    padding: 0.38rem 0;
    background-color: #fffbf6;
}

.work-box .news-box {
    display: flex;
    flex-direction: row;
    margin-top: 0.3rem;
}

.work-box .news-box #news-swiper {
    width: 6.6rem;
    height: 4.33rem;
}

.work-box .news-box #news-swiper .swiper-slide {
    position: relative;
}

.work-box .news-box #news-swiper .swiper-slide a {
    display: block;
    height: 100%;
}

.work-box .news-box #news-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.work-box .news-box #news-swiper .swiper-slide a:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.work-box .news-box #news-swiper .swiper-slide span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.5rem 0 0.1rem;
    width: 100%;
    height: 0.46rem;
    font-size: 0.18rem;
    line-height: 0.46rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.work-box .news-box #news-swiper .swiper-pagination {
    bottom: 0.14rem;
    padding-right: 0.1rem;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}

.work-box .news-box #news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border: 0.01rem solid #fff;
    background-color: transparent;
}

.work-box .news-box #news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: 0.01rem solid #fff;
    background-color: #fff;
}

.work-box .news-box .news-list-box {
    padding: 0.3rem;
    width: 7.4rem;
    height: 4.33rem;
    box-sizing: border-box;
    background-color: #fff;
}

.work-box .news-box .news-list-box .pList01 li {
    line-height: 0.45rem;
}

.zfxxgk-box {
    padding: 0.62rem 0;
    background-color: #f6f6f6;
}

.zfxxgk-box .zfxxgk {
    float: left;
    display: flex;
    flex-direction: row;
}

.zfxxgk-box .zfxxgk-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.58rem;
    min-width: 0.58rem;
    height: 3.6rem;
    background: url(../images/2024-xsly-zfxxgk-title-bg.png) no-repeat;
    background-size: 100% 100%;
}

.zfxxgk-box .zfxxgk-title span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    font-size: 0.26rem;
    line-height: 1.1;
    font-family: 'fzxbs';
    text-align: center;
    letter-spacing: 2.6px;
    color: #fff;
}

.zfxxgk-box .zfxxgk .zfxxgk-list {
    display: flex;
    flex-direction: row;
    width: 6.6rem;
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
    width: 1.15rem;
    height: 3.6rem;
    background-color: #fff;
    box-shadow: 0 0 0.08rem rgba(217, 217, 217, 0.8);
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item img {
    display: block;
    margin-bottom: 0.4rem;
    max-width: 0.34rem;
    max-height: 0.38rem;
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item span {
    display: block;
    width: 0.3rem;
    font-size: 0.22rem;
    font-family: 'fzxbs';
    line-height: 1.2;
    letter-spacing: 0.02rem;
    color: #000;
    /* writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl; */
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item:hover span {
    color: #ca1c1d;
}

.zfxxgk-box .zfxxgkml {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 8.21rem);
}

.zfxxgk-box .zfxxgkml .zfxxgkml-right {
    width: calc(100% - 0.52rem - 0.58rem);
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper {
    padding-bottom: 0.35rem;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide {}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul {
    margin: 0 auto;
    width: calc(100% - 0.1rem);
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: calc((100% - 0.2rem) / 2);
    height: 0.6rem;
    background-color: #fff;
    box-shadow: 0 0 0.05rem rgba(217, 217, 217, 0.8);
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.18rem;
    color: #000;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li:hover {
    background-color: #ca1c1d;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li:hover a {
    color: #fff;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-pagination {
    bottom: 0;
}

.zfxxgk-box .zfxxgkml .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    border: solid 0.01rem #ca1c1d;
    background-color: transparent;
}

.zfxxgk-box .zfxxgkml .swiper-container .swiper-pagination-bullet-active {
    background-color: #ca1c1d;
}

.zfxxgk-box .zfxxgkml .jczwgk-box {
    margin-top: 0.35rem;
    padding: 0.05rem;
    width: 100%;
    height: 1.3rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 0.05rem rgba(217, 217, 217, 0.8);
    z-index: 1;
}

.zfxxgk-box .zfxxgkml .jczwgk-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    font-family: 'fzxbs';
    color: #ca1c1d;
    background: url(../images/2024-zz-hajd03-zfxxgkml-jczwgk-bg.png) no-repeat;
    background-size: cover;
}

.zfxxgk-box .zfxxgkml .jczwgk-box a:hover {
    letter-spacing: 0.02rem;
}

.jj-wh-box {
    padding: 0.44rem 0;
    background: url(../images/2024-zz-hajd03-jj-wh-box-bg.png) no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    background-color: #fffbf6;
}

.jj-wh-box .info {
    margin: 0.38rem 0;
    font-size: 0.17rem;
    line-height: .36rem;
    letter-spacing: 1.7px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}

.jj-wh-box .jj-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.3rem;
    padding-top: 0.1rem;
}

.jj-wh-box .jj-box .video-box {
    display: flex;
    flex-direction: row;
    padding: 0.3rem 0.2rem;
    width: 8.6rem;
    background: url(../images/2024-zz-hajd03_bcsp_bg.png) no-repeat;
    background-size: 100% 100%;
}

.jj-wh-box .jj-box02 .video-box {
    width: 100%;
    background-image: url(../images/2024-zz-hajd03_bcsp_bg03.png);
}

.jj-wh-box .jj-box .video-box .sp-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.15rem;
    width: 0.56rem;
    min-width: 0.56rem;
    height: 1.95rem;
    font-size: 0.25rem;
    color: #fff;
    box-sizing: border-box;
    background: url(../images/2024-zz-hajd03_bcsp_title_bg.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'fzxbs';
}

.jj-wh-box .jj-box .video-box .video-item {
    position: relative;
    display: block;
    margin-left: 0.18rem;
    width: calc(100% - 0.92rem);
    height: 1.95rem;
    overflow: hidden;
}

.jj-wh-box .jj-box .video-box .video-item span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.1rem;
    line-height: 0.31rem;
    letter-spacing: 0.8px;
    font-size: 0.16rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-bottom-right-radius: 0.1rem;
    z-index: 2;
}

.jj-wh-box .jj-box .video-box .video-item .play-btn {
    position: absolute;
    top: calc(50% - 0.19rem);
    left: calc(50% - 0.19rem);
    width: 0.38rem;
    height: 0.38rem;
    z-index: 2;
}

.jj-wh-box .jj-box .video-box .video-item .con-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.jj-wh-box .jj-box .video-box .video-item .con-image:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.jj-wh-box .jj-box .bc-box {
    display: flex;
    flex-direction: row;
    margin-left: 0.25rem;
    width: calc(100% - 9.25rem);
}

.jj-wh-box .jj-box02 .bc-box {
    display: none;
}

.jj-wh-box .jj-box .bc-box .bc-box-item {
    width: calc((100% - 0.25rem) / 2);
    padding: 0.3rem 0.17rem;
    background: url(../images/2024-zz-hajd03_bcsp_bg02.png) no-repeat;
    background-size: 100% 100%;
}

.jj-wh-box .jj-box .bc-box .bc-box-item:nth-child(2) {
    margin-left: 0.25rem;
}

.jj-wh-box .jj-box .bc-box .bc-box-item .red-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.95rem;
    background-color: #ca1c1d;
}

.jj-wh-box .jj-box .bc-box .bc-box-item .red-box img {
    width: .5rem;
    height: .5rem;
}

.jj-wh-box .jj-box .bc-box .bc-box-item .red-box span {
    font-size: 0.25rem;
    line-height: 3;
    color: #fff;
    font-family: 'fzxbs';
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.jj-wh-box .jj-box .bc-box .bc-box-item .red-box:hover span {
    letter-spacing: .02rem;
}

.jj-wh-box #bcwh-swiper {
    margin-top: 0.37rem;
    padding-bottom: 0.35rem;
}

.jj-wh-box #bcwh-swiper .swiper-slide {
    position: relative;
    height: 3.02rem;
    overflow: hidden;
}

.jj-wh-box #bcwh-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.jj-wh-box #bcwh-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.jj-wh-box #bcwh-swiper .swiper-slide a img:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.jj-wh-box #bcwh-swiper .swiper-slide a span {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    display: flex;
    justify-content: center;
    padding: 0.12rem 0.1rem;
    width: 0.4rem;
    min-height: 1.29rem;
    min-width: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    box-sizing: border-box;
    background: url(../images/2024-zz-hajd03_bcwh_title_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    line-height: 1.1;
}

.jj-wh-box #bcwh-swiper .swiper-pagination {
    bottom: 0;
}

.jj-wh-box #bcwh-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.06rem;
    opacity: 1;
    border: 0.01rem solid #ca1c1d;
    background-color: transparent;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
}

.jj-wh-box #bcwh-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: 0.01rem solid #ca1c1d;
    background-color: #ca1c1d;
}

.pFoot {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .pHeader {
        background-color: inherit;
    }

    .pTop .a-link,
    .pTop .a-font {
        color: #000;
    }

    .pTop .pBmjz {
        background-image: url(2024-pTop-ico-bmjz.png);
    }
    
    .pHeader.bmjz .pLogo {
        height: calc(.2rem + 100vw * .12 + .5rem + .2rem + .25rem + .4rem + .1rem + .3rem + .2rem + .2rem + .8rem + 10px) !important;
        padding-bottom: 0;
    }
    
    .pLogo .mainWidth {
        height: 100%;
    }

    .pHeader.bmjz .pLogo .logo .font-cn {
        color: #ca1c1d;
        text-shadow: -1px -1px 5px #ffffff, 1px -1px 5px #ffffff, -1px 1px 5px #ffffff, 1px 1px 5px #ffffff;
    }
    
    .pHeader.list .pNav {
        top: inherit;
        right: 0;
        bottom: .1rem;
        background-color: #ca1c1d;
        line-height: .35rem;
        padding: .1rem 0;
        height: .7rem;
    }
    
    .pHeader.bmjz .pNav li {
        width: calc(100% / 3);
        text-align: center;
        margin: 0;
        min-width: inherit;
    }

    .banner-box {
        margin-top: calc(100vw * .1) !important;
        border-top: 1px solid #ca1c1d;
        display: inline-block;
        height: calc(.2rem + 100vw * .12 + .5rem + .2rem + .25rem + .4rem + .1rem + .3rem + .2rem + .2rem + .8rem + 10px) !important;
    }
    
    .banner-box #banner-swiper {
        height: 100%;
    }

    .banner-box #banner-swiper .swiper-slide {
        height: 100%;
    }

    .banner-box #banner-swiper .swiper-slide a {
        width: 100%;
        height: 100%;
    }

    .banner-box #banner-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .banner-box #banner-swiper .swiper-pagination {
        bottom: 0.1rem;
    }

    .banner-box .banner-top {
        position: absolute;
        bottom: 0.3rem;
        right: 0.5rem;
        z-index: 2;
    }

    .banner-box .banner-top img {
        display: block;
        width: 0.96rem;
        pointer-events: none;
    }

    .hajd-title img {
        max-height: 0.62rem;
    }

    .more-btn {
        margin: 0.15rem auto;
    }

    .work-box {
        padding: 0.2rem 0;
    }

    .work-box .news-box {
        flex-direction: column;
        margin-top: 0.15rem;
    }

    .work-box .news-box #news-swiper {
        width: 100%;
        height: 2.73rem;
    }

    .work-box .news-box .news-list-box {
        padding: 0.15rem;
        width: 100%;
        height: 3.6rem;
    }

    .work-box .news-box .news-list-box .pList01 li {
        line-height: 0.4rem;
    }

    .zfxxgk-box {
        padding: 0.15rem 0;
    }

    .zfxxgk-box .zfxxgk {
        float: none;
    }

    .zfxxgk-box .zfxxgk-title {
        width: 0.48rem;
        min-width: 0.48rem;
        height: 3rem;
    }

    .zfxxgk-box .zfxxgk-title span {
        width: 75%;
        font-size: 0.22rem;
        letter-spacing: 1px;
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list {
        width: calc(100% - 0.48rem);
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list .list-item {
        margin-left: 0.15rem;
        width: calc((100% - 0.6rem) / 4);
        height: 3rem;
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list .list-item img {
        margin-bottom: 0.2rem;
        max-width: 0.32rem;
        max-height: 0.35rem;
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list .list-item span {
        width: 0.28rem;
        font-size: 0.2rem;
    }

    .zfxxgk-box .zfxxgkml {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .zfxxgk-box .zfxxgkml .zfxxgkml-right {
        width: calc(100% - 0.15rem - 0.48rem);
    }

    .zfxxgk-box .zfxxgkml #zfxxgkml-swiper {
        padding-bottom: 0.15rem;
    }

    .zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li {
        margin-right: 0.15rem;
        margin-bottom: 0.15rem;
        width: calc((100% - 0.15rem) / 2);
    }

    .zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li a {
        padding: 0 0.05rem;
        font-size: 0.16rem;
        box-sizing: border-box;
    }

    .zfxxgk-box .zfxxgkml .jczwgk-box {
        margin-top: 0.05rem;
        width: 100%;
        height: 1.3rem;
    }

    .jj-wh-box {
        padding: 0.2rem 0;
        background: url(../images/2024-zz-hajd03-jj-wh-box-bg.png) no-repeat;
        background-position: 0 100%;
        background-size: 100% auto;
        background-color: #fffbf6;
    }

    .jj-wh-box .info {
        margin: 0.2rem 0;
        font-size: 0.17rem;
        line-height: 0.33rem;
    }

    .jj-wh-box .jj-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.2rem;
        padding-top: 0.1rem;
    }

    .jj-wh-box .jj-box .video-box {
        display: flex;
        flex-direction: row;
        padding: 0.2rem 0.1rem;
        width: calc(100% - 0.2rem);
        background-image: url(../images/2024-zz-hajd03_bcsp_bg.png);
    }

    .jj-wh-box .jj-box .video-box .sp-title {
        padding: 0 0.135rem;
        width: 0.5rem;
        min-width: 0.5rem;
        height: 1.95rem;
        font-size: 0.22rem;
    }

    .jj-wh-box .jj-box .video-box .video-item {
        margin-left: 0.18rem;
        width: 100%;
        height: 1.95rem;
        overflow: hidden;
    }

    .jj-wh-box .jj-box .video-box .video-item:nth-last-child(1) {
        display: none;
    }

    .jj-wh-box .jj-box .bc-box {
        margin-left: 0;
        margin-top: 0.15rem;
        width: 100%;
    }

    .jj-wh-box .jj-box .bc-box .bc-box-item {
        width: calc((100% - 0.25rem) / 2);
        padding: 0.2rem 0.1rem;
    }

    .jj-wh-box .jj-box .bc-box .bc-box-item:nth-child(2) {
        margin-left: 0.25rem;
    }

    .jj-wh-box .jj-box .bc-box .bc-box-item .red-box {
        height: 1.65rem;
    }

    .jj-wh-box .jj-box .bc-box .bc-box-item .red-box img {
        max-width: 0.44rem;
        max-height: 0.44rem;
    }

    .jj-wh-box #bcwh-swiper {
        margin-top: 0.15rem;
        padding-bottom: 0.35rem;
    }

    .jj-wh-box #bcwh-swiper .swiper-slide {
        position: relative;
        height: 2.02rem;
        overflow: hidden;
    }

    .jj-wh-box #bcwh-swiper .swiper-slide a span {
        position: absolute;
        top: 0.15rem;
        left: 0.15rem;
        padding: 0.1rem 0.1rem;
    }
}