@charset "utf-8";
.g-container {
    padding-top: 110px;
}

.header {
    background: transparent;
    position: fixed;
    background: #ffffff;
    height: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.slide-box {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.slide-box .slide-bd li {
    width: 1920px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    display: none;
}

.slide-box .slide-bd li:before {
    width: 100%;
    height: 40px;
    overflow: hidden;
    content: '';
    background: url('/platform/images/slide_shadow.png');
    position: absolute;
    top: 0px;
    left: 0px;
}

.slide-box .slide-bd a {
    display: block;
    height: 500px;
    position: relative
}

.slide-box .slide-bd .kv-bg {
    z-index: -1;
    width: 1920px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.slide-box .slide-bd .kv-txt {
    width: 1920px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}

.slide-box .slide-bd .kv-role {
    width: 1920px;
    height: 500px;
    position: absolute;
    top: -82px;
    left: 50%;
    margin-left: -960px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.slide-box .active .kv-txt {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100)
}

.slide-box .active .kv-role {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100)
}

.slide-box .slide-nav {
    width: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 285px;
    left: 50%;
    padding: 8px 0;
    z-index: 3;
}

.slide-box .slide-nav li {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 8px;
    margin: 0 4px;
    position: relative;
    line-height: 99px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    *display: inline;
    *zoom: 1;
    _overflow: hidden;
}

.slide-box .slide-nav li:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 38px;
    height: 28px;
}

.slide-box .slide-nav li:hover, .slide-box .slide-nav .active {
    background: #1096ef
}

.index-main {
    position: relative;
    z-index: 3;
    margin-top: 320px !important;
    *top: 320px;
    *margin-bottom: 320px;
    *margin-top: 0 !important;
}

.mod {
}

.rec-box {
    overflow: hidden;
    position: relative;
    margin-right: -28px;
}

.rec-box .item {
    width: 384px;
    margin-right: 24px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.rec-box .game-pic {
    display: block;
    width: 384px;
    height: 196px;
    overflow: hidden;
    position: relative;
}

.rec-box .hot-font {
    position: absolute;
    width: 384px;
    height: 196px;
    top: -100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.rec-box .hot-font .bg {
    width: 384px;
    height: 196px;
    opacity: .8;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=80);
}

.rec-box .hot-font .con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 40px 0 0 60px;
    overflow: hidden;
}

.rec-box .hot-font .font-qr {
    float: left;
    margin: 0 30px 0 0;
}

.rec-box .hot-font .dlbox {
    float: right;
    width: 114px;
    margin-left: 38px;
}

.rec-box .dlbox a {
    display: block;
    width: 114px;
    height: 30px;
    line-height: 30px;
    margin: 3px 0 9px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.g-btn-apk {
    background: #1096ef;
}

.g-btn-gplay {
    background: #00cae9;
}

.g-btn-astore {
    background: #00da71;
}

.g-btn-apk:hover {
    background: #ff627b;
}

.g-btn-gplay:hover {
    background: #2de3ff;
}

.g-btn-astore:hover {
    background: #26f491;
}

.rec-box .active .hot-font {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0
}

.rec-box .game-pic .f-turn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.rec-box .game-info {
    height: 90px;
    padding: 0 16px 0 26px;
    position: relative;
}

.rec-box .game-info .g-btn {
    position: absolute;
    right: 16px;
    bottom: 10px;
}

.rec-box .game-name {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    padding-top: 16px;
    color: #595757;
    font-weight: bold;
}

.rec-box .game-intro {
    height: 26px;
    line-height: 26px;
    color: #9f9f9f;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mod-page {
    margin-left: 5px;
}

.mod-page span {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background: #9fa0a0
}

.mod-page .active {
    background: #1096ef
}

.mod-bd {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.mod-3 {
    width: 448px;
    overflow: hidden;
    border-bottom: 0 none;
}

.w1200 .mod-3 {
    width: 792px;
}

.hotgame-list {
    overflow: hidden;
    margin-right: -20px;
    position: relative;
}

.hotgame-list .item {
    width: 115px;
    height: 268px;
    padding: 20px 37px;
    border-radius: 5px;
    background: #fff;
    margin-right: 12px;
    float: left;
    position: relative;
}

.hotgame-list .name {
    font-size: 16px;
    color: #595757;
    margin-top: 12px;
}

.hotgame-list .type {
    line-height: 30px;
}

.hotgame-list .pf {
}

.hotgame-list .a {
    height: 268px;
    color: #9f9f9f;
    position: relative;
}

.hotgame-list .a .g-btn {
    width: 113px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotgame-list .b {
    width: 115px;
    height: 268px;
    padding: 20px 37px;
    transition: all .4s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #fff;
    opacity: 0;
}

.hotgame-list .dlbox a {
    display: block;
    width: 115px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.hotgame-list .dlbox .g-btn {
    width: 113px;
    height: 26px;
    line-height: 26px;
    color: #9f9f9f;
    margin-top: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotgame-list .dlbox .g-btn:hover {
    color: #fff;
}

.hotgame-list .dlbox .g-btn-astore {
    background: #231f20;
}

.hotgame-list .dlbox .g-btn-astore:hover {
    background: #383233;
}

.hotgame-list .item:hover .b {
    opacity: 1;
}

.mod-news {
    width: 384px;
    overflow: hidden
}

.mod-news .news-list:first-child {
    display: block;
}

.news-list {
    height: 284px;
    overflow: hidden;
    padding: 12px 24px;
    display: none;
}

.news-list .item-li {
    padding: 12px 0;
    border-bottom: 1px solid #d6d4d2;
    overflow: hidden;
}

.news-list .item-li:last-child {
    border-bottom: 0 none;
}

.news-list .item-li .title {
    display: block;
    font-size: 14px;
    color: #595757;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list .item-li .title:hover {
    color: #1096ef;
}

.news-list .item-li .desc {
    color: #9fa0a0;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list .item-li .date {
    color: #9fa0a0;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 0px;
    background: #fff;
}

.mod-card {
    width: 792px;
    overflow: hidden;
}

.w1200 .card-list li {
    width: 174px;
}

.w1200 .card-list .info {
    width: 92px;
}

.card-list {
    position: relative;
    overflow: hidden;
}

.card-list .item {
    width: 175px;
    margin: 30px 0 30px 24px;
    float: left;
}

.card-list .img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
    float: left
}

.card-list .img i {
    width: 16px;
    height: 16px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.card-list .info {
    width: 85px;
    line-height: 20px;
    float: left
}

.card-list .name {
    display: block;
    font-size: 14px;
    color: #595757;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.card-list .desc {
    color: #9f9f9f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-list .g-btn {
    min-width: 58px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    padding: 3px;
}

.mod-kf {
    width: 384px
}

.kf-list {
    padding: 20px 26px;
}

.kf-list li {
    width: 166px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
}

.kf-list li a {
    display: block;
    color: #845d55;
    font-size: 14px;
}

.kf-list li a:hover {
    color: #1096ef;
}

.kf-list li:nth-child(1) .item {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.kf-list li:nth-child(3) .item {
    border-right: 1px solid #dedede;
}

.kf-list li:nth-child(4) .item {
    border-top: 1px solid #dedede;
}

.mod-kf .item i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.mod-kf .icon-email {
    background-position: -163px -195px;
}

.mod-kf .icon-lock {
    background-position: -196px -197px;
}

.mod-kf .icon-ques {
    background-position: -163px -224px;
}

.mod-kf .icon-msg {
    background-position: -195px -226px;
}

.icon-diam {
    background-position: -103px 0px
}

.icon-app {
    background-position: -103px -44px
}

.icon-box {
    background-position: -4px -103px
}

.hotgame-list .new {
    background-position: -44px -103px
}

.hotgame-list .hot {
    background-position: -85px -103px
}

.log-item .icon-lock {
    background-position: -147px 0px
}

.log-item .icon-user {
    background-position: -147px -40px
}

.mod-hd .more i {
    background-position: -147px -80px
}

.played .slide-prev:hover {
    background-position: -147px -105px
}

.played .slide-prev {
    background-position: -166px -105px
}

.played .slide-next {
    background-position: -126px -103px
}

.played .slide-next:hover {
    background-position: 0px -147px
}

.logined .icon-uphone {
    background-position: -19px -147px
}

.card-list .img i {
    background-position: -35px -146px
}

.icon-cb {
    background-position: -61px -147px
}

.icon-cbed {
    background-position: -84px -147px
}

.newgame-list .shot {
    background-position: -107px -147px
}

.newgame-list .snew {
    background-position: -144px -147px
}

.logined .icon-uug {
    background-position: -187px 2px
}

.opser-box .h, .opser-box .n {
    background-position: -187px -22px
}

.opser-box .n {
    background-position: -187px -43px
}

.logined .icon-umail {
    background-position: 0px -169px
}

.mod-kf .info .icon-kfs, .icon-diam, .icon-app, .icon-box, .hotgame-list .new, .hotgame-list .hot, .log-item .icon-lock, .log-item .icon-user, .mod-hd .more i, .played .slide-prev:hover, .played .slide-prev, .played .slide-next, .played .slide-next:hover, .logined .icon-uphone, .card-list .img i, .icon-cb, .icon-cbed, .newgame-list .shot, .newgame-list .snew, .logined .icon-uug, .opser-box .h, .opser-box .n, .logined .icon-umail, .rec-box .cor-hot, .rec-box .cor-rem, .rec-box .cor-new, .mod-kf .item i {
    background-image: url('/platform/images/csp_index.png?2018');
    background-repeat: no-repeat;
}

.logined .icon-uphone:hover, .logined .icon-uphone-y {
    background-position: -31px -169px;
}

.logined .icon-umail:hover, .logined .icon-umail-y {
    background-position: -49px -169px;
}

.logined .icon-uug:hover, .logined .icon-uug-y {
    background-position: -73px -169px;
}

/*帐号绑定*/
.bindacc-pop {
    width: 382px;
    height: 465px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -258px 0 0 -191px;
    z-index: 1001;
}

.bindacc-pop .hd {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #1096ef;
}

.bindacc-pop .bd {
    padding: 0 38px;
    background: #fff;
}

.bindacc-pop .tuser {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    padding: 16px 0 10px;
}

.bindacc-pop .ttip {
    color: #9fa0a0;
}

.bindacc-pop .w-item {
    height: 38px;
    margin-top: 12px;
    position: relative;
    border: 1px solid #9fa0a0;
    border-radius: 5px;
}

.bindacc-pop .w-item-bdx {
    border: 0 none;
}

.bindacc-pop .w-item label {
    width: 34px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0
}

.bindacc-pop .w-item input {
    width: 268px;
    height: 14px;
    padding: 12px 0 12px 34px;
    font-size: 14px;
    color: #000;
    border: 0 none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff
}

.bindacc-pop .w-item .php-code {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 38px;
    width: 100px;
    border-radius: 0 5px 5px 0;
}

.bindacc-pop .btn-tologin {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background: #1096ef;
    font-family: 'microsoft yahei'
}

.bindacc-pop .btn-tologin:hover {
    background: #47b5ff;
}

.bindacc-pop .user-opt {
    height: 14px;
    line-height: 14px;
    margin: 10px 0 18px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.icon-common-check {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin: 2px 6px 0 0;
}

.bindacc-pop .tips {
    height: 12px;
    line-height: 12px;
    color: #1096ef;
    padding: 10px 0
}

.bindacc-pop .icon-shield {
    background-position: -44px -26px
}

.bindacc-pop .icon-user {
    background-position: 2px 4px
}

.bindacc-pop .icon-lock {
    background-position: -38px 4px
}

.icon-common-check {
    background-position: 0px -40px
}

.icon-common-checked {
    background-position: -23px -40px
}

.bindacc-pop .icon-shield, .bindacc-pop .icon-user, .bindacc-pop .icon-lock, .icon-common-check, .icon-common-checked {
    background-image: url('/platform/images/login_z.png?2018');
    background-repeat: no-repeat;
}

.bindsuc-pop {
    width: 362px;
    height: 235px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -118px 0 0 -181px;
    z-index: 1001;
    _position: absolute;
    _top: 100px;
}

.bindsuc-pop .hd {
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    color: #fff;
    padding-left: 146px;
    background: url(/images/2017/pop-hd.jpg?201709201202) no-repeat;
}

.bindsuc-pop .bd {
    width: auto;
    height: 120px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
}

.bindsuc-pop .bd p {
    padding-left: 92px;
}

.bindsuc-pop .bd .btn {
    display: block;
    width: 234px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto 0;
    color: #fff;
    background: #4dd589
}

.bindsuc-pop .bd .btn:hover {
    color: #fff !important;
    background: #58e79c;
}

/* Email绑定提醒 */
.bd-txt-be {
}

.bd-txt-be .p1 {
    color: #1096ef;
    text-indent: 30px;
    display: unset; /* float: right; */
    position: relative;
    top: -5px;
}

.bd-txt-be .p0 {
    width: 24px;
    height: 25px;
    display: inline-table;
    background: url('/platform/images/pay-icon.png') 0px 3px no-repeat;
}

.bd-txt-be .p2 {
    font-size: 12px;
    margin: 14px 0 26px;
}

/*hover*/
.opser-box .item .info p, .news-list .tit, .card-list .go, .hotgame-list .bd {
    -webkit-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -ms-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -o-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
}