@charset "UTF-8";
.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 130px;
  text-align: center; }
  .pager a, .pager span {
    min-width: 32px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #656565;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    margin: 0 10px; }
  .pager a:hover, .pager span:hover {
    background: #3F66F6;
    color: #ffffff;
    position: relative;
    z-index: 1; }
  .pager a {
    cursor: pointer; }
  .pager span.current {
    background-color: #3F66F6;
    color: #fff;
    border-color: #3F66F6;
    position: relative;
    z-index: 1; }
  .pager span.els {
    border-color: transparent; }
  .pager .pg-prev, .pager .pg-next {
    background: #ffffff; }
    .pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
      cursor: default;
      color: #d4d4d4; }
  .pager .els {
    background: none;
    color: #656565;
    line-height: 21px; }
    .pager .els:hover {
      background: none; }
  .pager .pg-prev, .pager .pg-next {
    background: none;
    color: #656565; }
    .pager .pg-prev:hover, .pager .pg-next:hover {
      background: none;
      color: #656565; }

* {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
  color: #666; }

a {
  text-decoration: none;
  color: #1177C1; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

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

.w960 {
  width: 960px;
  position: relative; }

.w880 {
  width: 880px; }

.w280 {
  width: 280px; }

.w210 {
  width: 210px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

/*   公共头部 S   */
.header {
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(6, 0, 1, 0.05); }
  .header .wrapper {
    width: 1200px; }

.logo {
  margin-top: 17px;
  margin-right: 26px; }
  .logo img {
    display: block; }

.navboxs {
  position: relative; }
  .navboxs .nav li {
    float: left;
    font-size: 16px;
    line-height: 80px;
    padding: 0 26px; }
    .navboxs .nav li span {
      display: block;
      cursor: pointer; }
    .navboxs .nav li a {
      display: block;
      color: #a0a0a0;
      position: relative; }
      .navboxs .nav li a:after {
        position: absolute;
        top: 0;
        height: 3px;
        width: 0;
        background: #ED5447;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .navboxs .nav li a:hover {
        color: #333333; }
        .navboxs .nav li a:hover:after {
          width: 100%; }
    .navboxs .nav li.selected a {
      color: #333333; }
      .navboxs .nav li.selected a:after {
        width: 100%; }

.h_login {
  font-size: 0;
  line-height: 0; }
  .h_login > * {
    display: inline-block;
    vertical-align: middle; }
  .h_login a {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    padding: 0 10px; }
    .h_login a:hover {
      color: #FF971C; }
  .h_login span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #656565; }
  .h_login .logininfo {
    position: relative;
    height: 80px; }
    .h_login .logininfo .type-1 {
      text-align: right;
      padding: 19px 0;
      max-width: 160px; }
    .h_login .logininfo .type-2 h3 {
      line-height: 80px; }
      .h_login .logininfo .type-2 h3 i {
        top: 4px; }
    .h_login .logininfo h3 {
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      position: relative;
      padding: 0 20px 0  10px;
      cursor: pointer;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .h_login .logininfo h3 i {
        position: absolute;
        top: 15px;
        bottom: 0;
        margin: auto;
        right: 8px;
        height: 0;
        width: 0;
        border-width: 5px 4px 0;
        border-style: solid dashed;
        border-color: #a0a0a0 transparent transparent;
        overflow: hidden;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s; }
    .h_login .logininfo p {
      color: #A0A0A0;
      font-size: 14px;
      padding-bottom: 19px;
      line-height: 19px;
      margin: 0 20px 0  10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .h_login .logininfo:hover h3 i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .h_login .logininfo:hover ul {
      opacity: 1;
      display: block; }
    .h_login .logininfo ul {
      display: none;
      position: absolute;
      opacity: 0;
      -webkit-transition: all .4s ease 0s;
      transition: all .4s ease 0s;
      padding: 6px 10px;
      border-radius: 4px;
      background-color: #ffffff;
      box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
      z-index: 6;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto; }
      .h_login .logininfo ul li a {
        line-height: 50px;
        height: 50px;
        white-space: nowrap;
        display: block;
        padding: 0 10px; }
      .h_login .logininfo ul li:last-child {
        border-bottom-width: 0; }
  .h_login img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px; }

/*   公共头部 E   */
/*   公共底部 S   */
.footer {
  margin-top: 40px;
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  line-height: 19px;
  padding-bottom: 41px; }

.copyright {
  float: left;
  width: 25%;
  line-height: 1.7;
  color: #666666;
  font-size: 14px; }
  .copyright a {
    color: #666666; }

.friendchain {
  float: left;
  width: 44%; }
  .friendchain span {
    font-size: 18px;
    margin-bottom: 25px;
    display: block; }
  .friendchain a {
    margin-right: 8px;
    color: #666666;
    font-size: 14px; }

.codeboxs {
  float: right;
  width: 25%;
  text-align: right; }
  .codeboxs .code {
    display: inline-block;
    vertical-align: middle; }
  .codeboxs img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
  .codeboxs span {
    display: block;
    font-size: 12px;
    margin-top: 3px; }

/*   公共底部 E   */
/*侧边标题*/
.left_tit {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 18px; }
  .left_tit:before {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: #FF971C;
    height: 16px;
    width: 4px; }

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important; }

.newadd {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #3F66F6;
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  display: block; }

.addbtn {
  width: 53px;
  height: 26px;
  border-radius: 8px;
  background: #3F66F6;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  display: block; }

.text-left {
  text-align: left !important; }

.blank {
  border-bottom-width: 0 !important;
  padding: 120px 0 !important; }
  .blank_img {
    width: 110px;
    display: block;
    margin: 0 auto 30px; }
  .blank_txt {
    font-size: 16px;
    color: #656565;
    line-height: 21px; }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px; }
  table .text-left {
    padding: 0 20px; }
  table th {
    background: #FAFAFA;
    height: 90px; }
  table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0; }

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #D4D4D4; }

.interview {
  display: none;
  top: 100%;
  margin-top: 10px;
  position: absolute;
  width: 322px;
  height: 457px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 6;
  right: -118px; }
  .interview .arrow, .interview .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .interview .arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
            filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5; }
    .interview .arrow:after {
      content: " ";
      border-width: 6px;
      top: 1px;
      margin-left: -6px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  .interview-top {
    padding: 0 34px;
    height: 42px;
    border-bottom: 1px solid #E1E1E1; }
    .interview-top div {
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      padding: 12px 0;
      color: #7D7D7D; }
    .interview-top .selected {
      color: #3F66F6 !important; }
      .interview-top .selected::after {
        margin-top: 2px;
        display: block;
        content: '';
        margin: 0 auto;
        width: 23px;
        height: 1px;
        background: #3F66F6; }

.seldate {
  color: #7d7d7d; }
  .seldate i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    cursor: pointer; }
  .seldate input {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0;
    cursor: pointer;
    color: #7d7d7d;
    border-width: 0;
    width: 62px;
    text-align: center; }

.record {
  font-size: 12px;
  padding: 0 20px;
  height: 370px;
  overflow-y: auto; }
  .record-top {
    border-bottom: 1px solid #E1E1E1;
    padding: 0 10px;
    line-height: 40px;
    font-size: 0; }
    .record-top img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
    .record-top span {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px; }
  .record-date {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 16px; }
  .record-main {
    border: 1px solid #F4F4F4; }
  .record-bottom {
    line-height: 28px;
    padding: 0 10px; }
    .record-bottom span {
      color: #999999; }
    .record-bottom b {
      font-weight: normal;
      color: #656565; }

.nodata {
  padding-top: 102px; }
  .nodata img {
    width: 58px;
    display: block;
    margin: 0 auto 10px; }
  .nodata span {
    font-size: 14px;
    color: #656565;
    line-height: 19px; }
