/*  reset  */
body,
div,
ul,
li,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

em,
i,
s,
b,
th {
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

*,
*:before,
*:after {
  word-break: break-all;
  outline: none;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  user-select: auto;
  -ms-user-select: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
}

.tag-topic {
  color: #1F74E0;
}

/* .tag-topic:hover{
	border-bottom: 1px solid #1F74E0;
	padding-bottom: 2px;
} */
a {
  text-decoration: none;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a, a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
}

ul li {
  list-style: none;
}

.wrap {
  position: relative;
}

.spr {
  background: url(https://bbs.lostark.qq.com/PC/comm/spr.png);
}

.i-glass {
  width: 22px;
  height: 21px;
  background-position: -876px -70px;
}

.header {
  height: 78px;
  width: 100%;
  min-width: 1138px;
  /* width: 1240px; */
  color: #fff;
  background: #333;
  margin: 0 auto;
  /*position: relative;*/
  /* display: flex; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* 0805 */
.header .header-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 0805 */
.header .logo-box {
  width: 260px;
  height: 100%;
  font-size: 0;
  text-align: center;
  float: left;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header .logo-box .logo {
  /* width: 98px; height: 70px; background: url(./PC/comm/logo.png) no-repeat 0 0;  */
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/logo-gold.png) no-repeat 50% 50%;
  width: 120px;
  height: 78px;
  background-size: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* display: inline-block;
  vertical-align: top; */
}

.header .logo-box .btn-bbs {
  font-size: 17px;
  line-height: 78px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
}

.header .logo-box .btn-bbs:after {
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -7px;
  pointer-events: none;
}

/* 0805 */
.header .nav-list {
  width: 1420px;
  min-width: 1138px;
  /* width: 816px; */
  height: 78px;
  position: relative;
  margin: 0 auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 93px; */
}

.header .nav-list ul {
  width: 750px;
  height: 100%;
  font-size: 0;
  text-align: left;
}

.header .nav-list li {
  height: 100%;
  display: inline-block;
  padding-top: 20px;
  margin-right: 32px;
}

.header .nav-list li a {
  font-size: 20px;
  line-height: 30px;
  color: #c9c9c9;
  display: inline-block;
}

.header .nav-list a:hover, .header .nav-list li.on a {
  color: #c4943d; /* text-shadow: 0 0 4px #ffc11a, 0 0 8px #ffc11a, 0 0 12px #ffc11a;*/
}

/* 0805 */
.header .right-box {
  width: 324px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* float: right; */
}

.header .right-box .login-box {
  margin-left: 20px;
}

/* .header .right-box .login-box:hover{
	opacity: .7;
    transition: opacity .2s ease-in-out;
} */
.header .right-box .search-box {
  width: 223px;
  height: 32px;
  background: #595959;
  border-radius: 18px;
  padding-left: 16px;
  position: relative;
  margin: 19px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header .right-box input {
  width: 175px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
}

.header .right-box .search-box a.i-glass {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  cursor: pointer;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.header .right-box .btn-login img {
  width: 40px;
  height: 40px;
}

.header .right-box .btn-login:hover {
  border: 1px solid #c4943d;
  color: #c4943d;
}

.header .right-box .btn-login {
  width: 80px;
  height: 30px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}

.header .right-box .login {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .right-box .btn-mail {
  width: 30px;
  height: 30px;
  background: #595959;
  border-radius: 50%;
  position: relative;
}

.header .right-box .btn-mail i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
}

.header .right-box .btn-mail.new:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #df624f;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 4px;
}

.header .right-box .btn-avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.header .right-box .btn-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* 0617 */
/* .header .right-box .login:hover .mine-info{
	opacity: 1;
	transition: opacity .2s ease-in-out;
} */
.mine-info {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  right: -110px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  width: 246px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  /* opacity: 0;
  transition: opacity .2s ease-in-out; */
}

.mine-info .avatar-box {
  font-size: 0;
  text-align: left;
}

.mine-info .avatar {
  width: 50px;
  height: 50px;
  overflow: visible;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.mine-info .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
}

.mine-info .user-info {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.mine-info .author {
  width: 140px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.mine-info .info-box {
  font-size: 0;
  text-align: left;
  margin-top: 6px;
}

.mine-info .info-box span {
  font-size: 14px;
  color: #979797;
}

.mine-info .mine-center {
  margin-top: 30px;
}

.mine-center .btn-mine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.mine-center .btn-quit {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mine-center .btn-mine, .mine-center .btn-quit {
  font-size: 14px;
  color: #333;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.btn-mine .mine-go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-mine .mine-go span {
  margin-top: 2px;
}

.mine-center .btn-mine img, .mine-center .btn-quit img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* 0627??????? */
.nav-scroll-list {
  max-width: 882px;
  height: 100%;
  display: inline-block;
}

.nav-scroll-list:hover .header_down {
  height: 225px;
}

.header_down {
  position: fixed;
  width: 100%;
  height: 0;
  /* height: 225px; */
  /* height: auto; */
  background: rgba(51, 51, 51, 0.95);
  /* background: #333; */
  z-index: 9;
  margin-top: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  left: 0;
  /* padding: 0 2%; */
  /* display: flex;
  justify-content: space-between; */
  overflow: hidden;
  /* white-space: nowrap; */
}

.header_down_box {
  /* justify-content: space-between; */
  /* white-space: nowrap;
  display: flex; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 100%; */
}

.title_search {
  width: 1428px;
  min-width: 1138px;
  /* width: 816px; */
  /* height: 70px; */
  position: relative;
  margin: 0 auto 0;
  /* margin-left: 93px; */
}

.header .nav-list .header_down ul {
  padding: 15px 0;
  width: 104px;
  display: block;
  padding-top: 0;
}

.header .nav-list .header_down ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 35px;
  padding-top: 0;
  margin-right: 0;
}

.header_down_box .top_nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 582px; */
}

.header .nav-list .top_nav a {
  position: relative;
  margin: 0 auto;
  height: 100%;
  color: #c9c9c9;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav-list .top_nav a:hover {
  color: #c4943d;
}

.topbar_logo {
  width: 260px;
  height: 100%;
  font-size: 0;
  text-align: center;
  float: left;
  margin-left: 30px;
  /* display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* border: 1px solid; */
  height: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}