
.wrap{
    min-width: 1520px;
}
.content{
	position: relative;
    display: flex;
    flex: 1 1;
    flex-direction: column;
	margin-bottom:48px;
   
}
.main {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    /* padding-top: 10px;     */
}
.slider_box{
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    height: 580px;
}
.hiSlider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.hiSlider:after {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    content: "";
    display: block;
    bottom: 0;
    background-image: url(../img/config/bg_mask.png);
    background-position: bottom center; /* 底部居中 */
    background-repeat: no-repeat; /* 防止图片重复 */
    background-size: cover; /* 确保背景图片覆盖整个元素 */
    
}
.login_content {
    z-index: 2;
    position: relative;
    margin: 0 auto;
}
.login_box {
    width: 320px;
    height: 398px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 36px;
    left: 0;
}

.login_container,.loginAfter{
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei';
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: -8px 2px 10px 0 rgba(112, 112, 112, 0.2);
    overflow: hidden;
    padding: 0 24px;
}
.log_tabs{
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .log_tabs a {
      width: 138px;
      color: #c2c2c2;
      float: left;
      position: relative;
  }
  .log_tabs a.active {
      color: #565656;
  }
  .log_tabs a i{
      width: 48px;
      height: 4px;    
      background: #ffbb51;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: none;
  }
  .log_tabs a.active i{
      display: block;
  }
  .login_choice{
      height:190px;
      position: relative;
      margin: 0 auto;
      text-align: left;
  }
  
  .form_login{
      color: #c2c2c2;
  }
  .form_li{
      margin-top:4px;
      height: 52px; 
      position: relative;  
  }
  .form_li h5{
      font-weight: normal; 
      font-size: 16px; 
      height: 20px; 
      position: absolute; 
      bottom: 7px; left: 0;
      color: #ffbb51;
  }
  .form_li h5 {
      position: static;
  }
  .form_li p{
      width: 100%; 
      height: 32px; 
      line-height: 32px; 
      border-bottom: 1px solid #efefef; 
      position: relative; 
      position: absolute; 
      bottom: 0; left: 0; z-index: 2;      
      box-sizing:content-box;
  }
  .form_li p input.btn_yzm {
      width: 80px;
      position: absolute;
      top: 0;
      right: 0;
      color: #ffa008;
      font-size: 14px;
      cursor: pointer;
      z-index: 2;
  }
  .form_li.focus p {
      border-color: #ffbb51;
  }
  .form_li.error p {
      border-color: #ff7c6a;
  }
  .form_li p input{
      width: 100%; height: 100%; 
      font-size: 16px; 
      color: #565656;
  }
  .form_li p input::placeholder {
      color: #c2c2c2;
      font-size: 14px;
      padding-left: 4px;
  }
  .form_li input::-webkit-input-placeholder{
      color: #c2c2c2;
      font-size: 14px; 
      padding-left: 4px;
  }
  .form_li input::-moz-placeholder{
      color: #c2c2c2;
      font-size: 14px; 
      padding-left: 4px;
  }
  .form_li input:-moz-placeholder{
      color: #c2c2c2;
      font-size: 14px; 
      padding-left: 4px;
  }
  .form_li input:-ms-input-placeholder {
      color: #c2c2c2;
      font-size: 14px; 
      padding-left: 4px;
  }
  
  .warm {
      position: absolute;
      top: 0px;
      right: 0;
      font-size: 14px;
      color: #ff7c6a;
      display: none;
  }
  .form_li.error .warm {
      display: block;
  }
  .fn_login {
      height: 30px;
      margin: 10px 0;
      line-height: 30px;
      font-size: 14px;
  }
  .fn_login span {
      float: left;
      padding-left: 25px;
      position: relative;
      font-size: 14px;
  }
  .ico {
      background: url(../img/config/icon.svg) no-repeat;
      background-size: 240px 192px;
  }
  .fn_login span .ico {
      width: 14px;
      height: 14px;
      background-position: -20px 0;
      position: absolute;
      top: 50%;
      left: 6px;
      margin-top: -7px;
  }
  .fn_login span .ico.current {
      background-position: -37px 0;
  }
  .form_pas p .iconfont {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
  }
  .fn_login a {
      float: right;
      font-size: 14px;
  }
  .fn_login a:hover{
      text-decoration: underline;
  }
  .btn_login {
      width: 240px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      text-align: center;
      background: #ffae46;
      background-image: -webkit-linear-gradient(-45deg, #ff9f05, #ffbe3e);
      background-image: linear-gradient(135deg, #ff9f05, #ffbe3e);
      display: block;
      margin: 0 auto;
      font-size: 16px;
      color: #fff;
  }
  .btn_login:hover {
      background-image: -webkit-linear-gradient(-45deg, #ffbe3e, #ff9f05);
      background-image: linear-gradient(135deg, #ffbe3e, #ff9f05);
  }
  

.login_other {
    margin: 12px auto 6px;
    text-align: center;
}
.login_other .sns_title {
    position: relative;
    line-height: 14px;
    font-size: 14px;
    color: #c2c2c2;
}
.login_other .sns_title .sns-title-line-left, .login_other .sns_title .sns-title-line-right {
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #ddd;
}
.login_other .sns_title .sns-title-line-left {
    left: 16px;
    top: 8px;
}
.login_other .sns_title .sns-title-line-right {
    right: 16px;
    top: 8px;
}

.login_other .sns_list {
    font-size: 0;
    margin-top: 12px;
}
.login_other .ico {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 11px;
}
.login_other .ico.ico_weixin {
    background-position: -88px -24px;
}
.login_other .ico.ico_weixin:hover {
    background-position: -88px -59px;
}
.login_other .ico.ico_qq {
    background-position: -56px -24px;
}
.login_other .ico.ico_qq:hover {
    background-position: -56px -59px;
}
.btn_reg {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.btn_reg a {
    color: #ffa008;
}

.login_container .form-captcha p {
    width: 123px;
    height: 40px;
    line-height: 40px;
}

.header-photo-href, .header-photo-pic {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    margin: 20px auto 0;
}
.nameUser {
    height: 32px;
    line-height: 32px;
    margin: 8px 0 2px;
    text-align: center;
    font-size: 14px;
}

.nameUser .uname {
    font-size: 18px;
    margin: 0 5px;
}

.nameUser .btn-logout {
    color: #c2c2c2;
}

.rank-vip {
    width: 53px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 3px;
}

.rank-vip0 {background-image: url(../img/config/vip/vip0.png);}
.rank-vip1 {background-image: url(../img/config/vip/vip1.gif);}
.rank-vip2 {background-image: url(../img/config/vip/vip2.gif);}
.rank-vip3 {background-image: url(../img/config/vip/vip3.gif);}
.rank-vip4 {background-image: url(../img/config/vip/vip4.gif);}
.rank-vip5 {background-image: url(../img/config/vip/vip5.gif);}
.rank-vip6 {background-image: url(../img/config/vip/vip6.gif);}
.rank-vip7 {background-image: url(../img/config/vip/vip7.gif);}
.rank-vip8 {background-image: url(../img/config/vip/vip8.gif);}
.rank-vip9 {background-image: url(../img/config/vip/vip9.gif);}
.rank-vip10 {background-image: url(../img/config/vip/vip10.gif);}

.loginAfter .score {
    text-align: center;
    font-size: 14px;
    color: #ffae46;
    line-height: 30px;
}
.loginAfter .score span {
    padding-left: 25px;
    position: relative;
}
.loginAfter .score .ico {
    width: 14px;
    height: 14px;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.progressBar {
    line-height: 20px;
    overflow: hidden;
}
.line-progress {
    width: 168px;
    height: 10px;
    float: left;
    background: #efefef;
    margin-top: 5px;
}
#uVipRate {
    width: 20%;
    height: 10px;
    background: #ffae46;
    display: block;
}
.progressBar span {
    float: right;
    color: #c2c2c2;
}
.progressBar span i {
    color: #565656;
}
.playgmLt {
    margin-top: 12px;
    font-size: 14px;
    color: #c2c2c2;
}
.playgm-li {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.playgm-href {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.playgm-li img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    float: left;
    display: block;
    background: #ffae46;
}
.playgm-li .playgm-txt {
    width: 206px;
    float: left;
    margin-left: 6px;
    line-height: 20px;
}

.game_main{
    margin: -120px auto 0;
    z-index: 2;
}
.g_side{
    width: 320px;
    float: left;
}
.g_main{
    width: 1176px;
    float: right;
}

.game_content {
    position: relative;
    /* overflow: hidden; */
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    transition-property: transform;
    margin-top: 12px;
}
.item_new{
	width:276px;
    height: 420px;
	margin-right:24px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
}
.item_new:nth-child(4n) {
	margin-right: 0!important;
}
.item_new:hover{    
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
    box-shadow: 0 3px 7px rgba(0,0,0,.15);
}

.item_pic{
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-left: 0px;
    margin-right: 20px;
}
.item_pic img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.item_pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item_txt {
    padding:  0 20px;
    position: relative;
    color: #c2c2c2;
    font-size: 16px;
    line-height: 36px;    
    position: relative;
    overflow: hidden;
}
.popular-til {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 28px;
    color: #3c484f;
}
.item_new .recommend-mask {
    width: 100%;
    height: 40px;
    transition: all .2s ease-in-out 0s;
    z-index: 7;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: -40px;
    background: #fff;
}
.item_new:hover .recommend-mask{
	bottom: 0px;
}
.item_new:hover .recommend-mask a{
	height: 100%;
    padding: 0 10px;
}
.item_new .recommend-btn-start{    
    width: 120px;
    background: #c79652;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

/*左侧开服表*/
.m-side {
    background: #fff;
    margin-top: 12px;    
}
.side-hd {
    height: 50px;
    border-bottom: 1px solid #e1e1e3;    
}
.side-hd h3 {
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #010101;
    border-bottom: 1px solid #ff823c;
    height:50px;
    padding: 0 12px;
}
.side-hd .hd-page {
    float: right;
    margin: 15px 0 0 0;
    display: inline;
    padding: 0 12px;
}
.side-hd .hd-page .num {
    margin-right: 6px;
    line-height: 16px;
    color: #999;
}
.side-hd .hd-page .num, .side-hd .hd-page .arrow {
    display: inline-block;
}
.side-hd .hd-page .arrow {
    border: 1px solid #dcdcdc;
    width: 18px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    margin-left: -1px;
    z-index: 1;
    position: relative;
    font-family: Simsun;
    color: #b0b0b0;
}
.side-hd .hd-page .arrow:hover {
    border: 1px solid #c8c8c8;
    color: #a0a0a0;
    z-index: 2;
}
.m-now .side-bd {
    height: 732px;
}
.side-slist {
    padding-top: 4px;
}
.hot_servelist{
    width: 100%;
    height: 41px;
    line-height: 41px;
    display: flex;
    justify-self: start;
    align-items: center;
    padding: 0 16px;
    position: relative;
    font-size: 12px;
    /* border-bottom: 1px dashed #e0e0e0; */
    background: url(../img/config/dotted_line.png) left bottom repeat-x;
}
.hot_servelist:hover {
    background-color: #ffae36;
}
.hot_servelist.big_img {
    list-style: none;
    height: 80px;
    position: relative;
    box-sizing: border-box;
    margin: 6px 0 0 0;
    background-color: #ffae36;
}
.hot_servelist.big_img img {
    width: 60px;
    height: 60px;
}
.hot_servelist.big_img div {
    margin-left: 16px;
}
.hot_servelist.big_img p {
    height: 24px;
    line-height: 24px
}
.hot_servelist.big_img .name {
    font-size: 16px;
    color: #fff;
}
.hot_servelist.big_img .date {
    font-size: 12px;
    height: 20px;
    color: #fff;
    margin-top: -3px;
}
.hot_servelist.big_img .number {
    font-size: 12px;
    height: 20px;
    color: #fff;
    margin-top: -2px;
}
.hot_servelist .s-t-btn-a {
    position: absolute;
    top: 6px;
    right: 16px;
    width: 68px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background: #fff;
    color: #ff823c;
    text-align: center;
    font-size: 14px;
    cursor:pointer;
}
.hot_servelist.big_img .s-t-btn-a {
    top: 26px;
}

.hot_servelist .s-name {
    width: 125px;
    font-size: 14px;
}
.hot_servelist:hover .s-name {
    color: #fff;
}
.hot_servelist .s-date {
    width: 70px;
    color: #ff823c;
    font-size: 12px;
}
.hot_servelist:hover .s-date {
    color: #fff;
}
.hot_servelist .s-num {
    text-align: right;
    width: 90px;
    font-size: 12px;
}
.hot_servelist:hover .s-num{
    display: none;
}
.hot_servelist .s-t-btn-a.btn-2 {
    display: none;
}
.hot_servelist:hover .s-t-btn-a.btn-2{
    display: block;
}

/*g_section2*/
.g_section2{
    display: flex;
    justify-content: center;
    width: 1920px;
    background: #ffae36;
    height: 482px;
    margin-top: 30px;
}
.sec_content{
    margin: 30px 0 25px;
}
.part_tit {    
    width: 100%;
    border-bottom: none;
}
.part_tit div {
    font-size: 24px;
    color: #fff;
    display: inline-block;
}


/**hotgame**/
.title_h3 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.title_h3 span i {
    height: 5px;
    background: #ff5e42;
    background: linear-gradient(to right, #fd5152, #fe7f36);
    display: inline-block;
    /* border-radius: 5px; */
    position: absolute;
    left: 0;
    bottom: -3px;
}
.title_h3 em a {
    font-size: 14px;
    color: #a9a087;
    float: right;
    position: relative;
    top: 3px;
    transition: color .3s;
}

.webGame_img li {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 276px;
    height: 138px;
    overflow: hidden;
    position: relative;
}
.item_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 276px;
    height: 156px;    
}
.item_overlay::before {
    content: ""; /* 必须设置，否则伪元素不会生成 */
    position: absolute; /* 相对于父元素定位 */
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #00000069, transparent); /* 45度渐变，从黑色到透明 */
    pointer-events: none; /* 如果遮罩层影响到了点击事件，可以添加此属性 */
}
.webGame_img li:nth-child(4n) {
	margin-right: 0!important;
}
.webGame_img li:hover {
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
    box-shadow: 0 3px 7px rgba(0,0,0,.15);
}
.webGame_img li .aside{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 10px;
    padding: 1px 10px 0 0px;
    text-align: right;
    color: #fff;
}
.webGame_img li .aside a{
    color: #fff;    
}
.webGame_img li .s-img {
    display: block;
    width: 276px;
    height: 156px;
}
.webGame_img li .s-img img {
    display: block;
    position: absolute;
    top:0;
    right: -30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.webGame_img li:hover .s-img img {
    right: -50px;
    /* opacity: .7;
    filter: alpha(opacity = 70); */
}
.webGame_img li h3 {
    padding: 3px 0;
}
.webGame_img li h3 a{
    font-size: 18px;
}
.webGame_img li h4 {
    color: #ddd;
    font-size: 14px;
}
.webGame_img li .btnn1 {
    width: 68px;
    height: 24px;
    line-height: 24px;
    display: block;
    background: #ff823c;
    margin-top: 36px;
    text-align: center;
    /* text-indent: -9px; */
    font-size: 14px;
    color: #fff;
    float: right;
}