﻿@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ul, ol, li {
  list-style: none;
}
em, strong, i, b {
  font-style: normal;
  font-weight: normal;
}
input, button {
  background: none;
  border: none;
  outline: none;
}
button {
  padding: 0;
  cursor: pointer;
  font-size: .12rem;
}
* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
 width: .04rem;
 height: .04rem;
}
*::-webkit-scrollbar-thumb {
 background-color: #4171a1;
}
*::-webkit-scrollbar-track {
 background-color: #0e1928;
}

@media only screen and (min-width: 980px) {
 *::-webkit-scrollbar {
 width: .06rem;
 height: .06rem;
}
}
*:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 85px;
}

@media only screen and (min-width: 768px) {
html {
  font-size: 100px;
}
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  width: 100%;
  line-height: 1.5;
  color: #ffffff;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
  background:#030d24 no-repeat center top / 100% auto;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  color: #67c1f5;
  text-decoration: none;
}
table {
  width: 100%;
}

@media only screen and (min-width: 768px) {
body .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading) {
  width: 5rem;
}
}
body .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading) .layui-layer-title {
  height: .5rem;
  line-height: .5rem;
  padding: 0 .3rem;
  font-size: .15rem;
  color: #dbdbdb;
  text-align: center;
  border-bottom: solid 1px #2b2f39;
  background-color: inherit;
}
body .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading) .layui-layer-content {
  overflow: visible;
  white-space: normal;
}
body .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading) .layui-layer-content iframe {
  background: #ffffff;
}
body .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading) .layui-layer-content .template > .tip {
  width: 100%;
  padding: .1rem;
  text-align: center;
  background: #2b2d35;
  color: #af6d45;
}
.comm-header .logo h1 {
  height: 100%;
}
.comm-header .page-name {
  display: none;
  margin-left: .4rem;
  vertical-align: middle;
  font-size: .22rem;
  color: #ffffff;
}
.comm-header .nav {
  display: none;
  margin-left: .4rem;
  font-size: 0;
  line-height: normal;
  vertical-align: middle;
}
.comm-header .nav > li {
  position: relative;
  display: inline-block;
}
.comm-header .nav > li > a {
  display: block;
  padding: 0 .15rem;
  height: .72rem;
  line-height: .72rem;
  font-size: .15rem;
  color: #babec6;
}
.comm-header .nav > li > a span {
  display: inline-block;
  vertical-align: middle;
}
.comm-header .nav > li > a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -150%);
}
.comm-header .nav > li > ul {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  left: 0;
  top: 100%;
  background: #0e1014;
}
.comm-header .nav > li > ul li a {
  display: block;
  height: 0;
  padding-left: .2rem;
  line-height: .38rem;
  font-size: .15rem;
  overflow: hidden;
  transition: all .2s;
}
.comm-header .nav > li.main-home {
  margin-left: .2rem;
}
.comm-header .nav > li.main-home a {
  height: .3rem;
  line-height: .28rem;
  border: solid 1px #2f3138;
  border-radius: .15rem;
}
.comm-header .nav > li.curr > a {
  color: #e8f0f8;
  background: #0e1014;
}
.comm-header .nav > li:hover > a {
  color: #e8f0f8;
}
.comm-header .nav > li:hover > ul {
  padding: .1rem 0 0;
  border: solid 1px #000000;
}
.comm-header .nav > li:hover > ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  display: block;
  width: .1rem;
  height: .1rem;
  border: solid 1px #000000;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background: inherit;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.comm-header .nav > li:hover > ul li a {
  height: .38rem;
}
/*.comm-header .nav > li:hover > ul li:last-child {
  border-top: solid 1px #23262c;
}*/
.comm-header .search {
  display: none;
  height: .36rem;
  margin-left: .5rem;
  border-radius: .02rem;
  background: #272b33;
}
.comm-header .search .appid {
  max-width: 1rem;
  height: 0.36rem;
  color: #b8b6b4;
}
.comm-header .search .appid .drop-title input, .comm-header .search .appid .drop-title input::-webkit-input-placeholder {
 color: #b8b6b4;
}
.comm-header .search .appid .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  overflow: hidden;
  margin-top: -0.025rem;
  border-top-color: #b8b6b4;
}
.comm-header .search .appid .drop-menu dd {
  line-height: 0.36rem;
}
.comm-header .search .appid.active .drop-title .edge {
  margin-top: -0.075rem;
}
.comm-header .search .split-line {
  display: inline-block;
  vertical-align: middle;
  width: .01rem;
  height: 0.18rem;
  background: #474b51;
}
.comm-header .search .keywords {
  max-width: 2.5rem;
  height: 0.36rem;
  color: #c6d4df;
}
.comm-header .search .keywords .drop-title input, .comm-header .search .keywords .drop-title input::-webkit-input-placeholder {
 color: #c6d4df;
}
.comm-header .search .keywords .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  overflow: hidden;
  margin-top: 0;
  border-top-color: #c6d4df;
}
.comm-header .search .keywords .drop-menu dd {
  line-height: 0.36rem;
}
.comm-header .search .keywords.active .drop-title .edge {
  margin-top: 0;
}
.comm-header .search .keywords .icon-search {
  cursor: pointer;
  margin-top: -.07rem;
}
.comm-header .search.help-search {
  margin-left: .3rem;
}
.comm-header .search.help-search .appid, .comm-header .search.help-search .split-line {
  display: none;
}
.comm-header .search.help-search .keywords {
  max-width: 3rem;
  width: 3rem;
}
.comm-header .search.help-search .keywords input::-webkit-input-placeholder {
 color: #96979a;
}
.comm-header .tools, .comm-header .back-index {
  position: absolute;
  z-index: 1;
  display: none;
  right: 0;
  top: 50%;
  font-size: .12rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
}
.comm-header .tools > a, .comm-header .tools > div > a {
  display: inline-block;
  vertical-align: middle;
  padding-left: .08rem;
  margin-left: .08rem;
  border-left: solid 1px #474b51;
  color: #6b778a;
}
.comm-header .tools > a span, .comm-header .tools > div > a span {
  margin-left: .05rem;
  vertical-align: middle;
}
.comm-header .tools > a:hover, .comm-header .tools > div > a:hover {
  color: #67c1f5;
}
.comm-header .tools .unlogin, .comm-header .tools .logined, .comm-header .tools .lang {
  display: inline-block;
  vertical-align: middle;
}
.comm-header .tools .unlogin .to-login, .comm-header .tools .unlogin .login-or-register {
  vertical-align: middle;
  padding: .02rem .1rem;
  color: #b8b6b4;
  font-size: .12rem;
  background: #50585c;
  border-radius: .02rem;
}
.comm-header .tools .unlogin .to-login:hover, .comm-header .tools .unlogin .login-or-register:hover {
  color: #ffffff;
  background: #5c7e10;
}
.comm-header .tools .logined > a {
  display: none;
}
.comm-header .tools .logined .user .drop-title input {
  pointer-events: none;
}
.comm-header .tools .logined .user .drop-menu {
  position: absolute;
  padding: .05rem .15rem .4rem;
  background-color: #21252f;
  color: #adb1b4;
  box-shadow: 0.02rem 0.02rem 0.1rem 0.01rem rgba(0, 0, 0, 0.6);
}
.comm-header .tools .logined .user .drop-menu p {
  margin: .05rem 0;
}
.comm-header .tools .logined .user .drop-menu p a {
  display: inline-block;
  margin: .1rem .12rem .05rem 0;
  padding: 1px .08rem;
  border-radius: .02rem;
  color: #adb1b4;
  border: solid 1px #adb1b4;
}
.comm-header .tools .logined .user .drop-menu p a:hover {
  color: #ffcc6a;
  border-color: #ffcc6a;
  background: #645432;
}
.comm-header .tools .logined .user .drop-menu p.user-name {
  padding-bottom: .1rem;
  font-size: .13rem;
  color: #e8f0f8;
  border-bottom: solid 1px #2b2f39;
}
.comm-header .tools .logined .user .drop-menu p.steam-id {
  color: #59656d;
}
.comm-header .tools .logined .user .drop-menu p.steam-id span {
  color: #67c1f5;
}
.comm-header .tools .logined .user .drop-menu .logout {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: .15rem;
  height: .3rem;
  line-height: .3rem;
  background: #316282;
  color: #becfd8;
}
.comm-header .tools .logined .user .drop-menu strong {
  color: #ffcc6a;
}
.comm-header .tools .logined .user .drop-menu strong span {
  font-size: .14rem;
}
.comm-header .tools .logined .user.dropmenu {
  max-width: 1.6rem;
  height: 0.28rem;
  color: #6b778a;
}
.comm-header .tools .logined .user.dropmenu .drop-title input, .comm-header .tools .logined .user.dropmenu .drop-title input::-webkit-input-placeholder {
 color: #6b778a;
}
.comm-header .tools .logined .user.dropmenu .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  overflow: hidden;
  margin-top: -0.025rem;
  border-top-color: #6b778a;
}
.comm-header .tools .logined .user.dropmenu .drop-menu dd {
  line-height: 0.28rem;
}
.comm-header .tools .logined .user.dropmenu.active .drop-title .edge {
  margin-top: -0.075rem;
}
.comm-header .tools .logined .user.dropmenu .drop-title input {
  padding-left: .36rem;
}
.comm-header .tools .logined .user.dropmenu .drop-title > img {
  position: absolute;
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  border: solid 1px #2e313a;
}
.comm-header .tools .logined .msg-btn {
  display: inline-block;
  margin: 0 .05rem;
  padding: 0 .05rem;
  line-height: .18rem;
  text-align: center;
  background: #21252f;
  color: #ffffff;
  border: none;
}
.comm-header .tools .logined .msg-btn span {
  margin-left: .02rem;
  vertical-align: middle;
  font-size: .12rem;
  line-height: .12rem;
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
}
.comm-header .tools .logined .msg-btn i {
  opacity: .7;
}
.comm-header .tools .logined .msg-btn.has-msg {
  background: #5c7e10;
}
.comm-header .tools .logined .msg-btn.has-msg i {
  opacity: 1;
}
.comm-header .tools .lang .dropmenu {
  max-width: 0.5rem;
  height: 0.2rem;
  color: #64707f;
}
.comm-header .tools .lang .dropmenu .drop-title input, .comm-header .tools .lang .dropmenu .drop-title input::-webkit-input-placeholder {
 color: #64707f;
}
.comm-header .tools .lang .dropmenu .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  overflow: hidden;
  margin-top: -0.025rem;
  border-top-color: #64707f;
}
.comm-header .tools .lang .dropmenu .drop-menu dd {
  line-height: 0.2rem;
}
.comm-header .tools .lang .dropmenu.active .drop-title .edge {
  margin-top: -0.075rem;
}
.comm-header .tools .lang .dropmenu .drop-menu {
  right: 0;
  width: 1rem;
}
.comm-header .tools .lang .dropmenu .drop-menu dd span {
  margin-left: .05rem;
}
.comm-header .tools .lang .dropmenu .drop-menu dd:hover {
  background: none;
  color: #67c1f5;
}
.comm-header .leftside-menu-btn {
  margin-top: .2rem;
}
.comm-header.market .w-response, .comm-header.subject .w-response {
  height: .72rem;
  line-height: .72rem;
  font-size: 0;
}
.comm-header.market .logined .user, .comm-header.subject .logined .user {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: .72rem;
}
.comm-header.market .logined .user .drop-title, .comm-header.subject .logined .user .drop-title {
  display: block;
  width: .58rem;
  line-height: .72rem;
  text-align: center;
}
.comm-header.market .logined .user .drop-title > img, .comm-header.subject .logined .user .drop-title > img {
  display: inline-block;
  width: .38rem;
  height: .38rem;
  vertical-align: middle;
  border-radius: 50%;
  border: solid 1px #2c2f37;
}
.comm-header.market .logined .user .drop-menu, .comm-header.subject .logined .user .drop-menu {
  display: none;
  width: 1.6rem;
  background: #0e1014;
  position: absolute;
  right: 0;
  top: 100%;
}
.comm-header.market .logined .user:hover .drop-title, .comm-header.subject .logined .user:hover .drop-title {
  background: #0e1014;
}
.comm-header.market .logined .user:hover .drop-menu, .comm-header.subject .logined .user:hover .drop-menu {
  display: block;
}
.comm-header.market .logo {
  /**
  width: 1.44rem;
  height: .45rem;
  background: url("../images/logo-market.png") no-repeat center/contain;
  **/
}
.comm-header.market .search {
  margin-left: 0;
}
.comm-header.market .search .appid, .comm-header.market .search .split-line {
  display: none;
}
.comm-header.market .search .keywords {
  max-width: 3rem;
  width: 2rem;
  border-radius: .18rem;
}
.comm-header.market .search .keywords input::-webkit-input-placeholder {
 color: #96979a;
}
.comm-header.market .split-line {
  display: inline-block;
  vertical-align: middle;
  width: .01rem;
  height: 0.25rem;
  background: #23262c;
  margin: 0 .05rem 0 .2rem;
}
@media only screen and (min-width: 980px) {
.comm-header {
  text-align: left;
}
.comm-header .page-name, .comm-header .nav, .comm-header .search, .comm-header .tools {
  display: inline-block;
}
.comm-header .leftside-menu-btn {
  display: none;
}
}

@media only screen and (min-width: 1200px) {
.comm-header .tools .logined > a {
  display: inline-block;
}
.comm-header.market .search .keywords {
  width: 3rem;
}
}

.aside-tools > li div.official-verification .verify-content .verify-body form > div a {
  padding: 0;
  border: none;
  background-color: #549ecb;
  color: white;
  font-size: .14rem;
}
.aside-tools > li div.official-verification .verify-content .verify-body .verify-checkID {
  display: none;
  text-align: left;
}
.aside-tools > li div.official-verification .verify-content .verify-body .verify-state {
  display: none;
  padding: .24rem 0 .3rem 0;
  text-align: left;
}
.aside-tools > li div.official-verification .verify-content .verify-body .verify-state span {
  margin-left: .1rem;
}
.aside-tools > li div.official-verification .verify-content .verify-body .verify-state span a {
  display: inline;
  padding: 0;
  background: none;
  color: #549ecb;
}
.aside-tools > li:not(.score-task):hover {
  background: #2d3b4c;
}
.aside-tools > li:not(.score-task):hover > a {
  color: #ffffff;
}
.aside-tools > li:not(.score-task):hover i {
  opacity: 1;
}
.aside-tools > li:not(.score-task):hover .hover-pop {
  display: block;
}
.aside-tools > li .hover-pop:before {
  background-color: #121c29;
}
.aside-tools > li .hover-pop ul {
  padding: .1rem;
  font-size: .12rem;
  border-radius: .02rem;
  background-color: #121c29;
}
.aside-tools > li .hover-pop ul li {
  padding: .05rem;
  line-height: .22rem;
  white-space: nowrap;
  text-align: left;
}
.aside-tools > li .hover-pop ul li a {
  line-height: .18rem;
  font-size: .12rem;
  color: #627381;
}
.aside-tools > li .hover-pop ul li a i {
  margin-right: .08rem;
}
.aside-tools > li .hover-pop ul li a:hover {
  color: #67c1f5;
}
.aside-tools > li .hover-pop > div {
  padding: .15rem;
  text-align: center;
  font-size: .12rem;
  color: #c6d2de;
  background-color: #121c29;
  border-radius: 0.06rem;
}
.aside-tools > li .hover-pop > div img {
  width: 1.35rem;
  margin: .05rem 0 .1rem;
  padding: .05rem;
  background: #ffffff;
  border-radius: .04rem;
}
.aside-tools > li .hover-pop > div a {
  display: inline-block;
  padding: 0 .25rem;
  line-height: .28rem;
  border-radius: .14rem;
  background: #549ecb;
  color: #ffffff;
}
#go-top {
  position: fixed;
  display: none;
  z-index: 3;
  right: 0;
  bottom: 0%;
  width: .55rem;
  padding: .1rem .12rem;
  background: #171a21;
  color: #ffffff;
  border-top-left-radius: 75%;
}
#go-top .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.06rem solid transparent;
  overflow: hidden;
  margin-bottom: .05rem;
  border-bottom-color: #ffffff;
}
.rightside-menu-btn, .right-downapp-btn {
  display: block;
  position: fixed;
  right: 0;
  top: .65rem;
  height: .36rem;
  padding: 0 .1rem 0 .15rem;
  line-height: .36rem;
  font-size: .13rem;
  color: #ffffff;
  border-top-left-radius: .04rem;
  border-bottom-left-radius: .04rem;
  background: linear-gradient(90deg, #019ab7, #01ddcf);
}
.right-downapp-btn {
  top: 80%;
}
.right-downapp-btn:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
.aside-tools {
  display: block;
}
}

@media only screen and (min-width: 980px) {
.right-downapp-btn {
  display: none;
}
}

@media only screen and (min-width: 1200px) {
.rightside-menu-btn {
  display: none;
}
}
.leftside-menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: -2.8rem;
  visibility: hidden;
  width: 2.8rem;
  height: 100%;
  overflow: hidden;
  background: #171a21;
  transition: all .5s;
}
.leftside-menu.visible {
  visibility: visible;
  left: 0;
}
.leftside-menu ul {
  width: 2.8rem;
  height: calc(100% - 1.4rem);
  overflow-y: auto;
}
.leftside-menu ul li {
  line-height: .55rem;
  padding: 0 .1rem;
  border-top: 1px solid #2f3138;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #bdbdbd;
  font-size: .2rem;
}
.leftside-menu ul li:first-child {
  padding: 0 0;
}
.leftside-menu ul li a {
  display: block;
}
.leftside-menu ul li > div {
  display: none;
}
.leftside-menu ul li > div a {
  line-height: .4rem;
  font-size: .18rem;
  color: #67c1f5;
}
.leftside-menu ul li > div a span {
  display: inline-block;
  width: 1.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leftside-menu ul li > div a.msg-btn {
  padding: 0 .1rem;
  line-height: .3rem;
  font-size: .12rem;
  color: #ffffff;
}
.leftside-menu ul li > div a.msg-btn span {
  width: auto;
  font-size: .12rem;
  line-height: .12rem;
  color: #ffcc6a;
  vertical-align: middle;
}
.leftside-menu ul li .to-login {
  display: block;
  padding: 0 .1rem;
}

.leftside-menu ul li .logined .cart, .leftside-menu ul li .logined .logout {
  position: absolute;
  display: inline-block;
  bottom: .05rem;
  right: .1rem;
  line-height: normal;
  color: #898989;
  font-size: .16rem;
}
.leftside-menu .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.4rem;
  overflow-y: hidden;
  padding: .2rem .1rem 0;
  text-align: left;
  font-size: .1rem;
  color: #8a8a8a;
}
.leftside-menu .footer img {
  height: .45rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.center, .goods-img {
  text-align: center;
}
.relative {
  position: relative;
}
.w-response {
  width: 100%;
  max-width: 9.8rem;
  padding: 0 2%;
  margin: auto;
}
.comm-notice p span i {
    margin: 0 3px;
}
@media only screen and (min-width: 980px) {
.w-response {
  padding: 0;
}
}

@media only screen and (min-width: 1200px) {
.w-response {
  width: 12rem;
  max-width: none;
  margin: 0 auto;
}
}
.comm-notice {
  display: none;
  width: 100%;
  line-height: .32rem;
  background: #295b7b;
}
.comm-notice p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a0eaff;
}
.comm-notice p span {
  padding-left: .1rem;
  vertical-align: middle;
}
.comm-notice p button {
  display: none;
  width: .32rem;
  line-height: .32rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
.comm-notice p button {
  display: block;
}
}
.comm-nav {
  display: none;
  margin-top: .15rem;
}
.comm-nav li {
  display: inline-block;
  margin-right: .4rem;
  line-height: .2rem;
}
.comm-nav li > a, .comm-nav li .drop-title > a {
  position: relative;
  color: #becfd8;
  font-size: .15rem;
}
.comm-nav li > a > img, .comm-nav li .drop-title > a > img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
}
.comm-nav li > a.on, .comm-nav li .drop-title > a.on {
  font-size: .17rem;
  font-weight: bold;
  color: #ffffff;
}
.comm-nav li.dropmenu {
  max-width: 1.2rem;
  height: 0.3rem;
  color: #b8b6b4;
  height: auto;
  text-align: left;
}
.comm-nav li.dropmenu .drop-title input, .comm-nav li.dropmenu .drop-title input::-webkit-input-placeholder {
 color: #b8b6b4;
}
.comm-nav li.dropmenu .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  overflow: hidden;
  margin-top: -0.025rem;
  border-top-color: #b8b6b4;
}
.comm-nav li.dropmenu .drop-menu dd {
  line-height: 0.3rem;
}
.comm-nav li.dropmenu.active .drop-title .edge {
  margin-top: -0.075rem;
}

@media only screen and (min-width: 768px) {
.comm-nav {
  text-align: center;
  display: block;
}
}

@media only screen and (min-width: 1200px) {
.comm-nav {
  text-align: left;
}
}
.small-menu-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: visibility 0.5s, opacity 0.5s;
}
.small-menu-bg.visible {
  visibility: visible;
  opacity: 1.0;
  transition: visibility 0s, opacity 0.5s;
}
.unselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.hidden-textarea {
  box-sizing: content-box;
  position: absolute;
  z-index: -999;
  width: 0;
  height: 0;
  font-size: 0;
  resize: none;
}
.table-wrap {
  overflow-x: auto;
}

@media only screen and (min-width: 980px) {
.table-wrap {
  overflow: visible;
}
}
.def-none {
  padding: 10% 0 !important;
  border: none !important;
  text-align: center;
}
.def-none p {
  margin: .3rem 0;
  font-size: .15rem;
  color: #627381;
  text-align: center !important;
}
.def-none a, .def-none button {
  display: inline-block;
  width: 2.8rem;
  max-width: 100%;
  line-height: .46rem;
  font-size: .16rem;
  border-radius: .04rem;
  border: solid 1px #2d3b4c;
  color: #708aa3;
  background: #1c2735;
}
.aside-advertisement {
  position: fixed;
  top: 172px;
  display: none;
  border-radius: 0.06rem;
  overflow: hidden;
}

@media only screen and (min-width: 1590px) {
.aside-advertisement {
  display: block;
}
}
.aside-advertisement.left {
  left: calc(((100% - 1200px)/2 - 195px)/2);
}
.aside-advertisement.right {
  right: calc(((100% - 1200px)/2 - 195px)/2);
}
.template {
  display: none;
  font-size: .12rem;
}
.template > div, .template > form {
  max-width: 100%;
  margin: auto;
}
.template > form {
  padding: .2rem 0;
}
.template > form .sure {
  display: inline-block;
  height: auto;
  padding: 0.1rem 0.55rem;
  line-height: normal;
  white-space: nowrap;
  border-radius: .03rem;
  background: #5c7e10;
  color: #ffffff;
  font-size: .12rem;
  margin-bottom: .2rem;
  font-size: .14rem;
}
.template > form .sure:disabled {
  background: #363942;
  color: rgba(255, 255, 255, 0.3);
}
.template.result-box, .template.trade-tip-box {
  padding-top: .4rem;
  padding-bottom: .4rem;
  text-align: center;
}
.template.result-box h3, .template.trade-tip-box h3 {
  font-size: .16rem;
  color: #ffcc6a;
}
.template.result-box h3 i, .template.trade-tip-box h3 i {
  margin-right: .15rem;
}
.template.result-box h3 span, .template.trade-tip-box h3 span {
  vertical-align: middle;
}
.template.result-box h4, .template.trade-tip-box h4 {
  font-size: .2rem;
  color: #c9c9c9;
}

.deliver-status-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.deliver-status-layer .deliver-status {
  display: flex;
  align-items: center;
  width: 3.2rem;
  height: .64rem;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -1.5rem;
  background-color: #44a1ef;
}
.deliver-status-layer .deliver-status i {
  margin-left: .16rem;
}
.deliver-status-layer .deliver-status i.icon-deliver-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.deliver-status-layer .deliver-status .deliver-status-info {
  display: flex;
  flex-direction: column;
  margin-left: .16rem;
}
.deliver-status-layer .deliver-status .deliver-status-info span {
  font-size: 0.16rem;
  font-weight: 600;
}


.container {
  font-size: 0;
  white-space: nowrap;
}
.container .main-content, .container .related {
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width: 1200px) {
.container .main-content, .container .related {
  display: inline-block;
}
.container .main-content {
  width: 9.1rem;
}
}
/*.comm-header {
  background: none;
}*/
.comm-nav {
  padding-bottom: .22rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.container {
  margin-top: .68rem;
}
.container .main-content {
  display: block;
  width: 100%;
}
.container .main-content .news-tag {
  display: inline-block;
  margin-top: .1rem;
  margin-right: .1rem;
  line-height: .22rem;
  border-radius: .1rem;
  font-size: .12rem;
  color: #ffffff;
}
.container .main-content .news-tag img{
  width: .18rem;
}
.container .main-content #news-swiper {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.container .main-content #news-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}
.container .main-content #news-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.container .main-content #news-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.container .main-content #news-swiper .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: .4rem;
  background: rgba(0, 0, 0, 0.8);
  font-size: .14rem;
  color: #ffffff;
  transition: all .2s;
}
.container .main-content #news-swiper .swiper-wrapper .swiper-slide:hover p {
  line-height: .6rem;
}
.container .main-content #news-swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: .1rem;
  padding-right: .1rem;
  text-align: right;
  line-height: .04rem;
}
.container .main-content #news-swiper .swiper-pagination span {
  display: inline-block;
  width: .45rem;
  height: .04rem;
  margin: 0 .05rem;
  background: #060709;
}
.container .main-content #news-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #5c7e10;
}
.container .main-content #news-swiper .swiper-pagination span:only-child {
  display: none;
}
.container .main-content .news .main-nav {
  padding: .05rem .25rem;
  border-radius: 0.06rem;
  background: #172534;
}
.container .main-content .news .news-switch {
  width: 100%;
  margin: .2rem 0;
  font-size: 0;
  border-radius: 0.06rem;
  overflow: hidden;
}
.container .main-content .news .news-switch li {
  display: inline-block;
  width: 20%;
  height: .46rem;
  vertical-align: top;
  line-height: .46rem;
  background: #16202d;
}
.container .main-content .news .news-switch li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: .14rem;
  line-height: .2rem;
  vertical-align: middle;
  color: #8f98a0;
  border-right: solid 1px #252f3c;
}
.container .main-content .news .news-switch li a i {
  margin: 0 .08rem;
}
.container .main-content .news .news-switch li a span {
  display: block;
}

@media only screen and (min-width: 768px) {
.container .main-content .news .news-switch li a span {
  display: inline-block;
  vertical-align: middle;
}
}
.container .main-content .news .news-switch li:last-child a, .container .main-content .news .news-switch li.curr a {
  border-right: none;
}
.container .main-content .news .news-switch li.curr {
  background: #549ecb;
}
.container .main-content .news .news-switch li.curr a {
  color: #ffffff;
}
.container .main-content .news .news-filter a {
  display: inline-block;
  line-height: .34rem;
  padding: 0 .2rem;
  margin-right: .15rem;
  color: #8f98a0;
  font-size: .14rem;
  border-radius: 0.06rem;
  background: #172331;
}
.container .main-content .news .news-filter a.on {
  color: #549ecb;
  box-shadow: inset 0 0 0px 1px #549ecb;
}
.container .main-content .news .news-list li {
  height: 1.3rem;
  margin: .16rem 0;
  padding: .1rem;
  background: #192534;
  border-radius: 0.06rem;
  overflow: hidden;
  font-size: 0;
}
.container .main-content .news .news-list li:nth-child(1){
  margin-top:0;
}
.container .main-content .news .news-list li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.container .main-content .news .news-list li .news-img, .container .main-content .news .news-list li .news-main {
  display: inline-block;
  vertical-align: top;
}
.container .main-content .news .news-list li .news-img {
  width: 0%;
  height: 100%;
}
.container .main-content .news .news-list li .news-img img {
  width: 100%;
  height: 100%;
}
.container .main-content .news .news-list li .news-main {
  width: 100%;
  font-size: .12rem;
}
.container .main-content .news .news-list li .news-main .news-tit {
  display: block;
  font-size: .16rem;
  color: #becfd8;
  height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .main-content .news .news-list li .news-main strong {
  font-size: .12rem;
  color: #577180;
}
.container .main-content .news .news-list li .news-main strong > a {
  color: #67c1f5;
}
.container .main-content .news .news-list li .news-main strong > b {
  margin: 0 .1rem;
}
.container .main-content .news .news-list li .news-main strong > span {
  margin-left: .25rem;
  line-height: .14rem;
}
.container .main-content .news .news-list li .news-main strong > span i {
  margin-right: .05rem;
}
.container .main-content .news .news-list li .news-main strong > span span {
  vertical-align: middle;
}
.container .main-content .news .news-list li .news-main p {
  margin-top: .05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #8f98a0;
  max-width: 95%;
}

@media only screen and (min-width: 768px) {
.container .main-content .news .news-list li .news-img {
  width: 20%;
}
.container .main-content .news .news-list li .news-main {
  width: 80%;
  padding-left: .25rem;
}
}
.container .main-content .news-article, .container .main-content .article-comment, .container .main-content .latest-comment {
  margin-bottom: .2rem;
  background: #16202d;
  border-radius: 0.06rem;
  overflow: hidden;
}
.container .main-content .news-article .list-tit, .container .main-content .article-comment .list-tit, .container .main-content .latest-comment .list-tit {
  padding: .15rem .2rem;
  background: #192433;
  border-bottom: solid 1px #1d2b3c;
}
.container .main-content .news-article .list-tit h2, .container .main-content .article-comment .list-tit h2, .container .main-content .latest-comment .list-tit h2 {
  padding-left: .15rem;
  line-height: .14rem;
  border-left: solid 0.03rem #5c7e10;
  color: #bcd5d6;
  font-size: .14rem;
  font-weight: bold;
}
.container .main-content .news-article .content, .container .main-content .article-comment .content, .container .main-content .latest-comment .content {
  margin: .3rem 5%;
}
.container .main-content .news-article .news-article-tit {
  height: .42rem;
  line-height: .42rem;
  background: #182332;
  border-bottom: #1d2b3c .01rem solid;
  font-size: .12rem;
}
.container .main-content .news-article .news-article-tit a,  .container .main-content .news-article .news-article-tit span {
  float: left;
  padding: 0 4%;
  text-align: center;
}
.container .main-content .news-article .news-article-tit a {
  position: relative;
  margin-right: .21rem;
  background: #202e41;
}
.container .main-content .news-article .news-article-tit a em {
  display: inline-block;
  padding-left: .19rem;
  line-height: 1;
  border-left: #5c7e10 3px solid;
}
.container .main-content .news-article .news-article-tit a:after {
  content: ' ';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #202e41;
  border-width: .21rem 0 .21rem .21rem;
}
.container .main-content .news-article .news-article-tit a:nth-child(2) {
  background: rgba(32, 46, 65, 0.5);
  margin-left: .01rem;
}
.container .main-content .news-article .news-article-tit a:nth-child(2):after {
  border-color: transparent transparent transparent rgba(32, 46, 65, 0.5);
}
.container .main-content .news-article .news-article-tit a:nth-child(2) .tit-left {
  position: absolute;
  left: -.21rem;
  top: 0;
  border-style: solid;
  border-color: rgba(32, 46, 65, 0.5) rgba(32, 46, 65, 0.5) rgba(32, 46, 65, 0.5) transparent;
  border-width: .21rem 0 .21rem .21rem;
}
.container .main-content .news-article .news-article-tit span {
  color: #bcd5d6;
}
.container .main-content .news-article .news-article-main {
  padding: 5%;
}
.container .main-content .news-article .news-article-main .news-article-strong {
  display: block;
  font-size: .23rem;
  color: #bcd5d6;
  overflow: hidden;
}
.container .main-content .news-article .news-article-main .news-article-info {
  margin: 0 0 .2rem;
  font-size: .12rem;
}
.container .main-content .news-article .news-article-main .news-article-info .share {
  display: block;
  margin-bottom: .1rem;
  line-height: .21rem;
}

@media only screen and (min-width: 768px) {
.container .main-content .news-article .news-article-main .news-article-info .share {
  float: right;
  margin-bottom: 0;
}
}
.container .main-content .news-article .news-article-main .news-article-info p {
  margin-top: .1rem;
  color: #577180;
}

@media only screen and (min-width: 768px) {
.container .main-content .news-article .news-article-main .news-article-info p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
}
.container .main-content .news-article .news-article-main .news-article-info p a {
  color: #67c1f5;
}
.container .main-content .news-article .news-article-main .news-article-info p b {
  margin: 0 .1rem;
}
.container .main-content .news-article .news-article-main .news-article-info p em {
  display: inline-block;
  line-height: 1;
  margin: 0 .15rem;
  padding-left: .15rem;
  border-left: #313c48 .01rem solid;
}
.container .main-content .news-article .news-article-main .news-article-detail {
  /**padding: 0.4%;**/
  font-size: .15rem;
  color: #8f98a0;
}
.container .main-content .news-article .news-article-main .news-article-detail .news-article-relation {
  width: 95%;
  height: 1.27rem;
  line-height: .95rem;
  padding: .15rem;
  margin: 0 auto;
  white-space: nowrap;
  background: #182332;
  border: solid 1px #1d2b3c;
}
.container .main-content .news-article .news-article-main .news-article-detail .news-article-relation > div {
  display: inline-block;
  vertical-align: middle;
}
.container .main-content .news-article .news-article-main .news-article-detail .news-article-relation .goods-img {
  width: .88rem;
  height: .88rem;
  line-height: .88rem;
  margin-right: .15rem;
  background: #16202d;
}
.container .main-content .news-article .news-article-main .news-article-detail .news-article-relation .goods-img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  vertical-align: middle;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info {
  line-height: normal;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info .tit {
  color: #8f98a0;
  font-size: .16rem;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info .sec-tit {
  margin: .08rem 0 .12rem;
  font-size: .13rem;
  color: #767676;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info .price {
  color: #627381;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info .price span {
  color: #bcd5d6;
  font-size: .16rem;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info .price strong {
  margin-right: .3rem;
  font-size: .19rem;
  color: #fecd67;
}
.container .main-content .news-article .news-article-main .news-article-detail .goods-info .price sub {
  font-size: .14rem;
  vertical-align: baseline;
}
.container .main-content .news-article .news-article-main .news-article-detail .relation-buy {
  float: right;
  display: none;
  padding: .09rem .25rem;
  margin: .05rem .05rem 0 0;
  line-height: normal;
  border-radius: .02rem;
  font-size: .12rem;
  color: #d2f86c;
  background: #5c7e10;
}

@media only screen and (min-width: 768px) {
.container .main-content .news-article .news-article-main .news-article-detail .relation-buy {
  display: inline-block;
}
}
.container .main-content .news-article .news-article-main .news-article-detail .relation-buy:hover {
  color: #d2f86c;
  background: #679030;
}
.container .main-content .news-article .news-article-main .news-article-detail button.goods-hover {
  margin: 0 .05rem;
  padding: 0;
  color: #67c1f5;
  cursor: default;
}
.container .main-content .news-article .news-article-main .news-article-detail > p {
  margin: .15rem 0;
  text-indent: 2em;
  line-height: .25rem;
}
.container .main-content .news-article .news-article-main .news-article-detail img, .container .main-content .news-article .news-article-main .news-article-detail iframe, .container .main-content .news-article .news-article-main .news-article-detail embed {
  display: block;
  max-width: 100%;
  margin: .2rem auto;
}
.container .main-content .news-article .news-article-main .news-article-detail strong, .container .main-content .news-article .news-article-main .news-article-detail b {
  font-weight: bold;
}
.container .main-content .news-article .news-article-main .news-article-detail i, .container .main-content .news-article .news-article-main .news-article-detail cite, .container .main-content .news-article .news-article-main .news-article-detail em, .container .main-content .news-article .news-article-main .news-article-detail var, .container .main-content .news-article .news-article-main .news-article-detail address, .container .main-content .news-article .news-article-main .news-article-detail dfn {
  font-style: italic;
}
.container .main-content .news-article .news-article-main .news-article-detail table {
  text-align: left;
  font-size: .12rem;
  color: #8f98a0;
}
.container .main-content .news-article .news-article-main .news-article-detail table thead {
  line-height: .35rem;
  background: #212c3a;
}
.container .main-content .news-article .news-article-main .news-article-detail table thead td {
  padding: 0 .1rem;
  border-bottom: solid 1px rgba(37, 47, 60, 0.8);
}
.container .main-content .news-article .news-article-main .news-article-detail table thead td:first-child {
  padding-left: .2rem;
}
.container .main-content .news-article .news-article-main .news-article-detail table tbody tr {
  color: #8f98a0;
}
.container .main-content .news-article .news-article-main .news-article-detail table tbody tr td {
  padding: .1rem;
  border-bottom: solid 1px rgba(37, 47, 60, 0.8);
}
.container .main-content .news-article .news-article-main .news-article-detail table tbody tr td:first-child {
  padding-left: .2rem;
}
.container .main-content .news-article .news-article-main .news-article-detail .video_iframe {
  width: 100%;
  height: 3.1rem;
}
.container .main-content .news-article .news-article-main .news-article-detail .article-footer {
  margin-top: .4rem;
  text-align: center;
}
.container .main-content .news-article .news-article-main .news-article-detail .article-footer .navigation {
  /*margin-bottom: .8rem;*/
  text-align: left;
  padding-top: 20px;
  line-height: 0.3rem;
}
.container .main-content .news-article .news-article-main .news-article-detail .article-footer .navigation li {
  line-height: 200%;
}
.container .main-content .news-article .news-article-main .news-article-detail .article-footer .follow {
  display: none;
  margin-top: .25rem;
  border-top: solid 1px #1f2c3d;
}

@media only screen and (min-width: 980px) {
.container .main-content .news-article .news-article-main .news-article-detail .article-footer .follow {
  display: block;
}
}
.container .main-content .news-article .news-article-main .news-article-detail .article-footer .follow li {
  display: inline-block;
  margin: .35rem .25rem;
  color: #8f98a0;
}
.container .main-content .news-article .news-article-main .news-article-detail .article-footer .follow li img {
  margin: 0;
  padding: .05rem;
}
.container .main-content .article-comment .edite-wrap {
  border: solid 1px #3c404b;
}
.container .main-content .article-comment .edite-wrap textarea {
  width: 100%;
  height: 1rem;
  padding: .2rem .15rem;
  background: #162130;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: .14rem;
  font-family: 微软雅黑;
  resize: none;
}
 .container .main-content .article-comment .edite-wrap textarea::-webkit-input-placeholder {
 color: #8f98a0;
}
.container .main-content .article-comment .edite-wrap .bottom {
  padding-left: .15rem;
  line-height: .52rem;
  background: #141f2e;
  font-size: .14rem;
  color: #8f98a0;
}
.container .main-content .article-comment .edite-wrap .bottom button {
  color: #67c1f5;
}
.container .main-content .article-comment .edite-wrap .bottom .right-btn {
  display: inline-block;
  height: auto;
  padding: 0.1rem 0.25rem;
  line-height: normal;
  white-space: nowrap;
  border-radius: .03rem;
  background: #5c7e10;
  color: #ffffff;
  font-size: .12rem;
  margin: .1rem;
}
.container .main-content .article-comment .edite-wrap .bottom .right-btn:disabled {
  background: #363942;
  color: rgba(255, 255, 255, 0.3);
}
.container .main-content .latest-comment .comment-list li {
  padding-bottom: .3rem;
  margin-bottom: .3rem;
  border-bottom: dashed 1px #1f2c3d;
}
.container .main-content .latest-comment .comment-list li .top {
  margin-bottom: .1rem;
}
.container .main-content .latest-comment .comment-list li .top .user > img {
  display: inline-block;
  width: .4rem;
  height: .4rem;
  margin-right: .15rem;
  vertical-align: top;
  border-radius: 50%;
}
.container .main-content .latest-comment .comment-list li .top .user > div {
  display: inline-block;
  vertical-align: top;
}
.container .main-content .latest-comment .comment-list li .top .user > div .name {
  margin-bottom: .05rem;
  font: .16rem bold 微软雅黑;
  color: #bcd5d6;
}
.container .main-content .latest-comment .comment-list li .top .user > div .time {
  font-size: .12rem;
  color: #577180;
}
.container .main-content .latest-comment .comment-list li .top .approve, .container .main-content .latest-comment .comment-list li .top .report {
  float: right;
}
.container .main-content .latest-comment .comment-list li .top .approve i, .container .main-content .latest-comment .comment-list li .top .report i {
  margin-right: .05rem;
  opacity: .2;
}
.container .main-content .latest-comment .comment-list li .top .approve span, .container .main-content .latest-comment .comment-list li .top .report span {
  vertical-align: sub;
  color: #8f98a0;
  font-size: .14rem;
}
.container .main-content .latest-comment .comment-list li .top .approve:hover i, .container .main-content .latest-comment .comment-list li .top .report:hover i {
  opacity: 1;
}
.container .main-content .latest-comment .comment-list li .top .approve:hover span, .container .main-content .latest-comment .comment-list li .top .report:hover span {
  color: #67c1f5;
}
.container .main-content .latest-comment .comment-list li .top .approve.report, .container .main-content .latest-comment .comment-list li .top .report.report {
  margin-left: .1rem;
}
.container .main-content .latest-comment .comment-list li > p {
  padding-left: .55rem;
  color: #8f98a0;
  font-size: .14rem;
}
.container .related > div .content {
  padding: .2rem .15rem;
  background: #192534;
}
.container .related > div.official-qrcode .content {
  padding: .2rem .15rem;
  overflow: hidden;
}
.container .related > div.official-qrcode .content img {
  float: left;
  width: 1rem;
  margin-right: .2rem;
}
.container .related > div.official-qrcode .content > div {
  overflow: hidden;
  color: #8f98a0;
  font-size: .14rem;
}
.container .related > div.official-qrcode .content > div strong {
  display: block;
  margin-bottom: .15rem;
  font-size: .16rem;
  color: #becfd8;
}
.container .related > div.hot-tags .content a {
  display: inline-block;
  margin-right: .08rem;
  margin-bottom: .1rem;
  padding: 0 .1rem;
  line-height: .22rem;
  border-radius: .1rem;
  font-size: .12rem;
  color: #ffffff;
  background: #000000;
}
.container .related > div.hot-news .content li {
  position: relative;
  width: 100%;
  margin-bottom: .2rem;
}
.container .related > div.hot-news .content li a {
  display: block;
  width: 100%;
  height: 100%;
}
.container .related > div.hot-news .content li a .img {
  height: 100%;
}
.container .related > div.hot-news .content li a .img img {
  width: 100%;
  height: 100%;
}
.container .related > div.hot-news .content li:nth-of-type(1), .container .related > div.hot-news .content li:nth-of-type(2) {
  height: 1.7rem;
}
.container .related > div.hot-news .content li:nth-of-type(1):before, .container .related > div.hot-news .content li:nth-of-type(2):before {
  content: '';
  position: absolute;
  top: 0;
  left: .1rem;
  display: block;
  width: .64rem;
  height: .3rem;
  background: url("../imgs/news_top1.png") no-repeat center/cover;
}
.container .related > div.hot-news .content li:nth-of-type(1) a > .img, .container .related > div.hot-news .content li:nth-of-type(2) a > .img {
  display: block;
  width: 100%;
  height: 100%;
}
.container .related > div.hot-news .content li:nth-of-type(1) a > .detail, .container .related > div.hot-news .content li:nth-of-type(2) a > .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.container .related > div.hot-news .content li:nth-of-type(1) a > .detail p:first-child, .container .related > div.hot-news .content li:nth-of-type(2) a > .detail p:first-child {
  width: 100%;
  padding-left: .08rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: .45rem;
  color: #bcd5d6;
  font-size: .16rem;
  font-weight: bold;
}
.container .related > div.hot-news .content li:nth-of-type(1) a > .detail p:last-child, .container .related > div.hot-news .content li:nth-of-type(2) a > .detail p:last-child {
  display: none;
}
.container .related > div.hot-news .content li:nth-of-type(2):before {
  background-image: url("../imgs/news_top2.png");
}
.container .related > div.hot-news .content li:last-child {
  margin-bottom: 0;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)) {
 height: .95rem;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)) a > .img {
 display: inline-block;
 width: 1.35rem;
 margin-right: .1rem;
 vertical-align: middle;
 overflow: hidden;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)) a > .detail {
 position: relative;
 display: inline-block;
 width: calc(100% - 1.45rem);
 height: 100%;
 padding: .08rem 0;
 vertical-align: middle;
 color: #becfd8;
 font-size: .14rem;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)) a > .detail p:last-child {
 position: absolute;
 bottom: 0;
 left: 0;
 color: #577180;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)) a > .detail p:last-child i {
 margin-right: .05rem;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)) a > .detail p:last-child span:first-child {
 margin-right: .35rem;
}
 .container .related > div.hot-news .content li:not(:nth-of-type(1)):not(:nth-of-type(2)):before {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 width: .25rem;
 line-height: .25rem;
 text-align: center;
 background: rgba(0, 0, 0, 0.9);
 font-size: .14rem;
 color: #ffffff;
}


@media only screen and (min-width: 1200px) {
.container .main-content, .container .related {
  display: inline-block;
}
.container .main-content {
  width: 8.45rem;
}
.container .related {
  width: 3.35rem;
  margin-left: .2rem;
}
}
#cs_box {
  width: 130px;
  height: auto;
  color: #FFF;
  position: fixed;
  right: 0px;
  top: 200px;
  border-radius: 10px;
  z-index: 1000
}
#cs_box p {
  margin: 0;
  line-height: 0;
}
#cs_box span {
  height: 20px;
  line-height: 20px;
  display: block;
}
#cs_box .cs_close {
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif
}
#cs_box .cs_title {
  font-size: 14px;
  margin: 10px;
  font-weight: bold;
}
#cs_box .cs_img {
  width: 100px;
  height: 100px;
  background: #FFF;
  margin: 10px;
}
#cs_box .cs_info {
  font-size: 12px;
  margin: 0px 10px;
  overflow: hidden;
  text-align: center;
}

.ico01 {
  background-position: 0 0;
}
.ico02 {
  background-position: 0 -37px;
}
.ico03 {
  background-position: 0 -72px;
}
.ico04 {
  background-position: 0 -109px;
}
.ico05 {
  background-position: 0 -146px;
}
#cs_box .cs_list:hover {
  background-color: #f96515;
  border: 1px solid #f96515;
  color: #FFF;
}
#cs_box .go-top {
  width: 118px;
  padding-left: 0;
  text-align: center;
  background-position: 0 -500px;
}
#cs_box .cs_btn {
  width: 100px;
  height: 25px;
  background: #333;
  margin: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 25px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
.navbar{
  width: 100%;
  margin: 0 0 .16rem 0;
  padding: .1rem;
  background:#192534;
  border-radius: 0.06rem;
  font-size: .16rem;
}