@import url(font-awesome.css);
html {
  font-size: 15px; }

body {
  font-family: PingFang SC, Helvetica, Arial, Verdana, Microsoft YaHei !important;
  font-size: 15px; }

textarea {
  resize: vertical; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.content-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-between; }

.tooltip {
  padding: 2px 5px; }

.tooltip-inner {
  background: #364c6d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 80px; }

.tooltip-arrow {
  border-right-color: #364c6d !important; }

.btn.disabled {
  opacity: 1; }

.btn-primary.active {
  background-color: #1d4567; }

.label.label-lb {
  display: inline-block;
  background-color: #337ab7;
  padding: .5em 1em;
  margin-bottom: .5em;
  margin-right: .5em; }

.label {
  padding: .3em .6em; }

.label-nostatus {
  background-color: #999; }

.table thead {
  background: #e6eff4;
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none; } }
.table-responsive > .table {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.table th, td {
  text-align: center; }

.table > tbody > tr > th {
  font-weight: normal; }
  .table > tbody > tr > th a {
    padding: 0 4px; }
    .table > tbody > tr > th a:not(:first-child) {
      border-left: 1px solid #77acd9; }

.table tbody {
  border-bottom: 1px solid #dde; }

.pagination {
  float: right;
  margin-top: 0; }

.text-success {
  color: #337ab7;
  font-size: 1.25rem; }

.text-cancel {
  color: #999;
  font-size: 1.25rem; }

table.dataTable tbody tr {
  cursor: pointer; }
  table.dataTable tbody tr:hover {
    background-color: #e7f0f8; }

.table > tbody > tr > td {
  border-top: 1px solid #dde; }

.table > thead > tr > th {
  border-bottom: 1px solid #ccd; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-left: 30px; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #337ab7; }

.layui-layer-title {
  background-color: none;
  font-size: 2rem;
  font-weight: bold;
  color: #337AB7;
  text-align: center !important;
  padding: 0 40px !important; }

.layer-invite-popup {
  height: 80% !important;
  width: 40% !important; }
  @media screen and (max-width: 800px) {
    .layer-invite-popup {
      width: 50% !important; } }

.container-body {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .container-body.bb {
    background: #f4f4f7;
    min-height: 100vh; }

.aljustify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .aljustify > div:not(:first-child) {
      padding-left: 0; } }
  @media screen and (max-width: 1220px) {
    .aljustify {
      display: block;
      margin-bottom: 0; }
      .aljustify .panel {
        margin-bottom: 15px; } }

.side-bar {
  position: fixed;
  top: 0;
  width: 180px;
  height: 950px;
  background: #364c6d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  z-index: 1000; }
  .side-bar + div {
    margin-left: 180px; }
  .side-bar .lp {
    width: 168px; }
    .side-bar .lp .logopart {
      height: 100px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      /* border-bottom:1px solid lighten($greyc,30%); */ }
    .side-bar .lp .nav a.active {
      background: #337ab7; }
    .side-bar .lp .nav > li {
      cursor: pointer; }
    .side-bar .lp .nav > li > a {
      color: #fff; }
      .side-bar .lp .nav > li > a > span {
        padding-right: 2em; }
      .side-bar .lp .nav > li > a:hover, .side-bar .lp .nav > li > a:focus {
        background: #337ab7; }
    .side-bar .lp .nav > li > ul {
      background: #25344b;
      display: none;
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
      -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
      -o-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.3); }
    .side-bar .lp .nav .nav-inner > li > a span:last-child {
      opacity: .9;
      padding-left: 0.4em;
      padding-right: 1.6em; }
  .side-bar .rp {
    width: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #25344b;
    color: #fff;
    cursor: pointer; }
    .side-bar .rp > div > span {
      font-size: 12px; }

.navbar-black {
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  border: none !important;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background: #323232;
  z-index: 999; }
  .navbar-black .nav > li > a {
    color: #fff; }
    .navbar-black .nav > li > a:hover, .navbar-black .nav > li > a :focus {
      border-top: 2px solid #fff;
      padding-top: 13px; }
  @media screen and (max-width: 760px) {
    .navbar-black .navbar-collapse .navbar-nav {
      position: absolute;
      background: #F8F8F8;
      margin: 0;
      width: 100%; }
      .navbar-black .navbar-collapse .navbar-nav li {
        line-height: 3rem;
        text-align: center; }
        .navbar-black .navbar-collapse .navbar-nav li a {
          color: #666;
          border-top: 1px solid #DDDDDD; }
        .navbar-black .navbar-collapse .navbar-nav li .badge {
          color: #fff !important;
          background: #666; }
    .navbar-black .navbar-blue {
      position: relative; } }
  .navbar-black .badge {
    color: #364c6d !important;
    background: #fff; }

.navbar-blue {
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  border: none !important;
  background: #337ab7;
  margin-top: 50px; }
  .navbar-blue > div, .navbar-blue ol, .navbar-blue ul, .navbar-blue a, .navbar-blue p, .navbar-blue h1, .navbar-blue h2, .navbar-blue h3, .navbar-blue h4, .navbar-blue h5, .navbar-blue h6 {
    display: inline-block;
    margin-left: 12px; }
  .navbar-blue a {
    color: #fff; }
  .navbar-blue .bread {
    list-style: none;
    line-height: 50px;
    margin-bottom: 0; }
    .navbar-blue .bread > li {
      display: inline-block; }
      .navbar-blue .bread > li + li:before {
        padding-right: 4px;
        font-family: 'Glyphicons Halflings';
        content: "\e250";
        color: #fff; }
    .navbar-blue .bread .active {
      color: #fff; }
  .navbar-blue .btn-group {
    float: right;
    margin-right: 15px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: none !important;
    align-items: center; }
    .navbar-blue .btn-group .btn {
      border: none; }
      .navbar-blue .btn-group .btn:not(:first-child) {
        border-left: 1px solid #d6d6e2; }

.btn-group-select {
  margin-bottom: 1rem; }

.panel {
  height: 100%;
  max-height: 25rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  border: 0;
  line-height: 1.8em;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  overflow: auto; }
  @media screen and (max-width: 800px) {
    .panel {
      max-height: 50rem; } }
  .panel .video {
    padding: 1rem; }
    .panel .video video {
      width: 100%; }
  .panel .flag {
    background-color: #4f93ce;
    width: 100%;
    color: #fff;
    padding: 4px 1rem;
    margin-top: 1rem; }
  .panel .panel-main {
    padding: 0 15px; }
    .panel .panel-main h2.title {
      display: block;
      color: #285f8f;
      font-weight: bold;
      margin: 0;
      padding: .5em 0;
      border-bottom: 1px solid #f4f4f7; }
      .panel .panel-main h2.title span {
        font-weight: normal;
        color: #999;
        font-size: 1rem;
        padding-left: .5rem;
        margin-left: .5rem;
        border-left: 2px solid #999; }
    .panel .panel-main h3 {
      color: #4f93ce;
      margin-bottom: 1em; }
      .panel .panel-main h3 span {
        font-size: 0.8em;
        color: #77acd9; }
    .panel .panel-main h4 {
      margin-bottom: 1em; }
      .panel .panel-main h4 span {
        padding-right: 0.5rem; }
        .panel .panel-main h4 span:not(:first-child) {
          padding-left: 0.5rem; }
        .panel .panel-main h4 span.s-icon {
          color: #337ab7; }
  .panel .panel-heading {
    background-color: #fff;
    padding: 0 15px;
    border-bottom: 1px solid #dbe9f5; }
    .panel .panel-heading .panel-title {
      font-weight: bold;
      display: inline-block;
      color: #333;
      font-size: 1rem;
      line-height: 3;
      border-bottom: 2px solid #9fc4e4; }
    .panel .panel-heading.panel-heading-i .panel-title {
      cursor: pointer;
      margin-right: 2rem;
      border-bottom: none; }
      .panel .panel-heading.panel-heading-i .panel-title:hover {
        border-bottom: 2px solid #9fc4e4; }
      .panel .panel-heading.panel-heading-i .panel-title.active {
        border-bottom: 2px solid #4f93ce; }
  .panel .panel-flex-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 15px; }
    @media screen and (max-width: 800px) {
      .panel .panel-flex-body {
        flex-wrap: wrap; } }
    .panel .panel-flex-body .user_logo {
      width: 10rem;
      height: 10rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 800px) {
        .panel .panel-flex-body .user_logo {
          width: 100%; } }
      .panel .panel-flex-body .user_logo > img {
        width: 6rem;
        height: 6rem;
        border: 1px solid #dbe9f5; }
    .panel .panel-flex-body .f-start {
      align-self: bottom;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .panel .panel-body {
    padding: 0.5rem 1rem; }
    .panel .panel-body .video {
      padding: 1rem;
      max-height: 20rem; }
      .panel .panel-body .video video {
        width: 100%; }
        .panel .panel-body .video video.sp {
          width: 80%;
          margin-left: 10%; }
    @media screen and (min-width: 1680px) {
      .panel .panel-body .video {
        max-width: 85%; } }
    .panel .panel-body .panel-body-title {
      zoom: 1; }
      .panel .panel-body .panel-body-title h3 {
        color: #337ab7;
        padding: 10px 0.5rem;
        font-size: 1.3rem; }
      .panel .panel-body .panel-body-title h4 {
        color: #999;
        font-size: 1.2rem; }
      .panel .panel-body .panel-body-title .time {
        font-size: 1.1rem;
        float: right; }
        @media screen and (max-width: 640px) {
          .panel .panel-body .panel-body-title .time {
            float: left; } }
      .panel .panel-body .panel-body-title > h1, .panel .panel-body .panel-body-title h2, .panel .panel-body .panel-body-title h3, .panel .panel-body .panel-body-title h4, .panel .panel-body .panel-body-title h5, .panel .panel-body .panel-body-title h6, .panel .panel-body .panel-body-title span, .panel .panel-body .panel-body-title div, .panel .panel-body .panel-body-title a {
        display: inline-block;
        padding-right: 1rem;
        margin: 0; }
      .panel .panel-body .panel-body-title:after {
        content: " ";
        display: block;
        clear: both;
        height: 0; }
      @media screen and (max-width: 640px) {
        .panel .panel-body .panel-body-title > h1, .panel .panel-body .panel-body-title h2, .panel .panel-body .panel-body-title h3, .panel .panel-body .panel-body-title h4, .panel .panel-body .panel-body-title h5, .panel .panel-body .panel-body-title h6, .panel .panel-body .panel-body-title span, .panel .panel-body .panel-body-title div, .panel .panel-body .panel-body-title a {
          display: block;
          margin-bottom: .5rem; } }
    .panel .panel-body .panel-body-content {
      margin-top: 1rem;
      margin-bottom: 1rem;
      padding: 1rem;
      font-size: 14px;
      background-color: #f9f9f9; }
      .panel .panel-body .panel-body-content span {
        color: #999; }

.panel-info {
  overflow: hidden; }

.pagination div > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .pagination div > a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd; }
  .pagination div > a.active {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }

.login-bg1 {
  width: 100%;
  height: 400px;
  top: 0;
  position: absolute;
  background: #337ab7;
  -webkit-box-shadow: 0 2px 2px rgba(202, 42, 98, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(202, 42, 98, 0.5);
  -o-box-shadow: 0 2px 2px rgba(202, 42, 98, 0.5);
  box-shadow: 0 2px 2px rgba(202, 42, 98, 0.5); }

.login-bg2 {
  width: 100%;
  height: 400px;
  top: 0;
  position: absolute;
  background: url(../img/login-bg.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }

.login-wrap {
  top: 80px; }
  .login-wrap.login-logo-mo {
    margin-top: 5rem; }

.login-logo {
  width: 100%;
  padding-left: 30%;
  padding-right: 30%;
  margin-top: 1em;
  margin-bottom: 2em; }
  .login-logo .login-logo-mo {
    margin-top: 5rem; }

.login-body {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .login-body .login-body-title {
    border-bottom: 1px solid #000877;
    height: 4rem;
    background: url(../img/login-bg.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
    .login-body .login-body-title > h4 {
      color: #000877;
      line-height: 4rem;
      text-align: center;
      margin: 0;
      letter-spacing: 2px; }
    .login-body .login-body-title.interview-title {
      border-bottom: 2px solid #DD2A6C; }
      .login-body .login-body-title.interview-title > h4 {
        color: #337ab7;
        /*font-weight:bold;*/
        font-size: 1.5rem; }
  .login-body .login-form-wrap {
    padding: 2em; }
    .login-body .login-form-wrap span {
      padding: 0 0.5em;
      color: #337ab7;
      line-height: 1em;
      font-size: 0.5em; }
    .login-body .login-form-wrap .input-group {
      display: none; }
    .login-body .login-form-wrap .prompt {
      display: inline;
      color: #ca2a62;
      font-size: 0.8rem;
      margin-top: -0.5rem;
      margin-bottom: .5rem;
      margin-left: 1rem; }
    .login-body .login-form-wrap .btn-login {
      width: 100%;
      margin-top: 1em;
      margin-bottom: 1em;
      white-space: pre-wrap; }
    .login-body .login-form-wrap .addition {
      text-align: center; }
      .login-body .login-form-wrap .addition > a {
        margin-left: 1em;
        margin-right: 1em;
        font-size: 1rem; }
        .login-body .login-form-wrap .addition > a:last-child {
          color: #ca2a62; }
  .login-body .login-form-interview {
    padding: 2rem 0; }
    .login-body .login-form-interview .label {
      color: #4d4d4d;
      font-size: 1rem;
      font-weight: normal; }
      .login-body .login-form-interview .label > span {
        padding: .2rem .3rem;
        color: #DD2A6C; }
    .login-body .login-form-interview .start {
      text-align: center;
      margin: 1rem auto; }
      .login-body .login-form-interview .start > span {
        padding: 0 .3rem; }

.searchpanel {
  height: 8em;
  background-color: #e7f0f8;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .searchpanel {
      height: 6em; } }
  .searchpanel input {
    width: 20em !important; }
  .searchpanel button {
    display: block;
    margin: 1em auto; }
    @media screen and (max-width: 800px) {
      .searchpanel button {
        display: inline-block;
        margin: 0; } }

.selectpanel {
  margin-top: 1em;
  padding: 1em;
  min-height: 0; }
  .selectpanel .nav {
    padding-bottom: 0.5em;
    margin-top: 1em;
    border-bottom: 1px solid #f4f4f7; }
    .selectpanel .nav:first-child {
      margin-top: 0; }
    .selectpanel .nav li > a {
      padding: .2em 1em; }
  .selectpanel .active2 {
    background-color: #4f93ce;
    color: #fff; }
    .selectpanel .active2:after {
      padding-left: 4px;
      font-family: 'Glyphicons Halflings';
      content: "\e014";
      color: #fff;
      font-size: 8px; }
  .selectpanel .selectaddition {
    display: none;
    background-color: #dbe9f5;
    margin: 0em -1em 1em -1em;
    padding: 1em; }

.top-panel {
  height: 3rem;
  background-color: #dbe9f5;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  margin-bottom: 20px; }
  .top-panel div, .top-panel p, .top-panel a, .top-panel h1, .top-panel h2, .top-panel h3, .top-panel h4, .top-panel h5, .top-panel h6, .top-panel button {
    display: inline-block;
    line-height: 3rem;
    margin: 0; }
  .top-panel h4 {
    font-size: 1.25rem;
    padding-left: 4rem;
    color: #285f8f; }
  .top-panel h5 {
    font-size: 1rem;
    padding-left: 4rem; }
  .top-panel h6 {
    padding-left: 15px; }
  .top-panel a {
    float: right;
    padding-right: 1em; }

.resume-panel-head {
  min-height: 10em;
  max-height: 100em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .resume-panel-head .user-image {
    padding: 3rem; }
    .resume-panel-head .user-image .img-circle {
      width: 7rem;
      height: 7rem;
      text-align: center;
      border: 1px solid #d6d6e2; }
  @media screen and (max-width: 640px) {
    .resume-panel-head {
      flex-wrap: wrap; } }
  .resume-panel-head .panel-head-main {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 1rem 1rem; }
    @media screen and (max-width: 640px) {
      .resume-panel-head .panel-head-main {
        order: 2; } }
    @media screen and (min-width: 990px) and (max-width: 1500px) {
      .resume-panel-head .panel-head-main {
        margin-left: 3rem; } }
    .resume-panel-head .panel-head-main .title-user {
      display: block;
      font-size: 1.3rem;
      padding-bottom: 1rem; }
      .resume-panel-head .panel-head-main .title-user span {
        display: inline-block;
        font-weight: normal;
        color: #285f8f;
        font-size: 1rem;
        padding-left: 0.5rem; }
        .resume-panel-head .panel-head-main .title-user span:not(:first-child) {
          border-left: 2px solid #c7ddef; }
  .resume-panel-head h2 {
    color: #285f8f;
    padding-bottom: .5em;
    border-bottom: 1px solid #dbe9f5;
    font-weight: bold; }
  .resume-panel-head h4 {
    color: #285f8f;
    padding: 1rem;
    background: #eff5fa;
    border-top: 1px solid #c7ddef;
    line-height: 2rem; }
  .resume-panel-head .user-content {
    font-size: 1rem;
    color: #333;
    background: none;
    border-top: none;
    padding: 0;
    margin: 1rem 0 !important; }
    .resume-panel-head .user-content h4 {
      line-height: 2rem; }
    .resume-panel-head .user-content span {
      color: #285f8f;
      padding-right: 1em; }
      .resume-panel-head .user-content span:not(:first-child) {
        padding-left: 1em; }
      @media screen and (max-width: 640px) {
        .resume-panel-head .user-content span {
          margin-bottom: 1rem; } }
    .resume-panel-head .user-content.sp {
      margin-bottom: 1rem !important; }
      .resume-panel-head .user-content.sp .verify {
        border-radius: 2px;
        color: #fff;
        padding: 0.2rem 0.5rem;
        display: inline-block; }
        .resume-panel-head .user-content.sp .verify.c1 {
          background-color: #999; }
        .resume-panel-head .user-content.sp .verify.c2 {
          background-color: #337ab7; }
        .resume-panel-head .user-content.sp .verify.c3 {
          background-color: #333; }
  .resume-panel-head h3 {
    color: #337ab7; }
    .resume-panel-head h3 span {
      color: #c7ddef;
      padding-right: 1rem; }

.panel-head-portrait {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 10rem;
  padding: 1rem;
  order: 1;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .panel-head-portrait div {
    width: 6em;
    height: 6em; }
    .panel-head-portrait div img {
      width: 100px;
      height: 140px; }

.resume-panel-body {
  min-height: 2em;
  margin-top: 1rem; }

.eval-part {
  float: right;
  margin-right: 15px !important;
  height: 3rem; }

.resume-video {
  width: 40%;
  height: auto;
  margin: 0 auto; }
  .resume-video video {
    width: 100%; }

.video-panel {
  max-height: 100em; }

.resume-container .resume-panel-body {
  max-height: 100em; }

.cover-before {
  position: absolute;
  top: 360px;
  width: 100%;
  height: 4rem;
  background: none;
  color: #000;
  text-align: center;
  z-index: 1000; }

.container-interview {
  width: 100%;
  padding: 0;
  background-color: #fff; }
  .container-interview .row {
    margin: 0; }
  .container-interview .i-nav {
    width: 100%;
    background-color: #337ab7;
    color: #fff;
    height: 4rem;
    border-bottom: 2px solid #285f8f; }
    .container-interview .i-nav:before, .container-interview .i-nav:after {
      display: table;
      content: "";
      clear: both; }
    .container-interview .i-nav.syn h4 {
      padding-left: 45%; }
    .container-interview .i-nav h4 {
      display: inline-block;
      float: left;
      margin: 0;
      margin-left: 2rem;
      line-height: 4rem; }
      .container-interview .i-nav h4 span {
        margin-right: 2rem; }
    .container-interview .i-nav .i-nav-title {
      height: 4rem; }
      .container-interview .i-nav .i-nav-title h4 {
        margin: .3rem auto;
        text-align: center; }
    .container-interview .i-nav .i-edit {
      float: right;
      margin-right: 2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      height: 4rem; }
      .container-interview .i-nav .i-edit .btn {
        background-color: #fff;
        color: #337ab7;
        border: none; }
  .container-interview .i-nav-addition {
    padding-left: 2rem;
    width: 100%;
    background-color: #f4f4f7;
    height: 3rem; }
    .container-interview .i-nav-addition h4 {
      display: inline-block; }
      .container-interview .i-nav-addition h4:first-child span {
        margin-left: 0; }
      .container-interview .i-nav-addition h4 span {
        margin-right: 2rem;
        margin-left: 1rem; }
  .container-interview .talents {
    background-color: #f4f4f7;
    display: flex;
    margin-top: 1rem; }
    .container-interview .talents .talents-info-main {
      padding: .8rem;
      margin-left: 2rem;
      width: 60%;
      justify-content: space-between; }
      .container-interview .talents .talents-info-main h2 {
        display: inline-block;
        padding: .5rem;
        color: #285f8f;
        font-weight: bold;
        font-size: 1.3rem; }
      .container-interview .talents .talents-info-main h3 {
        display: inline-block;
        color: #337ab7;
        font-size: 1.1rem;
        border-left: 2px solid #285f8f;
        padding: 0rem .8rem;
        margin: 0; }
      .container-interview .talents .talents-info-main h4 {
        color: #333;
        font-size: 1rem;
        padding: .5rem; }
        .container-interview .talents .talents-info-main h4 span {
          display: inline-block;
          color: #337ab7; }
    .container-interview .talents .panel-head-portrait {
      width: 30%;
      float: right; }
  .container-interview .talents-video {
    background-color: #f4f4f7;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    margin-bottom: 1rem; }
    .container-interview .talents-video .question {
      width: 30%; }
      .container-interview .talents-video .question h3 {
        color: #285f8f;
        font-size: 1.3rem;
        border-left: 3px solid #285f8f;
        padding: 0 .8rem; }
      .container-interview .talents-video .question h4 {
        font-size: 1rem;
        padding: .5rem; }
  .container-interview .i-main-edit {
    width: 100%;
    background-color: #77acd9;
    color: #fff; }
    .container-interview .i-main-edit .i-time {
      padding-left: 1rem;
      padding-right: 1rem;
      line-height: 3rem; }
    .container-interview .i-main-edit .i-mark {
      height: 3rem;
      background-color: #c7ddef;
      line-height: 3rem;
      overflow: hidden; }
      .container-interview .i-main-edit .i-mark > p {
        padding-left: 1rem;
        display: inline-block;
        color: #666; }
      .container-interview .i-main-edit .i-mark > div {
        padding-left: .5rem;
        display: inline-block;
        cursor: pointer; }
        .container-interview .i-main-edit .i-mark > div > .btn > span {
          margin-left: 0.5rem; }
  .container-interview .i-panel {
    height: auto;
    max-height: none;
    border: 1px solid rgba(51, 122, 183, 0.2); }
    .container-interview .i-panel .panel {
      padding-bottom: 0; }
    .container-interview .i-panel .panel-heading-i {
      cursor: pointer;
      border-bottom: 1px solid #c7ddef; }
      .container-interview .i-panel .panel-heading-i:before, .container-interview .i-panel .panel-heading-i:after {
        display: table;
        content: "";
        clear: both; }
      .container-interview .i-panel .panel-heading-i h2.right {
        float: right;
        margin: 0;
        font-size: 1.5rem;
        line-height: 2; }
      .container-interview .i-panel .panel-heading-i span {
        padding-left: 3rem;
        color: #666; }
    .container-interview .i-panel .panel-body {
      display: none; }
      .container-interview .i-panel .panel-body .i-body-main {
        overflow: auto;
        max-height: 30rem; }
      .container-interview .i-panel .panel-body .panel-title {
        padding: .5rem 0;
        min-height: 2rem; }
        .container-interview .i-panel .panel-body .panel-title h3, .container-interview .i-panel .panel-body .panel-title h4, .container-interview .i-panel .panel-body .panel-title span {
          display: inline-block;
          padding: .5rem 0; }
        .container-interview .i-panel .panel-body .panel-title h3 {
          color: #337ab7;
          margin: 0; }
        .container-interview .i-panel .panel-body .panel-title h4 {
          color: #999; }
          .container-interview .i-panel .panel-body .panel-title h4.sp {
            display: block;
            line-height: 1.5; }
            .container-interview .i-panel .panel-body .panel-title h4.sp span {
              border-left: 0 !important; }
          .container-interview .i-panel .panel-body .panel-title h4 span {
            padding: 0 .8rem; }
            .container-interview .i-panel .panel-body .panel-title h4 span:not(:first-child) {
              border-left: 1px solid #999; }
      .container-interview .i-panel .panel-body .panel-body-content {
        margin-top: 0; }
        .container-interview .i-panel .panel-body .panel-body-content span {
          font-size: 1rem; }
    .container-interview .i-panel .i-item {
      padding: .5rem 0;
      border-bottom: 1px solid #f4f4f7; }
  .container-interview .edit {
    width: 100%;
    text-align: center; }
    .container-interview .edit .btn {
      margin: 2rem auto 0; }

.i-main-container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .i-main-container .video-part {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .i-main-container .info-part {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (max-width: 1170px) {
    .i-main-container {
      flex-wrap: wrap; }
      .i-main-container .video-part {
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; }
      .i-main-container .info-part {
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; } }

.i-video {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2rem;
  border: 4px solid #f4f4f7; }
  .i-video .clearfix {
    overflow: auto;
    _height: 1%; }
  .i-video video {
    width: 100%;
    height: 100%;
    /* @include _box-shadow(1px 3px 3px rgba(0,0,0,.2)); */ }

.i-tab {
  padding: 1rem 0.5rem; }
  .i-tab .i-tab-title {
    background-color: #fff; }
    .i-tab .i-tab-title:before, .i-tab .i-tab-title:after {
      display: table;
      content: "";
      clear: both; }
    .i-tab .i-tab-title h4 {
      display: block;
      margin: 0;
      float: left;
      padding: 0 2rem;
      line-height: 3rem;
      border: 2px solid #ededed;
      border-bottom: none;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .i-tab .i-tab-title h4:hover {
        background-color: #fafafa; }
      .i-tab .i-tab-title h4.active {
        background-color: #ededed;
        -webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 0 1px rgba(0, 0, 0, 0.15); }
      .i-tab .i-tab-title h4:not(:first-child) {
        border-left: none; }
  .i-tab .i-tab-content {
    width: 100%;
    height: auto;
    border: 2px solid #ededed;
    border-top: 4px solid #ededed;
    border-bottom: 4px solid #ededed;
    overflow: auto;
    display: none; }
    .i-tab .i-tab-content.active {
      display: block; }

.resume-panel-head {
  flex-wrap: wrap; }
  .resume-panel-head .panel-head-portrait {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    order: 0; }
  .resume-panel-head .panel-head-main {
    margin-left: 0;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto; }
  .resume-panel-head h2 {
    font-size: 1.5rem; }

.score-content .option {
  margin: .8rem 0; }
  .score-content .option h4 {
    padding: .5rem auto;
    color: #999;
    margin: 0; }
    @media screen and (max-width: 1170px) {
      .score-content .option h4 {
        text-align: left;
        margin-bottom: .5rem; } }
@media screen and (max-width: 1400px) {
  .score-content {
    font-size: 1rem; }
    .score-content .radio-group {
      padding: 0; }
    .score-content h4 {
      font-size: 1rem; } }

.interview-eval-info {
  width: 100%;
  height: auto;
  padding: .5rem 1rem; }
  .interview-eval-info h3 {
    margin-bottom: 1rem; }
  .interview-eval-info textarea {
    width: 100%;
    min-height: 160px; }

.score-eval-info {
  width: 50%;
  margin: 1rem auto 0; }
  .score-eval-info h4 {
    color: #337ab7;
    line-height: 2; }
  .score-eval-info div {
    padding: 1rem; }

.score-remarks {
  color: #999;
  padding: 8px 1rem 0;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0; }

.interview-btn-group {
  margin-bottom: 1.5rem; }

.interview-filter .date-time-filter {
  float: right; }
.interview-filter .form-control {
  width: auto; }

.row1, .row2, .row3, .row4, .row5 {
  display: none; }
  .row1 span, .row2 span, .row3 span, .row4 span, .row5 span {
    display: block;
    cursor: pointer;
    color: #9fc4e4;
    float: right;
    right: 1rem; }

.banner {
  width: 100%;
  height: 90px;
  background: #337ab7;
  text-align: center;
  margin-bottom: 90px;
  position: relative; }
  .banner .img_out {
    position: absolute;
    left: 2rem;
    top: 20px;
    height: 90px; }
    .banner .img_out img {
      width: 100%; }
  .banner h3 {
    color: #fff;
    line-height: 90px;
    margin: 0; }
  .banner .btn {
    position: absolute;
    right: 0;
    top: 28px;
    right: 2rem; }
  @media screen and (max-width: 640px) {
    .banner {
      margin-bottom: 10px; }
      .banner h3 {
        text-align: right;
        padding-right: 1rem; } }

.nav-index {
  padding: 0;
  border-bottom: 2px solid #c7ddef; }
  .nav-index h4 {
    border-radius: .5rem .5rem 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: .2rem;
    padding: .8rem 1rem;
    background: #9fc4e4; }
    .nav-index h4 ul {
      width: 100%;
      height: 100%; }
      .nav-index h4 ul li {
        list-style: none;
        display: inline-block;
        width: 50%; }
        .nav-index h4 ul li a {
          color: #fff; }
    .nav-index h4.onmove {
      background-color: #337ab7;
      font-weight: bold;
      color: #fff;
      font-size: 1.1rem; }

.resume-title {
  top: .8rem;
  border-bottom: 2px solid #9fc4e4;
  margin-bottom: 2rem; }
  .resume-title:before, .resume-title:after {
    display: table;
    content: "";
    clear: both; }
  .resume-title h3 {
    float: left;
    margin: 1.2rem 0;
    border-left: 3px solid #337AB7;
    color: #337ab7;
    padding-left: 0.5rem;
    font-size: 1.2rem; }
  .resume-title h4 {
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 4rem;
    color: #fff;
    font-weight: bold;
    right: 1rem;
    padding: .6rem;
    text-align: center;
    margin: 1rem 0;
    font-size: .8rem;
    border-radius: 8px;
    background: #285f8f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .resume-title h4:hover {
      background: #337ab7; }

.resume-content:not(:first-child) {
  margin-top: 3rem;
  border-top: 2px solid #9fc4e4;
  padding-top: 2rem; }

.btn-pre {
  width: 30%;
  padding: .5rem 2rem; }
  .btn-pre.btn-pre1 {
    left: 1rem; }

.blank {
  margin: 40px 0 10px;
  height: 30px;
  text-align: center;
  color: #999; }

.table tbody .btn {
  margin: 0 .5rem; }
  @media screen and (max-width: 640px) {
    .table tbody .btn {
      margin-bottom: .5rem; } }

.submit-group {
  text-align: center;
  margin: 2rem 0; }
  .submit-group .btn {
    width: 8rem; }

.scoreView_table {
  width: 40%;
  margin: 0 auto;
  line-height: 2;
  text-align: center !important;
  border: 1px solid #9fc4e4; }
  @media screen and (max-width: 1400px) {
    .scoreView_table {
      width: 50%; } }
  @media screen and (max-width: 1170px) {
    .scoreView_table {
      width: 60%; } }
  @media screen and (max-width: 800px) {
    .scoreView_table {
      width: 80%; } }
  .scoreView_table th {
    background-color: #337ab7;
    color: #fff;
    text-align: center !important; }
  .scoreView_table tr {
    border-bottom: 1px solid #c7ddef; }
    .scoreView_table tr td {
      border-top: none; }

.scoreView_title {
  text-align: center; }

.show-part {
  width: 120px;
  margin-left: 24px; }
  .show-part img {
    width: 100%; }

.show-part.big {
  width: 240px; }

.video-part {
  width: 100%;
  margin-left: 24px; }
  .video-part img, .video-part video {
    width: 100%; }

.oss-outline {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 1280px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999; }

.oss-outline #ossfile {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -100px; }

/*# sourceMappingURL=style.css.map */
