.module1 {
    padding: 1em 0;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

.module1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.module1 .wrap {
    padding-top: 5em;
    position: relative;
    z-index: 2;
}

.module1 ._sl h1 {
    margin-bottom: 0.5em;
}

.module1 ._sl h2 {
    margin-bottom: 1em;
    font-weight: bold;
}

.module1 ._sl {
    width: calc(30% - 24px);
    margin-right: 24px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 1em;
}

.module1 ._sl .cont {
    line-height: 1.5em;
    /* padding-right: 64px; */
}

.module1 ._sl .cont img {
    max-width: 100%;
}

.module1 .info {
    clear: both;
    position: relative;
    overflow: hidden;
}

.module1 .info ._ssl,
.module1 .info ._ssr {
    line-height: 1.5;
}

.module1 .info ._ssl {
    /* width: 1.5em;
    float: left; */
    width: 1.5em;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    margin-right: .2em;
}

.module1 .info ._ssr {
    display: inline-block;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    vertical-align: middle;
}

.module1 .info ._ssr .praise a {
    display: inline-block;
    color: #6bbc57;
}

.module1 .info ._ssr .praise a:hover {
    color: #8ece67;
}

.module1 .info ._ssr .praise .worm-i-xin {
    display: none;
}

.module1 .info ._ssr .praise.on .worm-i-xin1 {
    display: none;
}

.module1 .info ._ssr .praise.on .worm-i-xin {
    display: inline-block;
}

.module1 ._sr .swiper-scrollbar-drag {
    background: #fff;
}

.module1 ._sr .swiper-scrollbar:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.module1 .swiper-container {
    padding-bottom: 60px;
}

.module1 ._sr {
    width: 70%;
    float: left;
    margin-bottom: 1em;
}

.module-wrap {
    margin: 0 48px;
}

.e {
    padding: 0.5em 0;
}

.module1 {
    height: auto !important;
}

.module1 ._sr i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: #6bbc57;
    transition: all 0.3s;
}

.module1 ._sr .swiper-slide {
    cursor: pointer;
    transition: background .3s;
}

.module1 ._sr .swiper-slide:hover {
    background-size: 110% 110%;
}

.module1 ._sr .swiper-slide:hover i {
    transform: scale(1.3);
}

.module1 ._sr .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-button-prev-worm,
.swiper-button-next-worm {
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0.5em 1em;
    color: #fff;
    font-family: 'iconfont';
    z-index: 99;
    font-size: 16px;
    margin-top: -2.5em;
    cursor: pointer;
    transition: all .3s;
    border-radius: 90px;
}

.swiper-button-prev-worm:hover,
.swiper-button-next-worm:hover {
    background: #555;
}

.swiper-button-next-worm {
    right: 0;
    left: auto;
}

.swiper-button-prev-worm:after {
    content: '\ea09';
}

.swiper-button-next-worm:after {
    content: '\e637';
}

@media screen and (max-width:1024px) {
    .module1 ._sl,
    .module1 ._sr {
        float: none;
        width: auto;
    }
    .module1 .wrap {
        padding-top: 3em;
    }
}