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

.trans {
  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; }

.panle {
  background: #FFFFFF;
  box-shadow: 0 5px 16px 0 rgba(153, 153, 153, 0.1); }

html, body {
  background: #EFF0F5; }

::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px; }

::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.2); }

.logo {
  display: block;
  width: 122px;
  height: 38px;
  cursor: pointer;
  font-size: 0; }
  .logo span {
    display: inline-block;
    vertical-align: middle;
    line-height: 38px; }
    .logo span:first-child {
      width: 40px;
      height: 40px;
      /*margin-right: 15px; */
    }
      .logo span:first-child i {
        width: 100%;
        height: 100%;
        /*width: 40px;*/
        /*height: 25.5px;*/
        /*margin-top: 7px; */
      }
    .logo span:last-child {
      /*color: #31369E;*/
      color: #047bf7;
      margin-left: 10px;
      font-size: 16px;
      font-weight: 700;
      position: relative;
      top: 1px; }

.top_nav_right_box {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }
  .top_nav_right_box .nav_search {
    margin-left: 9px;
    cursor: pointer; }
  .top_nav_right_box .top_login {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #3336A1;
    font-size: 16px; }
    .top_nav_right_box .top_login > a {
      font-size: 16px;
      color: #3336A1;
      padding: 0 10px; }
  .top_nav_right_box .about_user {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 26px; }
    .top_nav_right_box .about_user .user_msg {
      position: relative;
      z-index: 9; }
      .top_nav_right_box .about_user .user_msg > div {
        position: absolute;
        width: 94px;
        top: 55px;
        left: -25px;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 6px 2px rgba(51, 54, 161, 0.11);
        display: none; }
        .top_nav_right_box .about_user .user_msg > div > div {
          width: 100%;
          height: 38px;
          background-color: #fff; }
          .top_nav_right_box .about_user .user_msg > div > div > a {
            font-size: 16px;
            display: flex;
            width: 100%;
            height: 36px;
            color: #666666;
            align-items: center;
            justify-content: center; }
          .top_nav_right_box .about_user .user_msg > div > div:hover {
            background-color: #3336A1; }
            .top_nav_right_box .about_user .user_msg > div > div:hover a {
              color: #fff; }
        .top_nav_right_box .about_user .user_msg > div .personal_center:before, .top_nav_right_box .about_user .user_msg > div .personal_center:after {
          width: 0;
          height: 0;
          border: transparent solid;
          position: absolute;
          bottom: 100%;
          /*该属性一定要有*/
          content: ''; }
        .top_nav_right_box .about_user .user_msg > div .personal_center:before {
          border-width: 7px;
          border-bottom-color: #DCDCDC;
          left: calc(50% - 7px); }
        .top_nav_right_box .about_user .user_msg > div .personal_center:after {
          border-width: 5px;
          border-bottom-color: #fff;
          left: calc(50% - 5px); }
        .top_nav_right_box .about_user .user_msg > div .personal_center:hover:after {
          border-bottom-color: #DCDCDC; }
      .top_nav_right_box .about_user .user_msg > a {
        display: block;
        width: 44px;
        height: 44px;
        position: relative; }
        .top_nav_right_box .about_user .user_msg > a > .msg_num {
          position: absolute;
          width: 19px;
          height: 19px;
          line-height: 20px;
          background-color: #C10000;
          border-radius: 50%;
          color: #EFEFF7;
          font-size: 12px;
          text-align: center;
          display: none;
          top: -7px;
          right: -5px; }
        .top_nav_right_box .about_user .user_msg > a > i {
          display: block;
          width: 44px;
          height: 44px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%; }

.top_search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px; }
  .top_search input {
    width: 212px;
    height: 30px;
    background-color: #EFF0F5;
    font-size: 14px;
    line-height: 30px;
    padding-left: 6px;
    border: none; }
    @media only screen and (max-width: 960px) {
      .top_search input {
        width: 112px; } }

.mobile_top {
  display: none; }

.mobile_search_result {
  display: none; }

.top_nav {
  background-color: #fff;
  padding: 11px 0; }
  .top_nav .block_width_padding {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
  .top_nav .main_nav {
    position: absolute;
    left: 124px;
    right: 300px;
    top: 2px; }
    .top_nav .main_nav .main_nav_link {
      display: table;
      position: absolute;
      width: 100%; }
    .top_nav .main_nav li {
      display: table-cell;
      text-align: left;
      white-space: nowrap; }
      .top_nav .main_nav li a {
        display: block;
        padding: .35em .5em;
        color: #4A4A4A;
        font-weight: 300;
        font-size: 16px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .top_nav .main_nav li a.c {
          font-weight: bold;
          color: #000; }
      .top_nav .main_nav li.active a {
        font-weight: bold;
        color: #000 !important;
        background: none; }
        .top_nav .main_nav li.active a:hover {
          color: #000 !important; }

@media (max-width: 768px) {
  .page_body {
    background-color: #e7e7ec; }
  .top_nav {
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #fff; }
    .top_nav .block_width_padding {
      width: 100%; }
    .top_nav .main_nav {
      width: calc(100% - 120px);
      overflow: auto;
      height: 38px;
      left: 90px;
      top: 1px; }
      .top_nav .main_nav .main_nav_link {
        width: auto; }
    .top_nav .mobile_top {
      display: block;
      width: 100%;
      border-bottom: 1px solid #f5f5f5; }
      .top_nav .mobile_top .top_hearder {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0.25rem 0.3rem;
        border-bottom: 1px solid #f5f5f5; }
        .top_nav .mobile_top .top_hearder .top_left {
          position: relative; }
          .top_nav .mobile_top .top_hearder .top_left .mobile_sidebar_user_icon {
            width: 0.37rem;
            height: 0.37rem; }
          .top_nav .mobile_top .top_hearder .top_left i {
            position: absolute;
            top: -0.04rem;
            right: -0.06rem;
            width: 0.1rem;
            height: 0.1rem;
            background: #C10000;
            border-radius: 50%;
            display: none; }
        .top_nav .mobile_top .top_hearder > a i {
          width: 2.66rem;
          height: 0.43rem; }
        .top_nav .mobile_top .top_hearder .top_right {
          display: flex;
          align-items: center;
          position: relative; }
          .top_nav .mobile_top .top_hearder .top_right .search {
            width: 0.34rem;
            height: 0.38rem; }
      .top_nav .mobile_top .mobile_main_nav {
        overflow-x: auto;
        margin: 0 0.3rem;
        box-sizing: border-box; }
        .top_nav .mobile_top .mobile_main_nav .main_nav_link {
          display: flex;
          align-items: center;
          flex-wrap: nowrap;
          min-width: 110%;
          height: 0.7rem; }
          .top_nav .mobile_top .mobile_main_nav .main_nav_link li {
            white-space: nowrap;
            font-size: 0.3rem;
            font-weight: 400;
            line-height: 0.37rem;
            margin-right: 0.3rem; }
            .top_nav .mobile_top .mobile_main_nav .main_nav_link li > a {
              color: #989898; }
            .top_nav .mobile_top .mobile_main_nav .main_nav_link li.active > a {
              color: #3336A1; }
    .top_nav .block_width_padding {
      display: none; }
  .top_search {
    display: none; }
  .logo {
    width: 80px;
    margin-left: 10px; }
    .logo span:first-child {
      width: 30px;
      margin-right: 8px; }
  .mobile-search {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px; }
  .top_nav_right_box {
    display: none; } }
