@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: #000;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 400;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html,
body {
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", HelveticaNeue, HelveticasimSun, Helvetica, simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
}
input:-webkit-autofill {
  background: #787a8b!important;
  -webkit-box-shadow: 0 0 0 999px #787a8b inset;
}
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
.hide {
  display: none;
}
@-webkit-keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-moz-keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.logo {
  position: absolute;
  background: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/logo_fa9a0fa.png) no-repeat;
  background-size: 100% 100%;
  width: 1.58rem;
  height: 1.42rem;
  top: 70px;
  left: .2rem;
  z-index: 99;
}
.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
}
.pop.show {
  display: block;
}
.pop .pop-ctn {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
}
.pop .pop-close {
  position: absolute;
  width: .34rem;
  height: .34rem;
  background: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/pop_close_d168733.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: -0.46rem;
  z-index: 100001;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
}
.pop .pop-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video-pop .pop-ctn {
  width: 8rem;
  height: 4.6rem;
  margin: -2.3rem 0 0 -4rem;
}
.video-pop .video-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-pop .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shiling-pop .pop-ctn {
  width: 8.76rem;
  height: 5.9rem;
  background: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/pop_shiling_bg_7088483.png) no-repeat;
  background-size: 100% 100%;
  margin: -2.95rem 0 0 -4.38rem;
  padding-top: .84rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shiling-pop .shiling-title {
  width: 4.11rem;
  height: .29rem;
  background: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/pop_shiling_title_2da6b68.png) no-repeat center;
  margin: 0 auto 0.3rem;
}
.shiling-pop .shilin-txt {
  width: 7.5rem;
  height: 3.6rem;
  padding: .2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.shiling-pop .shilin-txt p {
  font-size: .12rem;
  color: #fff;
  line-height: .2rem;
  margin-bottom: 0.18rem;
}
.shiling-pop .shilin-txt a {
  color: #fff;
}
.shiling-pop .pop-close {
  background-image: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/pop_shiling_close_8e2e3d2.png);
  width: .48rem;
  height: .48rem;
  top: .26rem;
  right: 0.26rem;
}
.topbar {
  position: relative;
  width: 100%;
  height: 55px;
  z-index: 99;
  background-color: #fff;
}
.footer {
  position: relative;
  background-color: #000;
  padding: 20px 0;
}
#NIE-copyRight {
  background: #000;
  color: #fff;
}
#NIE-copyRight a {
  color: #fff;
}
#NIE-copyRight #ncp-l1 {
  color: #fff;
}
#NIE-copyRight .nie-copyright-new-inner {
  padding: 15px 0 10px !important;
}
.alert_box .alert_wrap .alert_main .btns.btnsConfirm {
  background-color: #f28144;
}
.alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover {
  background-color: #f28144;
}
.alert_box .alert_wrap .alertClose em {
  background-color: #f28144;
}
.alert_box .alert_wrap .alertClose:hover em {
  background-color: #f28144;
}
#NIE-share {
  height: 22px;
  text-align: center;
  background: #000;
  font-size: 0;
}
#NIE-share .NIE-share-txt {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
#NIE-share .NIE-share-iconBtn a {
  width: auto;
  padding-right: 10px;
  margin-right: 0;
  line-height: 22px;
  font-size: 22px;
  color: #fff;
}
#NIE-share .NIE-share-iconBtn a span {
  height: 22px;
  line-height: 22px;
  font-size: 22px;
}
#NIE-share .NIE-share-iconBtn a:hover {
  color: #b62d15;
}
#NIE-share .NIE-share-iconBtn a em {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
}
.bottom-logo {
  position: relative;
}
.bottom-logo .logos {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.bottom-logo .logos img {
  display: block;
}
.bottom-logo .logos img:nth-child(1) {
  width: 1.96rem;
}
.bottom-logo .logos img:nth-child(2) {
  width: 1.8rem;
  margin: -0.5rem 1.5rem 0 1.2rem;
}
.bottom-logo .logos img:nth-child(3) {
  width: 1.64rem;
}
.bottom-logo .download-qrcode {
  position: relative;
  padding-top: 0.34rem;
}
.bottom-logo .download-qrcode::after {
  content: '';
  position: absolute;
  background: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/channel_icon_b2854b1.png) no-repeat;
  background-size: 100% 100%;
  width: .15rem;
  height: .17rem;
  top: 0;
  left: 50%;
  margin-left: -0.08rem;
}
.bottom-logo .download-qrcode p {
  font-size: .18rem;
  color: #fff;
  text-align: center;
}
.bottom-logo .download-qrcode .qrcode {
  width: 1.46rem;
  height: 1.46rem;
  border: .04rem solid #787878;
  margin: 0.12rem auto 0;
}
.bottom-logo .download-qrcode .qrcode img {
  display: block;
  width: 100%;
}
.wrap {
  position: relative;
  background: #1a1c20 url(https://wotb.res.netease.com/images/20260805/1785935265108_348a87abc5.png) center top no-repeat;
  background-size: 100% auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7.4rem;
  padding-bottom: 1.8rem;
}
.wrap .logo {
  top: 0.2rem;
}
.art-content {
  position: relative;
  width: 14rem;
  height: auto;
  margin: 0 auto;
}
.bottom-logo {
  margin-top: 1.8rem;
}
.return_index {
  position: absolute;
  width: .4rem;
  height: .4rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/ny/inner_return_530d68a.png);
  left: 0;
  top: .04rem;
  z-index: 2;
}
.return_index:hover {
  background-image: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/ny/inner_return_h_d68a943.png);
}
.news_cont {
  position: relative;
  margin: 0 auto;
}
.news_cont .artTitle {
  position: relative;
  width: 12rem;
  font-size: .34rem;
  color: #ead099;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
.news_cont .date {
  text-align: center;
  font-size: .18rem;
  color: #a8a8a8;
  margin-top: 0.3rem;
}
.news_cont .artText {
  position: relative;
  margin-top: .5rem;
  font-size: .18rem;
  color: #ababab;
}
.news_cont .artText .table-pic,
.news_cont .artText .table-txt,
.news_cont .artText h2,
.news_cont .artText h3,
.news_cont .artText h4,
.news_cont .artText p {
  margin: 0 auto;
}
.news_cont .artText .artCon2,
.news_cont .artText h2,
.news_cont .artText h3,
.news_cont .artText h4,
.news_cont .artText p {
  width: 100%;
  line-height: .34rem;
  margin-bottom: 0.18rem;
}
.news_cont .artText .table-pic,
.news_cont .artText .table-txt {
  margin-bottom: .26rem;
  border-collapse: collapse;
}
.news_cont .artText a {
  color: #c5af6f;
  word-break: break-all;
}
.news_cont .artText p {
  color: #ababab;
  font-size: .16rem;
  line-height: 0.26rem;
}
.news_cont .artText p span {
  color: #c5af6f;
  font-size: .16rem;
}
.news_cont .artText p strong span {
  font-size: .24rem !important;
}
.news_cont .artText p a {
  color: #c5af6f;
  word-break: break-all;
}
.news_cont .artText p img {
  max-width: 7.6rem!important;
  width: auto!important;
  height: auto!important;
  margin: 0 auto;
  display: block;
}
.news_cont .artText p strong {
  font-weight: 700;
}
.news_cont .artText p object,
.news_cont .artText p video {
  width: auto;
  height: auto;
  max-width: 7.6rem!important;
  margin: 0 auto;
  display: block;
}
.news_cont .artText .artCon2 {
  margin-left: 0;
  margin-right: 0;
}
.news_cont .artText .artCon2 h3 {
  margin-bottom: 0;
  font-size: .14rem;
  color: #333;
  text-align: center;
  text-indent: 0;
}
.news_cont .artText h2,
.news_cont .artText h3 {
  width: 100%;
  height: .4rem;
  color: #c5af6f;
  line-height: .4rem;
  text-align: left;
  text-indent: 0;
}
.news_cont .artText h2 {
  font-size: .24rem;
  margin-bottom: 0.08rem;
}
.news_cont .artText h3 {
  font-size: .24rem;
  margin-bottom: 0.08rem;
}
.news_cont .artText h4 {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: .24rem;
  color: #c5af6f;
  background: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/ny/title_icon3_9389fcd.png) left bottom repeat-x;
  background-size: auto .04rem;
  padding-bottom: .04rem;
  margin-left: 0.3rem;
}
.news_cont .artText h4::before,
.news_cont .artText h4::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.news_cont .artText h4::before {
  background-image: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/ny/title_icon1_de50474.png);
  width: .3rem;
  height: .04rem;
  bottom: 0;
  left: -0.3rem;
}
.news_cont .artText h4::after {
  background-image: url(https://wotb.res.netease.com/pc/gw/20191217135207/img/ny/title_icon2_9f82a53.png);
  width: 1.51rem;
  height: .14rem;
  right: -1.5rem;
  bottom: 0;
}
.news_cont .artText .table-pic {
  font-size: .14rem;
  min-width: 5.12rem;
  max-width: 7.6rem;
}
.news_cont .artText .table-pic td {
  width: 100%;
  height: .52rem;
  color: #6c6c6c;
  font-weight: 700;
  text-align: center;
  border: 0;
  line-height: 0.52rem;
}
.news_cont .artText .table-pic img {
  width: auto;
  max-width: 7.6rem;
  height: auto;
  border: 0;
}
.news_cont .artText ul {
  width: 7.6rem;
  margin: 0.18rem auto;
}
.news_cont .artText ul li {
  padding: 0;
}
.news_cont .artText ul h4 {
  text-indent: 2em;
  color: #c5af6f;
}
.news_cont .artText ul p {
  margin: 0.05rem 0;
}
.news_cont .artText ul ol {
  margin-left: 0;
  color: #c5af6f;
}
.news_cont .artText ul ol li {
  text-indent: .28rem;
  font-size: 0.14rem;
}
.news_cont .artText .table-txt {
  min-width: 5.12rem;
  max-width: 7.6rem;
  font-size: .14rem;
  text-align: center;
  color: #ababab;
  line-height: 0.4rem;
}
.news_cont .artText .table-txt td {
  border: 1px #e9e9e9 solid;
}
.news_cont .artText .table-txt thead {
  color: #7b7b7b;
  font-weight: 700;
  background-color: #f4f4f4;
}
.news_cont .artText .table-txt thead td {
  min-height: .4rem;
  font-size: 0.16rem;
}
.news_cont .artText .table-txt tbody {
  color: #7b7b7b;
}
.news_cont .artText .table-txt tbody td {
  min-height: .4rem;
  line-height: 0.4rem;
}

