@CHARSET "UTF-8";
* {border:0;outline:0;margin:0;padding:0;font-family:"微软雅黑";}
html {width:100%;overflow-x:hidden;}
body{width:100%;font-size:12px;font-family:STHeiti,Arial;text-align:center;background-color:#f2f2f2;}
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
li {list-style-type:none;}
em{font-style:normal;}
.overLay {position:fixed; top:0; left:0; bottom:0; right:0;z-index:99999;background:#FFF}
.detail-table{width: 97.2%;height: 45px;text-align: left;line-height: 45px;  padding-left: 10px;  font-size: 14px;  background: #efefef;}
.detail-table a{color:#9c999c;}
.magicbx {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 100000;
  overflow: hidden;
}
.magicbx .static {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(/images/loading-logo-ali213.png) top center no-repeat;
  background-size: 100% 200%;
}
.magicbx .rounding {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 100001;
  overflow: hidden;
  background: url(/images/loading-logo-ali213.png) bottom center no-repeat;
  background-size: 100% 200%;
  animation: rtMv 6s infinite alternate;
  -webkit-animation: rtMv 6s linear infinite;
}
@-webkit-keyframes rtMv {
    0%{
      -webkit-transform: rotate(0deg);
    }
    100%{
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes rtMv {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(360deg);
    }
  }
  /*<!--正文列表-->*/
.newsindex_news{width:100%;height:auto;overflow:hidden;background-color:#FFF;padding-bottom:15px;}
.newsindex_news_tab,.nav_top{width:95%;height:42px;border-bottom:1px solid #e5e5e5;margin:auto;}
.nav_top{position:fixed;top:0px;left:0px;background-color:#fff;display:none;z-index:999;}
.newsindex_news_tab span,.nav_top span{height:42px;line-height:42px;color:#444;font-size:16px;position:relative;cursor:pointer;width:33.3%;display:inline-block;float:left;}
.newsindex_news_tab span:last-child::before,.nav_top span:last-child::before{display:none;}
.newsindex_news_tab span::after,.nav_top span::after{content:'';width:85px;height:2px;display:block;margin:auto;}
.newsindex_news_tab span.active,.nav_top span.active{color:#ff4416;}
.newsindex_news_tab span.active::after,.nav_top span.active::after{background-color:#ff4416;}
.newsindex_news_tab span a:link{color:#444;}
.newsindex_news_tab span a:visited{color:#444;}
.newsindex_news_tab span a:hover{color:#ff4416;}
.newsindex_news_tab span a:active{color:#444;}
.newsindex_news_tab span.active a:link{color:#ff4416;}
.newsindex_news_tab span.active a:visited{color:#ff4416;}
.newsindex_news_tab span.active a:hover{color:#444;}
.newsindex_news_tab span.active a:active{color:#ff4416;}
.newsindex_news_con{width:100%;height:auto;overflow:hidden;padding-top:6px;text-align:left;}
.newsindex_news_list{width:95%;height:auto;overflow:hidden;margin:0 auto;display:none;}
.newsindex_news_list:first-child{display:block;}
.newsindex_news_list ul{width:100%;height:auto;overflow:hidden;}
.newsindex_news_list ul li{width:100%;height:auto;overflow:hidden;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #eeeeee;}
.newsindex_news_list ul li:last-child{border:0px;}
.newsindex_news_img{width:29%;height:auto;float:left;overflow:hidden;}
.newsindex_news_img a{display: block;position: relative;}
.newsindex_news_img i{display: block;width: 85px;height: 85px;background: url(/images/video_paly.png) no-repeat;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;transform: scale(0.3);}
.newsindex_news_img img{display:block;width:100%;border-radius: 10px;}
.newsindex_news_info{width:66%;margin-left:4%;height:auto;overflow:hidden;float:left;}
.newsindex_news_title{width:100%;height:40px;line-height:1.6;overflow:hidden;font-size:13px;}
.newsindex_news_title a{color:#444444;}
.newsindex_news_des{width:100%;height:20px;overflow:hidden;}
.newsindex_news_des em{font-size: 12px;float:left;color:#c7c7c7;padding:0 5px;}
.newsindex_news_des span{color:#c2c2c2;margin-left:6px;padding:0 1px;border:1px solid transparent;font-size:12px;position:relative;}
.newsindex_news_link{width:150px;height:36px;border:1px solid #e6e6e6;color:#555555;border-radius:36px;display:block;margin:25px auto 0 auto;text-align:center;line-height:36px;font-size:14px;cursor:pointer;}

/*<!--头部游戏信息-->*/
.Gactivity:after{
    display:block;
    content:'';
    clear:both;
}
.Gactivity{
    width:94%;
    background:white;
    padding:12px 3%;
}
.Gactivity>p{
    float:left;
    width:23%;
    margin-right:2%;
}
.Gactivity>p img{
    display:block;
    width:100%;
    border-radius:15px;
}
.Gactivity>ul{
    float:left;
    width:74%;
}
.Gactivity>ul li{
    text-align: left;
}
.gameName{
    font-size:16px;
}
.gameInfo{
    margin:2% 0;
}
.gameInfo span{
    display:inline-block;
    margin-right:5%;
}
.gameInfo span em{
    color: #9b9b9b;
}
.gameOperation a{
    display:inline-block;
    width:44%;
    border:1px solid rgb(254,87,45);
    padding:5px 0;
    text-align: center;
    border-radius: 8px;
    color:rgb(254,87,45);
    margin-right:1%;
}
.gameOperation a span{
    display:inline-block;
    width:15px;
    height:15px;
    background:url("/images/zt/btn2.png") no-repeat;
    position:relative;
    top:2px;
    margin-right:5px;
}
.gameOperation a+a+a span{
    display:inline-block;
    width:18px;
    height:14px;
    background:url("/images/zt/btna2.png") no-repeat;
    position:relative;
    top:2px;
}
.gameOperation a.active{
    background:rgb(254,87,45);
    color:white;
}
.gameOperation a.active span{
    background-image:url("/images/zt/btn1.png");
}
.gameOperation a+a+a.active span{
    background-image:url("/images/zt/btna1.png");
}
/*<!--底部跳转-->*/
.footTwoBtn{
  height:35px;
  width:100%;
  background:rgb(255,69,22);
  line-height: 35px;
  /*position:fixed;*/
  bottom:0;
}
.footTwoBtn>a{
  color:white;
  font-size:15px;
}
.footTwoBtn>em{
  display:inline-block;
  background:white;
  height:15px;
  position:relative;
  top:2px;
  width:2px;
  margin:0 3px;
}