*{
  padding: 0;
  margin: 0;
}
body{
  overflow-x: hidden;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.row-center{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.row-between{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.row-start{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
#animation_container{
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.top-wrap{
  width: 100%;
  height: 76px;
  background: #212121;
  position: fixed;
  top: 0;
  z-index: 10;
}
.top-wrap p{
  margin: 0 46px;
  font-size: 20px;
  color: #fff;
  position: relative;
  line-height: 50px;
}
.top-wrap p a{
  color: #fff;
}
.top-wrap p a:hover{
  color: #ffec4d;
}
.top-wrap p img{
  display: block;
  margin-top: 36px;
}
.kefu{
  cursor: pointer;
}
.kfbox{
  width: 256px;
  height: 194px;
  background: url(../img/kefu.png) no-repeat;
  position: absolute;
  left: -40px;
  top: 45px;
  display: none;
}
.kfbox .qq{
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 70px;
}
.kfbox .email{
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 0px;
}
.kefu:hover .kfbox{
  display: block;
}
.login-box{
  width: 196px;
  height: 79px;
  position: absolute;
  left: 50%;
  margin-left: -502px;
  top: 850px;
}
.login-box input{
  width: 180px;
  height: 32px;
  margin-left: 14px;
  margin-top: 6px;
  border: 0;
  background: none;
  color: #333;
  font-size: 14px;
  text-indent: 10px;
  outline: medium;
}
.reg-box{
  width: 286px;
  position: absolute;
  left: 50%;
  margin-left: -502px;
  top: 936px;
  font-size: 12px;
}
.reg-box a{
  color: #fff;
}
.reg-box span{
  margin: 0 15px;
  color: #fff;
}
.server-box{
  width: 284px;
  height: 210px;
  border: 1px solid #d6b38f;
  position: absolute;
  left: 50%;
  margin-left: -502px;
  top: 974px;
  background: #fff;
}
.server-box p{
  width: 286px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background: #f1891e;
  margin-left: -1px;
  margin-top: -1px;
}
.search-box{
  width: 233px;
  height: 24px;
  margin: 13px auto 0;
  background: url(../img/search.png) no-repeat;
}
.search{
  width: 145px;
  height: 100%;
  margin-left: 24px;
  border: 0;
  background: none;
  outline: medium;
  float: left;
}
.searchbtn{
  width: 64px;
  height: 100%;
  float: right;
  cursor: pointer;
}
.server-list{
  width: 233px;
  height: 90px;
  line-height: 30px;
  font-size: 12px;
  color: #5a5a5a;
  overflow: hidden;
  margin: 5px auto 0;
}
.server-list a{
  color: #5a5a5a;
}
.more-server{
  display: block;
  width: 206px;
  height: 24px;
  line-height: 24px;
  margin: 5px auto 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c02a00;
  background: #e54417;
  border-radius: 12px;
}
.banner{
  width: 456px;
  height: 236px;
  position: absolute;
  left: 50%;
  margin-left: -206px;
  top: 704px;
  overflow: hidden;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #f1891e;
}
.news-box{
  width: 454px;
  height: 234px;
  border: 1px solid #d6b38f;
  position: absolute;
  left: 50%;
  margin-left: -206px;
  top: 950px;
  overflow: hidden;
}
.news-type{
  height: 38px;
  background: #694511;
}
.news-type ul li{
  width: 84px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: left;
  cursor: pointer;
  position: relative;
}
.news-type ul li::after{
  content: '';
  width: 1px;
  height: 24px;
  background: #f1891e;
  position: absolute;
  right: 0;
  top: 7px;
  opacity: 0.5;
}
.news-type ul li:last-child:after{
  background: none;
}
.news-type ul li.act{
  background: #f1891e;
}
.news-type ul li.act::after{
  content: '';
  width: 0px;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 32px;
  opacity: 1;
}
.more{
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  margin-right: 15px;
}
.hot-news{
  display: block;
  font-size: 18px;
  color: #ff620d;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.news-list{
  font-size: 12px;
  padding: 0 10px;
}
.news-list li{
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  border-bottom: 1px dashed #ccc;
}
.news-list li:last-child{
  border-bottom: none;
}
.tag{
  width: 40px;
  height: 20px;
  background: #f1891e;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.tag::after{
  content: '';
  width: 0px;
  height: 0;
  border-left: 4px solid #f1891e;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: -4px;
  top: 6px;
}
.news-list a{
  width: 340px;
  color: #5a5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}
.footer{
  width: 100%;
  height: 200px;
  font-size: 12px;
  color: #ccc;
  background: #000;
  position: absolute;
  z-index: 10;
  line-height: 26px;
  top: 0;
  margin-top: 1250px;
}
.footer a{
  color: #ccc;
}
.foot-desc{
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #eee;
}

.mrt-box{
  width: 267px;
  height: 625px;
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 99;
  background: url(../img/mrt1.png) no-repeat;
  overflow: hidden;
}
.mrt-server{
  width: 215px;
  margin-top: 235px;
  margin-left: 27px;
  font-size: 14px;
  color: #653d20;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.mrt-server span{
  width: 100px;
  height: 34px;
  border: 1px solid #dfbc94;
  background: #dfbc94;
}
.mrt-server span.act{
  background: #fcc85a;
  border: 1px solid #c38547;
}
.mrt-head{
  width: 220px;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #653d20;
}
.mrt-head span{
  width: 31%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mrt-body{
  width: 224px;
  height: 305px;
  overflow: hidden;
  margin-left: 24px;
  margin-top: 5px;
}
.mrt-body::-webkit-scrollbar{
  width: 6px;
  background: #333;
}
.mrt-body::-webkit-scrollbar-thumb{
  background: #f1891e;
}
.mrt-list{
  font-size: 14px;
  line-height: 26px;
  color: #95501e;
  margin-top: 4px;
  background: #ddb991;
  border-radius: 3px;
  text-align: center;
}
.ranknum{
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.num1::before, .num2::before, .num3::before{
  content: '';
  position: absolute;
  left: 6px;
  top: 0px;
  width: 33px;
  height: 28px;
  background: url(../img/rank.png) no-repeat;
}
.num2::before{
  background-position: 0 -29px;
}
.num3::before{
  background-position: 0 -58px;
}
.rankname{
  width: 46%;
  color: #3f312e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rankfight{
  width: 32%;
  font-size: 13px;
}

.list-wrap{
  width: 706px;
  height: 484px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 703px;
  margin-left: -206px;
  z-index: 100;
  overflow: hidden;
}
.list-title-box{
  height: 70px;
  background: #f1891e;
}
.list-title-left{
  margin-left: 22px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.list-title-left img{
  margin-right: 10px;
}
.list-title-right{
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.list-type-box{
  margin-top: 30px;
  margin-left: 20px;
}
.list-type{
  width: 80px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #f1891e;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.list-type.act{
  background: #f1891e;
  color: #fff;
}
.list-type.act::after{
  content: '';
  width: 0px;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -6px;
}
.articles{
  margin: 20px;
  height: 256px;
}
.articles li a{
  font-size: 14px;
  color: #5a5a5a;
  line-height: 32px;
}
.articles li a:hover{
  color: #f1891e;
}
.articles li a span:first-child{
  width: 560px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nums > div{
  width: 46px;
  height: 18px;
  font-size: 12px;
  color: #5a5a5a;
  text-align: center;
  line-height: 18px;
  border: 1px solid #5a5a5a;
  cursor: pointer;
  margin: 0 5px;
}
.nums > div:not(.pages):hover{
  background: #f1891e;
  color: #fff;
  border: 1px solid #f1891e;
}
.nums > div.pages{
  border: 0;
  cursor: auto;
}
.cont-wrap{
  width: 706px;
  min-height: 484px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 703px;
  margin-left: -206px;
  z-index: 5;
  overflow: hidden;
}
.cont-title{
  margin: 10px 20px;
  text-align: center;
  color: #f1891e;
}
.cont-title p{
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #828282;
}
.cont-title span{
  font-size: 12px;
}
.content{
  margin: 0 20px;
}
.content img{
  max-width: 100% !important;
}
.user-box{
  width: 285px;
  height: 129px;
  background: #5e4416;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 836px;
  z-index: 5;
  display: none;
}
.head-box{
  margin: 15px;
}
.head{
  font-size: 12px;
  color: #ff620d;
}
.head span{
  margin-left: 8px;
}
.logout{
  color: #999;
  cursor: pointer;
}
.logout:hover{
  color: #ccc;
}
.last-server{
  margin: 0 15px;
  font-size: 12px;
  color: #ff620d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.last-server a{
  display: block;
  width: 200px;
  padding: 3px 8px;
  background: #d6b38f;
  color: #333;
  border-radius: 5px;
  margin-top: 5px;
}