.clr {
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

/* product-show éƒ¨åˆ† */

.product-show {
    background: #fff;
    box-sizing: border-box;
    padding: 100px 0;
}

.product-show .title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}

.product-show .title h5 {
    font-size: 22px;
    margin: 25px 0;
}

.product-show .title .app-hid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-show .banner {
    max-width: 1440px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}

.product-show .imgbox {
    width: 85%;
    height: 430px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.product-show .box2 {
    display: none;
}

.product-show .img {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    /* margin-left: -683px; */
}

.product-show .im {
    display: block;
}

.product-show .change {
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 0.6;
    transition: 0.4s;
    top: 50%;
    transform: translateY(-50%);
    width: 3%;
}

.product-show .change:hover {
    opacity: 1;
}

.product-show .pre {
    left: 1%;
}

.product-show .next {
    right: 1%;
}

.product-show .app-list {
    padding: 0 10px;
}

.product-show .app-list ul li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* display: flex;
    justify-content: center; */
}

.product-show .app-list ul li i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #04afa6;
    border-radius: 50%;
    /* margin-top: 20px; */
}

/* .product-detail{
	height: 700px;
} */

.product-detail .product-list {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 13px;
}

.product-list ul {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-list ul li {
    width: 210px;
    height: 300px;
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.13);
    margin: 25px 13px 0;
    text-align: center;
    font-size: 14px;
    background: #fff;
    transition: all 0.1s;
}

.product-list ul li:hover {
    background: -webkit-linear-gradient(-45deg, rgba(202, 95, 19, 0.9), rgba(191, 28, 5, 0.99));
    background: -moz-linear-gradient(-45deg, rgba(202, 95, 19, 0.9), rgba(191, 28, 5, 0.99));
    background: -o-linear-gradient(-45deg, rgba(202, 95, 19, 0.9), rgba(191, 28, 5, 0.99));
    background: linear-gradient(-45deg, rgba(202, 95, 19, 0.9), rgba(191, 28, 5, 0.99));
    color: #fff;
}

.product-list ul li.not-use {
    height: 0;
    box-shadow: none;
    margin-top: 0;
}

.product-list ul li.not-use:hover {
    background: #fff;
}

.product-list ul li .icon {
    width: 158px;
    height: 158px;
    margin: 20px auto;
    text-align: center;
    line-height: 158px;
    background: url('../img/product/yuan.png') no-repeat center;
}

.product-list ul li .icon .img2 {
    display: none;
}

.product-list ul li:hover .icon {
    background: none;
}

.product-list ul li:hover .icon .img1 {
    display: none;
}

.product-list ul li:hover .icon .img2 {
    display: block;
    display: inline;
}

.product-list ul li p {
    font-size: 12px;
    padding: 0 20px;
    margin-top: 15px;
    text-align: left;
    color: #fff;
}

/* programme éƒ¨åˆ† */

.programme {
    position: relative;
    background: url('../img/programme/bw-bj.jpg') left bottom no-repeat fixed;
    background-size: 100% 100%;
    overflow: hidden;
    width: 100%;
}

.programme {
    height: 785px;
}

.programme .tab {
    width: 120px;
    text-align: center;
    float: left;
    margin-left: 120px;
    margin-top: 120px;
    position: relative;
    z-index: 10;
}

.programme .tab span {
    display: block;
    background: #d94718;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: all 0.6s;
    cursor: pointer;
}

.programme .tab span.active {
    color: #fff;
    background: #f36715;
}

.programme .detail {
    float: left;
    margin-left: 120px;
    margin-top: 100px;
    color: #fff;
    max-width: 530px;
    overflow: hidden;
}

.programme .detail h3 {
    font-size: 34px;
}

.programme .detail h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.programme .detail .tab-cont {
    width: 10000px;
    transition: all 0.6s;
}

.programme .detail .tab-cont>div {
    float: left;
}

.programme .detail .tab-cont * {
    width: 100%;
    max-width: 530px;
}

.programme .detail .tab-cont h5 {
    margin-bottom: 20px;
}

.programme .right-picture {
    min-width: 1800px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.programme .right-picture img {
    position: absolute;
}

.programme .right-picture .shaizi1 {
    right: 600px;
    top: 200px;
}

.programme .right-picture .shaizi2 {
    right: 420px;
    top: 140px;
}

.programme .right-picture .shaizi3 {
    right: 213px;
    top: 174px;
}

.programme .right-picture .baowang {
    right: 100px;
    bottom: 60px;
}

/* case éƒ¨åˆ† */

.case {
    background: #fff;
    box-sizing: border-box;
    padding: 100px 0;
    background: #fff url('../img/case/the-girl.png') center center no-repeat;
    background-size: auto 100%;
}

.case .title {
    text-align: center;
    font-size: 16px;
}

.case .title h5 {
    font-size: 22px;
    margin: 25px 0;
}

.case .scrsParent {
    display: none;
}

.case .carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case .carousel>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.case .carousel figure {
    margin: 0;
    width: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.case .carousel figure>span {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
    display: block;
}

.case .carousel figure>span span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.case .carousel figure>span img {
    width: 100%;
}

.case .carousel figure>span i {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 42px;
    right: 41px;
    top: 0;
    bottom: 100%;
    border-radius: 10px 10px 0 0;
    background: url('../img/case/bk.png') center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.case .carousel figure span:hover i {
    bottom: 16px;
    /* top: 0px; */
}

.case .carousel figure>span:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}

.case .carousel nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
}

/* .case .carousel nav button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px;
    cursor: pointer;
    color: #333;
    background: none;
    border: 1px solid;
    letter-spacing: 1px;
    padding: 5px 10px;
} */

.case .carousel nav button.prev {
    position: absolute;
    top: 48%;
    right: 0;
    width: 32px;
    height: 58px;
    transform: translate(-50%, 0);
    background: url('../img/case/next.png') no-repeat;
    border: 0;
    outline: none;
    opacity: 0.8;
}

.case .carousel nav button.prev:hover {
    opacity: 1;
}

.lee-container .dg-lee-container nav span.dg-next {
    position: absolute;
    top: -220px;
    right: -550px;
    width: 32px;
    height: 58px;
    transform: translate(-50%, 0);
    background: url('../img/case/next.png') no-repeat;
    border: 0;
    outline: none;
    opacity: 0.8;
}

.lee-container .dg-lee-container nav span.dg-next:hover {
    opacity: 1;
}

.case .case-more {
    width: 148px;
    margin: -40px auto 0;
}

/* 
.case .case-list{
	width: 1200px;
	margin: 0 auto;
}
.case .case-list ul {
	width: 101000px;
}
.case .case-list ul li{
	float: left;
	width: 210px;
	height: 300px;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.13);
	margin-right: 26px;
	text-align: center;
	font-size: 14px;
}
.case .case-list ul li .icon{
	width: 158px;
    height: 158px;
	margin: 20px auto;
	text-align: center;
	line-height: 158px;
	background: url('../img/product/yuan.png') no-repeat center;
} */

/* server éƒ¨åˆ† */

.support {
    box-sizing: border-box;
    color: #fff;
    background: url('../img/server/js-bj.jpg') left bottom no-repeat fixed;
}

.support .overlay {
    padding: 100px 0;
}

.support .title {
    text-align: center;
    margin-bottom: 65px;
    font-size: 16px;
}

.support .title h2 {
    font-size: 34px;
    margin-top: 0;
}

.support .title h5 {
    font-size: 22px;
    margin: 25px 0;
}

.support .detail {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.support .detail ul {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.support .detail li {
    float: left;
    width: 300px;
    text-align: center;
    padding: 25px;
    padding-top: 100px;
    position: relative;
    height: 550px;
}

.support .detail ul li.not-use {
    height: 0;
    padding: 0;
}

.support .detail h6 {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 20px;
    transition: all 0.8s;
}

.support .detail p {
    font-size: 14px;
    text-align: left;
    position: relative;
    z-index: 10;
}

.support .detail .hover-cont {
    height: 0px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
}

.support .detail .blue-s {
    background: -webkit-linear-gradient(-45deg, #0163a5, #005690);
    background: -moz-linear-gradient(-45deg, #0163a5, #005690);
    background: -o-linear-gradient(-45deg, #0163a5, #005690);
    background: linear-gradient(-45deg, #0163a5, #005690);
}

.support .detail .green {
    background: -webkit-linear-gradient(-45deg, #a6cf42, #78bc1e);
    background: -moz-linear-gradient(-45deg, #a6cf42, #78bc1e);
    background: -o-linear-gradient(-45deg, #a6cf42, #78bc1e);
    background: linear-gradient(-45deg, #a6cf42, #78bc1e);
}

.support .detail .blue {
    background: -webkit-linear-gradient(-45deg, #04afa6, #018c7d);
    background: -moz-linear-gradient(-45deg, #04afa6, #018c7d);
    background: -o-linear-gradient(-45deg, #04afa6, #018c7d);
    background: linear-gradient(-45deg, #04afa6, #018c7d);
}

.support .detail .yellow {
    background: -webkit-linear-gradient(-45deg, #f8c600, #fc9c0a);
    background: -moz-linear-gradient(-45deg, #f8c600, #fc9c0a);
    background: -o-linear-gradient(-45deg, #f8c600, #fc9c0a);
    background: linear-gradient(-45deg, #f8c600, #fc9c0a);
}

.support .detail .hover-cont .icon img {
    visibility: hidden;
    opacity: 0;
    margin-top: -15px;
}

.support .detail .hover-cont img.bt {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: ease-in 0.5s;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.1s;
    /* Safari å’Œ Chrome */
    -o-transition-delay: 0.1s;
    /* Opera */
}

.support .detail li:hover {
    height: 550px;
    padding-top: 25px;
    transition: all 0.6s;
}

.support .detail li:hover h6 {
    margin-top: 10px;
    color: #d94718;
    transition: all 0.2s;
}

.support .detail li:hover .hover-cont {
    height: 100%;
    transition: all 0.6s;
    padding-top: 60px;
}

.support .detail li:hover .hover-cont .icon img {
    visibility: visible;
    opacity: 1;
    margin-top: -5px;
    transition: ease-in 0.5s;
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.3s;
    /* Safari å’Œ Chrome */
    -o-transition-delay: 0.3s;
    /* Opera */
}

.support .scrsParent {
    display: none;
}

/* server2 éƒ¨åˆ† */

.server2 {
    background: #fff;
    box-sizing: border-box;
    /* height: 660px; */
    padding-top: 100px;
    background: url('../img/server2/fw-bj.png') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.server2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url('../img/server2/tellphone.png') center center no-repeat fixed; */
    background-size: 100%;
}

.server2 .title {
    text-align: center;
    margin-bottom: 65px;
    font-size: 16px;
}

.server2 .title h5 {
    font-size: 22px;
    margin: 25px 0;
}

.server2 .detail {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.server2 .detail ul {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.server2 .detail li {
    float: left;
    width: 400px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 55px;
}

/* .support .detail ul li.not-use {
    height: 0;
    padding: 0;
} */

.server2 .detail li .icon {
    width: 100px;
    height: 100px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
}

.server2 .detail li .icon .img-mutual {
    width: 200px;
    height: 100%;
    transition: all 0.6s;
}

.server2 .detail li .icon .img-mutual>span {
    display: block;
    height: 100%;
    width: 100px;
    float: left;
    border-radius: 50%;
}

.server2 .detail li:hover .icon .img-mutual {
    margin-left: -100px;
}

.server2 .detail li .cont {
    width: 285px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 15px;
    box-sizing: border-box;
}

.server2 .detail li .cont h6 {
    font-size: 18px;
}

.contact-us .whatsApp,
.contact-us .telegram {
    display: flex;
    align-content: center;
    justify-content: center;
}

/* doyAPI 开始 */
.doyApi {
    width: 100%;
    height: 631px;
    background: #F0ECEE;
    position: relative;
    margin: 0 auto;
}

.doyApi-cont {
    width: 1490px;
    margin: 0 auto;
    position: relative;
    height: 531px;
}

.doyApi .title h5 {
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin-top: 27px;
    margin-bottom: 25px;
}

.doyApi .title .app-hid {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
}

.doyApi .title {
    margin-bottom: 93px;
    z-index: 3;
    position: relative;
}

.doyApi-list {
    width: 1490px;
    display: flex;
    /* align-items: center; */
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.doyApi-r {
    position: absolute;
    right: 0;
    bottom: 0;
}

.doyApi-r img {
    width: 722px;
    height: 583px;
}

.doyApi-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 382px;
    margin-right: 40px;
    margin-bottom: 56px;
}

.doyApi-item img {
    margin-right: 16px;
}

.doyApi-item h5 {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.doyApi-item p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #727071;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
}

.doyApi-content {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
}

/* doyAPI 结束 */

.markSixbbs {
    width: 100%;
    min-height: 729px;
    background: url(../img/markSixbbs-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 !important;
}

.markSixbbs .title {
    color: #fff;
    margin: 0 auto !important;
}

.markSixbbs .title img {
    margin: 108.59px auto 24.73px;
}

.markSixbbs.product-show .title h5 {
    margin: 0 auto 28px;
}

.markSixbbs.product-show .title .app-hid {
    margin-bottom: 5px;
}

.markSixbbs-list {
    width: 1490px;
    display: flex;
    align-items: center;
    margin: 0 auto;

}

.markSixbbs-item {
    width: 400px;
    height: 136px;
    background: rgba(69, 20, 9, 0.10);
    border: 1px solid #7E2700;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 32px 20px 32px 32px;
}

.markSixbbs-item:nth-child(4),
.markSixbbs-item:nth-child(2) {
    margin-left: 24px;
}

.markSixbbs-item:nth-child(4),
.markSixbbs-item:nth-child(3) {
    margin-top: 31px;
}

.markSixbbs-l>img {
    margin-top: -8px;
}

.markSixbbs-item h5 {
    height: 40px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 600;
}

.markSixbbs-item p {
    max-width: 272px;
    height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
}

.markSixbbs-content {
    display: flex;
    flex-wrap: wrap;
}

.productList {
    display: none;
    background: #fff;
    position: absolute;
    top: 70%;
    left: -14px;
    z-index: 1000;
    min-width: 130px;
    padding: 10px 14px;
    text-align: left;
}

.productList a {
    display: block;
    width: 100%;
    height: 30px;
}

.productList a span {
    display: block;
    color: #000;
}

.productList a span:hover {
    color: #BB2C09;
}

.navbar-nav>li.product-nav:hover .productList {
    display: block;
}

/* .contact-us .whatsApp{
   background: url('../img/whatsapp.png') center center no-repeat; 
   display: inline-block;
   background-size: auto 100%;
   height: 30px;
   width: 100%;
   overflow: hidden;
}
.contact-us .telegram{
    background: url('../img/telegram.png') center center no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 30px;
    width: 100%;
    overflow: hidden;
 } */


/* sports */
#sports {
    min-height: 840px;
    background: #EFECED;
    padding: 100px 0 0 0;
}

.sports.product-show .title {
    margin-bottom: 25px;
}

.sports-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sports-l {
    margin-right: 62px;
}

.sports-fea {
    margin-bottom: 40px;
}

.sports-fea1 {
    margin-bottom: 80px;
}

.sports-fea h5 {
    min-width: 80px;
    height: 20px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 8px;
}

.sports-fea h5::after {
    content: '';
    display: inline-block;
    width: 329px;
    height: 1px;
    background-image: linear-gradient(90deg, #BE1204 0%, #FF7615 100%);
    border-radius: 1px;
    position: absolute;
    left: 96px;
    top: 10px;
}

.sports-fea p {
    width: 425px;
    min-height: 60px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #727071;
    letter-spacing: 0;
    font-weight: 500;
}

.sports-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sports-item {
    text-align: center;
}

.sports-item p {
    min-width: 28px;
    height: 14px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #727071;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 500;
    margin: 16px auto 0;
}


/* åª’ä½“æŸ¥è¯¢ */

@media screen and (max-width: 1250px) {

    /*å®½åº¦å°äºŽ800 */
    .product-show .banner .imgbox {
        height: 385px;
    }
}

@media screen and (max-width: 1150px) {

    /*å®½åº¦å°äºŽ800 */
    .product-show .banner .imgbox {
        height: 350px;
    }
}

@media screen and (max-width: 1000px) {

    /*å®½åº¦å°äºŽ800 */
    .product-show .banner .imgbox {
        height: 310px;
    }

    #programme,
    #programme .overlay {
        height: auto;
    }

    #programme .overlay {
        padding: 40px 0;
    }

    #programme .tab {
        width: 240px;
        height: 40px;
        margin: 0 auto 40px;
        float: none;
    }

    #programme .tab span {
        width: 50%;
        float: left;
    }

    #programme .detail {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {

    .app-hid,
    .product-show .box1,
    .statistic-app,
    .screenshots,
    #advantage .product-list li p,
    .support .detail,
    .server2 .cont p {
        display: none;
    }

    .bttn-applora-gradient.ios {
        width: 154px;
    }

    .product-show {
        padding: 50px 0;
    }

    .product-show .title img,
    .case .title img,
    .server2 .title img {
        width: 50%;
    }

    .product-show .box2 {
        display: block;
    }

    /* .product-show .box1{
        z-index: -1;
        height: 0;
    } */
    .product-show .banner .imgbox {
        height: 288px;
    }

    .product-show .banner .change {
        display: none;
    }

    .server2 .detail li {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .server2 .detail li .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .server2 .detail li:hover .icon .img-mutual {
        margin-left: -60px;
    }

    .server2 .detail li .icon .img-mutual span {
        width: 60px;
    }

    .server2 .detail li .icon .img-mutual img {
        width: 60%;
    }

    #advantage {
        margin-top: 60px;
    }

    #advantage .product-list li {
        width: 250px;
        height: auto;
        box-shadow: none;
        text-align: left;
        margin: 15px auto;
    }

    #advantage .product-list li.not-use {
        margin: 0;
    }

    #advantage .product-list li .icon {
        width: 80px;
        height: auto;
        display: inline-block;
        line-height: 60px;
        margin: 0;
        margin-right: 5px;
        background: none;
    }

    #advantage .product-list li span {
        font-size: 16px;
    }

    .case {
        padding: 50px 0;
    }

    .case .carousel {
        display: none;
    }

    .case .scrsParent {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    .case .scrsParent .owl-item {
        padding: 0 20px;
    }

    .case .case-more {
        margin-top: 28px;
    }

    .support .overlay {
        padding: 50px 0;
    }

    .support .scrsParent {
        display: block;
        text-align: center;
    }

    .support .title {
        margin-bottom: 0;
    }

    .support .title h5 {
        margin-top: 0;
    }

    .support .scrsParent .owl-item .item .icon {
        width: 20%;
        margin: 0 auto;
    }

    .support .scrsParent .owl-item .item h6 {
        margin-top: 20px;
    }

    .support .scrsParent .owl-item .item p {
        text-align: left;
        padding: 0 20px;
        margin-bottom: 0;
    }

    .server2 {
        padding: 50px 0;
    }

    .server2 .title {
        margin-bottom: 20px;
    }

    .server2 .detail li {
        margin-bottom: 0;
    }

    .server2 .detail li .icon {
        background: none;
    }

    .server2 .detail li .cont {
        width: 120px;
    }

    .server2 .cont h6 {
        line-height: 60px;
        margin: 0;
    }

    .owl-prev,
    .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .owl-prev {
        left: 5px;
    }

    .owl-next {
        right: 5px;
    }

    .markSixbbs-list {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .markSixbbs-l>img {
        width: 320px;
    }

    .markSixbbs-item {
        width: 90% !important;
        margin: 20px auto 0 !important;
        padding: 20px;
    }

    .doyApi {
        padding-bottom: 0;
        height: auto;
    }

    .doyApi .title img {
        width: auto;
    }

    .doyApi-list {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .doyApi-content,
    .doyApi-cont {
        width: 100% !important;
        height: auto;
    }

    .doyApi-item {
        width: 90% !important;
        margin: 20px auto 0 !important;
        padding: 8px;
        text-align: left;
    }

    .doyApi .title .app-hid {
        display: block;
    }

    .doyApi .title {
        margin-bottom: 40px;
    }

    .doyApi-r>img {
        width: 100%;
        height: auto;
    }

    .doyApi-r {
        position: relative;
    }

    .productList {
        position: static;
    }

    .sports-list {
        display: block;
    }

    .sports-l {
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .sports-l img {
        width: 90%;
    }

    .sports-fea h5::after {
        display: none;
    }

    .sports-fea {
        width: 90%;
        text-align: center;
        margin: 0 auto 40px;
    }

    .sports-fea p {
        width: 100%;
    }

    .sports-item-box {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }

    .sports-item {
        width: 150px;
        margin-bottom: 20px;
    }
}

.video_popbox_bg.pop_active {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video_popbox_bg.is_scroll {
    display: block;
}

.video_popbox_bg {
    overflow: auto;
    position: fixed;
    z-index: 99999999;
    background: rgba(153, 153, 153, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
}

.video_popbox_bg.pop_active .video_popbox {
    opacity: 1;
}

.video_popbox_bg.is_scroll .video_popbox {
    margin: 0 auto;
}

@media (min-width: 980px) {
    .video_popbox {
        padding: 40px 3em;
    }
}

.video_popbox {
    position: relative;
    opacity: 0;
    background: url(../img/videoBg.jpg);
    width: 93%;
    max-width: 980px;
    -webkit-box-shadow: 2px 5px 5px rgba(27, 27, 27, 0.75);
    box-shadow: 2px 5px 5px rgba(27, 27, 27, 0.75);
    padding-top: 3em;
}

@media (min-width: 980px) {
    .video_popbox .popbox_header {
        top: 1em;
    }
}

.video_popbox .popbox_header {
    position: absolute;
    right: 1em;
    top: 0.5em;
    width: 27px;
    height: 27px;
    cursor: pointer;
    z-index: 99999;
}

.video_popbox .popbox_content {
    position: relative;
    width: 100%;
    height: calc(90vw * 0.5625);
    max-width: calc(980px - 6em);
    max-height: calc((980px - 6em) * 0.5625);
}

.video_popbox .popbox_content iframe,
.video_popbox .popbox_content video {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video_popbox .popbox_date {
    overflow: hidden;
    padding: 2em 0 1em 0;
}

.video_popbox .popbox_date .item+.item {
    padding-right: 0;
    padding-left: 5%;
    border-left: 1px solid rgba(236, 238, 239, 0.5);
}

.video_popbox .popbox_date .item {
    padding-right: 5%;
    text-align: center;
    width: 100%;
    float: left;
}

.video_popbox .popbox_date .item h1 {
    line-height: 150%;
    color: #f15a24;
    font-size: 2.5vw;
}

.video_popbox .popbox_date .item p {
    line-height: 150%;
    padding: 0 0.5em;
    text-align: left;
    color: #55b2ff;
    font-size: 2vw;
    display: inline-block;
}

.video_popbox .popbox_header:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: #55b2ff;
    right: 0.5em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video_popbox .popbox_header:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: #55b2ff;
    right: 0.5em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popbox_date img {
    width: 70%;
}

video {
    outline: none;
}

.Advantage-introduction li {
    display: inline-block;
    width: 33%;
    color: #fff;
}

.Advantage-introduction h3 {
    font-size: 20px;
}

.Advantage-introduction p {
    width: 265px;
    margin: 0 auto;
}

.playBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    position: absolute;
}

.playBox img {
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}




/* 英文 */
.lang_en .markSixbbs-item h5 {
    height: 30px;
}

.lang_en .markSixbbs-item {
    padding: 20px 20px 20px 20px;
}

.lang_en .markSixbbs-item p {
    font-size: 12px;
}

.lang_en .sports-fea h5::after {
    width: 264px;
    left: 150px;
}

.lang_en .sports-fea1 h5::after {
    width: 138px;
    left: 270px;
}

/* 印地 */
.lang_hi .markSixbbs-item h5 {
    height: 30px;
}

.lang_hi .markSixbbs-item {
    padding: 20px 20px 20px 20px;
}

.lang_hi .markSixbbs-item p {
    font-size: 12px;
}

.lang_hi .productList {
    min-width: 140px;
}

.lang_hi .sports-fea1 h5::after {
    width: 192px;
    left: 234px;
}


/* 越南语 */

.lang_vie .markSixbbs-item h5 {
    height: 30px;
}

.lang_vie .markSixbbs-item {
    padding: 20px 20px 20px 20px;
}

.lang_vie .markSixbbs-item p {
    font-size: 12px;
}

.lang_vie .nav-sec .navbar-nav>li>a {
    padding: 0 9px !important;
}

.lang_vie .sports-fea1 h5::after {
    width: 138px;
    left: 270px;
}


/* :end */