* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
.img {
  display: block;
  width: 100%;
}
.details,
.news {
  background: url(//hcrjxwebcdn.acingame.com/m/img/news.png) no-repeat bottom;
  background-size: 100%;
  padding-bottom: 1.7333rem;
}
.header {
  position: relative;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  border-top: 0.0133rem solid rgba(255, 255, 255, 0.27);
}
.header .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.32rem;
  height: 1.04rem;
  line-height: 1.04rem;
  color: #fff;
}
.details .object {
  border-bottom: 0.0133rem solid rgba(0, 0, 0, 0.16);
  padding: 0.8rem 0.6667rem 0.4rem;
}
.details .title {
  font-size: 0.5333rem;
  text-align: center;
  margin-bottom: 0.1333rem;
  line-height: 1.4;
}
.details .time {
  color: #606060;
  font-size: 0.2933rem;
  text-align: center;
}
.details-content {
  padding: 0.4rem 0.6667rem 1.3333rem;
  font-size: 0.4267rem;
}
.details-content * {
  background: none !important;
}
.details img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.news {
  padding-top: 0.6267rem;
}
.news .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.2933rem;
  border-bottom: 0.0133rem solid rgba(0, 0, 0, 0.16);
}
.news .tab-item {
  cursor: pointer;
  display: inline-block;
  font-size: 0.2933rem;
  width: 1.0933rem;
  margin: 0 0.6667rem;
  line-height: 0.9067rem;
  color: #000000;
}
.news .tab-item.active {
  border-bottom: 0.0933rem solid #a93c3a;
}
.news-list-item {
  display: block;
  border-bottom: 0.0133rem solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.news-list-item:hover {
  background-color: #e3e4e6;
}
.news-list-item .contion {
  height: 2.24rem;
  padding: 0.4533rem 0.9333rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list-item .contion > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list-item img {
  width: 2.5333rem;
  height: 1.44rem;
  margin-right: 0.2667rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
}
.news-list-item .title {
  font-size: 0.4rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item .new {
  font-size: 0.2667rem;
  text-align: center;
  font-weight: lighter;
  vertical-align: middle;
  height: 0.52rem;
  width: 0.9333rem;
  line-height: 0.5067rem;
  display: inline-block;
  margin-right: 0.1333rem;
  border-radius: 0.0667rem;
  border: 0.0133rem solid rgba(0, 0, 0, 0.25);
}
.news-list-item .info {
  font-size: 0.2667rem;
  color: #606060;
  margin-top: 0.1333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  color: #fff;
  line-height: 1.6;
  font-size: 0.3733rem;
  background-color: #1e1b2b;
  padding: 0.6667rem 0.9333rem;
}
.footer .content {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .content .compes {
  display: block;
  margin: 0 auto;
  position: relative;
}
.footer .content div {
  white-space: initial;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.footer a {
  color: #384872;
  margin: 0 0.0667rem;
}
