﻿@charset "UTF-8";
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: black; }

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit; }

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit; }

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit; }

/* 正在点击的链接*/
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: inherit; }

body,
html {
  min-width: 1200px; }

.one-overflow, .h-main .h-information .h-name, .memZ-main .indexbar-title span, .memZ-main .friendbar-title span, .memZ-main .main-left .new-msg .new-msg__item, .memZ-main .person-wrapper .person-infor .person-right, .memZ-main .person-wrapper .person-infor .person-right .infor-name, .index-main .main-right .index-top .index-top__left .bxzx-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/*文本格式化，超出范围，显示省略号*/
.header-fixed {
  min-height: 150px;
  margin-bottom: 10px; }

.h-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 999;
  min-width: 1200px; }
  .h-main .h-information {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 25px; }
    .h-main .h-information .h-logo {
      height: 43px;
      margin-right: 15px;
      display: inline-block; }
    .h-main .h-information .h-name {
      flex: 1;
      font-size: 20px;
      line-height: 1;
      color: #0a0a0a;
      padding-right: 10px; }
    .h-main .h-information .h-tel {
      font-size: 18px;
      line-height: 1;
      color: #39b933;
      padding-left: 5px; }
.h-main .h-tabbar {
height: 40px;
display: flex;
align-items: center;
width: 1200px;
margin: 0 auto;
}
.h-main .h-tabbar .tab-li {
height: 40px;
line-height: 40px;
padding: 0 30px; }
.h-main .h-tabbar .tab-li .tab-a {
color: #fff;
font-size: 16px; }

.memZ-main {
  width: 1200px;
  margin: 0 auto; }
  .memZ-main .indexbar-title {
    display: flex;
    align-items: center;
    padding-bottom: 15px; }
    .memZ-main .indexbar-title img {
      width: 18px;
      height: 22px;
      display: inline-block;
      margin-right: 10px; }
    .memZ-main .indexbar-title .spc-img {
      width: 22px;
      height: 26px; }
    .memZ-main .indexbar-title span {
      font-size: 16px;
      color: #2c2c2c;
      flex: 1;
      font-weight: bold;
      position: relative;
      display: block; }
    .memZ-main .indexbar-title a {
      font-size: 14px;
      color: #2c2c2c; }
  .memZ-main .friendbar-title {
    display: flex;
    padding-bottom: 15px; }
    .memZ-main .friendbar-title img {
      width: 18px;
      display: inline-block;
      margin-right: 10px; }
    .memZ-main .friendbar-title span {
      font-size: 16px;
      color: #2c2c2c;
      flex: 1;
      font-weight: bold;
      position: relative;
      display: block; }
    .memZ-main .friendbar-title a {
      font-size: 14px;
      color: #2c2c2c; }
  .memZ-main .srbar-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .memZ-main .srbar-title span {
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      background-color: #f99533;
      border-radius: 0px 20px 20px 0;
      display: inline-block;
      color: #fff;
      font-size: 16px;
      margin-left: -15px;
      margin-top: -5px; }
  .memZ-main .main-left {
    width: 295px;
    margin-right: 15px;
    background-color: #ffffff; }
    .memZ-main .main-left .aside-title {
      padding-top: 5px;
      padding-bottom: 10px;
      vertical-align: middle;
      font-size: 16px;
      color: #2c2c2c;
      display: flex;
      align-items: center; }
      .memZ-main .main-left .aside-title img {
        display: inline-block;
        height: 26px;
        vertical-align: middle;
        margin-right: 3px; }
      .memZ-main .main-left .aside-title img.news-msg__zximg {
        height: 22px; }
      .memZ-main .main-left .aside-title span {
        vertical-align: middle;
        font-weight: bold;
        flex: 1; }
    .memZ-main .main-left .new-msg {
      display: flex;
      flex-direction: column;
      border: 1px solid #eaeaea;
      padding: 10px;
      margin-bottom: 20px; }
      .memZ-main .main-left .new-msg .new-msg__item {
        line-height: 35px;
        color: #2c2c2c;
        font-size: 16px; }
    .memZ-main .main-left .yl-aside__zxly {
      width: 295px;
      height: 115px;
      background-image: url(https://web.archive.org/web/20230525065935im_/https://web.archive.org/web/20220501141556im_/https://pres.vobao.com/Images/V3/member3.0/y-zxly.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-bottom: 20px; }
      .memZ-main .main-left .yl-aside__zxly a {
        display: block;
        height: 100%;
        width: 100%; }
  .memZ-main .person-wrapper {
    width: 263px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    padding: 15px 15px 0;
    color: #2c2c2c;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .memZ-main .person-wrapper .person-infor {
      display: flex;
      position: relative;
      margin-bottom: 26px; }
      .memZ-main .person-wrapper .person-infor__img {
        display: inline-block;
        width: 125px;
        height: 145px;
        object-fit: cover; }
      .memZ-main .person-wrapper .person-infor .person-level {
        width: 94px;
        position: absolute;
        bottom: -10px;
        left: 16px; }
      .memZ-main .person-wrapper .person-infor .person-right {
        flex: 1;
        padding-left: 10px;
        padding-bottom: 45px;
        display: flex;
        flex-direction: column;
        position: relative; }
        .memZ-main .person-wrapper .person-infor .person-right .infor-name {
          font-size: 18px;
          color: #2c2c2c;
          padding-bottom: 13px; }
        .memZ-main .person-wrapper .person-infor .person-right .infor-job {
          font-size: 14px;
          color: #666; }
        .memZ-main .person-wrapper .person-infor .person-right .infor-rz {
          width: 89px; }
        .memZ-main .person-wrapper .person-infor .person-right .infor-yy {
          width: 110px;
          height: 35px;
          line-height: 35px;
          background-color: #2c9921;
          border-radius: 3px;
          text-align: center;
          color: #fff;
          font-size: 14px;
          display: block;
          position: absolute;
          bottom: 0;
          left: 10px; }
          .memZ-main .person-wrapper .person-infor .person-right .infor-yy img {
            vertical-align: middle; }
    .memZ-main .person-wrapper .person-rzcx {
      font-size: 14px;
      color: #2c9921;
      padding-bottom: 18px;
      text-decoration: underline;
      display: block; }
    .memZ-main .person-wrapper .person-zgzh {
      padding-bottom: 5px; }
    .memZ-main .person-wrapper .person-zyzh {
      padding-bottom: 15px;
      border-bottom: 1px solid #dedede;
      margin-bottom: 5px; }
    .memZ-main .person-wrapper .person-zh {
      color: #2c2c2c;
      font-size: 12px; }
    .memZ-main .person-wrapper .infor-item {
      display: flex;
      line-height: 30px;
      color: #2c2c2c;
      font-size: 16px; }
      .memZ-main .person-wrapper .infor-item__label {
        width: 81px;
        flex: 0 0 81px;
        display: inline-block;
        text-align: right; }
      .memZ-main .person-wrapper .infor-item__text {
        flex: 1; }
      .memZ-main .person-wrapper .infor-item .infor-focus {
        display: block;
        margin-left: 6px;
        height: 26px;
        padding-left: 20px;
        font-size: 14px; }
      .memZ-main .person-wrapper .infor-item .infor-focus__wb {
        padding-right: 20px;
        background: url(https://web.archive.org/web/20230525065935im_/https://web.archive.org/web/20220501141556im_/http://pres.vobao.com/Images/old/v2/UserSite/Template4/images/weibo.jpg) left center no-repeat; }
      .memZ-main .person-wrapper .infor-item .infor-focus__wx {
        background: url(https://web.archive.org/web/20230525065935im_/https://web.archive.org/web/20220501141556im_/http://pres.vobao.com/Images/old/v2/UserSite/Template4/images/weixin.jpg) left center no-repeat;
        position: relative;
        cursor: pointer; }
        .memZ-main .person-wrapper .infor-item .infor-focus__wx:hover .infor-wxcode {
          display: block; }
        .memZ-main .person-wrapper .infor-item .infor-focus__wx .infor-wxcode {
          display: none;
          position: absolute;
          top: -100px;
          left: 100%;
          z-index: 9;
          background-color: #fff;
          width: 100px;
          padding: 15px;
          border: #dedede solid 1px;
          text-align: center;
          line-height: 1.7; }
          .memZ-main .person-wrapper .infor-item .infor-focus__wx .infor-wxcode img {
            width: 100px;
            height: 100px;
            display: block;
            margin-bottom: 10px; }
  .memZ-main .main-middle {
    margin-right: 15px;
    background-color: #ffffff; }
  .memZ-main .main-right {
    width: 295px;
    background-color: #ffffff; }

.i-swiper__one {
  margin-bottom: 20px;
  height: 215px; }
  .i-swiper__one .banner-img {
    height: 215px;
    object-fit: cover;
    cursor: pointer; }

.index-friend {
  padding: 15px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  margin-bottom: 15px; }
  .index-friend .friend-a {
    padding-right: 40px;
    font-size: 16px;
    color: #2c2c2c; }

.index-mzsm {
  font-size: 16px;
  color: #2c2c2c;
  padding: 0 13px;
  line-height: 1.8;
  text-align: center; }

.index-end {
  text-align: center;
  font-size: 14px;
  color: #2c2c2c;
  padding: 14px 0; }

.page-total {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  font-size: 14px; }
  .page-total a {
    display: block;
    cursor: pointer; }
  .page-total .page-end,
  .page-total .page-start {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #979797;
    box-sizing: border-box; }
  .page-total .page-num {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #979797;
    box-sizing: border-box;
    margin: 0 10px; }
  .page-total .page-num__active {
    background-color: #39b933;
    color: #fff; }
  .page-total .page-more {
    padding: 0 10px; }
  .page-total .page-disable {
    background-color: rgba(255, 255, 255, 0.5);
    color: gray;
    cursor: no-drop; }

.i-swiper__one {
  margin-bottom: 20px;
  height: 215px; }
  .i-swiper__one .banner-img {
    height: 215px;
    object-fit: cover;
    cursor: pointer; }

.i-swiper__two {
  width: 295px;
  height: 195px;
  margin-bottom: 20px; }
  .i-swiper__two .banner-img {
    object-fit: cover;
    height: 195px;
    width: 295px;
    cursor: pointer; }

.index-main {
  display: flex; }
  .index-main .main-right {
    width: 905px;
    display: flex; }
    .index-main .main-right .index-top {
      display: flex;
      width: 580px;
      flex-direction: column;
      margin-right: 15px; }
      .index-main .main-right .index-top .index-top__left {
        width: 548px;
        background-color: #ffffff;
        border: solid 1px #dedede;
        padding: 15px 15px 0;
        margin-bottom: 15px; }
        .index-main .main-right .index-top .index-top__left .bxzx-item {
          padding: 9px 0;
          color: #2c2c2c;
          font-size: 16px; }
          .index-main .main-right .index-top .index-top__left .bxzx-item:not(:last-of-type) {
            border-bottom: 1px dotted #dedede; }
    .index-main .main-right .index-right {
      width: 295px; }
      .index-main .main-right .index-right .myshear {
        width: 263px;
        background-color: #ffffff;
        border: solid 1px #dedede;
        padding: 15px 15px 5px;
        color: #2c2c2c;
        font-size: 16px;
        margin-bottom: 15px; }
        .index-main .main-right .index-right .myshear .shear-main {
          margin-top: -10px; }
        .index-main .main-right .index-right .myshear .shear-item {
          padding: 10px 0;
          border-bottom: 1px dotted #dedede; }
          .index-main .main-right .index-right .myshear .shear-item__title {
            font-size: 16px;
            line-height: 1.7;
            color: #2c2c2c;
            padding-bottom: 5px; }
          .index-main .main-right .index-right .myshear .shear-item__content {
            font-size: 14px;
            color: #666;
            line-height: 1.6; }
          .index-main .main-right .index-right .myshear .shear-item:last-of-type {
            border-bottom: none; }

/*
     FILE ARCHIVED ON 14:15:56 May 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:54:17 May 25, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 68.38
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.059
  RedisCDXSource: 0.566
  esindex: 0.007
  LoadShardBlock: 53.289 (3)
  PetaboxLoader3.datanode: 453.588 (5)
  load_resource: 444.779
  PetaboxLoader3.resolve: 35.644
  loaddict: 102.765
*/
/*
     FILE ARCHIVED ON 06:59:35 May 25, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:23:03 Oct 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 443.396
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.059
  cdx.remote: 0.076
  esindex: 0.008
  LoadShardBlock: 411.997 (3)
  PetaboxLoader3.datanode: 425.323 (4)
  load_resource: 198.616
  PetaboxLoader3.resolve: 139.684
*/