
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
html, body, fieldset, img, iframe, abbr { border: 0; }
i, cite, em, var, address, dfn { font-style: normal; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6, small { font-size: 100%; }
sup, sub { font-size: 83%; }
pre, code, kbd, samp { font-family: inherit; }
q:before, q:after { content: none; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, em, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 14px/1.14 "myFirstFont","Microsoft Yahei", "Hiragino Sans GB", SimSun, Arial, "Helvetica Neue", Helvetica; color: #202020; outline: 0; }
body { font-family:"Microsoft Yahei", "Hiragino Sans GB", SimSun, Arial, "Helvetica Neue", Helvetica; min-width: 1200px; background: #F9F9F9; color: #202020 }
a { color: #000; }
button { outline: none; border: none; }
* { box-sizing: border-box; }
:-moz-placeholder { color: #909090; opacity: 1; }
::-moz-placeholder { color: #909090; opacity: 1; }
input:-ms-input-placeholder { color: #909090; }
input::-webkit-input-placeholder { color: #909090; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition-delay: 9999s; -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; }

[v-cloak] { display: none; }
.fl { float: left }
.fr { float: right }
.clearfix { *zoom: 1 }
.clearfix:before, .clearfix:after { content: ""; display: table }
.clearfix:after { clear: both }
.container { width: 1200px;  margin: 0 auto; position: relative; }
.bg-white { background: #fff !important; }
.btn-basic { padding: 8px 12px; line-height: 1; color: #fff; background: #ffba68; font-size: 14px; }
.btn-basic:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125); box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125); }

/*header*/
#header-pc { width: 100%; background-color: #fff; position: relative; z-index: 100 }
#header-pc.header-fixed { display: block; position: fixed; left: 0; top: 0; z-index: 100; min-width: 1200px;height: 80px;box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%); }
#header-pc.header-static { display: block; position: absolute; left: 0; top: 0; z-index: 100; background-color: transparent; border-bottom: 0 }
#header-pc.header-fixed .container { margin-top: 11px; }
#header-pc.header-static .container { margin-top: 30px; }
#header-pc.header-static .logo { background: url(/images/official/logo.png) no-repeat; height: 57px; width: 186px;background-size: contain; }
#header-pc.header-fixed .logo { background: url(/images/official/logo-black.png) no-repeat; height: 57px; width: 186px;background-size: contain;}
#header-pc.header-static .nav { margin-left:200px;margin-top: 5px; }
#header-pc.header-fixed  .nav {margin-left: 200px;margin-top: 10px;}
#header-pc .nav li {position: relative;margin-right: 49px;float: left;font-size: 16px;padding: 10px 0px;}
#header-pc.header-fixed .nav>li.active a:after {content: '';position: absolute;height: 4px;left: 0;bottom: 2px;width: 100%;background: #000;border-radius: 5px;}
#header-pc.header-static .nav>li.active a:after { content: '';position: absolute;height: 4px;left: 0;bottom: 2px;width: 100%;background: #fff;border-radius: 5px;}
#header-pc .nav>li.active a {color: #000;font-weight: bold;}
#header-pc .nav li:hover a { color:rgba(255,255,255,0.8) }
#header-pc.header-fixed .nav li:hover a { color:#666 }
#header-pc .nav li:not(:last-child):after{content: '';width: 1px;background: #EAEAEA;height: 12px;right: -30px;top: 15px;position: absolute;}

#header-pc.header-static .nav>li.active a {color: #fff;font-weight: bold;}
#header-pc .nav li:hover:before { background: #4D3FF0; left: 0; right: 0; }
.top-search {width: 330px;height: 40px;border: 2px solid #000;position: relative;margin-top: 10px;border-radius: 30px;line-height: 36px;float: right;}
.top-search input {font-size: 16px;background: none;border: none;margin: 0px 0 0 40px;line-height: 36px;color: #4D3FF0;width: 148px;float: left;}
#header-pc.header-static .search-icon { position: absolute; left: 12px; top: 7px; width: 21px; height: 21px; background: url(/images/official/search_icon.png) no-repeat; cursor: pointer;background-size: contain; }
#header-pc.header-fixed .search-icon {position: absolute;left: 12px;top: 7px;width: 21px; height: 21px;background: url(/images/official/search_icon_fixed.png) no-repeat;cursor: pointer;background-size: contain;}
.header-static .nav>li a { color: #fff; }
.header-static .top-search {width: 330px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 35px;
    border: 2px solid #FFFFFF;line-height: 40px;float: right}
.header-static .top-search input { color: #fff; }
.header-static .top-search:-moz-placeholder { color: #fff; opacity: 1; }
.header-static .top-search::-moz-placeholder { color: #fff; opacity: 1; }
.header-static .top-search input:-ms-input-placeholder { color: #fff; }
.header-static .top-search input::-webkit-input-placeholder { color: #fff; }
.header-fixed .top-search:-moz-placeholder { color: #707070; opacity: 1; }
.header-fixed .top-search::-moz-placeholder { color: #707070; opacity: 1; }
.header-fixed .top-search input:-ms-input-placeholder { color: #707070; }
.header-fixed .top-search input::-webkit-input-placeholder { color: #707070; }


.fullSlide { position: relative; height:670px; overflow: hidden; }
.fullSlide:before { pointer-events: none; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) -3%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0)); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) -3%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0)); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) -3%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0)); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) -3%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0));  }
.fullSlide .bd { position: relative; z-index: 0; }
.fullSlide .bd ul { width: 100% !important; }
.fullSlide .bd li { width: 100% !important;  overflow: hidden; text-align: center; background-size: cover; background-repeat: no-repeat; background-position: center 0; position: absolute; top: 0; left: 0; }
.fullSlide .bd li a { display: block; }
.fullSlide .bd li a img{width: 100%}
.fullSlide .hd { width: 100%; bottom: 20px; position: absolute; z-index: 2; overflow: hidden; }
.fullSlide .hd ul { text-align: center; width: 1170px; margin: 0 auto; position: relative; }
.fullSlide .hd ul li { display: inline-block; height:6px; width: 30px; border-radius:5px;background: #fff; position: relative; margin-right: 20px; cursor: pointer; }
.fullSlide .hd ul li.on { background: #4D3FF0;width: 80px; }
.fullSlide .hd ul li.on:before { border-color: transparent #ff8246 #ff8246 transparent; }
.fullSlide .hd ul li.on:after { border-color: #ff8246 transparent transparent #ff8246; }


.sub-title {    color: #222;position: relative;font-size: 24px;margin-bottom: 20px;line-height: 32px;}
.sub-title:before {content: "";/* position: absolute; *//* left: 0; *//* bottom: -1px; */height: 20px;/* width: 4px; *//* background: #4D3FF0; */}
.sub-title .more { width: 88px;float: right;font-size: 14px;color: #666;border: 1px solid #BBBBBB;border-radius: 17px;height: 30px;font-weight:normal;line-height: 28px;text-align: center}
.more-icon{display: inline-block;margin-left: 5px}
.new-game { width: 100%; float: left; margin-top: 55px; }
.new-game-item {float: left;width: 280px;margin-right: 26px;margin-bottom: 30px;justify-content: space-between;box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);background: #fff;
    border-radius: 10px;height: 228px}
.new-game >.new-game-item:nth-child(4n+1){margin-right: 0px!important;}
.new-game-pic-wrap {height: 130px;overflow: hidden;cursor: pointer;position: relative;border-radius: 10px 10px 0 0;}
.new-game-pic-wrap img { width: 100%; height: 100%; }
.new-game-pic-wrap:hover .new-game-code { top: 0; opacity: 1; transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); }
.new-game-code { width: 280px; height: 160px;background: rgba(51, 51, 51, 0.9);
    border-radius: 10px 10px 0px 0px;


    position: absolute; top: 100px; transform: scale(0); -ms-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -o-transform: scale(0); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; opacity: 0; }
.new-game-code img { width: 80px; height: 80px; float: left; margin-left: 30px; margin-top: 28px; }
.new-game-pic-wrap .discount { position: absolute;top: 2px;right: 0px;z-index: 0;background: url("/images/official/discount_icon_bg.png") no-repeat;width: 56px;height: 29px;}
.new-game-pic-wrap .discountTxt{    position: absolute;top: 5px;right: 6px;color: #fff;width: 34px;text-align: center;font-size: 12px;}
.QR-code-box { float: left; border: 5px solid #fff; position: relative; }
.QR-code-box .code-icon { position: absolute; top: 23px; left: 23px; width: 24px; height: 24px; border: 2px solid #fff; border-radius: 5px; margin: 0; }
.new-game-code .QR-code-box { width: 80px; height: 80px; float: left; border: 5px solid #fff;border-radius: 8px; margin-left: 30px; margin-top: 28px; }
.new-game-code .qrcode { width: 70px; height: 70px; }
.new-game-code .des { float: left; font-size: 16px; font-weight: bold; color: #fff; margin-left: 25px; margin-top: 45px; }
.new-game-code .des p { margin-bottom: 10px; }
.new-game-info {padding: 15px 0;background: #fff;text-align: center;border-radius: 0 0 10px 10px;}
.new-game-info .iconImg{float: left;display: inline-block;width: 80px;height: 80px;vertical-align: middle;margin-right: 10px;border:1px solid #ececec;border-radius: 15px;}
.new-game-info .gameInfo{display: inline-block;}
.new-game-info h3 {font-size: 18px;letter-spacing: 1px;font-weight: normal;line-height: 28px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #222;margin-bottom: 2px;    font-weight: bold;}
.new-game-info p {color: #666666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 24px;font-size: 15px;}
.new-game-info p .downNum{display: inline-block;margin-left: 15px;padding: 0px 6px;border: 1px solid #f60;border-radius: 5px;color: #f60;height: 22px;line-height: 20px;}

.new-game:first-child .new-game-item{float: left;width: 380px;height: 270px;margin-right: 26px;    background: #fff;border-radius: 10px;}
.new-game:first-child .new-game-item:nth-child(3n+1){margin-right: 0px!important;}
.new-game:first-child .new-game-item:nth-child(4n+1){margin-right: 26px!important;}
.new-game:first-child .new-game-pic-wrap{height: 170px}
.new-game:first-child .new-game-code {width: 380px;height: 170px;}

.new-game:nth-child(2){margin-top: 95px;}
.new-game:nth-child(3){margin-top: 95px;}
.new-game:last-child{margin-bottom: 100px}
/*footer*/
#footer-pc {background: #fff;height: 156px;position: relative;}
#footer-pc .logo { float: left;background: url(/images/official/logo-black.png) no-repeat 100% 100%;height: 70px;width: 194px;margin-left: 28px;margin-top: 40px;background-size: 90%; }
.footer-link {margin-top: 27px;height: 110px;padding-top: 17px;}
.footer-link .copy-link{margin-top: 30px;}
.footer-link .copy-link a { color: #fff; margin-right: 55px;font-size:16px;}
.footer-link .copy-link a:last-child { margin-right: 0; }
.footer-link p{    font-size: 14px;
    margin-bottom: 15px;
    color: #999;
    line-height: 14px;
    text-align: center;}
.back-top {display: block;
    position: fixed;
    border-radius: 2px;
    bottom: 360px;
    margin-top: -260px;
    margin-left: 650px;
    left: 50%;
    z-index: 100;
    transform: translateZ(0px);}
.back-top:hover {}
.back-top i {position: absolute;top: 12px;left: -2px;width: 74px;height: 74px;background: url(/images/official/upArrow_bg.png) no-repeat;}
.back-top:hover i {}



/*app-ad float box*/
.app-float-wrap{/* width: 1300px; *//* margin: 0px auto; *//* position: relative; */}
.app-float-box { position: fixed; left: 0; bottom: -12px; width: 100%; z-index: 999; }
.app-float-box img{width: 100%}
.app-code {position: absolute;width: 6.5%;right: 18.9%;top: 7.7%;z-index: 9999;}
.app-code .code-icon { position: absolute; top: 35px; left: 35px; width: 30px; height: 30px; border: 4px solid #fff; border-radius: 3px; margin: 0; }
.app-float-close {    position: absolute;right: 5%;top: 4%;color: #fff;height: 33px;width: 41px;cursor: pointer;}






.ranking-more-btn:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125); box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125); }
.no-more-game {     padding: 10px 0px 50px;
    color: #666; text-align: center;     float: left;margin: 0 auto;width: 100%;}
.middle-wrap-ranking { margin-bottom: 0px; }

.bt-wrap{margin-top: 90px;margin-bottom: 30px;width: 100%}
.bt-wrap img{width: 100%}
.bt-content{width:1200px; text-align: center; padding: 10px 0px 50px;}
.btGameBox{width:1200px;}
.btGameBox li{width: 400px;    float: left;display: inline-flex;margin-bottom: 50px;}
.btGameBox li label img { width: 130px; height: 130px; border-radius: 20px;margin-right: 20px;vertical-align: middle; }
.btGameBox .btGameInfo h3{font-size: 18px;text-align: left;color: #666666;margin-top: 5px;}
.btGameBox .btGameInfo .gameType{font-size: 14px;}
.btGameBox .btGameInfo .discountBg{background: url("/images/official/discount_icon_bg.png") no-repeat;width: 56px;height: 29px;position: relative;display: inline-block;background-size: 90%;vertical-align: middle;margin-top: 3px;}
.btGameBox .btGameInfo .discountTxt{position: absolute;top: 4px;right: 9px;color: #fff;width: 36px;text-align: center;font-size: 12px;}
.btGameBox .btGameInfo p{text-align: left;line-height: 30px;color: #666;}
.btGameBox .btGameInfo p span{display:inline-block;border-radius:5px;margin-right: 5px;padding: 0px 4px;height: 24px;line-height: 20px;font-size: 12px;}
.btGameBox .btGameInfo p span.bg_a0{background: #e6f7fb}
.btGameBox .btGameInfo p span.bg_a1{background: #fafbdf}
.btGameBox .btGameInfo p span.bg_a2{background: #faf0f1}
.btGameBox .btGameInfo p span.bg_a3{background: #fbf2ee}
.btGameBox .btGameInfo p span.bg_a4{background: #f0fbe9}


/*game-details*/
.game-des-content{margin-top: 120px;margin-bottom: 30px;position: relative;}
.game-des-l { float: left; width: 850px; }
.game-des-info { background: #fff; padding: 30px; margin-bottom: 30px; }
.game-des-info>img { width: 110px; height: 110px; border-radius: 20px; float: left }
.game-des-info dl { float: left; margin-left: 30px; }
.game-des-info dt { font-size: 18px;font-weight: bold;margin: 8px 0 18px;letter-spacing: 1px;}
.game-des-info .gamenum { display: inline-block; margin-left: 10px;padding: 2px 5px;height: 24px;line-height: 20px;border:1px solid #f60;
    border-radius: 5px;color: #f60;font-size: 13px;}
.game-des-info .text { color: #707070;margin-top: 18px; }
.game-des-part { padding: 30px; background: #fff }
.game-pics-box { width: 790px; height: 360px; position: relative; margin-bottom: 50px; }
.game-pics-box:hover .og_prev { display: block; }
.game-pics-box:hover .og_next { display: block; }
.game-pics-box ul { position: absolute; top: 0; left: 0; overflow: hidden; }
.game-pics-box ul li { float: left; width: 253px; height: 360px; margin-right: 10px; }
.game-pics-box ul li img { width: 100%; height: 100%; }
.game-pics-box .og_prev { display: none; position: absolute; width: 24px; height: 50px; top: 50%; left: -10px; margin-top: -25px; background: rgba(0, 0, 0, .3); cursor: pointer; }
.game-pics-box .og_next { display: none; position: absolute; width: 24px; height: 50px; top: 50%; right: 0; margin-top: -25px; background: rgba(0, 0, 0, .3); cursor: pointer; }
.game-pics-box .og_prev:before { content: ""; position: absolute; top: 15px; left: 7px; width: 10px; height: 20px; background: url(/images/official/r-l-arrow.png) no-repeat 0 0; }
.game-pics-box .og_next:before { content: ""; position: absolute; top: 15px; left: 7px; width: 10px; height: 20px; background: url(/images/official/r-l-arrow.png) no-repeat -12px 0; }
.game-des-message { line-height: 24px; margin-bottom: 45px; }
.game-comment-item .des { color: #707070; line-height: 22px; }
.game-des-r {float: left;width: 320px;margin-left: 30px;}
.game-title { font-size: 22px; font-weight: normal; color: #202020; margin-bottom: 20px; padding-left: 15px; position: relative; }
.game-title:before { content: ""; position: absolute; left: 0; bottom: 2px; height: 20px; width: 4px; background: #4d3ff0; }
.lowDiscount{float: right;background: url("/images/official/lowdiscount.png") no-repeat;
    width:105px;height: 105px;margin-right: 50px;position: relative}
.lowDiscount .txt{position: absolute;width: 50px;left: 28px;top: 32px;color: #f60;font-size: 22px;font-weight: bold;text-align: center;}
.qrcode-box{text-align: center;background: #fff;padding:50px 30px;margin-bottom: 30px;}
.qrcode-box  .qrcode{margin-bottom:20px;}
.qrcode-box h3{font-size: 18px;margin-bottom: 10px;}
.qrcode-box p{color: #999}

.giftBox{width: 100%;margin-top: 70px;}
.giftBox li{margin-bottom: 40px;}
.giftBox li label{display:inline-block;width: 30px;margin-right: 20px;}
.giftBox li label.giftIcon0{background: url("/images/official/giftIcon0.png") no-repeat;width: 30px; vertical-align: middle;margin-top:-36px;height: 30px;}
.giftBox li label.giftIcon1{background: url("/images/official/giftIcon1.png") no-repeat;width: 30px;vertical-align: middle;margin-top: -36px;height: 30px;}
.giftBox li label.giftIcon2{background: url("/images/official/giftIcon2.png") no-repeat;width: 30px;vertical-align: middle;margin-top: -36px;height: 30px;}
.giftBox li .giftInfo{display: inline-block}
.giftBox li .giftInfo h3{font-size: 16px;margin-bottom: 10px}
.giftBox li .giftInfo p{color:#666}
.giftBox li .getgiftbtn{margin-left: 54px;background: #ff7002;display: inline-block;padding: 0px 20px;height: 40px;line-height: 40px;border-radius: 8px;color: #fff;font-size: 16px;}

.list-content{margin-top: 120px;}
.list-sub-title { font-size: 22px; font-weight: normal; color: #202020; margin:30px 0 40px; padding-left: 30px; position: relative; }
.list-sub-title:before { content: ""; position: absolute; left: 0; bottom: 2px; height: 20px; width: 20px; background: #ff8246; }
.list-content >.new-game-item:nth-child(4n+1){margin-right: 0px!important;}

.searchTitle{margin-bottom: 50px;height: 50px;height: 50px;}
.searchTitle h2{border-bottom:1px solid #959595;line-height: 40px;padding-left: 40px;font-size:18px;}
.searchTitle span{font-size: 14px;display: inline-block;padding-left:100px;margin-top: 10px;position: relative}
.searchTitle span:before{content: "";border-top: 1px solid #bfbfbf;transform: rotate(-45deg);width: 93px;position: absolute;left: 44px;top: -11px;}
.noList{width: 100%;margin:100px auto;}
.noList img{display: block;text-align: center;margin: 50px auto;}
.noList p{text-align: center;font-size: 16px;color: #999}
.search-breadcrumbs { margin: 10px 0 20px; }
.noListclassify{text-align: center;font-size: 16px;color: #cacaca;margin-bottom: 30px;font-size: 14px;}

/*aboutUS*/
.A-box{width: 100%;background: url("/images/official/about_banner_01.jpg") no-repeat;height: 540px;margin-top: 90px;}
.A-box .contentBox{width: 1200px;margin: 0px auto;}
.A-box .contentBox .logo-shu{display: block;margin:0 auto;width: 120px;padding-top:50px;}
.A-box .contentBox .p-text{width: 1000px;text-align: center;padding-top: 40px;color: #fff;font-size: 18px;
    margin: 0 auto;line-height:42px;letter-spacing: 4px;}

.A-title, .B-title{width:1200px;margin:30px auto 0;text-align: center}
.A-title h3, .B-title h3{position: relative;width: 1200px;height: 50px;margin-bottom: 50px;}
.A-title h3:before, .B-title h3:before{content:'';position: absolute;top:25px;border-bottom:2px solid #ddd;width: 500px;left: 0}
.A-title h3 span.chinese, .B-title h3 span.chinese{display: block;font-size: 20px;margin-bottom: 10px;position: relative;}
.A-title h3 span.chinese:before, .B-title h3 span.chinese:before{content:'';position: absolute;top:25px;border-bottom:2px solid #ffa800;width: 20px;left:480px}
.A-title h3 span.englis, .B-title h3 span.englis{display: block;font-size: 16px;font-weight: normal;position: relative;}
.A-title h3 span.englis:after, .B-title h3 span.englis:after{content:'';position: absolute;top:-7px;border-bottom:2px solid #ffa800;width: 20px;right: 480px;
    z-index: 99;}
.A-title h3:after, .B-title h3:after{content:'';position: absolute;top:25px;border-bottom:2px solid #ddd; width: 500px;right: 0}

.B-title h3:before{width: 450px;}
.B-title h3 span.chinese:before{left:430px}
.B-title h3 span.englis:after{right: 430px;}
.B-title h3:after{width: 450px;}


.course_bg{width:1200px;margin:0 auto 30px;text-align: center}
.A-banner-discount {width: 100%;margin:0 auto;}
.A-banner-discount img{width:100%}
.P-box{width:1200px;margin:0 auto 50px;}
.P-box h4{font-size: 22px;text-align: left;margin-bottom:15px;font-weight: normal;position: relative}
.P-box h4:after{position: absolute;content: "";width: 88px;height: 6px;background: #fff600;top:12px;left: 0px; z-index: -1;}
.P-box p{font-size:16px;line-height: 30px; margin-bottom: 30px;}
.P-box .equation{margin:0 auto 30px;border:1px solid #cdc950;padding:10px 0;font-size:16px;border-radius:5px;background: #fff600;width: 200px;text-align: center}
.R-box{width: 900px;margin: 0 auto 50px;text-align: center;font-size: 18px;line-height: 50px;}
.R-box strong{font-size: 22px;color:#f00}

.teamwork{width: 1200px;margin: 0 auto 50px;}
.teamwork img{margin-bottom: 30px;}
.teamwork .infoBox{font-size: 16px;width: 100%;display: none}
.teamwork .infoBox dt{font-weight: bold;margin-bottom: 15px;}
.teamwork .infoBox dd{width: 100%;line-height: 30px;}


/*transition*/
.fadeIn-enter-active, .fadeIn-leave-active { transition: all 1s ease; -moz-transition: all 1 ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; }
.fadeIn-enter-active, .fadeIn-leave { opacity: 1; }
.fadeIn-enter, .fadeIn-leave-active { opacity: 0; }
.fadeInLeft-enter-active { animation: fadeInLeft .5s; }
.fadeInLeft-leave-active { animation: fadeInLeft .5s reverse; }
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) }
    to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) }
    to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInDown-enter-active { animation: fadeInDown .5s; }
.fadeInDown-leave-active { animation: fadeInDown .5s reverse; }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) }
    to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) }
    to { opacity: 1; -webkit-transform: none; transform: none }
}

/*animate*/
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
    to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
    to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp }
@-webkit-keyframes fadeIn {
    0% { opacity: 0.5 }
    to { opacity: 1 }
}
@keyframes fadeIn {
    0% { opacity: 0.5 }
    to { opacity: 1 }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; transition: all ease-out .6s; -webkit-transition: all ease-out .6s; -o-transition: all ease-out .6s; -moz-transition: all ease-out .6s; }


/*game*/
.middle-wrap { margin-top: 100px; margin-bottom: 30px; position: relative; }
.game-slide { height: 350px; margin-bottom: 40px; }
.game-slide:before { display: none; }
.fullSlide.game-slide .bd li { height: 350px; position: absolute; top: 0; left: 0; }
.fullSlide.game-slide .bd li a { height: 350px; }
.fullSlide.game-slide .bd li>a>img { width: 100%; height: 100% }
.fullSlide.game-slide .hd { bottom: 20px; }
.fullSlide.game-slide .hd ul { text-align: center; }
.game-slide-remarks { position: absolute; top: 0; right: 0; width: 370px; height: 100%; background: rgba(0, 0, 0, .6); color: #fff; }
.game-slide-remarks-wrap { position: absolute; width: 230px; height: 286px; left: 50%; top: 50%; margin-top: -143px; margin-left: -115px; text-align: left; }
.game-slide-remarks-wrap h3 { font-size: 24px; line-height: 34px; position: relative; padding-bottom: 20px; }
.game-slide-remarks-wrap h3 .line { position: absolute; bottom: 0; left: 0; height: 2px; width: 80px; background: #fff; }
.game-slide-remarks-wrap p { margin-top: 22px; overflow: hidden; max-height: 48px; line-height: 26px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.game-slide-remarks-wrap .app-pic { width: 90px; height: 90px; border-radius: 15px; margin-top: 38px; float: left; }
.game-slide-remarks-wrap .code-bg { width: 100px; height: 90px; margin-top: 38px; margin-left: 11px; padding: 10px 10px 10px 20px; background: url(/images/jfGame_pc_icons.png) no-repeat 0 -100px; float: left; }
.game-slide-remarks-wrap .code-bg img { width: 70px; height: 70px; }
.game-tab-nav {    margin: 30px auto 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 420px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #4D3FF0;}
.game-tab-nav li { float: left;width: 140px;line-height: 37px }
.game-tab-nav li+li a { border-left: none; }
.game-tab-nav li a {display: block;text-align: center;font-size: 18px;color: #000;}
.game-tab-nav li.active a {background: #4D3FF0;color: #fff;border-radius: 30px;font-weight: bold}
.game-page-list { text-align: center; }
.game-page-list .new-game-item:nth-child(4n) { margin-right: 0; }


/*classify*/
.classify-nav { float: left; width: 270px; }
.classify-nav-item { background: #fff; padding: 30px 0px 10px 20px; margin-bottom: 10px; }
.classify-nav-item dt { font-size: 18px; padding-left: 14px; margin-bottom: 19px; position: relative; }
.classify-nav-item dt.active a { color: #4d3ff0; }
.classify-nav-item dt:before { content: ""; position: absolute; left: 0; bottom: 1px; height: 16px; width: 4px; background: #4d3ff0; }
.classify-nav-item dd { padding-left: 14px; }
.classify-nav-item dd a { float: left; color: #707070; margin-right: 20px; margin-bottom: 19px; }
.classify-nav-item dd a.active { color:#4d3ff0; font-weight: bold; }
.classify-content { float: left; margin-left: 30px; width: 870px; text-align: center; padding: 30px 50px; background: #fff; margin-bottom: 55px; }
.classify-con-item { float: left; text-align: center; width: 120px; margin-right: 42px; margin-bottom: 55px }
.classify-con-item:nth-child(5n) { margin-right: 0; }
.classify-con-item img { width: 110px; height: 110px; border-radius: 20px; }
.classify-con-item h3 { font-size: 16px;    letter-spacing: 1px; font-weight: normal; margin: 20px 0 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.score-box { color: #ff8426;text-align: right }


/*user center*/
.user-center-left { background: #fff; float: left; width: 270px; }
.user-center-left .left-nav { padding: 34px 0; }
.left-nav>li { padding-right: 20px; margin-bottom: 23px; }
.left-nav>li:last-child { margin-bottom: 0; }
.left-nav>li>a { display: block; height: 52px; line-height: 52px; text-align: center; font-size: 16px; }
.left-nav>li>a i { display: inline-block; width: 24px; height: 24px; background: url(/images/jfGame_pc_icons.png) no-repeat -252px -100px; margin-right: 20px; position: relative; top: 7px; }
.left-nav>li>a .user-icon { background-position: -252px -100px; }
.left-nav>li>a .gift-icon { background-position: -252px -124px; }
.left-nav>li>a .lock-icon { background-position: -252px -148px; }
.left-nav>li>a .zj-icon { background-position: -251px -243px;height: 27px;width: 27px; }
.left-nav>li.active>a { background: #ffba68; color: #fff; box-shadow: 0 2px 16px rgba(255, 132, 38, .3); -webkit-box-shadow: 0 2px 16px rgba(255, 132, 38, .3) }
.left-nav>li.active .user-icon { background-position: -276px -100px; }
.left-nav>li.active .gift-icon { background-position: -276px -124px; }
.left-nav>li.active .lock-icon { background-position: -276px -148px; }
.left-nav>li.active .zj-icon { background-position: -276px -243px;height: 27px;width: 27px; }
.user-center-right { float: left; margin-left: 30px; width: 870px; }
.user-center-right .user-info-wrap { background: #fff; height: 100%; padding: 30px; }
.user-info-list { padding: 10px 0; background: #f9f9f9; }
.user-info-list li { padding: 13px 20px; font-size: 16px; }

/*about us*/
.about-us-wrap { background: #fff; height: 100%; padding: 20px; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;}
.about-us-wrap .sub-title {font-size: 24px;font-weight: bold;text-align: center;margin: 20px 0;}
.about-us-wrap .sub-title:before { height: 18px; bottom: 0 }
.about-us-wrap .des {line-height: 22px;padding-bottom: 32px;position: relative;font-size: 14px;color: #666;margin:0 25px 46px;}
.about-us-wrap .des.border { border-bottom: 1px solid #f8f8f8 }
.game-platform { position: absolute; right: 76px; top: -40px; width: 425px; }
.game-platform img { float: left; width: 135px; height: 58px; margin-right: 10px; margin-bottom: 10px; }
.game-platform img:nth-child(3n) { margin-right: 0; }
.main-game-pic { margin-top: 20px; }
.main-game-pic img { float: left; width: 240px; height: 120px; margin-right: 30px; }


.star-box { float: left; position: relative; top: 1px; width: 68px; height: 12px; margin-right: 8px; }
.star-bg { position: absolute; top: 0; left: 0; height: 100%; background: url(/images/official/starImg.png) no-repeat 0 -12px; }
.star-icon { position: absolute; top: 0; left: 0; width: 68px; height: 12px; background: url(/images/official/starImg.png) no-repeat 0px 0px; }
.other-search { float: left; width: 100%; }
.other-search-list { padding: 21px 20px; background: #fff; }
.other-search-list li { margin-bottom: 32px; }
.other-search-list li>a { display: block; }
.other-search-list li:last-child { margin-bottom: 0; }
.other-search-list img { width: 60px; height: 60px; border-radius: 10px; float: left; }
.other-search-list .info { margin-left: 75px; }
.other-search-list .info h3 { font-size: 16px; font-weight: normal; margin: 8px 0 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;letter-spacing: 1px; }
.other-search-list .info p { color: #ff8426; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.grade-star{display: inline-block;float: right;text-align: center;}
.grade-star  .gradeNum{font-size: 30px;font-weight: bold;padding: 22px 0 10px;}
#app-qrcode canvas{width: 100%}

.platform-qy{display: flex;width: 100%;justify-content: space-around;padding: 10px 0 60px;text-align: center}

.platform-qy .itemCell{width: 20%;}

.platform-qy .itemCell h3{font-size: 18px;font-weight: 600;color: #222222;line-height: 24px;margin-bottom: 15px;letter-spacing: 1px;}
.platform-qy .itemCell p{font-size: 14px;color: #999999;line-height: 24px;letter-spacing: 1px;}
.platform-qy .itemCell .iconBox{width: 120px;
    height: 120px;
    margin: 20px auto 10px;
    align-items: center;
    text-align: center;
    display: flex;}
.platform-qy .itemCell .iconBox img{width: 100%}