/* banner */

.content .banner {
    width: 100%;
    height: 250px;
    margin-top: 80px;
    background: url(../images/product_banner.png) no-repeat;
    background-size: cover;
}

.content .banner .banner-content {
    text-align: center;
}

.content .banner .banner-content h1 {
    color: #FFFFFF;
    font-size: 38px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 87px;
}

.content .banner .banner-content .line {
    width: 145px;
    height: 3px;
    border: 2px solid #FF8004;
    margin: 15px auto 10px;
}

.content .banner .banner-content p {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.content .banner .banner-content::before {
    content: "";
    display: table;
}


/* 热门游戏 应有尽有 */

.content .hotGames {
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    background: #F7F7F7;
}

.content .hotGames .hotGames-content .title {
    width: 100%;
    text-align: center;
}

.content .hotGames .hotGames-content .title h1 {
    color: #333333;
    font-size: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.content .hotGames .hotGames-content .hotGames-content-view {
    width: 100%;
    margin-top: 70px;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify {
    float: left;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify .item {
    width: 300px;
    height: 111px;
    margin-top: 8px;
    padding-left: 35px;
    border-left: 3px solid transparent;
    box-sizing: border-box;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify .active {
    transition: all 0.3s;
    background: #FFFFFF;
    border-left: 3px solid #FF8004;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify .item:first-child {
    margin-top: 0;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify .item h4 {
    color: #333333;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 18px;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify .item::before {
    content: "";
    display: table;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify .item p {
    color: #999999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 10px;
    max-width: 210px;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists {
    float: left;
    width: 900px;
    padding-left: 44px;
    box-sizing: border-box;
    display: none;
}

.content .hotGames .hotGames-content .hotGames-content-view .active {
    display: block;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items {
    float: left;
    width: 91px;
    text-align: center;
    margin-right: 59px;
    margin-top: 26px;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items:nth-child(6n) {
    margin-right: 0;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items:nth-child(-n+6) {
    margin-top: 0;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items .icon {
    width: 91px;
    height: 91px;
    border-radius: 16px;
    overflow: hidden;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items .icon img {
    max-width: 100%;
    max-height: 100%;
}

.content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items p {
    color: #333333;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .hotGames .hotGames-content .hotGames-content-view::after {
    content: "";
    display: table;
    clear: both;
}

.content .hotGames .hotGames-content .hotGames-content-mobile {
    width: 100%;
    margin-top: 20px;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav {
    width: 100%;
    padding-left: calc(130px/2);
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .list {
    float: left;
    margin-left: calc(53px/2);
    text-align: center;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .list:first-child {
    margin-left: 0;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .list p {
    color: #333333;
    font-size: calc(32px/2);
    font-family: 'PingFang';
    font-weight: 500;
    margin-bottom: calc(6px/2);
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .list span {
    display: block;
    width: calc(58px/2);
    height: 2px;
    background-color: transparent;
    position: relative;
    top: 1px;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .active p {
    color: #FF8004;
    font-weight: bold;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .active span {
    background-color: #FF8004;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav::after {
    content: "";
    display: table;
    clear: both;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper {
    width: 100%;
    margin-top: calc(60px/2);
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list {
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item {
    float: left;
    width: calc(100%/5);
    text-align: center;
    /* margin-right: 10px; */
    margin-top: calc(23px/2);
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item:nth-child(-n+5) {
    margin-top: 0;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item:nth-child(5n) {
    margin-right: 0;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item .icon {
    width: calc(116px/2);
    height: calc(116px/2);
    border-radius: calc(16px/2);
    margin: 0 auto;
    overflow: hidden;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item p {
    color: #333333;
    font-size: calc(24px/2);
    font-family: 'PingFang';
    font-weight: 500;
    margin-top: calc(12px/2);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list::after {
    content: "";
    display: table;
    clear: both;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .swiper-slide {
    padding-bottom: 40px;
}

.content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .swiper-pagination-bullet-active {
    background-color: #FF8004;
}


/* 精美画质 */

.content .Fine-quality {
    width: 100%;
    height: 719px;
    padding: 70px 0;
    box-sizing: border-box;
    /* background: url(../images/fine-quality-bg_01.jpg) no-repeat;
    background-size: cover; */
    position: relative;
}

.content .Fine-quality-swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content .Fine-quality-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}

.content .Fine-quality-swiper .carousel,
.content .Fine-quality-swiper .carousel-inner,
.content .Fine-quality-swiper .carousel-inner .item,
.content .Fine-quality-swiper .carousel-inner .item img {
    width: 100%;
    height: 100%;
}

.content .Fine-quality-swiper .swiper-container,
.content .Fine-quality-swiper .swiper-container .swiper-slide,
.content .Fine-quality-swiper .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.content .Fine-quality-swiper .carousel-center,
.content .Fine-quality-swiper .swiper-container-content {
    width: 1200px;
    height: 482px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.content .Fine-quality-swiper .carousel-center,
.content .Fine-quality-swiper .swiper-container-content,
.content .Fine-quality-swiper .carousel-center .carousel-inner .item,
.content .Fine-quality-swiper .swiper-container-content .swiper-slide {
    width: 973px;
    height: 482px;
    text-align: center;
    line-height: 482px;
    margin: 10px auto 0;
}

.content .Fine-quality-swiper .carousel-center .carousel-inner,
.content .Fine-quality-swiper .swiper-container-content {
    border-radius: 75px;
    overflow: hidden;
}

.content .Fine-quality-swiper .carousel-center .carousel-inner .item img,
.content .Fine-quality-swiper .swiper-container-content .swiper-slide img {
    width: 99%;
    height: 96%;
}

.carousel-control {
    width: 50px;
    text-align: center;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.carousel-control.left {
    left: -80px;
    background-image: unset;
}

.carousel-control.right {
    right: -80px;
    background-image: unset;
}

.carousel-control.left span,
.carousel-control.right span {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    margin-top: 0;
    font-size: 24px;
    margin-left: 0;
    margin-right: 0;
}

.Fine-quality-phone {
    width: 973px;
    height: 482px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/fine-quality-bg-phone.png) no-repeat;
    background-size: cover;
}


/* .content .Fine-quality-swiper .carousel-center {
    background: url(../images/fine-quality-bg-phone_01.png) no-repeat;
    background-size: cover;
} */

.content .Fine-quality-swiper .carousel-inner .item img {
    font-size: 0;
    vertical-align: baseline;
}

.content .Fine-quality-content {
    position: relative;
    z-index: 2;
}

.content .Fine-quality-content .title {
    width: 100%;
    text-align: center;
}

.content .Fine-quality-content .title h1 {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}


/* 客户案例 */

.customer-choose-options {
    width: 100%;
    padding: 53px 0 41px;
    background-color: #fff;
}

.customer-choose-options .title {
    width: 100%;
    text-align: center;
}

.customer-choose-options .title h1 {
    color: #333333;
    font-size: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.customer-choose-options .customer-choose-options-content {
    /* height: 100%; */
    margin-top: 70px;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
    float: left;
    width: 230px;
    height: 96px;
    text-align: center;
    line-height: 90px;
    background: #fff;
    margin-top: 14px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    margin-right: 12px;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(5n) {
    margin-right: 0;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item img {
    max-width: 80%;
    max-height: 80%;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+5) {
    margin-top: 0;
}

.customer-choose-options .customer-choose-options-content .avatar {
    /* width: 189px; */
    height: 74px;
    text-align: center;
    line-height: 74px;
    margin-top: 30px;
}

.customer-choose-options .customer-choose-options-content .avatar img {
    max-width: 100%;
    max-height: 100%;
}

.customer-choose-options .customer-choose-options-content::after {
    content: "";
    display: table;
    clear: both;
}


/* 移动端 适配*/

@media screen and (max-width: 767px) {
    /* banner */
    .content .banner {
        height: 160px;
        margin-top: 52px;
        background-position-x: -395px;
    }
    .content .banner .banner-content h1 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 45px;
    }
    .content .banner .banner-content .line {
        width: 95px;
        height: auto;
        border: 1px solid #FF8004;
        margin: 10px auto 5px;
    }
    .content .banner .banner-content p {
        font-size: 16px;
    }
    /* 热门游戏 应有尽有 */
    .content .hotGames {
        padding: 30px 0 10px;
    }
    .content .hotGames .hotGames-content .title h1 {
        font-size: 24px;
    }
    /* 精美画质 */
    .content .Fine-quality {
        background-color: #f7f7f7;
        height: 260px;
        padding: 10px 20px 0;
        box-sizing: border-box;
        transform: translate3d(0, 0, 0);
        overflow: hidden;
    }
    .content .Fine-quality-content .title h1 {
        font-size: 24px;
        color: #333;
    }
    .content .Fine-quality-swiper {
        height: 200px;
        top: unset;
        bottom: 0;
    }
    .content .Fine-quality-swiper .carousel-center,
    .content .Fine-quality-swiper .swiper-container-content,
    .content .Fine-quality-swiper .carousel-center .carousel-inner .item,
    .content .Fine-quality-swiper .swiper-container-content .swiper-slide {
        width: 100%;
        height: 100%;
        transform: translate3d(0, 0, 0);
    }
    /* 客户案例 */
    .customer-choose-options {
        /* height: 90px; */
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .customer-choose-options .title h1 {
        font-size: 24px;
    }
    .customer-choose-options .customer-choose-options-content {
        margin-top: 35px;
        max-height: 315px;
        overflow: hidden;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
        width: calc(95%/2);
        height: 55px;
        line-height: 54px;
        margin-top: 10px;
        border-radius: 8px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item img {
        max-width: 70%;
        max-height: 70%;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(5n) {
        margin-right: 12px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(2n) {
        margin-right: 0;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+5) {
        margin-top: 10px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+2) {
        margin-top: 0;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* bannenr */
    .content .banner {
        margin-top: 52px;
    }
    /* 热门游戏 应有尽有 */
    .content .hotGames {
        padding-bottom: 40px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify .item {
        width: 170px;
        height: 110px;
        margin-top: 4px;
        padding-left: 15px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify .item h4 {
        font-size: 16px;
        margin-top: 12px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify .item p {
        font-size: 12px;
        margin-top: 6px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists {
        width: 521px;
        padding-left: 25px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items {
        width: 72px;
        margin-right: 34px;
        margin-top: 15px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items:nth-child(6n) {
        margin-right: 34px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items:nth-child(5n) {
        margin-right: 0;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items:nth-child(-n+6) {
        margin-top: 15px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items:nth-child(-n+5) {
        margin-top: 0px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items .icon {
        width: calc(91px/1.3);
        height: calc(91px/1.3);
        margin: 0 auto;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items p {
        font-size: 14px;
        margin-top: 10px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile {
        margin-top: 40px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav {
        padding-left: 130px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .list {
        margin-left: 53px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .list p {
        font-size: 24px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .mobile-nav .active span {
        width: 58px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper {
        padding: 0 27px 0 28px;
        margin-top: 40px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item {
        /* width: 116px; */
        /* margin-right: 14px; */
        margin-top: 23px;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item .icon {
        width: calc(116px/1.5);
        height: calc(116px/1.5);
        margin: 0 auto;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .hotGames-mobile-swiper-list .hotGames-mobile-swiper-list-item p {
        font-size: 20px;
        max-width: 114px;
        margin: 6px auto 0;
    }
    .content .hotGames .hotGames-content .hotGames-content-mobile .hotGames-mobile-swiper .swiper-slide {
        padding-bottom: 50px;
    }
    /* 精美画质 */
    .content .Fine-quality {
        height: 387px;
        padding: 30px 0;
    }
    .content .Fine-quality-content .title {
        display: none;
    }
    .content .Fine-quality-swiper .carousel-center,
    .content .Fine-quality-swiper .swiper-container-content {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .Fine-quality-phone {
        width: calc(973px/1.6);
        height: calc(482px/1.6);
        z-index: 10;
    }
    .content .Fine-quality-swiper .carousel-center,
    .content .Fine-quality-swiper .swiper-container-content,
    .content .Fine-quality-swiper .carousel-center .carousel-inner .item,
    .content .Fine-quality-swiper .swiper-container-content .swiper-slide {
        width: calc(973px/1.6);
        height: calc(482px/1.6);
        line-height: calc(482px/1.6);
    }
    .content .Fine-quality-swiper .swiper-container-content .swiper-slide {
        margin-top: 0;
    }
    .content .Fine-quality-swiper .carousel-center .carousel-inner,
    .content .Fine-quality-swiper .swiper-container-content {
        border-radius: 45px;
    }
    /* 客户案例 */
    .customer-choose-options {
        /* height: 120px; */
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
        width: calc(95%/3);
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+5) {
        margin-top: 14px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+3) {
        margin-top: 0;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(5n) {
        margin-right: 12px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(3n) {
        margin-right: 0;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* bannenr */
    .content .banner {
        margin-top: 52px;
    }
    /* 热门游戏 应有尽有 */
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify .item {
        width: 255px;
        padding-left: 30px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists {
        width: 705px;
        padding-left: 30px;
    }
    .content .hotGames .hotGames-content .hotGames-content-view .view-classify-lists .items {
        margin-right: 23px;
    }
    /* 静美画质 */
    .content .Fine-quality {
        height: 387px;
        padding: 30px 0;
    }
    .content .Fine-quality-content .title {
        display: none;
    }
    .content .Fine-quality-swiper .carousel-center {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .Fine-quality-phone {
        width: calc(973px/1.8);
        height: calc(482px/1.8);
    }
    .content .Fine-quality-swiper .carousel-center,
    .content .Fine-quality-swiper .carousel-center .carousel-inner .item {
        width: calc(973px/1.8);
        height: calc(482px/1.8);
        line-height: calc(482px/1.8);
    }
    .content .Fine-quality-swiper .carousel-center .carousel-inner {
        border-radius: 66px;
    }
    /* 客户案例 */
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
        width: 182px;
        height: 80px;
        line-height: 80px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item img {
        max-width: 85%;
        max-height: 85%;
    }
}