/* 头部 */
#banner .swiper-wrapper .swiper-slide {
    background-image:none;
}
/* #banner .swiper-wrapper .swiper-slide .banner-info h2 {
    font-weight: unset;
} */
/* #banner .swiper-wrapper .swiper-slide .banner-info p {
    margin: 15px 0 43px 0;
} */
#banner .swiper-wrapper .swiper-slide .banner-info #goScroll {
    background-image: none;
    background-color: #2981ff;
    transition: background 0.3s;
}

#banner .swiper-wrapper .swiper-slide .banner-info #goScroll:hover {
    cursor: pointer;
    background-color: #2574e5;
}
/* 产品功能优势 */
.section-sdk1 .name {
    padding-top: 0;
    font-weight: unset;
    font-size: 30px;
    color: #1c1d1f;
}
.section-sdk1 .good-content {
    width: 1058px;
    margin: 60px auto 0;
}
/* 产品接入步骤 */
.section-sdk2 {
    background-color: #f4f6fa;
}
.section-sdk2 ul {
    position: relative;
    display: flex;
    justify-content: space-around;
}
.section-sdk2 li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    background-color: #f4f6fa;
}
.section-sdk2 li img {
    /* height: 60px;
    margin-left: 20px; */
    position: relative;
    margin-bottom: 30px;
}
.section-sdk2 li p {
    font-size: 16px;
    font-weight: bold;
    color: #323235;
}
.section-sdk2 ul::before {
    content: '';
    position: absolute;
    top: 47px;
    left: 100px;
    right: 100px;
    border-top: 1px solid #dee1e8;
}
/* 游戏盾SDK版本说明 */
.section-sdk3 .section-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}
.section-sdk3 .section-body ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 335px;
    /* height: 415px; */
    background-color: #fff;
    border: 1px solid #ebedf0;
    position: relative;
    transition: all .3s;
    margin: 10px;
    box-sizing: border-box;
}

.section-sdk3 .section-body ul li h3 {
    padding: 0 24px;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
    color: #323235;
    background-image: linear-gradient(0deg, rgb(242,245,250) 0%, rgb(246,248,251) 100%);
}
.section-sdk3 .top10 {
    flex: 1;
    padding: 20px 24px;
}
.section-sdk3 .top10 div {
    flex: 1;
    color: #323235;
    display: flex;
    justify-content: space-between;
}
.section-sdk3 .top10 div + div {
    margin-top: 14px;
}
.section-sdk3 .top10 span:first-child {
    color: #626266;
}
.section-sdk3 .item-bottom {
    position: relative;
    height: 127px;
    padding: 19px 24px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s;
}
.section-sdk3 .item-bottom > * {
    position: relative;
    z-index: 2;
}
.section-sdk3 .item-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    border-top: 1px solid #f2f4f7;
}
.section-sdk3 .item-bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/new_website/gamedunsdk/gamedunsdk-s3-bg.jpg);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}
.section-sdk3 .border-line span:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #f33e3e;
}
.section-sdk3 .border-line span:nth-child(2) {
    font-size: 14px;
    color: #999999;
}
.section-sdk3 .button {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #2981ff;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #2981ff;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}
.section-sdk3 .section-body ul li:hover .button{
    color: #fff;
    background-color: #2981ff;
}
.moreTab {
    display: none;
}
/* 应用场景 */
.section-sdk4 {
    background-color: #f4f6fa;
    padding-bottom: 50px;
}
.section-sdk4 .section-body {
    padding: 20px;
    box-sizing: border-box;
    padding: 46px 20px;
    text-align: center;
    background-color: #fff;
}

.edition{
    display: none;
}

.service-item-iconfont{display: none;}
/* .honor-inner-a {
    display: flex;
 overflow-x: scroll;
  overflow-y: hidden;
}
.honor-inner-a::-webkit-scrollbar {
  width: 100%;
  height: 6px;
  background-color: #dee1e8;
  position: relative;
  top: 3px;
}
.honor-inner-a::-webkit-scrollbar-thumb {
  background-color: #dee1e8;
  border-radius: 10px;
}
.honor-inner-a::-webkit-scrollbar-track {
  background-color: #f0f0f0;
} */
.honor-box .honor-inner a {
    flex: none;
}

@media screen and (min-width:1024px){
    .banner-info {
        margin-top: -48px;
    }
    .banner-header {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .banner-header img {
        width: 226px;
        height: auto;
        display: block;
        margin-top: -40px;
        margin-left: 8px;
    }
    .banner-info>p {
        margin-top: 2px;
    }

    .section-body .chatu{width: auto;}
    .honor-box .honor-inner a{
        padding: 0 10px;
    }
    .section-sdk3 .section-body ul li:hover {
        top: -6px;
        box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.08);
    }
    .section-sdk3 .section-body ul li:hover::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 18px;
        top: 100%;
    }
    .section-sdk3 .section-body ul li:hover .item-bottom::after {
        opacity: 1;
    }
    .section-sdk3 .section-body ul li:hover .item-bottom::before {
        display: none;
    }
    .section-sdk2 li img {
        transform: translateX(10px);
    }
    .section-sdk2{padding-bottom: 48px;}
}
@media screen and (max-width:1024px) {
    .banner-header img {
        display: none;
    }

    .section-sdk1 .good-content {
        width: 96%;
        margin: 60px auto 0;
    }
    .section-sdk3 .section-body {width: 92%;}
    .section-sdk3 .section-body ul li {width: 31.9%;}
    .section-sdk3 .section-body ul li:nth-child(3n) {margin-right: 0;}
}

/* 手机适配 */
@media screen and (max-width:1023px) {
    .arrange-img{padding: 0;}
    .banner.h434{
        height: 449px;
    }

    .animate-div {transform:scale(.6);padding-top:  23px;padding-bottom:  23px;}

    .banner .swiper-wrapper .swiper-slide {
        padding-bottom: 0;
    }

    /* 产品功能优势 */
    .section-sdk1 {margin: 0 auto;}
    section {
        padding-top:  40px;
        padding-bottom:  40px;
        background-color: #fff;
    }
    section .name {
        color: #1c1d1f;
        font-size:  18px;
    }
    .section-sdk1 .good-content {
        margin-top:  24px;
    }
    .section-sdk1 .good-content .img-box {
        margin: 0 auto;
    }
    .section-sdk1 .good-content .img-box img {width: 87%;}
    .section-sdk1 .good-content .detail {
        margin-top:  20px;
        padding: 0 15px 0 35px;
    }
    .detail p:nth-of-type(1) {
        font-size:  15px;
    }
    .detail p:nth-of-type(2) {
        font-size:  14px;
        color: #323235;
        line-height:  23px;
        margin-top:  9px;
    }
    .detail div { position: relative; margin-bottom:  13px; }
    .detail div::after{ left:  -21px; top:  3px; width:  14px; height:  14px; }
    .detail div::before{ left:  -17px; top:  7px; width:  6px; height:  6px; }

    /* 版本说明 */
    .section-sdk3 { padding-top:  40px;}
    .section-sdk3 .section-body {
        width: auto;
        padding: 0 15px;
    }
    .section-sdk1 .name,
    .section-sdk3 .section-body .name,
    .section-sdk4 .name {
        margin-bottom:  9px;
        color: #1c1d1f;
        font-size:  18px;
    }
    .section-sdk3 .section-body .description {
        text-align: left;
        line-height:  23px;
        color: #9a9aa0;
        font-size:  13px;
    }
    .section-sdk3 .section-body ul li {
        width: auto;
        margin: 0 auto;
        margin-bottom:  15px;
        height: auto;
        border-radius: 0;
    }
    .section-sdk3 .section-body ul li:last-child {
        margin-bottom:  15px;
    }
    .section-sdk3 .section-body ul li h3 {
        padding: 0;
        margin: 0;
        background-color: #fff;
        text-align: center;
        width: 90%;
        border-bottom: 1px dashed #eaebef;
    }
    .section-sdk3 .section-body ul li {
        padding-top:  14px;
        font-size:  14px;
    }
    .section-sdk3 .section-body ul li .top10 {
        display: none;
    }
    .section-sdk3 .section-body ul li .top10 {
        display: block;
        margin: 0 12px;
        color: #dadada;
    }
    .section-sdk3 .section-body ul li {
        text-align: left;
        font-size:  13px;
        line-height:  25px;
    }
    .section-sdk3 .section-body ul li .top10 li span {
        text-align: left;
        width: 53%;
    }
    .section-sdk3 .section-body ul li .top10 li span:nth-of-type(1) {
        text-align: left;
        width: 48%;
        color: #626266;
        font-size:  13px;
    }
    .section-sdk3 .section-body ul li .top10 li span:nth-of-type(2) {
        text-align: left;
        width: 45%;
        color: #404042;
        margin-left: 0;
        font-size:  13px;
    }
    .section-sdk3 .section-body ul li .border-line {
        margin-top:  14px;
        padding-top:  30px;
        text-align: left;
        margin-bottom:  30px;
    }
    .section-sdk3 .section-body ul li .border-line span:nth-child(1) {
        font-size:  18px;
    }
    .section-sdk3 .section-body ul li .border-line span:nth-child(2) {
        margin-left: 2px;
        font-size:  13px;
    }
    .section-sdk3 .section-body ul .block05 {border: solid 0.5px #eaebef;}
    .section-sdk3 .section-body ul .block05:hover {
        box-shadow: none;
        border: solid 0.5px #eaebef;
    }
    .section-sdk3 .section-body ul .block05:hover ul .button {
        background: unset;
        margin: 0;
        margin-top: -18%;
        margin-right: 5%;
        width: auto;
        border-radius:  2px;
        height:  44px;
        width:  120px;
        background-color: #2981ff;
        font-size:  14px;
        line-height:  44px;
    }
    .section-sdk3 .section-body ul li .button {
        background: unset;
        margin: 0;
        margin-top: -18%;
        margin-right: 5%;
        border-radius:  2px;
        background-color: #2981ff;
        border: solid 1px #2981ff;
    }
    .section-sdk3 .section-body ul li:nth-child(n+4) {
        display: none;
    }
    .moreTab {
        color: #60a0fe;
        display: block;
        font-size:  13px;
    }
    .moreTab img {
        height:  4px;
        width:  8px;
        vertical-align: middle;
        margin-left:  8px;
        position: relative;
        top: -1px;
    }
    .section-sdk3 .section-body ul {
        margin-bottom:  40px;
    }

    .section-sdk4 {margin: 0 auto;padding-bottom: 0;}




    .banner .swiper-slide video{
        display: none;
    }
    .banner.banner-honour .swiper-slide{
        padding-bottom: 0;
    }
    .banner-single .banner-ani {
        background-image: url(/images/new_kkidc/gamedunsdk/m-banner.jpg);
    }
    .banner-info >*:last-child{
        display: flex;
        justify-content: center;
    }
    .section-a2{
        background: #F5F7FA;
    }

    .honor-box .honor-inner a{
        flex: none;
    }
    .honor-icon {
        background-image: url(/images/new_kkidc/gamedunsdk/m-honor-icon.png);
        background-size: cover;
        margin-right: 20px;
    }
    .section-colflex-3.is-row>*{
        max-width: 100%;
        min-height: 255px;
    }
    .section-body li{
        border: 0;
    }
    .section-colflex-3 span{
        font-size: 35px;
        line-height: 55px;
    }
    .section-colflex-3.is-row>*:hover{
        box-shadow: 0 0 0;
    }
    .icon-box-div{
        position: absolute;
    }
    .card-bg-bommon-more-box{
        display: none;
    }
    .card-bg-top-box{
        display: block;
    }
    .box-drop-box{
        display: none;
    }
    .card-bg-bommon-drop-box{
        display: block;
    }
    .box-drop {
        display: none;
    }
    .card-bg-bommon{
        display: none;
    }
    .card-bg-bommon-drop{
        display: block;
    }
    .drop-more{
        transform: rotate(270deg);
    }
    .service-item-iconfont{
        width: 100%;
        display: flex;
        color: #2981ff;
        justify-content: center;
    }
    .service-item-div-more{
        display: none !important;
    }
    .service-item-more{
        display: flex!important;
        width: 100%;
    }
    .section-sdk2 li{
        padding: 0;
        flex: 0 0 40%;
    }
    .section-sdk2 ul{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .section-sdk2 ul::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
    .section-sdk2 li p{
        font-size: 38px;
    }
    .section-sdk2 ul::before{
        border-top: 0;
    }
    .divider{
        z-index: 12;
        background: #DEE1E8;
        box-shadow: 0px 1px 0px 0px #FCFDFF;
    }
    .section-header p{
        color: #323235;
        font-size: 35px;
        text-align: justify;
        line-height: 65px;
    }
    .moreTab{
        display: block;
    }
    .section-sdk3 .section-body ul li .button{
        color: #fff;
    }
    .section-sdk3 .section-body ul li h3{
        background: rgba(255, 255, 255, 0);
    }
    .section-sdk3 .section-body ul li .border-line{
        margin-top: 35px;
        padding-top: 0;
    }
    .section-sdk3 .section-body ul li h3{
        text-align: left;
        border-bottom: 0;
    }
    .section-sdk3 .top10{
        padding: 0;
    }
    .section-sdk3 .item-bottom::before{
        border-top: 0;
    }
    .section-sdk3 .section-body ul li .border-line span:nth-child(2){
        color:#1C1D1F;
    }
    .section-sdk3 .item-bottom{
        padding: 0;
        height: 78px;
        flex-wrap: wrap-reverse;
        position: static;
    }
    .section-sdk3 .section-body ul li{
        width: 100%;
        padding: 60px 0;
        border: 1px solid #EBEDF0;
        background: url(/images/new_kkidc/gamedunsdk/m-bj.png);
        background-size: 101% 102%;
    }
    .section-sdk3 .top10 div{
        justify-content: flex-start;
    }
    .section-sdk4{
        background-color: #fff;
    }
    .section-sdk4 object{
        width: 100%;
    }
    .section-sdk4 .section-body{
        border: 1px solid #E1E5EB;
        box-shadow: 0px 5px 27px 0px rgba(18,51,100,0.04);
    }
    .moreTab{
        justify-content: center;
        font-size: 13px;
        display: flex;
    }
    .edition .iconfont-iconclass{
        transform: rotate(270deg);
    }
    .edition {
        color: #60a0fe;
        justify-content: center;
        font-size: 13px;
        display: none;
    }
    .new-class{
        display: none !important;
    }
    .new-class-more{
        display: block !important;
    }
    .section-sdk3 .section-body ul li:nth-child(n+4){
        display: block;
    }
    .section-sdk3 .item-bottom::after{
        background: rgba(255, 255, 255, 0);
    }

    .section-colflex-3.is-row>*{
        min-height: 191px;
    }
    .section-sdk2 li p{
        font-size: 29px;
    }
    .section-header p{
        font-size: 27px;
    }
    .section-sdk3 .section-body ul li .border-line{
        margin-top: 63px;
    }
    .section{
        padding: 100px 0;
    }



    .animate-div {transform:scale(.4);}

    .section {
        padding: 80px 0;
    }
    .section-header h1, .section-header h3{
        font-size: 18px;
        font-weight: 800;
        color: #1C1D1F;
    }
    .section-body p{
        font-size: 16px;
    }
    .section-colflex-3.is-row>* {
        min-height: 85px;
    }
    .service-item-iconfont{
        font-size: 13px;
    }
    .iconfont{
        font-size: 11px;
    }
    .section-sdk2 li p{
        font-size: 16px;
    }
    .section-header p{
        font-size: 15px;
        line-height: 27px;
    }
    .section-sdk3 .section-body ul li{
        padding: 25px 0;
    }
    .section {
        padding: 60px 0;
    }



    .section-sdk3 .section-body ul li .border-line{
        margin-top: 57px;
    }
    .section{
        padding: 40px 0;
    }

    .divider {
        position: absolute !important;
        width: 49px !important;
        height: 1px !important;
        bottom: 80px;
        right: -40px;
    }



    .honor-icon{
        margin-right: 15px;
    }
    .section-sdk1 {
        padding: 39px 0;
    }
    .section-colflex-3{
        margin: 0 -5px 0;
    }
    .section-colflex-3.is-row>* {
        min-height: auto;
        padding: 0;
    }
    .section-sdk1 .section-body p{
        font-size: 16px;
        color: #1C1D1F;
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 38px;
    }
    .icon-box-div{
        position: static;
    }
    .section-colflex-3.is-row .icon-box{
        position: absolute;
        margin: -2px 0 0 0;
    }
    .section-colflex-3.is-row>*{
        margin-top: 0;
    }
    .section-body li{
        margin-bottom: 31px;
    }
    .service-item-iconfont{
        padding: 0 0 0 22px;
    }
    .section-sdk2 .section-body li:not(:last-child){
        margin: 0 24px 0 0px;
    }
    .section-sdk2{
        padding: 40px 0 0;
    }
    .section-sdk3 .section-header p {
        margin: 0;
    }
    .section-sdk3 .section-header {
        margin-bottom: 20px;
    }
    .section-sdk3 .section-body ul li:first-child {
        margin-top: 10px;
    }
    .section-sdk3 .section-body {
        padding: 0 10px;
    }
    .section-sdk3 .section-body ul li {
        padding: 10px 0 0;
    }
    .section-sdk3 .section-body ul li .border-line {
        margin-top: 35px;
        padding-top: 32px;
    }
    .section-sdk3 .section-body ul li .button{
        margin-right: 15px;
        border-radius: 0;
        left: 0px;
        right: 0px;
        top: -20px;
        padding: 5px;
        width: 150px;
        height: auto;
        line-height: 26px;
        font-weight: 500;
        font-size: 13px;
    }
    .section-sdk3 .section-body ul{
        margin-bottom: 0;
    }
    .section-sdk3{
        padding: 40px 0 0;
    }

    .honor-box .honor-inner a{
        border-left: 0;
    }
    .honor-box{
        height: 44px;
    }

    .honor-box .honor-inner a{
        padding: 0;
        margin: 0 16px 0 7px;
        border-left: 0;
    }
    .honor-box .honor-inner{
        font-size: 14px;
    }
    .section-sdk1 .section-colflex-3.is-row .icon-box img {
        max-width: 26px;
        margin-right: 15px;
    }
    .section-body span{
        font-size: 13px;
        color: #626266;
        line-height: 20px;
    }
    .section-sdk1 .section-colflex-3.is-row span{
        margin-top: 9px;
    }
    .section-body li:not(:last-child){
        margin-bottom: 24px;
    }
    .section-sdk1 .iconfont-iconclass {
        transform: rotate(90deg);
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 30px;
    }
    .section-sdk1 .drop-more {
        transform: rotate(270deg);
    }
    .section-sdk1 .iconfont {
        font-size: 9px;
        padding: 0 7px;
    }
    .section-sdk1 .section-body li {
        margin-bottom: 24px;
    }
    .section-sdk1 .service-item-iconfont{
        margin-top: -7px;
    }
    .section-sdk2 li p{
        font-weight: 500;
        font-size: 14px;
        color: #1C1D1F;
    }
    .section-sdk2 .section-body li {
        margin-bottom: 33px;
        position: relative;
    }
    .section-sdk3 .section-header h3 {
        margin-bottom: 10px;
    }
    .section-sdk3 .section-header{
        margin-bottom: 14px;
    }
    .section-sdk3 .section-header p {
        width: 99%;
        padding: 0 2px;
        font-size: 13px;
        line-height: 24px;
    }
    .section-sdk3 .section-body ul li{
        padding: 0;
    }
    .section-sdk3 .section-body ul li h3{
        font-size: 16px;
        margin-left: 12px;
        padding-top: 17px;
        margin-bottom: 12px;
        line-height: normal;
    }
    .section-sdk3 .section-body span{
        width: 87px;
    }
    .section-sdk3 .top10-l{
        position: relative;
        color: #1c1d1f;
        left: 37px;
    }
    .section-sdk3 .section-body ul li .border-line{
        margin: 0 0 0 12px;
        padding-top: 27px;
    }
    .section-sdk4{
        padding: 40px 0 30px;
    }
    .section-sdk3 .iconfont {
        font-size: 9px;
        padding: 0 7px;
        bottom: 2px;
        position: relative;
    }
    .section-sdk3 .service-item-iconfont{
        font-size: 13px;
        padding: 5px 0 0 22px;
    }

    .section-sdk2 li img {
        height: 60px;
        margin-left: 20px;
        margin-bottom: 13px;
        position: relative;
    }
    .moretab-rotate{
        transform: rotate(90deg);
    }
}


/* 版本说明增加国际版 */
.sdk_tab{
    width: 226px;
    line-height: 38px;
    overflow: hidden;
    border: 1px solid #2981ff;
    color: #2981ff;
    font-size: 16px;
    margin: 40px auto 8px;
    text-align: center;
}
.sdk_tab_item{
    width: 50%;
    float: left;
    cursor: pointer;
}
.sdk_tab_item.on{
    background: #2981ff;
    color: #fff;
}
.section-sdk3 .section-body.sdk_global{
    display: none;
}
.section-sdk3 .section-body.sdk_global ul li{
    width: calc(33.33% - 20px);
}
.section-sdk3 .section-body.sdk_global .top10 span:first-child{
    min-width: 30px;
}
.section-sdk3 .section-body.sdk_global .item-bottom::after{
    background: url(../../images/new_website/gamedunsdk/sdk_global_bg.jpg) right center no-repeat;
    background-size: cover;
}
.section-sdk3 .border-line span:nth-child(1).price_dz{
    font-size: 20px;
}
@media screen and (max-width: 1023px){
    .sdk_tab{
        width: 186px;
        line-height: 32px;
        font-size: 14px;margin: 20px auto 25px;
    }
    .section-sdk3 .section-body.sdk_global ul li{
        width: 100%;
        background: url(../../images/new_website/gamedunsdk/sdk_global_bg_m.jpg) right top no-repeat;
        background-size: cover;
    }
    .section-sdk3 .section-body.sdk_global .top10>div span:nth-child(2){
        width: calc(100% - 127px);
    }
    .section-sdk3 .section-body ul li .border-line span:nth-child(1).price_dz{
        font-size: 16px;
    }
}