@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei UI","Arial" !important;
    text-decoration: none;
}
img {
    display: block;
    border: none;
}
button {
    outline: none;
}
.clearfix:after{content:" ";visibility:hidden;display:block;clear:both;height:0;font-size:0}.clearfix{clear:both}
.nowrap {
    white-space: nowrap!important;
}
html,body {
    height: 100%;
}
.padding {
    padding: 0 50px;
    box-sizing: border-box;
}
.margin {
    width: 1360px;
    margin: 0 auto;
}
.fs {
    height: 100%;
    position: relative;
}
.fs-wrapper {
    opacity: 1;
    position: relative;
    text-align: center;
    background: #0f0f0f;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.fs-padding {
    position: relative;
    height: 100vh;
    background: #000;
}
.fs-back {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1050px;
    background: url(../img/app-background.jpg) no-repeat center;
    background-size: cover;
}
.fs-back.bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}
.nav {
    position: relative;
}
.nav-con {
    position: fixed;
    height: 110px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background: none;
    box-shadow: none;
    transition: height .2s cubic-bezier(0.22, 0.61, 0.36, 1),background .2s cubic-bezier(0.22, 0.61, 0.36, 1),box-shadow .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-con.not-first {
    height: 60px;
    background: rgba(0,0,0,0.9);
    box-shadow: 0px 3px 10px #00000059;
    transition: height .2s cubic-bezier(0.22, 0.61, 0.36, 1),background .2s cubic-bezier(0.22, 0.61, 0.36, 1),box-shadow .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-con.light {
    background: rgba(242,242,242,0.9);
    box-shadow: 0px 3px 10px #88888859;
}
.nav-logo {
    margin-top: 40px;
    float: left;
    width: 166px;
    height: 28px;
    background: url(../img/xiazai3.png) no-repeat 0 center;
}
.nav-logo.company-hidden-logo {
    background-image: url(../img/xiazai-company.png) !important;
}
.company-show {
    display: none;
}
.not-first .nav-logo {
    margin-top: 16px;
    background: url(../img/xiazai3.png) no-repeat 0 center;
    transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .nav-logo {
    background: url(../img/xiazai-d.png) no-repeat 0 center;
}
.nav-logo a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 999px;
    white-space: nowrap;
}
.fixed-btn {
    float: right;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    color: #00ffcc;
    font-weight: bold;
    border: 1px solid #00ffcc;
    padding: 0 20px;
    opacity: 0;
    margin-right: -40px;
    margin-top: 13px;
    transition: margin-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.not-first .fixed-btn {
    margin-right: 0;
    opacity: 1;
    transition: margin-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .fixed-btn {
    color: #008873;
    border-color: #008873;
}
.nav-list {
    padding: 34px 0 0 288px;
    height: 42px;
}
.not-first .nav-list {
    padding: 9px 0 0 288px;
    transition: padding .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-list .nav-list-link,.nav-list .nav-list-icon,.nav-list .nav-search,.nav-list .show-more-btn{
    float: right;
    font-size: 16px;
    line-height: 42px;
    color: #ddd;
    padding: 0 20px;
    position: relative;
    transition: color .2s cubic-bezier(0.22, 0.61, 0.36, 1),margin-left .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-list .nav-list-link:hover,.nav-list .nav-list-icon:hover,.nav-list .show-more-btn:hover {
    color: #fff;
}
.nav-list .nav-list-link.hidden,.nav-list .show-more-btn.hidden {
    color: #000;
    margin-right: -10px;
    opacity: 0;
    transition: color .2s cubic-bezier(0.22, 0.61, 0.36, 1),margin-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .nav-list .nav-list-link,.light .nav-more-link li a {
    color: #444;
}
.light .nav-list .nav-list-link:hover,.light .nav-more-link li:hover a{
    color: #000;
}
.nav-list .nav-list-icon {
    cursor: pointer;
    padding: 0 0 0 45px;
    width: 110px;
    height: 42px;
}
.nav-list .nav-list-icon i{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("../img/icons3.png") no-repeat -499px -299px;
}
.nav-list .nav-list-icon:hover i{
    background-position: -499px -499px;
}
.nav-list .nav-list-icon:hover .nav-more-link,.nav-list .show-more-btn:hover .nav-more-link{
    display: block;
}
.nav-more-link {
    display: none;
    background-color: rgba(0,0,0,0.9);
    left: 20px;
    top: 42px;
    position: absolute;
    width: 135px;
    padding: 13px 0;
    text-align: center;
}
.show-more-btn .nav-more-link {
    left: 0;
    width: 100px;
}
.light .nav-more-link {
    background: rgba(242,242,242,0.9);
}
.nav-more-link li {
    overflow: hidden;
    padding: 0 0 0 25px;
    white-space: nowrap;
    color: #ddd;
    text-align: left;
    cursor: pointer;
}
.light .nav-more-link li {
    color: #000;
}
.nav-more-link li:hover {
    background-color: rgba(51,51,51,0.9);
    color: #fff;
}
.light .nav-more-link li:hover {
    background-color: rgba(255,255,255,0.9);
    color: #000;
}
.nav-more-link li a{
    color: #ddd;
}
.nav-more-link li:hover a{
    color: #fff;
}
.nav-list .nav-search {
    width: 20px;
    height: 42px;
}
.nav-list .nav-search input{
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 0;
    width: 0;
    height: 36px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: width .2s cubic-bezier(0.22, 0.61, 0.36, 1),padding-right .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .nav-list .nav-search input{
    border-color: #444;
}
.nav-list .nav-search.active input {
    width: 260px;
    padding-right: 25px;
    transition: width .2s cubic-bezier(0.22, 0.61, 0.36, 1),padding-right .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-list .nav-search i{
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../img/icons3.png") no-repeat -499px -399px;
}
.nav-list .nav-search i:hover,.nav-list .nav-search.active i{
    background: url("../img/icons3.png") no-repeat -499px -599px;
}
.light .nav-list .nav-list-icon,.light .nav-list .show-more-btn {
    color: #444;
}
.light .nav-list .nav-list-icon:hover,.light .nav-list .show-more-btn:hover {
    color: #000;
}
.light .nav-list .nav-list-icon i{
    background: url("../img/icons3.png") no-repeat -399px -299px;
}
.light .nav-list .nav-search i{
    background: url("../img/icons3.png") no-repeat -399px -399px;
}
.light .nav-list .nav-list-icon:hover i{
    background: url("../img/icons3.png") no-repeat -399px -499px;
}
.light .nav-list .nav-search i:hover,.light .nav-list .nav-search.active i{
    background: url("../img/icons3.png") no-repeat -399px -599px;
}
.memu ,.fixed,.fixed-lang{
    display: none;
}
.section_1_bg {
    position: relative;
    background: #0f0f0f url("") no-repeat center;
    background-size: cover;
}
.section_2_bg {
    position: relative;
    background: #0f0f0f url("../img/section2_bg.png") no-repeat center;
    background-size: cover;
}
.section_3_bg {
    background: #0f0f0f url("../img/section3_bg.png") no-repeat center;
    background-size: cover;
}
.section_4_bg {
    background: #0f0f0f url("../img/section4_bg.png") no-repeat center;
    background-size: cover;
}
.section_5_bg {
    background: #0f0f0f url("../img/section5_bg.png") no-repeat center;
    background-size: cover;
}
.fs-content-con {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.fs-content-con .hd,.fs-content-con .tempWrap,.fs-content-con .hd-ul {
    height: 100%;
}
.fs-content-con .hd-li{
    height: 100%;
    position: relative;
}
.fs-content-con .swiper-scrollbar {
    height: 4px;
    width: 460px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -230px;
    opacity: 1!important;
}
.fs-content-con .swiper-pagination-bullet {
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 2px;
    background: #707070;
    margin: 0!important;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    transition: height .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fs-content-con .swiper-pagination-bullet:nth-child(1) {
    left: 0;
}
.fs-content-con .swiper-pagination-bullet:nth-child(2) {
    left: 20%;
}
.fs-content-con .swiper-pagination-bullet:nth-child(3) {
    left: 40%;
}
.fs-content-con .swiper-pagination-bullet:nth-child(4) {
    left: 60%;
}
.fs-content-con .swiper-pagination-bullet:nth-child(5) {
    left: 80%;
}
.fs-content-con .swiper-pagination-bullet-active,.fs-content-con .swiper-pagination-bullet:hover {
    height: 6px;
    background: #ccc;
    transition: height .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fs-content-con .swiper-pagination-bullet-active {
    background: #fff;
}
.prev,.next {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 80px;
    margin-top: -40px;
}
.fs-content-con .fs-prev {
    background: url("../img/icons3.png") no-repeat -385px 20px;
    left: 0;
}
.fs-content-con .fs-next {
    background: url("../img/icons3.png") no-repeat -485px 20px;
    right: 0;
}
.paddingTop {
    height: 100vh;
}
.fs-content {
    height: 740px;
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -370px 0 0 -720px;
}
.fs-img {
    float: left;
    width: 740px;
    height: 740px;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.fs-img .swiper-slide {
    height: 740px;
}
.data-slide {
    position: relative;
    padding: 190px 48px 0 40px;
}
.data-slide .data-container {
    padding: 65px 45px 76px;
    box-sizing: border-box;
    background: #222;
    position: relative;
}
.data-slide .data-nav {
    margin-bottom: 25px;
}
.data-slide .data-nav p {
    float: left;
    width: 64px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #aaa;
    margin-right: 50px;
    cursor: pointer;
    overflow: hidden;
}
.data-slide .data-nav p span {
    display: block;
    height: 3px;
    width: 100%;
    background: #00ffcc;
}
.data-slide .data-nav p.data-nav-l span {
    margin-left: 84px;
}
.data-slide .data-nav p.data-nav-r span {
    margin-left: -84px;
}
.data-slide .data-nav p.active {
    color: #fff;
}
.data-slide .data-nav p.active span {
    margin-left: 0;
    transition: margin-left 0.5s;
}
.data-slide .data-con .part {
    display: none;
    text-align: left;
}
.data-slide .data-con .part.active {
    display: block;
}
.data-slide .data-con .part-title {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #5d5d5d;
}
.data-slide .data-con .part-title p{
    font-size: 15px;
    line-height: 19px;
    color: #aaa;
}
.data-slide .data-con .part-title p i{
    font-size: 12px;
    line-height: 15px;
    margin-left: 46px;
    font-style: normal;
}
.data-slide .data-con ul {
    padding-top: 25px;
}
.data-slide .data-con .data-li{
    margin-top: 34px;
}
.data-slide .data-con .data-li div{
    height: 9px;
    width: 0;
    background-color: #7a7a7a;
    background-image: linear-gradient(to right,#7a7a7a,#dedede);
    transition: width 1.3s cubic-bezier(0.4,0,0.2,1) 0.1s; 
}
.data-slide .data-con .line-data p{
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
    color: #aaa;
}
.data-slide .data-con .line-data .xy-cpu div {
    background-color: #4e70f6;
    background-image: linear-gradient(to right,#4e70f6,#f14aeb);
}
.data-slide .data-con .line-data .xy-gpu div {
    background-color: #31debb;
    background-image: linear-gradient(to right,#31debb,#9632fb);
}
.data-slide .data-con .line-cpu .data-li .data-li-1 {
    width: 100%
}
.data-slide .data-con .line-cpu .data-li .data-li-2 {
    width: 76.36%
}
.data-slide .data-con .line-gpu .data-li .data-li-1 {
    width: 100%
}
.data-slide .data-con .line-gpu .data-li .data-li-2 {
    width: 43%
}
.data-slide .data-con .data-li.disabled div {
    background: #aaa;
    opacity: 0.13;
}
.data-slide .data-con .data-li.disabled p {
    color: #555;
}
.data-slide .data-con .calc-data {
    position: absolute;
    text-align: left;
    top: 56px;
    right: 45px;
}
.data-slide .data-con .calc-data p{
    color: #fe62f9;
    font-size: 65px;
    line-height: 83px;
}
.data-slide .data-con .calc-data p.calc-bot{
    color: #aaa;
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
}
.fs-content-con .notice {
    position: absolute;
    bottom: 93px;
    width: 436px;
    left: 50%;
    margin-left: -218px;
    font-size: 12px;
    line-height: 15px;
    color: #555;
    text-align: center;
}
.fs-text {
    float: right;
    width: 680px;
    height: 168px;
    padding-bottom: 182px;
    top: 50%;
    margin-top: -175px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.fs-text .swiper-slide {
    padding-top: 23px;
    padding-left: 10px;
    box-sizing: border-box;
}
.fs-text .first-slide {
    padding-top: 20px;
    box-sizing: border-box;
}
.fs-content-down {
    position: absolute;
    width: 1360px;
    height: 0;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -680px;
}
.title-text-l img {
    height: 60px;
    padding-bottom: 40px;
}
.title-text-l h3 {
    font-size: 50px;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    margin-bottom: 37px;
    text-align: left;
}
.title-text-l p {
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
}
.title-text-l p.text-bottom {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
}
.title-text-r {
    position: absolute;
    top: -15px;
    right: 60px;
    width: 87px;
}
.title-text-r img {
    width: 100%;
    display: block;
}
.download-con {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -175px 0 0 0;
    padding-top: 175px;
    width: 670px;
    height: 175px;
    z-index: 3;
}
.download-con-c {
    height: 140px;
    overflow: hidden;
}
.download-show.active {
    margin-top: -115px;
    transition: margin-top .3s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.btn-install {
    float: left;
    height: 80px;
    width: 300px;
    padding-top: 60px;
    color: #fff;
    background: url("../img/download-btn.png") no-repeat center bottom;
    background-size: 100% auto;
    margin: 0 25px 25px 0;
    text-align: center;
    transition: background-image 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s; 
}
.btn-install:hover {
    background-image: url("../img/download-btn-hover.png");
    transition: background-image 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.btn-install.btn-install-l,.btn-install.btn-install-r {
    position: relative;
    height: 82px;
    width: 244px;
    text-align: left;
    padding-top: 0;
    background-position: center;
}
.btn-install.btn-install-l {
    margin-right: 12px;
}
.btn-install.btn-install-r {
    margin-right: 0;
}
.btn-install.btn-install-l span {
    width: 65px;
    background: url("../img/icons3.png") no-repeat 20px -692px;
}
.btn-install.btn-install-r span {
    width: 70px;
    background: url("../img/icons3.png") no-repeat -180px -693px;
}
.btn-install.btn-install-l:hover span {
    background: url("../img/icons3.png") no-repeat 20px -742px;
}
.btn-install.btn-install-r:hover span {
    background: url("../img/icons3.png") no-repeat -180px -743px;
}
.btn-install.btn-install-l b,.btn-install.btn-install-r b {
    font-size: 30px;
    line-height: 38px;
    margin: 12px 0 2px;
    letter-spacing: 10px;
    text-indent: 0;
}
.btn-install.btn-install-l b.cj {
    position: absolute;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    width: 38px;
    right: 0;
    top: 24px;
    margin: 0;
    background: #12725e;
    text-align: center;
    transition: background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.btn-install.btn-install-l:hover b.cj {
    background: #00af8b;
    transition: background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.btn-install.btn-install-l i,.btn-install.btn-install-r i {
    font-size: 12px;
    line-height: 15px;
}
.btn-install span {
    float: left;
    margin-top: 15px;
    width: 80px;
    height: 50px;
    background: url("../img/icons3.png") no-repeat -180px -395px;
    transition: background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.btn-install:hover span {
    background: url("../img/icons3.png") no-repeat -180px -445px;
    transition: background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.btn-install .btn-content {
    position: relative;
    float: left;
    width: auto;
}
.btn-install b {
    display: block;
    margin: 12px 0 2px;
    font-size: 30px;
    line-height: 38px;
    width: auto;
    font-weight: normal;
    text-indent: 15px;
    letter-spacing: 15px;
}
.btn-install i {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
}
.btn-install i:nth-child(3) {
    float: right;
    padding-right: 15px;
}
.videoBtn {
    margin-left: 5px;
    float: left;
    height: 86px;
    width: 86px;
    border: 2px solid #00ffcc;
    font-size: 14px;
    line-height: 25px;
    color: #00ffcc;
    transition: color 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s,background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s; 
}
.videoBtn:hover {
    color: #000;
    background: #00ffcc;
    transition: color 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s,background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s; 
}
.videoBtn span {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: url("../img/icons3.png") no-repeat -265px -380px;
    transition: background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.videoBtn:hover span {
    background: url("../img/icons3.png") no-repeat -265px -430px;
    transition: background 0.15s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.download-con .nav-more-link {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    text-align: left;
}
.download-con .nav-more-link a {
    color: #ccc;
    text-decoration: underline;
    margin-right: 15px;
}
.fixed-tab {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
}
.fixed-tab .tab-bg {
    height: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}
.fixed-tab .tab-con {
    display: none;
    position: absolute;
    width: 874px;
    height: 328px;
    border: 1px solid #333;
    padding: 50px 60px;
    top: 50%;
    left: 50%;
    margin: -219px 0 0 -497px;
    background: rgba(127,127,127,0.9);
}
.fixed-tab .btn-con,.fixed-tab .pay-con {
    display: none;
    position: absolute;
    width: 500px;
    height: 86px;
    border: 1px solid #333;
    padding: 67px 50px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -300px;
    background: rgba(127,127,127,0.9);
}
.fixed-tab .pay-con a{
    float: left;
    width: 230px;
    margin: 0 10px;
}
.fixed-tab .pay-con img{
    width: 230px;
    height: auto;
}
.fixed-tab .back {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -1px;
    top: -60px;
    background: url("../img/icons3.png") no-repeat -200px -300px;
}
.fixed-tab .tab-title {
    height: 28px;
    margin-bottom: 50px;
}
.fixed-tab .tab-title img{
    height: 28px;
    width: auto;
}
.fixed-tab .tab-con-l {
    float: left;
    width: 445px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.fixed-tab .tab-con-r {
    float: right;
    width: 316px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.fixed-tab .tab-con-r .ddd{
    color: #ddd;
}
.app-content {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.fs-title {
    padding-top: 100px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.popular {
    float: left;
    width: 770px;
    padding: 0 50px;
    position: relative;
}
.performs-title {
    width: 100%;
    height: 40px;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #999;
}
.performs-title h3 {
    font-weight: normal;
    float: left;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.performs-title a {
    float: right;
    font-size: 16px;
    line-height: 40px;
    color: #00ffcc;
}
.swiper-pop-con {
    margin-top: 58px;
    position: relative;
}
.swiper-pop ,.swiper-rising,.user-review{
    overflow: hidden;
    width: 100%;
}
.swiper-pop-con .swiper-page {
    position: absolute;
    width: 90px;
    right: -10px;
    top: -44px;
}
.swiper-pop-con .swiper-page span{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 10px;
    height: 20px;
    background: none;
    text-align: center;
    opacity: 1;
    margin: 0 10px;
}
.swiper-pop-con .swiper-page span.swiper-pagination-bullet-active{
    color: #00ffcc;
}
.swiper-pop .swiper-slide:hover .li-icon{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-pop .swiper-slide .game-desc{
    display: block;
    height: 100%;
}
.swiper-pop .swiper-slide .img-con{
    height: 0;
    background: #000;
    padding-bottom: 100%;
    overflow: hidden;
}
.swiper-pop .swiper-slide .li-icon {
    width: 100%;
    transition: transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fs-back .swiper-slide .game-info {
    padding-top: 10px;
}
.fs-back .swiper-slide .game-desc {
    background: rgba(60, 60, 60, 0.85);
}
.swiper-pop .swiper-slide .game-info .game-name{
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    color: #e0e0e0;
    padding-left: 10px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.swiper-pop .swiper-slide .info-con {
    height: 49px;
    overflow: hidden;
}
.swiper-pop .swiper-slide .game-info .game-category{
    font-size: 15px;
    padding: 6px 0 5px 10px;
    line-height: 19px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
}
.swiper-pop .swiper-slide:hover .info-con .downloadTimes{
    margin-top: -49px;
}
.swiper-pop .swiper-slide .game-info .downloadTimes{
    font-size: 15px;
    padding-left: 10px;
    line-height: 19px;
    color: #00ffcc;
    white-space: nowrap;
    overflow: hidden;
    transition: margin-top 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.swiper-pop .swiper-slide .game-info .appDownload{
    font-size: 20px;
    padding-left: 10px;
    line-height: 43px;
    color: #00ffcc;
    font-weight: bold;
    border-bottom: 6px solid #00ffcc;
}
.swiper-button-prev,.swiper-button-next {
    width: 40px;
    height: 78px;
    background: #aaaaaa80;
}
.swiper-button-prev {
    background: url("../img/icons3.png") no-repeat 0 0;
}
.swiper-button-prev:hover {
    background: url("../img/icons3.png") no-repeat -100px 0;
}
.swiper-button-next {
    background: url("../img/icons3.png") no-repeat -200px 0;
}
.swiper-button-next:hover {
    background: url("../img/icons3.png") no-repeat -300px 0;
}
.popular .swiper-button-prev {
    left: -51px;
    margin-top: -39px;
}
.popular .swiper-button-next {
    right: -51px;
    margin-top: -39px;
}
.rising {
    float: right;
    width: 442px;
}
.swiper-rising .swiper-slide .game-desc{
    display: block;
    height: 100%;
}
.swiper-rising .swiper-slide .li-icon {
    width: 115px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.swiper-rising .swiper-slide .li-icon img{
    width: 100%;
    display: block;
    transition: transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.swiper-rising .swiper-slide:hover .li-icon img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-rising .swiper-slide .game-info {
    padding-left: 125px;
}
.swiper-rising .swiper-slide .app-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    height: 48px;
    margin-bottom: 20px;
    color: #e0e0e0;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.swiper-rising .swiper-slide:hover .app-name {
    color: #00ffcc;
}
.fs-back .rating b {
    float: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #00ffcc;
    margin-right: 10px;
}
#reviews {
    background: url("../img/world_back.jpg") no-repeat center;
    background-size: cover;
    height: 1010px;
    position: relative;
    z-index: 2;
}
.background-shadow {
    width: 100%;
    height: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #474747 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.63;
}
.page2-shadow {
    background: #010617D6 0% 0% no-repeat padding-box;
    opacity: 0.55;
}
.review-content {
    width: 100%;
    height: 626px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -313px;
}
.reviews-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.reviews-t {
    text-align: center;
    font-size: 30px;
    color: #aaa;
}
.review-data {
    text-align: center;
    height: 64px;
    margin: 50px 0;
}
.review-data .data {
    display: inline-block;
    height: 64px;
    width: 160px;
}
.review-data .data p{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.review-data .data {
    text-align: center;
    vertical-align: top;
}
.review-data .data div {
    display: inline-block;
}
.review-data .data span{
    margin: 7px 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons3.png) no-repeat -500px -100px;
}
.review-data .x {
    display: inline-block;
    height: 64px;
    width: 64px;
    margin: 0 76px;
    background: url(../img/icons3.png) no-repeat -82px -482px;
}
.user-review-con {
    padding: 0 100px 70px;
    box-sizing: border-box;
    position: relative;
}
.user-review li {
    padding-left: 120px;
    padding-top: 68px;
    box-sizing: border-box;
}
.user-review li img{
    float: left;
    width: 100px;
    height: 100px;
    margin-left: -120px;
    border-radius: 50%;
}
.user-review li .up-desc {
    display: block;
    width: 100px;
    height: 68px;
    background: url("../img/icons3.png") no-repeat -200px -500px;
    margin-top: -68px;
}
.user-review li .down-desc {
    float: right;
    width: 50px;
    height: 20px;
    background: url("../img/icons3.png") no-repeat -280px -500px;
}
.user-review li .review-desc{
    font-size: 16px;
    line-height: 30px;
    color: #e5e5e5;
    font-family: Sitka Display!important;
}
.user-review li .review-user{
    font-size: 22px;
    line-height: 30px;
    color: #00ffcb;
    margin-top: 37px;
}
.user-review li .icon-list{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 50px;
}
.review-scrollbar {
    height: 1px;
    width: 462px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -231px;
    background: #707070;
    opacity: 1!important;
}
.review-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    background: #ccc;
    border-radius: 0;
    margin-top: -3px;
}
.user-review-con .swiper-button-prev,.user-review-con .swiper-button-next {
    top: 0;
    margin-top: 79px;
}
.faq {
    position: relative;
}
.faqblog-title {
    position: relative;
}
.faqblog-title .more-link{
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 14px;
    line-height: 96px;
    color: #008873;
}
.faqblog-title .more-link:hover{
    text-decoration: underline;
}
.faq .faq-bg {
    font-weight: bold;
    font-size: 360px;
    height: 353px;
    letter-spacing: 0;
    opacity: 0.4;
    color: #b8b8b8;
    text-align: center;
    padding: 159px 0 80px;
}
.faq .faq-centent {
    padding-top: 163px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -680px;
}
.faqblog-title h3 {
    text-align: center;
    font-size: 40px;
    line-height: 96px;
    color: #333;
    font-weight: bold;
}
.faq-con {
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
}
.faq-con ul {
    width: 1280px;
}
.faq-con li {
    position: relative;
    height: 69px;
    width: 300px;
    border: 2px solid #ccc;
    padding: 12px 22px 0;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1),border-bottom 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq-con li:hover {
    background: rgba(255,255,255,0.9);
    transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq-con li:hover p{
    color: #008873;
    transition: color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq-con li span {
    position: absolute;
    height: 69px;
    width: 4px;
    background: #008873;
    left: -2px;
    top: -2px;
    transition: width 0.15s ease-in;
}
.faq-con li:hover span {
    width: 8px;
    transition: width 0.15s ease-in;
}
.faq-con li img {
    width: 66px;
    height: 58px;
    margin-bottom: 15px;
}
.faq-con li p{
    font-size: 16px;
    line-height: 22px;
    color: #5d5d5d;
    height: 44px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    transition: color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq-con li span{
    display: block;
    font-size: 12px;
    color: #5d5d5d;
}
.faq-con .swiper-button-prev,.faq-con .swiper-button-next {
    margin-top: -39px;
}
.faq-con .swiper-button-prev {
    left: 0;
}
.faq-con .swiper-button-next {
    right: 0;
}
#faqBlog {
    background: #dedede;
    height: 1080px;
    position: relative;
    z-index: 2;
}
.blog {
    position: relative;
}
.blog .blog-bg {
    font-weight: bold;
    font-size: 370px;
    height: 470px;
    line-height: 390px;
    text-align: center;
    letter-spacing: 0;
    opacity: 0.5;
    color: #FFF;
}
.blog .blog-centent {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -680px;
}
.blog .blog-centent ul {
    padding: 0 50px;
    box-sizing: border-box;
}
.blog li {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}
.blog li div {
    position: relative;
    border-bottom: 1px solid #aaa;
    padding: 0 80px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog li:hover div {
    background: rgba(255,255,255,0.9);
    transition: background 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.blog li:nth-child(1) div,.blog li:nth-child(2) div {
    border-top: 1px solid #aaa;
}
.blog li div a {
    font-size: 16px;
    line-height: 50px;
    color: #5d5d5d;
    white-space: nowrap;
}
.blog li:hover div a {
    color: #008873;
}
.blog li div span {
    position: absolute;
    left: 6px;
    top: 22px;
    width: 5px;
    height: 5px;
    background: url(../img/icons3.png) -200px -600px;
}
.blog li div span.hot-blog {
    top: 17px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/icons3.png) -300px -600px;
}
.blog li div b {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 50px;
    color: #888;
    font-weight: normal;
}
#downloadPage {
    position: relative;
    height: 510px;
    z-index: 2;
}
.download-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.download-bg:nth-child(1) {
    background-image: linear-gradient(151deg, #FF7575 0%, #FFFFFF 100%);
    opacity: 1;
}
.download-bg:nth-child(2) {
    background-image: linear-gradient(208deg, #F9AEF4 0%, #FFFFFF 100%);
    opacity: 0.57;
}
.download-bg:nth-child(3) {
    background-image: linear-gradient(317deg, #AEF1FF 0%, #FFFFFF 100%);
    opacity: 0.61;
}
.download-bg:nth-child(4) {
    background-image: linear-gradient(0deg, #FFFDC9 0%, #FFFFFF 100%);
    opacity: 0.14;
}
.download-bg:nth-child(5) {
    background-image: linear-gradient(27deg, #E2FFC9 0%, #FFFFFF 100%);
    opacity: 0.2;
}
.download-position {
    width: 570px;
    height: 316px;
    position: absolute;
    left: 50%;
    bottom: 71px;
    margin-left: -270px;
}
.download-position .down-con {
}
.download-position .down-desc {
    float: left;
    width: 460px;
}
.download-position .down-desc img{
    height: 100%;
    width: auto;
}
.download-position .down-desc h3 {
    height: 60px;
    margin-bottom: 40px;
}
.download-position .down-desc p{
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 35px;
    color: #aaa;
}
.download-position .seven {
    float: right;
    width: 110px;
    margin-top: -45px;
}
#downloadPage .downloadBtn {
    width: 235px;
    height: 60px;
    background-image: linear-gradient(79deg,#3772f9 0%,#ff3bdf 100%);
    box-shadow: 0px 3px 10px #3A75885C;
    border: none;
    outline: none;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
    margin: 70px auto 0;
    display: block;
    color: #fff;
    transition: background-image 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s,box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
#downloadPage .downloadBtn:hover {
    background-image: linear-gradient(79deg, #709BFE 0%, #FF61E5 100%);
    box-shadow: 0px 3px 15px #3A75888A;
    transition: background-image 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s,box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
#footer {
    position: relative;
    z-index: 2;
    padding: 68px 0 20px;
    background: #efefef;
}
#footer .margin {
    padding: 0 122px;
    box-sizing: border-box;
}
#footer .footer-text {
    border-top: 1px solid #aaa;
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
}
#footer p {
    font-size: 14px;
	line-height: 18px;
    color: #5d5d5d;
}
#footer .swiper-list {
    position: relative;
    padding-left: 88px;
    height: 23px;
    margin-bottom: 20px;
}
#footer .swiper-list .list-title {
    position: absolute;
    font-size: 18px;
    line-height: 23px;
    color: #008873;
    width: 88px;
    left: 0;
    top: 0;
}
#footer .swiper-list .list-con{
    position: relative;
    padding: 0 15px;
}
#footer .swiper-list .friendly-prev,#footer .swiper-list .friendly-next{
    width: 6px;
    height: 11px;
    top: 6px;
    margin: 0;
}
#footer .swiper-list .friendly-prev {
    left: 0;
    background: url("../img/icons3.png") no-repeat 0px -600px;
}
#footer .swiper-list .friendly-next {
    right: 0;
    background: url("../img/icons3.png") no-repeat -50px -600px;
}
#footer .swiper-list .swiper-list-con{
    overflow: hidden;
}
#footer .swiper-list ul li{
    width: auto;
    font-size: 14px;
    line-height: 23px;
}
#footer .swiper-list ul li a{
    color: #5d5d5d;
}
#footer .list-left {
    float: left;
    width: 38%;
}
#footer .list-left p{
    font-size: 14px;
    line-height: 25px;
    color: #5d5d5d;
}
#footer .list-left p a{
    color: #5d5d5d;
}
#footer .list-left p.p-black{
    color: #000;
}
#footer .list-right {
    float: right;
    width: 62%;
}
#footer p a {
    color: #008873;
}
#footer p.normal-color a{
    color: #5d5d5d;
}
#footer p a:hover {
    text-decoration: underline;
}
#footer p b {
    font-weight: normal;
}
#footer p span {
    color: #aaa;
    margin: 0 5px;
}
#footer .list {
    float: left;
    width: 33%;
}
#footer .list p {
    color: #008873;
    line-height: 25px;
}
#footer .list ul {
    color: #666;
}
#footer .list ul.active {
    height: auto;
}
#footer .list li{
    line-height: 25px;
    font-size: 14px;
}
#footer .list li a{
    color: #5d5d5d;
}
.fixed-contact {
    width: 25px;
    position: fixed;
    z-index: 3;
    right: 50px;
    top: 50%;
    margin-top: -122px;
    height: 245px;
}
.fixed-contact a {
    height: 25px;
    width: 25px;
    display: block;
    margin-bottom: 30px;
}
.facebook {
    background: url(../img/sns-icon.png) no-repeat 0 0;
}
.facebook:hover {
    background: url(../img/sns-icon.png) no-repeat 0 -50px;
}
.twitter {
    background: url(../img/sns-icon.png) no-repeat -50px 0;
}
.twitter:hover {
    background: url(../img/sns-icon.png) no-repeat -50px -50px;
}
.youtube {
    background: url(../img/sns-icon.png) no-repeat -100px 0;
}
.youtube:hover {
    background: url(../img/sns-icon.png) no-repeat -100px -50px;
}
.discord {
    background: url(../img/sns-icon.png) no-repeat -150px 0;
}
.discord:hover {
    background: url(../img/sns-icon.png) no-repeat -150px -50px;
}
.reddit {
    background: url(../img/sns-icon.png) no-repeat -200px 0;
}
.reddit:hover {
    background: url(../img/sns-icon.png) no-repeat -200px -50px;
}
.user-review li .icon-list.facebook {
    background: url(../img/sns-icon.png) no-repeat 0 -100px;
}
.user-review li .icon-list.twitter {
    background: url(../img/sns-icon.png) no-repeat -50px -100px;
}
.user-review li .icon-list.discord {
    background: url(../img/sns-icon.png) no-repeat -100px -100px;
}
.user-review li .icon-list.reddit {
    background: url(../img/sns-icon.png) no-repeat -150px -100px;
}
.user-review li .icon-list.facebook:hover {
    background: url(../img/sns-icon.png) no-repeat 0 -150px;
}
.user-review li .icon-list.twitter:hover {
    background: url(../img/sns-icon.png) no-repeat -50px -150px;
}
.user-review li .icon-list.discord:hover {
    background: url(../img/sns-icon.png) no-repeat -100px -150px;
}
.user-review li .icon-list.reddit:hover {
    background: url(../img/sns-icon.png) no-repeat -150px -150px;
}
.contact {
    margin-bottom: 55px;
}
.contact ul {
    float: left;
    width: 25%;
    margin-top: 20px;
}
.contact ul li{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 30px;
}
.contact ul li a{
    display: block;
    height: 100%;
}
.contact span {
    float: left;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
    color: #5d5d5d;
}
.contact span a{
    color: #008873;
}
.yys {
    position: fixed;
    width: 12vw;
    height: 12vw;
    right: 1.7vw;
    bottom: 1.7vw;
    z-index: 3;
}
.yys .close {
    position: absolute;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
    width: 1.6vw;
    height: 1.6vw;
    right: 0;
    background: url(../img/close.png) no-repeat center;
    background-size: 1.6vw auto;
    background-size: auto 100vw\9;
}
.yys img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}
.yysurl {
    display: block;
    position: relative;
}
.yys .img1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    animation: jump 2s infinite;
    animation-name: jump;
    animation-duration: 2s;
    animation-timing-function: initial;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}
.yys .img1 span {
    display: block;
    height: 3.2vw;
    background: url("") no-repeat center bottom;
    background-size: 12vw auto;
}
@keyframes jump{
    0% {
        bottom: 0;
    }
    60% {
        bottom: 0;
    }
    70% {
        bottom: 1vw;
    }
    80% {
        bottom: 0;
    }
    90% {
        bottom: 0.5vw;
    }
    100% {
        bottom: 0;
    }
}
@supports (backdrop-filter: blur(5px)){
    .nav-con.not-first {
        background: rgba(0,0,0,0.7);
        backdrop-filter: blur(40px);
    }
    .nav-con.light {
        background: rgba(242,242,242,0.7);
    }
    .faq-con li {
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(10px);
    }
    .faq-con li:hover {
        background: rgba(255,255,255,0.36);
        backdrop-filter: blur(10px);
    }
    .nav-more-link {
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }
    .light .nav-more-link {
        background: rgba(242,242,242,0.7);
        backdrop-filter: blur(40px);
    }
    .nav-more-link li:hover {
        background-color: rgba(51,51,51,0.7);
    }
    .light .nav-more-link li:hover {
        background-color: rgba(255,255,255,0.7);
    }
    .fs-back .swiper-slide .game-desc {
        background: rgba(127,127,127,0.4);
        backdrop-filter: saturate(200%) blur(10px);
    }
    .blog li:hover div{
        background: rgba(255,255,255,0.36);
        backdrop-filter: blur(10px);
    }
    .fixed-tab .tab-con,.fixed-tab .btn-con, .fixed-tab .pay-con {
        background: rgba(127,127,127,0.5);
        backdrop-filter: blur(30px);
    }
}
@media only screen and (max-width:1920px ) {
    .nav-con {
        height: 5.5vw;
    }
    .nav-con.not-first {
        height: 3vw;
    }
    .nav-logo {
        margin-top: 2.1vw;
        width: 8.3vw;
        height: 1.4vw;
        background-size: 8.3vw auto;
    }
    .fixed-btn {
        margin-right: -2vw;
        margin-top: 0.2vw;
        height: 1.6vw;
        line-height: 1.6vw;
        padding: 0 1vw;
    }
    .nav-list {
        padding: 1.7vw 0 0 14.4vw;
        height: 2.1vw;
    }
    .not-first .nav-list {
        padding: 0.5vw 0 0 14.4vw;
    }
    .nav-list .nav-list-link, .nav-list .nav-list-icon, .nav-list .nav-search,.nav-list .show-more-btn {
        font-size: 16px;
        line-height: 2.1vw;
        padding: 0 1vw;
    }
    .nav-list .nav-list-icon {
        padding: 0 0 0 2.2vw;
        width: 5.5vw;
        height: 2.1vw;
    }
    .nav-list .nav-list-icon i {
        left: 1vw;
        margin-top: -0.5vw;
        width: 1vw;
        height: 1vw;
        background: url(../img/icons3.png) no-repeat -25vw -15vw;
        background-size: 30vw auto;
    }
    .nav-list .nav-list-icon:hover i{
        background-position: -25vw -25vw;
    }
    .nav-more-link {
        left: 1vw;
        top: 2.1vw;
        width: 6.8vw;
        padding: 0.7vw 0;
    }
    .nav-more-link li {
        padding: 0 0 0 1.2vw;
        line-height: 1.8vw;
        font-size: 0.8vw;
    }
    .nav-list .nav-search {
        width: 1vw;
        height: 2.1vw;
    }
    .nav-list .nav-search input{
        right: 1vw;
        height: 1.8vw;
    }
    .nav-list .nav-search.active input {
        width: 13vw;
        padding-right: 1.2vw;
    }
    .nav-list .nav-search i{
        right: 1vw;
        margin-top: -0.5vw;
        width: 1vw;
        height: 1vw;
        background: url("../img/icons3.png") no-repeat -25vw -20vw;
        background-size: 30vw auto;
    }
    .nav-list .nav-search i:hover,.nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -25vw -30vw;
        background-size: 30vw auto;
    }
    .light .nav-list .nav-list-icon i{
        background: url("../img/icons3.png") no-repeat -20vw -15vw;
        background-size: 30vw auto;
    }
    .light .nav-list .nav-search i{
        background: url("../img/icons3.png") no-repeat -20vw -20vw;
        background-size: 30vw auto;
    }
    .light .nav-list .nav-list-icon:hover i{
        background: url("../img/icons3.png") no-repeat -20vw -25vw;
        background-size: 30vw auto;
    }
    .light .nav-list .nav-search i:hover,.light .nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -20vw -30vw;
        background-size: 30vw auto;
    }
    .light .nav-logo {
        background: url(../img/xiazai-d.png) no-repeat 0 center;
        background-size: 8.3vw auto;
    }
    .not-first .nav-logo {
        background-size: 8.3vw auto;
        margin-top: 0.8vw;
        transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
}
@media only screen and (max-width:1659px ) {
    .margin {
        width: 1180px;
    }
    .nav-con {
        height: 94px;
    }
    .nav-con.not-first {
        height: 50px;
    }
    .nav-logo {
        margin-top: 34px;
        width: 140px;
        height: 25px;
        background: url(../img/xiazai3.png) no-repeat 0 center;
        background-size: 140px auto;
    }
    .fixed-btn {
        margin-top: 4px;
        margin-right: -32px;
        height: 26px;
        font-size: 17px;
        line-height: 26px;
        padding: 0 17px;
    }
    .btn-install.btn-install-l span,.btn-install.btn-install-r span {
        height: 60px;
    }
    .nav-list {
        padding: 30px 0 0 244px;
        height: 26px;
    }
    .not-first .nav-list {
        padding: 7px 0 0 244px;
    }
    .nav-list .nav-list-link, .nav-list .nav-list-icon, .nav-list .nav-search,.nav-list .show-more-btn {
        font-size: 17px;
        line-height: 36px;
        padding: 0 17px;
    }
    .nav-list .nav-list-icon {
        padding: 0 0 0 39px;
        width: 94px;
        height: 36px;
    }
    .nav-list .nav-list-icon i {
        left: 18px;
        top: 50%;
        margin-top: -9px;
        width: 17px;
        height: 17px;
        background: url(../img/icons3.png) no-repeat -426px -256px;
        background-size: 512px;
    }
    .nav-list .nav-list-icon:hover i{
        background-position: -426px -426px;
    }
    .nav-more-link {
        left: 18px;
        top: 36px;
        width: 112px;
        padding: 12px 0;
        text-align: center;
    }
    .nav-more-link li {
        padding: 0 0 0 20px;
        line-height: 24px;
        font-size: 12px;
    }
    .nav-list .nav-search {
        width: 17px;
        height: 36px;
    }
    .nav-list .nav-search input{
        right: 17px;
        height: 30px;
    }
    .nav-list .nav-search.active input {
        width: 222px;
        padding-right: 19px;
    }
    .nav-list .nav-search i{
        right: 18px;
        margin-top: -9px;
        width: 17px;
        height: 17px;
        background: url("../img/icons3.png") no-repeat -426px -340px;
        background-size: 512px auto;
    }
    .nav-list .nav-search i:hover,.nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -426px -512px;
        background-size: 512px auto;
    }
    .light .nav-list .nav-list-icon i{
        background: url("../img/icons3.png") no-repeat -341px -210px;
        background-size: 512px auto;
    }
    .light .nav-list .nav-search i{
        background: url("../img/icons3.png") no-repeat -341px -341px;
        background-size: 512px auto;
    }
    .light .nav-list .nav-list-icon:hover i{
        background: url("../img/icons3.png") no-repeat -341px -426px;
        background-size: 512px auto;
    }
    .light .nav-list .nav-search i:hover,.light .nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -341px -512px;
        background-size: 512px auto;
    }
    .light .nav-logo {
        background: url(../img/xiazai-d.png) no-repeat 0 center;
        background-size: 141px auto;
    }
    .not-first .nav-logo {
        background-size: 141px auto;
        margin-top: 11px;
        transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .fs-content {
        height: 636px;
        width: 1220px;
        margin: -318px 0 0 -610px;
    }
    .fs-img {
        width: 632px;
        height: 632px;
    }
    .fs-img .swiper-slide {
        height: 632px;
    }
    .fs-text {
        width: 544px;
        height: 174px;
        margin-top: -162px;
        padding-bottom: 148px;
    }
    .fs-text .swiper-slide {
        padding-top: 19px;
        padding-left: 8px;
    }
    .fs-text .first-slide {
        padding-top: 17px;
    }
    .title-text-l p{
        font-size: 19px;
        line-height: 28px;
    }
    .title-text-l p.text-bottom {
        font-size: 17px;
        line-height: 22px;
    }
    .title-text-r {
        width: 83px;
        top: -15px;
    }
    .title-text-l img {
        padding-bottom: 34px;
        height: 51px;
    }
    .title-text-l h3 {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 31px;
    }
    .download-con {
        margin: -162px 0 0 0;
        padding-top: 198px;
        height: 126px;
        width: 536px;
    }
    .download-con-c {
        height: 112px;
    }
    .btn-install {
        height: 64px;
        width: 240px;
        padding-top: 48px;
        margin: 0px 20px 20px 0;
    }
    .btn-install span {
        margin-top: 14px;
        width: 68px;
        height: 42px;
        background: url(../img/icons3.png) no-repeat -156px -339px;
        background-size: 512px auto;
    }
    .btn-install:hover span {
        background: url(../img/icons3.png) no-repeat -156px -381px;
        background-size: 512px auto;
    }
    .btn-install b {
        margin: 9px 0 0;
        font-size: 25px;
        line-height: 31px;
    }
    .btn-install i {
        font-size: 14px;
        line-height: 22px;
    }
    .videoBtn {
        height: 73px;
        width: 72px;
        font-size: 14px;
        line-height: 22px;
    }
    .videoBtn span {
        height: 34px;
        background: url(../img/icons3.png) no-repeat -226px -324px;
        background-size: 512px auto;
    }
    .videoBtn:hover span {
        background: url(../img/icons3.png) no-repeat -226px -367px;
        background-size: 512px auto;
    }
    .download-con .nav-more-link {
        font-size: 14px;
        line-height: 17px;
        margin-top: 8px;
    }
    .fs-content-con .notice {
        bottom: 80px;
    }
    .data-slide .data-container {
        padding: 54px 39px 63px;
    }
    .data-slide {
        padding: 162px 39px 34px;
    }
    .data-slide .data-nav {
        margin-bottom: 20px;
    }
    .data-slide .data-con .part-title {
        padding-bottom: 8px;
    }
    .data-slide .data-con .data-li div{
        height: 7px;
    }
    .data-slide .data-nav p {
        width: 58px;
        font-size: 26px;
        line-height: 34px;
        margin-right: 42px;
    }
    .data-slide .data-con .part-title p {
        font-size: 14px;
        line-height: 18px;
    }
    .data-slide .data-con .part-title p i {
        font-size: 14px;
        line-height: 18px;
        margin-left: 5px;
    }
    .data-slide .data-con ul {
        padding-top: 20px;
    }
    .data-slide .data-con .line-data li {
        margin-top: 29px;
    }
    .data-slide .data-con .line-data p {
        line-height: 17px;
        margin-top: 9px;
    }
    .data-slide .data-con .calc-data {
        top: 48px;
        right: 39px;
    }
    .data-slide .data-con .calc-data p {
        font-size: 54px;
        line-height: 70px;
    }
    .data-slide .notice {
        padding: 0 34px;
        margin-top: 17px;
    }
    .data-slide .data-con .calc-data p.calc-bot {
        font-size: 14px;
        padding-left: 8px;
    }
    .fs-title {
        padding-top: 85px;
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 42px;
    }
    .popular {
        width: 658px;
        padding: 0 42px;
    }
    .performs-title {
        height: 34px;
        padding-bottom: 7px;
        margin-bottom: 12px;
    }
    .performs-title h3 {
        font-size: 25px;
        line-height: 34px;
    }
    .performs-title a {
        font-size: 14px;
        line-height: 34px;
    }
    .swiper-pop-con {
        margin-top: 48px;
    }
    .swiper-pop-con .swiper-page {
        top: -36px;
    }
    .popular .swiper-button-prev {
        left: -42px;
        margin-top: -33px;
    }
    .popular .swiper-button-next {
        right: -42px;
        margin-top: -33px;
    }
    .user-review-con .swiper-button-prev, .user-review-con .swiper-button-next {
        margin-top: 68px;
    }
    .performs-title .swiper-page span {
        font-size: 14px;
        line-height: 17px;
        width: 17px;
        height: 17px;
    }
    .fs-back .swiper-slide .game-info {
        padding-top: 8px;
    }
    .swiper-pop .swiper-slide .game-info .game-name {
        font-size: 17px;
        line-height: 22px;
        height: 44px;
        padding-left: 8px;
        margin-bottom: 7px;
    }
    .swiper-pop .swiper-slide .info-con {
        height: 44px;
    }
    .swiper-pop .swiper-slide .game-info .rating {
        padding-left: 7px;
        height: 22px;
    }
    .swiper-pop .swiper-slide .game-info .game-category {
        font-size: 14px;
        padding: 5px 0 4px 8px;
        line-height: 17px;
    }
    .swiper-pop .swiper-slide .game-info .downloadTimes {
        font-size: 14px;
        padding-left: 8px;
        line-height: 18px;
    }
    .swiper-pop .swiper-slide .game-info .appDownload {
        font-size: 17px;
        padding-left: 8px;
        padding-bottom: 8px;
        line-height: 34px;
        border-bottom: 5px solid #00ffcc;
    }
    .swiper-pop .swiper-slide:hover .info-con .downloadTimes {
        margin-top: -47px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 34px;
        height: 65px;
    }
    .swiper-button-prev {
        background: url(../img/icons3.png) no-repeat 0 0;
        background-size: 512px auto;
        left: 0;
    }
    .swiper-button-next {
        background: url(../img/icons3.png) no-repeat -170px 0;
        background-size: 512px auto;
        right: 0;
    }
    .rising {
        width: 378px;
    }
    .swiper-rising .swiper-slide {
        height: 97px;
    }
    .swiper-rising .swiper-slide .li-icon {
        width: 97px;
    }
    .swiper-rising .swiper-slide .app-name {
        font-size: 17px;
        line-height: 22px;
        height: 44px;
        margin-bottom: 17px;
    }
    .swiper-rising .swiper-slide .game-info {
        padding-left: 107px;
    }
    .fs-content-con .swiper-scrollbar {
        width: 392px;
        bottom: 61px;
        margin-left: -196px;
    }
    .fs-content-con .swiper-scrollbar-drag {
        height: 4px;
        margin-top: -3px;
    }
    .fs-content-con .fs-prev {
        background: url(../img/icons3.png) no-repeat -329px 17px;
        background-size: 512px auto;
    }
    .fs-content-con .fs-next {
        background: url(../img/icons3.png) no-repeat -414px 17px;
        background-size: 512px auto;
    }
    .fs {
        min-height: 1463px;
    }
    .fs-back {
        height: 912px;
    }
    #reviews {
        height: 878px;
    }
    #faqBlog {
        height: 936px;
    }
    .faqblog-title h3 {
        font-size: 34px;
        line-height: 83px;
    }
    .faq-con li span {
        height: 58px;
    }
    #downloadPage {
        height: 435px;
    }
    .review-content {
        height: 595px;
        margin-top: -329px;
        padding-bottom: 61px;
    }
    .reviews-title {
        margin-bottom: 34px;
        font-size: 34px;
    }
    .reviews-t {
        font-size: 25px;
    }
    .review-data {
        height: 54px;
        margin: 42px 0;
    }
    .review-data .x {
        font-size: 54px;
        height: 54px;
        line-height: 54px;
        margin: 0 76px;
    }
    .user-review li .up-desc {
        width: 85px;
        height: 58px;
        background: url(../img/icons3.png) no-repeat -170px -426px;
        background-size: 512px auto;
        margin-top: -58px;
    }
    .user-review li .down-desc {
        width: 42px;
        height: 17px;
        background: url(../img/icons3.png) no-repeat -239px -426px;
        background-size: 512px auto;
    }
    .user-review-con {
        padding: 0 85px 61px;
    }
    .user-review li {
        padding-left: 102px;
        padding-top: 58px;
    }
    .user-review li img {
        width: 85px;
        height: 85px;
        margin-left: -102px;
    }
    .user-review li .review-desc {
        font-size: 17px;
        line-height: 25px;
    }
    .user-review li .review-user {
        font-size: 17px;
        line-height: 25px;
        margin-top: 25px;
    }
    .user-review li .icon-list {
        width: 24px;
        height: 24px;
        margin-right: 42px;
    }
    .faqblog-title .nav-more-link {
        font-size: 14px;
    }
    .faqblog-title .more-link {
        line-height: 83px;
    }
    .faq .faq-bg {
        font-size: 307px;
        height: 302px;
        padding: 136px 0 68px;
    }
    .faq .faq-centent {
        margin-left: -609px;
        padding-top: 139px;
    }
    .blog .blog-centent {
        margin-left: -609px;
    }
    .blog li div b {
        font-size: 14px;
        line-height: 42px;
    }
    .swiper-faq .swiper-wrapper {
        height: 207px;
    }
    .faq-logo {
        margin: 0 auto 34px;
        width: 341px;
    }
    .blog .faq-logo {
        width: 372px;
    }
    .faq-con ul {
        width: 1112px;
    }
    .faq-con li {
        width: 260px;
        height: 58px;
        padding: 10px 17px 0;
    }
    .faq-con li p {
        font-size: 14px;
        line-height: 17px;
        height: 34px;
    }
    .blog .blog-bg {
        font-size: 314px;
        height: 402px;
        line-height: 333px;
    }
    .blog li div {
        padding-left: 25px;
    }
    .blog li div a {
        font-size: 14px;
        line-height: 42px;
    }
    .blog li div span {
        top: 19px;
    }
    .blog li div span.hot-blog {
        top: 12px;
    }
    .download-page {
        margin: -328px 0 0 -469px;
        width: 939px;
        height: 656px;
    }
    .download-position {
        width: 487px;
        height: 258px;
        bottom: 61px;
        margin-left: -244px;
    }
    .download-position .down-desc {
        width: 390px;
    }
    .download-position .down-desc h3 {
        margin-bottom: 34px;
        height: 51px;
    }
    .download-position .down-desc p {
        font-size: 24px;
        line-height: 28px;
    }
    .download-position .seven {
        width: 93px;
        margin-top: -37px;
    }
    #downloadPage .downloadBtn {
        width: 200px;
        height: 51px;
        font-size: 22px;
        line-height: 51px;
        margin: 59px auto 0;
    }
    .swiper-button-next:hover {
        background: url(../img/icons3.png) no-repeat -256px 0;
        background-size: 512px auto;
    }
    .swiper-button-prev:hover {
        background: url(../img/icons3.png) no-repeat -85px 0;
        background-size: 512px auto;
    }
    #footer {
        padding: 24px 0 12px;
    }
    #footer .margin {
        padding: 0 103px;
    }
    #footer .footer-text {
        margin-top: 24px;
        padding-top: 8px;
    }
    #footer p {
        font-size: 17px;
        line-height: 22px;
    }
    #footer .list-left p {
        font-size: 14px;
        line-height: 22px;
    }
    #footer .list ul {
        margin-top: 4px;
        height: 85px;
    }
    #footer .list li {
        font-size: 14px;
        line-height: 22px;
    }
    #footer .list li::before {
        top: 5px;
    }
    #footer .swiper-list .list-title {
        font-size: 17px;
        line-height: 22px;
        width: 75px;
    }
    #footer .swiper-list {
        padding-left: 75px;
        height: 22px;
        margin-bottom: 17px;
    }
    #footer .swiper-list ul li {
        font-size: 14px;
        line-height: 22px;
    }
    #footer .swiper-list .friendly-prev, #footer .swiper-list .friendly-next {
        top: 4px;
    }
}
@media only screen and (max-width:1399px ) {
    .margin {
        width: 1000px;
    }
    .nav-con {
        height: 78px;
    }
    .nav-con.not-first {
        height: 42px;
    }
    .nav-logo {
        margin-top: 28px;
        width: 116px;
        height: 20px;
        background: url(../img/xiazai3.png) no-repeat 0 center;
        background-size: 116px auto;
    }
    .fixed-btn {
        margin-top: 3px;
        margin-right: -27px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 14px;
    }
    .btn-install.btn-install-l span,.btn-install.btn-install-r span {
        height: 50px;
    }
    .nav-list {
        padding: 24px 0 0 200px;
        height: 30px;
    }
    .not-first .nav-list {
        padding: 6px 0 0 200px;
    }
    .nav-list .nav-list-link, .nav-list .nav-list-icon, .nav-list .nav-search,.nav-list .show-more-btn {
        font-size: 14px;
        line-height: 30px;
        padding: 0 14px;
    }
    .nav-list .nav-list-icon {
        padding: 0 0 0 32px;
        width: 77px;
        height: 30px;
    }
    .nav-list .nav-list-icon i {
        left: 14px;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        background: url(../img/icons3.png) no-repeat -350px -210px;
        background-size: 420px;
    }
    .nav-list .nav-list-icon:hover i{
        background-position: -350px -350px;
    }
    .nav-more-link {
        left: 14px;
        top: 30px;
        width: 92px;
        padding: 10px 0;
        text-align: center;
    }
    .nav-more-link li {
        padding: 0 0 0 16px;
        line-height: 22px;
        font-size: 12px;
    }
    .nav-list .nav-search {
        width: 14px;
        height: 30px;
    }
    .nav-list .nav-search input{
        right: 14px;
        height: 25px;
    }
    .nav-list .nav-search.active input {
        width: 182px;
        padding-right: 16px;
    }
    .nav-list .nav-search i{
        right: 14px;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        background: url("../img/icons3.png") no-repeat -350px -280px;
        background-size: 420px auto;
    }
    .nav-list .nav-search i:hover,.nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -350px -420px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-list-icon i{
        background: url("../img/icons3.png") no-repeat -280px -210px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-search i{
        background: url("../img/icons3.png") no-repeat -280px -280px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-list-icon:hover i{
        background: url("../img/icons3.png") no-repeat -280px -350px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-search i:hover,.light .nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -280px -420px;
        background-size: 420px auto;
    }
    .light .nav-logo {
        background: url(../img/xiazai-d.png) no-repeat 0 center;
        background-size: 116px auto;
    }
    .not-first .nav-logo {
        background-size: 116px auto;
        margin-top: 9px;
        transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .fs-content {
        height: 536px;
        width: 1000px;
        margin: -268px 0 0 -500px;
    }
    .fs-img {
        width: 518px;
        height: 518px;
    }
    .fs-img .swiper-slide {
        height: 518px;
    }
    .fs-text {
        width: 446px;
        height: 144px;
        margin-top: -133px;
        padding-bottom: 122px;
    }
    .fs-text .swiper-slide {
        padding-top: 16px;
    }
    .fs-text .first-slide {
        padding-top: 14px;
    }
    .title-text-l p{
        font-size: 16px;
        line-height: 23px;
    }
    .title-text-l p.text-bottom {
        font-size: 14px;
        line-height: 18px;
    }
    .title-text-r {
        width: 68px;
        top: -13px;
    }
    .title-text-l img {
        padding-bottom: 28px;
        height: 42px;
    }
    .title-text-l h3 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 26px;
    }
    .download-con {
        margin: -133px 0 0 0;
        padding-top: 163px;
        height: 103px;
        width: 438px;
    }
    .download-con-c {
        height: 91px;
    }
    .btn-install {
        height: 52px;
        padding-top: 39px;
        width: 195px;
        margin: 0px 16px 16px 0;
    }
    .btn-install span {
        margin-top: 12px;
        width: 56px;
        height: 35px;
        background: url(../img/icons3.png) no-repeat -128px -278px;
        background-size: 420px auto;
    }
    .btn-install:hover span {
        background: url(../img/icons3.png) no-repeat -128px -313px;
        background-size: 420px auto;
    }
    .btn-install b {
        margin: 5px 0 0;
        font-size: 21px;
        line-height: 26px;
    }
    .btn-install i {
        font-size: 12px;
        line-height: 18px;
    }
    .videoBtn {
        height: 60px;
        width: 60px;
        font-size: 12px;
        line-height: 18px;
    }
    .videoBtn span {
        height: 28px;
        background: url(../img/icons3.png) no-repeat -186px -266px;
        background-size: 420px auto;
    }
    .videoBtn:hover span {
        background: url(../img/icons3.png) no-repeat -186px -301px;
        background-size: 420px auto;
    }
    .download-con .nav-more-link {
        font-size: 12px;
        line-height: 14px;
        margin-top: 7px;
    }
    .fs-content-con .notice {
        bottom: 65px;
    }
    .data-slide .data-container {
        padding: 45px 32px 53px;
    }
    .data-slide {
        padding: 133px 32px 28px;
    }
    .data-slide .data-nav {
        margin-bottom: 17px;
    }
    .data-slide .data-con .part-title {
        padding-bottom: 7px;
    }
    .data-slide .data-con .data-li div{
        height: 6px;
    }
    .data-slide .data-nav p {
        width: 48px;
        font-size: 22px;
        line-height: 28px;
        margin-right: 35px;
    }
    .data-slide .data-con .part-title p {
        font-size: 12px;
        line-height: 15px;
    }
    .data-slide .data-con .part-title p i {
        font-size: 12px;
        line-height: 15px;
        margin-left: 4px;
    }
    .data-slide .data-con ul {
        padding-top: 17px;
    }
    .data-slide .data-con .line-data li {
        margin-top: 24px;
    }
    .data-slide .data-con .line-data p {
        line-height: 14px;
        margin-top: 8px;
    }
    .data-slide .data-con .calc-data {
        top: 40px;
        right: 32px;
    }
    .data-slide .data-con .calc-data p {
        font-size: 45px;
        line-height: 58px;
    }
    .data-slide .notice {
        padding: 0 28px;
        margin-top: 14px;
    }
    .data-slide .data-con .calc-data p.calc-bot {
        font-size: 12px;
        padding-left: 7px;
    }
    .fs-title {
        padding-top: 70px;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 35px;
    }
    .popular {
        width: 540px;
        padding: 0 35px;
    }
    .performs-title {
        height: 28px;
        padding-bottom: 6px;
        margin-bottom: 10px;
    }
    .performs-title h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .performs-title a {
        font-size: 12px;
        line-height: 28px;
    }
    .swiper-pop-con {
        margin-top: 40px;
    }
    .swiper-pop-con .swiper-page {
        top: -30px;
    }
    .popular .swiper-button-prev {
        left: -35px;
        margin-top: -27px;
    }
    .popular .swiper-button-next {
        right: -35px;
        margin-top: -27px;
    }
    .user-review-con .swiper-button-prev, .user-review-con .swiper-button-next {
        margin-top: 56px;
    }
    .performs-title .swiper-page span {
        font-size: 12px;
        line-height: 14px;
        width: 14px;
        height: 14px;
    }
    .fs-back .swiper-slide .game-info {
        padding-top: 7px;
    }
    .swiper-pop .swiper-slide .game-info .game-name {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        padding-left: 7px;
        margin-bottom: 7px;
    }
    .swiper-pop .swiper-slide .info-con {
        height: 39px;
    }
    .swiper-pop .swiper-slide .game-info .rating {
        padding-left: 7px;
        height: 18px;
    }
    .swiper-pop .swiper-slide .game-info .game-category {
        font-size: 12px;
        padding: 0 0 7px 7px;
        line-height: 14px;
    }
    .swiper-pop .swiper-slide .game-info .downloadTimes {
        font-size: 12px;
        padding-left: 7px;
        line-height: 18px;
    }
    .swiper-pop .swiper-slide .game-info .appDownload {
        font-size: 14px;
        padding-left: 7px;
        padding-bottom: 7px;
        line-height: 28px;
        border-bottom: 4px solid #00ffcc;
    }
    .fs-back .rating b {
        font-size: 12px;
        line-height: 16px;
    }
    .swiper-pop .swiper-slide:hover .info-con .downloadTimes {
        margin-top: -39px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 28px;
        height: 54px;
    }
    .swiper-button-prev {
        background: url(../img/icons3.png) no-repeat 0 0;
        background-size: 420px auto;
        left: 0;
    }
    .swiper-button-next {
        background: url(../img/icons3.png) no-repeat -140px 0;
        background-size: 420px auto;
        right: 0;
    }
    .rising {
        width: 310px;
    }
    .swiper-rising .swiper-slide {
        height: 80px;
    }
    .swiper-rising .swiper-slide .li-icon {
        width: 80px;
    }
    .swiper-rising .swiper-slide .app-name {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        margin-bottom: 14px;
    }
    .swiper-rising .swiper-slide .game-info {
        padding-left: 88px;
    }
    .fs-content-con .swiper-scrollbar {
        width: 322px;
        bottom: 50px;
        margin-left: -161px;
    }
    .fs-content-con .swiper-scrollbar-drag {
        height: 3px;
        margin-top: -2px;
    }
    .fs-content-con .fs-prev {
        background: url(../img/icons3.png) no-repeat -270px 14px;
        background-size: 420px auto;
    }
    .fs-content-con .fs-next {
        background: url(../img/icons3.png) no-repeat -340px 14px;
        background-size: 420px auto;
    }
    .fs {
        min-height: 1200px;
    }
    .fs-back {
        height: 748px;
    }
    #reviews {
        height: 720px;
    }
    #faqBlog {
        height: 768px;
    }
    .faqblog-title h3 {
        font-size: 28px;
        line-height: 68px;
    }
    .faq-con li span {
        height: 48px;
    }
    #downloadPage {
        height: 357px;
    }
    .review-content {
        height: 488px;
        margin-top: -270px;
        padding-bottom: 50px;
    }
    .reviews-title {
        margin-bottom: 28px;
        font-size: 28px;
    }
    .reviews-t {
        font-size: 21px;
    }
    .review-data {
        height: 45px;
        margin: 35px 0;
    }
    .review-data .x {
        font-size: 45px;
        height: 45px;
        line-height: 45px;
        margin: 0 63px;
    }
    .user-review li .up-desc {
        width: 70px;
        height: 48px;
        background: url(../img/icons3.png) no-repeat -140px -350px;
        background-size: 420px auto;
        margin-top: -48px;
    }
    .user-review li .down-desc {
        width: 35px;
        height: 14px;
        background: url(../img/icons3.png) no-repeat -196px -350px;
        background-size: 420px auto;
    }
    .user-review-con {
        padding: 0 70px 50px;
    }
    .user-review li {
        padding-left: 84px;
        padding-top: 48px;
    }
    .user-review li img {
        width: 70px;
        height: 70px;
        margin-left: -84px;
    }
    .user-review li .review-desc {
        font-size: 14px;
        line-height: 21px;
    }
    .user-review li .review-user {
        font-size: 14px;
        line-height: 21px;
        margin-top: 21px;
    }
    .user-review li .icon-list {
        width: 20px;
        height: 20px;
        margin-right: 35px;
    }
    .faqblog-title .nav-more-link {
        font-size: 12px;
    }
    .faqblog-title .more-link {
        line-height: 68px;
    }
    .faq .faq-bg {
        font-size: 252px;
        height: 248px;
        padding: 112px 0 56px;
    }
    .faq .faq-centent {
        margin-left: -500px;
        padding-top: 114px;
    }
    .blog .blog-centent {
        margin-left: -500px;
    }
    .blog li div b {
        font-size: 12px;
        line-height: 35px;
    }
    .swiper-faq .swiper-wrapper {
        height: 170px;
    }
    .faq-logo {
        margin: 0 auto 28px;
        width: 280px;
    }
    .blog .faq-logo {
        width: 305px;
    }
    .faq-con ul {
        width: 912px;
    }
    .faq-con li {
        width: 214px;
        height: 48px;
        padding: 8px 15px 0;
    }
    .faq-con li p {
        font-size: 12px;
        line-height: 14px;
        height: 28px;
    }
    .blog .blog-bg {
        font-size: 258px;
        height: 330px;
        line-height: 273px;
    }
    .blog li div {
        padding-left: 21px;
    }
    .blog li div a {
        font-size: 12px;
        line-height: 35px;
    }
    .blog li div span {
        top: 16px;
    }
    .blog li div span.hot-blog {
        top: 10px;
    }
    .download-page {
        margin: -269px 0 0 -385px;
        width: 770px;
        height: 538px;
    }
    .download-position {
        width: 400px;
        height: 212px;
        bottom: 50px;
        margin-left: -200px;
    }
    .download-position .down-desc {
        width: 320px;
    }
    .download-position .down-desc h3 {
        margin-bottom: 28px;
        height: 42px;
    }
    .download-position .down-desc p {
        font-size: 20px;
        line-height: 24px;
    }
    .download-position .seven {
        width: 77px;
        margin-top: -31px;
    }
    #downloadPage .downloadBtn {
        width: 164px;
        height: 42px;
        font-size: 18px;
        line-height: 42px;
        margin: 49px auto 0;
    }
    .swiper-button-next:hover {
        background: url(../img/icons3.png) no-repeat -210px 0;
        background-size: 420px auto;
    }
    .swiper-button-prev:hover {
        background: url(../img/icons3.png) no-repeat -70px 0;
        background-size: 420px auto;
    }
    #footer {
        padding: 20px 0 10px;
    }
    #footer .margin {
        padding: 0 85px;
    }
    #footer .footer-text {
        margin-top: 20px;
        padding-top: 7px;
    }
    #footer p {
        font-size: 14px;
        line-height: 18px;
    }
    #footer .list-left p {
        font-size: 12px;
        line-height: 18px;
    }
    #footer .list ul {
        margin-top: 3px;
        height: 70px;
    }
    #footer .list li {
        font-size: 12px;
        line-height: 18px;
    }
    #footer .list li::before {
        top: 4px;
    }
    #footer .swiper-list .list-title {
        font-size: 14px;
        line-height: 18px;
        width: 62px;
    }
    #footer .swiper-list {
        padding-left: 62px;
        height: 18px;
        margin-bottom: 14px;
    }
    #footer .swiper-list ul li {
        font-size: 12px;
        line-height: 18px;
    }
    #footer .swiper-list .friendly-prev, #footer .swiper-list .friendly-next {
        top: 3px;
    }
}
@media only screen and (max-width:539px ) {
    .padding {
        padding: 0 0.2rem;
    }
    .margin {
        width: 315px;
    }
    .nav-con {
        height: 0.84rem;
    }
    .nav-list ,.swiper-button-prev,.swiper-button-next{
        display: none;
    }
    .nav-logo {
        margin-top: 0.17rem;
        width: 3.32rem;
        height: 0.56rem;
        background: url(../img/xiazai3.png) no-repeat 0 center;
        background-size: 3.32rem auto;
    }
    .not-first .nav-logo {
        background-size: 3.32rem auto;
        margin-top: 0.18rem;
        transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .fs-content {
        height: auto;
        width: 100%;
        top: 0.84rem;
        left: 0;
        margin: 0;
    }
    .fs-img {
        float: none;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .fs-img .swiper-slide {
        height: 300px;
    }
    .fs-text {
        float: none;
        /* width: 6.4rem; */
        width: 320px;
        margin: 0 auto;
        padding: 0;
        top: 0;
        transform: none;
        margin-top: 0;
        height: 2.68rem;
    }
    .fs-text .first-slide {
        padding-top: 0.4rem;
    }
    .fs-content-con .swiper-scrollbar {
        display: none;
    }
    .data-slide {
        margin-top: 1.36rem;
        padding: 0;
        top: 0;
        transform: none;
    }
    .data-slide .data-container {
        padding: 0.16rem 0.42rem 0.16rem;
    }
    .data-slide .data-nav {
        margin-bottom: 0.14rem;
    }
    .data-slide .data-nav p {
        width: 0.64rem;
        font-size: 0.3rem;
        line-height: 0.36rem;
        margin-right: 0.5rem;
    }
    .data-slide .data-con .part-title {
        padding-bottom: 0.05rem;
    }
    .data-slide .data-con .part-title p {
        font-size: 0.28rem;
        line-height: 0.36rem;
    }
    .data-slide .data-con .part-title p i {
        margin-left: 0.25rem;
    }
    .data-slide .data-con ul {
        padding-top: 0.1rem;
    }
    .data-slide .data-con .line-data li {
        margin-top: 0.4rem;
    }
    .data-slide .data-con .line-data div {
        height: 0.1rem;
    }
    .data-slide .data-con .line-data p {
        line-height: 15px;
        margin-top: 0.1rem;
    }
    .data-slide .data-con .calc-data {
        top: 0.2rem;
        right: 0.42rem;
    }
    .data-slide .data-con .calc-data p {
        font-size: 0.65rem;
        line-height: 0.6rem;
        text-align: right;
    }
    .data-slide .data-con .calc-data p:nth-child(2) {
        font-size: 12px;
        line-height: 15px;
        padding-left: 0.1rem;
        margin-top: -0.04rem;
    }
    .data-slide .notice {
        font-size: 0.24rem;
        padding: 0 0.28rem;
        margin-top: 0.2rem;
    }
    .download-con {
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        width: 5.66rem;
    }
    .title-text-l img {
        padding-bottom: 0.46rem;
        height: 0.7rem;
    }
    .title-text-r {
        width: 1.28rem;
        top: -7px;
        right: 0;
    }
    .title-text-l p {
        font-size: 0.28rem;
        line-height: 0.32rem;
        letter-spacing:-0.14px;
    }
    .title-text-l p.text-bottom {
        font-size: 0.28rem;
        line-height: 0.36rem;
        margin-bottom: 0;
        letter-spacing:-0.36px;
        text-align: center;
    }
    .first-slide .title-text-l p.text-bottom {
        text-align: left;
    }
    .title-text-l h3 {
        font-size: 0.6rem;
        line-height: 0.7rem;
        margin-bottom: 0.46rem;
        text-align: center;
    }
    .fs-text .swiper-slide {
        padding-top: 0.4rem;
    }
    .fs-back {
        height: 604px;
    }
    .fs-title {
        padding-top: 1.04rem;
        width: 6.3rem;
        font-size: 0.4rem;
        line-height: 0.5rem;
        margin: 0 auto 0.4rem;
    }
    .popular {
        float: none;
        width: 100%;
        padding: 0;
    }
    .swiper-pop-con {
        margin-top: 0;
    }
    .rising {
        display: none;
    }
    .fs-content-con .notice {
        bottom: 0.1rem;
        width: 6rem;
        margin-left: -3rem;
    }
    .performs-title {
        width: 100%;
        height: 0.44rem;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #999;
    }
    .performs-title h3 {
        font-size: 0.3rem;
        line-height: 0.44rem;
    }
    .performs-title a {
        font-size: 0.24rem;
        line-height: 0.44rem;
    }
    #popSwiper-page {
        display: none;
    }
    .swiper-pop .swiper-slide {
        width: 106px;
    }
    .fs-back .swiper-slide .game-info {
        padding-top: 5px;
    }
    .swiper-pop .swiper-slide .game-info .game-name {
        font-size: 14px;
        line-height: 17px;
        height: 34px;
        padding-left: 7px;
        margin-bottom: 0;
    }
    .swiper-pop .swiper-slide .game-info .rating {
        padding-left: 7px;
        height: 12px;
    }
    .swiper-pop .swiper-slide .game-info .game-category {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 0 5px 7px;
    }
    .swiper-pop .swiper-slide .game-info .appDownload {
        display: none;
    }
    .swiper-pop .swiper-slide:hover .info-con .rating {
        margin: 0;
    }
    .swiper-pop .swiper-wrapper {
        padding: 0.5rem 0 0;
    }
    .pop-prev,.pop-next {
        display: none;
    }
    .fixed-contact {
        display: none;
    }
    .btn-install {
        float: none;
        display: block;
        margin: 0 auto;
        height: 1.2rem;
        width: 4.2rem;
        font-size: 0.36rem;
        line-height: 0.7rem;
        margin-bottom: -0.42rem;
    }
    .btn-install b {
        letter-spacing: 0.4rem;
    }
    .videoBtn {
        height: 1.2rem;
        width: 1.2rem;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .btn-install span {
        width: 0.8rem;
        height: 0.5rem;
        margin-top: 0.32rem;
        background: url(../img/icons3.png) no-repeat -1.8rem -3.95rem;
        background-size: 6rem auto;
    }
    .btn-install:hover span {
        background: url(../img/icons3.png) no-repeat -1.8rem -4.45rem;
        background-size: 6rem auto;
    }
    .btn-install b {
        margin: 0.24rem 0 0;
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .btn-install i {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .videoBtn span {
        height: 0.56rem;
        background: url(../img/icons3.png) no-repeat -3.72rem -5.32rem;
        background-size: 8.4rem auto;
    }
    .videoBtn:hover span {
        background: url(../img/icons3.png) no-repeat -3.72rem -8.12rem;
        background-size: 8.4rem auto;
    }
    .download-con .nav-more-link {
        font-size: 0.24rem;
        line-height: 0.36rem;
        text-align: center;
        margin-top: 0.06rem;
    }
    .download-con .nav-more-link:first-of-type {
        margin-top: 0.4rem;
    }
    #reviews {
        height: 14rem;
    }
    .review-content {
        height: auto;
        margin-top: -5.98rem;
        padding-bottom: 0;
    }
    .reviews-title {
        margin-bottom: 0.8rem;
        font-size: 0.4rem;
        line-height: 0.8rem;
    }
    .reviews-t {
        font-size: 0.34rem;
        line-height: 0.6rem;
    }
    .review-data {
        height: auto;
        margin: 0.5rem 0 0.6rem;
    }
    .review-data .data {
        font-size: 0;
    }
    .review-data .data p {
        font-size: 0.3rem;
        line-height: 0.6rem;
        margin-bottom: 0.2rem;
    }
    .review-data .data span {
        float: left;
        margin: 0.04rem 0;
        width: 0.32rem;
        height: 0.32rem;
        background: url(../img/icons3.png) no-repeat -10rem -2rem;
        background-size: 12rem auto;
    }
    .review-data .x {
        height: 0.96rem;
        margin: 0;
        width: 0.96rem;
        background: url(../img/icons3.png) no-repeat -1.8rem -9.8rem;
        background-size: 12rem auto;
    }
    .review-data .data {
        height: 1.28rem;
        width: 2rem;
    }
    .faq-logo {
        margin: 0 auto 0.8rem;
        width: 4.44rem;
    }
    .faqblog-title h3 {
        font-size: 0.6rem;
        line-height: 1.6rem;
    }
    .faqblog-title .more-link {
        right: 0;
        font-size: 14px;
        line-height: 1.6rem;
        color: #008873;
    }
    .user-review li .review-desc {
        font-size: 0.3rem;
        line-height: 0.54rem;
        text-align: center;
    }
    .faq .faq-centent {
        padding-top: 1.36rem;
        margin-left: -3.15rem;
    }
    .faqblog-title {
        text-align: center;
    }
    .blog .blog-centent {
        margin-left: -3.15rem;
    }
    .blog .blog-centent ul {
        padding: 0;
    }
    .user-review li .up-desc,.user-review li .down-desc {
        display: none;
    }
    .user-review li img {
        float: none;
        width: 1.1rem;
        height: 1.1rem;
        margin: 0.5rem auto 0.4rem;
    }
    .user-review li .review-user {
        font-size: 0.34rem;
        line-height: 0.6rem;
        margin-top: 0.4rem;
        text-align: center;
    }
    .user-review li {
        padding: 0;
    }
    .user-review-con {
        padding: 0;
    }
    #faqBlog .nav-more-link {
        font-size: 12px;
        line-height: 20px;
        bottom: -0.6rem;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
    }
    .faq .faq-bg {
        font-size: 3.4rem;
        height: 4.32rem;
        padding: 2.82rem 0 0.68rem;
    }
    .blog .blog-bg {
        padding: 1.4rem 0 1.6rem;
        font-size: 2.6rem;
        line-height: 3.3rem;
        height: 3.3rem;
    }
    .blog-centent ul {
        height: 4.34rem;
        overflow: hidden;
    }
    .blog li div {
        font-size: 0.24rem;
        line-height: 0.64rem;
    }
    .blog li:nth-child(2) div {
        border-top: none;
    }
    .blog h3 {
        font-size: 0.6rem;
        line-height: 1.6rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .blog li {
        width: 100%;
    }
    .download-position .down-desc h3 {
        font-size: 0.8rem;
        line-height: 1.28rem;
        margin-bottom: 0.28rem;
        letter-spacing: 0.28rem;
    }
    #faqBlog {
        height: auto;
    }
    ,#downloadPage {
        height: 5.94rem;
    }
    .download-page {
        position: initial;
        margin: 0;
        width: 100%;
        padding-bottom: 100%;
        height: 0;
    }
    .download-position {
        width: 6.9rem;
        height: 3.34rem;
        margin-left: -3.45rem;
        bottom: 1.5rem;
    }
    .download-position .down-desc {
        width: 5.8rem;
    }
    .download-position .down-con {
        height: 2.5rem;
    }
    #downloadPage .downloadBtn {
        margin: 0 auto;
    }
    .download-position .seven {
        width: 1.1rem;
        margin-top: -0.2rem;
    }
    .download-position .down-desc p {
        font-size: 0.4rem;
        line-height: 0.5rem;
    }
    .download-position .down-desc p:nth-child(3) {
        font-size: 12px;
        line-height: 15px;
    }
    #downloadPage button {
        width: 3.08rem;
        height: 0.84rem;
        font-size: 0.26rem;
        line-height: 0.84rem;
        margin: 0.9rem auto 0;
    }
    .faq-con {
        padding: 0;
        overflow: hidden;
    }
    .review-scrollbar {
        display: none;
    }
    .faq-con li span {
        height: 56px;
    }
    .faq-con li:hover span {
        width: 0.16rem;
    }
    .faq-con li {
        width: 225px;
        height: 56px;
        padding: 0 24px;
    }
    .faq-con li .faq-desc {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 52px;
    }
    .faq-con li p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        height: 40px;
        margin-top: 6px;
    }
    .blog .faq-logo {
        width: 5.12rem;
    }
    .download-position .down-desc img {
        height: 0.52rem;
        margin-bottom: 0.3rem;
    }
    #footer .margin {
        padding: 0;
    }
    .yys {
        display: none;
    }
    #footer .list {
        width: 100%;
        padding: 0 15px 0 0;
        box-sizing: border-box;
    }
    #footer .list-left,#footer .list-right {
        width: 100%;
    }
    #footer p b {
        display: block;
    }
    .first-span {
        display: none;
    }
    #footer .list li {
        padding-left: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #footer .list li::before {
        display: none;
    }
    .contact ul {
        width: 100%;
    }
    .section_2_bg ,.section_3_bg,.section_4_bg,.section_5_bg{
        background: #0f0f0f;
    }
    .memu {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 18px;
        height: 16px;
        box-sizing: content-box;
        display: block;
        float: left;
        cursor: pointer;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        text-align: center;
    }
    .not-first .memu {
        top: 12px;
        transition: top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .light .memu span {
        background: #444;
    }
    .memu span {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .memu.active .bar1 {
        -webkit-transform: rotate(0) translateY(7px);
        -moz-transform: rotate(0) translateY(7px);
        -ms-transform: rotate(0) translateY(7px);
        -o-transform: rotate(0) translateY(7px);
        transform: rotate(0) translateY(7px);
    }
    .memu.active .bar2 {
        opacity: 0;
    }
    .memu.active .bar3 {
        -webkit-transform: rotate(-90deg) translateX(7px);
        -moz-transform: rotate(-90deg) translateX(7px);
        -ms-transform: rotate(-90deg) translateX(7px);
        -o-transform: rotate(-90deg) translateX(7px);
        transform: rotate(-90deg) translateX(7px);
    }
    .memu.active {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav .fixed,.nav .fixed-lang {
        top: 0;
        left: 0;
        z-index: -1;
        position: fixed;
        width: 100vw;
        height: 100vh;
        padding-top: 60px;
    }
    .fixed-con {
        background: rgba(0,0,0,0.9);
        overflow: scroll;
        height: 100%;
    }
    .fixed .nav-search,.fixed-lang .nav-list-icon {
        border-bottom: 1px solid #7f7f7f;
        height: 50px;
        padding: 0 35px;
        position: relative;
    }
    .fixed-lang .nav-list-icon {
        line-height: 0;
        color: #fff;
        text-align: center;
    }
    .fixed-lang .nav-list-icon i{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -299px;
    }
    .fixed-lang .nav-list-icon span{
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
    .fixed .nav-search input{
        display: block;
        width: 100%;
        height: 36px;
        padding-right: 25px;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: none;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .fixed .nav-search i{
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -599px;
        right: 35px;
        top: 50%;
        margin-top: -15px;
    }
    .fixed ul,.fixed-lang ul {
        padding: 0 35px;
    }
    .fixed ul li,.fixed-lang ul li{
        border-bottom: 1px solid #7f7f7f;
        height: 50px;
        text-align: center;
    }
    .fixed ul li a,.fixed-lang ul li a{
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
    }
    .fixed .nav-list-icon {
        line-height: 0;
        color: #fff;
        text-align: center;
    }
    .fixed .nav-list-icon i{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -299px;
    }
    .fixed .nav-list-icon span{
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
    .fixed-tab .tab-con {
        width: 5.2rem;
        height: 7rem;
        padding: 0.4rem;
        margin: -3.9rem 0 0 -3rem;
    }
    .fixed-tab .tab-title {
        margin-bottom: 0.4rem;
    }
    .fixed-tab .tab-con-l {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0.4rem;
    }
    .fixed-tab .tab-con-r {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }
    .fixed-tab .btn-con {
        width: 5.2rem;
        height: 4rem;
        padding: 0.4rem;
        margin: -2.4rem 0 0 -3rem;
    }
    .btn-install.btn-install-l, .btn-install.btn-install-r {
        margin: 0;
        margin-bottom: 0.4rem;
    }
}