@charset "utf-8";

body {
    min-width: 1200px;
}

.g-container {
    padding-top: 0;
    overflow: hidden;
}

.header {
    background: transparent;
}

.slide-wrap {
    width: 100%;
    height: 644px;
    background: #eaeaea;
}

.slide-box {
    width: 100%;
    height: 644px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.slide-box .slide-bd li {
    width: 1920px;
    height: 644px;
    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(/images/2017/slide_shadow.png?201708251703);
    position: absolute;
    top: 0px;
    left: 0px;
}

.slide-box .slide-bd a {
    display: block;
    height: 644px;
    position: relative
}

.slide-box .slide-bd .kv-bg {
    z-index: -1;
    width: 1920px;
    height: 644px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.slide-box .slide-bd .kv-txt {
    width: 1920px;
    height: 644px;
    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: 644px;
    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: 320px;
    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: #e1405a
}

.slide-box .__data__ {
    left: 50%;
    margin-left: -600px;
}

.w1000 .slide-box .__data__ {
    left: 50%;
    margin-left: -500px;
}

.index-main {
    position: relative;
    z-index: 3;
    width: 1200px !important;
    margin: 0 auto;
    margin-top: -254px;
}

.mod .mod-hd {
    height: 20px;
    line-height: 20px;
}

.mod .mod-hd .mod-tit {
    border: none;
    background: url(/images/2024/mod_tit.png) center left no-repeat;
    padding-left: 40px;
}

.rec-box {
    width: 890px;
    height: 294px;
    /* overflow: hidden; */
    position: relative;
}

.rec-box ul {
    margin-right: -14px;
}

.rec-box .item {
    display: block;
    width: 212px;
    height: 100%;
    text-align: center;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px #dadada;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline;
    margin-right: 14px;
}

.rec-box .item a{
    position: relative;
}

.rec-box .img {
    display: block;
    height: 256px;
    overflow: hidden;
}

.rec-box .img img {
    width: 212px !important;
    height: 256px !important;
}

.rec-box .txt {
    line-height: 38px;
    font-size: 16px;
    color: #595757;
    font-weight: 700;
}

.rec-box .glink {
    height: 24px;
    line-height: 24px;
    padding: 7px 10px;
    color: #d6d4d2;
    font-size: 14px;
    text-align: left;
    display: none;
}

.rec-box .glink a {
    text-align: center;
    color: #595757
}

.rec-box .glink .go {
    float: right;
    width: 72px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #e1405a;
}

.rec-box .glink .go:hover {
    color: #fff !important;
    background: #f6587b
}

.rec-box .active .txt {
    display: none;
}

.rec-box .active .glink {
    display: block;
}

.rec-box .active .img {
    display: block;
    height: 256px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.rec-box .cor-hot,
.rec-box .cor-rem,
.rec-box .cor-new {
    width: 58px;
    height: 54px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.rec-box .cor-hot {
    background-position: -76px -198px;
}

.rec-box .cor-rem {
    background-position: 0 -198px;
}

.rec-box .cor-new {
    background-position: -152px -198px;
}

.userlogin-box {
    width: 244px;
    height: 294px;
    padding: 0 20px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px #dadada;
}

.welfare-list {
    text-align: center;
}

.welfare-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}

.welfare-list li a {
    display: block;
    width: 110px;
    height: 96px;
    line-height: 26px;
    color: #000000;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    text-align: center
}

.welfare-list li a:hover {
    background: #fef9fa;
}

.welfare-list li i {
    display: block;
    width: 50px;
    height: 48px;
    margin: 10px auto 8px auto;
}

.welfare-list li a:hover i {
    transition: all .3s ease;
    transform: rotateY(180deg);
}

.welfare-list li i.icon-diam {
    background: url(/images/2024/welfare_ico1.png) center no-repeat;
}

.welfare-list li i.icon-box {
    background: url(/images/2024/welfare_ico2.png) center no-repeat;
}

.login-tab {
    width: 100%;
    overflow: hidden
}

.login-tab {
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
}

.login-tab li {
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    margin: 0 -2px;
}

.login-tab .active {
    color: #dd2a47;
}

.login-tab li:nth-child(2) {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #c7c7c7;
}

.login-tab-con {
    padding-top: 30px;
    position: relative;
}

.login-tip {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #e1405a;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

.log-item .w-item {
    width: 242px;
    height: 34px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    display: block;
    margin: 0 auto 12px auto;
    position: relative;
}

.log-item .w-item input {
    display: inline-block;
    vertical-align: top;
    width: 196px;
    height: 100%;
    line-height: 34px;
    border: 0 none;
    outline: 0 none;
}

.log-item .w-item i {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
}

.log-item .send_captcha {
    line-height: 34px;
    color: #ff6c70;
    background: #ffffff;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.log-item .send_captcha a {
    color: #ff6c70;
}

.log-item .send_captcha a:hover {
    color: #e22126;
}

.log-item .icon-user {
    background: url(/images/2024/acc_ico.png) center no-repeat;
}

.log-item .icon-lock {
    background: url(/images/2024/pwd_ico.png) center no-repeat;
}

.log-item .btn-tologin {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    border: 0 none;
    background: linear-gradient(to bottom, #f24f69, #dd2b48);
    border-bottom: 1px solid #c21d38;
    border-radius: 2px;
    font-family: 'microsoft yahei';
    display: block;
    margin-bottom: 12px;
}

.log-item .btn-tologin:hover {
    color: #fff !important;
    background: #f6587b;
}

.login-block .user-opt {
    line-height: 18px;
    display: block;
    margin: 10px 0
}

.login-block .user-opt a {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.login-block .user-link {
    line-height: 12px;
    float: right;
    padding: 4px 0;
}

.login-block .user-link a {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

.login-block .user-link a:nth-child(1) {
    border-right: 1px dashed #b0b4b3;
    padding-right: 7px;
}

.login-block .link-reg {
    color: #dd2a47;
    text-decoration: none !important;
}

.icon-cb {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin-top: 3px;
}

.login-block .link-reg {
    color: #e1405a;
}

.login-block .link-reg:hover {
    text-decoration: underline;
}

.login-block .user-third {
    height: 20px;
    line-height: 20px;
    float: left;
}

.login-block .user-third a {
    display: inline-block;
    vertical-align: top;
    color: #959595;
    margin-right: 4px;
}

.third-login-qq em,
.third-login-wx em,
.third-login-wb em {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(/images/2024/third.png?202408231800) no-repeat;
}

.third-login-qq em {
    background-position: 0 0;
}

.third-login-wx em {
    background-position: -20px 0;
}

.third-login-wb em {
    background-position: -40px 0;
}

.third-login-qq:hover {
    color: #2ec6ff !important;
}

.third-login-qq:hover em {
    background-position: 0 -20px;
}

.third-login-wx:hover {
    color: #62d37a !important;
}

.third-login-wx:hover em {
    background-position: -20px -20px;
}

.third-login-wb:hover {
    color: #ff6c70 !important;
}

.third-login-wb:hover em {
    background-position: -40px -20px;
}

.userlogin-box .logined {
    height: 196px;
    position: relative;
}

.logined .u-info {
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.logined .uinfo-l {
    width: 64px;
    float: left
}

.logined .avatar {
    display: block;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.logined .avatar img {
    width: 100%;
    max-width: 100%
}

.logined .u-vip {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #c3ab6e;
    font-family: '宋体';
}

.logined .u-name {
    width: 124px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    font-weight: bold;
}

.logined .logout {
    color: #e1405a;
    float: right
}

.logined .uinfo-r {
    width: 162px;
    float: right
}

.logined .uinfo-r p {
    height: 22px;
    line-height: 22px;
    overflow: hidden
}

.logined .uinfo-r p span {
    color: #e1405a
}

.logined .uinfo-r .uinfo-safe {
    height: 20px;
}

.logined .icon-uphone {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-top: 6px;
    margin-right: 8px;
}

.logined .icon-umail {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-right: 8px;
}

.logined .icon-uug {
    display: inline-block;
    width: 13px;
    height: 14px;
    margin-top: 6px;
}

.logined .sign-in {
    width: 50px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #e1405a;
    float: right
}

.logined .sign-in:hover {
    color: #fff !important;
    background: #f6587b;
}

.logined .u-vip-proc {
    display: block;
    width: 28%;
    height: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 28%;
}

.logined .u-vip-proc i {
    display: block;
    width: 60%;
    height: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #c3ab6e;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease
}

.logined .u-vip-wp {
    position: relative;
}

.logined .vip-wp-act .u-vip-box {
    display: block;
}

.logined .u-vip-box {
    width: 221px;
    height: 161px;
    line-height: 26px;
    position: absolute;
    top: 16px;
    right: 0;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
    background: url(/images/2017/index_vip_bg.jpg?201708251703) no-repeat;
    display: none;
}

.logined .u-vip-box .tit {
    height: 42px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.logined .u-vip-box .txt1 {
    color: #ffeebf;
}

.logined .u-vip-box .txt1 strong {
    color: #ffe981;
}

.logined .u-vip-box .vmod {
    width: 150px;
    height: 25px;
    margin: 12px auto 14px;
    position: relative;
}

.logined .u-vip-box .v0,
.logined .u-vip-box .v10 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
}

.logined .u-vip-box .v0 {
    border: 1px solid #fff;
    left: 10px;
}

.logined .u-vip-box .v10 {
    border: 1px solid #ffe981;
    right: 10px;
}

.logined .u-vip-box .vline {
    width: 116px;
    height: 1px;
    overflow: hidden;
    background: #ffe981;
    position: absolute;
    top: 3px;
    left: 17px;
}

.logined .u-vip-box .vline i {
    display: block;
    width: auto;
    height: 1px;
    background: #fff;
}

.logined .u-vip-box .vt1 {
    position: absolute;
    top: 7px;
    left: 0px;
    color: #fff;
}

.logined .u-vip-box .vt2 {
    position: absolute;
    top: 7px;
    right: 0px;
    color: #fff;
}

.logined .u-vip-box .vb {
    display: block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    color: #958458;
    background: #ffe981;
}

.logined .u-vip-box .vb:hover {
    color: #958458 !important;
    background: #fff7af;
}

.logined .played {
    margin-top: 4px;
    position: relative;
}

.logined .played .hd {
    line-height: 29px;
    color: #595757;
    font-size: 14px;
    border-bottom: 1px solid #d3caca
}

.played .bd {
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 7px 0 7px 16px;
}

.played .slide-bd {
    position: relative
}

.played .slide-bd ul {
    width: 180px;
    padding: 0 32px;
    float: left;
    margin-left: -14px;
}

.played .slide-bd li {
    height: 20px;
    line-height: 20px;
}

.played .slide-bd a {
    width: 85px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.played .slide-bd .item1 {
    width: 95px;
    color: #595757;
    float: left;
}

.played .slide-bd .item2 {
    width: 75px;
    color: #9fa0a0;
    float: right;
    text-align: right;
}

.played .slide-next,
.played .slide-prev {
    width: 9px;
    height: 15px;
    line-height: 10;
    overflow: hidden;
    position: absolute;
    top: 61px
}

.played .slide-prev {
    left: 0;
}

.played .slide-next {
    right: 0;
}

.mod-2 {
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.mod-2-2row .mod-opser .mod-bd{
    height: 774px!important;
}

.mod-2-2row .opser-box{
    height: 774px!important;
}

.mod-2-2row .hotgame-list{
    height: 584px!important;
}

.mod-3 {
    position: relative;
    z-index: 1;
}

/* S 游戏开服列表 */
.mod-opser {
    float: left;
    width: 284px;
}

.mod-opser .mod-bd {
    height: 996px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.opser-box {
    position: relative;
    height: 996px;
}

.opser-box .sl-page {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
}

.opser-box ul {
    padding-left: 15px;
}

.w1200 .opser-box ul {
    padding: 12px 0 0 30px;
}

.opser-box li {
    width: 254px;
    border-bottom: 1px dashed #e0e0e0;
    padding: 12px 0;
    float: left;
}

.w1200 .opser-box li {
    width: 290px;
}

.opser-box li:hover img {
    transition: all .6s ease;
    transform: rotateY(360deg);
}

.opser-box .img {
    width: 48px;
    height: 48px;
    float: left
}

.opser-box .img img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.opser-box .info {
    line-height: 24px;
    color: #595757;
    margin-left: 16px;
    float: left;
    display: inline;
    width: 190px;
}

.opser-box .info strong {
    margin-right: 12px;
}

.info-zone span,
.info-zone i {
    float: right;
}

.info-zone span {
    color: #e1405a;
}

.info-zone p {
    height: 24px;
    overflow: hidden;
}

/* E 游戏开服列表 */


/* S 热门网页游戏+手机游戏 */
.mod-game-newgame {
    width: 890px;
    float: right;
}

.huan-click {
    position: absolute;
    line-height: 16px;
    color: #595757;
    right: 50px;
    top: 10px;
}

.huan {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 21px;
    height: 16px;
    background-position: -34px -146px;
}

.hotgame-list {
    overflow: hidden;
    height: 804px;
    margin-right: -20px;
    position: relative;
}

.hotgame-list li {
    float: left;
    position: relative;
    width: 286px;
    height: 130px;
    margin: 0 16px 16px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.hotgame-list .item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.hotgame-list .img {
    width: 286px !important;
    height: 130px !important;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
}

.hotgame-list .active .img {
    transform: scale(1.1);
}

.hotgame-list .name {
    font-size: 16px;
    color: #595757;
    position: absolute;
    top: 15px;
    left: 15px
}

.hotgame-list .type {
    line-height: 26px;
    color: #9fa0a0;
    border-top: 1px solid #d6d4d2;
    padding-right: 10px;
    position: absolute;
    top: 45px;
    left: 15px
}

.hotgame-list .status {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 209px;
    left: 15px
}

.hotgame-list .go {
    width: 31px;
    height: 31px;
    line-height: 31px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: #e1405a;
    position: absolute;
    top: 216px;
    left: 15px;
    z-index: 4;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    transition: width .5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.hotgame-list .hotgame_bottom {
    position: absolute;
    height: 45px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    background: #000000;
    overflow: hidden;
    opacity: .6;
    z-index: 3;
    font-size: 14px;
    display: none;
    color: #fff;
}

.hotgame-list .hotgame_bottom .official {
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.hotgame-list .hotgame_bottom a {
    color: #fff;
}


.hotgame-list .go:hover {
    color: #fff !important;
}


.hotgame-list .go em {
    display: block;
    width: 70px
}

.hotgame-list .active .go {
    opacity: 1;
    width: 70px
}

.hotgame-list .active .hotgame_bottom {
    display: block;
    z-index: 3;
}

.hotgame-list .bd {
    display: none;
}

.hotgame-list .active .bd {
    opacity: 1;
    filter: alpha(opacity=100);
}

.newgame-list {
    overflow: hidden;
    position: relative;
    height: 138px;
    margin: 10px -22px 0 0;
}

.newgame-list li {
    margin-right: 16px;
    float: left;
    position: relative;
}

.newgame-list .item {
    display: block;
    width: 266px;
    height: 100px;
    padding: 15px 0 15px 20px;
    background: #fff;
    border-radius: 5px;
}

.newgame-list .img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: 20px;
    overflow: hidden;
    float: left
}

.newgame-list .name {
    font-size: 16px;
    color: #595757;
    line-height: 28px
}

.newgame-list .type {
    color: #9fa0a0;
    line-height: 20px
}

.newgame-list .status {
    position: absolute;
    width: 27px;
    height: 13px;
    top: 24px;
    right: 51px;
}

.newgame-list .go,
.newgame-list .down {
    position: absolute;
    top: 83px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: rgba(225, 64, 90, 0);
    border: 1px solid #BABBBB;
    border-radius: 14px;
    color: #737272;
    text-align: center;
}

.newgame-list .go {
    left: 138px;
}

.newgame-list .down {
    left: 206px;
}

.newgame-list .go:hover,
.newgame-list .down:hover {
    color: #fff !important;
    border: 1px solid #f6587b;
    background: #f6587b;
}

/* E 热门网页游戏+手机游戏 */

/* S 新闻公告 */
.mod-news {
    padding-top: 6px;
}

.mod-news .mod-bd {
    margin-top: 10px;
}


.news-content {
    float: right;
    width: 464px;
    height: 260px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 30px 0 30px;
    
}

.news-wrap {
    float: left;
    background: #fff;
    border-radius: 5px;
}

.news-pic {
    margin: 15px 20px 15px 20px;
    width: 620px;
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.news-pic .slide-item .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #c6c3c5;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-pic .slide-fd {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
}

.news-pic .slide-nav {
    text-align: right;
    margin-right: 10px;
}

.news-pic .slide-nav li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 4px;
    font: 0/0 a;
    background: #908f91;
    cursor: pointer;
}

.news-pic .slide-nav li.active {
    background-color: #e1405a;
}

.news-list .item-li {
    position: relative;
    padding: 5px 0;
}

.news-list .item-li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #888888;
    font-size: 14px;
}

.news-list .item-li em {
    float: right;
    margin-right: 10px;
}

.news-list .item-li p {
    float: left;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
}

.news-list .item-li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    font: 0/0 a;
    overflow: hidden;
    border-width: 4px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #888888;
}

/* E 新闻公告 */

.ritemorel {
    position: absolute;
    top: 11px;
    right: 30px;
    line-height: 14px
}

.ritemorer {
    display: inline-block;
    position: absolute;
    right: 30px;
    line-height: 14px
}


/* S 页游礼包 */
.mod-4 {
    padding-top: 20px;
}

.mod-card {
    float: left;
    width: 660px;
}

.mod-card .mod-bd {
    margin-top: 10px;
    position: relative;
}

.mod-bd .line {
    width: 1px;
    height: 200px;
    border-right: 1px solid #eeeeee;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.card-list {
    width: 620px;
    height: 210px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 20px;
}

.card-list li {
    float: left;
    width: 250px;
    height: 50px;
    margin: 10px 30px;
}

.card-list li a {
    display: block;
}

.card-list .img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
}

.card-list .img img {
    width: 100% !important;
    height: 100% !important;
}

.card-list .info {
    padding-left: 10px;
    width: 190px;
    line-height: 26px;
    float: left;
    position: relative;
}

.card-list .name {
    font-size: 15px;
    color: #000000;
}

.card-list .desc {
    color: #b0a8a8;
    line-height: 22px;
}

.card-list .go {
    width: 46px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    color: #e1405a;
    border: 1px solid #e1405a;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.card-list .go:hover {
    color: #fff;
    background: #e1405a;
}

/* E 页游礼包 */


/* S 服务渠道 */
.mod-kf {
    float: right;
    width: 524px;
}

.mod-kf .mod-bd {
    margin-top: 10px;
    width: 524px;
    height: 220px;
    border-radius: 5px;
    background: #FFFFFF;
    float: right;
}

.kf-list {
    padding: 18px 0 0 30px;
    width: 260px;
    float: left;
    display: inline;
}

.kf-list li {
    margin: 10px 10px 0 0;
    float: left;
    display: inline;
}

.kf-list li a {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #845d55;
    font-size: 14px;
    background: #f2f2f2
}

.kf-list li a:hover {
    color: #fff !important;
    background: #e1405a
}

.mod-kf .info {
    color: #9fa0a0;
    padding: 16px 0 0 46px;
    float: left
}

.mod-kf .info .icon-kfs {
    display: block;
    width: 118px;
    height: 86px;
    background: url(/images/2024/kf_ico.png) center no-repeat;
    margin: 20px 0 14px 10px;
}

.mod-kf .info .num {
    font-size: 20px;
    color: #e1405a
}

/* E 服务渠道 */

/* S 皮肤背景 */
.skin_box {
    width: 1920px;
    min-height: 1000px;
    height: auto;
    position: absolute;
    top: 644px;
    left: 50%;
    transform: translateX(-50%);
}

/* E 皮肤背景 */

/* S 广告 */
.mod-ad .left_float_ad,
.mod-ad .right_float_ad {
    top: 678px;
}

/* E 广告 */

.mod-hd .ritem {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 18px;
    line-height: 18px;
    color: #dd2a47;
    border: 1px solid #dd2a47;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.mod-hd .more {
    color: #dd2a47;
    display: block;
}

.mod-hd .more:hover {
    background: #fefefe;
}

.mod-hd .more i {
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 2px;
}

.mod-hd.news-title .more {
    display: block !important;
}

.ritemorer .act_more i {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
}

.mod-hd .mod-act {
    position: absolute;
    left: 689px;
}

.mod-select span {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
    background: #9fa0a0
}

.mod-select .active {
    background: #e1405a
}

.mod-page {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}

.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: #e1405a
}



.icon-app {
    background-position: -103px -44px
}

.hotgame-list .new {
    background-position: -44px -103px
}

.hotgame-list .hot {
    background-position: -85px -103px
}

.ritemorer .act_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: -181px -140px
}

.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
}

.icon-app,
.hotgame-list .new,
.hotgame-list .hot,
.ritemorer .act_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,
.huan-click .huan {
    background-image: url(/images/2017/csp_index_2022.png?201708251703);
    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;
}

/*小号*/
.small-wrap {
    margin-top: -280px;
}

.samll-btn a:hover,
.samll-btn a:hover {
    color: #fff !important;
}

.small-item .select-item {
    line-height: 0;
}

/*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;
}


/* 广告弹框 */
.ad-dialog {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}

.ad-dialog-main {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.ad-dialog-main .ad-dialog-content {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ad-dialog-main .ad-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;    
    height: 26px;
    overflow: hidden;
    background: #000000 url(/images/topic_template/components/commonLogin/pop_close.png) no-repeat;
    background-size: 100% 100%;
}

/*新闻公告*/
.mod-hd .ritem.news {
    left: 575px;
}

.mod-hd.news-title {
    width: 524px;
    float: right;
}

.mod-hd.news-active {
    width: 660px;
    float: left;
}

.mod-tit {
    font-weight: 400 !important;
}

.how_much_people{
    color: #999999;
    font-size: 12px;
    font-weight: 100;
    margin-left: 10px;
    transition: transform 0.5s ease-in-out;
}

.how_much_people .char-border{
    border-radius: 3px;
    border: 1px solid #ecebeb;
    color: #ff8400;
    margin-right: 1px;
    display: inline;
    padding: 1px 2px;
    margin:  0px 5px;
    font-family: cursive;
    font-size: 14px;
    background: linear-gradient(to bottom, #f8f8f8, #ffffff);
    box-shadow: 0px 0px 1px #f8f8f8 inset;
}


/* .ad-dialog-main { z-index: 100; margin:auto; display: flex; flex-direction: column; justify-content: space-around; items-align: center; } */

/* S 新游推荐-2025.06.06 */
.new-game-recommend {
    padding-top: 6px;
    position: relative;
    margin-bottom: 24px;
    height: 320px;
}

.new-game-recommend .mod-bd {
    margin-top: 10px;
}
  
.swiper-container-box {
    position: relative;
    height: 295px;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.swiper-container .swiper-wrapper {
    margin-left: 30px;
}
  
.swiper-slide {
    width: 238px; 
    height: 295px;
    background: #fff;
    border-radius: 12px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0.8);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
  
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: filter 0.3s, transform 0.3s;
    filter: brightness(0.8);
}
  
.swiper-slide-active {
    transform: scale(1) !important;
    z-index: 10;
}
.swiper-slide-active img {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}
  
.card-info {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    color: white;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 2;
}

.card-info .card-info-btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    background: #e1405a;
}
.card-info .card-info-btn em {
    color: #fff;
}
  
.card-info .card-info-text {
    font-size: 20px;
    margin-top: 20px;
}
.card-info .card-info-text a {
    color: #fff;
}
.card-info .card-info-line {
    margin: 0px 10px;
}
  
.card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 12px;
}
  
.swiper-slide:hover .card-info {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide:hover .card-overlay {
    opacity: 1;
}

.swiper-slide:hover img {
    transform: scale(1.05); 
}
  
.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 148px;
    transform: translateY(-50%);
    width: 40px;
    height: 236px;
    background-color: rgba(176, 176, 176, 0.502);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 20;
    transition: background-color 0.3s;
    font-size: 40px;
    line-height: 236px;
}
  
.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover,
.card-info-btn:hover {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}

.custom-swiper-button-prev {
    left: 0px;
}
.custom-swiper-button-next {
    right: 0px;
}
  
/* E 新游推荐 */