/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: SourceHanSansCN-Regular;
	background-color: #fff1de;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-size: 100% 100%;
    transition: background-color 2s;
    -moz-transition: background-color 2s;	/* Firefox 4 */
    -webkit-transition: background-color 2s;	/* Safari 和 Chrome */
    -o-transition: background-color 2s;	/* Opera */
}
.header-top{
    background: transparent;
    display: inline-block;
    width:100%;
    height:68px;
    min-width: 1280px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.div_nav{
    width: 1280px;
    height:68px;
	margin:0 auto;
}
.div_logo{
    float: left;
    width: 14%;
    min-width: 173px;
    height: 50px;
    margin-top: 9px;
}
.div_logo img{
    width: 133px;
    height:50px;
    margin-left: 70px;
}
.div_menu{
    display: inline-block;
    float: left;
    width:72%;
    height:68px;
}
._menu{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width:100%;
    height:68px;
}
.div_menu li{
    float: left;
    height: 68px;
    margin-right: 35px;
}
.div_menu li a{
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #272b35;
    padding: 22px 17px;
}
.div_menu li a:active{
    color: #ffd200;
}
.div_menu li a:hover{
    color: #ffd200;
}

.div_login{
    display: inline-block;
    float:right;
    width:14%;
    height: 68px;
}
._login{
    display: inline-block;
    float:right;
    min-width:100%;
}
._login *{
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 24px;
    color: #272b35;
    padding: 22px 3px;
}
._login img{
    width: 18px;
}
._login a:active{
    color: #ffd200;
}
._login a:hover{
    color: #ffd200;
}

.div_firstScreen{
    min-width: 1280px;
	height: 740px;
    overflow: hidden;
}
.firstScreen{
    width: 1200px;
    height:80%;
    margin: 0 auto;
    padding: 0 40px;
}
.firstScreen ul{
    width:100%;
    height:100%;
}
#content1,#content2,#content3,#content4,#content5{
    display: table;
    margin:auto;
    width: 100%;
    height: 100%;
    text-align: center;
}
#content1,#content3{
    animation:myanimation_img1 1s;
    -moz-animation:myanimation_img1 1s; /* Firefox */
    -webkit-animation:myanimation_img1 1s; /* Safari and Chrome */
    -o-animation:myanimation_img1 1s; /* Opera */
}
#content2,#content4,#content5{
    animation:myanimation_img2 1s;
    -moz-animation:myanimation_img2 1s; /* Firefox */
    -webkit-animation:myanimation_img2 1s; /* Safari and Chrome */
    -o-animation:myanimation_img2 1s; /* Opera */
}
.div_platformimg{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    height:100%;
}
.div_adwords{
    width: 50%;
    height:100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.div_title{
    margin: 20px auto;
    width:80%;
}
.div_title p{
    font-size: 60px;
    color: #2d3034;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: center;
}
.div_titlewords{
    margin: auto;
    width: 98%;
}
.div_titlewords p{
    font-size: 32px;
    color: #2d3034;
    line-height: 42px;
    letter-spacing: 1.5px;
    text-align: center;
}
.div_downloadbtn{
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_tab{
    width:100%;
    height:20%;
    position: relative;
    bottom: 0;
    border-top-color:#dedfe0;
    border-top-color: rgba(0,0,0,0.2);
    border-top-style: solid;
    border-top-width: 2px;
    z-index: 1;
}
#tab{
    position: absolute;
    width: 830px;
    height:100%;
    left: 50%;
    margin-left: -415px;
}
#tab li{
    float:left;
    cursor:pointer;
    height:100%;
    margin: -2px 15px 0 15px;
}
#tab img{
    margin-top: 10px;
}

.div_Recommend{
    display: block;
    /* height:700px; */
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
    min-width: 1280px;
}
.Recommend{
    width: 1200px;
    /* height: 700px; */
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 2;
}
.ModularTitle{
    position: relative;
    height:40px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.ModularTitle *{
    float: left;
}
.ModularTitle p{
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin-left: 8px;
}
.RecommendContent{
    display: block;
    /* height: 180px; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.RecommendList{
    display: block;
    position: relative;
    width: 200%;
    left:0;
    font-size: 0;
    margin: 0;
    padding:0;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
}
.RecommendList li{
    display: inline-block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 352px;
	display: flex;
	justify-content: center;
}
.slide_switch_point{
    width:100%;
    text-align: center;
    font-size: 0;
}
.slide_switch_point a{
    display: inline-block;
    width:28px;
    height: 12px;
    padding: 0 0 26px;
    margin:0 1px;
    cursor: pointer;
    text-align: center;
}
.slide_switch__bg{
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
}
.slide_action{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow: hidden;
    display: block;
}
.div_Recommend:hover .slide_action__btn--left,.div_Recommend:hover .slide_action__btn--right{
    opacity: 1;
    transform: translateX(0);
}
.slide_action--left{
    position: absolute;
    left: 0;
    top:0;
    width:50%;
    height:100%;
}
.slide_action--right{
    position: absolute;
    right: 0;
    top:0;
    width:50%;
    height:100%;
}
.slide_action__btn--left{
    position: absolute;
    top: 50%;
    width: 69px;
    height: 90px;
    margin-top: -15px;
    left:0;
    z-index: 2;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
    cursor: pointer;
}
.slide_action__btn--right{
    position: absolute;
    top: 50%;
    width: 69px;
    height: 90px;
    margin-top: -15px;
    right:0;
    z-index: 2;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
    cursor: pointer;
}
.slide_action__btn--left img,.slide_action__btn--right img{
    width: 69px;
    height: 90px;
}
.div_StarMc{
    display: block;
    height:740px;
    position: relative;
    background: #ffffff;
    min-width: 1280px;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
}
.StarMc{
    width: 1200px;
    height: 740px;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 2;
}
.div_McList{
    display: block;
    height: 600px;
    overflow: hidden;
}
.McList{
    display: block;
    position: relative;
    width: 100%;
    left:0;
    font-size: 0;
    margin: 0;
    padding:0;
}
.McList li{
    display: inline-block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    width: 200px;
    height: 270px;
}
.star_name{
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    padding-bottom: 5px;
}
.star_id{
    font-size: 14px;
    color: #808080;
    padding-bottom: 5px;
}
.div_Ranks{
    display: block;
    height:700px;
    position: relative;
    background: #ffffff;
    min-width: 1280px;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
}
.Ranks{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 2;
}
.RankContent{
    display: block;
    overflow: hidden;
    height: 500px;
}
.RankList{
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.ranklist_li{
    display: inline-block;
    float: left;
    z-index: 2;
    width: 300px;
}
.ranklist_box{
    width: 280px;
    height: 500px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}
.toplist_bg1{
     width: 280px;
     height: 516px;
     background-color: #f88eaa;
 }
.toplist_bg2{
    width: 280px;
    height: 500px;
    background-color: #88bcdc;
}
.toplist_bg3{
    width: 280px;
    height: 500px;
    background-color: #76c1ba;
}
.toplist_bg4{
    width: 280px;
    height: 500px;
    background-color: #eaa57a;
}
.toplist_title{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
}
.toplist_line{
    position: absolute;
    left: 50%;
    top: 118px;
    margin-left: -36px;
    width: 72px;
    height: 2px;
    background: #fff;
}
.toplist_userlist1,.toplist_userlist2,.toplist_userlist3,.toplist_userlist4{
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    bottom: 30px;
    white-space: nowrap;
}
.toplist_user{
    position: relative;
    height:44px;
    margin: 0 10px 20px 10px;
}
.toplist__number{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -8px;
}
.toplist_username{
    width:128px;
    height: 22px;
    position: absolute;
    left: 20px;
    top:0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toplist_lb{
    width:80px;
    height: 22px;
    position: absolute;
    right: 0px;
    top:0;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toplist__id{
    width:100px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.div_bottom{
    display: block;
    width:100%;
    height:130px;
    min-width: 1280px;
    position: relative;
    background: #333333;
}
.bottom{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 2;
}
.ul_contact{
    overflow: hidden;
    border-bottom: 1px solid #353535;
    position: relative;
    height:208px;
    width:1200px;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
}
.ul_contact a{
    font-size: 14px;
    color: #929090;
    text-align: left;
    font-weight: lighter;
}
.ul_contact p{
    font-size: 15px;
    color: #929090;
    text-align: left;
    font-weight: lighter;
    margin-bottom: 30px;
}
.ul_contact li{
    display: inline-block;
    float: left;
    width: 400px;
    height:258px;
}
.guanzhu,.friend,.kefu{
    position: relative;
    width: 288px;
    height: 200px;
    top: 43px;
    left: 56px;
}
.guanzhu div{
    text-align: left;
    width: 120px;
    height: 34px;
    margin-bottom: 20px;
}
.friend li{
    float: left;
    width: 96px;
    height: 21px;
    margin-bottom: 12px;
}
#live38058{
    position: relative;
    margin-right: 0;
    text-align: right;
}
.our_QQ{
    position: relative;
    margin-right: 0;
    font-size: 14px;
    color: #929090;
    text-align: right;
    font-weight: lighter;
    margin-top: 20px;
}
.div_offical{
    margin-top: 20px;
}
.div_offical *{
    font-size: 12px;
    color: #929090;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 10px;
}

.w-sidetool{
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: 60px;
    width: 56px;
    height: 168px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.w-sidetool__main {
    position: absolute;
    font-size: 0;
    top: 50%;
    left: 50%;
    width: 56px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
    border-radius: 5px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 168px;
    margin-top: -112px;
    margin-left: -28px;
}
.w-sidetool__item {
    position: relative;
    display: block;
    height: 56px;
    z-index: 2;
    width: 56px;
}
.w-sidetool__item--totop{
    height:0;
    display: none;
}
.w-sidetool__item__link{
    background: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: block;
    height: 56px;
    color: #333;
}
.w-sidetool__item__link:hover{
    background: #ffd200;
}
.w-sidetool__item--download .w-sidetool__item__link {
    border-radius: 5px 5px 0 0;
}
.w-sidetool__item--feedback .w-sidetool__item__link {
    border-radius: 0 0 5px 5px;
}
.w-sidetool__item--totop .w-sidetool__item__link {
    border-radius: 0 0 5px 5px;
}
.w-sidetool__item__link:before {
    content: '';
    width: 0;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.w-sidetool__item__link__main {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.w-sidetool__item__link__icon {
    display: block;
    margin: 0 auto;
    background-image: url(../images/side_tools.png);
    background-repeat: no-repeat;
}
.w-sidetool__item--download .w-sidetool__item__link__icon {
    width: 22px;
    height: 20px;
    background-position: 0 0;
}
.w-sidetool__item--download:hover .w-sidetool__item__link__icon {
    width: 22px;
    height: 20px;
    background-position: 0 -25px;
}
.w-sidetool__item--help .w-sidetool__item__link__icon {
     width: 24px;
     height: 24px;
     background-position: -50px 0;
 }
.w-sidetool__item--help:hover .w-sidetool__item__link__icon {
    width: 24px;
    height: 24px;
    background-position: -50px -25px;
}
.w-sidetool__item--feedback .w-sidetool__item__link__icon {
    width: 20px;
    height: 24px;
    background-position: -75px 0;
}
.w-sidetool__item--feedback:hover .w-sidetool__item__link__icon {
    width: 20px;
    height: 24px;
    background-position: -75px -25px;
}
.w-sidetool__item--totop .w-sidetool__item__link__icon {
    width: 21px;
    height: 12px;
    background-position: -100px 0;
}
.w-sidetool__item--totop:hover .w-sidetool__item__link__icon {
    width: 21px;
    height: 12px;
    background-position: -100px -25px;
}
.w-sidetool__item__link__t{
    display: block;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1;
    text-align: center;
    color: #999;
}
.w-sidetool__item__link:hover .w-sidetool__item__link__t{
    display: block;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1;
    text-align: center;
    color: #000;
}
.w-sidetool__qrcode {
    display: none;
    position: absolute;
    right: 100%;
    top: -12px;
    width: 170px;
    overflow: hidden;
    padding: 12px;
}
.w-sidetool__qrcode__main {
    width: 168px;
    position: relative;
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 16px 0 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
}
.w-sidetool__qrcode__main__t {
    overflow: hidden;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
}
.w-sidetool__qrcode__main__img {
    margin: 15px auto 0;
    width: 88px;
    height: 88px;
    display: block;
}
.w-sidetool__item--download:hover .w-sidetool__qrcode{
    display: block;
}
/*animation1*/
@keyframes myanimation_img1
{
    0%   {margin-left:-1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
@-moz-keyframes myanimation_img1 /* Firefox */
{
    0%   {margin-left:-1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
@-webkit-keyframes myanimation_img1 /* Safari and Chrome */
{
    0%   {margin-left:-1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
@-o-keyframes myanimation_img1 /* Opera */
{
    0%   {margin-left:-1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
/*animation2*/
@keyframes myanimation_img2
{
    0%   {margin-left:1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
@-moz-keyframes myanimation_img2 /* Firefox */
{
    0%   {margin-left:1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
@-webkit-keyframes myanimation_img2 /* Safari and Chrome */
{
    0%   {margin-left:1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}
@-o-keyframes myanimation_img2 /* Opera */
{
    0%   {margin-left:1280px;opacity: 0;}
    100% {margin-left:0px;opacity: 1;}
}

.div_weixin{
    display: block;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -moz-transition:all .2s;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    -ms-transition:all .2s;
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-color: #fff;
    border: 1px #929090 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    width: 296px;
    height: 148px;
    position: absolute;
    top: 35px;
    left: 228px;
}
.div_weixincode{
    position: relative;
    height: 122px;
    width: 270px;
}
.div_weixincode table{
    width: 100%;
    height:100%;
}
.div_weixincode th{
    width: 50%;
    height:100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-title{
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color:#333;
}
.text-des{
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
    color:#333;
}

/*--responsive design--*/
@media (max-width:1366px){
    .div_menu li{
        float: left;
        height: 68px;
        margin-right: 20px;
    }
}