@charset "UTF-8";
.mbt-30 {
  margin-bottom: 30px; }

.trans, .header ul li a:hover, .footer .links_wrap ul li, .news_wrap ul li .infos_wrap .title, .tags_wrap a {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s; }

.rotate180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.panle {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.21);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1); }

body.page_scrolling {
  overflow: visible;
  overflow-x: hidden; }

svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.avatar {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  margin: 0 auto;
  background-size: 65px;
  overflow: hidden; }
  .avatar .placeholder {
    -webkit-border-radius: 45px;
    border-radius: 45px; }

.placeholder {
  display: block;
  height: 0;
  padding-top: 100%;
  background: none 50% 50% no-repeat;
  background-size: cover; }

.page_checker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 1280px;
  height: 100%;
  background: none 50% 0 no-repeat;
  background-size: 100%;
  opacity: .5;
  z-index: 5000;
  pointer-events: none; }

.middle_holder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.middle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 100%; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table_row {
  display: table-row; }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.page,
.section_slider,
.body_wrap,
.slider {
  position: relative;
  height: 100%; }

.page_content {
  min-height: calc((100vh) - 678px); }

.page_section_slider,
.page_section_slider .page {
  overflow: hidden; }

.section_wrap,
.section_scroller {
  height: 100%;
  position: relative; }

.section_slider .section_scroller {
  height: 1000%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.section_slider .section_bg,
.section_slider .section {
  height: 10%; }

.image_wrap {
  position: relative;
  height: 100%;
  background: #EFF0F5 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden; }

.image_wrap img,
.image_wrap object,
.image_wrap video,
.section .bg_image,
.bg_image {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.image_wrap video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .image_wrap video.video_loading,
  .show_popup .image_wrap video {
    opacity: 0; }

/* 图片遮挡 */
.banner_slider .image_wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mp_player .placeholder {
  padding-top: 56.25%; }

.mp_player .image_wrap {
  position: absolute;
  height: 100%; }
  .mp_player .image_wrap .placeholder {
    display: none; }

.header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100px; }
  .header .logo_wrap {
    display: block;
    margin-bottom: 10px;
    text-align: right; }
    .header .logo_wrap img {
      width: 100px; }
  .header ul li {
    margin-bottom: 10px; }
    .header ul li a {
      display: block;
      width: 100px;
      height: 40px;
      line-height: 40px;
      border-radius: 2px;
      text-align: center;
      cursor: pointer;
      font-size: 16px; }
      .header ul li a:hover {
        color: #2877E4; }
    .header ul li.active a {
      background: #2877E4;
      color: #fff; }
  .header .back_last_page, .header .right_btns {
    display: none; }

.header .menu_list_wrap ul::-webkit-scrollbar {
  height: 0.05rem; }

/*适配移动端*/
@media (max-width: 768px) {
  * {
    padding: 0;
    margin: 0;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-tap-highlight-color: rgba(255, 255, 255, 0);
    -o-tap-highlight-color: rgba(255, 255, 255, 0); }
  ::-webkit-scrollbar {
    display: none; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all ease .5s;
    -webkit-transition: all ease .5s; }
    .header.shadow {
      box-shadow: 0 4px 0.1rem 0 rgba(193, 193, 193, 0.24); }
    .header.slideUp {
      top: -3rem; }
    .header .top_wrap {
      height: 1rem;
      background: url(/images/header_bg_block.jpg) no-repeat 0 0;
      background-size: cover; }
    .header .back_last_page {
      display: block;
      position: absolute;
      top: 0.27rem;
      left: 0.16rem;
      color: #fff; }
      .header .back_last_page i {
        font-size: 0.4rem; }
    .header .right_btns {
      display: block;
      position: absolute;
      right: 0rem;
      top: 0rem; }
      .header .right_btns a {
        color: #fff; }
        .header .right_btns a i {
          font-size: 0.5rem; }
        .header .right_btns a.bar_btn {
          display: none; }
        .header .right_btns a.search_btn {
          display: inline-block;
          padding: 0 0.28rem;
          line-height: 1rem; }
          .header .right_btns a.search_btn i {
            font-size: 0.4rem; }
        .header .right_btns a.active {
          color: #fff; }
          .header .right_btns a.active i {
            background: #2877E4; }
    .header .logo_wrap {
      text-align: center;
      padding-top: 0.11rem;
      margin: 0 auto;
      width: 1.8rem;
      padding-left: 0.3rem; }
      .header .logo_wrap img {
        width: 100%; }
    .header .menu_list_wrap {
      z-index: 101;
      width: 100%;
      background: #F9FAFD;
      border-top: 1px solid #F2F2F2;
      border-bottom: 1px solid #F2F2F2;
      box-sizing: border-box; }
      .header .menu_list_wrap ul {
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap; }
        .header .menu_list_wrap ul li {
          margin-bottom: 0;
          padding: 0 0.35rem;
          display: inline !important; }
          .header .menu_list_wrap ul li a {
            color: #666;
            font-size: 0.28rem;
            display: inline;
            line-height: 0.8rem; }
          .header .menu_list_wrap ul li.active a {
            color: #2877E4;
            background: none; } }

.mbt-30 {
  margin-bottom: 30px; }

.trans, .header ul li a:hover, .footer .links_wrap ul li, .news_wrap ul li .infos_wrap .title, .tags_wrap a {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s; }

.rotate180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.panle {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.21);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1); }

body.page_scrolling {
  overflow: visible;
  overflow-x: hidden; }

svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.avatar {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  margin: 0 auto;
  background-size: 65px;
  overflow: hidden; }
  .avatar .placeholder {
    -webkit-border-radius: 45px;
    border-radius: 45px; }

.placeholder {
  display: block;
  height: 0;
  padding-top: 100%;
  background: none 50% 50% no-repeat;
  background-size: cover; }

.page_checker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 1280px;
  height: 100%;
  background: none 50% 0 no-repeat;
  background-size: 100%;
  opacity: .5;
  z-index: 5000;
  pointer-events: none; }

.middle_holder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.middle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 100%; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table_row {
  display: table-row; }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.page,
.section_slider,
.body_wrap,
.slider {
  position: relative;
  height: 100%; }

.page_content {
  min-height: calc((100vh) - 678px); }

.page_section_slider,
.page_section_slider .page {
  overflow: hidden; }

.section_wrap,
.section_scroller {
  height: 100%;
  position: relative; }

.section_slider .section_scroller {
  height: 1000%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.section_slider .section_bg,
.section_slider .section {
  height: 10%; }

.image_wrap {
  position: relative;
  height: 100%;
  background: #EFF0F5 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden; }

.image_wrap img,
.image_wrap object,
.image_wrap video,
.section .bg_image,
.bg_image {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.image_wrap video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .image_wrap video.video_loading,
  .show_popup .image_wrap video {
    opacity: 0; }

/* 图片遮挡 */
.banner_slider .image_wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mp_player .placeholder {
  padding-top: 56.25%; }

.mp_player .image_wrap {
  position: absolute;
  height: 100%; }
  .mp_player .image_wrap .placeholder {
    display: none; }

.footer {
  width: 100%;
  background: #3C3D41;
  color: #fff;
  font-size: 13px;
  visibility: hidden;
  border-bottom: 1px solid #3C3D41; }
  .footer.has_links {
    padding-top: 30px; }
  .footer .links_wrap .title {
    margin-bottom: 20px;
    font-size: 12px; }
  .footer .links_wrap ul {
    margin-bottom: 5px; }
    .footer .links_wrap ul li {
      float: left;
      width: 120px;
      margin: 0 60px 25px 0; }
      .footer .links_wrap ul li a {
        display: block;
        width: 100%;
        height: 40px;
        opacity: 0.8;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
      .footer .links_wrap ul li:nth-child(7n) {
        margin-right: 0; }
      .footer .links_wrap ul li:hover a {
        opacity: 1; }
  .footer .links_wrap.pc_show1 {
    display: block; }
  .footer .links_wrap.pc_show0 {
    display: none; }
  .footer .bottom_wrap {
    height: 52px;
    line-height: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.45); }
    .footer .bottom_wrap .fllow-icon {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #fff;
      text-align: center;
      line-height: 14px;
      border-radius: 2px;
      position: relative; }
      .footer .bottom_wrap .fllow-icon i.iconfont {
        font-size: 12px; }
      .footer .bottom_wrap .fllow-icon.weibo {
        margin: 0 5px 0 10px; }
      .footer .bottom_wrap .fllow-icon .wx_qrcode_wrap {
        position: absolute;
        top: -160px;
        left: -68px;
        width: 140px;
        height: 140px;
        background: #Fff;
        border-radius: 5px;
        padding: 2px;
        box-shadow: rgba(74, 74, 74, 0.08) 0px 5px 5px;
        display: none; }
        .footer .bottom_wrap .fllow-icon .wx_qrcode_wrap:before {
          position: absolute;
          content: '';
          left: 64px;
          bottom: -10px;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff; }
      .footer .bottom_wrap .fllow-icon.weixin:hover .wx_qrcode_wrap {
        display: block; }
    .footer .bottom_wrap ul {
      text-align: center; }
      .footer .bottom_wrap ul li {
        display: inline; }
        .footer .bottom_wrap ul li a {
          color: #fff;
          font-size: 12px;
          margin: 0 30px;
          opacity: 0.8; }
          .footer .bottom_wrap ul li a:hover {
            opacity: 1; }
        .footer .bottom_wrap ul li.active a {
          opacity: 1; }
        .footer .bottom_wrap ul li:last-child a {
          margin-right: 0; }
    .footer .bottom_wrap .copyright_wrap .copyright a {
      color: rgba(255, 255, 255, 0.45) !important; }

/*适配移动端*/
@media (max-width: 768px) {
  .footer {
    font-size: 0.24rem; }
    .footer.has_links {
      padding-top: 0.3rem; }
    .footer .links_wrap .title {
      padding: 0 0.3rem;
      font-size: 0.24rem;
      margin-bottom: 0.1rem; }
    .footer .links_wrap ul {
      margin-bottom: 0.1rem; }
      .footer .links_wrap ul li {
        width: 25%;
        margin: 0 0 0.25rem 0; }
        .footer .links_wrap ul li a {
          width: 1.25rem;
          height: 0.6rem;
          margin: 0 auto; }
        .footer .links_wrap ul li:hover a {
          opacity: 0.8; }
        .footer .links_wrap ul li:active a {
          opacity: 1; }
        .footer .links_wrap ul li:nth-child(7n) {
          margin-right: 0; }
    .footer .links_wrap.moblie_show1 {
      display: block; }
    .footer .links_wrap.moblie_show0 {
      display: none; }
    .footer .bottom_wrap {
      height: auto;
      padding: 0.3rem 0;
      line-height: 0.42rem;
      color: rgba(255, 255, 255, 0.45);
      font-size: 0.2rem; }
      .footer .bottom_wrap .fllow-icon {
        float: right;
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem; }
        .footer .bottom_wrap .fllow-icon.weixin {
          margin: 0 0.2rem 0 0; }
          .footer .bottom_wrap .fllow-icon.weixin:hover .wx_qrcode_wrap {
            display: none; }
        .footer .bottom_wrap .fllow-icon.weibo {
          margin: 0; }
        .footer .bottom_wrap .fllow-icon i.iconfont {
          font-size: 0.35rem; }
        .footer .bottom_wrap .fllow-icon .wx_qrcode_wrap {
          width: 2rem;
          height: 2rem;
          padding: 0.05rem;
          border-radius: 0.05rem;
          left: -1.1rem;
          top: -2.4rem; }
          .footer .bottom_wrap .fllow-icon .wx_qrcode_wrap:before {
            left: 55%;
            bottom: -0.13rem;
            width: 0;
            height: 0;
            border-left: 0.15rem solid transparent;
            border-right: 0.15rem solid transparent;
            border-top: 0.15rem solid #fff; }
      .footer .bottom_wrap .copyright_wrap {
        float: none;
        padding: 0 0.3rem; }
        .footer .bottom_wrap .copyright_wrap .copyright {
          font-size: 0.2rem; }
          .footer .bottom_wrap .copyright_wrap .copyright a {
            color: rgba(255, 255, 255, 0.45) !important; }
      .footer .bottom_wrap ul {
        float: none;
        width: 100%;
        margin-bottom: 0.2rem;
        display: flex; }
        .footer .bottom_wrap ul li {
          flex: 1;
          text-align: center; }
          .footer .bottom_wrap ul li a {
            font-size: 0.2rem;
            margin: 0; } }

@media screen and (device-width: 375px) and (device-height: 812px) {
  .footer {
    padding-bottom: 0.44rem; } }

.news_flash_wrap ul li {
  padding-left: 0px;
  position: relative;
  border-bottom: 0;
  padding: 0;
  padding-bottom: 10px;
  cursor: pointer; }
  .news_flash_wrap ul li .share_btn {
    display: none; }
  .news_flash_wrap ul li .date {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    display: none;
    background: #F9FAFD;
    color: #999999;
    border-radius: 2px; }
    .news_flash_wrap ul li .date .num_top {
      font-size: 40px; }
    .news_flash_wrap ul li .date .num_bottom {
      font-size: 12px;
      position: relative;
      top: -5px; }
      .news_flash_wrap ul li .date .num_bottom .point {
        display: none; }
    .news_flash_wrap ul li .date.blue {
      background: #2877E4;
      color: #fff; }
  .news_flash_wrap ul li:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 89px;
    width: 1px;
    height: 100%;
    background: rgba(219, 219, 219, 0.3); }
  .news_flash_wrap ul li .infos_wrap {
    position: relative;
    height: auto;
    padding-bottom: 10px;
    padding-left: 160px; }
    .news_flash_wrap ul li .infos_wrap .pub_time {
      position: absolute;
      left: 86px;
      top: 8px;
      font-size: 12px;
      color: #999;
      padding-left: 18px; }
      .news_flash_wrap ul li .infos_wrap .pub_time span {
        display: block; }
        .news_flash_wrap ul li .infos_wrap .pub_time span:last-child {
          margin-top: 5px; }
      .news_flash_wrap ul li .infos_wrap .pub_time:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background: #999; }
      .news_flash_wrap ul li .infos_wrap .pub_time:after {
        content: '';
        position: absolute;
        top: 4px;
        left: -4px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: rgba(216, 216, 216, 0.34); }
    .news_flash_wrap ul li .infos_wrap .title {
      font-size: 24px;
      color: #333333;
      line-height: 36px;
      margin-bottom: 25px;
      padding-top: 3px; }
      .news_flash_wrap ul li .infos_wrap .title:hover {
        color: #333333; }
    .news_flash_wrap ul li .infos_wrap .content {
      color: #888 !important;
      font-size: 15px !important;
      line-height: 26px !important; }
      .news_flash_wrap ul li .infos_wrap .content li {
        padding-bottom: 0; }
        .news_flash_wrap ul li .infos_wrap .content li:before {
          display: none; }
      .news_flash_wrap ul li .infos_wrap .content p, .news_flash_wrap ul li .infos_wrap .content span {
        color: #999999 !important;
        font-size: 15px !important;
        line-height: 26px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important; }
  .news_flash_wrap ul li:last-child .infos_wrap:after {
    height: 0; }
  .news_flash_wrap ul li .bottom {
    padding-left: 164px; }
  .news_flash_wrap ul li:hover .infos_wrap .title {
    color: #2877E4; }
  .news_flash_wrap ul li:hover .infos_wrap .content {
    color: #2877E4 !important; }
    .news_flash_wrap ul li:hover .infos_wrap .content p {
      color: #2877E4 !important; }

.recommend_wrap .head .title i {
  display: none; }

.recommend_wrap.right_flash_list {
  padding: 0; }
  .recommend_wrap.right_flash_list .head {
    padding: 15px;
    background: #2877E4;
    color: #fff;
    margin-bottom: 0; }
    .recommend_wrap.right_flash_list .head .iconfont {
      color: #fff;
      transform: rotateY(180deg);
      display: inline-block;
      font-size: 16px;
      margin-right: 0;
      padding-right: 1px; }
    .recommend_wrap.right_flash_list .head .title {
      top: -1px;
      left: 5px; }
    .recommend_wrap.right_flash_list .head .more {
      color: #fff; }
      .recommend_wrap.right_flash_list .head .more:hover {
        color: #fff;
        text-decoration: underline; }
  .recommend_wrap.right_flash_list .body {
    height: 580px;
    padding-bottom: 30px;
    overflow-y: scroll;
    box-sizing: border-box; }
    .recommend_wrap.right_flash_list .body::-webkit-scrollbar-track-piece {
      background-color: rgba(0, 0, 0, 0.02); }
    .recommend_wrap.right_flash_list .body::-webkit-scrollbar-thumb:vertical {
      background-color: rgba(125, 125, 125, 0.2); }
    .recommend_wrap.right_flash_list .body::-webkit-scrollbar-thumb:horizontal {
      background-color: rgba(125, 125, 125, 0.2); }

.recommend_wrap .news_flash_wrap {
  padding-top: 20px; }
  .recommend_wrap .news_flash_wrap ul li {
    padding-bottom: 0px; }
    .recommend_wrap .news_flash_wrap ul li:before {
      left: 20px; }
    .recommend_wrap .news_flash_wrap ul li .infos_wrap {
      padding-left: 90px;
      padding-right: 15px; }
      .recommend_wrap .news_flash_wrap ul li .infos_wrap .title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px; }
      .recommend_wrap .news_flash_wrap ul li .infos_wrap .content {
        text-align: justify;
        font-size: 12px !important;
        line-height: 24px !important;
        color: #9B9B9D !important; }
        .recommend_wrap .news_flash_wrap ul li .infos_wrap .content p, .recommend_wrap .news_flash_wrap ul li .infos_wrap .content span {
          font-size: 12px !important;
          line-height: 24px !important;
          color: #9B9B9D !important;
          margin-bottom: 0px !important;
          margin-top: 0px !important; }
      .recommend_wrap .news_flash_wrap ul li .infos_wrap .pub_time {
        left: 17px;
        top: 2px;
        padding-left: 14px; }
        .recommend_wrap .news_flash_wrap ul li .infos_wrap .pub_time:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 1px;
          width: 5px;
          height: 5px;
          background: #D8D8D8; }
        .recommend_wrap .news_flash_wrap ul li .infos_wrap .pub_time:after {
          content: '';
          position: absolute;
          top: 2px;
          left: -2px;
          width: 11px;
          height: 11px;
          border-radius: 100%;
          background: rgba(216, 216, 216, 0.34); }
    .recommend_wrap .news_flash_wrap ul li:hover .infos_wrap .title {
      color: #2877E4; }
    .recommend_wrap .news_flash_wrap ul li:hover .infos_wrap .content {
      color: #2877E4 !important; }
      .recommend_wrap .news_flash_wrap ul li:hover .infos_wrap .content p {
        color: #2877E4 !important; }

/*适配移动端*/
@media (max-width: 768px) {
  .news_flash_wrap ul li {
    padding-bottom: 0;
    margin-bottom: 0; }
    .news_flash_wrap ul li:before {
      left: 0;
      top: 0; }
    .news_flash_wrap ul li .share_btn {
      display: block;
      text-align: right;
      padding-top: 0.2rem; }
      .news_flash_wrap ul li .share_btn a {
        display: inline-block;
        color: #999; }
        .news_flash_wrap ul li .share_btn a:active {
          color: #2877E4; }
        .news_flash_wrap ul li .share_btn a .iconfont {
          font-size: 0.5rem; }
    .news_flash_wrap ul li .date {
      position: static;
      text-align: left;
      box-sizing: border-box;
      width: 100%;
      padding: 0 0.3rem;
      height: 0.46rem;
      line-height: 0.46rem;
      background: #F2F2F2;
      color: #999999;
      font-size: 0.24rem; }
      .news_flash_wrap ul li .date .num_top {
        font-size: 0.24rem;
        display: inline; }
      .news_flash_wrap ul li .date .num_bottom {
        float: left;
        top: 0;
        font-size: 0.24rem; }
        .news_flash_wrap ul li .date .num_bottom .point {
          display: inline; }
      .news_flash_wrap ul li .date.fixed {
        position: fixed;
        z-index: 100;
        width: 100%;
        border-radius: 0; }
    .news_flash_wrap ul li .infos_wrap {
      padding-left: 1.6rem;
      padding-bottom: 0;
      padding-top: 0.35rem; }
      .news_flash_wrap ul li .infos_wrap:after {
        left: 1.2rem;
        width: 83%;
        display: none; }
      .news_flash_wrap ul li .infos_wrap .title {
        font-size: 0.32rem;
        line-height: 0.48rem;
        margin-bottom: 0.26rem;
        margin-top: 0; }
      .news_flash_wrap ul li .infos_wrap .content {
        margin-bottom: 0;
        font-size: 0.3rem !important;
        line-height: 0.46rem !important;
        color: #666 !important; }
        .news_flash_wrap ul li .infos_wrap .content img {
          max-width: 100% !important;
          display: block !important;
          margin: 0.3rem 0 !important;
          height: auto !important; }
        .news_flash_wrap ul li .infos_wrap .content p {
          font-size: 0.3rem !important;
          line-height: 0.46rem !important;
          color: #666 !important; }
          .news_flash_wrap ul li .infos_wrap .content p span {
            font-size: 0.3rem !important;
            line-height: 0.46rem !important;
            color: #666 !important; }
          .news_flash_wrap ul li .infos_wrap .content p img {
            display: block;
            margin: 0.1rem 0; }
      .news_flash_wrap ul li .infos_wrap .pub_time {
        left: -0.06rem;
        top: 0.44rem;
        font-size: 0.24rem;
        color: #999;
        padding-left: 0.36rem; }
        .news_flash_wrap ul li .infos_wrap .pub_time:before {
          width: 0.12rem;
          height: 0.12rem;
          top: 0.09rem; }
        .news_flash_wrap ul li .infos_wrap .pub_time:after {
          width: 0.25rem;
          height: 0.25rem;
          top: 0.03rem;
          left: -0.07rem; } }

.mbt-30 {
  margin-bottom: 30px; }

.trans, .header ul li a:hover, .footer .links_wrap ul li, .news_wrap ul li .infos_wrap .title, .tags_wrap a {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s; }

.rotate180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.panle {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.21);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1); }

body.page_scrolling {
  overflow: visible;
  overflow-x: hidden; }

svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.avatar {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  margin: 0 auto;
  background-size: 65px;
  overflow: hidden; }
  .avatar .placeholder {
    -webkit-border-radius: 45px;
    border-radius: 45px; }

.placeholder {
  display: block;
  height: 0;
  padding-top: 100%;
  background: none 50% 50% no-repeat;
  background-size: cover; }

.page_checker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 1280px;
  height: 100%;
  background: none 50% 0 no-repeat;
  background-size: 100%;
  opacity: .5;
  z-index: 5000;
  pointer-events: none; }

.middle_holder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.middle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 100%; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table_row {
  display: table-row; }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.page,
.section_slider,
.body_wrap,
.slider {
  position: relative;
  height: 100%; }

.page_content {
  min-height: calc((100vh) - 678px); }

.page_section_slider,
.page_section_slider .page {
  overflow: hidden; }

.section_wrap,
.section_scroller {
  height: 100%;
  position: relative; }

.section_slider .section_scroller {
  height: 1000%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.section_slider .section_bg,
.section_slider .section {
  height: 10%; }

.image_wrap {
  position: relative;
  height: 100%;
  background: #EFF0F5 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden; }

.image_wrap img,
.image_wrap object,
.image_wrap video,
.section .bg_image,
.bg_image {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.image_wrap video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .image_wrap video.video_loading,
  .show_popup .image_wrap video {
    opacity: 0; }

/* 图片遮挡 */
.banner_slider .image_wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mp_player .placeholder {
  padding-top: 56.25%; }

.mp_player .image_wrap {
  position: absolute;
  height: 100%; }
  .mp_player .image_wrap .placeholder {
    display: none; }

.news_wrap ul li {
  position: relative;
  height: 212px;
  padding: 26px 20px 30px 20px;
  position: relative;
  -webkit-transition: all 0.3sease;
  box-sizing: border-box; }
  .news_wrap ul li:last-child {
    border-bottom: 0; }
    .news_wrap ul li:last-child .spline-line {
      display: none; }
  .news_wrap ul li:hover {
    z-index: 2;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.04), 0 0 5px -3px rgba(0, 0, 0, 0.08); }
    .news_wrap ul li:hover .spline-line {
      opacity: 0; }
  .news_wrap ul li .spline-line {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #e5e5e5;
    z-index: 1; }
  .news_wrap ul li .thumb_wrap {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 220px;
    height: 150px;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 2px;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #f2f2f2; }
    .news_wrap ul li .thumb_wrap .channel_name {
      display: none;
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 3px 10px;
      background: #2877E4;
      color: #fff;
      font-size: 12px;
      border-radius: 2px; }
  .news_wrap ul li .infos_wrap {
    position: relative;
    padding-left: 240px;
    height: 128px; }
    .news_wrap ul li .infos_wrap .title {
      cursor: pointer;
      font-size: 22px;
      color: #333333;
      line-height: 33px;
      margin-bottom: 10px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      .news_wrap ul li .infos_wrap .title:hover {
        color: #2877E4; }
    .news_wrap ul li .infos_wrap .prview_wrap {
      color: #666666;
      line-height: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-bottom: 5px; }
      .news_wrap ul li .infos_wrap .prview_wrap:hover {
        color: #2877E4; }
  .news_wrap ul li .author_infos_wrap {
    padding-left: 240px; }
    .news_wrap ul li .author_infos_wrap .name, .news_wrap ul li .author_infos_wrap .read_count, .news_wrap ul li .author_infos_wrap .avatar_wrap {
      display: none; }
    .news_wrap ul li .author_infos_wrap .tags_wrap {
      float: right;
      margin-right: 0; }
  .news_wrap ul li.top_flag1 .title {
    padding-right: 50px; }
    .news_wrap ul li.top_flag1 .title:after {
      content: '荐';
      position: absolute;
      right: 0;
      top: -1px;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      border-radius: 100%;
      border: 1px solid #FF6060;
      color: #FF6060;
      font-size: 16px; }

.news_wrap li.has_three_thumb .infos_wrap {
  height: auto;
  padding-left: 0; }

.news_wrap li.has_three_thumb .author_infos_wrap {
  padding-left: 0;
  margin-top: 10px; }
  .news_wrap li.has_three_thumb .author_infos_wrap span {
    display: inline-block;
    vertical-align: middle; }
  .news_wrap li.has_three_thumb .author_infos_wrap .tags_wrap {
    float: right;
    margin-right: 0; }

.news_wrap li.has_three_thumb .news-img {
  font-size: 0; }
  .news_wrap li.has_three_thumb .news-img span {
    display: inline-block;
    width: 230px;
    height: 160px;
    margin-right: 18px;
    background-size: cover;
    background-position: 50% 50%; }
    .news_wrap li.has_three_thumb .news-img span:last-child {
      margin-right: 0; }

.news_wrap ul .no_data {
  height: auto; }
  .news_wrap ul .no_data:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    box-shadow: none; }

/*适配移动端*/
@media (max-width: 768px) {
  .page_body .main_wrapper .left_wrap {
    padding: 0; }
  .news_wrap {
    width: 100%;
    margin-top: 0 !important; }
    .news_wrap ul li {
      height: auto;
      padding: 0.3rem 0; }
      .news_wrap ul li .spline-line {
        bottom: 0; }
      .news_wrap ul li:last-child .spline-line {
        display: block; }
      .news_wrap ul li:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        box-shadow: none; }
        .news_wrap ul li:hover .spline-line {
          opacity: 1;
          display: block; }
      .news_wrap ul li .thumb_wrap {
        width: 2.2rem;
        height: 1.54rem;
        top: 0.3rem;
        left: 0; }
        .news_wrap ul li .thumb_wrap .artical-country {
          width: 20px;
          height: 12px;
          left: 6px;
          top: 4px; }
          .news_wrap ul li .thumb_wrap .artical-country img {
            width: 100%; }
        .news_wrap ul li .thumb_wrap .channel_name {
          top: 0.1rem;
          left: 0.1rem;
          font-size: 0.2rem;
          padding: 0.03rem 0.1rem; }
      .news_wrap ul li .infos_wrap {
        position: relative;
        padding-left: 2.4rem;
        margin-top: 0;
        height: 1.1rem; }
        .news_wrap ul li .infos_wrap .title {
          font-size: 0.32rem;
          line-height: 0.48rem;
          font-weight: normal; }
        .news_wrap ul li .infos_wrap .prview_wrap {
          display: none; }
      .news_wrap ul li .author_infos_wrap {
        font-size: 0.22rem;
        padding-left: 2.4rem;
        height: 0.48rem;
        line-height: 0.48rem; }
        .news_wrap ul li .author_infos_wrap .avatar {
          display: none; }
        .news_wrap ul li .author_infos_wrap .name {
          color: #2877E4;
          margin-right: 0; }
        .news_wrap ul li .author_infos_wrap .time {
          margin: 0 0.3rem 0 0; }
        .news_wrap ul li .author_infos_wrap .read_count {
          float: left;
          margin: 0; }
      .news_wrap ul li.top_flag1 .title {
        position: relative;
        top: -0.07rem;
        padding-right: 0.6rem; }
        .news_wrap ul li.top_flag1 .title:after {
          width: 0.38rem;
          height: 0.38rem;
          line-height: 0.38rem;
          font-size: 0.2rem;
          top: 0.02rem; }
    .news_wrap ul li.has_three_thumb {
      position: relative; }
      .news_wrap ul li.has_three_thumb .news-img span {
        width: 2rem;
        height: 1.54rem;
        margin-right: 0.3rem; }
        .news_wrap ul li.has_three_thumb .news-img span img {
          width: 100%; }
        .news_wrap ul li.has_three_thumb .news-img span:last-child {
          margin-right: 0; }
      .news_wrap ul li.has_three_thumb .block_hot_icon {
        position: absolute;
        top: -0.04rem;
        left: -0.04rem;
        display: block;
        width: 0.72rem;
        height: 0.72rem;
        background-image: url("/images/block_hot.png");
        background-size: cover;
        background-position: 50% 50%; }
    .news_wrap ul .block_style .news-img span {
      height: 1.3rem; }
    .news_wrap ul .block_style .infos_wrap .title {
      margin-bottom: 8px; } }

html, body {
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  font-size: 14px;
  color: #333333;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i {
  font-style: normal; }

img {
  max-width: 100%; }

a {
  color: #333333; }

input::-webkit-input-placeholder {
  font-family: '微软雅黑'; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.no_data {
  text-align: center;
  padding: 100px 0 !important; }
  .no_data:before {
    width: 0 !important;
    height: 0 !important; }

.pzc_mobile_show {
  display: none !important; }

.refresh_tip {
  text-align: center;
  margin-bottom: 0.3rem;
  display: none; }

.js_back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #353535;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 1001; }
  .js_back_top:hover {
    background: #353535; }

.mobile_sidebar {
  display: none; }

.status_show {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 236px;
  left: 0;
  z-index: 9999; }
  .status_show > p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    box-sizing: border-box;
    min-width: 210px; }

.comment_disabled_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999; }

.js_back_top_q {
  bottom: 70px; }

.js_back_bottom {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #353535;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 1001;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }
  .js_back_bottom:hover {
    background: #353535; }

.tags_wrap a {
  color: #DBDBDB;
  margin-right: 8px; }
  .tags_wrap a:hover {
    color: #999; }
  .tags_wrap a .iconfont {
    font-size: 12px; }

.read_count {
  color: #999; }

.author_infos_wrap {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #999; }
  .author_infos_wrap span {
    margin-right: 15px;
    float: left; }
  .author_infos_wrap .avatar {
    width: 24px;
    height: 24px;
    background: #f2f2f2;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover; }
  .author_infos_wrap .name:hover {
    color: #2877E4; }
  .author_infos_wrap .time {
    margin-right: 20px; }
  .author_infos_wrap .read_count i {
    display: none; }

.page-breadcrumb-nav {
  width: 1200px;
  margin: 0 auto; }
  .page-breadcrumb-nav a {
    color: #a8a8a8;
    font-size: 12px; }
    .page-breadcrumb-nav a:hover {
      color: #2877E4; }

.page_body {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin: 20px auto 50px;
  min-height: 800px; }
  .page_body .main_wrapper {
    padding-left: 130px; }
    .page_body .main_wrapper .left_wrap {
      width: 700px; }
    .page_body .main_wrapper .right_wrap {
      width: 340px; }

.figures_wrap {
  position: relative;
  margin-bottom: 10px;
  height: 335px;
  overflow: hidden; }
  .figures_wrap .cover_wrap {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 335px;
    padding-top: 10%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 12px; }
    .figures_wrap .cover_wrap .avatar {
      width: 160px;
      height: 160px;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 100%;
      margin: 0 auto; }
    .figures_wrap .cover_wrap .name {
      font-size: 16px;
      height: 16px;
      margin: 30px 0 15px; }
    .figures_wrap .cover_wrap .brief {
      width: 80%;
      margin: 0 auto;
      opacity: 0.8; }
  .figures_wrap ul li {
    float: left;
    width: 105px;
    height: 105px;
    border-radius: 2px;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-bottom: 10px; }
    .figures_wrap ul li:nth-child(2) {
      margin-right: 0;
      width: 220px;
      height: 105px; }
    .figures_wrap ul li:nth-child(8) {
      margin-right: 0; }
    .figures_wrap ul li:nth-child(3) {
      margin-right: 10px; }
    .figures_wrap ul li:nth-child(5) {
      margin-right: 0px; }
  .figures_wrap ul.figures_top_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent; }

.right_ads_wrap {
  margin-bottom: 10px; }
  .right_ads_wrap ul li {
    border-radius: 2px;
    height: 100px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .right_ads_wrap ul li:last-child {
      margin-bottom: 0; }
    .right_ads_wrap ul li a {
      display: block;
      height: 100%; }

.recommend_wrap {
  background: #F9FAFD;
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 20px;
  overflow: hidden; }
  .recommend_wrap:last-child {
    margin-bottom: 0; }
  .recommend_wrap .head {
    height: 20px;
    line-height: 20px;
    margin-bottom: 30px; }
    .recommend_wrap .head .title {
      font-size: 16px;
      position: relative;
      top: -2px; }
    .recommend_wrap .head .iconfont {
      font-size: 20px;
      color: #2877E4;
      margin-right: 5px; }
    .recommend_wrap .head .more {
      color: #dfdfdf;
      font-size: 12px; }
      .recommend_wrap .head .more:hover {
        color: #2877E4; }
  .recommend_wrap .flash_list li {
    position: relative;
    margin-bottom: 25px; }
    .recommend_wrap .flash_list li:last-child {
      margin-bottom: 0; }
  .recommend_wrap .flash_list .title {
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 54px; }
  .recommend_wrap .flash_list .time {
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999999; }

.hot_list_wrap .icon-hothuorererexiao {
  color: #FF6060 !important;
  font-size: 22px !important;
  margin-right: 0px !important; }

.hot_list li {
  position: relative;
  margin-bottom: 20px;
  height: 45px;
  cursor: pointer; }
  .hot_list li:last-child {
    margin-bottom: 0; }
  .hot_list li a {
    display: block;
    position: relative;
    padding-left: 85px; }
  .hot_list li .thumb {
    position: absolute;
    top: 0px;
    left: 0;
    width: 70px;
    height: 45px;
    border-radius: 2px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%; }
  .hot_list li .title {
    font-size: 14px;
    line-height: 21px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .hot_list li .title:hover {
      color: #2877E4; }
  .hot_list li .brief {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .hot_list li .time {
    color: #999;
    font-size: 12px; }

.load_more {
  display: none;
  cursor: pointer;
  text-align: center;
  color: #888888;
  margin: 40px 0;
  height: 40px;
  line-height: 40px; }
  .load_more.can_click {
    display: block;
    color: #2877E4; }
  .load_more:hover {
    color: #2877E4; }
  .load_more i {
    font-size: 25px;
    position: relative;
    top: 3px;
    left: -3px; }

.icon-loading {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

.search_page {
  display: none;
  background: #F9FAFD;
  margin: 0 auto; }
  .search_page input {
    display: block;
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    color: #999999;
    font-size: 14px; }
    .search_page input::-webkit-input-placeholder {
      color: rgba(13, 26, 75, 0.2);
      font-size: 14px;
      font-family: '微软雅黑'; }
  .search_page .head a, .search_page .head i {
    display: none; }
  .search_page .body {
    display: none; }

.flash_share_wrap {
  display: none; }

.right_wrap .item_tit {
  padding: 20px 30px;
  border-bottom: solid 1px #EFF0F5; }
  .right_wrap .item_tit p {
    position: relative;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 21px; }
    .right_wrap .item_tit p::before {
      position: absolute;
      top: 50%;
      left: -10px;
      margin-top: -6px;
      content: '';
      width: 2px;
      height: 12px;
      background-color: #4a4a4a; }
    .right_wrap .item_tit p a {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      color: #999;
      cursor: pointer; }

.right_wrap .contact_us {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(153, 153, 153, 0.1);
  display: flex;
  align-items: center;
  padding: 30px 15px; }
  .right_wrap .contact_us .item_qrcode {
    flex-shrink: 0;
    margin: auto; }
    .right_wrap .contact_us .item_qrcode p {
      width: 145px;
      height: 152px;
      margin: 0 auto;
      background-image: url("/images/qrcode_bg.png");
      background-size: contain;
      background-position: 50% 50%; }
      .right_wrap .contact_us .item_qrcode p img {
        width: 96%;
        margin-top: calc(2% + 5px);
        margin-left: 2%; }
    .right_wrap .contact_us .item_qrcode span {
      margin-top: 20px;
      display: block;
      text-align: center;
      color: #999;
      font-size: 12px;
      line-height: 17px; }

.right_wrap .e_cig_container {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(153, 153, 153, 0.1); }
  .right_wrap .e_cig_container .e_cig_list {
    padding: 24px; }
    .right_wrap .e_cig_container .e_cig_list .article_list li {
      position: relative;
      margin-bottom: 10px;
      height: 145px; }
      .right_wrap .e_cig_container .e_cig_list .article_list li:last-child {
        margin-bottom: 0; }
      .right_wrap .e_cig_container .e_cig_list .article_list li .thumb {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%; }
      .right_wrap .e_cig_container .e_cig_list .article_list li .title {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        box-sizing: border-box; }
        .right_wrap .e_cig_container .e_cig_list .article_list li .title p {
          font-size: 12px;
          color: #fff;
          line-height: 17px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
  .right_wrap .e_cig_container .chain_list {
    padding: 20px; }
    .right_wrap .e_cig_container .chain_list li {
      display: inline-block;
      margin: 0 10px;
      margin-bottom: 10px; }
      .right_wrap .e_cig_container .chain_list li a {
        color: #31369E;
        font-size: 14px;
        line-height: 20px; }
  .right_wrap .e_cig_container .e_q_list ul {
    padding-bottom: 5px; }
    .right_wrap .e_cig_container .e_q_list ul li {
      padding: 15px 24px; }
      .right_wrap .e_cig_container .e_q_list ul li p:first-child {
        font-size: 14px;
        color: #333;
        line-height: 20px;
        margin-bottom: 10px; }
      .right_wrap .e_cig_container .e_q_list ul li p:nth-child(2) {
        font-size: 12px;
        line-height: 20px;
        color: #999;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
  .right_wrap .e_cig_container .cg_top10_list {
    padding: 10px 0; }
    .right_wrap .e_cig_container .cg_top10_list ul {
      padding: 0 15px; }
      .right_wrap .e_cig_container .cg_top10_list ul li {
        padding: 15px 10px;
        position: relative;
        font-size: 0; }
        .right_wrap .e_cig_container .cg_top10_list ul li span {
          font-size: 12px;
          display: inline-block;
          vertical-align: middle;
          line-height: 30px; }
          .right_wrap .e_cig_container .cg_top10_list ul li span i {
            display: inline-block;
            vertical-align: middle;
            font-style: normal;
            font-size: 12px; }
          .right_wrap .e_cig_container .cg_top10_list ul li span:last-child {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -15px;
            width: 60px;
            text-align: center;
            color: #4a4a4a;
            line-height: 30px; }
          .right_wrap .e_cig_container .cg_top10_list ul li span:first-child {
            width: 30px;
            margin-right: 5px;
            color: #273F80; }
          .right_wrap .e_cig_container .cg_top10_list ul li span:nth-child(2) {
            width: 170px;
            color: #666;
            font-weight: 700; }
            .right_wrap .e_cig_container .cg_top10_list ul li span:nth-child(2) i:first-child {
              margin-right: 2px;
              width: 30px;
              height: 30px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              box-shadow: 0 4px 16px 0 rgba(102, 102, 102, 0.1);
              background-position: 50% 50%;
              background-size: cover; }
            .right_wrap .e_cig_container .cg_top10_list ul li span:nth-child(2) i:last-child {
              width: calc(100% - 45px);
              line-height: 1.1; }
        .right_wrap .e_cig_container .cg_top10_list ul li:first-child {
          padding: 8px 10px;
          background-color: #EFF0F5;
          height: 24px; }
          .right_wrap .e_cig_container .cg_top10_list ul li:first-child span {
            color: #666;
            font-weight: normal;
            line-height: 24px; }
            .right_wrap .e_cig_container .cg_top10_list ul li:first-child span:last-child {
              line-height: 1; }

.commen_loading_box {
  z-index: 9999;
  position: fixed;
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .commen_loading_box > div {
    margin-top: 236px;
    width: 220px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px; }
    .commen_loading_box > div > i {
      font-size: 18px;
      margin-right: 10px; }

.login_model_box > .text {
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .login_model_box > .text > input {
    width: 100%;
    font-size: 16px;
    color: #070102;
    text-indent: 17px;
    border: none;
    background-color: #fff; }
    .login_model_box > .text > input::placeholder {
      color: #767779; }
  .login_model_box > .text input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset !important; }
  .login_model_box > .text > p {
    font-size: 16px;
    color: #767779;
    white-space: nowrap;
    margin-right: 17px;
    cursor: pointer; }
  .login_model_box > .text .time {
    display: none;
    color: #999; }
  .login_model_box > .text .rule {
    position: absolute;
    left: 0;
    bottom: -38px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1; }
    .login_model_box > .text .rule > p {
      font-size: 16px;
      font-weight: 300;
      color: #E60012;
      display: none; }

.login_model_box > button {
  width: 100%;
  height: 46px;
  background: #3336A1;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 35px;
  border: none;
  cursor: pointer; }

.login_model_box > a {
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid #2D2D8D;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 300;
  color: #3336A1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

.product_tips_dialog {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center; }
  .product_tips_dialog .content {
    width: 734px;
    height: 424px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #fff; }
    .product_tips_dialog .content h2 {
      font-size: 32px;
      font-weight: 500;
      color: #333333;
      margin: 50px 0 46px; }
    .product_tips_dialog .content p, .product_tips_dialog .content span, .product_tips_dialog .content h3 {
      font-size: 20px;
      font-weight: 400;
      color: #333333;
      text-align: center;
      margin-bottom: 20px; }
    .product_tips_dialog .content span {
      color: #b42727;
      display: block;
      margin-bottom: 40px; }
    .product_tips_dialog .content > div {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px; }
      .product_tips_dialog .content > div > button {
        width: 196px;
        height: 60px;
        font-size: 22px;
        font-weight: 400;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #3336A1; }
      .product_tips_dialog .content > div .unmet {
        color: #3336A1;
        margin-right: 68px;
        background-color: #fff; }
      .product_tips_dialog .content > div .satisfy {
        color: #fff;
        background-color: #3336A1; }

.scroll_msg {
  background-color: #3C3D41;
  border-bottom: solid 1px #fff;
  padding: 0 20%; }

#container_small_tip {
  height: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 40px; }

#content_small_tip {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  color: #fff; }

/*适配移动端*/
@media (max-width: 768px) {
  #container_small_tip {
    height: 0.5rem;
    line-height: 0.5rem; }
  #content_small_tip {
    font-size: 0.3rem; }
  .product_tips_dialog .content {
    width: 5.66rem;
    height: 5rem; }
    .product_tips_dialog .content h2 {
      font-size: 0.34rem;
      margin: 0.58rem 0 0.3rem; }
    .product_tips_dialog .content ul {
      padding: 0 0.45rem; }
    .product_tips_dialog .content p, .product_tips_dialog .content span, .product_tips_dialog .content h3 {
      font-size: 0.28rem;
      margin-bottom: 0.2rem; }
    .product_tips_dialog .content span {
      margin-bottom: 0.4rem; }
    .product_tips_dialog .content > div {
      margin-top: 0.12rem; }
      .product_tips_dialog .content > div > button {
        width: 2.06rem;
        height: 0.71rem;
        font-size: 0.26rem; }
      .product_tips_dialog .content > div .unmet {
        margin-right: 0.54rem; }
  body {
    display: flex;
    flex-direction: column; }
    body > .footer {
      display: none; }
  .status-bar {
    background-color: #fff;
    width: 100%; }
  .scroll_box {
    flex: 1;
    width: 100%;
    overflow: scroll; }
  .pzc_pc_show {
    display: none !important; }
  .pzc_mobile_show {
    display: flex !important; }
  .commen_loading_box > div {
    margin-top: 3.27rem;
    width: 3rem;
    height: 0.8rem;
    font-size: 0.26rem; }
    .commen_loading_box > div > i {
      font-size: 0.26rem;
      margin-right: 0.2rem; }
  .status_show {
    top: 3.27rem; }
    .status_show > p {
      font-size: 0.28rem;
      padding: 0.25rem 0.56rem;
      min-width: 2.4rem; }
  .mobile_sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9999; }
    .mobile_sidebar .sidebar_content {
      width: 3.59rem;
      height: 100%;
      background-color: #EFEFF7;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; }
      .mobile_sidebar .sidebar_content > a > i {
        width: 1.26rem;
        height: 1.26rem;
        border-radius: 50%;
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 1.01rem 0 0.28rem;
        border: 1px solid #E0E0E6; }
      .mobile_sidebar .sidebar_content > p {
        font-size: 0.32rem;
        font-weight: bold;
        color: #333333;
        margin-bottom: 0.2rem;
        display: flex;
        align-items: center; }
        .mobile_sidebar .sidebar_content > p a {
          color: #333333; }
        .mobile_sidebar .sidebar_content > p span {
          font-size: 0.4rem; }
      .mobile_sidebar .sidebar_content .user_id {
        display: none;
        margin-bottom: 0;
        color: #9F9F9F;
        font-size: 0.24rem;
        font-weight: normal; }
      .mobile_sidebar .sidebar_content > div {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .mobile_sidebar .sidebar_content > div hr {
          width: 2.99rem;
          border: none;
          border-bottom: 1px solid #E0E0E6;
          margin: 0.25rem 0; }
        .mobile_sidebar .sidebar_content > div > a {
          font-size: 0.28rem;
          font-weight: 300;
          color: #9F9F9F;
          margin: 0.25rem 0;
          position: relative; }
          .mobile_sidebar .sidebar_content > div > a.active {
            color: #333;
            font-weight: bold; }
          .mobile_sidebar .sidebar_content > div > a > i {
            width: 0.1rem;
            height: 0.1rem;
            background: #C10000;
            background-image: none !important;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: -0.08rem;
            display: none; }
      .mobile_sidebar .sidebar_content > img {
        position: absolute;
        top: 0.3rem;
        right: 0.3rem;
        width: 0.36rem;
        height: 0.3rem; }
  .flash_share_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 2000;
    background: #F9FAFD; }
    .flash_share_wrap .head {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      line-height: 0.9rem;
      background: #fff;
      text-align: center;
      font-size: 0.3rem;
      font-weight: bold;
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05); }
      .flash_share_wrap .head .close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 0.3rem;
        color: #999; }
        .flash_share_wrap .head .close .iconfont {
          font-size: 0.3rem; }
    .flash_share_wrap .img {
      padding: 1.5rem 0 1rem;
      text-align: center; }
      .flash_share_wrap .img img {
        display: block;
        width: 6rem;
        margin: 0 auto;
        border-radius: 2px; }
      .flash_share_wrap .img p {
        padding-top: 2rem;
        color: #999; }
  .search_page {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    background: #fff;
    z-index: 1002;
    transition: all linear .3s;
    -webkit-transition: all linear .3s; }
    .search_page .head {
      position: fixed;
      top: 0;
      left: 100%;
      width: 100%;
      height: auto;
      background: #fafcfe;
      padding: 0.16rem 0.98rem 0.16rem 0.3rem;
      box-sizing: border-box;
      z-index: 1500;
      transition: all linear .3s;
      -webkit-transition: all linear .3s;
      line-height: 0.98rem; }
      .search_page .head .js_cancel {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.9rem;
        color: #999; }
      .search_page .head .input_wrap {
        height: 0.64rem;
        line-height: 0.64rem;
        background: #F2F2F2;
        border-radius: 1rem;
        position: relative;
        box-sizing: border-box;
        padding: 0 0.9rem 0 .75rem; }
        .search_page .head .input_wrap i {
          display: block;
          position: absolute;
          left: 0.28rem;
          top: 50%;
          transform: translateY(-50%);
          color: #2877E4; }
        .search_page .head .input_wrap .js_search {
          display: block;
          font-size: 0.26rem;
          line-height: 0.64rem;
          position: absolute;
          top: 0;
          right: 0.28rem;
          color: #2877E4; }
        .search_page .head .input_wrap input {
          width: 100%;
          height: 100%;
          background: transparent;
          color: #333;
          border: none; }
          .search_page .head .input_wrap input::-webkit-input-placeholder {
            color: rgba(13, 26, 75, 0.3); }
    .search_page .body {
      padding: 1rem 0.3rem 0.3rem; }
      .search_page .body .search_tip {
        text-align: center;
        font-size: 0.24rem;
        margin: 0.3rem 0;
        color: #999999; }
    .search_page.show {
      left: 0; }
      .search_page.show .head {
        left: 0; }
  .no_data {
    padding: 1rem 0 !important; }
  .back_last_page {
    transform: rotate(-90deg);
    color: #2877E4; }
  .load_more {
    margin: 0.4rem 0 0.2rem; }
    .load_more:hover {
      color: #888888; }
    .load_more:active {
      color: #2877E4; }
  html, body {
    background: #fff !important;
    height: 100%; }
    html.no_scroll, body.no_scroll {
      overflow: hidden; }
  html, body, .w1200, .page_body {
    width: 100%; }
  .page_body {
    padding: 0rem 0 0.4rem;
    min-height: 89.4% !important;
    margin: 0; }
    .page_body .main_wrapper {
      padding-left: 0;
      width: 100% !important; }
      .page_body .main_wrapper .right_wrap {
        display: none; }
      .page_body .main_wrapper .left_wrap {
        width: 100% !important;
        padding: 0 0.3rem;
        box-sizing: border-box;
        border: 0 !important;
        box-shadow: none !important; }
        .page_body .main_wrapper .left_wrap .banner_wrap {
          height: 4rem; }
  .author_infos_wrap {
    font-size: 0.24rem; }
    .author_infos_wrap .tags_wrap {
      margin: 0;
      text-align: left; }
      .author_infos_wrap .tags_wrap .js_tags {
        margin-right: 0.08rem; }
        .author_infos_wrap .tags_wrap .js_tags .iconfont {
          font-size: 0.22rem; }
        .author_infos_wrap .tags_wrap .js_tags:nth-child(n+3) {
          display: none; }
    .author_infos_wrap .read_count i {
      padding: 0 0.1rem;
      display: inline; }
  .js_back_top {
    right: 0.3rem;
    bottom: 1.8rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem; }
    .js_back_top .iconfont {
      font-size: 0.3rem; }
  .js_back_bottom {
    right: 0.3rem;
    bottom: 0.9rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem; }
    .js_back_bottom .iconfont {
      font-size: 0.3rem; }
  .login_model_box > .text {
    height: 0.8rem;
    border-radius: 0;
    margin-bottom: 0.3rem; }
    .login_model_box > .text > input {
      font-size: 0.24rem;
      text-indent: 0.2rem; }
    .login_model_box > .text > p {
      font-size: 0.24rem;
      margin-right: 0.2rem; }
    .login_model_box > .text .rule {
      left: 0;
      top: calc(100% - 0.1rem); }
      .login_model_box > .text .rule > p {
        font-size: 0.24rem; }
  .login_model_box > button {
    margin-top: 0.7rem;
    border: none; }
  .login_model_box > button, .login_model_box > a {
    border-radius: 0.05rem;
    height: 0.8rem;
    font-size: 0.28rem;
    margin-bottom: 0.28rem; } }

.top100 {
  display: none; }

.icon_1 {
  display: inline-block;
  background: url("/images/icon_1.jpg") no-repeat; }

.icon_2 {
  display: inline-block;
  background: url("/images/icon_2.jpg") no-repeat; }

.icon_3 {
  display: inline-block;
  background: url("/images/icon_3.jpg") no-repeat; }

.icon_logo {
  display: inline-block;
  background: url("/images/icon_logo.png") no-repeat;
}

.nav_search_icon {
  width: 16px;
  height: 18px;
  background-size: 750px auto;
  background-position: -440px -121px; }

.review_icon {
  background-size: 940%;
  width: 0.57rem;
  height: 0.57rem; }

.review_my_comment {
  background-position: -0.24rem -0.24rem; }

.review_my_like {
  background-position: -0.87rem -0.24rem; }

.review_list {
  background-position: -1.5rem -0.24rem; }

.my_icon {
  background-size: 260px auto; }

.my_avatar_icon {
  width: 22px;
  height: 24px;
  background-position: -23px -22px; }

.my_id_icon {
  width: 24px;
  height: 20px;
  background-position: -70px -22px; }

.my_name_icon {
  width: 20px;
  height: 22px;
  background-position: -118px -23px; }

.my_sex_icon {
  width: 21px;
  height: 22px;
  background-position: -165px -22px; }

.my_phone_icon {
  width: 16px;
  height: 24px;
  background-position: -212.5px -23px; }

.my_email_icon {
  width: 20px;
  height: 16px;
  background-position: -24px -71px; }

.my_password_icon {
  width: 17px;
  height: 22px;
  background-position: -71px -71px; }

.my_vocation_icon {
  width: 12px;
  height: 27px;
  background-position: -118px -71px; }

.my_brief_introduction_icon {
  width: 19px;
  height: 22px;
  background-position: -166px -71px; }

.personal_center_icon {
  background-size: 640px auto; }

.personal_data_icon {
  width: 20px;
  height: 20px;
  background-position: -112.5px -58.5px; }

.personal_msg_icon {
  background-size: 690px auto;
  width: 22px;
  height: 22px;
  background-position: -28px -62px; }

.personal_collect_icon {
  background-size: 550px auto;
  width: 19px;
  height: 18px;
  background-position: -95.8px -20px; }

.article_review_icon {
  width: 22px;
  height: 21px;
  background-position: -155px -24px; }

.product_reviews_icon {
  width: 22px;
  height: 20px;
  background-position: -65.8px -58px; }

.personal_footmark_icon {
  background-size: 580px auto;
  width: 15px;
  height: 19px;
  background-position: -61.5px -21.5px; }

.personal_feedback_icon {
  width: 23px;
  height: 18px;
  background-position: -24px -24px; }

.personal_arrow_icon {
  background-size: 960px auto;
  height: 13px;
  background-position: -562px -400px; }

.ranking_icon {
  background-size: 744px auto; }

.ranking_one_icon {
  background-position: -31px -122px; }

.ranking_two_icon {
  background-position: -101px -122px; }

.ranking_three_icon {
  background-position: -172px -122px; }

.comment_hot_icon {
  background-size: 540px auto;
  background-position: -76px -142px; }

.comment_new_icon {
  background-size: 540px auto;
  background-position: -25px -142px; }

.product_praise_icon {
  background-size: 500px auto;
  background-position: -19px -82px;
  height: 17px; }

.product_praise_icon_light {
  background-size: 500px auto;
  background-position: -53px -82px;
  height: 17px; }

.product_appraise_icon {
  background-size: 500px auto;
  background-position: -84px -113px; }

.collect_start_dim {
  background-size: 400px auto;
  background-position: -15px -91px;
  height: 17px; }

.collect_start_light {
  background-size: 400px auto;
  background-position: -42px -91px;
  height: 17px; }

.my_collect_start_light {
  background-size: 530px auto;
  background-position: -56px -120px; }

.load_more_arrow {
  background-size: 900px auto;
  background-position: -528px -432px;
  height: 18px; }

.default_avatar_icon {
  background-size: 744px auto !important;
  background-position: -31px -122px !important; }

.feedback_arrow_down_icon {
  background-size: 550px auto;
  background-position: -270px -144px; }

.wx_login_dialog_icon {
  background-size: 700px auto;
  background-position: -319px -33px; }

.login_close_icon {
  background-size: 900px auto;
  background-position: -588px -202px; }

.code_dialog_close_icon {
  background-size: 656px auto;
  background-position: -430px -148px; }

.complaint_finishi_icon {
  background-size: 744px auto;
  background-position: -473px -167px; }

.modify_text_clear_icon {
  background-size: 430px auto;
  background-position: -104px -125px; }

.add_image_icon {
  background-size: 744px auto;
  background-position: -567px -167px; }

.product_details_box .product_praise_icon, .comment_msg .product_praise_icon {
  background-size: 650px auto;
  background-position: -23px -105px; }

.product_details_box .product_praise_icon_light, .comment_msg .product_praise_icon_light {
  background-size: 650px auto;
  background-position: -68px -105px; }

.product_details_box .product_appraise_icon, .comment_msg .product_appraise_icon {
  background-size: 580px auto;
  background-position: -101px -132px; }

.library_arrow_icon {
  background-size: 950px auto;
  background-position: -688px -34px; }

.library_arrow_light_icon {
  background-size: 950px auto;
  background-position: -754px -33px; }

.logo_icon1 {
  /*background-size: 240px auto;*/
  /*background-size: contain;*/
  /*background-position: -11px -9px; */
  background-size: cover;
}

.login_logo_icon1 {
  background-size: 760px auto;
  background-position: -472px -34px; }

.arrow_up_icon {
  background-size: 320px auto;
  background-position: -186px -93px; }

.arrow_down_icon {
  background-size: 320px auto;
  background-position: -165px -93px; }

/*适配移动端*/
@media (max-width: 768px) {
  .my_avatar_icon {
    background-size: 1400%;
    width: 0.29rem;
    height: 0.31rem;
    background-position: -0.37rem -0.37rem; }
  .my_id_icon {
    background-size: 1100%;
    width: 0.33rem;
    height: 0.27rem;
    background-position: -0.98rem -0.32rem; }
  .my_name_icon {
    background-size: 1300%;
    width: 0.3rem;
    height: 0.32rem;
    background-position: -1.76rem -0.35rem; }
  .my_sex_icon {
    background-size: 1300%;
    width: 0.31rem;
    height: 0.325rem;
    background-position: -2.56rem -0.36rem; }
  .my_phone_icon {
    background-size: 1500%;
    width: 0.24rem;
    height: 0.34rem;
    background-position: -2.92rem -0.31rem; }
  .my_email_icon {
    background-size: 1250%;
    width: 0.31rem;
    height: 0.25rem;
    background-position: -0.34rem -1.06rem; }
  .my_password_icon {
    background-size: 1390%;
    width: 0.26rem;
    height: 0.33rem;
    background-position: -0.98rem -0.98rem; }
  .my_vocation_icon {
    background-size: 1900%;
    width: 0.2rem;
    height: 0.43rem;
    background-position: -1.73rem -1.03rem; }
  .my_brief_introduction_icon {
    background-size: 1200%;
    width: 0.3rem;
    height: 0.335rem;
    background-position: -2.28rem -0.97rem; }
  .my_arrow_icon {
    background-size: 5700% auto;
    background-position: -8.18rem -2.32rem; }
  .personal_collect_icon {
    background-size: 2800% auto;
    width: 0.32rem;
    height: 0.3rem;
    background-position: -1.55rem -0.32rem; }
  .article_review_icon {
    background-size: 2700% auto;
    width: 0.33rem;
    height: 0.31rem;
    background-position: -2.15rem -0.33rem; }
  .product_reviews_icon {
    background-size: 2900% auto;
    width: 0.34rem;
    height: 0.31rem;
    background-position: -1.01rem -0.89rem; }
  .personal_footmark_icon {
    background-size: 3800% auto;
    width: 0.27rem;
    height: 0.34rem;
    background-position: -1.09rem -0.38rem; }
  .personal_feedback_icon {
    background-size: 2700% auto;
    width: 0.35rem;
    height: 0.27rem;
    background-position: -0.34rem -0.35rem; }
  .personal_arrow_icon {
    background-size: 13200% auto;
    height: 0.28rem;
    background-position: -11.6rem -8.22rem; }
  .comment_hot_icon {
    background-size: 1900% auto;
    background-position: -0.96rem -1.8rem; }
  .comment_new_icon {
    background-size: 1900% auto;
    background-position: -0.31rem -1.8rem; }
  .product_praise_icon {
    background-size: 2700% auto;
    background-position: -0.3rem -1.4rem;
    width: 0.32rem;
    height: 0.32rem; }
  .product_praise_icon_light, .praise_light {
    background-size: 2700% auto;
    background-position: -0.9rem -1.4rem;
    width: 0.32rem;
    height: 0.32rem; }
  .mobile_reply .product_praise_icon {
    background-size: 3000% auto;
    background-position: -0.43rem -1.87rem;
    height: 0.38rem;
    width: 0.38rem; }
  .mobile_reply .product_praise_icon_light {
    background-size: 3000% auto;
    background-position: -1.23rem -1.87rem;
    height: 0.38rem;
    width: 0.38rem; }
  .collect_start_dim {
    background-size: 2250% auto;
    background-position: -0.32rem -2.04rem;
    height: 0.4rem;
    width: 0.4rem; }
  .collect_start_light {
    background-size: 2250% auto;
    background-position: -0.95rem -2.04rem;
    height: 0.4rem;
    width: 0.4rem; }
  .my_collect_start_light {
    background-size: 2250% auto;
    background-position: -0.64rem -1.37rem; }
  .product_appraise_icon {
    background-size: 2250% auto;
    background-position: -1.25rem -1.64rem;
    width: 0.32rem;
    height: 0.28rem; }
  .close_dialog_icon {
    background-size: 3400% auto;
    background-position: -4.4rem -1.9rem; }
  .comment_arrow_left_icon {
    background-size: 4800% auto;
    background-position: -7.74rem -2rem; }
  .feedback_arrow_down_icon {
    background-size: 1000% auto;
    background-position: -4.87rem -2.6rem; }
  .mobile_wx_login_icon {
    background-size: 850% auto;
    background-position: -5.82rem -0.34rem; }
  .code_dialog_close_icon {
    background-size: 3500% auto;
    background-position: -6.18rem -2.1rem; }
  .mobile_arrow_left_icon {
    background-size: 3700% auto;
    background-position: -7rem -1.82rem; }
  .complaint_finishi_icon {
    background-size: 1200% auto;
    background-position: -6.25rem -2.2rem; }
  .modify_text_clear_icon {
    background-size: 2250% auto;
    background-position: -2.24rem -2.68rem; }
  .add_image_icon {
    background-size: 1300% auto;
    background-position: -7.3rem -2.15rem; }
  .mobile_sidebar_close_icon {
    background-size: 1200% auto;
    background-position: -6.25rem -2.2rem; }
  .mobile_sidebar_user_icon {
    background-size: 2400% auto;
    background-position: -2.77rem -0.33rem; }
  .mobile_search_icon {
    background-size: 2450% auto;
    background-position: -4.32rem -0.83rem; }
  .product_details_box .product_praise_icon, .comment_msg .product_praise_icon {
    background-size: 2700% auto;
    background-position: -0.3rem -1.4rem;
    width: 0.32rem;
    height: 0.32rem; }
  .product_details_box .product_praise_icon_light, .product_details_box .praise_light, .comment_msg .product_praise_icon_light, .comment_msg .praise_light {
    background-size: 2700% auto;
    background-position: -0.9rem -1.4rem;
    width: 0.32rem;
    height: 0.32rem; }
  .product_details_box .product_appraise_icon, .comment_msg .product_appraise_icon {
    background-size: 2250% auto;
    background-position: -1.25rem -1.64rem;
    width: 0.32rem;
    height: 0.28rem; }
  .mobile_logo_icon1 {
    /*background-size: 310% auto;*/
    /*background-position: -5.12rem -0.37rem;*/
    background: url('/images/logo2.jpg') no-repeat;
    background-size: contain;
  }
  .login_logo_icon1 {
    background-size: 310% auto;
    background-position: -7.02rem -0.5rem; }
  .arrow_up_icon {
    background-size: 2500% auto;
    background-position: -3.07rem -1.5rem; }
  .arrow_down_icon {
    background-size: 2500% auto;
    background-position: -2.72rem -1.5rem; } }
