/* banner */

.content .banner {
    width: 100%;
    height: 520px;
    /* text-align: center; */
    margin-top: 80px;
    background: url(../images/agency_banner.jpg) no-repeat;
    background-size: cover;
}

.content .banner .banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin-top: 166px;
}

.content .banner .banner-content p {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 36px;
}

.content .banner .banner-content button {
    width: 190px;
    height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    background: #FF8004;
    border-radius: 10px;
    margin-top: 37px;
}

.content .banner .banner-content button:hover {
    transition: all 0.3s;
    background-color: #ff9e04;
}

.content .banner .banner-content::before {
    content: "";
    display: table;
}


/* 游戏代理四步走 */

.content .flow {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.content .flow .flow-content .title {
    width: 100%;
    text-align: center;
}

.content .flow .flow-content .title h1 {
    color: #333333;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.content .flow .flow-content .flow-content-list {
    width: 100%;
    font-size: 0;
    margin-top: 70px;
}

.content .flow .flow-content .flow-content-list .item {
    float: left;
    margin-right: 26px;
}

.content .flow .flow-content .flow-content-list .item .displacement {
    width: 280px;
    height: 366px;
    padding: 38px 20px 0;
    box-sizing: border-box;
    border-radius: 16px;
    position: relative;
    box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.08);
}

.content .flow .flow-content .flow-content-list .item:hover .displacement {
    transition: all 0.3s;
    transform: translateY(-10px);
}

.content .flow .flow-content .flow-content-list .item:last-child {
    margin-right: 0;
}

.content .flow .flow-content .flow-content-list .item h4 {
    color: #333333;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.content .flow .flow-content .flow-content-list .item h4 span {
    display: block;
    width: 34px;
    height: 4px;
    background: #FF8004;
    border-radius: 3px;
    margin-top: 13px;
}

.content .flow .flow-content .flow-content-list .item p {
    color: #929292;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 15px;
}

.content .flow .flow-content .flow-content-list .item .icon {
    width: 169px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.content .flow .flow-content .flow-content-list .item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.content .flow .flow-content .flow-content-list .item:nth-child(2) .icon {
    bottom: 15px;
}

.content .flow .flow-content .flow-content-list .item:nth-child(3) .icon img {
    max-width: 65%;
    max-height: 65%;
}

.content .flow .flow-content .flow-content-list::after {
    content: "";
    display: table;
    clear: both;
}


/* 游戏代理四步走options */

.content .step {
    width: 100%;
    height: 200px;
    background: url(../images/step-bg.jpg) no-repeat center;
    background-size: cover;
}

.content .step .step-content .item {
    float: left;
    width: calc(100%/4);
    height: 100%;
}

.content .step .step-content .item .icon {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin: 44px auto 18px;
}

.content .step .step-content .item .icon img {
    width: 100%;
}

.content .step .step-content .item .text {
    width: 100%;
    text-align: center;
}

.content .step .step-content .item .text h4 {
    color: #FEFEFE;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.content .step .step-content .item .text p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    word-break: break-all;
    margin-top: 15px;
}


/* 艺游互娱游戏代理种类 */

.content .kind {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    background-color: #F0F0F0;
}

.content .kind .kind-content .title {
    width: 100%;
    text-align: center;
}

.content .kind .kind-content .title h1 {
    color: #333333;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.content .kind .kind-content .kind-content-list {
    width: 100%;
    margin-top: 70px;
}

.content .kind .kind-content .kind-content-list .item {
    float: left;
    margin-right: 20px;
}

.content .kind .kind-content .kind-content-list .item .displacement {
    width: 287px;
    height: 333px;
    padding: 45px 0px 0px 0;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.content .kind .kind-content .kind-content-list .item.active .displacement {
    width: 585px;
    transition: all 0.4s;
}


/* .content .kind .kind-content .kind-content-list .item:hover .displacement {
    transition: all 0.3s;
    transform: translateY(-10px);
} */

.content .kind .kind-content .kind-content-list .item:last-child {
    margin-right: 0;
}

.content .kind .kind-content .kind-content-list .item .top {
    width: 100%;
    height: 218px;
    text-align: center;
    line-height: 218px;
    background-color: #e7e7e7;
    border-radius: 16px 16px 0px 0px;
}

.content .kind .kind-content .kind-content-list .item .top img {
    max-width: 82%;
    max-height: 82%;
}

.content .kind .kind-content .kind-content-list .item .icon {
    width: 0;
    min-width: 0;
    /* position: relative; */
    overflow: hidden;
}

.content .kind .kind-content .kind-content-list .item.active .icon {
    width: 298px;
    height: 100%;
    min-width: 298px;
    transition: all 0.4s;
}

.content .kind .kind-content .kind-content-list .item .kindIconIos img {
    width: 205px;
    height: 257px;
    min-width: 211px;
    position: absolute;
    left: 320px;
    bottom: -11px;
}

.content .kind .kind-content .kind-content-list .item .kindIconanzhuo img {
    width: 246px;
    height: 258px;
    min-width: 246px;
    position: absolute;
    left: 300px;
    bottom: 0;
}

.content .kind .kind-content .kind-content-list .item .kindIconpc img {
    width: 302px;
    height: 205px;
    min-width: 302px;
    position: absolute;
    left: 287px;
    bottom: 15px;
}

.content .kind .kind-content .kind-content-list .item .bottom {
    width: 287px;
    min-width: 287px;
    padding-left: 24px;
    padding-right: 10px;
    box-sizing: border-box;
}

.content .kind .kind-content .kind-content-list .item .bottom h4 {
    color: #333333;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.content .kind .kind-content .kind-content-list .item .bottom h4 span {
    color: #5E5E5E;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.content .kind .kind-content .kind-content-list .item .bottom .info {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 5px;
}

.content .kind .kind-content .kind-content-list .item .bottom .desc {
    color: #929292;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    max-width: 100%;
    margin-top: 20px;
}

.content .kind .kind-content .kind-content-list .item .bottom button {
    width: 125px;
    height: 46px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    border: 1px solid #FF8004;
    border-radius: 10px;
    background: linear-gradient(64deg, #EA7331, #E39866);
    /* background-color: transparent; */
    position: absolute;
    left: 24px;
    bottom: 22px;
}

.content .kind .kind-content .kind-content-list .item .bottom .kindIos {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: -18px;
    bottom: -40px;
}

.content .kind .kind-content .kind-content-list .item .bottom .kindanzhuo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: -38px;
    bottom: -116px;
}

.content .kind .kind-content .kind-content-list .item .bottom .kindpc {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: -33px;
    bottom: -70px;
}

.content .kind .kind-content .kind-content-list .item .bottom button:hover {
    transition: all 0.3s;
    color: #FFFFFF;
    background-color: #FF8004;
}

.content .kind .kind-content .kind-content-list .item .bottom::before {
    content: "";
    display: table;
}

.content .kind .kind-content .kind-content-list::after {
    content: "";
    display: table;
    clear: both;
}


/* 传统游戏代理vs艺游互娱游戏代理 */

.content .agencyVs {
    width: 100%;
    /* height: 862px; */
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../images/agencyvs-bg.jpg) no-repeat center;
    background-size: cover;
}

.content .agencyVs .agencyVs-content .title {
    width: 100%;
    text-align: center;
}

.content .agencyVs .agencyVs-content .title h1 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.content .agencyVs .agencyVs-content .title h1 span {
    font-size: 50px;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
    position: relative;
    left: -8px;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs .lf,
.content .agencyVs .agencyVs-content .agencyVs-Vs .rt {
    display: flex;
    align-items: center;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs .lf p,
.content .agencyVs .agencyVs-content .agencyVs-Vs .rt p {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs .lf img,
.content .agencyVs .agencyVs-content .agencyVs-Vs .rt img {
    width: 122px;
    height: 122px;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs .lf img,
.content .agencyVs .agencyVs-content .agencyVs-Vs .rt p {
    margin-left: 30px;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs .md {
    width: 122px;
    height: 122px;
    margin: 0 130px 0;
}

.content .agencyVs .agencyVs-content .agencyVs-Vs .md img {
    max-width: 100%;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list {
    width: 100%;
    margin-top: 64px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item {
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    margin-top: 28px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:first-child {
    margin-top: 0;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .lf {
    float: left;
    width: 50%;
    padding-left: 28px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .lf p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    line-height: 50px;
    text-align: right;
    padding-right: 30px;
    background: linear-gradient(51deg, #EB742F, #E38444);
    border-radius: 25px 0 0 25px;
    position: relative;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(1) .rt p {
    width: 291px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(2) .rt p {
    width: 341px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(3) .rt p {
    width: 246px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(4) .rt p {
    width: 370px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(5) .rt p {
    width: 282px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(6) .rt p {
    width: 330px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .lf p .disc,
.content .agencyVs .agencyVs-content .agencyVs-content-list .item .rt p .disc {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .rt p .disc {
    background-color: rgba(57, 58, 61, 0.2);
    left: unset;
    right: 20px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .lf .name,
.content .agencyVs .agencyVs-content .agencyVs-content-list .item .rt .name {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .rt {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    box-sizing: border-box;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item .rt p {
    color: #333333;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    line-height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0 25px 25px 0;
    position: relative;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(1) .lf p {
    width: 501px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(2) .lf p {
    width: 433px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(3) .lf p {
    width: 365px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(4) .lf p {
    width: 417px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(5) .lf p {
    width: 383px;
}

.content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(6) .lf p {
    width: 447px;
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list {
    width: 100%;
    padding: calc(26px/2) calc(18px/2) calc(26px/2) calc(19px/2);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: calc(24px/2);
    margin: 20px auto 0;
    font-size: 0;
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top {
    width: 100%;
    /* height: 367px; */
    font-size: 10px;
    padding: calc(42px/2) 0 calc(40px/2) calc(24px/2);
    box-sizing: border-box;
    font-size: 0;
    background: linear-gradient(64deg, #EA7331, #E39866);
    border-radius: calc(24px/2) calc(24px/2) 0px 0px;
    position: relative;
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top .topIcon {
    width: calc(166px/2);
    height: calc(230px/2);
    position: absolute;
    right: calc(21px/2);
    bottom: calc(26px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top h2 {
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin-bottom: calc(46px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p {
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-family: 'PingFang';
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: calc(28px/2);
    position: relative;
    /* left: -37px; */
    box-sizing: border-box;
    white-space: nowrap;
    /* transform: scale(0.75); */
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p span {
    line-height: 22px;
    display: inline-block;
    color: #E87D3F;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    white-space: nowrap;
    padding: 0 calc(7px/2);
    box-sizing: border-box;
    margin-right: calc(13px/2);
    background-color: #fff;
    border-radius: calc(6px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p:nth-child(2) {
    margin-top: 0;
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p:first-child {
    font-size: 12px;
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom {
    width: 100%;
    padding: calc(42px/2) 0 calc(40px/2) calc(24px/2);
    font-size: 0;
    background: #FFFFFF;
    border-radius: 0px 0px calc(24px/2) calc(24px/2);
    position: relative;
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom .bottomIcon {
    width: calc(186px/2);
    height: calc(183px/2);
    position: absolute;
    right: calc(11px/2);
    bottom: calc(34px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom h2 {
    color: #333333;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin-bottom: calc(46px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom p {
    width: 100%;
    color: #333;
    font-size: 12px;
    font-family: 'PingFang';
    font-weight: 400;
    margin-top: calc(28px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom p span {
    display: inline-block;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    padding: 0 calc(7px/2);
    margin-right: calc(13px/2);
    background-color: #E87D3F;
    border-radius: calc(6px/2);
}

.content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom p:nth-child(2) {
    margin-top: 0;
}


/* 客户案例 */

.customer-choose-options {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}

.customer-choose-options .title {
    width: 100%;
    text-align: center;
}

.customer-choose-options .title h1 {
    color: #333333;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.customer-choose-options .customer-choose-options-content {
    /* height: 100%; */
    margin-top: 70px;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
    float: left;
    width: 230px;
    height: 96px;
    text-align: center;
    line-height: 90px;
    background: #fff;
    margin-top: 14px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    margin-right: 12px;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(5n) {
    margin-right: 0;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item img {
    max-width: 80%;
    max-height: 80%;
}

.customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+5) {
    margin-top: 0;
}

.customer-choose-options .customer-choose-options-content .avatar {
    /* width: 189px; */
    height: 74px;
    text-align: center;
    line-height: 74px;
    margin-top: 30px;
}

.customer-choose-options .customer-choose-options-content .avatar img {
    max-width: 100%;
    max-height: 100%;
}

.customer-choose-options .customer-choose-options-content::after {
    content: "";
    display: table;
    clear: both;
}


/* 移动端 适配*/

@media screen and (max-width: 767px) {
    /* banner */
    .content .banner {
        overflow: hidden;
        /* padding: 0 20px; */
        box-sizing: border-box;
        height: calc(1000px/2);
        margin-top: 52px;
        text-align: center;
        background: url(../images/agency_banner-mobile.png) no-repeat;
        background-size: 100%;
        position: relative;
    }
    .content .banner .banner-content h1 {
        font-size: 24px;
        margin-top: 55px;
        font-weight: bold;
        /* max-width: 240px; */
    }
    .content .banner .banner-content p {
        font-size: 16px;
        margin-top: 10px;
        /* max-width: 226px; */
    }
    .content .banner .banner-content button {
        width: 130px;
        height: 35px;
        font-size: 14px;
        border-radius: 8px;
        margin-top: 20px;
    }
    .content .banner .banner-content img {
        width: calc(565px/2);
        height: calc(708px/2);
        /* max-width: 65%; */
        position: absolute;
        left: calc(182px/2);
        /* left: 0; */
        right: 0;
        bottom: -20px;
        margin: auto;
    }
    /* 游戏代理四步走 */
    .content .flow {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .content .flow .flow-content .title h1 {
        font-size: 20px;
    }
    .content .flow .flow-content .flow-content-list {
        margin-top: 35px;
    }
    .content .flow .flow-content .flow-content-list .item {
        width: calc(95%/2);
        margin-right: 8px;
        margin-top: 10px;
    }
    .content .flow .flow-content .flow-content-list .item:nth-child(-n+2) {
        margin-top: 0;
    }
    .content .flow .flow-content .flow-content-list .item .displacement {
        width: 100%;
        height: 226px;
        text-align: center;
        padding: 20px 20px 0;
        border-radius: 8px;
    }
    .content .flow .flow-content .flow-content-list .item:hover .displacement {
        transform: unset;
    }
    .content .flow .flow-content .flow-content-list .item h4 {
        font-size: 16px;
    }
    .content .flow .flow-content .flow-content-list .item h4 span {
        width: 25px;
        height: 3px;
        border-radius: 2px;
        margin: 10px auto 0;
    }
    .content .flow .flow-content .flow-content-list .item p {
        font-size: 14px;
        margin-top: 10px;
    }
    .content .flow .flow-content .flow-content-list .item .icon {
        display: none;
    }
    /* 游戏代理四步走options */
    .content .step {
        height: auto;
        padding: 20px 0;
        box-sizing: border-box;
        background-position: center;
        background: #e96f28;
    }
    .content .step .step-content {
        height: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .content .step .step-content .item {
        width: calc(100%/2);
        /* padding: 0 10px; */
        box-sizing: border-box;
        padding-bottom: 20px;
        border-right: 1px solid #f17730;
        border-bottom: 1px solid #f17730;
    }
    .content .step .step-content::after {
        content: "";
        display: block;
        clear: both;
    }
    .content .step .step-content .item:nth-child(2n) {
        border-right: 0;
    }
    .content .step .step-content .item:nth-child(3),
    .content .step .step-content .item:nth-child(4) {
        /* margin-top: 10px; */
        border-bottom: 0;
        padding-bottom: 0;
    }
    .content .step .step-content .item .icon {
        float: none;
        width: calc(48px/1.2);
        height: auto;
        line-height: unset;
        margin: 20px auto 0;
    }
    .content .step .step-content .item:nth-child(-n+2) .icon {
        margin-top: 0;
    }
    .content .step .step-content .item:nth-child(1n) .icon {
        position: relative;
        left: -10px;
    }
    .content .step .step-content .item:nth-child(1n) .text {
        position: relative;
        left: -10px;
    }
    .content .step .step-content .item:nth-child(2n) .icon {
        position: relative;
        left: 10px;
    }
    .content .step .step-content .item:nth-child(2n) .text {
        position: relative;
        left: 10px;
    }
    .content .step .step-content .item .text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .content .step .step-content .item .text h4 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px;
    }
    .content .step .step-content .item .text p {
        font-size: 14px;
        max-width: 150px;
        margin: 10px auto 0;
    }
    /* 艺游互娱游戏代理种类 */
    .content .kind {
        padding: 30px 20px 15px;
        box-sizing: border-box;
    }
    .content .kind .kind-content .title h1 {
        font-size: 20px;
    }
    .content .kind .kind-content .kind-content-list {
        margin-top: 35px;
    }
    .content .kind .kind-content .kind-content-list .item {
        float: none;
        margin-right: 0;
    }
    .content .kind .kind-content .kind-content-list .item:hover .displacement {
        transform: unset;
    }
    .content .kind .kind-content .kind-content-list .item .displacement {
        display: block;
        width: 100%;
        height: 384px;
        text-align: center;
        padding: 0;
    }
    .content .kind .kind-content .kind-content-list .item .top {
        height: 180px;
        line-height: 180px;
        overflow: hidden;
    }
    .content .kind .kind-content .kind-content-list .item .top img {
        max-width: 100%;
        max-height: 100%;
    }
    .content .kind .kind-content .kind-content-list .swiper-slide:nth-child(1) .item .top img {
        position: relative;
        top: 16px;
    }
    .content .kind .kind-content .kind-content-list .swiper-slide:nth-child(3) .item .top img {
        max-width: 86%;
        max-height: 86%;
        position: relative;
        left: 8px;
        /* top: 16px; */
    }
    .content .kind .kind-content .kind-content-list .item .bottom {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-left: 10px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom h4 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 18px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom .info {
        font-size: 14px;
        margin-top: 12px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom .desc {
        font-size: 14px;
        margin-top: 8px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom button {
        font-size: 14px;
        width: 170px;
        height: 35px;
        position: unset;
        border-radius: 50px;
        margin: 20px auto 0;
        border: 0;
    }
    .content .kind .kind-content .kind-content-list .swiper-slide {
        padding-bottom: 40px;
    }
    .content .kind .kind-content .kind-content-list .swiper-pagination-bullet-active {
        background-color: #FF8004;
    }
    /* 传统游戏代理vs艺游互娱游戏代理 */
    .content .agencyVs {
        padding: 30px calc(38px/2) 30px calc(37px/2);
        box-sizing: border-box;
        background-position-x: center;
    }
    .content .agencyVs .agencyVs-content .title h1 {
        font-size: 20px;
    }
    .content .agencyVs .agencyVs-content .title h1 span {
        font-size: 28px;
    }
    /* 客户案例 */
    .customer-choose-options {
        /* height: 90px; */
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .customer-choose-options .title h1 {
        font-size: 20px;
    }
    .customer-choose-options .customer-choose-options-content {
        margin-top: 35px;
        max-height: 315px;
        overflow: hidden;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
        width: calc(95%/2);
        height: 55px;
        line-height: 54px;
        margin-top: 10px;
        border-radius: 8px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item img {
        max-width: 70%;
        max-height: 70%;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-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;
    }
}


/* iPad 适配*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* banner */
    .content .banner {
        height: 400px;
        margin-top: 52px;
    }
    .content .banner .banner-content h1 {
        font-size: 40px;
        margin-top: 120px;
    }
    .content .banner .banner-content p {
        font-size: 18px;
        margin-top: 20px;
    }
    .content .banner .banner-content button {
        font-size: 16px;
        width: 130px;
        height: 40px;
        margin-top: 42px;
    }
    /* 游戏代理四步走 */
    .content .flow {
        padding: 50px 0;
    }
    .content .flow .flow-content .flow-content-list {
        padding: 0 39px;
        box-sizing: border-box;
    }
    .content .flow .flow-content .flow-content-list .item .displacement {
        height: 330px;
        padding-top: 20px;
    }
    .content .flow .flow-content .flow-content-list .item {
        margin-top: 20px;
    }
    .content .flow .flow-content .flow-content-list .item:nth-child(-n+2) {
        margin-top: 0;
    }
    .content .flow .flow-content .flow-content-list .item .icon {
        bottom: -10px;
        transform: scale(0.85);
    }
    /* 游戏代理四步走options */
    .content .step {
        height: 190px;
        background-position-x: -669px;
    }
    .content .step .step-content .item .icon {
        float: none;
        margin: 35px auto 0;
    }
    .content .step .step-content .item .text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .content .step .step-content .item .text h4 {
        margin-top: 12px;
    }
    .content .step .step-content .item .text p {
        max-width: 86%;
        margin: 6px auto 0;
    }
    /* 艺游互娱游戏代理种类 */
    .content .kind {
        padding: 50px 0;
    }
    .content .kind .kind-content .kind-content-list {
        margin-top: 40px;
    }
    .content .kind .kind-content .kind-content-list .item {
        margin-right: 12px;
    }
    .content .kind .kind-content .kind-content-list .item .displacement {
        width: 222px;
    }
    .content .kind .kind-content .kind-content-list .item.active .displacement {
        width: 445px;
    }
    .content .kind .kind-content .kind-content-list .item .kindIconIos img {
        width: calc(205px/1.1);
        height: calc(257px/1.1);
        min-width: calc(211px/1.1);
        position: absolute;
        left: calc(320px/1.4);
        bottom: 0;
    }
    .content .kind .kind-content .kind-content-list .item .kindIconanzhuo img {
        width: calc(246px/1.05);
        height: calc(258px/1.05);
        min-width: calc(246px/1.05);
        position: absolute;
        left: calc(300px/1.45);
        bottom: 0;
    }
    .content .kind .kind-content .kind-content-list .item .top {
        height: 168px;
        line-height: 168px;
    }
    .content .kind .kind-content .kind-content-list .item .top img {
        max-width: 80%;
        max-height: 80%;
    }
    .content .kind .kind-content .kind-content-list .item .bottom h4 {
        font-size: 18px;
        margin-top: 20px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom .info {
        margin-top: 8px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom .desc {
        max-width: 184px;
        min-height: 63px;
        margin-top: 10px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom button {
        width: 180px;
        height: 40px;
        margin-top: 20px;
        border-radius: 10px;
    }
    /* 传统游戏代理vs艺游互娱游戏代理 */
    .content .agencyVs {
        padding: 50px 0;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list {
        margin-top: 40px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top h2 {
        font-size: 28px;
        margin-bottom: 42px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:first-child {
        width: 100%;
        background: url(../images/vs-bg_01-1.png) no-repeat;
        background-size: 100% 80px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .items {
        width: 100%;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list {
        padding: 26px 18px 26px 19px;
        border-radius: 24px;
        /* height: 795px; */
        margin-top: 40px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top {
        padding: 42px 0 40px 39px;
        border-radius: 24px 24px 0 0;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top .topIcon {
        width: 166px;
        height: 230px;
        right: 21px;
        bottom: 26px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p {
        font-size: 22px;
        margin-top: 28px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p span {
        font-size: 18px;
        padding: 6px 7px 4px;
        margin-right: 13px;
        border-radius: 6px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p:first-child {
        font-size: 24px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom {
        padding: 42px 0 40px 39px;
        border-radius: 0 0 24px 24px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom .bottomIcon {
        width: 186px;
        height: 183px;
        right: 11px;
        bottom: 34px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom h2 {
        font-size: 28px;
        margin-bottom: 42px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom p {
        font-size: 22px;
        margin-top: 28px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom p span {
        font-size: 18px;
        padding: 6px 7px 4px;
        margin-right: 13px;
        border-radius: 6px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top::after {
        height: calc(76px/2);
        left: 5px;
        bottom: -37px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .top p::before,
    .content .agencyVs .agencyVs-content .agencyVs-mobile-list .bottom p::before {
        width: 10px;
        height: 10px;
        max-height: 10px;
    }
    /* 客户案例 */
    .customer-choose-options {
        /* height: 120px; */
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item {
        width: calc(95%/3);
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+5) {
        margin-top: 14px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(-n+3) {
        margin-top: 0;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(5n) {
        margin-right: 12px;
    }
    .customer-choose-options .customer-choose-options-content .customer-choose-options-content-item:nth-child(3n) {
        margin-right: 0;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* banner */
    .content .banner {
        margin-top: 52px;
        /* background-position-x: -148px; */
    }
    /* 游戏代理四步走 */
    .content .flow .flow-content .flow-content-list .item {
        margin-right: 10px;
    }
    .content .flow .flow-content .flow-content-list .item .displacement {
        width: 232px;
    }
    .content .flow .flow-content .flow-content-list .item .icon {
        transform: scale(0.85);
        bottom: -15px;
    }
    /* 游戏代理四步走options */
    .content .step {
        height: 160px;
        /* background-position-x: ; */
    }
    .content .step .step-content .item .text {
        /* width: 64%; */
    }
    .content .step .step-content .item .icon {
        margin: 22px auto 10px;
    }
    .content .step .step-content .item .text p {
        max-width: 180px;
        margin: 10px auto 0;
    }
    /* 艺游互娱游戏代理种类 */
    .content .kind .kind-content .kind-content-list .item {
        margin-right: 8px;
    }
    .content .kind .kind-content .kind-content-list .item.active .displacement {
        width: 487px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom h4 {
        font-size: 20px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom h4 span {
        font-size: 14px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom .desc {
        font-size: 13px;
    }
    .content .kind .kind-content .kind-content-list .item .bottom button {
        width: 110px;
        height: 40px;
        border-radius: 8px;
    }
    .content .kind .kind-content .kind-content-list .item .kindIconIos img {
        width: calc(205px/1.1);
        height: calc(257px/1.1);
        min-width: calc(211px/1.1);
        position: absolute;
        left: calc(320px/1.2);
        bottom: 0;
    }
    .content .kind .kind-content .kind-content-list .item .kindIconanzhuo img {
        width: calc(246px/1.1);
        height: calc(258px/1.1);
        min-width: 246px;
        position: absolute;
        left: calc(300px/1.3);
        bottom: 0;
    }
    .content .kind .kind-content .kind-content-list .item .kindIconpc img {
        width: calc(302px/1.1);
        height: calc(205px/1.1);
        min-width: calc(302px/1.1);
        position: absolute;
        left: calc(287px/1.25);
        bottom: calc(15px/1.1);
    }
    .content .kind .kind-content .kind-content-list .item .displacement {
        width: 228px;
    }
    .content .kind .kind-content .kind-content-list .item .top img {
        max-width: 80%;
        max-height: 80%;
    }
    /* 传统游戏代理vs艺游互娱游戏代理 */
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item {
        background-size: contain;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:last-child {
        background-size: contain;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:first-child {
        background-size: contain;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item .lf p {
        padding-right: 15px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item .rt p {
        padding-left: 15px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(1) .lf p {
        width: 382px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(2) .lf p {
        width: 364px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(3) .lf p {
        width: 392px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(4) .lf p {
        width: 315px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(5) .lf p {
        width: 282px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(6) .lf p {
        width: 354px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(1) .rt p {
        width: 208px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(2) .rt p {
        width: 273px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(3) .rt p {
        width: 183px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(4) .rt p {
        width: 267px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(5) .rt p {
        width: 193px;
    }
    .content .agencyVs .agencyVs-content .agencyVs-content-list .item:nth-child(6) .rt p {
        width: 278px;
    }
    /* 客户案例 */
    .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%;
    }
}