﻿body,
html {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
}

a {
  text-decoration: none;
}

.vam {
  display: inline-block;
  vertical-align: middle;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.r-container {
  padding: 36px 0;
}

.banner-wrap {
  color: white;
  margin: 0 auto;
  height: 800px;
  max-width: 1920px;
  min-width: 1200px;
  position: relative;
  background: transparent url(/static3/images/index2019/banner.png) top center no-repeat;
}

.search-wrap {
  margin: 0 auto;
  width: 1140px;
  height: 100%;
  position: relative;
  display: table;
}
/*.sw-center{
  display:table;
  vertical-align:middle;
  table-layout:fixed;
  width:100%;
}*/
.search-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.sb-box {
  position: relative;
  margin-bottom: 97px;
}

.search-box .bn-title {
  color: white;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}

  .search-box .bn-title .bn-num {
    color: #5EBDFF;
  }

.search-box .bn-con {
  font-size: 20px;
  color: #eee;
  margin: 8px 0 0;
  line-height: 28px;
}

.search-box .sb-scroll {
  position: absolute;
  right: 0;
  top: 50px;
  padding: 0 21px;
  width: 420px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  border: 1px solid rgba(161,161,161,0.54);
  overflow: hidden;
}

  .search-box .sb-scroll .sb-scul {
    font-size: 14px;
  }

.sbs-item {
  display: block;
  line-height: 40px;
  color: white;
}

  .sbs-item .sbs-con {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

    .sbs-item .sbs-con.sbs-name {
      width: 52px;
    }

    .sbs-item .sbs-con.sbs-status {
      width: 82px;
      color: #FFB73F;
    }

    .sbs-item .sbs-con.sbs-job {
      width: 103px;
    }

    .sbs-item .sbs-con.sbs-salay {
      width: 85px;
      color: #5EBDFF;
    }

    .sbs-item .sbs-con.sbs-time {
      width: 52px;
      text-align: right;
    }
/* 搜索 */
.page-search {
  background: rgba(255,255,255, .2);
  margin: 25px 0;
  padding: 30px;
}

  .page-search .ps-style {
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    margin: 0 27px 0 0;
    border: 0 none;
    padding: 0 5px 0 46px;
    background: #fff url(/static3/images/index2019/icon_job.png) 15px 17px no-repeat;
    background-size: 16px 16px;
    border-radius: 4px;
    color: #333;
  }

  .page-search .ps-txt {
    width: 340px;
    background-image: url(/static3/images/index2019/icon_job.png);
  }

  .page-search .ps-sel {
    width: 245px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

    .page-search .ps-sel.ps-sel--location {
      background-image: url(/static3/images/index2019/icon_map.png);
    }

    .page-search .ps-sel.ps-sel--salay {
      background-image: url(/static3/images/index2019/icon_salay.png);
    }

  .page-search .ps-btn {
    background: #3B87FF;
    border: 0 none;
    width: 154px;
    height: 50px;
    line-height: 47px;
    color: white;
    transition: background-color .25s ease-in-out;
    border-radius: 6px;
  }

    .page-search .ps-btn > img {
      width: 14px;
      height: 14px;
      vertical-align: middle;
    }

    .page-search .ps-btn > span {
      display: inline-block;
      vertical-align: middle;
    }

    .page-search .ps-btn:hover {
      background-color: #386ab9;
    }

.page-hotkey {
  line-height: 22px;
  color: white;
}

  .page-hotkey .ph-img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }

  .page-hotkey .ph-title {
    margin: 0 19px 0 7px;
  }

  .page-hotkey .ph-link {
    margin-right: 4px;
    transition: color .2s ease-in-out;
    max-width: 132px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
  }

    .page-hotkey .ph-link:hover,
    .page-hotkey .ph-link:active,
    .page-hotkey .ph-link:focus {
      text-decoration: none;
      color: #5EBDFF;
    }

.bn-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: rgba(255,255,255, .2);
}

  .bn-footer .bnf-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .bn-footer .bnf-item {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-width: 1px;
    border-style: solid;
    border-color: transparent rgba(255, 255, 255, .2) transparent rgba(255, 255, 255, .2);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
  }

    .bn-footer .bnf-item:hover {
      background: #23c0e9;
      box-shadow: 0px 0px 37px #00000091;
      z-index: 2;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.5);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.1);
      transition: all 200ms ease-in;
      transform: scale(1.1);
    }

    .bn-footer .bnf-item .bnf-con {
      display: block;
      text-align: center;
      margin: 25px auto 0;
      color: white;
    }

    .bn-footer .bnf-item .bnf-img {
      width: 28px;
      height: 28px;
    }

      .bn-footer .bnf-item .bnf-img.bnf-img--hover {
        display: none;
      }

    .bn-footer .bnf-item:hover .bnf-img {
      display: none;
    }

      .bn-footer .bnf-item:hover .bnf-img.bnf-img--hover {
        display: inline-block;
      }

    .bn-footer .bnf-item .bnf-title {
      line-height: 1;
      padding: 13px 0 7px;
    }

    .bn-footer .bnf-item .bnf-job {
      color: #fff;
      opacity: .72;
      font-size: 14px;
    }
/* 加载动画 start */
.anitr, .anitr1, .anitr2, .anitr3, .anitr4, .anitr5, .anitr6, .anitr7 {
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
}

.ani {
  -ms-transform: translateY(66px);
  -webkit-transform: translateY(66px);
  transform: translateY(66px);
  opacity: 0;
}

.anitr1 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.anitr2 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.anitr3 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.anitr4 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.anitr5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.anitr6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
/* 加载动画 end */
/* 热招城市 start */
.hot-city {
}

  .hot-city .hc-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 0 15px;
    position: relative;
  }

    .hot-city .hc-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 44px;
      height: 2px;
      background: transparent url(/static3/images/index2019/hline_blue.png) left top no-repeat;
      background-size: 100%;
    }

  .hot-city .hc-con {
    margin: 30px auto 0;
  }

  .hot-city .hc-list {
  }

  .hot-city .hc-item {
    position: relative;
    margin: 0 7px 7px 0;
    width: 194px;
    height: 90px;
    float: left;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

    .hot-city .hc-item:nth-child(6n) {
      margin-right: 0;
    }
    /*.hot-city .hc-item__mask{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
  background:#000;
  opacity:.4;
  transition: top .25s ease-in-out;
}*/
    .hot-city .hc-item:hover .hc-item__mask {
      top: 0;
    }

  .hot-city .hc-item__link {
    display: block;
    height: 100%;
  }

  .hot-city .hc-item__img {
    width: 100%;
  }
/* 热招城市 end */
/* 行业选择 start */
.industry-wrap {
}

.iw-nav {
  float: left;
  width: 390px;
  box-shadow: 0px 2px 9px 0px rgba(132,132,132,0.5);
  font-size: 14px;
}

.iw-nav__item {
  padding: 0 38px 0 18px;
  height: 44px;
  line-height: 44px;
  transition: background-color .25s ease-in-out;
}

.iw-nlbox {
  position: relative
}

  .iw-nlbox::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 50%;
    margin: -6px auto 0;
    width: 6px;
    height: 12px;
    background: transparent url(/static3/images/index2019/icon_more-gray@2x.png) left center no-repeat;
    background-size: 100%;
  }

.iw-nav__item:hover {
  background-color: #3B87FF;
}

  .iw-nav__item:hover::after {
    background-image: url(/static3/images/index2019/icon_more_hover@2x.png);
  }

.iw-nav__item .iw-nlbox {
  display: block;
  overflow: hidden;
  height: 44px;
  white-space: nowrap;
}

.iw-nav__link {
  color: #333;
  margin: 0 26px 0 0;
}

  .iw-nav__link:hover,
  .iw-nav__link:active,
  .iw-nav__link:focus {
    text-decoration: underline;
  }

.iw-nav__item:hover .iw-nav__link {
  color: white;
}

  .iw-nav__item:hover .iw-nav__link:hover,
  .iw-nav__item:hover .iw-nav__link:active,
  .iw-nav__item:hover .iw-nav__link:focus {
    color: white;
  }

.iw-nav__link.iw-nav__link--first {
  font-size: 15px;
  font-weight: bold;
}

.iw-nav__link.iw-nav__link--third {
}

.iw-nav__item .iw-nav__con {
  position: absolute;
  left: 390px;
  top: 36px;
  /*padding:21px;
  width:600px;
  min-height:280px;*/
  -ms-transform: translateY(-66px);
  -webkit-transform: translateY(-66px);
  transform: translateY(-66px);
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(132,132,132,0.5);
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 1.4;
  z-index: 9;
}

.iw-nav__item:hover .iw-nav__con {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  padding: 21px;
  width: 810px;
  min-height: 280px;
  height: auto;
}

.iw-nav__item .iw-nav__title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 20px;
}

.iw-nav__item .iw-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 7px 0 18px;
  color: #666;
  font-size: 14px;
}

  .iw-nav__item .iw-nav__list:last-child {
    margin-bottom: 0;
  }

  .iw-nav__item .iw-nav__list .iwn__link {
    color: #666;
    flex: 0 0 178px;
    color: #666;
    margin: 0 13px 0 0;
    line-height: 20px;
    position: relative;
    overflow: hidden;
  }

    .iw-nav__item .iw-nav__list .iwn__link::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      margin: -6px auto 0;
      height: 12px;
      width: 0;
      border: 0 none;
    }

    .iw-nav__item .iw-nav__list .iwn__link:last-child::after {
      display: none;
    }

    .iw-nav__item .iw-nav__list .iwn__link:hover,
    .iw-nav__item .iw-nav__list .iwn__link:active,
    .iw-nav__item .iw-nav__list .iwn__link:focus {
      color: #3B87FF;
      text-decoration: underline;
    }

.iw-nav__all {
  height: 44px;
  line-height: 44px;
  border-top: 1px dashed #E0E0E0;
}

  .iw-nav__all > a {
    display: block;
    padding: 0 0 0 18px;
    color: #3B87FF;
  }

.iw-swiper {
  float: right;
  width: 794px;
  height: 352px;
}

  .iw-swiper .is-item {
  }

    .iw-swiper .is-item > img {
      max-width: 100%;
    }

  .iw-swiper.swiper-container-horizontal > .swiper-pagination-bullets,
  .iw-swiper.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 23px;
  }

  .iw-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: white;
    opacity: .7;
  }

  .iw-swiper .swiper-pagination-bullet-active {
    opacity: .7;
    background: white;
    width: 22px;
  }
/* 行业选择 end */
/* 最新职位 start */
.job-wrap {
}

  .job-wrap .r-container {
    padding-top: 8px
  }

.job-box {
}

  .job-box .jb-tab {
    border-bottom: 1px solid #eee;
  }

    .job-box .jb-tab > li {
      float: left;
      color: #666;
      margin: 0 33px 0 0;
      line-height: 22px;
      padding: 12px 8px;
      border-bottom: 2px solid transparent;
      transition: all .2s ease-in-out;
      cursor: pointer;
    }

      .job-box .jb-tab > li:hover {
        color: #3B87FF;
      }

      .job-box .jb-tab > li.on {
        color: #3B87FF;
        border-bottom-color: #3B87FF;
      }

  .job-box .jb-listbox {
    margin: 30px 0 0;
  }

  .job-box .jb-list {
    -ms-transform: translateY(-66px);
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px);
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s,-webkit-transform 1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

    .job-box .jb-list.on {
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      padding: 0;
      width: auto;
      height: auto;
      overflow: visible;
    }

  .job-box .jb-item {
    float: left;
    margin: 0 15px 15px 0;
    border: 1px solid #eee;
    padding: 20px 22px;
    width: 390px;
    height: 150px;
    position: relative;
    cursor: pointer;
    background: #fff;
    transition: background-color .2s ease-in-out;
  }

    .job-box .jb-item:hover {
      /*background-color:#f9f9f9;*/
      box-shadow: 0px 0px 15px 0px rgba(189,189,189,0.5);
    }

    .job-box .jb-item:nth-child(3n) {
      margin-right: 0;
    }

    .job-box .jb-item .jb-jz {
      position: absolute;
      left: -1px;
      top: -1px;
      width: 35px;
      height: 35px;
      background: transparent url(/static3/images/index2019/icon_ji.png) left top no-repeat;
      background-size: 100% 100%;
    }

    .job-box .jb-item .jb-title-line {
      line-height: 22px;
    }

    .job-box .jb-item .jb-title {
      max-width: 152px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .job-box .jb-item .jb-time {
      font-size: 14px;
      color: #999;
    }

    .job-box .jb-item .jb-salay {
      float: right;
      color: #f60;
    }

    .job-box .jb-item .jb-c-line {
      line-height: 20px;
      font-size: 14px;
      color: #666;
    }

    .job-box .jb-item .jb-location {
    }

    .job-box .jb-item .jb-jy {
    }

    .job-box .jb-item .jb-xl {
    }

    .job-box .jb-item .jb-line {
      margin: 0 16px;
      border-left: 1px solid #ddd;
      height: 12px;
      width: 0;
    }

    .job-box .jb-item .jb-hr {
      margin: 19px 0 13px;
      border-top: 1px dashed #e0e0e0;
      height: 0;
    }

    .job-box .jb-item .jb-footer {
      line-height: 34px;
    }

    .job-box .jb-item .jb-photo {
      margin: 0;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      overflow: hidden;
    }

    .job-box .jb-item .jb-enname {
      margin: 0 13px 0 15px;
      max-width: 76px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .job-box .jb-item .jb-position {
      font-size: 14px;
      color: #666;
      max-width: 87px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .job-box .jb-item .jb-link {
      text-align: center;
      float: right;
      margin-top: 4px;
    }

      .job-box .jb-item .jb-link > img {
        width: 15px;
        height: 15px;
      }

    .job-box .jb-item .jb-link--dh {
    }

    .job-box .jb-item .jb-link--view {
      margin-left: 13px;
      width: 82px;
      height: 28px;
      line-height: 26px;
      border: 1px solid #3B87FF;
      border-radius: 2px;
      font-size: 14px;
    }

      .job-box .jb-item .jb-link--view:hover,
      .job-box .jb-item .jb-link--view:active,
      .job-box .jb-item .jb-link--view:focus {
        color: #3B87FF
      }

  .job-box .jb-linebox {
    margin: 18px auto 0;
    text-align: center;
  }

    .job-box .jb-linebox .jb-link {
      text-align: center;
      border: 1px solid #3B87FF;
      width: 260px;
      height: 40px;
      line-height: 37px;
      color: #3B87FF;
      background: white;
      text-align: center;
      border-radius: 2px;
      transition: all .2s ease-in-out;
    }

      .job-box .jb-linebox .jb-link:hover {
        color: white;
        background: #3B87FF;
      }

      .job-box .jb-linebox .jb-link > span {
      }

      .job-box .jb-linebox .jb-link > img {
        margin: 0 0 0 5px;
        width: 6px;
        height: 10px;
      }

      .job-box .jb-linebox .jb-link > .jb-link--blue {
        display: inline-block;
      }

      .job-box .jb-linebox .jb-link > .jb-link--white {
        display: none;
      }

      .job-box .jb-linebox .jb-link:hover > .jb-link--blue {
        display: none;
      }

      .job-box .jb-linebox .jb-link:hover > .jb-link--white {
        display: inline-block;
      }
/* 最新职位 end */
/* 统计信息 start */
.count-wrap {
}

  .count-wrap .count-box {
    margin: 0 auto 40px;
  }

  .count-wrap .count-list {
  }

  .count-wrap .count-item {
    float: left;
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 25%;
    height: 130px;
    background: #70A9ED;
    position: relative;
    text-align: center;
    color: white;
  }

    .count-wrap .count-item.count-item--dark {
      background: #5E9AE1;
    }

    .count-wrap .count-item .ci-title {
      font-size: 30px;
      font-weight: 600;
      line-height: 1;
      margin-top: 25px;
    }

    .count-wrap .count-item .ci-line {
      width: 44px;
      height: 2px;
      margin: 13px 0;
    }

    .count-wrap .count-item .ci-txt {
    }
/* 统计信息 end */
/* 页面中间登录 start */
.login-wrap {
  height: 460px;
  position: relative;
}

@keyframes lworani {
  50% {
    transform: rotateY(180deg);
  }
}

@keyframes lworanihover {
  from {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

.login-wrap .lw--or {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 3;
  animation: lworani .8s linear 1;
}

  .login-wrap .lw--or:hover {
    animation: lworanihover .8s linear 1;
  }

.login-wrap .lw--hr {
  float: left;
  margin: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #e9e9e9;
  border-right: 0 none;
}

.login-wrap .lw-cbox {
  width: 100%;
  height: 100%;
  display: table;
}

.login-wrap .lw-cbox__con {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.login-wrap .lw--person {
  float: left;
  width: 50%;
  height: 100%;
  background: transparent url(/static3/images/index2019/woyaoqiuzhi.png) center center no-repeat;
  background-size: 100%;
}

.login-wrap .lw-icon {
  width: 56px;
  height: 56px;
}

.login-wrap .lw-title {
  font-size: 28px;
  line-height: 40px;
  margin: 13px auto 15px;
}

.login-wrap .lw--person .lw-title {
  color: #fff;
}

.login-wrap .lw-line {
  width: 60px;
}

.login-wrap .lw-tis {
  color: #666;
  font-weight: 400;
  line-height: 22px;
  margin: 43px auto 26px;
}

.login-wrap .lw--person .lw-tis {
  color: #f1f1f1;
}

.login-wrap .lw-btn {
  color: white;
  display: inline-block;
  border-radius: 6px;
  width: 325px;
  height: 50px;
  line-height: 47px;
  background: #3B87FF;
  transition: background-color .2s ease-in-out;
}

  .login-wrap .lw-btn:hover {
    background-color: #386ab9
  }

.login-wrap .lw--person .lw-btn {
  background: #FFA33A;
}

  .login-wrap .lw--person .lw-btn:hover {
    background: #af7a3e;
  }

.login-wrap .lw-btn > img {
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.login-wrap .lw-btn > span {
  color: white;
}
/* 页面中间登录 end */
/* 合作名企 start */
.hzmq-wrap {
}

  .hzmq-wrap .hw-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 0 15px;
    position: relative;
  }

    .hzmq-wrap .hw-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 44px;
      height: 2px;
      background: transparent url(/static3/images/index2019/hline_blue.png) left top no-repeat;
      background-size: 100%;
    }

  .hzmq-wrap .hw-con {
    margin: 30px auto 0;
  }

  .hzmq-wrap .hw-list {
  }

  .hzmq-wrap .hw-item {
    position: relative;
    margin: 0 20px 20px 0;
    width: 224px;
    height: 80px;
    float: left;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

    .hzmq-wrap .hw-item > img {
      width: 100%;
    }

    .hzmq-wrap .hw-item:nth-child(5n) {
      margin-right: 0;
    }
/* 合作名企 end */
/* 底部登录 start */
.user-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  background-color: rgba(0, 0, 0, .76);
  display: none;
  z-index: 9;
}

.uf-box {
  height: 66px;
  line-height: 66px;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: white;
}

  .uf-box .uf-img {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 265px;
    height: 188px;
  }

  .uf-box .uf-ltnum {
    margin: 0 65px 0 140px;
  }

  .uf-box .uf-qynum {
  }

  .uf-box .uf-line {
    height: 14px;
    width: 0;
    border-left: 1px solid #fff;
    margin: 0 20px;
  }

  .uf-box .uf-zwnum {
  }

  .uf-box .uf-link--btn {
    float: right;
    margin: 15px 10px 0 0;
    padding: 8px 10px;
    border: 1px solid #7D7D7D;
    border-radius: 2px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    transition: all .25s ease-in-out;
  }

    .uf-box .uf-link--btn.on,
    .uf-box .uf-link--btn:hover,
    .uf-box .uf-link--btn:active,
    .uf-box .uf-link--btn:focus {
      background: #3B87FF;
      border-color: transparent;
    }
/* 底部登录 end */

.text_left {
  text-align: left !important;
}

.padd_top_39 {
  padding-top: 39px !important;
}

.back_999 {
  background-color: #f9f9f9;
}

.item_ellipsis {
  padding: 0 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  font-size: 14px;
  width: inherit;
}

.color_yellow {
  color: #FF6600;
}

.table__tr {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.bor_right_1 {
  border-right: 1px solid #FFF;
}

.table_top {
  width: 1200px;
  margin: 0 auto;
  background-color: #F9F9F9;
}

.table_bottom {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  height: 480px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.margin_auto {
  /*margin: 0 auto;*/
  width: 100%;
  height: 42px;
  line-height: 42px;
}

.color_withe {
  color: #FFF;
}

.back_blue {
  background-color: #3B87FF;
}

.table_title_1 {
  width: 121px;
  font-size: 14px;
}

.table_title_2 {
  width: 340px;
  font-size: 14px;
}

.table_title_3 {
  width: 258px;
  font-size: 14px;
}

.table_title_4 {
  width: 139px;
  font-size: 14px;
}

.table_title_5 {
  width: 139px;
  font-size: 14px;
}

.table_title_6 {
  width: 198px;
  font-size: 14px;
}

.margin_auto .table__tr {
  height: 42px;
  line-height: 42px;
  display: block;
}

  .margin_auto .table__tr:nth-child(odd) {
    background-color: #F5F9FF;
  }

  .margin_auto .table__tr:nth-child(even) {
    background-color: #FFFFFF;
  }

.backgroundColor-while {
  background: #FFF;
}
