.xwzx-content {
    padding: 1rem;
    width: 35.5rem;
    height: 48rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
    opacity: 0.88;
    z-index: 9;
    padding-right: 1rem;
}

.xwzx-content .xwzx-tab {
    display: inline-block;
    text-align: left;
    width: 116%;
}

.xwzx-content .top-left {
    width: 100%;
    /* width: 30.9375rem; */
    height: 19.875rem;
    /* display: none; */
    float: none;
}

.xwzx-content .top-right {
    /* margin-left: 2.1875rem; */
    height: 11rem;
    float: none;
    margin-top: 1rem;
}


.xwzx-content .top-right .xwzx-tab-box {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column; */
}

.xwzx-content .top-right .xwzx-tab-box .xwzx-tab .xwzx-tab-active {
    background: #30604E;
    font-size: 1rem;
    color: #FFFFFF;
    display: inline-block;
}

.xwzx-content .top-right .xwzx-tab-box .xwzx-tab li {
    display: inline-block;
    width: 9rem;
    padding: 0.25rem 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 2.0625rem;
    margin-top: 1.375rem;
    text-align: left;
    width: 30rem;
    overflow: hidden;
}

.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv ul {
    display: none;
    width: 31.125rem;

}

.xwzx-content .xwzx-tab-box .xwzx-tab-dv a {
    color: #333333 !important;
}

.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv .xwzx-box-active {
    display: block;
}
.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv .xwzx-box-active li:nth-child(4),
.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv .xwzx-box-active li:nth-child(5),
.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv .xwzx-box-active li:nth-child(6),
.xwzx-content .top-right .xwzx-tab-box .xwzx-tab-dv .xwzx-box-active li:nth-child(7){
    display: none;
}
.xwzx-content .top-right .more p {
    cursor: pointer;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.75rem;
}

.xwzx-content .xwzx-content-bottom {
    margin-top: 2.125rem;
    width: 100%;
}

.xwzx-content .xwzx-content-bottom .bottom-left {
    width: 4.25rem;
    flex-shrink: 0;
    margin-right: 0.875rem;
    /* background-image: url(../images/new_book.jpg);
    background-size: 100% 100%; */
    height: 10.625rem;
}

.xwzx-content .xwzx-content-bottom .bottom-left .icon {
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.xwzx-content .bottom-right {
    position: relative;
    position: relative;
    width: 27.8125rem;
    overflow: hidden;
    height: 10.4rem;
}

.xwzx-content.xwzx-content-bottom .swiper-container {
    width: 100%;
}

.xwzx-content .xwzx-content-bottom .swiper-slide {
    width: 7.4rem !important;
    height: 10.4rem !important;
    margin-right: 0.7625rem !important;
    text-align: center;
    font-size: 1.125rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
}

.xwzx-content .xwzx-content-bottom .swiper-slide a {
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #706B65 !important;
}

.xwzx-button-next,
.xwzx-button-prev {
    position: absolute;
}

.xwzx-button-next .icon,
.xwzx-button-prev .icon {
    width: 6.25rem;
    height: 3.75rem;
    color: #706B65;
}

.xwzx-button-next {
    right: -2.25rem;
    top: 50%;
    transform: translate(0, -50%);
}

.xwzx-button-prev {
    left: -2.25rem;
    top: 50%;
    transform: translate(0, -50%);
}
.footer {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 5%;
}

.footer p {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 1.75rem;
    display: none;
}
.footer div{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 2.5rem;
}