.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  height: 0.529rem;
  color: #fff;
  z-index: 999;
  width: 100%;
  background-color: hsla(0, 2%, 9%, 0.5);
}

.header .header-logo {
  margin-top: 0.106rem;
  width: 18%;
  display: block !important;
}

.header .header-logo .logo {
  width: 100%;
  display: block !important;
}

.header .header-menus {
  width: 67%;
}

.header .header-menus .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.423rem;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.header .header-menus .menus .item-home,
.header .header-menus .menus .item {
  position: relative;
  font-size: 0.085rem;
  line-height: 0.439rem;
  padding: 0.026rem 0.095rem;
  white-space: nowrap;
  cursor: pointer;
}

.header .header-menus .menus .item:hover {
  background-color: gray;
}

.header .header-menus .menus .item:hover > .sub-menus {
  display: block;
  background-color: gray;
}

.header .header-menus .menus .sub-menus {
  display: none;
  width: 180%;
  list-style: none;
  -webkit-box-shadow: 0 0.005rem 0.037rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.005rem 0.037rem rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: -40%;
  font-size: 0.074rem;
}

.header .header-menus .menus .sub-menus .sub-item {
  cursor: pointer;
  line-height: 0.185rem;
  float: none;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  min-width: 0.401rem;
}

.header .header-menus .notShow {
  display: none;
}

.header .header-login {
  width: 15%;
  color: #fff;
  line-height: 0.159rem;
}

.header .header-login .login-item > span {
  cursor: pointer;
}

.header .header-login .login-top {
  margin-top: 0.175rem;
}

.header .header-login .login-bottom {
  margin: 0.026rem;
}

.footer {
  min-height: 2.392rem;
  width: 100%;
  background-color: #7c7c7c;
  font-size: 0.076rem;
}

.footer .notShow {
  display: none;
}

.footer .cutline {
  margin: 0 0.053rem;
}

.footer .cutline:after {
  content: "|";
  color: #fff;
}

.footer .contentBottom {
  margin: 0 auto;
  width: 8.026rem;
  min-height: 1.794rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .contentBottom .contentBottom_box1 {
  width: 6.392rem;
}

.footer .contentBottom .contentBottom_box1 .fast-track {
  margin: 0.053rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.footer .contentBottom .contentBottom_box1 .fast-track .fast-track-ul_lf li,
.footer .contentBottom .contentBottom_box1 .fast-track .fast-track-ul_rig li {
  padding: 2px;
}

.footer .contentBottom .contentBottom_box1 .fast-track .color_wihite:hover {
  font-weight: 800;
  cursor: pointer;
}

.footer .contentBottom .contentBottom_box1 .fast-track .fast-track-ul_lf,
.footer .contentBottom .contentBottom_box1 .fast-track .fast-track-ul_rig {
  width: 50%;
}

.footer .contentBottom .contentBottom_box1 .fast-track-ul > li {
  line-height: 0.159rem;
  margin-right: 1%;
}

.footer .contentBottom .contentBottom_box1 .friend_link .title {
  font-size: 0.095rem;
  margin-left: 0.053rem;
  color: #fff;
  font-weight: 700;
}

.footer .contentBottom .contentBottom_box1 .friend_link .friend_link_ul li {
  width: 13%;
  min-width: 0.698rem;
  display: inline-block;
  padding: 0.011rem;
  color: #fff;
}

.footer .contentBottom .siteCode {
  width: 1.598rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .contentBottom .siteCode .codes_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.079rem;
  position: relative;
}

.footer .contentBottom .siteCode .codes_box .codes {
  text-align: center;
  cursor: pointer;
}

.footer .contentBottom .siteCode .codes_box .codes .codes-img {
  width: 0.688rem;
  height: 0.772rem;
}

.footer .contentBottom .siteCode .codes_box .codes p {
  color: #fff;
  margin: 0.011rem;
  text-align: center;
}

.footer .contentBottom .siteCode .codes_box .codes:hover + .codesImg {
  display: block;
}

.footer .contentBottom .siteCode .codes_box .codesImg {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1.164rem;
  margin-left: -0.582rem;
  display: none;
  margin-bottom: 0.106rem;
}

.footer .part7 {
  height: 0.598rem;
  background-color: #02243f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer .part7 {
    height: 2.185rem;
  }
}

.footer .part7 .part7-content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer .part7 .part7-content {
    width: 90%;
  }
}

.footer .part7 .part7-content .commulication {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .part7 .part7-content .commulication .commulication_ul li {
  display: inline-block;
  padding-right: 0.132rem;
  color: #fff;
  line-height: 0.132rem;
}

.footer .part7 .part7-content .commulication .commulication_ul li .jinhui {
  width: 0.106rem;
  height: 0.106rem;
  vertical-align: bottom;
  margin-right: 0.026rem;
}

.footer .part7 .part7-content ._ideConac {
  width: 0.423rem;
  height: 0.423rem;
}

.hide-center {
  width: 1.63rem;
  height: 1.587rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -0.794rem;
  margin-left: -0.815rem;
  display: none;
  z-index: 999;
}

.hide-center #formhead {
  width: 98%;
  height: 20%;
  margin: 0;
  padding-top: 0.063rem;
  padding-bottom: -0.159rem;
  border-top-left-radius: 0.053rem;
  border-top-right-radius: 0.053rem;
  background-color: #101010;
}

.hide-center #formbody {
  width: 98%;
  height: 1.243rem;
  background-color: #1e1e1e;
  border-bottom-left-radius: 0.053rem;
  border-bottom-right-radius: 0.053rem;
}

.hide-center #formhead-title {
  width: 0.635rem;
  height: 0.127rem;
  margin-left: 0.561rem;
  margin-right: 0.19rem;
  color: #bfbfbf;
  font-weight: 900;
  display: inline-block;
}

.hide-center .loginUserName {
  padding-left: 0.159rem;
  padding-top: 0.063rem;
}

.hide-center .loginPassword {
  padding-left: 0.159rem;
}

.hide-center .loginInput {
  height: 0.159rem;
  width: 1.217rem;
  border: 0;
  margin: 0.053rem;
  color: #141414;
}

.hide-center #BSignIn {
  border: 0;
  background: #329d90;
  color: #fff;
  width: 80px;
  height: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.hide-center #formfoot {
  margin-top: 0.063rem;
  text-align: center;
}

.hide-center #close {
  width: 0.127rem;
  height: 0.132rem;
  border: 0;
  border-radius: 23%;
  background-color: red;
  color: #fff;
  display: inline-block;
}

body,
html {
  width: 100%;
  height: 100%;
  font: 0.085rem Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei,
    Arial;
}
body {
  font-size: 0.085rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.053rem 0.026rem;
  font-weight: 700;
}

h1 {
  font-size: 0.127rem;
}

h2 {
  font-size: 0.116rem;
}

h3 {
  font-size: 0.106rem;
}

h4 {
  font-size: 0.095rem;
}

h5 {
  font-size: 0.085rem;
}

h6 {
  font-size: 0.074rem;
}

p {
  margin: 0.026rem;
}

#app,
html {
  height: 100%;
}

#app {
  color: #333;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:focus,
a:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
}

div:focus {
  outline: none;
}

li {
  list-style: none;
}

.main .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(./page_bgp2.944a2205.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.106rem;
  min-height: 80vh;
}

.main .main-content .content-detail {
  width: 75%;
  margin-left: 2%;
}

.main .main-content .content-detail .detail {
  padding: 0.106rem 0.053rem;
  background-image: url(./left_item_bgp.1220d4a1.png);
  margin-bottom: 0.106rem;
}

.main .main-content .content-detail .detail .nomessage {
  text-align: center;
  margin-top: 0.635rem;
}

.paging {
  margin-top: 0.265rem;
  padding-bottom: 0.159rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paging .btn {
  color: #000;
  font-size: 0.074rem;
  cursor: pointer;
  padding: 0.8em 1.6em;
  min-width: 1em;
  text-align: center;
}

.ivu-page .ivu-page-item,
.paging .btn {
  background-color: #fff;
  margin: 0 0.011rem;
}

.ivu-page .ivu-page-item {
  height: auto;
  border-radius: 0;
  border: none;
}

.ivu-page .ivu-page-item a {
  display: block;
  color: #000;
  padding: 0.4em 1.6em;
  min-width: 1em;
  text-align: center;
  margin: 0;
}

.ivu-page .ivu-page-custom-text {
  background-color: #fff;
  border-radius: 0;
  margin: 0 0.011rem;
  height: auto;
}

.ivu-page .ivu-page-custom-text a {
  display: block;
  color: #000;
  padding: 0.4em 1.6em;
  min-width: 1em;
  text-align: center;
  margin: 0;
}

.ivu-page .ivu-page-item-active {
  background-color: #4579ba;
  border: none;
}

.ivu-page .ivu-page-item-active a {
  color: #fff;
}

#cnzz_stat_icon_1254436347 > a > img {
  width: 0.265rem;
  height: 0.063rem;
}

.viewer-list {
  min-width: 0.794rem;
}

.nomessage img {
  width: 3.291rem;
  height: 3.175rem;
}

.part7-content embed {
  width: 0.545rem;
  height: 0.201rem;
}
