* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -ms-overflow-style: none;
    /* 隐藏 IE/Edge 滚动条 */
    scrollbar-width: none;
    /* 隐藏 Firefox 滚动条 */
}

*::-webkit-scrollbar {
    display: none;
    /* 隐藏 Chrome/Safari 滚动条 */
}

body {
    background-color: #f0f0f0;

}

.h-full .g-header-detail {
    background-color: #fff;
}

.h-full .g-topbar {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    position: relative;

}

.h-full .g-topbar .detail-topimg1 {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 208px;

}

.h-full .g-topbar .logo {
    margin-left: 30px;

}

.h-full .g-topbar .logo a img,
.h-full .g-topbar .detail-topimg1 a.pic img {
    height: 38px;
    width: auto;

}

.h-full .g-topbar .detail-topimg1 a.tupian img {
    z-index: 999;
    position: absolute;
    top: 0;
    left: -100px;
}

.h-full .g-topbar .detail-topimg1 a.pic {
    display: block;
}

.h-full .g-topbar .detail-topimg1:hover a.pic {
    display: none;

}

.h-full .g-topbar .detail-topimg1 .tupian {
    width: 1000px;
    display: none;
}


.h-full .g-topbar .detail-topimg1:hover .tupian {
    display: block;
}

.h-full .g-wrapper {
    position: relative;
    /* padding-bottom: 150px; */
    min-height: 100%;
    background: no-repeat 50% 0;
    box-sizing: border-box;
}

.h-full .g-wrapper .g-header {
    height: 500px;

}

.g-inner {
    width: 1200px;
    margin: 0 auto;
    background-color: #c52a2a !important;
}

/* 导航菜单 */
.h-full .g-wrapper .m-navigate {
    position: absolute;
    right: 0;
    left: 0;
    height: 80px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}


.m-navigate a {
    float: left;
    padding-top: 18px;
    width: 150px;
    font-size: 18px;
    color: #ffd890
}

.m-navigate a i {
    display: block;
    margin-top: 0.2em;
    font-size: 10px;
    font-style: normal;
    color: #fff;
    opacity: 0.5;
}

.m-navigate a:hover {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    color: #fc0;
    text-decoration: none;
}

.m-navigate .game-logo {
    float: left;
    width: 300px;
    min-height: 80px;
    background: no-repeat 50% 0;
}

.m-navigate .game-logo img {
    margin-left: -15px;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.h-full .g-wrapper .detail-box .btn-start {
    position: relative;
    overflow: hidden;
    display: block;
    height: 150px;
    line-height: 150px;
    text-indent: -9999em;


}

.h-full .g-wrapper .detail-box .xzs {
    background: url(../img/gameDetail/sp_start_1.png) no-repeat;

}

.h-full .g-wrapper .detail-box .wys {
    background: url(../img/gameDetail/sp_start_0.png) no-repeat;

}

.h-full .g-wrapper .detail-box .btn-start:hover {
    background-position: 0 -150px;
}

.h-full .g-wrapper .detail-box .h5Phone {
    position: absolute;
    top: -150px;
    width: 320px;

}

.detail-box .side {
    position: relative;
}

.h-full .g-wrapper .detail-box .h5Phone .phewm {
    display: flex;
    background-color: rgba(54, 0, 0, 0.5);
}


.ewmh5 {
    margin: 5px;
}

.ewmh5 img {
    width: 140px;
    height: 140px;
}

.year {
    position: absolute;
    left: 1%;
    top: 12%;
}

.h-full .g-wrapper .detail-box .pXzbtn {
    display: block;
    width: 165px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../img/gameDetail/btn.png) no-repeat;
    position: relative;
}

.h-full .g-wrapper .detail-box .anxz {
    background-position: -80px -95px;

}

.h-full .g-wrapper .detail-box .pgxz {
    background-position: -80px -10px;
}

.h-full .g-wrapper .detail-box .anxz:hover {
    background-position: -80px -270px;
}

.mTop {
    margin: 8px 0 5px;
}

.h-full .g-wrapper .detail-box .pgxz:hover {
    background-position: -80px -185px;
}

.h-full .g-wrapper .detail-box .width-box>.layui-col-md3 {
    width: 27.4% !important;
}

.h-full .g-wrapper .detail-box .width-box>.layui-col-md9 {
    width: 72.6% !important;
}

.h-full .g-wrapper .detail-box .btn-start:before {
    position: absolute;
    left: -110px;
    top: 0;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    transform: skewX(-30deg);
    content: '';
}

.h-full .g-wrapper .detail-box .anxz::before,
.h-full .g-wrapper .detail-box .pgxz::before {
    position: absolute;
    left: -250px;
    top: 0;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    transform: skewX(-30deg);
    content: '';
}

.h-full .g-wrapper .detail-box .pgxz:hover:before,
.h-full .g-wrapper .detail-box .btn-start:hover:before,
.h-full .g-wrapper .detail-box .anxz:hover:before {
    transform: skewX(-30deg) translateX(600px);
    transition: 1s ease;
}

/* 登录 */


.m-block-side {
    height: 500px;
    width: 320px;
}

.m-block-user .login {

    font-size: 13px;
}

.m-block-user .login form,
.m-block-user .logined .body {
    position: relative;
    padding: 20px 20px 0px;

    height: 130px;
}

.m-block-side .btns-bar {
    display: flex;
    justify-content: space-around;
    height: 50px;
    line-height: 50px;

}



.m-block-user .btns-bar a {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 10px;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-top: 0;
    box-sizing: border-box;

}

.m-block-user .btns-bar a:before {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 28px;
    height: 28px;
    background: #000;
    content: '';
}

.m-block-user .btn-submit {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 75px;
    height: 61px;
    display: block;
    border: none;
    cursor: pointer;

}

.m-block-user .layui-input-wrap {
    width: 70%;
    line-height: 29px !important;
}

.m-block-user .layui-input-wrap .layui-input {
    height: 29px;
}

.m-block-user .layui-form-item {
    margin-bottom: 3px;
}

.m-block-user .layui-input-wrap .layui-input-affix {
    line-height: 29px;
}

.m-block-user .third-login .layui-icon-login-qq {
    color: #3388ff;
    font-size: 23px;
}

.m-block-user .third-login .layui-icon-login-wechat {
    color: #0aa80a;
    font-size: 23px;
}

.m-block-user .third-login a {
    cursor: pointer;
}

.m-block-user .third-login a:hover {
    opacity: 0.8;
}

.m-block-user .logined p {
    height: 35px;
    font-size: 14px;
}

.m-block-user .logined p span {
    cursor: pointer;
    float: right;
    font-size: 14px;
}

.m-block-user .logined dl {
    margin-top: 10px;
    font-size: 14px;
}

.m-block-user .logined dd {
    margin-top: 10px;
    font-size: 14px;
}

.box3 .cwimg a {
    display: block;
    width: 870px;
    height: 320px;
    background-color: #fff;
}

.box3 .cwimg a img {
    width: 100%;
    height: auto;
}

/* 服务器列表 */
.m-block-server {
    padding: 10px 10px 0;
}

.m-block-server .m-block-title {
    margin: 10px 0px 20px;
    text-align: center;
    font-size: 20px;

}

.c-service {
    margin-top: 10px;
    padding: 12px 10px;
    width: 320px;

}

.c-service .g-zxlx {
    width: 250px;

    margin-left: 20px;
    font-size: 14px;
    text-align: right;
    background: url(../img/qq.png) no-repeat;

}

.c-service .s-time {
    font-size: 12px;
    color: #0aa80a;
    margin-top: 6px;

}

.c-service .btnzx {
    display: inline;
    padding: 6px 25px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #ffc219;
    color: #ffffff;
    margin-top: 5px;

}

.m-block-server .quick {
    margin-bottom: 10px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 13px
}

.m-block-server .quick>* {
    float: left
}

.m-block-server .quick input {
    margin: 0 .5em;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: none
}

.m-block-server .quick button {
    float: right;
    width: 72px;
    height: 24px;
    font-size: 12px;
}

.m-block-server .list a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    /* border-bottom: 1px dotted */
}

.m-block-server .list a>* {
    display: inline-block;
    text-align: center
}

.m-block-server .list>a em {
    margin-left: 15px;
    width: 100px;
    font-style: normal
}

.m-block-server .list a span,
.m-block-server .list a i {
    width: 72px
}

.m-block-server .list a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #ccc;
    content: ''
}

.m-block-server .list a p {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 6px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    border-radius: 4px;
    transform: translate(100%, -50%);
    z-index: 10
}

.m-block-server .list a p:before {
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: #000;
    content: ''
}

.m-block-server .list a:hover p {
    display: block
}

.m-block-server .list a.today span {
    color: #0f3
}

.m-block-server .list a.herald span {
    color: #ffcc00
}

.area-act>a em {
    margin-left: 15px;
    width: 290px !important;
    display: block;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}



.area-act-btn {
    width: 150px;
    padding: 3px 0;
    display: block;
    color: #ccc;
    background: #5f0808;
    margin: 5px auto 0;
    text-align: center;
}

.m-block-server .btn-more {
    display: block;
    margin: 15px auto 0;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-indent: -9999em;
}

.quick .btn {
    border: none;
}

.detail-box .box3 .detail-zx {
    margin-top: 10px;
    height: 320px;
    position: relative;
}

.detail-zx .kflx {
    margin-left: 10px;

}

.kflx-title {
    text-align: center;
    padding: 12px;
    font-size: 18px;
}

.qqimg {
    text-align: center;
}

.qqimg img {
    width: 90px;
    height: auto;
}

.kflx-bg {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    min-height: 270px;
}

.qqimg {

    border-radius: 3px;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.qqimg::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 48%;
    width: 10px;
    height: 10px;

    transform: rotate(45deg);
    z-index: -1;
}

.fw-time {
    margin-top: 10px;
}

.zxlxBtn {
    display: inline-block;
    background: #ffc219;
    padding: 3px 20px;
    border-radius: 20px;
    margin: 10px 0;
}

.detail-box2 {
    width: 1200px;
    height: 346px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;

}

.clear {
    clear: both;
}

.fe {
    position: relative;
    display: block;
    height: 346px;
    width: 286px;
    transition: all 0.3s ease;
}
.fe1,.fe2,.fe3,.fe4{
     transition: all 0.3s ease;
}


.profile {
    margin-top: 20px;
}

.grid-demo2 {
    height: 260px;

}

.m-block-title {
    text-align: center;
    width: 100%;
}

.m-block-title em {
    font-size: 18px;
    font-style: normal;
}

.m-block {
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.m-block-intro {
    width: 290px;
    height: 260px;
}

.m-block-main {
    font-size: 14px;
    text-indent: 2em;
    margin-top: 10px;
}

.gm-title {
    padding-top: 20px;
    text-align: center;
    color: #af4001;
}

.gm-main {
    width: 216px;
    padding: 10px 10px 10px 20px;
    font-size: 0;
    box-sizing: border-box;

}

.gm-main a {
    display: inline-block;
    padding: 0 0.5em;
    min-width: 50%;
    max-width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;

}

.gm-title1 {
    font-size: 18px;
    font-weight: 550;
}

.gm-title2 {
    font-size: 16px;

}

.area-box3 {
    min-height: 790px;
}

.m-l {
    margin-left: 5px;

}

.m-l a {
    border-left: 4px solid rgb(255, 102, 0) !important;
}
.m-l2{
    margin-left: 15px;
}
.area-box3 .area-all .margin-left .layui-tabs-body {
    height: 500px;
    overflow-y: auto;
    -ms-overflow-style: auto;
    scrollbar-width: thin;
    padding-top: 21px;
    position: static;
     contain: layout paint; 
}

.area-box3 .area-all .layui-tab {
    margin: 0 !important;
}

.area-box3 .area-all .layui-tab .layui-tab-title::after {
    display: none !important;
}

.area-box3 .area-all .layui-tab .layui-tab-title .layui-this::after {
    display: none !important;
}

.kfbtitle {
    box-sizing: border-box;
    color: #4e4444;
    font-weight: 550;
    font-size: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-left: 4px solid rgb(255, 145, 0);


}

.area-all .area-weizi {
    padding: 10px 0 0px 15px;
    font-size: 14px;
}

.area-all .area-weizi .layui-breadcrumb a {
    font-size: 14px;

}

.area-all .area-weizi .layui-breadcrumb a:hover {
    color: #ff9100 !important;
}

.area-all .layui-tab .layui-tab-title li {
    font-size: 15px;
    color: rgb(211, 145, 2);
    font-weight: 600;


}

.area-all .layui-tab .layui-tab-title .layui-this {
    border-bottom: 2px solid #ff6600 !important;
    color: #ff6600;

}

.area-item {
    transition: all 0.2s;
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative;
}

.area-item a {
    display: flex;
    align-items: center;
    width: 190px;
    height: 70px;
    border-left: 3px solid #fc0;
    box-shadow: 0 0 4px #929292;
    border-radius: 2px;
    transition: all 0.2s;
    position: relative;

}

.area-time {
    display: none;
    position: absolute;
    z-index: 100 !important;
    left: 0;
    top: -28px;
    max-width: 100%;
    line-height: 1.5;
    padding: 5px 10px;
    background: #cb4242;
    border-radius: 3px;
    color: #ff0;
    font-size: 12px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .15);
}

.area-time::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -8px;
    border: solid transparent;
    border-width: 8px 12px 0 0;
    border-top-color: #cb4242;
}

.margin-left {
    padding: 0px 8px 0 20px;
    position: relative;

}

.area-item:hover a .zt-color,
.area-item:hover .zt-color1,
.area-item:hover a .rotate {
    color: #e90202;
}

.area-item:hover a .area-time {
    display: block;
    z-index: 100 !important;
}

.rotate {
    display: inline-block;
    transform: rotate(-90deg) !important;
    font-size: 38px;
    color: #ccc;
    font-weight: 650;
    margin-right: 10px;
    margin-left: 10px;
}

.zt-color {
    color: rgb(253, 122, 0);
    font-size: 14px;
}

.zt-color1 {
    color: rgb(224, 146, 2);
    font-size: 14px;
}

.zt-color2 {
    color: #929292;
    font-size: 12px;
}
.area-color1 a{
    border-left:3px solid  #9c9c9c;
   
}

.area-color1 a .zt-color1{
    color: #6b6b6b;
}
.area-color2 a{
    border-left:3px solid  #17ad03;
 
}

.area-color2 a .zt-color1{
    color: #2b8501;
}
.area-color3 a .zt-color1{
    color: #77008f;
}
.area-color3 a{
    border-left:3px solid  #8b03ad;
}
.area-item:hover a{
    border-left:3px solid  #ff0000;
    
}
.g-footer {

    padding-top: 40px;
    padding-bottom: 10px;
    min-height: 100px;
    font-size: 13px;
    text-align: center;
    margin: 20px auto 0;
}

/* 推荐区服 */
.area-box3 .recomd-area {
    padding: 0 15px;
}

.area-box3 .recomd-title {
    font-size: 15px;
    font-weight: 550;
    color: #fc8600;
}


/* 资讯中心 */
.act-info .m-block-inner {
    padding: 30px;
}

.act-info .m-block-inner .m-article-title {
    text-align: center;
    margin-bottom: 10px;
}

.act-info .m-block-inner .m-article-detail {
    text-align: center;
}

.act-info .m-block-inner .m-article-game {
    position: relative;
    margin: 30px 0;
    padding: 10px 185px;
    min-height: 100px;
    line-height: 1.8;
}
.recom-height{
    height:80px;

}
.act-info .m-block-inner .m-article-game .cover {
    position: absolute;
    left: 10px;
    top: 10px;
}

.m-article-game h3 {
    color: #f20;
    font-size: 22px;
    font-weight: bold;
}

.m-article-game p {
    color: #f600ff;
    min-height: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-article-game .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -17px;
    width: 100px;
    background-color: #ffd900;
    color: #111;
    font-size: 15px;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
}

.m-article-game .cover img {
    border-radius: 5px;
    height: 100px;
}

.detail-box .layui-tabs-header .layui-this,
.detail-box .layui-tabs-header li:hover {
    color: #ffaa0d;
}

.detail-box .layui-tabs-header .layui-this:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #e69500;
    box-sizing: border-box;
    pointer-events: none;
}

.detail-box .zx-more {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;

}

.detail-box .zx-more a {
    display: block;
    padding: 0 5px;
    border: 1px solid rgb(148, 0, 0);
    color: rgb(148, 0, 0);
    font-size: 16px;
    text-align: center;
}

.detail-zx .zx-more:hover a {
    box-shadow: 2px 2px 2px #a37a2e;
}

.empty {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.tab-qh {
    height: 320px;
    overflow: hidden;
}

.detail-zx .a-top {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.detail-zx .a-top a {
    color: #e69500;
}

.m-art-list {
    padding: 10px 20px;
}

.m-art-list .act-item {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0px;

}

.m-art-list .act-item a em {
    font-style: normal;
    width: 92%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-art-list .act-item a sub {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
}

.pa1 {
    padding: 0 15px;
}