/*==================================== */


/*     The author: ronglu              */


/*     Email: rongmouse@aliyun.com     */


/*==================================== */

@charset "utf-8";
@media (max-width:1024px) {
    .Sys_header {
        height: 85px;
    }
    .Sys_header .box {
        height: 85px;
        width: 100%;
    }
    .Sys_header .box .box_logo {
        width: 100%;
        height: 85px;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .Sys_header .box img {
        height: 55px;
    }
    .Sys_header .box_menu {
        height: 85px;
        width: 90px;
        position: absolute;
        z-index: 5;
        left: 0px;
        top: 0px;
    }
    .Sys_header .box_menu .menu_btn,
    .Sys_header .box_menu .menu_btn i {
        display: block;
        height: 85px;
        width: 100px;
    }
    .Sys_header .box_menu .menu_btn i {
        text-align: center;
        line-height: 85px;
        color: #444545;
        font-size: 50px;
    }
    .Sys_header .box .box_div ul {
        display: none;
        border: 1px solid #EEEEEF;
        width: 250px;
        background: #FFF;
        position: absolute;
        z-index: 6;
        left: 0px;
        top: 85px;
    }
    .Sys_header .box .box_div ul li {
        float: none;
        height: 85px;
        margin: 0px;
        border-top: 1px solid #EEEEEF;
    }
    .Sys_header .box .box_div ul li:nth-child(1) {
        border-top: none;
    }
    .Sys_header .box .box_div li a {
        line-height: 85px;
        display: block;
        padding: 0px 0px 0px 50px;
        width: 100%;
        font-size: 30px;
        font-weight: normal;
        text-align: left;
    }
    .Sys_header .box_menu li.on a::before,
    .Sys_header .box_menu li a:hover:after,
    .Sys_header .box .box_div li a b {
        display: none;
    }
    .Sys_header .box .box_lang {
        position: absolute;
        z-index: 5;
        top: 0px;
        right: 0px;
    }
    .Sys_header .box .box_lang ul {
        display: inline-block;
        top: auto;
        position: relative;
        border: none;
        height: auto;
        width: auto;
        background-color: transparent;
    }
    .Sys_header .box .box_div.box_lang li {
        margin: 0px;
        height: auto;
        width: auto;
        margin: 0px;
        display: inline-block;
    }
    .Sys_header .box .box_lang ul li:nth-child(2),
    .Sys_header .box .box_lang ul li.on,
    .Sys_header .box .box_div.box_lang li i {
        display: none;
    }
    .Sys_header .box .box_div.box_lang li a {
        height: auto;
        width: auto;
        padding: 0px;
        line-height: normal;
    }
    .Sys_header .box .box_div.box_lang li i.iconfont {
        display: inline-block;
        font-size: 42px;
        font-weight: normal;
        height: 85px;
        line-height: 85px;
        width: 100px;
        text-align: center;
        color: #ED184F;
    }
    .index_banner {
        width: 100%;
        height: 400px;
    }
    .index_banner .box {
        width: 100%;
        height: 400px;
    }
    .index_banner .box ul {
        left: 5%;
    }
    .index_banner .box ul li {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .index_banner .box p {
        height: 76%;
        top: 12%;
        right: 5%;
    }
    .index_banner .box .left {
        left: 5%;
    }
    .index_one .box {
        padding: 25px 0px 45px;
        background: url(Images/bg_01_ipad.jpg) no-repeat center center;
        background-size: 100% auto;
    }
    .index_one .box h1 {
        font-size: 55px;
    }
    .index_one p.introduce {
        font-size: 18px;
        width: 600px;
        margin: 35px auto 40px;
    }
    .index_one p.btn a,
    .index_two p.btn a {
        width: 230px;
        border-radius: 10px;
    }
    .index_two .box {
        padding: 25px 0px 45px;
    }
    .index_two .box h1 {
        font-size: 55px;
    }
    .index_two .box_scroll {
        width: 700px;
        margin: 30px auto 45px;
    }
    .index_two .box_scroll .swiper-button-next,
    .index_two .box_scroll .swiper-button-prev {
        display: flex;
        height: 60px;
        width: 60px;
    }
    .index_two .box_scroll .swiper-button-next {
        right: -15%;
    }
    .index_two .box_scroll .swiper-button-prev {
        left: -15%;
    }
    .index_two .box_scroll .swiper-button-next i,
    .index_two .box_scroll .swiper-button-prev i {
        height: 100%;
        width: 100%;
        display: inline-block;
        line-height: 58px;
        background: #FFF;
        text-align: center;
        font-size: 36px;
        color: #ED184F;
        display: inline-block;
        font-weight: bold;
        border-radius: 100%;
        border: 1px solid #DDD;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    }
    .index_two .box_scroll .swiper-button-prev i {
        transform: rotate(180deg);
    }
    .index_two .box_scroll .swiper-slide p:nth-child(1),
    .index_two .box_scroll .swiper-slide p:nth-child(2),
    .index_two .box_scroll .swiper-slide p:nth-child(1) img {
        border-radius: 30px;
    }
    @keyframes pscale_reverse {
        0% {
            font-size: 14px;
            opacity: 0;
        }
        100% {
            font-size: 16px;
            opacity: 1;
        }
    }
    .Sys_footer .Sys_main {
        padding: 20px 0px;
        border-top: 1px solid #E4E4E4;
        width: 100%;
    }
    .Sys_footer p:nth-child(1) {
        display: block;
    }
    .Sys_footer p:nth-child(1) img {
        height: 35px;
    }
    .Sys_footer ul {
        margin: 15px 0px;
    }
    .Sys_footer ul li {
        margin: 0px 10px;
    }
    .Sys_footer ul li a {
        font-size: 16px;
        color: #666;
    }
    .Sys_footer p:nth-child(3) {
        display: none;
    }
    .Sys_banner .box {
        height: 250px;
    }
    .Sys_banner ul h1 {
        padding-top: 55px;
        font-size: 45px;
    }
    .Sys_banner ul li {
        font-size: 28px;
        line-height: 32px;
    }
    .Sys_banner .box_about {
        background-image: url(Images/banner_about_ipad.jpg);
    }
    .Sys_banner .box_games {
        background-image: url(Images/banner_games_ipad.jpg);
    }
    .Sys_banner .box_careers {
        background-image: url(Images/banner_careers_ipad.jpg.jpg);
    }
    .Sys_banner .box_contact {
        background-image: url(Images/banner_contact_ipad.png);
    }
    .Sys_main {
        width: 100%;
        padding: 0px 8%;
        box-sizing: border-box;
    }
    .About {
        padding: 30px 0px;
    }
    .About .left {
        width: 100%;
        float: none;
    }
    .About .left h3 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .About .right {
        width: 100%;
        float: none;
    }
    .About .right_two {
        margin: 30px 0px;
    }
    .About .right_two h3 {
        font-size: 24px;
    }
    .About .right_three {
        padding-bottom: 30px;
    }
    .About .right_three h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .About .right_two ul {
        display: flex;
        justify-content: space-between;
    }
    .About .right_two ul li {
        width: 200px;
        height: 200px;
        margin: 0px;
    }
    .About .right_two ul li p:nth-child(1) {
        font-size: 40px;
        padding-top: 45px;
    }
    .About .right_two ul li p:nth-child(1) span {
        font-size: 36px;
    }
    .About .right_two ul li p:nth-child(2) {
        font-size: 16px;
    }
    .Games .Sys_main {
        width: 100%;
        padding: 0px 3% 40px;
    }
    .Games ul {
        width: 48%;
        padding: 25px 0px;
    }
    .Games ul:nth-child(2n) {
        margin-left: 4%;
    }
    .Games ul h2 {
        height: 45px;
        font-size: 20px;
    }
    .Games ul h3 {
        top: 75px;
    }
    .Games ul h3,
    .Games ul h3 img {
        height: 120px;
        width: 120px;
    }
    .Games ul li {
        padding-left: 140px;
        line-height: 22px;
        font-size: 14px;
    }
    .Games ul li:nth-child(3) {
        height: 154px;
        -webkit-line-clamp: 7;
    }
    .Games ul li:nth-child(4) a {
        height: 38px;
        width: 150px;
        line-height: 36px;
        border-radius: 38px;
        font-size: 18px;
    }
    .Careers .Sys_main {
        padding: 0px 3%;
    }
    .Careers_box {
        padding: 30px 0px 100px;
    }
    .Careers_tab_li li {
        font-size: 18px;
        line-height: 75px;
        border-radius: 10px;
        width: 22.7%;
        margin: 0px 3% 25px 0px;
    }
    .Careers_tab_li li:nth-child(4n) {
        margin-right: 0px;
    }
    .Careers_tab_li li i {
        font-size: 24px;
        line-height: 25px;
        height: 25px;
        width: 25px;
        margin-right: 5px;
    }
    .Careers_tab_li li.active::before {
        display: none;
    }
    .Careers_div {
        padding-top: 0px;
    }
    .Careers_div ul h2,
    .Careers_div ul h3 {
        font-size: 20px;
    }
    .Careers_div ul h3 span {
        font-size: 13px;
        display: inline;
        margin: 0px 0px 0px 5px;
    }
    .Careers_div ul li:nth-child(4) a {
        width: 180px;
        font-size: 16px;
        border: 2px solid #ed184f;
        border-radius: 5px;
        margin: 50px auto 0;
        line-height: 40px;
    }
    .Careers_div ul h3 {
        left: 45%;
    }
    .Careers_div ul li {
        width: 70%;
    }
    .Contact {
        padding: 70px 0px;
    }
    .Contact .Sys_main {
        padding: 0px 3%;
    }
    .Contact .one li p {
        font-size: 24px;
    }
    .Contact .one li p:nth-child(1) {
        text-align: right;
        padding-right: 5px;
    }
    .Contact+.Sys_footer {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .privacy {
        padding: 10px 0px 50px;
    }
}

@media (max-width:768px) {
    .Sys_header {
        height: 70px;
    }
    .Sys_header .box {
        height: 70px;
    }
    .Sys_header .box .box_logo {
        height: 70px;
    }
    .Sys_header .box img {
        height: 45px;
    }
    .Sys_header .box_menu {
        height: 70px;
        width: 85px;
    }
    .Sys_header .box_menu .menu_btn,
    .Sys_header .box_menu .menu_btn i {
        height: 70px;
        width: 85px;
    }
    .Sys_header .box_menu .menu_btn i {
        line-height: 70px;
        font-size: 40px;
    }
    .Sys_header .box .box_div ul {
        width: 220px;
        top: 70px;
    }
    .Sys_header .box .box_div ul li {
        height: 70px;
    }
    .Sys_header .box .box_div li a {
        line-height: 70px;
        padding: 0px 0px 0px 45px;
        font-size: 24px;
    }
    .Sys_header .box .box_lang ul {
        display: inline-block;
        top: auto;
        position: relative;
        border: none;
        height: auto;
        width: auto;
        background-color: transparent;
    }
    .Sys_header .box .box_div.box_lang li i.iconfont {
        font-size: 35px;
        height: 70px;
        line-height: 70px;
        width: 85px;
    }
    .index_banner {
        height: 350px;
    }
    .index_banner .box {
        height: 350px;
    }
    .index_banner .box ul li {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .index_one .box h1 {
        font-size: 42px;
    }
    .index_two .box h1 {
        font-size: 42px;
    }
    .index_two .box_scroll {
        width: 530px;
    }
    .index_two .box_scroll .swiper-button-next,
    .index_two .box_scroll .swiper-button-prev {
        height: 42px;
        width: 42px;
    }
    .index_two .box_scroll .swiper-button-next {
        right: -13%;
    }
    .index_two .box_scroll .swiper-button-prev {
        left: -13%;
    }
    .index_two .box_scroll .swiper-button-next i,
    .index_two .box_scroll .swiper-button-prev i {
        font-size: 24px;
        line-height: 42px;
    }
    .index_two .box_scroll .swiper-button-prev i {
        transform: rotate(180deg);
    }
    .index_two .box_scroll .swiper-slide p:nth-child(1),
    .index_two .box_scroll .swiper-slide p:nth-child(2),
    .index_two .box_scroll .swiper-slide p:nth-child(1) img {
        border-radius: 25px;
    }
    .Sys_banner .box {
        height: 220px;
    }
    .Sys_banner ul h1 {
        padding-top: 45px;
    }
    .About .right_two ul li {
        width: 160px;
        height: 160px;
    }
    .About .right_two ul li p:nth-child(1) {
        font-size: 30px;
        padding-top: 30px;
    }
    .About .right_two ul li p:nth-child(1) span {
        font-size: 30px;
    }
    .About .right_two ul li p:nth-child(2) {
        font-size: 14px;
    }
    .Contact .one li p {
        font-size: 20px;
    }
    .Contact .two .map_box {
        width: 450px;
        height: 350px;
    }
    .privacy {
        padding: 10px 0px 50px;
    }
    .privacy h3 {
        font-size: 24px;
    }
    .privacy p {
        font-size: 14px;
        line-height: 25px;
    }
}

@media (max-width:460px) {
    .Sys_header {
        height: 50px;
    }
    .Sys_header .box {
        height: 50px;
    }
    .Sys_header .box .box_logo {
        height: 50px;
    }
    .Sys_header .box img {
        height: 30px;
    }
    .Sys_header .box_menu {
        height: 50px;
        width: 60px;
    }
    .Sys_header .box_menu .menu_btn,
    .Sys_header .box_menu .menu_btn i {
        height: 50px;
        width: 60px;
    }
    .Sys_header .box_menu .menu_btn i {
        line-height: 50px;
        font-size: 30px;
    }
    .Sys_header .box .box_div ul {
        width: 150px;
        top: 50px;
    }
    .Sys_header .box .box_div ul li {
        height: 50px;
    }
    .Sys_header .box .box_div li a {
        line-height: 50px;
        padding: 0px 0px 0px 30px;
        font-size: 15px;
    }
    .Sys_header .box .box_lang ul {
        display: inline-block;
        top: auto;
        position: relative;
        border: none;
        height: auto;
        width: auto;
        background-color: transparent;
    }
    .Sys_header .box .box_div.box_lang li i.iconfont {
        font-size: 28px;
        height: 50px;
        line-height: 50px;
        width: 60px;
    }
    .index_banner,
    .index_banner .box {
        height: 200px;
    }
    .index_banner .box ul li {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .index_banner .box p {
        right: 3%;
    }
    .index_banner .box .left img {
        height: 45%;
    }
    .index_one .box {
        padding: 20px 0px 30px;
        background: url(Images/bg_01_iphone.jpg) no-repeat center center;
        background-size: 100% auto;
    }
    .index_one .box h1 {
        font-size: 22px;
    }
    .index_two .box {
        padding: 20px 0px 30px;
    }
    .index_two .box h1 {
        font-size: 22px;
    }
    .index_one p.introduce {
        font-size: 12px;
        width: 100%;
        margin: 0px;
        padding: 25px 5% 35px;
        line-height: 20px;
        box-sizing: border-box;
    }
    .index_one p.btn a,
    .index_two p.btn a {
        font-size: 13px;
        width: 150px;
        border-radius: 35px;
        height: 35px;
        line-height: 31px;
    }
    .index_two .box_scroll {
        width: 260px;
        margin: 15px auto 25px;
    }
    .index_two .box_scroll .swiper-button-next,
    .index_two .box_scroll .swiper-button-prev {
        height: 30px;
        width: 30px;
        background-image: none;
    }
    .index_two .box_scroll .swiper-button-next {
        right: -16%;
    }
    .index_two .box_scroll .swiper-button-prev {
        left: -16%;
    }
    .index_two .box_scroll .swiper-button-next i,
    .index_two .box_scroll .swiper-button-prev i {
        font-size: 20px;
        line-height: 30px;
    }
    .index_two .box_scroll .swiper-slide p:nth-child(1),
    .index_two .box_scroll .swiper-slide p:nth-child(2),
    .index_two .box_scroll .swiper-slide p:nth-child(1) img {
        border-radius: 15px;
    }
    .Contact {
        min-height: auto;
    }
    @keyframes pscale_reverse {
        0% {
            font-size: 12px;
            opacity: 0;
        }
        100% {
            font-size: 12px;
            opacity: 1;
        }
    }
    .index_three {
        display: block;
    }
    .index_three ul {
        display: table;
        display: flex;
        text-align: center;
        padding: 10px 0px;
        justify-content: center;
        align-items: center;
    }
    .index_three ul li {
        display: inline-block;
        margin: 0px 5px;
    }
    .index_three ul li a {
        display: inline-block;
    }
    .index_three ul li a i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        background: #FFF;
        text-align: center;
        font-size: 15px;
        color: #3A5569;
        display: inline-block;
        font-weight: bold;
        border-radius: 100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .Sys_footer .Sys_main {
        padding: 10px 0px;
    }
    .Sys_footer p:nth-child(1) img {
        height: 20px;
    }
    .Sys_footer ul {
        margin: 5px 0px;
    }
    .Sys_footer ul li {
        margin: 0px 5px;
    }
    .Sys_footer ul li a {
        font-size: 12px;
        color: #666;
    }
    .Sys_banner .box {
        height: 125px;
    }
    .Sys_banner ul h1 {
        padding-top: 30px;
        font-size: 24px;
    }
    .Sys_banner ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .Sys_banner .box_about {
        background-image: url(Images/banner_about_iphone.jpg);
    }
    .Sys_banner .box_games {
        background-image: url(Images/banner_games_iphone.jpg);
    }
    .Sys_banner .box_careers {
        background-image: url(Images/banner_careers_iphone.jpg);
    }
    .Sys_banner .box_contact {
        background-image: url(Images/banner_contact_iphone.jpg);
    }
    .Sys_main {
        padding: 0px 5%;
    }
    .About {
        padding: 15px 0px;
    }
    .About .left h3 {
        font-size: 20px;
    }
    .About .right_one {
        font-size: 13px;
        line-height: 20px;
    }
    .About .right_two {
        margin: 20px 0px;
    }
    .About .right_two h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .About .right_two ul li {
        width: 90px;
        height: 90px;
    }
    .About .right_two ul li p:nth-child(1) {
        font-size: 16px;
        padding-top: 20px;
    }
    .About .right_two ul li p:nth-child(1) span {
        font-size: 16px;
    }
    .About .right_two ul li p:nth-child(2) {
        font-size: 12px;
        width: 140%;
        display: block;
        transform: scale(0.7);
        margin: -5px 0px 0px -20%;
    }
    .About .right_three {
        padding-bottom: 20px;
    }
    .About .right_three h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .About .right_three p {
        font-size: 13px;
        line-height: 20px;
    }
    .Games .Sys_main {
        padding: 0px 5% 20px;
    }
    .Games ul {
        width: 100%;
        padding: 20px 0px;
    }
    .Games ul:nth-child(2n) {
        margin-left: 0%;
    }
    .Games ul h2 {
        height: 35px;
        font-size: 18px;
    }
    .Games ul h3 {
        top: 60px;
    }
    .Games ul h3,
    .Games ul h3 img {
        height: 100px;
        width: 100px;
    }
    .Games ul li {
        padding-left: 120px;
        line-height: 20px;
        font-size: 13px;
    }
    .Games ul li:nth-child(3) {
        height: 120px;
        -webkit-line-clamp: 6;
    }
    .Games ul li:nth-child(4) a {
        height: 35px;
        width: 140px;
        line-height: 33px;
        border-radius: 35px;
        font-size: 16px;
    }
    .Careers_box {
        padding: 20px 0px 70px;
    }
    .Careers_tab_li li {
        font-size: 12px;
        line-height: 45px;
        border-radius: 15px;
        width: 30%;
        margin: 0px 5% 10px 0px;
    }
    .Careers_tab_li li:nth-child(3n) {
        margin-right: 0px;
    }
    .Careers_tab_li li:nth-child(4n) {
        margin: 0px 5% 10px 0px;
    }
    .Careers_tab_li li i {
        font-size: 20px;
        line-height: 22px;
        height: 22px;
        width: 22px;
        margin-right: 3px;
    }
    .Careers_tab_li li b {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        width: 18px;
        top: -9px;
        right: -9px;
    }
    .Careers_div ul {
        padding: 15px 0px;
    }
    .Careers_div ul h2,
    .Careers_div ul h3 {
        font-size: 16px;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }
    .Careers_div ul h3 {
        font-size: 14px;
        position: relative;
        left: auto;
        top: auto;
        margin: 3px 0px;
        color: #666;
    }
    .Careers_div ul h3 span {
        font-size: 12px;
    }
    .Careers_div ul li {
        width: 70%;
        font-size: 13px;
        line-height: 18px;
    }
    .Careers_div ul li:nth-child(4) a {
        width: 100px;
        font-size: 12px;
        border-radius: 26px;
        line-height: 26px;
    }
    .Contact {
        padding: 30px 0px 50px;
    }
    .Contact .one {
        padding-bottom: 30px;
    }
    .Contact .one li {
        padding: 5px 0px;
    }
    .Contact .one li p {
        font-size: 12px;
    }
    .Contact .two .map_box {
        width: 280px;
        height: 250px;
    }
    .Sys_banner .box_privacy h2 {
        font-size: 30px;
        padding-top: 35px;
    }
    .Privacy {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .Privacy .Sys_main {
        width: 100%;
        box-sizing: border-box;
        display: table;
        padding: 20px;
        margin: 0px;
        box-sizing: border-box;
    }
    .privacy {
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        display: table;
        table-layout: fixed;
        word-break: break-all;
        overflow: hidden;
    }
    .privacy h3 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .privacy p {
        font-size: 12px;
        line-height: 22px;
    }
    .layer-Invite {
        background: #FFF;
    }
    .careers_box .close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .careers_box {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 20px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgb(0, 0, 0, 0);
    }
    .careers_box h5 {
        font-size: 18px;
        line-height: 50px;
        padding: 0px 0px 15px;
        height: auto;
    }
    .careers_box h5 span {
        width: 100%;
        display: block;
        line-height: 20px;
        font-size: 14px;
    }
    .careers_box p {
        font-size: 14px;
    }
    .careers_box li {
        font-size: 12px;
        line-height: 20px;
        padding-left: 0px;
    }
    .careers_box p a {
        width: auto;
        min-width: 150px;
        font-size: 14px;
        border: 2px solid #ed184f;
        border-radius: 30px;
        margin: 0px auto 0;
        text-align: center;
        line-height: 30px;
        display: inline-block;
        padding: 0px 20px;
    }
    .careers_box p.p_btn {
        text-align: center;
        padding: 10px 0px;
    }
}

@media (max-width:375px) {
    .index_banner,
    .index_banner .box {
        height: 180px;
    }
    .index_banner .box ul li {
        font-size: 16px;
    }
}

@media (max-width:360px) {
    .index_banner,
    .index_banner .box {
        height: 170px;
    }
}