@charset "utf-8";
html {
    font-size: 100%
}

body {
    margin: 0;
    color: #666;
    font: 12px/1.5 'microsoft yahei', '微軟正黑體', Arial, Helvetica, sans-serif, 'STHeiti Light', '儷黑 Pro', 'LiHei Pro', '新細明體', sans-serif
}

dl, dd, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0
}

ul, ol {
    padding-left: 0;
    list-style-type: none
}

img {
    border: 0
}

a {
    color: #595757;
    text-decoration: none;
    outline: 0 none;
    -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;
}

a:hover {
    color: #1096ef;
    text-decoration: none;
}

a, button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select, img {
    vertical-align: middle
}

a, input, button {
    padding: 0;
    margin: 0;
    outline: 0
}

i, em {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.fn {
    float: none !important;
}

.dib {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.fz14 {
    font-size: 14px
}

.fix {
    zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.none {
    display: none
}

.hidden {
    width: 0;
    height: 0;
    overflow: hidden
}

.fz16 {
    font-size: 16px
}

body {
    background: #fff;
    width: 100%;
    min-width: 1000px;
    overflow-x: hidden;
    position: relative;
}

.pr {
    position: relative;
}

.J1100 .w1000, .J1100 .w1200 {
    width: 1100px !important;
}

.J1000 .w1200 {
    width: 1000px !important;
}

.J1000 .w974 .w1000 {
    width: 974px !important;
    margin: 0 auto;
}

.J1000 .w992 .w1000 {
    width: 992px !important;
    margin: 0 auto
}

.w998 {
    width: 998px !important;
    margin: 0 auto
}

.w1000 {
    width: 1000px !important;
    margin: 0 auto
}

.w1200 {
    width: 1200px !important;
    margin: 0 auto
}

.wrap {
    width: 1200px;
    margin: 0 auto
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mg5 {
    margin: 5px
}

.mg10 {
    margin: 10px
}

.mg20 {
    margin: 20px
}

.pd10 {
    padding: 10px
}

.pd20 {
    padding: 20px
}

.mgh10 {
    margin: auto 10px
}

.mgv10 {
    margin: 10px auto
}

.mgh15 {
    margin: auto 15px
}

.mgv15 {
    margin: 15px auto
}

.mgh20 {
    margin: auto 20px
}

.mgv20 {
    margin: 20px auto
}

.mgh30 {
    margin: auto 30px
}

.mgv30 {
    margin: 30px auto
}

.mgh40 {
    margin: auto 40px
}

.mgv40 {
    margin: 40px auto
}

.mg0 {
    margin: 0 !important
}

.pd0 {
    padding: 0 !important
}

.pdv10 {
    padding: 10px 0;
}

.pdh10 {
    padding: 0 10px;
}

.pdv20 {
    padding: 20px 0;
}

.pdh20 {
    padding: 0 20px;
}

.pdv30 {
    padding: 30px 0;
}

.pdh30 {
    padding: 0 30px;
}

.pdv40 {
    padding: 40px 0;
}

.pdh40 {
    padding: 0 40px;
}

.col1 {
    color: #1096ef
}

/*红色*/
.col2 {
    color: #9fa0a0
}

/*灰色*/
.vm {
    vertical-align: middle !important;
}

.header {
    min-width: 1000px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.hd-top {
    height: 30px;
    color: #9e9e9e;
    border-bottom: 1px solid #ececec;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    background: #fff;
    position: relative;
    z-index: 3;
}

.hd-top a {
    color: #9e9e9e
}

.hd-top a:hover {
    color: #1096ef
}

.hd-left {
    width: 50%;
    position: relative;
}

.home-opt {
    line-height: 30px;
    float: left
}

.home-search {
    height: 24px;
    margin-top: 4px;
    position: relative;
    float: left;
    _overflow: hidden;
}

.search-txt {
    width: 170px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d6d4d2;
    padding: 0 8px;
    *margin-top: -1px;
    transition: border .4s ease;
}

.search-txt:hover, .search-txt:focus {
    border-color: #1096ef;
}

.search-btn {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    outline: 0 none;
}

.search-rem {
    width: 186px;
    height: auto;
    border: 1px solid #f2f2f2;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 0px;
}

.search-rem li {
    color: #575757;
}

.search-rem .a {
    padding: 13px 22px;
    height: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-rem .b {
    padding: 13px 22px;
    height: 44px;
    overflow: hidden;
    background: #f2f2f2;
    display: none;
}

.search-rem .img {
    width: 44px;
    height: 44px;
    margin-right: 18px;
    float: left;
    display: inline;
}

.search-rem .name {
    display: block;
    width: 76px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #595959;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-rem .btn-play {
    display: block;
    width: 64px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    margin-top: 8px;
}

.search-rem .active .a {
    display: none;
}

.search-rem .active .b {
    display: block;
}

.search-rem .btn-play:hover {
    border-color: #1096ef;
    color: #fff !important;
    background: #1096ef;
}

.hd-right {
    position: relative;
}

.hd-right .item {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}

.all-Lang {
    position: absolute;
    left: 0px;
    z-index: 3;
    text-align: left;
    top: 35px;
    display: none;
    width: 78px;
    background: #fff;
    padding: 10px 0px 0px 19px;
    border: 1px solid #eeeeee;
    border-radius: 8px
}

.all-Lang .all-lang-btn:hover {
    cursor: pointer;
}

.hd-right i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 30px;
    *vertical-align: middle;
}

.all-Lang i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 30px;
    *vertical-align: middle;
}

.hd-right .gap {
    height: 30px;
    line-height: 28px;
    float: left;
    margin-left: 10px;
}

.top-user-mod {
    float: left;
}

.user-vip-wp {
    float: left;
    position: relative;
}

.user-vip {
    position: relative;
}

.user-vip i {
    background-position: -76px -36px;
}

.user-vip em {
    font-size: 9px;
    color: #1096ef;
    font-family: 'Arial';
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-transform: scale(0.75);
}

.user-msg {
}

.user-msg i {
    background-position: -39px -81px;
}

.user-msg-v i {
    background-position: 4px -84px;
}

.vip-box {
    width: 336px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: -152px;
}

.vip-box .hd {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    background: #1096ef;
}

.vip-box .hd a {
    color: #fff;
}

.vip-box .hd a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.vip-box .hd .c {
    width: 0px;
    height: 0px;
    border: 7px;
    border-style: solid;
    border-color: transparent transparent #1096ef transparent;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -4px;
    _display: none;
}

.vip-box .vip {
    width: 48px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    color: #1096ef;
    margin-right: 10px;
    background-position: -80px -77px;
    float: left;
}

.vip-box .vip i {
    font-size: 9px;
    height: 38px;
    line-height: 37px;
    -webkit-transformtransformtransformtransform: scale(0.75);
}

.vip-box .bd {
    padding: 4px 30px;
    color: #595757;
    border: 1px solid #d6d4d2;
    border-top: 0 none;
}

.vip-box .vitem {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 12px 0;
}

.vip-box .vitem i {
    width: 30px;
    vertical-align: top;
}

.vip-box .vitem a {
    float: right;
    color: #845d55;
}

.vip-box .vitem a:hover {
    color: #1096ef !important;
}

.vip-box .vitem em {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 8px;
    overflow: hidden;
    margin-left: 3px;
    background: #c9c9c9;
}

.vip-box .vitem .s {
    background: #4fd485;
}

.vip-box .vitem-1 i {
    background-position: 0 -135px;
}

.vip-box .vitem-2 i {
    background-position: -43px -135px;
}

.vip-box .vitem-3 i {
    background-position: -80px -135px;
}

.user-msg-wp {
    float: left;
    position: relative;
}

.msg-box {
    width: 334px;
    border: 1px solid #d6d4d2;
    background: #fff;
    position: absolute;
    top: 30px;
    left: -204px;
}

.msg-box .c {
    width: 11px;
    height: 6px;
    background-position: -117px -45px;
    position: absolute;
    top: -6px;
    left: 242px;
    *top: -5px
}

.msg-box .all {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #c9c9c9;
}

.msg-box .all:hover {
    color: #fff !important;
    background: #1096ef;
}

.msg-box .nomsg {
    text-align: center;
}

.msg-box .nomsg p {
    color: #1096ef;
    margin-bottom: 10px;
}

.msg-box .data .hd {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    border-bottom: 1px dotted #d6d4d2;
    margin: 0 22px;
    padding: 16px 0;
}

.msg-box .data .hd em {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
    font-size: 12px;
    color: #fff;
    background: #4dd589;
    margin-right: 6px;
}

.msg-box .data .hd a {
    color: #595757;
}

.msg-box .data .bd {
    color: #9fa0a0;
    margin: 10px 22px;
    overflow: hidden;
    position: relative;
}

.msg-box .data .cnt {
    height: 56px;
    overflow: hidden;
}

.msg-box .data .time {
    margin-top: 10px;
}

.msg-box .data .more {
    color: #429dea;
}

.safe-mod-wp {
    width: auto;
    height: auto;
    position: absolute;
    top: 36px;
    right: 0px;
}

.safe-mod {
    width: 314px;
    height: 190px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d6d4d2;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.safe-mod .close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -113px 0;
}

.safe-mod .hd {
    font-size: 15px;
    color: #1096ef;
    margin: 30px 0 20px 0;
}

.safe-mod .hd i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 22px;
}

.safe-mod .go {
    display: block;
    width: 152px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 20px auto;
}

.safe-mod-phone .hd {
    color: #429dea;
}

.safe-mod-info .hd {
    color: #4dd589;
}

.safe-mod-idc .hd i {
    background-position: 0 -177px;
}

.safe-mod-phone .hd i {
    background-position: -44px -179px;
    width: 18px;
}

.safe-mod-info .hd i {
    background-position: -78px -180px;
    width: 24px;
}

.safe-mod-idc .go {
    background: #1096ef;
}

.safe-mod-phone .go {
    background: #429dea;
}

.safe-mod-info .go {
    background: #4dd589;
}

.safe-mod-idc .go:hover {
    color: #fff !important;
    background: #47b5ff;
}

.safe-mod-phone .go:hover {
    color: #fff !important;
    background: #53c1f8;
}

.safe-mod-info .go:hover {
    color: #fff !important;
    background: #58e79c;
}

/*全部游戏*/
/*默认1000px*/
.J1000 .all-game-list .sitem {
    display: none;
}

/*1200px*/
.J1200 .all-game-box {
    width: 1198px;
}

.J1200 .all-game-list {
    width: 535px;
}

.J1200 .all-game-tool {
    width: 155px;
}

/*974px*/
.J1000 .w974 .all-game-box {
    width: 972px;
}

.J1000 .w974 .all-game-list {
    width: 320px;
}

/*992px*/
.J1000 .w992 .all-game-box {
    width: 990px;
}

.J1000 .w992 .all-game-list {
    width: 338px;
}

/*默认*/
.all-game-wp {
    float: left;
    position: relative;
}

.all-game-box {
    width: 998px;
    height: 278px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    background: #fff;
    position: absolute;
    top: 30px;
    right: 0px;
}

.all-game-img {
    width: 462px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
}

.all-game-img li {
    display: none;
}

.all-game-img .txt {
    width: 210px;
    color: #595758;
    line-height: 20px;
    position: absolute;
    top: 126px;
    left: 40px;
}

.all-game-list {
    width: 335px;
    height: 254px;
    overflow: hidden;
    padding-left: 45px;
    float: left;
}

.all-game-list .icon-hot, .all-game-list .icon-new {
    width: 11px;
    height: 11px;
    position: relative;
    top: 1px;
}

.all-game-list dt {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #595758;
    margin: 32px 0 24px;
    border-left: 1px solid #d60022;
    padding: 0 48px 0 10px;
    position: relative;
    overflow: hidden;
}

.all-game-list dd {
    width: 106px;
    height: 20px;
    line-height: 20px;
    margin: 13px 0;
    float: left;
}

.all-game-list dt em {
    font-size: 12px;
    color: #7c7c7c;
    margin-left: 10px;
    float: right;
}

.all-game-list dd i {
    margin-left: 10px;
}

.all-game-list dd a {
    color: #7c7c7c;
}

.all-game-list dd .more {
    color: #1096ef;
}

.all-game-list dd .more:hover {
    border-bottom: 1px solid #1096ef;
}

.all-game-tool {
    width: 144px;
    height: 228px;
    border-left: 1px solid #f2f2f2;
    margin-top: 25px;
    text-align: center;
    float: left;
}

.all-game-tool dt {
    display: block;
    width: 60px;
    height: 14px;
    line-height: 14px;
    padding-left: 10px;
    border-left: 1px solid #1096ef;
    font-size: 14px;
    margin: 8px auto;
    color: #595758;
}

.all-game-tool dd {
    margin-top: 19px;
}

.all-game-tool dd a {
    color: #7c7c7c;
}

.hd-menu {
    height: 80px;
    position: relative;
    z-index: 2;
}

.index-hd-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hd-menu .logo {
    width: 160px;
    height: 80px;
    line-height: 80px;
    float: left;
    position: relative;
    z-index: 3
}

.hd-menu .logo a {
    display: block;
}

.hd-menu .menu {
    float: left;
    position: relative;
    z-index: 3;
    margin-left: 50px;
    background: url('/platform/images/menufixie.gif?2018') \9;
}

.hd-menu .menu li {
    margin-right: 60px;
    overflow: hidden;
    float: left;
    display: inline
}

.hd-menu .menu li a {
    display: block;
    height: 80px;
    font-size: 14px;
    color: #1B5B9D;
    overflow: hidden;
    float: left;
    position: relative
}

.hd-menu .menu .active a {
    color: #1096ef
}

.hd-menu .menu span {
    display: inline-block;
    vertical-align: top;
    height: 77px;
    line-height: 77px;
    text-align: center
}

.hd-menu .menu i {
    display: block;
    width: 0;
    height: 4px;
    overflow: hidden;
    background: #1096ef;
    margin: 0 auto;
    *position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}

.hd-menu .menu a, .hd-menu .menu i {
    -webkit-transition: all linear .2s;
    -mz-transition: all linear .2s;
    -moz-transition: all linear .2s;
    transition: all linear .2s
}

.hd-menu .menu .active i, .hd-menu .menu a:hover i {
    visibility: visible;
}

.hd-menu .nirem {
    width: 200px;
    height: 80px;
    overflow: hidden;
    float: left;
}

.J1200 .nirem {
    display: inline;
    margin-left: 50px;
}

.g-container, .u-container {
    position: relative;
    padding: 32px 0 50px;
    background: #f3f3f6;
    z-index: 1;
    zoom: 1;
}

.u-container {
    padding: 22px 0;
}

.footer {
    padding: 26px 0 36px;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    font-size: 12px;
}

.footer .logo {
    margin-top: 14px;
}

.footer .cpr {
    margin: 12px 0 0 35px;
}

.footer .link-list {
    overflow: hidden;
    float: right;
}

.footer .link-list li {
    width: 100px;
    overflow: hidden;
    min-height: 84px;
    border-right: 1px solid #dedede;
    padding-left: 40px;
    padding-right: 10px;
    line-height: 28px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer .link-list li:last-child {
    border-right: 0 none;
}

.footer .link-list p {
    font-size: 13px;
    font-weight: bold;
    color: #9fa0a0;
}

.footer .link-list a {
    display: block;
}

body {
    _height: 100%;
    _background-image: url(about:blank?2018);
    _background-attachment: fixed;
    *overflow-x: hidden !important;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    background: #000;
    z-index: 100;
}

.mask {
    filter: alpha(opacity=80);
    _position: absolute;
    _left: expression(eval(document.documentElement.scrollLeft));
    _top: expression(eval(document.documentElement.scrollTop))
}

.mask-loading {
    background: #fff url('/common/images/loading.gif') center center no-repeat;
}

.mod-pages {
    text-align: center;
    overflow: hidden;
    margin: 28px 0
}

.mod-pages a, .mod-pages span, .mod-pages input {
    background: #fff;
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 2px;
    color: #595757;
    text-align: center;
}

.mod-pages-bd a {
    border-color: #d6d4d2;
}

.mod-pages input {
    border: 0 none;
    width: 60px;
}

.mod-pages .page-jump {
    padding: 0 12px;
}

.mod-pages a:hover, .hotgame-list .mod-pages .active, .mod-pages .on, .mod-pages .current {
    color: #fff !important;
    border-color: #1096ef;
    background-color: #1096ef
}

.mod-pages-blue a:hover, .hotgame-list .mod-pages-blue .active, .mod-pages-blue .on, .mod-pages-blue .current {
    color: #fff !important;
    border-color: #1fc1d6;
    background-color: #1fc1d6
}

.mod-pages input:focus {
    border-color: #1096ef;
}

.mod-pages .prev, .mod-pages .next {
    line-height: 20;
    overflow: hidden;
}

.mod-pages .page-first, .mod-pages .prev, .mod-pages .next, .mod-pages .page-last {
    background: url('/platform/images/pages.jpg?2018') no-repeat;
}

.mod-pages-blue .page-first, .mod-pages-blue .prev, .mod-pages-blue .next, .mod-pages-blue .page-last {
    background: url('/platform/images/pages-blue.jpg?2018') no-repeat;
}

.mod-pages .page-first {
    background-position: -0px -0px;
}

.mod-pages .page-first:hover {
    background-position: -0px -31px;
    background-color: none;
}

.mod-pages .prev {
    background-position: -32px -1px;
}

.mod-pages .prev:hover {
    background-position: -32px -32px;
    background-color: none;
}

.mod-pages .next {
    background-position: -65px -1px;
}

.mod-pages .next:hover {
    background-position: -65px -32px;
    background-color: none;
}

.mod-pages .page-last {
    background-position: -96px -0px;
}

.mod-pages .page-last:hover {
    background-position: -96px -31px;
    background-color: none;
}

.mod .mod-hd {
    height: 18px;
    line-height: 18px;
    padding: 10px 0;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.mod .mod-hd .mod-tit {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 3px;
    font-size: 16px;
    border-left: 1px solid #1096ef;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

.mod .mod-hd .mod-tit em {
    display: inline-block;
    font-size: 12px;
    color: #9f9f9f;
    -webkit-transform: scale(0.8);
    position: relative;
    top: 2px
}

.mod-hd .ritem { /* position:absolute; */
    float: right;
    top: 11px;
    right: 0;
    line-height: 14px;
}

.mod-hd .more i {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.mod-hd .mod-select span {
    display: inline-block;
    vertical-align: top; /* width:70px; */
    height: 18px;
    line-height: 18px;
    padding: 0px 5px;
    color: #fff;
    margin-right: 5px;
    float: right; /* margin-right: 52px; */
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-align: center;
    overflow: hidden;
    background: #9fa0a0;
}

.mod-hd .mod-select .active {
    background: #1096ef
}

.all-game-btn {
    min-width: 70px;
}

.hd-right .to-login i {
    background-position: -4px 1px
}

.hd-right .to-reg i {
    background-position: -44px 1px
}

.hd-right .all-game-btn i {
    background-position: -4px -39px
}

.search-btn {
    background-position: -40px -40px
}

.links-box .more {
    background-position: -70px 12px
}

.hd-right .to-login i, .hd-right .to-reg i, .hd-right .all-game-btn i, .search-btn, .links-box .more, .user-vip i, .user-msg i, .vip-box .vip, .vip-box .vitem i, .msg-box .c, .safe-mod .close, .safe-mod .hd i, .icon-hot, .icon-new {
    background-image: url('/platform/images/common.png?2018');
    background-repeat: no-repeat;
}

/*.all-lang-btn i{background-position:-4px -39px;}*/
.checkMark {
    background-image: url('/platform/images/check-mark.png');
    background-repeat: no-repeat;
    background-size: 73%;
}

/*提示弹窗*/
/*通用提示弹窗*/
.pop-close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 12px;
    right: 14px;
    background: url('/platform/images/pop-close-white.png?2018') no-repeat;
}

.tips-pop {
    width: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -175px;
    z-index: 1001;
    _position: absolute;
}

.tips-pop .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: -30px;
    background-position: -260px -151px;
}

.tips-pop .hd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    background: #1096ef;
}

.tips-pop .bd {
    min-height: 120px;
    padding: 22px 10px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0 none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 0px #c9c9c9;
}

.tips-pop .bd .bd-txt {
    line-height: 24px;
    padding: 20px 0;
    overflow: hidden;
}

.w-item-safepass {
    margin: 10px 0 0 0 !important;
}

.w-item-safepass .tip {
    height: 30px;
    line-height: 30px;
    color: #1096ef;
    margin-left: 20px;
    text-align: left;
    font-size: 12px;
}

.pop-button {
    display: inline-block;
    vertical-align: top;
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 6px;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.pop-button-red {
    background: #1096ef;
}

.pop-button-red:hover {
    color: #fff !important;
    background: #47b5ff;
}

.pop-button-gray {
    background: #d7d7d7;
}

.pop-button-gray:hover {
    color: #fff !important;
    background: #c4c4c4;
}

.pop-button-green {
    background: #4dd589;
}

.pop-button-green:hover {
    color: #fff !important;
    background: #58e79c !important;
}

/*没有数据*/
.nodata {
    text-align: center;
    font-size: 20px;
    color: #595757;
    line-height: 50px;
    margin: 60px 0 80px;
}

.nodata i {
    display: block;
    width: 160px;
    height: 170px;
    margin: 0 auto;
    background: url('/platform/images/qqh-gray.png?2018') no-repeat
}

/* 提示 */
.small-tips {
    position: fixed;
    width: 276px;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -138px;
    z-index: 1002;
}

.tips-close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    text-align: center;
    font: 18px/32px \5FAE\8F6F\96C5\9ED1;
    color: #f7f2f2;
}

.small-tips .tips-close:hover {
    color: #fff !important;
}

.tips-tit {
    height: 32px;
    font: 18px/32px \5FAE\8F6F\96C5\9ED1;
    color: #fff;
    text-align: center;
    background-color: #1096ef;
}

.sign-tips-con {
    padding-top: 30px;
    text-align: center;
    line-height: 22px;
    color: #595757;
    height: 76px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
    border-top: none;
    background-color: #fff;
}

/* btn */
.g-btn, .g-btn-s, .g-btn-l {
    display: inline-block;
    vertical-align: top; /* width: 88px; */
    min-width: 88px;
    height: 28px;
    padding: 0 3px;
    line-height: 28px;
    text-align: center;
    color: #9f9f9f;
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    cursor: pointer;
    background: #fff;
    font-family: 'microsoft yahei';
    font-size: 12px;
    box-sizing: content-box;
}

.g-btn-s {
    width: 72px;
    min-width: 72px;
    height: 24px;
    line-height: 24px;
}

.g-btn-l {
    width: 104px;
    min-width: 104px;
    height: 34px;
    line-height: 34px;
    border-radius: 18px;
}

.g-btn:hover, .g-btn-s:hover {
    color: #fff;
    border-color: #1096ef;
    background: #1096ef;
}

.g-btn-red {
    color: #fff;
    border-color: #1096ef;
    background-color: #1096ef;
}

.g-btn-yellow {
    color: #fff;
    border-color: #d6d4d2;
    background-color: #d6d4d2;
}

.g-btn-yellow:hover {
    color: #fff;
    border-color: #d6d4d2;
    background-color: #e4e4e4!important;
}

.g-btn-red:hover {
    color: #fff !important;
    background: #47b5ff;
}

/*手机平台icon*/
.pf-android, .pf-ios {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    background: url('/platform/images/pf-type.png?2018') no-repeat;
}

.pf-ios {
    background-position: 0 -30px;
}

/* 礼包提醒 */
.newmessage {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: -23px;
    background-image: url('/platform/images/hasgift.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 100;
}

.classmessage {
    -webkit-animation: twinkling 1s infinite ease-in-out
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* 对话框图标 */
.balloon-left {
    visibility: hidden;
    position: absolute;
    right: -170px;
    top: 3px;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    min-width: 97px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border: 2px solid #eb97238f;
    border-radius: 0px 6px 6px 0px;
    z-index: 100;

}

.balloon-left:before {
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #44FF44 transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    z-index: 100;
}

.balloon-left:after {
    border-style: solid;
    border-width: 9px 10px 11px 0;
    border-color: transparent #eb97238f transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    z-index: -1;
}

.head-lang {
    position: relative;
    margin-left: 10px;
}

.head-lang .all-game-btn i {
    background-image: url(/platform/images/common.png?2018);
    background-repeat: no-repeat;
}

.head-lang .all-game-btn i {
    background-position: -4px -39px;
}

.head-lang i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 30px;
    *vertical-align: middle;
}
