@charset "utf-8";

/*-----------------初始化---------------------*/

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #4a4a4a;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
}


/*声明 WebFont*/

@font-face {
    font-family: 'pinghei';
    src: url('../font/pinghei.eot');
    src: url('../font/pinghei.eot?#font-spider') format('embedded-opentype'), url('../font/pinghei.woff') format('woff'), url('../font/pinghei.ttf') format('truetype'), url('../font/pinghei.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*使用选择器指定字体*/

.font {
    font-family: 'pinghei';
}

ul,
ol,
li {
    list-style: none;
}

var,
em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4a4a4a;
    cursor: pointer;
}

img {
    display: inherit;
    border: 0 none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-size: 12px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    /*outline:none*/
}

input:focus {
    outline: none;
    border-color: #ff6519;
    box-shadow: 0 0 2px rgba(255, 144, 36, 1);
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.orange {
    color: #ff852d;
}

.w1200 {
    position: relative;
    width: 1500px;
    margin: 0 auto;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.icon {
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.ml10 {
    margin-left: 10px;
}

[v-cloak] {
    display: none;
}

/*top*/

.top {
    color: #fff;
    background: #282828;
    line-height: 32px;
    height: 32px;
}

.top a {
    color: #fff;
}

.top a:hover {
    text-decoration: underline;
}

.top .t_login {
    margin-right: 15px;
}

.top .t_register {
    color: #ac551b;
    margin-right: 15px;
}

.t_nav {
    float: right;
}

.t_nav a {
    display: block;
    float: left;
    padding-left: 20px;
    margin-left: 25px;
    position: relative;
    z-index: 10;
}

.t_nav_ind {
    background-position: left 0;
}

.t_nav_collect {
    background-position: left -32px;
}

.t_nav_mobile {
    background-position: left -64px;
}

.t_nav_sim {
    background-position: left -96px;
}

.t_QRcode {
    display: none;
    position: absolute;
    left: 50%;
    top: 32px;
    width: 140px;
    padding: 5px;
    margin-left: -75px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.t_nav_mobile:hover .t_QRcode {
    display: block;
}

.t_QRcode:before {
    display: block;
    content: '\20';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -2px;
    border-width: 5px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}


/*header*/

.header {
    background: #fff;
    height: 80px;
}

.h_logo {
    display: inline-block;
    height: 54px;
    margin-top: 14px;
}

.h_nav {
    float: right;
    margin-top: 26px;
}

.h_nav a {
    position: relative;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    padding-left: 36px;
    padding-right: 18px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 28px;
}

.h_nav a:hover {
    color: #ff7e28;
}

.h_nav a:before {
    position: absolute;
    top: 7px;
    left: -10px;
    display: block;
    content: '\20';
    width: 1px;
    height: 14px;
    background: #d1d1d1;
}

.h_nav a:last-child {
    margin-right: 0;
}

.h_nav a:first-child:before {
    display: none;
}

.h_nav_ind {
    background-position: 16px -129px;
}

.h_nav_game {
    background-position: 16px -162px;
}

.h_nav_stored {
    background-position: 16px -194px;
}

.h_nav_member {
    background-position: 16px -226px;
}

.h_nav_service {
    background-position: 16px -257px;
}

.h_nav_ind.active {
    background-position: 16px -290px;
}

.h_nav_game.active {
    background-position: 16px -322px;
}

.h_nav_stored.active {
    background-position: 16px -354px;
}

.h_nav_member.active {
    background-position: 16px -386px;
}

.h_nav_service.active {
    background-position: 16px -418px;
}

.h_nav a.active {
    color: #fff;
    background-color: #ff7e28;
}


/*footer*/

.footer {
    height: 250px;
    color: #636363;
    background: #282828;
}

.f_left {
    float: left;
    padding-left: 25px;
}

.footer_logo {
    display: inline-block;
    height: 54px;
    margin-top: 58px;
}

.copyright {
    line-height: 28px;
    margin-top: 10px;
}

.f_right {
    float: right;
}

.f_nav {
    margin-top: 60px;
}

.f_nav a {
    color: #636363;
    font-size: 16px;
    margin-right: 60px;
}

.f_nav a:hover {
    color: #858585;
    text-decoration: underline;
}

.f_contact {
    margin-top: 35px;
}

.f_contact a {
    color: #636363;
    font-size: 16px;
    padding-left: 22px;
    line-height: 32px;
    margin-right: 60px;
}

.f_contact a:hover {
    color: #858585;
    text-decoration: underline;
}

.f_facebook {
    background-position: left -484px;
}

.f_email {
    background-position: left -452px;
}


/*win*/

.win_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.win {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 288px;
    background: #fff;
    border-radius: 5px;
    margin-left: -175px;
    margin-top: -300px;
    padding: 32px;
}

.win_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.win_inp_box {
    margin-top: 20px;

}

.win_inp_box input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #f9f9f9;
    border: none;
    border-radius: 5px;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(4, 0, 0, 0.05) inset;
    text-indent: 10px;
    color: #666;
}

.win_inp_box input::placeholder {
    color: #afafaf
}

.win_verification_code {
    width: 116px;
    height: 48px;
    float: right;
    cursor: pointer;
}

.win_login_btn {
    width: 100%;
    display: block;
    color: #fff;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #ff6519;
    background: linear-gradient(to right, #ff9a2d 0%, #ff6519 100%);
    background: -webkit-linear-gradient(left, #ff9a2d 0%, #ff6519 100%);
    border-radius: 5px;
    margin-top: 20px;
    transition: all .2s linear;
    border: none;
    cursor: pointer;
}

.win_login_btn:hover {
    background: linear-gradient(to right, #ff6519 0%, #ff6519 100%);
    background: -webkit-linear-gradient(left, #ff6519 0%, #ff6519 100%);
}

.win_register {
    color: #a9a9a9;
    float: left;
}

.win_retrieve {
    color: #a9a9a9;
    float: right;
}

.win_register:hover,
.win_retrieve:hover {
    text-decoration: underline;
}

.win_login_else {
    color: #a9a9a9;
    text-align: center;
    border-bottom: solid 1px #ededed;
    margin-top: 5px;
}

.win_login_else span {
    position: relative;
    top: 10px;
    background: #fff;
    padding: 0 10px;
}

.win_login_box {
    margin-top: 30px;
    text-align: center;
}

.win_login_box a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 2px;
    transition: all .2s linear;
}

.win_login_box a:hover {
    opacity: .8;
}

.win_facebook_btn {
    background-position: 0 -518px;
}

.win_google_btn {
    background-position: 0 -565px;
}

.close_win {
    position: absolute;
    top: 12px;
    right: 18px;
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    background-position: 0 -613px;
    transition: .2s ease;

}

.close_win:hover {
    transform: rotate(180deg);
}


/*page*/

.page_banner {
    position: relative;
    height: 236px;
    background-image: url(../img/gameCenterBanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.page_title_cn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    color: #fefefe;
    line-height: 100px;
    margin-top: -50px;
    opacity: .76;
}

.page_title_en {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-weight: normal;
    font-size: 65px;
    text-align: center;
    color: #b6b6b6;
    line-height: 100px;
    margin-top: -50px;
    opacity: .03;
}


/*pages*/

.pages {
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: 38px;
    height: 38px;
    color: #6d6d6d;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    padding: 0 15px;
    margin: 0 2px;
}

.pages a.active,
.pages a:hover {
    color: #fff;
    background-color: #ff7e28;
    border: solid 1px #ff7e28;
}



/* 内页头部 */
.st_header {
    background: #fff;
    height: 108px;
    box-shadow: 0 3px 10px 0 rgba(4, 0, 0, .05);
    position: relative;
    z-index: 1;
}

.st_h_logo {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin-top: 25px;
    font-size: 24px;
    color: #686767;
}

.st_h_logo img {
    float: left;
    margin-right: 18px;
}

.st_h_nav {
    float: right;
    margin-top: 36px;
}

.st_h_nav a {
    position: relative;
    display: block;
    float: left;
    padding-left: 20px;
    margin-left: 15px;
    line-height: 28px
}

.st_h_nav a:hover {
    text-decoration: underline;
}

.sh_nav_user img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
}

.sh_nav_msg {
    background-position: 0 -1449px;
}

.sh_nav_exit {
    background-position: 0 -1482px;
}

/* 内页尾部 */


.st_footer {
    background: #222;
    text-align: center;
    color: #afafaf;
    padding: 30px 0;
}

.st_footer a {
    color: #858585;
    padding: 0 12px;
    position: relative;
}

.st_footer a:hover {
    text-decoration: underline;
}

.st_footer a:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '\20';
    width: 1px;
    height: 14px;
    background: rgba(215, 215, 215, .2);
}

.st_footer a:first-child:before {
    display: none;
}