/* 头部区域 */
.header {
  height: 78px;
  z-index: 11;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-normal {
  width: 100%;
  max-width: 1358px;
  min-width: 1230px;
  height: 78px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

.header-nav {
  width: 55%;
  height: 78px;
  box-sizing: border-box;
  margin-left: 30px;
  padding-top: 16px;
  display: flex;
}

.nav-item {
  display: flex;
  flex-direction: column;
  width: 20%;
  height: 78px;
  text-align: center;
  cursor: pointer;
}

.nav-item .head-nav-title {
  color: #fff;
  font-size: 20px;
}

.nav-item .head-nav-subtitle {
  color: #aeaeae;
  font-size: 11px;
  margin-top: -1px;
}

/* 搜索 icon */
.head-search-btn {
  width: 80px;
  text-align: center;
}

.comm-icon-search {
  background-position: -381px -39px;
  width: 21px;
  height: 21px;
}

/* 手机 icon */
.head-app-normal {
  width: 40px;
}

.head-app-normal > a,
.head-search-btn > i,
.btn-morenews > i {
  display: inline-block;
  vertical-align: middle;
}

.comm-icon-phone {
  background-position: -303px -84px;
  width: 16px;
  height: 24px;
}

/* 掌盟二维�?*/
.head-app-normal:hover + .head-app-hover,
.head-app-hover:hover {
  display: block;
}

.head-app-hover {
  background-position: 0 0;
  width: 211px;
  height: 178px;
  position: absolute;
  top: 68px;
  right: 190px;
  background: #252525de;
  border-radius: 10px;
  display: none;
  animation: topin 0.3s;
}

.head-app-hover::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 130px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #252525de;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.head-zm-qrcode {
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 117px;
  background-color: #fff;
  margin: 22px auto 0 auto;
  border-radius: 10px;
}
.head-zm-qrcode img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
}
.head-app-hover .p1 {
  color: #cdbe91;
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.head-app-hover .polo {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: -8px;
  bottom: -2px;
}
/* 玩家信息 */
.head-userinfo-normal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  position: relative;
  z-index: 3;
  margin-left: 10px;
}

.head-userinfo-avatar {
  width: 48px;
  height: 48px;
  position: relative;
  margin-top: 14px;
  line-height: 48px;
  text-align: center;
  font-size: 0;
}

.head-userinfo-avatar img {
  border-radius: 50%;
  /* vertical-align: middle; */
}

.head-userinfo-avatar > span {
  display: block;
  background-position: -216px -117px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -6px;
  left: 0;
}

.unlogin {
  color: #fefefe;
  font-size: 16px;
}

.unlogin a.one-pan-link-mark {
  color: #fff3d0;
}

.head-login-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  width: 300px;
  padding-top: 78px;
  background: url(../images/main/top_bg/bg_nav_hover.png) no-repeat;
  animation: topin 0.8s;
}

.head-userinfo-normal:hover + .head-login-hover,
.head-login-hover:hover {
  display: block;
}

.head-login-hover .p1 {
  margin-top: 30px;
}

.head-login-hover .p2 {
  margin-top: 14px;
}

.head-login-hover .p1,
.head-login-hover .p2 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 12px;
  color: #bbb8b8;
  text-align: center;
}

.head-login-hover .href-gouserhome {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  margin-top: 20px;
}

/* 导航子菜�?*/
.head-nav-sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  overflow: hidden;
  /* height: 0; */
  display: none;
  background: url(../images/main/top_bg/bg_nav_hover.png) no-repeat;
  padding: 88px 0 32px 0;
  z-index: 9;
}

/* 显示 */
.block {
  display: block !important;
  animation: topin 0.5s;
}

.head-nav-sub-inner {
  width: 100%;
  max-width: 1358px;
  min-width: 1230px;
  /* height: auto; */
  margin: 0 auto;
}

.head-nav-sub-wrap {
  width: 55%;
  overflow: hidden;
  margin-left: 200px;
  display: flex;
}

.head-nav-sub-item {
  flex: 1;
  text-align: center;
}

.head-nav-sub-item a {
  display: block;
  width: 100%;
  height: 29px;
  line-height: 29px;
  color: #e1e1e1;
  font-size: 14px;
  text-align: center;
}

.head-nav-sub-item a:hover {
  color: #f5d185;
}

/* 头部背景 + 遮挡 */
.comm-topact {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  background: center top no-repeat;
  transition: height 0.6s, background, 0.6s;
}
.comm-topact .topact-big-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
}
.comm-topact .topact-small-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  /* margin-left: -960px; */
}

.dark-mask {
  width: 100%;
  height: 131px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/main/top_bg/dark-jianbian-repeatx-0.png) repeat
    center top;
  z-index: 1;
}

.comm-topact-inner {
  /* width: auto; */
  max-width: 1358px;
  min-width: 1230px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.top-act-link {
  display: block;
  width: 160px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  background-position: -216px -39px;
  font-size: 0;
  filter: brightness(1);
  transition: filter 0.5s;
  z-index: 1;
}

.top-act-link:hover {
  filter: brightness(1.15);
}

.top-version {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 28px;
  font-size: 14px;
  color: #fff;
}

.top-version em {
  margin-right: 10px;
  font-size: 12px;
  color: #f5d185;
}

.top-version-link {
  display: inline-block;
  padding: 0 15px;
  height: 22px;
  border: 2px solid #f5d185;
  text-align: center;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  color: #f5d185;
  border-image: linear-gradient(to bottom, #6b5024 0, #b88d35 100%);
  border-image-slice: 1;
  transition: filter 0.5s;
  filter: brightness(1);
}

/* 英雄信息 */

.hero-info {
  display: inline-block;
  width: 90px;
  height: 100px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.hover-icon {
  display: none;
  position: absolute;
  height: 66px;
  width: 66px;
  top: 0;
  left: 12px;
  background: url(../images/main/top_bg/bg_nav_hover.png) no-repeat;
}

.hero-info:hover .hover-icon {
  display: block;
}

.hover-icon::after {
  content: "";
  display: block;
  margin: 24px auto 0 auto;
  background-position: -401px -226px;
  width: 22px;
  height: 21px;
}

.hero-info:hover .hero-name {
  color: #0da0b4;
}

.hero-name {
  width: 90px;
  font-size: 12px;
  color: #333;
}

/* 内容区域 */
.content {
  width: 100%;
  min-width: 1358px;
  height: auto;
  margin: 0 auto;
}
.wrap1 {
  width: 1358px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

/* 下载区域 */
.download-tab {
  font-size: 14px;
  height: 50px;
}

.tab-link {
  color: #a9a9a9;
}

.tab-link:hover {
  text-decoration: underline;
}

/* 底部区域 */
.foot-wrap {
  width: 100%;
  height: 200px;
  background: #e3e2e2;
  padding: 45px 0;
}

.foot-wrap-inner {
  width: 1230px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.foot-inner-left {
  height: 140px;
  width: 500px;
  line-height: 100px;
  text-align: left;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -50px;
}

.logo-riot {
  background-position: -216px -84px;
  width: 82px;
  height: 28px;
}

.foot_ieg_logo {
  background-position: -216px 0;
  width: 189px;
  height: 34px;
}

.logo-riot {
  margin-left: 20px;
}

.foot-inner-right {
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.foot-inner-right p,
.foot-inner-right a {
  font-size: 12px;
  color: #9f9378;;
}

.foot-inner-right>p>a::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
.foot-inner-right>p>a:last-of-type::after {
  content: "";
}

#top-icon {
    width: 100%;
    position: fixed;
    z-index: 999;
}
.nav_icons {
    position: absolute;
    top: 15px;
    right: 1px;
    z-index: 20;
}
.nav_icons ul li {
    float: left;
    margin: 0 20px;
}
.nav_icons ul li a {
    display: block;
    width: 36px;
    position: relative;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
}
.nav_icons ul li a span {
    display: block;
    margin: 0 auto 5px;
    height: 29px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}
.nav_icons ul li a span.icon-music-play {
    width: 28px;
    background-position: -208px 0;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0);
      }
    100%{
    	transform:rotate(360deg);
    }
}
.nav_icons ul li a span.icon-music-pasue {
    width: 28px;
    background-position: -253px 0;
}