@charset "UTF-8";

[v-cloak] {
  display: none;
}

.wrapper {
  width: 100%;
  min-width: 1400px;
  background: #eeedeb;
}

/* 头部 */
.header {
  height: 80px;
  background: #1d1d20;
  width: 100%;
}

.header-main {
  width: 1200px;
  height: 100%;
}

.logo-header {
  width: 140px;
  height: 100%;
}

.logo-header>img {
  width: 170px;
  display: block;
}

.header-right {
  height: 100%;
}

.header-menu {
  margin-right: 50px;
  height: 100%;
}

.header-menu>a {
  margin-right: 28px;
  padding: 0 22px;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  float: left;
}

.header-menu>a::after, .header-menu>a:after, .header-menu>a after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  display: block;
  content: "";
  background: #ff920d;
  left: 50%;
  transition: all .3s;
}

.header-menu>a:hover, .header-menu>a.active {
  color: #ff920d;
}

.header-menu>a:hover::after, .header-menu>a:hover:after, .header-menu>a:hover after, .header-menu>a.active::after, .header-menu>a.active:after, .header-menu>a.active after {
  width: 100%;
  left: 0;
  right: 0;
}

.user-info {
  height: 100%;
}

.user-name {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
  display: block;
}

.user-icon {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 100%;
}

/* 主体 */
.main {
  padding: 20px 0 40px;
  width: 100%;
}

.main-wrap {
  width: 1200px;
}

/* 左侧 */
.con-left {
  width: 900px;
}

.section-one {
  padding: 6px 14px;
  background: #fff;
  border-radius: 8px;
  width: 872px;
  height: 178px;
}

.section-one-div {
  width: 100%;
  height: 60px;
  padding: 14px 0;
  border-bottom: 1px dashed #e0dfdf;
}

.section-one-div:last-child {
  border-bottom: none;
}

.section-one-div-title {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding-left: 8px;
  margin-top: 16px;
}

.hot-tuijian {
  background: url("../img/bg-hot.png?pcv=20220128") no-repeat center left/100% 100%;
}

.jijiangshangxian {
  background: url("../img/bg-soon.png?pcv=20220128") no-repeat center left/100% 100%;
}

.game-list {
  height: 60px;
}

.game-list>li {
  float: left;
  padding-left: 10px;
  width: 148px;
  height: 100%;
}

.game-list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.game-list>li>a>img {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

.ms {
  width: 80px;
  height: 100%;
  overflow: hidden;
}

.ms>span {
  line-height: 22px;
  height: 22px;
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.game-list>li>a:hover .ms>span {
  color: #ff920d;
}

.ms>em {
  line-height: 18px;
  height: 18px;
  color: #666;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms>p {
  height: 20px;
  line-height: 20px;
}

.ms>p>img {
  display: block;
  height: 10px;
  margin-right: 1px;
}

.ms>p>i {
  color: #666;
  font-size: 12px;
  margin-left: 5px;
}

.common-padding {
  padding-top: 26px;
}

.news {
  width: 100%;
  height: 394px;
}

.con-title {
  line-height: 50px;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: normal;
}

.news-list {
  width: 100%;
  height: 344px;
  position: relative;
}

.news-list>li {
  position: absolute;
}

.news-list>li>a, .news-list>li>a>img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.news-list>li>a {
  overflow: hidden;
}

.news-list>li>a>img {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.news-list>li>a:hover>img {
  -wekit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news-list>li:nth-child(1) {
  left: 0;
  top: 0;
  width: 591px;
  height: 100%;
}

.news-list>li:nth-child(2) {
  right: 0;
  top: 0;
  width: 280px;
  height: 160px;
}

.news-list>li:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 160px;
}

.new-server {}

.server-list {
  height: 362px;
  width: 100%;
  position: relative;
}

.server-list::before, .server-list:before, .server-list before {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #cacaca;
  display: block;
  content: "";
}

.server-list>li {
  margin-right: 18px;
  width: 210px;
  height: 297px;
  padding: 65px 0 0;
  float: left;
}

.server-list>li:last-child {
  margin-right: 0;
}

.server-list>li>a {
  position: relative;
  width: 210px;
  height: 297px;
  background: #fff;
  border-radius: 8px;
}

.server-list>li>a>span, .server-list>li>a>img {
  position: absolute;
  display: block;
}

.go-online-time {
  line-height: 34px;
  height: 34px;
  top: -65px;
  color: #3c3c3c;
  font-size: 20px;
  left: 0;
}

.game-img {
  top: -20px;
  left: 10px;
  border-radius: 8px;
  width: 190px;
  height: 230px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.server-list>li>a:hover .game-img {
  -wekit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.server-list>li>a:hover .game-name {
  color: #ff920d;
}

.game-name {
  top: 222px;
  left: 10px;
  line-height: 32px;
  height: 32px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.game-ms {
  width: 190px;
  position: absolute;
  top: 254px;
  line-height: 23px;
  height: 23px;
  left: 10px;
}

.game-ms>em {
  line-height: 23px;
  color: #666;
  font-size: 14px;
  max-width: 100%;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-ms>img {
  width: 45px;
  margin-right: 6px;
}

.game-ms.fuli>em {
  max-width: 136px;
  color: #ff920d;
}

.game-edition {}

.banben {
  width: 842px;
  height: 346px;
  background: #fff;
  border-radius: 8px;
  padding: 3px 14px 10px 44px;
  position: relative;
}

.banben::after, .banben:after, .banben after {
  position: absolute;
  top: 59px;
  left: 0;
  height: 1px;
  background: #ededed;
  width: 100%;
  display: block;
  content: "";
}

.banben-con {
  width: 100%;
  height: 284px;
}

.fenlei {
  width: 160px;
  margin-right: 22px;
  height: 100%;
}

.fenlei:last-child {
  width: 114px;
  margin-right: 0;
}

.fenlei>span {
  line-height: 56px;
  height: 56px;
  color: #ff6600;
  font-size: 14px;
  font-weight: 800;
  display: block;
}

.fenlei>ul {
  padding-top: 32px;
  height: 196px;
  width: 100%;
  overflow: hidden;
}

.fenlei>ul>li {
  line-height: 28px;
  height: 28px;
}

.fenlei>ul>li>a {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fenlei>ul>li>a:hover {
  color: #ff920d;
}

.fenlei>ul>li>a>span {
  max-width: 138px;
  margin-right: 10px;
  display: block;
}

.fenlei>ul>li>a>em {
  width: 11px;
  height: 11px;
  display: block;
}

.fenlei>ul>li>a>em.new {
  background: url("../img/icon-new.jpg?pcv=20220128") no-repeat center left/100% 100%;
}

.fenlei>ul>li>a>em.hot {
  background: url("../img/icon-hot.jpg?pcv=20220128") no-repeat center left/100% 100%;
}

.fenlei:last-child>ul>li>a>span {
  max-width: 92px;
}

.banben-bottom {
  line-height: 43px;
  height: 43px;
  color: #666;
  font-size: 14px;
}

.banben-bottom>a {
  color: inherit;
  padding-left: 14px;
  margin: 0 19px;
}

.hot-video {
  background: url("../img/icon-hot.jpg?pcv=20220128") no-repeat center left/11px 11px;
}

.new-video {
  background: url("../img/icon-new.jpg?pcv=20220128") no-repeat center left/11px 11px;
}

/* 右侧 */
.con-right {
  width: 282px;
}

.gzh {
  padding: 32px 14px 8px;
  width: 254px;
  height: 150px;
  border-radius: 8px;
  background: #fff;
}

.gzh-top {
  width: 100%;
  height: 91px;
}

.gzh-top-left {
  width: 128px;
  height: 100%;
  text-align: center;
}

.gzh-top-left>span, .gzh-top-left>em {
  display: block;
  width: 100%;
}

.gzh-top-left>span {
  line-height: 76px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 5px;
}

.gzh-top-left>em {
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.gzh-img {
  margin-left: 30px;
  width: 90px;
  height: 100%;
}

.gzh-img>img {
  display: block;
  width: 91px;
  height: 100%;
}

.gzh-bottom {
  width: 100%;
  height: 58px;
}

.gzh-bottom>img {
  display: block;
  height: 22px;
}

.hot-gift {}

.hot-gift-list {
  padding: 12px 0;
  width: 100%;
  height: 320px;
  background: #fff;
  border-radius: 8px;
}

.hot-gift-list>li {
  padding: 7px 13px 8px;
  border-bottom: 1px dashed #e0dfdf;
  height: 64px;
  width: 256px;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.hot-gift-list>li:last-child {
  border-bottom: 1px solid transparent;
}

.hot-gift-list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.hot-gift-list>li:hover {
  border-bottom: 1px dashed #ff920d;
  ;
}

.hot-gift-game-img {
  display: block;
  width: 64px;
  height: 100%;
  margin-right: 10px;
}

.hot-gift-game-info {
  width: 104px;
  height: 100%;
  display: block;
}

.hot-gift-game-info>em, .hot-gift-game-info>i {
  display: block;
}

.hot-gift-game-info>em {
  margin-top: 4px;
  line-height: 28px;
  height: 28px;
  color: #333;
  font-size: 16px;
}

.hot-gift-game-info>i {
  line-height: 28px;
  height: 28px;
  color: #666;
  font-size: 12px;
}

.btn-lingqu {
  display: block;
  margin-top: 20px;
  width: 68px;
  height: 24px;
}

.hot-paihang-list {
  padding: 8px 13px 10px;
  width: 256px;
  height: 344px;
  background: #fff;
  border-radius: 8px;
}

.hot-paihang-tab-hd {
  height: 38px;
  line-height: 38px;
  width: 100%;
  border-bottom: 1px dashed #e0dfdf;
}

.hot-paihang-tab-hd>li {
  float: left;
  line-height: 38px;
  width: 20%;
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.hot-paihang-tab-hd>li:hover, .hot-paihang-tab-hd>li.active {
  color: #ff920d;
}

.hot-paihang-tab-bd {
  padding-top: 15px;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.hot-paihang-tab-bd>li {
  width: 100%;
  height: 26px;
  margin-bottom: 18px;
}

.hot-paihang-tab-bd>li:last-child {
  margin-bottom: 0;
}

.hot-paihang-tab-bd>li>a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 26px;
}

.hot-paihang-tab-bd>li>a>span {
  display: block;
  height: 100%;
}

.paihang-num {
  width: 26px;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-right: 18px;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paihang-name {
  width: 74px;
  margin-right: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 800;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.paihang-ms {
  width: 100px;
  font-size: 12px;
  color: #666;
}

.paihang-down {
  width: 26px;
  background: url("../img/icon-download.png?pcv=20220128") no-repeat center center/12px auto;
}

.hot-paihang-tab-bd>li:nth-child(1) .paihang-num {
  background: url("../img/icon-first.png?pcv=20220128") no-repeat center center/100% 100%;
  text-indent: -99999px;
}

.hot-paihang-tab-bd>li:nth-child(2) .paihang-num {
  background: url("../img/icon-two.png?pcv=20220128") no-repeat center center/100% 100%;
  text-indent: -99999px;
}

.hot-paihang-tab-bd>li:nth-child(3) .paihang-num {
  background: url("../img/icon-three.png?pcv=20220128") no-repeat center center/100% 100%;
  text-indent: -99999px;
}

.hot-paihang-tab-bd>li>a:hover .paihang-name {
  color: #ff920d;
}

.shequ {}

.shequ-main {
  padding: 24px 0 0 10px;
  width: 272px;
  height: 335px;
  background: #fff;
  border-radius: 8px;
}

.shequ-main>li {
  height: 34px;
  width: 100%;
}

.shequ-main>li>a {
  height: 100%;
  line-height: 34px;
  padding-left: 18px;
  width: 244px;
  display: block;
  background: url("../img/icon-dot.png?pcv=20220128") no-repeat center left/4px 4px;
}

.shequ-main>li>a>span {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 236px;
  color: #333;
  font-size: 14px;
  float: left;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.shequ-main>li>a>img {
  display: none;
  float: left;
}

.shequ-main>li:first-child {
  height: 68px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.shequ-main>li:first-child>a {
  padding-left: 0;
  background: none;
  width: 262px;
}

.shequ-main>li:first-child>a>img {
  display: block;
  width: 120px;
  height: 68px;
  margin-right: 8px;
}

.shequ-main>li:first-child>a>span {
  width: 130px;
  display: block;
  height: 68px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

.shequ-main>li>a:hover>span {
  color: #ff920d;
}

/* 底部 */
.footer {
  padding: 28px 0 34px;
  background: #272a2c;
}

.footer-main {
  width: 1200px;
}

.b-logo {
  width: 155px;
  height: 101px;
}

.b-logo>img {
  display: block;
  width: 100%;
}

.footer-copyright {
  width: 870px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.footer-copyright a, .footer-copyright span {
  margin-right: 6px;
}

.footer-copyright a {
  color: inherit;
}