/* 轮播图 */
.home-banner {
    width: 100%;
    min-width: 1280px;
    position: relative;
}

/* .home-banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 1280px;
    min-width: 1280px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
} */

.home-banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    min-width: 1280px;
    transition: all 3s;
    object-fit: cover;
}

.pc-content-title {
    width: 1200px;
    margin: 60px auto 40px auto
}

.pc-content-title span {
    font-weight: 400;
    font-size: 32px
}

.pc-content-title span .title-blue {
    color: #56c6eb;
    margin-right: 20px
}

.pc-home-game {
    width: 1200px;
    height: 457px;
    background-color: #fff;
    margin: 0 auto
}

.pc-home-game .pc-game-background {
    width: 1200px;
    height: 360px
}

.pc-home-game .pc-game-background img {
    width: 1200px;
    height: 360px;
    object-fit: fill
}

.pc-home-game .pc-game-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.pc-home-game .pc-game-bottom .pc-game-logo {
    position: relative;
    top: -30px
}

.pc-home-game .pc-game-bottom .pc-game-logo div {
    width: 74px;
    height: 74px
}

.pc-home-game .pc-game-bottom .pc-game-logo div img {
    width: 74px;
    height: 74px;
    object-fit: cover
}

.pc-home-game .pc-game-bottom .pc-game-logo i {
    display: block;
    background: url("../images/product/logo.png?v=1.0.0") no-repeat;
    background-size: 100%;
    width: 74px;
    height: 74px
}

.pc-home-game .pc-game-bottom .pc-game-logo span {
    font-weight: 400;
    font-style: normal;
    font-size: 20px
}

.pc-home-game .pc-game-bottom .game-introduce {
    width: 566px
}

.pc-home-game .pc-content-more {
    width: 177px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #56c6eb;
    border-radius: 20px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #56c6eb
}

.pc-home-game .pc-content-more:hover {
    border: 0;
    color: #fff;
    background-color: #56c6eb
}

.swiper-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 5px;
    display: inline-block;
    border-radius: unset;
    background: #fff;
    opacity: unset
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #56c6eb;
    opacity: unset
}