﻿@charset "utf-8";
/* CSS Document */
html,
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', Verdana, Geneva, sans-serif, \5b8b\4f53;
}
/*css-reset*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
span,
em,
strong,
b,
i,
h1,
h2,
h3,
h4,
form,
input,
button,
textarea,
select,
option,
img,
a {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-size: 100%;
}
ul,
li,
div,
dl,
dt,
dd {
  list-style: none;
}
/*
body table{border-collapse:separate; border-spacing:2px;}
*/
input {
  outline: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
input::-ms-clear {
  display: none;
}
h1.wm-public {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
a {
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
}

label {
  vertical-align: middle;
  font-family: tahoma;
}
textarea,
input {
  resize: none;
  outline: none;
}
textarea {
  overflow: auto;
}
ins {
  float: right;
  text-decoration: none;
  font-weight: normal;
}
.pub_wsp {
  word-wrap: break-word;
  word-break: break-all;
}
.pub_abso {
  vertical-align: middle;
}
.pub_clr {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.pub_yh {
  font-family: 'Microsoft YaHei';
}
.none {
  display: none;
}
/*公用浮动*/
.f_left {
  float: left;
}
.f_right {
  float: right;
}
/*浮动清理*/
.cf:before,
.cf:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

body {
  background-color: #0e0c0f;
}
.nav h4 {
  font-weight: normal;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.load_more {
  display: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #5a636a;
  font-size: 24px;
  font-weight: bold;
  color: #5a636a;
}
.load_more span {
  display: inline-block;
  width: 40px;
  height: 22px;
  overflow: hidden;
  vertical-align: -3px;
}
.load_more span.load_more_l {
  margin-right: 40px;
  background: url(../images/load_more_l.png) no-repeat 0 0;
}
.load_more span.load_more_r {
  margin-left: 40px;
  background: url(../images/load_more_r.png) no-repeat 0 0;
}
.load_more:hover {
  border-color: #959595;
  color: #959595;
}
.load_more:hover span {
  background-position: 0 -22px;
}

/*index*/
.index {
  min-height: 543px;
  padding-top: 315px;
  background: url(../images/index.jpg) no-repeat center top;
}
.index .load_more {
  border: 1px solid #3b3c36;
  color: #22314e;
}
.index .load_more span.load_more_l {
  background: url(../images/load_more_index_l.png) no-repeat 0 0;
}
.index .load_more span.load_more_r {
  background: url(../images/load_more_index_r.png) no-repeat 0 0;
}
.index .load_more:hover {
  border-color: #000;
  background: rgba(225, 171, 30, 0.2);
  color: #000;
}
.index .load_more:hover span {
  background-position: 0 -22px;
}
.entrance {
  /*margin-bottom: 13px;*/
}
.entrance a {
  float: left;
  width: 240px;
  height: 60px;
  padding-top: 140px;
  margin-right: 13px;
  margin-top: 13px;
  text-align: center;
  font-size: 24px;
  color: #232323;
  font-weight: bold;
}
.entrance a.e1 {
  background: url(../images/e1.jpg) no-repeat 0 -200px;
}
.entrance a.e2 {
  background: url(../images/e2.jpg) no-repeat 0 -200px;
}
.entrance a.e3 {
  background: url(../images/e3.jpg) no-repeat 0 -200px;
}
.entrance a.e4 {
  background: url(../images/e4.jpg) no-repeat 0 -200px;
}
.entrance a span {
  display: inline-block;
  width: 2px;
  height: 18px;
  overflow: hidden;
  margin: 0 20px;
  background-color: #232323;
}
.entrance a:hover {
  background-position: 0 0;
  color: #fff;
}
.entrance a:hover span {
  background-color: #fff;
}

/*charts*/
.charts {
  background: url(../images/charts.jpg) no-repeat center top;
}
.list_charts_level {
  overflow: hidden;
  padding-left: 190px;
}
.l_table_nav {
  float: left;
  margin-left: -190px;
}
.list_charts_level .l_table {
  width: 100%;
}
.header {
  position: relative;
  height: 340px;
}
.header h1 {
  position: absolute;
  top: 187px;
  left: 0px;
  font-size: 70px;
  color: #e5e7e8;
  font-weight: normal;
}
.header h1 span {
  display: inline-block;
  margin: 0 40px;
  width: 3px;
  height: 60px;
  background-color: #e5e7e8;
  overflow: hidden;
  vertical-align: -3px;
}
.go_index {
  position: absolute;
  top: 207px;
  right: 0px;
  width: 64px;
  height: 64px;
  background: url(../images/go_index.png) no-repeat 0 0;
}
.go_index:hover {
  background-position: 0 -64px;
}

.main_nav {
  margin-bottom: 10px;
  border-bottom: 2px solid #de8511;
}
.main_nav li {
  float: left;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 21px;
  color: #959595;
  font-weight: bold;
  cursor: pointer;
}
.main_nav li.on {
  background-position: 0 0;
  color: #22314e;
}
.nav_two li,
.nav_three li,
.nav_four li {
  background: url(../images/nav_bg1.png) repeat-x;
}
.nav_two li {
  width: 50%;
}
.nav_three li {
  width: 33.333%;
}
.nav_four li {
  width: 25%;
}
.nav_two li.on,
.nav_three li.on,
.nav_four li.on {
  background: url(../images/nav_bg1_on.png) repeat-x;
}
.content {
  display: none;
}
.c_left {
  width: 190px;
  font-size: 18px;
  text-align: center;
  color: #ffb826;
  background-color: #191c21;
}
.c_left dl {
  width: 100%; /* cursor: pointer;*/
}
.c_left dl p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/nav_dd.png) no-repeat center bottom;
  z-index: 1;
}
.c_left dl span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c_left dt {
  position: relative;
  height: 116px;
  background: url(../images/nav_dd.png) no-repeat center bottom;
}
.c_left dt p {
  height: 115px;
}
.c_left dt span {
  height: 75px;
  padding-top: 41px;
}
.c_left dd {
  position: relative;
  height: 102px;
}
.c_left dd span {
  height: 72px;
  padding-top: 30px;
}
.c_left dd p {
  height: 146px;
}
.c_left dt.on p {
  background: url(../images/nav_dt_on.png) no-repeat center bottom;
}
.c_left dd.on p {
  background: url(../images/nav_dd_on.png) no-repeat center bottom;
}
.c_left .on span {
  color: #fff;
}
.c_right {
  width: 800px;
}
.c_right table {
  width: 100%;
}
.c_right td {
  text-align: center;
  font-size: 18px;
}
.c_right td span {
  font-size: 14px;
  color: #999;
}
.c_right thead td {
  height: 70px;
  background-color: #13161d;
  color: #959595;
}
.c_right tbody {
  /*display: none;*/
}
.c_right tbody td {
  padding: 10px 0;
  background-color: #191c21;
  color: #ccc;
}
.c_right tbody td img {
  width: 200px;
  height: 80px;
}
.c_right tbody .even td {
  background-color: #1b1f26;
}
.level_group table {
  height: 1909px;
}
.level_group .load_more_tab a {
  /*display: none;*/
}
.charts .experience li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  height: 232px;
  position: relative;
}
.charts .experience li .e-box {
  margin: 0 15px 0 0;
  border: 1px solid #272a31;
  background-color: #121516;
}

.charts .experience img {
  display: block;
  margin: 30px auto 0;
}
.charts .experience p {
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-top: 1px solid #272a31;
  font-size: 18px;
  color: #ccc;
  background-color: #1b2026;
  display: block;
  width: 100%;
}

/*weapons_collection*/
.weapons_collection {
  background: url(../images/weapons_collection.jpg) no-repeat center top;
}
.weapons_collection .content li {
  float: left;
  width: 20%;
  display: block;
}
.weapons_collection .content li .li-box {
  border: 1px solid #3c3b39;
  margin: 0 5px 12px 0;
  background-color: #2e2e2e;
  height: 200px;
  box-sizing: border-box;
  position: relative;
}
.weapons_collection .content li img {
  display: block;
  width: 130px;
  max-height: 100px; /*cursor: pointer;*/
  margin: 35px auto 0;
}
.weapons_collection .content li p {
  height: 45px;
  padding-top: 9px;
  padding-left: 10px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  background-color: #3c3b39;
  right: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.weapons_collection .content li p span {
  font-size: 14px;
  color: #fff;
}

.weapons_collection_m {
  background: url(../images/weapons_collection.jpg) no-repeat center top;
}
.weapons_collection_m .content li {
  float: left;
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #3c3b39;
  background-color: #2e2e2e;
  height: 300px;
  margin-right: 3%;
  margin-bottom: 3%;
  display: block;
  position: relative;
}
.weapons_collection_m .content li img {
  display: block;
  width: 90%; /*cursor: pointer;*/
  margin: 35px auto 0;
}
.weapons_collection_m .content li p {
  height: 45px;
  padding-top: 9px;
  padding-left: 5%;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  background-color: #3c3b39;
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.weapons_collection_m .content li p span {
  font-size: 14px;
  color: #fff;
}

.prompt {
  display: none;
  position: relative;
  width: 898px;
  margin: 50px auto;
  background-color: #0d131f;
  border: 1px solid #1f2f43;
}
.prompt_header {
  position: relative;
  padding-left: 34px;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #1f2f43;
  font-size: 30px;
  color: #fff;
}
.prompt .close {
  position: absolute;
  top: 33px;
  right: 33px;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat 0 0;
  z-index: 999;
}
.prompt .main {
  padding: 35px;
}
.prompt .head div {
  background-color: #121721;
  border: 1px solid #212734;
}
.prompt .head div.f_left {
  width: 397px;
  height: 258px;
}
.ptomptImg {
  display: block;
  margin: 20px auto;
}
.description {
  padding: 35px;
  width: 327px;
  height: 188px;
  font-size: 14px;
  color: #e5e7e8;
}
.description .name_ch {
  margin-bottom: 10px;
  font-size: 24px;
}
.description table {
  margin: 25px 0 15px 0;
}
.description th img {
  width: 32px;
  height: 32px;
  margin: 3px 5px 0 0;
}
.description .title {
  color: #99ccff;
}
.prompt_weapons li {
  float: left;
  position: relative;
  width: 183px;
  margin: 20px 29px 0 0;
  border: 1px solid #212734;
}
.prompt_weapons li img {
  display: block;
  width: 183px; /*height: 161px;*/
}
.prompt_weapons li p {
  height: 50px;
  padding: 9px 10px 0 10px;
  line-height: 18px;
  background-color: #3c3b39;
  border-top: 1px solid #464545;
  font-size: 18px;
  color: #fff;
}
.prompt_weapons li p span {
  font-size: 14px;
}
.prompt_weapons li .label {
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #3c3b39;
}
.prompt_weapons li.label_01 p,
.box-list-ul li.label_01 .label,
.box-list-ul li.label_01 p,
.honor .more_box li.label_01 .label,
.prompt_weapons li.label_01 .label {
  background-color: #b0c3d9;
}
.prompt_weapons li.label_02 p,
.box-list-ul li.label_02 .label,
.box-list-ul li.label_02 p,
.honor .more_box li.label_02 .label,
.prompt_weapons li.label_02 .label {
  background-color: #4b69ff;
}
.prompt_weapons li.label_03 p,
.box-list-ul li.label_03 .label,
.box-list-ul li.label_03 p,
.honor .more_box li.label_03 .label,
.prompt_weapons li.label_03 .label {
  background-color: #5e98d9;
}
.prompt_weapons li.label_04 p,
.box-list-ul li.label_04 p,
.box-list-ul li.label_04 .label,
.honor .more_box li.label_04 .label,
.prompt_weapons li.label_04 .label {
  background-color: #8847ff;
}
.prompt_weapons li.label_05 p,
.box-list-ul li.label_05 .label,
.box-list-ul li.label_05 p,
.honor .more_box li.label_05 .label,
.prompt_weapons li.label_05 .label {
  background-color: #d32ce6;
}
.prompt_weapons li.label_06 p,
.box-list-ul li.label_06 .label,
.box-list-ul li.label_06 p,
.honor .more_box li.label_06 .label,
.prompt_weapons li.label_06 .label {
  background-color: #eb4b4b;
}
.prompt_weapons li.label_07 p,
.box-list-ul li.label_07 .label,
.box-list-ul li.label_07 p,
.honor .more_box li.label_07 .label,
.prompt_weapons li.label_07 .label {
  background-color: #e4ae39;
}
.prompt_weapons li.label_08 p,
.box-list-ul li.label_08 .label,
.box-list-ul li.label_08 p,
.honor .more_box li.label_08 .label,
.prompt_weapons li.label_08 .label {
  background-color: #d32ce6;
}
.prompt_weapons li.label_09 p,
.box-list-ul li.label_09 .label,
.box-list-ul li.label_09 p,
.honor .more_box li.label_09 .label,
.prompt_weapons li.label_09 .label {
  background-color: #8847ff;
}
.prompt_weapons li.label_10 p,
.box-list-ul li.label_10 .label,
.box-list-ul li.label_10 p,
.honor .more_box li.label_10 .label,
.prompt_weapons li.label_10 .label {
  background-color: #5e98d9;
}
.prompt_weapons li.label_11 p,
.box-list-ul li.label_11 .label,
.box-list-ul li.label_11 p,
.honor .more_box li.label_11 .label,
.prompt_weapons li.label_11 .label {
  background-color: #4b69ff;
}
.prompt_weapons li.label_12 p,
.box-list-ul li.label_12 .label,
.box-list-ul li.label_12 p,
.honor .more_box li.label_12 .label,
.prompt_weapons li.label_12 .label {
  background-color: #b0c3d9;
}

/*music_box*/
.music_box {
  min-height: 1000px;
  background: url(../images/music_box.jpg) no-repeat center top;
}
.album dl {
  float: left;
  border: 1px solid #373b43;
  width: 49%;
  height: 160px;
  box-sizing: border-box;
  margin: 0 5px 12px 0;
  padding-left: 190px;
}
.album dl:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
.album dt {
  margin-left: -190px;
  float: left;
  width: 190px;
  height: 158px;
  border-right: 1px solid #373b43;
  background-color: #121516;
}
.album dt img {
  display: block;
  width: 190px;
  height: 158px;
}
.album dd {
  position: relative;
  height: 138px;
  padding: 10px 5px;
  background-color: #1c1f26;
}
.album dd table {
  font-size: 16px;
  line-height: 24px;
}
.album dd th {
  word-break: keep-all;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
}
.album dd td {
  padding-bottom: 10px;
}
.album dd thead {
  color: #ccc;
}
.album dd tbody {
  color: #9cf;
}
.album dd .audition {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 92px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #5a636a;
}
.album dd .audition span {
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 15px;
  overflow: hidden;
  background: url(../images/music_icon01.png) no-repeat 0 0;
  vertical-align: middle;
}

.album dl:nth-child(1) dt,
.album dl:nth-child(2) dt,
.album dl:nth-child(3) dt,
.album dl:nth-child(4) dt,
.album dl:nth-child(5) dt,
.album dl:nth-child(6) dt,
.album dl:nth-child(7) dt,
.album dl:nth-child(8) dt,
.album dl:nth-child(9) dt,
.album dl:nth-child(10) dt,
.album dl:nth-child(20) dt,
.album dl:nth-child(21) dt,
.album dl:nth-child(22) dt,
.album dl:nth-child(23) dt,
.album dl:nth-child(24) dt {
  position: relative;
}

.album dl:nth-child(1) dt img,
.album dl:nth-child(2) dt img,
.album dl:nth-child(3) dt img,
.album dl:nth-child(4) dt img,
.album dl:nth-child(5) dt img,
.album dl:nth-child(6) dt img,
.album dl:nth-child(7) dt img,
.album dl:nth-child(8) dt img,
.album dl:nth-child(9) dt img,
.album dl:nth-child(10) dt img,
.album dl:nth-child(20) dt img,
.album dl:nth-child(21) dt img,
.album dl:nth-child(22) dt img,
.album dl:nth-child(23) dt img,
.album dl:nth-child(24) dt img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 272px;
  transform: translate(-50%, -50%);
  height: initial;
}
.prompt_music .ptomptImg {
  height: 338px;
}
.prompt_music .description {
  height: 268px;
}
.prompt_music .sub_title {
  margin: 35px 0 15px 0;
  font-size: 24px;
  color: #fff;
}
.prompt_music .sub_title span {
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 15px;
  vertical-align: -3px;
  overflow: hidden;
  background: url(../images/music_icon02.png) no-repeat 0 0;
}
.prompt_music .music_list {
  width: 100%;
  font-size: 18px;
  color: #bfc1c1;
}
/*
.prompt_music .music_list th, .prompt_music .music_list td{ width: 40%; padding: 0 5%; height: 60px;}
.prompt_music .music_list th{ font-size: 18px; color: #bfc1c1;}
*/
.prompt_music .music_list li {
  position: relative;
  float: left;
  padding: 0 40px;
  margin: 0 30px 20px 0;
  width: 317px;
  height: 88px;
  line-height: 88px;
  background-color: #121721;
  border: 1px solid #212734;
}
.prompt_music .music_list .switch {
  position: absolute;
  top: 24px;
  right: 51px;
  width: 41px;
  height: 41px;
  overflow: hidden;
  cursor: pointer;
}
.prompt_music .music_list .switch span {
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/play.png) no-repeat 0 0;
  overflow: hidden;
}
.prompt_music .music_list .switch span.pause {
  background: url(../images/pause.png) no-repeat 0 0;
}

/*honor*/
.honor {
  min-height: 1000px;
  background: url(../images/honor.jpg) no-repeat center top;
}
.honor_info {
  margin-bottom: 10px;
  color: #666666;
  border: 1px solid #272a31;
  background-color: rgba(18, 20, 30, 0.2);
  padding: 10px;
  line-height: 20px;
}
.honor_info strong {
  color: #fff;
  font-size: 16px;
}
.honor .more_box li {
  position: relative;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.honor .more_box li .i-box {
  border: 1px solid #272a31;
  background-color: #121516;
  height: 277px;
  margin: 0 12px 10px 0;
  position: relative;
}
.honor .more_box li.on {
  border-color: #363f4b;
}
.honor .more_box li img {
  display: block;
  width: 150px; /* height: 165px;*/
  cursor: pointer;
  margin: 35px auto 0;
}
.honor .more_box li p {
  text-align: center;
  height: 74px;
  line-height: 25px;
  border-top: 1px solid #272a31;
  font-size: 18px;
  color: #ccc;
  background-color: #1b2026;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .more_box li.on p {
  border-top-color: #363f4b;
  background-color: #242a32;
}
.honor .more_box li .label {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #3c3b39;
}
.prompt2 {
  width: 598px;
  text-align: center;
  padding-top: 40px;
  margin: 0;
  background: url(../images/prompt2.jpg) no-repeat 50% 0;
  background-size: cover;
  border: 1px solid #1f2f43;
}
.prompt2 .text {
  padding: 20px 0;
  margin-top: 27px;
  border-top: 1px solid #131313;
  font-size: 24px;
  line-height: 32px;
  color: #959595;
  background: url(../images/prompt2_text.jpg) no-repeat 50% 0;
  background-size: cover;
  border-top: 1px solid #1f2f43;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.prompt2 .text .tip {
  font-size: 18px;
  color: #83a9d5;
}

.prompt2 .main_content {
  min-height: 490px;
  position: relative;
}
.prompt2 .main_content img {
  max-height: 360px;
}

#stripes1,
#stripes2,
#stripes3,
#commemorative,
#commemorative_15,
#commemorative_16,
#commemorative_17,
#commemorative_18,
#commemorative_19,
#commemorative_20,
#commemorative_21,
#coin1,
#coin2,
#medal1,
#medal2 {
  display: block;
}
#stripes3 .stripes3-img {
  height: 360px;
}
.honor_info_music {
  color: #fff;
  background-color: rgba(18, 20, 30, 0.5);
}

/*2017-5-10 jingxin*/
.highlight {
  background-color: #ffff88;
  color: #000 !important;
  display: inline !important;
}
.search-input {
  float: right;
  width: 410px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin: 10px 0 20px;
}
.search-input input {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  width: 329px;
  padding-left: 20px;
  float: left;
  border: 1px #e3a531 solid;
  border-right: none;
}
.search-input a {
  display: block;
  float: left;
  height: 50px;
  width: 60px;
  background: url(../images/icon/search.png) no-repeat;
}

.box-list {
  position: relative;
  overflow: hidden;
  padding: 15px 30px 15px 30px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
.box-list-bg {
  background: #4e5259;
  opacity: 0.2;
  filter: alpha(opacity=20);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.box-info {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin: 10px 0;
}
.box-info img {
  display: block;
  float: left;
  margin-right: 20px;
  width: 200px;
}
.box-name {
  position: relative;
  float: left;
  margin-top: 40px;
  margin-left: 10px;
}
.box-name h1 {
  font-size: 30px;
  color: #ccc;
}
.box-name span {
  font-size: 24px;
  color: #5a636a;
}
.box-list-li {
  color: #fff;
}
.box-list-li .label {
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #eb4b4b;
}
.box-list-li i {
  font-style: normal;
  font-size: 16px;
  display: block;
}
.box-list-li span {
  font-size: 12px;
  display: block;
}

.fixed-result {
  position: absolute;
  width: 85px;
  height: auto;
  top: 730px;
  right: 1%;
  display: none;
}
.fixed-result span {
  line-height: 20px;
  height: 20px;
  display: block;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
.fixed-result li a {
  border: 1px #464545 solid;
  display: block;
}
.fixed-result li a:hover {
  border: 1px #7d6032 solid;
  display: block;
  background: #4e5259;
}
.fixed-result li img {
  width: 50px;
  height: 40px;
  display: block;
  margin: 5px auto;
}
.fixed-result li p {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}

.to-top {
  display: none;
  width: 24px;
  height: 32px;
  padding: 16px 20px;
  background: url(../images/icon/totop.png) no-repeat;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: 610px;
  font-size: 12px;
  color: #959595;
}
.to-top:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bg-mark {
  background-color: #9fa4ab !important;
}
.mark-a {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
  position: relative;
  z-index: -1;
  cursor: default;
}
.swiper-container-honor {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container-honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 385px;
}
.swiper-container-honor .swiper-wrapper-desc .swiper-slide {
  height: auto;
}

.swiper-container-honor .honer-later-pic {
  height: 285px !important;
  margin-bottom: 158px;
  padding-top: 41px;
}

.honor-conten-swiper {
  margin-top: -81px !important;
}

.only-honor-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  margin-top: 174px;
}

.only-honor-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  margin-top: 174px;
}

@media screen and (max-width: 1285px) {
  .fixed-result {
    top: 580px;
    right: 1px;
  }
  .fixed-result ul {
    background-color: rgba(18, 20, 30, 0.2);
  }
  .to-top {
  }
}
@media screen and (min-width: 1201px) {
  .charts .experience li:nth-of-type(5n) .e-box {
    margin-right: 0;
  }
  .honor .more_box li:nth-of-type(5n) .i-box {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 40px;
  }
  .charts .experience li {
    width: 33.33%;
  }
  .charts .experience li:nth-of-type(3n) .e-box {
    margin-right: 0;
  }
  .honor .more_box li {
    width: 25%;
  }
  .honor .more_box li:nth-of-type(4n) .i-box {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    padding: 0 20px;
  }
  .nav_two li,
  .nav_three li,
  .nav_four li {
    font-size: 24px;
  }
  .weapons_collection .content li {
    width: 25%;
  }
  .album dl {
    width: 100%;
  }
  .honor .more_box li:nth-of-type(2n) .i-box {
    margin-right: 0;
  }
  .honor .more_box li {
    width: 50%;
  }
  .prompt {
    width: 720px;
  }
  .prompt .head div.f_left,
  .prompt_music .description {
    width: 250px;
    height: 250px;
    padding: 35px;
  }
  .prompt_music .ptomptImg {
    height: auto;
  }
  .prompt_music .music_list li {
    width: 228px;
  }
}
@media screen and (max-width: 750px) {
  .weapons_collection .content li {
    width: 33.33%;
  }
}
