@charset "utf-8";
/* CSS Document */
.list-body-1 ul {
    width: auto;
}
.list-body-1 li {
    margin-right: 0;
}
.list-body-1 button {
    width: 24px;
    height: 46px;
    position: absolute;
    top: 116px;
    z-index: 2;
    border: none;
    border-radius: 6px 0 0 6px;
}
button.topic-right {
    right: 0;
    background: url(../img/icons3.png) no-repeat -120px 0;
    background-size: 360px auto;
}
button.go-left, button.topic-left {
    left: 0;
    background: url(../img/icons3.png) no-repeat 0 0;
    background-size: 360px auto;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
button.go-left:hover, button.topic-left:hover {
    background-position: -60px 0;
}
button.go-right:hover, button.topic-right:hover {
    background-position: -180px 0;
}
.list-body-1 li {
    width: 520px;
}
.list-body-1 span {
    margin: 8px 26px 0 0;
}
.list-body-1 .img-con {
    padding-bottom: 238px;
}
.list-body-1 .app-name {
    height: 52px;
    width: 388px;
    line-height: 52px;
}
.list_2 ul {
    width: 1336px;
}
.list_2 li {
    width: 119px;
    margin: 0 48px 22px 0;
}
.list_2 .img-con {
    width: 119px;
    padding-bottom: 119px;
}
@media screen and (max-width: 1440px) {
    .list-body-1 li {
        width: 416px;
    }
    .list-body-1 span {
        margin: 7px 22px 0 0;
    }
    .list-body-1 .img-con {
        padding-bottom: 190px;
    }
    .list-body-1 .app-name {
        height: 42px;
        width: 310px;
        line-height: 42px;
    }
    .list_2 ul {
        width: 1056px;
    }
    .list_2 li {
        width: 106px;
        margin: 0 26px 18px 0;
    }
    .list_2 .img-con {
        width: 106px;
        padding-bottom: 106px;
    }
}
@media screen and (max-width: 540px) {
    .margin-top {
        height: 10px;
    }
    .list-body-1 li {
        width: 100%;
    }
    .list-body-1 .img-con {
        padding-bottom: 45.77%;
    }
    .list-body-1 .app-name {
        width: calc(100% - 110px);
    }
    .list-body-1 button {
        top: 40%;
    }
}