body {
    overflow: hidden;
}

.swiper1 {
    width: 100%;
}

.swiper1 .selected {
    font-weight: 700;
    /* border-bottom: 2px solid #ff9103; */
}

.swiper1 .selected span {
    background-color: #ff9103;
}

.swiper1 .swiper-slide {
    margin: 20px 0 10px;
    color: #323233;
    text-align: center;
    font-size: 14px;
    height: 30px;
    cursor: pointer;
}

.swiper1 .swiper-slide span {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto 0;
}


/* banner轮播 */

.bannerSwiper {
    width: 100%;
    height: 650px;
    margin-top: 80px;
}

.bannerSwiper .carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper .carousel .carousel-indicators {
    width: 94px;
    height: 22px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 100px;
}

.bannerSwiper .carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
    line-height: 6px;
    bottom: 30px;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 4.5px;
    transition: all 0.3s;
    border-color: #ffffff;
}

.bannerSwiper .carousel .carousel-indicators .active {
    width: 20px;
    height: 6px;
    border-radius: 5px;
    opacity: 1;
}

.bannerSwiper .carousel .carousel-inner {
    width: 100%;
    height: 100%;
}

.bannerSwiper .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 100% 100%;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon {
    width: 504px;
    height: 520px;
    position: absolute;
    top: 22.35%;
    right: 18.49%;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon img {
    max-width: 100%;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float {
    width: 97px;
    height: 97px;
    text-align: center;
    line-height: 97px;
    position: absolute;
    top: 24.62%;
    left: -14.74%;
    animation: floatBall 3s ease-in-out infinite alternate;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float.float02 {
    top: 48.85%;
    left: 3.19%;
    animation: floatBall 3s -2.5s ease-in-out infinite alternate;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float.float03 {
    top: -7.9%;
    left: 23.30%;
    animation: floatBall 3s -1s ease-in-out infinite alternate;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float.float04 {
    top: 20.96%;
    left: 79.48%;
    animation: floatBall 3s -5s ease-in-out infinite alternate;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float img {
    max-width: 100%;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner01 {
    /* text-align: center; */
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner01 h1 {
    color: #1b1b1b;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner01 p {
    color: #1b1b1b;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content h1 {
    color: #ffffff;
    font-size: 52px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner02 {
    color: #EA7331;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner02 button {
    color: #EA7331;
    background-color: #ffffff;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content .banner02 button:hover {
    color: #ffffff;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content p {
    color: #ffffff;
    font-size: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 26px;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content button {
    width: 169px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: #FF8004;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 51px;
    cursor: pointer;
}

.bannerSwiper .carousel .carousel-inner .item .carousel-content button:hover {
    background: #ff9e04;
    transition: all 0.2s;
}

.bannerSwiper .carousel .carousel-inner .carousel-content::before {
    content: "";
    display: table;
}

.bannerSwiper .carousel .carousel-inner img {
    width: 100%;
    height: 100%;
}

.bannerSwiper .carousel .carousel-control {
    width: auto;
    color: #ffffff;
    /* opacity: 0.7; */
}

.bannerSwiper .carousel .carousel-control .glyphicon-chevron-left,
.bannerSwiper .carousel .carousel-control .icon-prev,
.bannerSwiper .carousel .carousel-control .glyphicon-chevron-right,
.bannerSwiper .carousel .carousel-control .icon-next {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 75px;
    margin-top: 0;
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    box-shadow: unset;
}

.bannerSwiper .carousel .carousel-control.left,
.bannerSwiper .carousel .carousel-control.right {
    width: 36px;
    height: 75px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-image: none;
    /* background: rgba(255, 255, 255, 0.1); */
}

.bannerSwiper .carousel .carousel-control.left {
    left: 68px;
}

.bannerSwiper .carousel .carousel-control.right {
    right: 68px;
}

.bannerSwiper .carousel .carousel-control:hover {
    color: #ffffff;
    /* background: rgba(255, 255, 255, 0.5); */
}

.bannerSwiper .carousel .carousel-control:hover span {
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.bannerSwiper .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon {
    width: 504px;
    height: 520px;
    position: absolute;
    top: 22.35%;
    right: 18.49%;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon img {
    max-width: 100%;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float {
    width: 97px;
    height: 97px;
    text-align: center;
    line-height: 97px;
    position: absolute;
    top: 24.62%;
    left: -14.74%;
    animation: floatBall 3s ease-in-out infinite alternate;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float.float02 {
    top: 48.85%;
    left: 3.19%;
    animation: floatBall 3s -2.5s ease-in-out infinite alternate;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float.float03 {
    top: -7.9%;
    left: 23.30%;
    animation: floatBall 3s -1s ease-in-out infinite alternate;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float.float04 {
    top: 20.96%;
    left: 79.48%;
    animation: floatBall 3s -5s ease-in-out infinite alternate;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float img {
    max-width: 100%;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center img {
    max-width: 90%;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center h1 {
    color: #ffffff;
    font-size: 45px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 37px;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center button {
    width: 180px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(-90deg, #FF5E3A, #FF9500);
    margin-top: 42px;
    cursor: pointer;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner01 {
    /* text-align: center; */
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner01 h1 {
    color: #1b1b1b;
}

.bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner01 p {
    color: #1b1b1b;
}

.bannerSwiper .swiper-container .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    line-height: 9px;
    bottom: 30px;
    background-color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s;
}

.bannerSwiper .swiper-container .swiper-pagination-bullet-active {
    width: 20px;
    height: 9px;
    border-radius: 5px;
    opacity: 1;
}

.bannerSwiper .banner-swipe {
    width: 100%;
    height: 100%;
}

.bannerSwiper .banner-swipe .van-swipe__track {
    width: 100%;
    height: 100%;
}

.bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item {
    width: 100%;
    height: 100%;
}

.bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center h1 {
    color: #ffffff;
    font-size: 60px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 37px;
}

.bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center button {
    width: 180px;
    height: 50px;
    color: #000000;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    background-color: #ffffff;
    margin-top: 42px;
    cursor: pointer;
}

.bannerSwiper .banner-swipe .van-swipe__indicators .van-swipe__indicator {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.bannerSwiper .banner-swipe .van-swipe__indicators .van-swipe__indicator--active {
    width: 20px;
    border-radius: 5px;
}


/* 平台系统 */

.platform {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.platform .platform-content .title {
    width: 100%;
    text-align: center;
}

.platform .platform-content .title h1 {
    color: #404040;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
}

.platform .platform-content .title p {
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 14px;
}

.platform .platform-content .platform-content-options {
    width: 100%;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.platform .platform-content .platform-content-options .item {
    width: 285px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 14px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
}

.platform .platform-content .platform-content-options .item .item-select {
    width: 44px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -16px;
    z-index: 1;
    display: none;
}

.platform .platform-content .platform-content-options .item .item-line {
    width: 275px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: none;
}

.platform .platform-content .platform-content-options .item.active .item-select,
.platform .platform-content .platform-content-options .item.active .item-line {
    display: block;
}

.platform .platform-content .platform-content-options .item .item-icon {
    width: 59px;
    height: 57px;
    text-align: center;
    line-height: 57px;
}

.platform .platform-content .platform-content-options .item .item-icon img {
    max-width: 100%;
}

.platform .platform-content .platform-content-options .item p {
    color: #000000;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.platform .platform-content .platform-content-option-list {
    width: 100%;
    height: 420px;
    background-color: #ffffff;
    margin-top: 30px;
    border-radius: 12px;
}

.platform .platform-content .platform-content-option-list .item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 69px 0 10px;
    box-sizing: border-box;
    display: none;
}

.platform .platform-content .platform-content-option-list .item.active {
    display: flex;
}

.platform .platform-content .platform-content-option-list .item .icon {
    width: 673px;
    height: 429px;
    min-width: 673px;
    text-align: center;
    line-height: 429px;
    margin-right: 74px;
}

.platform .platform-content .platform-content-option-list .item .icon img {
    max-width: 100%;
}

.platform .platform-content .platform-content-option-list .item .text h1 {
    color: #333333;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.platform .platform-content .platform-content-option-list .item .text p {
    color: #666666;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 28px;
}

.platform .platform-content .platform-content-option-list .item .text button {
    width: 170px;
    height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    text-align: center;
    background-color: #E7803D;
    border-radius: 22px;
    margin-top: 37px;
}

.platform .platform-content .platform-content-list {
    width: 100%;
    margin-top: 60px;
    font-size: 0;
}

.platform .platform-content .platform-content-list .platform-content-list-item {
    display: block;
    float: left;
    width: 280px;
    height: 365px;
    padding: 0 28px;
    box-sizing: border-box;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 26px;
    transition: all ease 600ms;
    cursor: pointer;
}

.platform .platform-content .platform-content-list .platform-content-list-item .icon {
    width: 121px;
    height: 149px;
    line-height: 149px;
    margin: 18px auto 15px;
}

.platform .platform-content .platform-content-list .platform-content-list-item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.platform .platform-content .platform-content-list .platform-content-list-item h4 {
    color: #333333;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.platform .platform-content .platform-content-list .platform-content-list-item p {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 10px;
    min-height: 63px;
}

.platform .platform-content .platform-content-list .platform-content-list-item button {
    width: 160px;
    height: 38px;
    color: #FF8004;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    background: rgba(255, 128, 4, 0);
    border: 1px solid #FF8004;
    border-radius: 10px;
    margin-top: 25px;
}

.platform .platform-content .platform-content-list .platform-content-list-item:last-child {
    margin-right: 0;
}

.platform .platform-content .platform-content-list .platform-content-list-item:hover {
    box-shadow: 3px 7px 68px 0px rgba(255, 128, 4, 0.1);
    transform: scale(1.04);
}


/* .platform .platform-content .platform-content-list .platform-content-list-item:hover h4 {
    color: #FF7B1B;
}

.platform .platform-content .platform-content-list .platform-content-list-item:hover p {
    color: #FF7B1B;
} */

.platform .platform-content .platform-content-list .platform-content-list-item:hover button {
    color: #FFFFFF;
    background: #FF8004;
}

.platform .platform-content .platform-content-list::after {
    content: "";
    display: block;
    clear: both;
}


/* 企业优势 */

.advantage {
    width: 100%;
    padding: 60px 0;
}

.advantage .advantage-content .title {
    width: 100%;
    text-align: center;
}

.advantage .advantage-content .title h1 {
    color: #404040;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
}

.advantage .advantage-content .title p {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 14px;
}

.advantage .advantage-content .advantage-content-list {
    width: 100%;
    height: 450px;
    margin-top: 75px;
    position: relative;
}

.advantage .advantage-content .advantage-content-list .swiper-prev,
.advantage .advantage-content .advantage-content-list .swiper-next {
    width: 36px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background-color: #D3D3D3;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    margin: auto;
}

.advantage .advantage-content .advantage-content-list .swiper-next {
    left: unset;
    right: -60px;
}

.advantage .advantage-content .advantage-content-list .swiper-prev span,
.advantage .advantage-content .advantage-content-list .swiper-next span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.advantage .advantage-content .advantage-content-list .swiper-prev:hover,
.advantage .advantage-content .advantage-content-list .swiper-next:hover {
    transition: all 0.3s;
    background-color: #626262;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-options {
    width: 624px;
    margin: 0 auto 39px;
    font-size: 0;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-options .list {
    display: inline-block;
    width: 208px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 21px;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-options .list span {
    color: #333333;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-options .list:hover {
    transition: all 0.3s;
    border: 1px solid #FF9500;
    background: linear-gradient(-29deg, #FF5E3A 0%, #FF9500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-options .active {
    border: 1px solid #FF9500;
    background: linear-gradient(-29deg, #FF5E3A 0%, #FF9500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 874px;
    height: 100%;
    background: #F9F9F9;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text {
    width: 100%;
    height: 381px;
    margin-top: 35px;
    font-size: 0;
    display: none;
    overflow: hidden;
    border-radius: 14px;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text .lf {
    float: left;
    width: 525px;
    height: 381px;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text .lf img {
    width: 100%;
    height: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt {
    float: left;
    width: 646px;
    height: 100%;
    padding: 0 50px 0 44px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 14px 14px 0;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt h4 {
    color: #000000;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 92px;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt p {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    text-align: justify;
    margin-top: 26px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    max-height: 185px;
    overflow: hidden;
}

.advantage .advantage-content .advantage-content-list .active {
    display: block;
}

.advantage .advantage-content .advantage-content-list .advantage-content-list-text::after {
    content: "";
    display: table;
    clear: both;
}

.advantage .advantage-content .advantage-content-list .swiper-slide {
    padding-bottom: 75px;
}

.advantage .advantage-content .advantage-content-list .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #FFD0B2;
    opacity: 1;
}

.advantage .advantage-content .advantage-content-list .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background: #FF8004;
}

.minterpret {
    width: 100%;
    padding-bottom: 30px;
}

.minterpret .title {
    text-align: center;
}

.minterpret .title h1 {
    color: #434343;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.minterpret .app-scenario-content {
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.minterpret .app-scenario-content .van-tabs {
    margin-bottom: 10px;
}

.minterpret .app-scenario-content .van-tabs .van-tabs__nav--line {
    padding-bottom: 10px;
}

.minterpret .app-scenario-content .van-tabs .van-tabs__line {
    width: 20px;
    background-color: #ff9103;
}

.minterpret .app-scenario-content .scenario-content {
    padding-bottom: 0.53333rem;
}

.minterpret .my-swipe {
    width: 100%;
}

.minterpret .my-swipe a {
    display: inline-block;
}

.minterpret .my-swipe a figure {
    margin-bottom: 10px;
}

.minterpret .my-swipe a figure img {
    max-width: 100%;
}

.minterpret .my-swipe a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #aaa;
}


/* 为什么选择我们 */

.why-choose {
    width: 100%;
    height: 790px;
    padding: 60px 0;
    box-sizing: border-box;
    background: #181818;
    background-image: url(../images/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.why-choose .why-choose-content .title {
    width: 100%;
    text-align: center;
}

.why-choose .why-choose-content .title h1 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
}

.why-choose .why-choose-content .title p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 14px;
}

.why-choose .why-choose-content .why-choose-content-view {
    width: 100%;
    margin-top: 107px;
    font-size: 0;
}

.why-choose .why-choose-content .why-choose-content-view .lf {
    width: 317px;
    float: left;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li {
    height: 81px;
    margin-top: 59px;
    border-radius: 24px;
    border: 2px solid #FA6F13;
    /* background-color: #343434; */
    position: relative;
    cursor: pointer;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-bottom,
.why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-bottom {
    position: absolute;
    left: -2px;
    bottom: -2px;
    width: 317px;
    height: 15px;
    background-color: #181818;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-left,
.why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-left {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 15px;
    height: 81px;
    background-color: #181818;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-top,
.why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-top {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 317px;
    height: 15px;
    background-color: #181818;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-right,
.why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-right {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 15px;
    height: 81px;
    background-color: #181818;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 77px;
    height: 77px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #343434;
    border-radius: 25px;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .icon img {
    display: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .icon img:nth-child(1) {
    display: block;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
    padding-right: calc(20px + 77px);
    border-radius: 24px;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .text h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 15px;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .text p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 13px;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover {
    background-color: #343434;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .text {
    background-color: #343434;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .overlay-bottom,
.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .overlay-bottom {
    animation: borderslideBottom .4s linear 0s 1;
    animation-fill-mode: forwards;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .overlay-left,
.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .overlay-left {
    animation: bordersildeLeft .4s linear .35s 1;
    animation-fill-mode: forwards;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .overlay-top,
.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .overlay-top {
    animation: bordersildeTop .4s linear .75s 1;
    animation-fill-mode: forwards;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .overlay-right,
.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .overlay-right {
    animation: bordersildeRight .4s linear 1.15s 1;
    animation-fill-mode: forwards;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .icon img:nth-child(1) {
    display: none;
    transition: all 0.3s;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .icon img:nth-child(2) {
    display: block;
    transition: all 0.3s;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .text h4 {
    color: #FF8004;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:hover .text p {
    color: #FF8004;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:first-child {
    margin-top: 0;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li:after {
    content: "";
    display: table;
    clear: both;
}


/* .why-choose .why-choose-content .why-choose-content-view .lf ul li .icon {
    width: 628px;
    line-height: 518px;
    margin-left: -114px;
    text-align: center;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .icon img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.why-choose .why-choose-content .why-choose-content-view .lf ul li .icon .active {
    display: inline;
} */

.why-choose .why-choose-content .why-choose-content-view .md {
    float: left;
    width: 564px;
    height: 341px;
    /* background-size: cover; */
    position: relative;
    /* animation: choose_rotate 30s linear infinite; */
}

.why-choose .why-choose-content .why-choose-content-view .md img {
    width: 246px;
    height: 199px;
    position: absolute;
    top: 0;
    left: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: balls 2.5s -2s linear infinite alternate
}

.why-choose .why-choose-content .why-choose-content-view .rt {
    width: 317px;
    float: left;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li {
    height: 81px;
    margin-top: 59px;
    border: 2px solid #FA6F13;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 77px;
    height: 77px;
    border-radius: 24px;
    background-color: #343434;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li .icon img {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li .icon img:nth-child(1) {
    display: block;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    text-align: left;
    padding-left: calc(20px + 77px);
    border-radius: 24px;
    /* margin-left: 20px; */
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li .text h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 15px;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li .text p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 10px;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover {
    background-color: #343434;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .text {
    background-color: #343434;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .icon img:nth-child(1) {
    display: none;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .icon img:nth-child(2) {
    display: block;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .text h4 {
    color: #FF8004;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:hover .text p {
    color: #FF8004;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:first-child {
    margin-top: 0;
}

.why-choose .why-choose-content .why-choose-content-view .rt ul li:after {
    content: "";
    display: table;
    clear: both;
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list {
    padding: 0.48rem 0 0;
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li {
    padding-left: 60px;
    padding-bottom: 0.42667rem;
    margin-top: 0.42667rem;
    background-size: 45px;
    background-position: left 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li p {
    margin-top: 5px;
    color: #bcbcbc;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:first-child {
    margin-top: 0;
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:last-child {
    border-bottom: 0;
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:first-child {
    background-image: url(../images/why-choose-item_01.png);
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(2) {
    background-image: url(../images/why-choose-item_02.png);
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(3) {
    background-image: url(../images/why-choose-item_03.png);
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(4) {
    background-image: url(../images/why-choose-item_04.png);
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(5) {
    background-image: url(../images/why-choose-item_05.png);
}

.why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(6) {
    background-image: url(../images/why-choose-item_06.png);
}

.why-choose .why-choose-content .why-choose-content-view::after {
    content: "";
    display: table;
    clear: both;
}

@keyframes choose_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBall {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes balls {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
    }
}

@-moz-keyframes borderslideBottom {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes borderslideBottom {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@keyframes borderslideBottom {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeLeft {
    from {
        height: 81px
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeLeft {
    from {
        height: 81px
    }
    to {
        height: 0
    }
}

@keyframes bordersildeLeft {
    from {
        height: 81px
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeTop {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes bordersildeTop {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@keyframes bordersildeTop {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeRight {
    from {
        height: 81px
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeRight {
    from {
        height: 81px
    }
    to {
        height: 0
    }
}

@keyframes bordersildeRight {
    from {
        height: 81px
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeEnd {
    from {
        width: 0
    }
    to {
        width: 34px
    }
}

@-webkit-keyframes bordersildeEnd {
    from {
        width: 0
    }
    to {
        width: 34px
    }
}

@keyframes bordersildeEnd {
    from {
        width: 0
    }
    to {
        width: 34px
    }
}


/* 热门游戏 应有尽有 */

.hot-games {
    width: 100%;
    padding: 60px 0;
}

.hot-games .hot-games-content .title {
    width: 100%;
    text-align: center;
}

.hot-games .hot-games-content .title h1 {
    color: #404040;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
}

.hot-games .hot-games-content .title p {
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 14px;
}

.hot-games .hot-games-content .hot-games-content-listbox {
    width: 100%;
    margin-top: 59px;
    overflow: hidden;
    position: relative;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list {
    width: 200%;
    margin-top: 26px;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 37px;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item .icon {
    width: 100px;
    height: 100px;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item .icon img {
    max-width: 100%;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item p {
    color: #666666;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item:last-child {
    margin-right: 0;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list::after {
    content: "";
    display: table;
    clear: both;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list:first-child {
    margin-top: 0;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-shade-lf {
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0));
    width: 50px;
    height: 100%;
    z-index: 1;
}

.hot-games .hot-games-content .hot-games-content-listbox .hot-games-shade-rt {
    position: absolute;
    bottom: 0px;
    right: 0;
    background-image: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0));
    width: 50px;
    height: 100%;
    z-index: 1;
    transform: scaleX(-1);
}


/* 应用对象 */

.application-object {
    width: 100%;
    padding: 60px 0;
    background-color: #F9F9F9;
}

.application-object .application-object-content .title {
    width: 100%;
    text-align: center;
}

.application-object .application-object-content .title h1 {
    color: #333333;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.application-object .application-object-content .title p {
    color: #898989;
    font-size: 14px;
    font-family: 'MicrosoftYaHeiLight';
    font-weight: 400;
    margin-top: 24px;
}

.application-object .application-object-content .application-object-content-list {
    width: 100%;
    margin-top: 43px;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item {
    float: left;
    margin-right: 30px;
    margin-top: 24px;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item .displacement {
    width: 380px;
    height: 177px;
    padding: 0 36px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item .displacement::before {
    content: "";
    display: table;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item .icon {
    width: 62px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    position: absolute;
    top: 15px;
    right: 31px;
    z-index: 1;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item .icon img:nth-child(2) {
    display: none;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item h4 {
    color: #333333;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 43px;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item p {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 33px;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(-n+3) {
    margin-top: 0;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(3n) {
    margin-right: 0;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:hover .displacement {
    transition: all ease 0.5s;
    transform: translateY(-6px);
    background: linear-gradient(-29deg, #FF5E3A, #FF9500);
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:hover .icon img:nth-child(1) {
    display: none;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:hover .icon img:nth-child(2) {
    display: inline;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:hover h4 {
    color: #fff;
}

.application-object .application-object-content .application-object-content-list .application-object-content-list-item:hover p {
    color: #fff;
}

.application-object .application-object-content .application-object-content-list::after {
    content: "";
    display: table;
    clear: both;
}


/* 12000+客户选择我们 */

.customer-choose {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    background: #F9F9F9;
}

.customer-choose .customer-choose-content .title {
    width: 100%;
    text-align: center;
}

.customer-choose .customer-choose-content .title h1 {
    color: #404040;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
}

.customer-choose .customer-choose-content .title p {
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 14px;
}

.customer-choose .customer-choose-content .customer-choose-content-list {
    width: 100%;
    margin-top: 97px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item {
    height: 346px;
    position: relative;
    overflow: hidden;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item::before {
    content: "";
    display: table;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon {
    width: 441px;
    height: 348px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon .img {
    transition: all 0.4s;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon .img img {
    width: 100%;
    height: 100%;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon .img.img1 {
    width: 414px;
    height: 348px;
    top: 0;
    bottom: 0;
    left: 0%;
    margin: auto;
    z-index: 3;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon .img.img2 {
    width: calc(414px*0.91);
    height: calc(348px*0.91);
    top: 0%;
    bottom: 0;
    left: 12%;
    margin: auto;
    z-index: 2;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .icon .img.img3 {
    width: calc(414px*0.81);
    height: calc(348px*0.81);
    top: 0%;
    bottom: 0;
    margin: auto;
    left: 24%;
    z-index: 1;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box {
    width: 1100px;
    height: 316px;
    padding: 59px 40px 0 calc(341px + 75px);
    box-sizing: border-box;
    border-radius: 0 16px 16px 0;
    background-color: #fff;
    margin-top: 15px;
    position: relative;
    left: 100px;
    z-index: 1;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box .choose-logo {
    width: 199px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    margin-bottom: 42px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box .choose-logo img {
    max-width: 100%;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box .comma {
    width: 88px;
    height: 72px;
    position: absolute;
    top: 39px;
    right: 43px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box p {
    color: #666666;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box p.name {
    text-align: right;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    margin-top: 47px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf {
    width: 757px;
    height: 417px;
    padding: 84px 202px 0 129px;
    box-sizing: border-box;
    position: absolute;
    left: -37px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background-size: cover;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top {
    width: 100%;
    position: relative;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top p {
    color: #1B1B1B;
    font-size: 17px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    line-height: 34px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .comma {
    width: 46px;
    height: 46px;
    position: absolute;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .comma_01 {
    left: -60px;
    top: -25px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .comma_02 {
    right: -54px;
    bottom: 0;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom {
    width: 100%;
    margin-top: 70px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .avatar {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .avatar img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .name {
    float: left;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .name h4 {
    color: #000000;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin-top: 4px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .name p {
    color: #434343;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 5px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom::after {
    content: "";
    display: table;
    clear: both;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .rt {
    width: 686px;
    position: absolute;
    top: 0;
    right: 0;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .rt img {
    width: 100%;
}

.customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item:last-child {
    margin-right: 0;
}

.customer-choose .customer-choose-content .customer-choose-content-list .carousel-control {
    width: 36px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 8px;
    background: #626262;
    top: 0;
    bottom: 0;
    margin: auto;
}

.customer-choose .customer-choose-content .customer-choose-content-list .carousel-control.left {
    left: -60px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .carousel-control.right {
    right: -60px;
}

.customer-choose .customer-choose-content .customer-choose-content-list .carousel-control.left span,
.customer-choose .customer-choose-content .customer-choose-content-list .carousel-control.right span {
    width: 100%;
    height: 100%;
    line-height: 75px;
    margin: 0;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 20px;
}

.customer-choose .customer-choose-content .customer-choose-content-list::after {
    content: "";
    display: table;
    clear: both;
}


/* 客户选择-options */

.customer-choose-options {
    width: 100%;
    height: 504px;
    background: url(../images/customer-choose-options-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.customer-choose-options .title {
    width: 100%;
    text-align: center;
}

.customer-choose-options .title h1 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
}

.customer-choose-options-img {
    font-size: 0;
    margin: 38px auto 0;
}

.customer-choose-options-img img {
    width: 100%;
}

.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 img {
    max-width: 80%;
    max-height: 80%;
}

.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: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 .swiper-container,
.customer-choose-options .customer-choose-options-content .swiper-wrapper,
.customer-choose-options .customer-choose-options-content .swiper-slide {
    height: 100%;
}

.customer-choose-options .customer-choose-options-content .swiper-slide {
    padding: 0 50px;
    box-sizing: border-box;
}

.customer-choose-options .customer-choose-options-content .swiper-slide::after {
    content: "";
    display: table;
    clear: both;
}

.customer-choose-options .customer-choose-options-content .swiper-button-prev {
    width: 16px;
    height: 28px;
    background: url(../images/swiper-arrow-left.png) no-repeat;
    background-size: cover;
}

.customer-choose-options .customer-choose-options-content .swiper-button-next {
    width: 16px;
    height: 28px;
    background: url(../images/swiper-arrow-right.png) no-repeat;
    background-size: cover;
}

.customer-choose-options .customer-choose-options-content::after {
    content: "";
    display: table;
    clear: both;
}


/* 新闻资讯 */

.News {
    width: 100%;
    padding: 60px 0;
    background-color: #F9F9F9;
}

.News .News-content .title {
    width: 100%;
    text-align: center;
}

.News .News-content .title h1 {
    color: #404040;
    font-size: 30px;
    font-family: "Microsoft YaHei";
    font-weight: 600;
}

.News .News-content .title p {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 14px;
}

.News .News-content ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 50px;
}

.News .News-content ul a {
    margin-right: 12px;
}

.News .News-content ul a .caseItem {
    width: 291px;
    height: 250px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.News .News-content ul a:nth-child(-n+4) .caseItem {
    margin-top: 0;
}

.News .News-content ul a .caseItem:hover .info .title {
    transition: all 0.3s;
    color: #FF8004;
}

.News .News-content ul a .caseItem .img {
    width: 100%;
    height: 164px;
    overflow: hidden;
    margin-bottom: 16px;
}

.News .News-content ul a .caseItem .img img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.News .News-content ul a .caseItem .img img:hover {
    transition: all 0.3s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.News .News-content ul a .caseItem .info {
    padding: 0 17px;
    box-sizing: border-box;
}

.News .News-content ul a .caseItem .info .title {
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    color: #2b313c;
    overflow: hidden;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* margin-bottom: 12px; */
    text-align: left;
}

.News .News-content ul a .caseItem .info .title .data_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.News .News-content ul a .caseItem .info .title .data_icon .data {
    font-size: 14px;
    line-height: 16px;
    color: #5d6574;
}

.News .News-content ul a .caseItem .info .title .data_icon .iconfont {
    color: #fa9d5f;
    font-size: 16px;
    font-weight: bold;
    display: none;
    margin-top: 2px;
}

.News .News-content ul a .caseItem:hover .data_icon .iconfont {
    display: block;
}

.News .News-content ul a:nth-child(4n) {
    margin-right: 0;
}

.News .News-content .more {
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background: #ffffff;
    border: 2px solid #d2d2d2;
    border-radius: 25px;
    color: #434343;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin: 23px auto 0;
}

.News .News-content .more:hover {
    transition: all 0.3s;
    color: #ff9103;
    border: 2px solid #ff9103;
}


/* 移动端 适配*/

@media screen and (max-width: 767px) {
    /* 轮播 */
    .bannerSwiper {
        height: calc(1098px/2);
        margin-top: 52px;
    }
    .bannerSwiper .swiper-container {
        width: 100%;
        height: 100%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        justify-content: flex-end;
        padding-bottom: calc(65px / 2);
        box-sizing: border-box;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center {
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center h1 {
        color: #fff;
        font-size: calc(52px / 2);
        font-weight: bold;
        margin-top: 20px;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center p {
        color: #fff;
        font-size: 14px;
        margin-top: 13px;
        /* max-width: 240px; */
        margin: calc(29px/2) auto 0;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon {
        width: calc(439px/2);
        height: calc(484px/2);
        top: 62px;
        left: 0;
        margin: auto;
        right: 0;
        z-index: 1;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float {
        width: calc(97px/1.8);
        height: calc(97px/1.8);
        line-height: calc(97px/1.8);
        top: 7.62%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float.float02 {
        top: 36.85%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float.float03 {
        top: -15.9%;
        left: 49.3%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center button {
        width: calc(315px/1.5);
        height: calc(70px/1.5);
        line-height: calc(70px/1.5);
        color: #fff;
        font-size: calc(28px/1.5);
        margin-top: calc(89px / 2);
        margin-bottom: 35px;
        border: 0;
        background: #fb6b0b;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner01 h1 {
        color: #333;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner01 p {
        color: #333;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner01 img {
        max-width: 80%;
        position: relative;
        /* left: 20px; */
        margin: 0 auto;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner02 img {
        max-width: 70%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner02 button {
        color: #FA751D;
        background: #fff;
    }
    .bannerSwiper .swiper-container .swiper-pagination {
        width: 60px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        right: 0;
        margin: auto;
    }
    .bannerSwiper .swiper-container .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 0.5;
        width: 4px;
        height: 4px;
    }
    .bannerSwiper .swiper-container .swiper-pagination-bullet-active {
        width: 10px;
        opacity: 1;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item {
        height: 100%;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content {
        justify-content: flex-end;
        padding-bottom: calc(65px / 2);
        box-sizing: border-box;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center {
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center h1 {
        font-size: calc(54px / 2);
        font-weight: bold;
        margin-top: 15px;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center p {
        font-size: 15px;
        margin-top: 13px;
        max-width: 230px;
        margin: 8px auto 0;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center button {
        width: 175px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        font-size: 15px;
        margin-top: calc(49px / 2);
        border: 1px solid #ffffff;
        background-color: transparent;
    }
    .bannerSwiper .banner-swipe .van-swipe__indicators .van-swipe__indicator {
        width: 4px;
        height: 4px;
    }
    .bannerSwiper .banner-swipe .van-swipe__indicators .van-swipe__indicator--active {
        width: 10px;
    }
    /* 平台系统 */
    .platform {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .platform .platform-content .title h1 {
        font-size: 24px;
    }
    .platform .platform-content .title p {
        font-size: 12px;
        margin-top: 10px;
    }
    .platform .platform-content .platform-content-list {
        margin-top: 35px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item {
        width: calc(95%/2);
        height: auto;
        padding: 0 9px 25px;
        margin-right: 10px;
        border-radius: 10px;
        margin-top: 20px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item .icon {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: 15px auto 0px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item h4 {
        font-size: 16px;
        font-weight: bold;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item p {
        font-size: 13px;
        margin-top: 10px;
        min-height: 84px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item button {
        width: 90%;
        height: 30px;
        font-size: 12px;
        margin-top: 18px;
        border-radius: 25px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:hover button {
        background: linear-gradient(130deg, #EA7331, #E39866);
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:hover {
        transform: scale(1.02);
    }
    /* 企业优势 */
    .advantage {
        padding: 30px 0 0;
    }
    .advantage .advantage-content .title h1 {
        font-size: 24px;
    }
    .advantage .advantage-content .title p {
        font-size: 12px;
        margin-top: 10px;
    }
    .advantage .advantage-content .advantage-content-list {
        height: 300px;
        margin-top: 0;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-bg {
        display: none;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text {
        height: 220px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .lf {
        display: none;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt {
        width: 100%;
        padding: 26px 15px 0;
        background-color: #f9f9f9;
        border-radius: 10px;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt h4 {
        font-size: 16px;
        line-height: 22px;
        max-width: 260px;
        margin-top: 0;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 14px;
        -webkit-line-clamp: unset;
    }
    .advantage .advantage-content .advantage-content-list .swiper-slide {
        padding-bottom: 30px;
    }
    .advantage .advantage-content .advantage-content-list .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }
    .advantage .advantage-content .advantage-content-list .swiper-pagination {
        bottom: 0;
    }
    .advantage .advantage-content .advantage-content-list .swiper-pagination-bullet-active {
        width: 15px;
        border-radius: 5px;
    }
    /* 为什么选择我们 */
    .why-choose {
        height: auto;
        padding: 30px 20px 20px;
        box-sizing: border-box;
        background-image: url(../images/why-choose-mb-bg.png);
        background-size: 100% 100%;
        background-position: center;
        background-color: transparent;
    }
    .why-choose .why-choose-content .title h1 {
        font-size: 24px;
    }
    .why-choose .why-choose-content .title p {
        font-size: 12px;
        margin-top: 10px;
    }
    .why-choose .why-choose-content .why-choose-content-view {
        margin-top: 10px;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list {
        display: flex;
        flex-wrap: wrap;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li {
        width: calc(98%/2);
        height: calc(302px/2);
        text-align: center;
        margin-top: calc(27px/2);
        padding: calc(173px/2) 0 0 0;
        background-position-x: center;
        background-position-y: calc(57px/2);
        border: 0;
        margin-right: 2%;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: calc(20px/2);
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(-n+2) {
        margin-top: 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(2n) {
        margin-right: 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li p {
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li h3 {
        font-size: 13px;
    }
    /* 热门游戏 应有尽有 */
    .hot-games {
        padding: 30px 20px 40px;
        box-sizing: border-box;
    }
    .hot-games .hot-games-content .title h1 {
        font-size: 24px;
    }
    .hot-games .hot-games-content .title p {
        font-size: 12px;
        margin-top: 10px;
    }
    .hot-games .hot-games-content .hot-games-content-listbox {
        margin-top: 35px;
    }
    .hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list {
        width: 350%;
    }
    .hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item {
        width: 50px;
        margin-right: 15px;
    }
    .hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    .hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list .item p {
        font-size: 12px;
        margin-top: 5px;
    }
    /* 应用对象 */
    .application-object {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .application-object .application-object-content .title h1 {
        font-size: 20px;
    }
    .application-object .application-object-content .title p {
        font-size: 12px;
        margin-top: 10px
    }
    .application-object .application-object-content .application-object-content-list {
        margin-top: 35px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item {
        width: calc(95%/2);
        height: 190px;
        padding: 0 15px;
        margin-right: 10px;
        margin-top: 20px;
        text-align: center;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item .icon {
        width: calc(62px/1.5);
        height: calc(53px/1.5);
        line-height: calc(53px/1.5);
        left: 0;
        right: 0;
        margin: auto;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item h4 {
        font-size: 16px;
        margin-top: 65px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item p {
        font-size: 12px;
        margin-top: 10px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(3n) {
        margin-right: 10px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(-n+3) {
        margin-top: 20px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(2n) {
        margin-right: 0;
    }
    /* 15000+客户选择我们 */
    .customer-choose {
        padding: 30px 20px 10px;
        box-sizing: border-box;
    }
    .customer-choose .customer-choose-content .title h1 {
        font-size: 24px;
    }
    .customer-choose .customer-choose-content .title p {
        font-size: 12px;
        margin-top: 10px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list {
        margin-top: 35px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item {
        width: 100%;
        height: calc(477px/2);
        border-radius: 10px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf {
        position: unset;
        width: 100%;
        height: 100%;
        padding: calc(30px/2) calc(32px/2) 0 42%;
        background: #fff;
        background-size: unset;
        left: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(1) .customer-choose-content-list-item .lf {
        background: url(../images/customer-choose-content-list-item-bg_01.png) no-repeat;
        background-size: cover;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(2) .customer-choose-content-list-item .lf {
        background: url(../images/customer-choose-content-list-item-bg_02.png) no-repeat;
        background-size: cover;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(3) .customer-choose-content-list-item .lf {
        background: url(../images/customer-choose-content-list-item-bg_03.png) no-repeat;
        background-size: cover;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .logo {
        width: calc(226px/2);
        height: 32px;
        position: relative;
        top: 24px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 52px;
        min-height: 96px;
        letter-spacing: unset;
        text-align: justify;
        position: relative;
        top: unset;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(2) .customer-choose-content-list-item .lf .top p {
        min-height: 90px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .comma {
        width: calc(46px/1.5);
        height: calc(46px/1.5);
        display: none;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .comma_01 {
        left: -40px;
        top: -10px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .comma_02 {
        right: -40px;
        bottom: -10px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom {
        margin-top: 0px;
        text-align: right;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .name {
        float: none;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .name h4 {
        font-size: 12px;
        position: absolute;
        bottom: 30px;
        right: 16px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .rt {
        display: none;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background-color: #FF9500;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-pagination-bullet-active {
        width: 15px;
        border-radius: 5px;
        background: #FF9500;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide {
        padding-bottom: 40px;
    }
    /* 客户选择-options */
    .customer-choose-options {
        height: auto;
        padding: 30px 20px;
        box-sizing: border-box;
        background: linear-gradient(130deg, #EA7331, #E39866);
    }
    .customer-choose-options .title h1 {
        font-size: 24px;
    }
    .customer-choose-options .customer-choose-options-content {
        margin-top: 35px;
        max-height: 250px;
        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;
        border: 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: 10px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+2) {
        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(2n) {
        margin-right: 0;
    }
    /* 新闻资讯 */
    .News {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .News .News-content .title h1 {
        font-size: 24px;
    }
    .News .News-content .title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .News .News-content ul {
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 20px;
 
        overflow: hidden;
    }
    .News .News-content ul a,
    .News .News-content ul a:nth-child(4n) {
        margin-right: 2%;
    }
    .News .News-content ul a:nth-child(-n+4) .caseItem {
        margin-top: 16px;
    }
    .News .News-content ul a:nth-child(-n+2) .caseItem {
        margin-top: 0;
    }
    .News .News-content ul a {
        width: calc(98% / 2);
    }
    .News .News-content ul a .caseItem {
        width: 100%;
        height: auto;
        /* margin-bottom: 17px; */
        padding-bottom: 10px;
        margin-top: 16px;
    }
    .News .News-content ul a .caseItem .img {
        height: 88px;
        margin-bottom: 13px;
    }
    .News .News-content ul a .caseItem .info {
        padding: 0 10px;
    }
    .News .News-content ul a .caseItem .info .title {
        font-size: 14px;
        height: auto;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .News .News-content ul a .caseItem .info .data_icon .data {
        font-size: 12px;
    }
    .News .News-content ul a:nth-child(2n) {
        margin-right: 0;
    }
    .News .News-content .more {
        font-size: 14px;
        width: 140px;
        height: 35px;
        line-height: 35px;
        margin-top: 5px;
        border-radius: 20px;
        border: 1px solid #d2d2d2;
    }
}


/* iPad 适配*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* 轮播 */
    .bannerSwiper {
        height: 400px;
        margin-top: 52px;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon {
        width: calc(504px/1.5);
        height: calc(520px/1.5);
        top: calc(22.35%/1.4);
        right: calc(18.49%/10);
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .banner-icon .banner-icon-box .banner-float {
        width: calc(97px/1.3);
        height: calc(97px/1.3);
        line-height: calc(97px/1.3);
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center {
        width: 90%;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center h1 {
        font-size: 40px;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center p {
        font-size: 18px;
        margin-top: 15px;
    }
    .bannerSwiper .swiper-container .swiper-wrapper .swiper-slide .center button {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .bannerSwiper .swiper-container .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
    .bannerSwiper .swiper-container .swiper-pagination-bullet-active {
        width: 15px;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center h1 {
        font-size: 45px;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center p {
        font-size: 18px;
        margin-top: 15px;
    }
    .bannerSwiper .banner-swipe .van-swipe__track .van-swipe-item .carousel-content .center button {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .bannerSwiper .banner-swipe .van-swipe__indicators .van-swipe__indicator {
        width: 7px;
        height: 7px;
    }
    .bannerSwiper .banner-swipe .van-swipe__indicators .van-swipe__indicator--active {
        width: 15px;
    }
    /* 平台系统 */
    .platform {
        padding: 50px 0 55px;
    }
    .platform .platform-content .platform-content-list {
        padding: 0 40px;
        box-sizing: border-box;
        margin-top: 40px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item {
        margin-right: 51px;
        margin-top: 30px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:nth-child(2n) {
        margin-right: 0;
    }
    /* 企业优势 */
    .advantage {
        padding: 50px 0 55px;
    }
    .platform .platform-content .platform-content-options .item {
        width: 169px;
        height: 75px;
        padding-right: 8px;
    }
    .platform .platform-content .platform-content-options .item p {
        font-size: 16px;
    }
    .platform .platform-content .platform-content-options .item .item-icon {
        width: calc(59px/1.8);
        height: auto;
    }
    .platform .platform-content .platform-content-options .item .item-select {
        width: 33px;
        height: auto;
    }
    .platform .platform-content .platform-content-options .item .item-line {
        width: 159px;
        height: 3px;
    }
    .platform .platform-content .platform-content-option-list {
        height: 320px;
    }
    .platform .platform-content .platform-content-option-list .item .icon {
        width: calc(673px/1.8);
        height: calc(429px/1.8);
        min-width: calc(673px/1.8);
        text-align: center;
        line-height: calc(429px/1.8);
        margin-right: calc(74px/2);
    }
    .platform .platform-content .platform-content-option-list .item .text h1 {
        font-size: 24px;
    }
    .platform .platform-content .platform-content-option-list .item .text p {
        font-size: 14px;
    }
    .platform .platform-content .platform-content-option-list .item .text button {
        width: 150px;
        height: 35px;
        font-size: 14px;
    }
    /* 企业优势 */
    .advantage .advantage-content .advantage-content-list {
        height: 295px;
        margin-top: 0px;
    }
    .advantage .advantage-content .advantage-content-list .swiper-prev,
    .advantage .advantage-content .advantage-content-list .swiper-next {
        display: none;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-bg {
        display: none;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text {
        height: auto;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .lf {
        display: none;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt {
        width: 100%;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt h4 {
        margin-top: 0px;
        text-align: center;
    }
    .advantage .advantage-content .advantage-content-list .swiper-slide {
        padding-bottom: 40px;
    }
    /* 为什么选择我们 */
    .why-choose {
        height: auto;
        padding: 50px 0 55px;
        background-image: url(../images/why-choose-mb-bg.png);
        background-size: cover;
        background-color: transparent;
    }
    .why-choose .why-choose-content .why-choose-content-view {
        margin-top: 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list {
        padding: 0 0px;
        padding-top: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li {
        width: calc(96%/3);
        height: 280px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.2);
        padding-bottom: 30px;
        background-size: 85px 85px;
        padding: 160px 0 0 0;
        margin-top: 10px;
        margin-right: 1%;
        background-position-x: center;
        background-position-y: 46px;
        border-bottom: 0;
        border-radius: 20px;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li:nth-child(-n+3) {
        margin-top: 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li h3 {
        font-size: 18px;
    }
    .why-choose .why-choose-content .why-choose-content-view .bright-spot-list li p {
        font-size: 16px;
        text-align: center;
        max-width: 160px;
        margin: 10px auto 0;
    }
    /* 热门游戏 应有尽有 */
    .hot-games {
        padding: 50px 0 60px;
    }
    .hot-games .hot-games-content .hot-games-content-listbox {
        margin-top: 40px;
    }
    .hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list {
        width: 335%;
    }
    /* 应用对象 */
    .application-object {
        padding: 50px 0 55px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item {
        width: 340px;
        padding: 0 20px;
        margin-right: 10px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item .icon {
        right: 24px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(-n+3) {
        margin-top: 20px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(3n) {
        margin-right: 10px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item:nth-child(2n) {
        margin-right: 0;
    }
    /* 15000+客户选择我们 */
    .customer-choose {
        padding: 50px 0 30px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list {
        margin-top: 50px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item {
        height: 447px;
        padding: 0 20px;
        margin-right: 10px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf {
        width: 100%;
        height: 100%;
        padding: 70px 23px 0 48%;
        margin-top: 0;
        /* padding-right: 70px; */
        background: #fff;
        background-size: unset;
        left: 0;
        border-radius: 24px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(1) .customer-choose-content-list-item .lf {
        background: url(../images/customer-choose-content-list-item-bg_01.png) no-repeat;
        background-size: 100%;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(2) .customer-choose-content-list-item .lf {
        background: url(../images/customer-choose-content-list-item-bg_02.png) no-repeat;
        background-size: 100%;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide:nth-child(3) .customer-choose-content-list-item .lf {
        background: url(../images/customer-choose-content-list-item-bg_03.png) no-repeat;
        background-size: 100%;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .rt {
        display: none;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top .logo {
        width: 226px;
        height: 64px;
        /* position: relative;
        top: 24px; */
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .top p {
        font-size: 20px;
        margin-top: 82px;
        text-align: justify;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf .bottom .name h4 {
        position: absolute;
        bottom: 20px;
        right: 32px;
        font-size: 20px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-slide {
        padding-bottom: 45px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #FF9500;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 5px;
        background: #FF9500;
    }
    .customer-choose-options {
        height: auto;
        padding: 50px 0;
        background: linear-gradient(130deg, #EA7331, #E39866);
        /* height: 120px; */
    }
    .customer-choose-options .customer-choose-options-content {
        margin-top: 50px;
    }
    .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;
    }
    /* 新闻资讯 */
    .News {
        padding: 50px 0;
    }
    .News .News-content ul {
        padding: 0 40px;
        font-size: 0;
        box-sizing: border-box;
    }
    .News .News-content ul a,
    .News .News-content ul a:nth-child(4n) {
        margin-right: 29px;
    }
    .News .News-content ul a:nth-child(2n) {
        margin-right: 0;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* 轮播 */
    .bannerSwiper {
        height: 520px;
        margin-top: 52px;
    }
    .bannerSwiper .carousel .carousel-inner {
        width: 100%;
        height: 100%;
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content .center {
        padding: 0 70px;
        box-sizing: border-box;
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content h1 {
        /* font-size: 50px; */
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon {
        width: calc(504px/1.2);
        height: calc(520px/1.2);
        top: calc(22.35%/1.2);
        right: 0;
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float {
        width: calc(97px/1.2);
        height: calc(97px/1.2);
        top: calc(24.62%/1.2);
        left: calc(-14.74%/1.2);
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float.float02 {
        top: calc(48.85%/1.2);
        left: calc(3.19%/1.2);
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float.float03 {
        top: calc(-7.9%/1.2);
        left: calc(23.30%/1.2);
    }
    .bannerSwiper .carousel .carousel-inner .item .carousel-content .banner-icon .banner-icon-box .banner-float.float04 {
        top: calc(20.96%/1.2);
    }
    .bannerSwiper .carousel .carousel-control.left {
        left: 20px;
    }
    .bannerSwiper .carousel .carousel-control.right {
        right: 20px;
    }
    .bannerSwiper .carousel .carousel-stamp {
        height: 100px;
    }
    .bannerSwiper .carousel .carousel-stamp .carousel-stamp-center .item {
        margin-top: 20px;
    }
    .bannerSwiper .carousel .carousel-stamp .carousel-stamp-center .item p {
        margin-top: 9px;
    }
    /* 平台系统 */
    .platform {
        padding: 60px 0 65px;
    }
    .platform .platform-content .platform-content-options .item {
        width: 225px;
    }
    .platform .platform-content .platform-content-options .item p {
        font-size: 18px;
    }
    .platform .platform-content .platform-content-options .item .item-line {
        width: 215px;
    }
    .platform .platform-content .platform-content-option-list .item .icon {
        width: calc(673px/1.4);
        height: calc(429px/1.4);
        min-width: calc(673px/1.4);
        line-height: calc(429px/1.4);
        margin-right: calc(74px/1.4);
    }
    .platform .platform-content .platform-content-list .platform-content-list-item {
        width: 228px;
        height: 325px;
        padding: 0 15px;
        margin-right: 15px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item .icon {
        width: calc(210px/1.3);
        height: calc(149px/1.3);
        line-height: calc(149px/1.3);
        margin: calc(21px/1.3) auto 10px;
    }
    .platform .platform-content .platform-content-list .platform-content-list-item:hover {
        transform: scale(1.04);
    }
    /* 企业优势 */
    .advantage {
        padding: 60px 0 65px;
    }
    .advantage .advantage-content .advantage-content-list {
        width: 90%;
        height: 285px;
        margin: 75px auto 0;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text {
        height: 232px;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .lf {
        width: 314px;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt {
        width: 530px;
        padding: 0 30px;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt h4 {
        font-size: 22px;
        margin-top: 35px;
    }
    .advantage .advantage-content .advantage-content-list .advantage-content-list-text .rt p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 22px;
        -webkit-line-clamp: 5;
        max-height: 110px;
    }
    /* 为什么选择我们 */
    .why-choose {
        height: auto;
        padding: 60px 0 65px;
        background-position: center;
        /* background-position-x: center; */
    }
    .why-choose .why-choose-content .why-choose-content-view .lf {
        width: 245px;
        text-align: center;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li {
        height: 102px;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .icon {
        float: none;
        bottom: 0;
        margin: auto;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .text {
        float: none;
        text-align: center;
        padding-right: calc(20px + 47px);
        margin-right: 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-bottom,
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-bottom {
        width: 245px;
        bottom: -3px;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-top,
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-top {
        width: 245px;
        top: -3px;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-left,
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-left {
        left: -3px;
        height: 102px;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .overlay-right,
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .overlay-right {
        right: -3px;
        height: 102px;
    }
    .why-choose .why-choose-content .why-choose-content-view .lf ul li .text p {
        max-width: 125px;
        margin: 13px auto 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .md {
        width: 470px;
        height: 280px;
        /* margin-top: 145px; */
    }
    .why-choose .why-choose-content .why-choose-content-view .md img {
        right: -20px;
    }
    .why-choose .why-choose-content .why-choose-content-view .rt {
        width: 245px;
    }
    .why-choose .why-choose-content .why-choose-content-view .rt ul li {
        height: 102px;
    }
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .text p {
        max-width: 108px;
        margin: 13px auto 0;
    }
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .icon {
        float: none;
        bottom: 0;
        margin: auto;
    }
    .why-choose .why-choose-content .why-choose-content-view .rt ul li .text {
        float: none;
        text-align: center;
        margin-left: 0;
        padding-left: calc(20px + 47px);
    }
    /* 热门游戏 应有尽有 */
    .hot-games {
        padding: 60px 0 65px;
    }
    .hot-games .hot-games-content .hot-games-content-listbox .hot-games-content-list {
        width: 240%;
    }
    /* 应用对象 */
    .application-object {
        padding: 60px 0 65px;
    }
    .application-object .application-object-content .application-object-content-list .application-object-content-list-item {
        width: 313px;
        height: 200px;
        padding: 0 15px;
        margin-right: 10px;
    }
    /* 15000+客户选择我们 */
    .customer-choose {
        padding: 60px 0 65px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list {
        width: 95%;
        margin: 97px auto 0;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item {
        /* height: 300px; */
        padding: 0 15px;
        margin-right: 15px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .lf {
        width: 90%;
        height: 300px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 55px 100px 0;
        background: #fff;
        background-size: unset;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item .rt {
        display: none;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .customer-choose-content-list-item-box {
        width: 90%;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .carousel-control.left {
        left: -38px;
    }
    .customer-choose .customer-choose-content .customer-choose-content-list .carousel-control.right {
        right: -38px;
    }
    /* 客户案例 */
    .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%;
    }
    /* 新闻资讯 */
    .News {
        padding-bottom: 71px;
    }
    .News .News-content ul {
        margin-top: 47px;
    }
    .News .News-content ul a {
        margin-right: 17px;
    }
    .News .News-content ul a .caseItem {
        width: 226px;
        height: 200px;
        margin-bottom: 17px;
    }
    .News .News-content ul a .caseItem .img {
        height: 124px;
        margin-bottom: 13px;
    }
    .News .News-content ul a .caseItem .img .info {
        padding: 0 16px;
    }
    .News .News-content ul a .caseItem .img .info .title {
        font-size: 16px;
        height: 46px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}