a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: none
}

.pc {
    display: block !important
}

@media only screen and (max-width:992px) {
    .pc {
        display: none !important
    }
}

.m {
    display: none !important
}

@media only screen and (max-width:992px) {
    .m {
        display: block !important
    }
}

body {
    position: relative;
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover
}

@media only screen and (max-width:992px) {
    body {
        background: none
    }
}

.wrap {
    position: relative;
    min-height: 100vh
}

@media only screen and (max-width:992px) {
    .wrap {
        background: #fafafa url(../images/mobile/bg2.jpg) center top;
        background-size: 100% auto;
        z-index: auto;
        padding: 0 0 7vw 0
    }
}

.header {
    position: relative;
    width: 100%;
    height: 17.5vw
}

.header .logo {
    width: 30vw;
    height: 12.78495vw;
    background: url(../images/mobile/logo.png) no-repeat center;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main {
    position: relative;
    width: 850px;
    height: 600px;
    position: absolute;
    top: 52%;
    left: 36%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:992px) {
    .main {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0 0 4vw 0
    }
}

.mac {
    width: 708px;
    height: 569px;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 2
}

@media only screen and (max-width:992px) {
    .mac {
        display: none
    }
}

.mobile_pic {
    width: 236px;
    height: 488px;
    background: url(../images/mobile.png) no-repeat center top;
    position: absolute;
    top: 80px;
    left: 550px;
    z-index: 3
}

@media only screen and (max-width:992px) {
    .mobile_pic {
        display: none
    }
}

.pic_item_pc {
    width: 656px;
    height: 368px;
    overflow: hidden;
    position: absolute;
    top: 28px;
    left: 26px;
    z-index: 1
}

@media only screen and (max-width:992px) {
    .pic_item_pc {
        display: none
    }
}

.pic_item_pc ul li img {
    width: 100%;
    display: block
}

.pic_item_m {
    display: none;
    width: 100vw;
    height: 120vw;
    overflow: hidden
}

@media only screen and (max-width:992px) {
    .pic_item_m {
        display: block
    }
}

.pic_item_m ul li img {
    width: 100%;
    display: block
}

.nav {
    position: absolute;
    top: 54%;
    left: 35%;
    z-index: 1;
    -webkit-transform: translate(460px, -50%);
    -ms-transform: translate(460px, -50%);
    transform: translate(460px, -50%)
}

@media only screen and (max-width:992px) {
    .nav {
        display: none
    }
}

.nav:after {
    content: '';
    display: block;
    width: 220px;
    height: 65px;
    background: url(../images/img5.png) no-repeat center top;
    margin: auto
}

.nav .logo {
    width: 310px;
    height: 110px;
    background: url(../images/logo.png) no-repeat center top;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto 10px auto
}

.nav ul li {
    display: block;
    margin: 0 0 15px 0
}

.nav ul li a {
    display: block;
    width: 375px;
    height: 85px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    margin: auto
}

.nav ul li:first-child a {
    background: url(../images/img1.png) no-repeat center top;
}

.nav ul li:first-child a:hover {
    background: url(../images/img-on1.png) no-repeat center bottom
}

.nav ul li:nth-child(2) a {
    background: url(../images/img2.png) no-repeat center top
}

.nav ul li:nth-child(2) a:hover {
    background: url(../images/img-on2.png) no-repeat center bottom
}

.nav ul li:nth-child(3) a {
    background: url(../images/img3.png) no-repeat center top
}

.nav ul li:nth-child(3) a:hover {
    background: url(../images/img-on3.png) no-repeat center bottom
}

.nav ul li:nth-child(4) a {
    background: url(../images/img4.png) no-repeat center top
}

.nav ul li:nth-child(4) a:hover {
    background: url(../images/img-on4.png) no-repeat center bottom
}

.nav_mobile {
    display: none;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    padding: 5vw 0
}

@media only screen and (max-width:992px) {
    .nav_mobile {
        display: block
    }
}

.nav_mobile a {
    display: inline-block;
    width: 43vw;
    height: 13.61158vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}

.nav_mobile a:first-child {
    margin: 0 2vw 0 0;
    background: url(../images/mobile/app_download.png) no-repeat center top;
    background-size: cover
}

.nav_mobile a:nth-child(2) {
    background: url(../images/mobile/ub66_download.png) no-repeat center top;
    background-size: cover
}

.newURL {
    display: none;
    width: 88vw;
    height: 43.5vw;
    background: url(../images/mobile/url_bg.png) no-repeat center top;
    background-size: 100% auto;
    padding: 10vw 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

@media only screen and (max-width:992px) {
    .newURL {
        display: block
    }
}

.newURL ul {
    display: block;
    width: 83vw;
    margin: auto;
    margin-top: 2vw;
}

.newURL ul li {
    display: block;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    margin: 0 0 3vw 0;
    height: 7vw;
}

.newURL ul li .UrlTxt {
    display: inline-block;
    width: 15vw;
    height: 6.9vw;
    line-height: 6.9vw;
    text-align: center;
    color: #363d70;
    background-color: white;
    border: 1px solid #5945a0;
    font-size: 2.7vw;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    border-radius: 5px;
}

.newURL ul li .url {
    position: absolute;
    left: 28%;
    font-size: 2.6vw;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 45vw;
    height: 7vw;
    line-height: 7vw;
    text-align: left;
    margin: 0 5vw 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-color: white;
    border: 1px #5945a0 solid;
    border-radius: 5px;
}


.newURL ul li .url b {
    display: inline-block;
    color: #363d70;
    margin: 0 2vw 0 0;
    font-weight: bold;
    padding-left: 5vw;
}

.newURL ul li .url span {
    display: inline-block;
    color: #5945a0;
}

.newURL ul li a {
    position: absolute;
    left: 76%;
    width: 15vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 2.6vw;
    background-color: #c173ff;
    color: white;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px black;
}

.newURL ul li a:hover {
    background: url(../images/mobile/go_btn_hover.png) no-repeat center top;
    background-size: auto 100%
}

.float_nav {
    display: none;
    position: fixed;
    top: 26vw;
    right: 0;
    z-index: 99;
}

@media only screen and (max-width:992px) {
    .float_nav {
        display: block
    }
}

.float_nav a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 20vw;
    height: 9.25926vw;
    overflow: hidden
}

.float_nav a:first-child {
    background: url(../images/mobile/top01.png) no-repeat;
    background-size: 100% auto;
    margin: 0 0 0.5vw 0
}

.float_nav a:nth-child(2) {
    background: url(../images/mobile/top02.png) no-repeat;
    background-size: 100% auto
}

.more_btn {
    display: none;
    margin: 0vw auto 0 auto;
    width: 42vw;
    height: 10.5vw;
    background: url(../images/mobile/more.png) no-repeat;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}

@media only screen and (max-width:992px) {
    .more_btn {
        display: block
    }
}

.popup {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    padding: 20vw 5vw 14vw 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .back_btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 15vw;
    height: 15vw;
    transform: translate(-50%);
    margin-top: 10vw;
}

.popup .back_btn img {
    width: 100%;
}

.popup .back_btn i {
    font-size: 5vw;
    margin: 0 1vw 0 0;
    vertical-align: top
}

.teach {
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5vw;
}

.teach .teachbox {
    position: relative;
    background: white;
    border-radius: 2vw;
    height: 85%;
    text-align: center;
    padding: 2vw;
}

.teach p {
    background-color: #fbfbfc;
    height: 13vw;
    line-height: 13vw;
    border-radius: 2vw 2vw 0px 0px;
}

.teach p img {
    width: 30%;
}

.teach .teach_content {
    height: 85%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgb(163, 163, 163);
}

.teach .teach_content img {
    display: block;
    width: 100%;
}

.teach .teach_content .xiahua {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.teach .teach_content .close_btn {
    position: absolute;
    bottom: -14%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12vw;
}

.more {
    display: none
}

.more ul.more_sub_nav {
    font-size: 0;
}

.more ul.more_sub_nav li {
    display: inline-block
}

.more ul.more_sub_nav li a {
    display: inline-block;
    position: relative;
    width: 45vw;
    background: #fefefe;
    color: #c072ff;
    font-size: 3.75vw;
    line-height: 11vw;
    text-align: center;
    border-radius: 3px 0 0 3px
}

.more ul.more_sub_nav li a.active {
    background: #c072ff;
    color: #fefefe;
}

.more ul.more_sub_nav li a.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 4px 5px 0 5px;
    border-color: #c072ff transparent transparent transparent;
    border-style: solid solid solid solid;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
}

.more ul.more_sub_nav li:nth-child(2) a {
    border-radius: 0 3px 3px 0
}

.more .moreContent {
    background: url(../images/mobile/titjinsha.png)center no-repeat;
}

.more .moreContent ul {
    overflow: hidden;
    font-size: 0
}

.more .moreContent ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(calc(90vw - 3px) / 3);
    height: 30vw;
    background: #fff;
    background-size: 30% auto;
    border-bottom: 1px solid rgb(173, 173, 173);
    border-right: 1px solid rgb(173, 173, 173);
}

/* .more .moreContent ul li:nth-child(3n) {
    margin: 0 0 2px 0;
} */
.moreTxt p {
    font-size: 14px;
    color: #555;
    text-align: center;
}

.more .moreContent ul li a {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 9vw 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.more .moreContent ul li:nth-child(6) a {
    padding: 8vw 0 0 0;
}

.more .moreContent ul li a img {
    display: block;
    width: 9.5vw;
    margin: 0 auto 3vw auto;
}

.more .moreContent ul li:nth-child(2) a img {
    width: 23%;
}

.more .moreContent ul li:nth-child(3) a img {
    width: 23%;
}

.more .moreContent ul li:nth-child(4) a img {
    width: 20%;
}

.more .moreContent ul li a:after {
    content: attr(title);
    display: inline-block;
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
    text-align: center;
    color: #000
}

.more .moreContent.feature {
    display: none
}

.more .moreContent.game {
    display: none
}

.more .moreContent.game ul li a {
    padding: 4vw 0 0 0
}

.more .moreContent.game ul li a:before {
    position: absolute;
    bottom: 2vw;
    left: 50%
}

.more .moreContent.game ul li a img {
    width: 13.5vw;
    border-radius: 8px
}

.game_detail {
    display: none;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fafafa url(../images/mobile/bg2.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 7vw 5vw 14vw 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.game_detail .gameback_btn {
    display: inline-block;
    margin: 0 0 6vw 0;
    width: 3vw;
    height: 3vw;
}

.game_detail .gameback_btn img {
    width: 100%;
}

.game_detail .gameH {
    width: 55vw;
    font-size: 4.4vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #c173ff;
    position: absolute;
    top: 8vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.game_detail .detail {
    width: 100%;
    background: #fff;
    padding: 3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.game_detail .detail .gameVideo {
    width: 100%;
    margin: 0 0 1vw 0
}

.game_detail .detail .gameVideo img {
    display: block;
    width: 100%
}

.game_detail .detail .game_dec p {
    color: #222;
    font-size: 3vw;
    line-height: 1.6
}

.game_detail .detail .game_dec p.t {
    font-weight: bold;
    line-height: 2.4
}

.game_detail .detail .game_dec p.dec {
    text-indent: 6vw
}

.game_detail .btns {
    overflow: hidden;
    padding: 4vw 0
}

.game_detail .btns a {
    position: relative;
    width: 43vw;
    padding: 3vw 2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 3.2vw;
    line-height: 4.2vw;
    text-align: center
}

.game_detail .btns a.prev {
    float: left
}

.game_detail .btns a.prev:after {
    content: '';
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0;
    border-left: 0.5vw solid #555;
    border-bottom: 0.5vw solid #555;
    position: absolute;
    top: 50%;
    left: 5vw;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.game_detail .btns a.next {
    float: right
}

.game_detail .btns a.next:after {
    content: '';
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0;
    border-right: 0.5vw solid #555;
    border-top: 0.5vw solid #555;
    position: absolute;
    top: 50%;
    right: 5vw;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.game_detail .btns a img {
    display: inline-block;
    height: 4vw;
    vertical-align: top;
    margin: 0 2vw 0 0;
    border-radius: 3px
}