@charset "UTF-8";
/* css reset */
body {
  font-family: 'Microsoft YaHei';
  font-size: 12px; }

body, div, p, h1, h2, h3, h4 {
  padding: 0;
  margin: 0; }

dl, ul, li, dd, dt {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none; }

button {
  border: none;
  outline: none; }

img {
  border: none; }

/* variable */
/* css Atomic class */
.positon_r {
  position: relative; }

.bd-btm {
  border-bottom: 1px solid #e5e5e5; }

.wrap {
  width: 100%;
  min-width: 1200px; 
  overflow: hidden;
}

.fl {
  float: left; }

.fr {
  float: right; }

.db {
  display: block; }

.dn {
  display: none; }

.fz16 {
  font-size: 16px; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.w70px {
  width: 70px; }

.mlr30 {
  margin: 0 30px; }

.plr20 {
  padding: 0 20px; }

.plr30 {
  padding: 0 30px; }

.h1 {
  height: calc(100vh - 200px); }

.h2 {
  height: calc(100vh - 160px); }

/* power */
.w50 {
  width: 50%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w12 {
  width: 12%; }

.plr10 {
  padding: 0 10px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl30 {
  padding-left: 30px; }

.pl55 {
  padding-left: 55px; }

.pr10 {
  padding-right: 10px; }

.pt25 {
  padding-top: 25px; }

.lh36 {
  line-height: 36px; }

.h36 {
  height: 36px; }

.lh32 {
  line-height: 32px; }

.lh50 {
  line-height: 50px; }

.lh56 {
  line-height: 56px; }

.h56 {
  height: 56px; }

.h32 {
  height: 32px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px; }

.mt60 {
  margin-top: 60px !important; }

.mt40 {
  margin-top: 40px !important; }

.w26 {
  width: 26% !important; }

.w80px {
  width: 80px; }

.w120px {
  width: 120px; }

.ml20 {
  margin-left: 20px; }

.ml2 {
  margin-left: 2px; }

.mr25 {
  margin-right: 25px; }

.nav-active {
  background: #0e85e9; }

.second-nav-active {
  display: block !important; }

.third-nav-active {
  box-sizing: border-box;
  background: #5a637b;
  border-left: 8px solid #0e85e9; }

.user-list__tab-active {
  border-top: 3px solid #0e85e9 !important;
  background: #fff !important;
  color: #0e85e9 !important; }

.location-active {
  color: #333333 !important; }

.select-box-active {
  border-top: 1px solid #0e85e9 !important;
  border-left: 1px solid #0e85e9 !important;
  border-right: 1px solid #0e85e9 !important; }

.select-role {
  width: 230px;
  background: url("/lib/images/arrow-down-black.png") 235px center no-repeat; }

.select-role-acitve {
  background-image: url("/lib/images/pull_down_active.png") !important; }

.select-city {
  width: 160px;
  margin-right: 25px;
  background: url("/lib/images/arrow-down-black.png") 165px center no-repeat; }

.select-city-active {
  background-image: url("/lib/images/pull_down_active.png") !important; }

.select-box__err_active {
  border: 1px solid #ff5c5c; }

.li_hover {
  background: #0e85e9;
  color: #fff !important; }

.fz14 {
  font-size: 14px !important; }

.ofh {
  overflow: hidden; }

.collapse-open {
  background-image: url("/lib/images/arrow-down-black.png"); }

.collapse-close {
  background-image: url("/lib/images/arrow-right-black.png"); }

.word-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

[v-cloak] {
  display: none !important; }

/* 鐢ㄦ埛鐧诲綍涓讳綋 */
.u-login__content {
  position: relative;
  width: 100%;
  padding: 50px 10%;
  box-sizing: border-box;
  background: url("../images/login_bg.png") center center no-repeat;
  background-size: cover;
  overflow: hidden; }

.u-login__content__form {
  float: right;
  width: 400px;
  padding: 1.5% 4%;
  border-radius: 4px;
  margin-left: 11%;
  background: #fff; }
.u-login__content__form .form__title {
  padding: 5px 0 15px;
  font-size: 26px;
  color: #0e85e9;
  font-weight: normal; }
/* .u-login__content__form .form__fill-in {
  height: 200px; } */
.u-login__content__form .form__fill-in .login-info {
  width: 100%;
  height: 42px;
  background: #eee;
  margin-top: 12px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #ddd; }
.u-login__content__form .form__fill-in .login-info .account_icon {
  display: inline-block;
  width: 42px;
  text-align: center; }
.u-login__content__form .form__fill-in .login-info .account_icon img {
  vertical-align: middle; }
.u-login__content__form .form__fill-in .login-info input {
  background: #eee;
  width: calc(100% - 60px);
  height: 24px;
  padding-left: 14px;
  border: none;
  margin-top: 10px;
  line-height: 24px;
  box-sizing: border-box;
  border-left: 2px solid #0e85e9;
  outline: none;
  color: #444;
  font-size: 14px; }

.fill-in__tip {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e95252;
  background: #fcdbdb url("/lib/images/remove.png") 15px center no-repeat; }
.fill-in__tip p {
  padding: 0 8px 0 50px;
  color: #7d7d7d; }
.fill-in__tip p a {
  color: #e95252; }

.login-btn {
  margin-top: 22px;
  width: 100%;
  height: 40px;
  border: none;
  background: #0e85e9;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px; }

.forget-pass {
  width: 100%;
  line-height: 38px;
  text-align: center;
  color: #888; }

/* 鐢ㄦ埛鍒楄〃 */
/* right main content */
.content {
  width: calc(100% - 290px);
  height: calc(100vh - 120px);
  padding: 25px;
  background: #f1f1f1;
  overflow: hidden; }
.content .location-path {
  width: 100%;
  line-height: 20px; }
.content .location-path a {
  color: #666;
  font-size: 16px; }
.content .location-path a img {
  vertical-align: middle; }
.content .location-path a span {
  padding: 0 16px; }
.content .user-list {
  clear: both;
  width: 100%;
  /* background: #fff; */
  height: calc(100vh - 120px); 
/*   box-shadow: 0 0 10px 1px #dcdcdc; */}
.content .user-list .user-list__tab {
  height: 39px; }
.content .user-list .user-list__tab li {
  float: left;
  padding: 0 20px;
  background: #e2e2e2;
  border-top: 3px solid #e2e2e2;
  line-height: 36px;
  color: #666666;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  cursor: pointer; }

.user-list__box {
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 160px);
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px; }

.handle-user {
  padding-bottom: 20px; }
.handle-user li p {
  color: #444;
  font-size: 14px;
  line-height: 28px;
}
.handle-user li a {
  display: block;
  float: left;
  margin-right: 20px;
  background: #0e85e9;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px; }

.page-turn {
  padding: 5px 0; }
.page-turn p {
  padding-right: 15px;
  line-height: 28px;
  font-size: 14px;
  color: #333333; }
.page-turn ul {
  padding: 0 8px; }
.page-turn ul li {
  float: left; }
.page-turn ul li a {
  display: block;
  padding: 0 8px;
  line-height: 24px;
  color: #333333;
  border-radius: 3px;
  font-size: 14px;
  margin: 0 3px;
  cursor: pointer; }
.page-turn ul li a.page-turn-active {
  background: #0e85e9;
  color: #fff !important; }
.page-turn .page-turn__btn {
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  border-radius: 3px; }

.user-list-box {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 260px);
  overflow-y: auto; }
.user-list-box .user-table {
  width: 100%;
  color: #666;
  border-collapse: collapse;
  padding: 0 15px; }
.user-list-box .user-table thead {
  height: 40px;
  background: #eeeeee; }
.user-list-box .user-table thead th:first-child {
  width: 40px; }
.user-list-box .user-table thead th {
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  /* overflow: hidden;
  max-width: 200px;
  text-overflow:ellipsis;  
  white-space: nowrap; */ }
.user-list-box .user-table thead th:not(:last-child) {
  border-right: 1px solid #e5e5e5; }
.user-list-box .user-table .tick-box {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 10px; }
.user-list-box .user-table .model-tick-box {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 10px; }
.user-list-box .user-table tbody tr {
  height: 42px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  /* &:hover td{
      background:none;
  } */ }
.user-list-box .user-table tbody tr:hover {
  background: #eee; }
.user-list-box .user-table tbody tr td {
  min-width: 40px;
  padding: 0 10px;
}
.user-list-box .user-table tbody tr td:first-child {
  width: 60px; }
.user-list-box .user-table tbody tr td.actual {
  padding: 0 8px; }
.user-list-box .user-table tbody tr td.actual a {
  padding: 0 6px;
  color: #0e85e9; }
.user-list-box .user-table tbody tr a.more {
  color: #0e85e9; }
.user-list-box .user-table tbody tr td.list_time {
  /* display:block; */
  width: 100px; }

.text-too-long {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 娣诲姞鐢ㄦ埛 */
.add-user {
  margin-top: 20px;
  width: calc(100%-100px);
  height: calc(100vh - 260px);
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  overflow: auto; }

.add-user__name {
  overflow: hidden;
  margin-bottom: 20px; }
.add-user__name input {
  width: 230px;
  height: 36px;
  padding: 0 15px;
  outline: none;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  color: #444;
  border-radius: 3px; }

.label {
  display: inline-block;
  width: 120px;
  text-align: right;
  color: #333333;
  font-size: 16px; }

.select {
  clear: both;
  margin-bottom: 20px; }
.select .select__text {
  position: relative;
  padding: 0 15px;
  margin-left: 3.5px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  border-radius: 3px; }
.select .select__text .selt {
  width: 100%;
  height: 32px;
  color: #666;
  font-size: 14px; }
.select .select__text .select-list {
  position: absolute;
  z-index: 10000;
  left: -1px;
  top: 30px;
  width: 100%;
  max-height: 180px;
  padding: 10px 0;
  border-left: 1px solid #0e85e9;
  border-right: 1px solid #0e85e9;
  border-bottom: 1px solid #0e85e9;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  overflow: auto;
  border-radius: 0 0 3px 3px; }
.select .select__text .select-list li {
  display: inline-block;
  width: calc(100% - 20px);
  padding: 0 10px;
  color: #333333;
  cursor: pointer;
  /* &:hover {
      background:$theme-color;
      color:#fff;
  } */ }
.select .select__text .add-select-hover li:hover {
  background: #0e85e9;
  color: #fff; }

.err-tip {
  width: 300px;
  height: 40px;
  padding-left: 50px;
  margin-left: 80px;
  border: 1px solid #e95252;
  background: #fcdbdb url("/lib/images/remove.png") 15px 10px no-repeat;
  font-size: 14px;
  color: #666;
  line-height: 40px; }

.add-btn {
  /* margin: 70px 0 0 84px; */
  height: 100px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.add-btn input {
  padding: 0 40px;
  border: none;
  margin-right: 20px;
  color: #fff;
  line-height: 35px;
  border-radius: 3px;
  outline: none; }

.sure-btn {
  cursor: pointer;
  background: #0e85e9; }

.cancel-btn {
  cursor: pointer;
  background: #bfbfbf; }

/* 鏉冮檺鑺傜偣 */
.power-list {
  clear: both;
  width: calc(100%-30px); }
.power-list .power-list__title {
  height: 40px;
  background: #eee; }
.power-list .power-list__title li {
  float: left;
  line-height: 40px;
  color: #666;
  text-align: center; }
.power-list .power-list__title li:not(:last-child) {
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  font-size: 13px; }
.power-list .power-list__cont {
  position: relative;
  width: 100%;
  height: calc(100vh - 280px);
  overflow: auto; }

.power-list_item {
  height: 36px;
  line-height: 36px; }
.power-list_item p {
  box-sizing: border-box; }
.power-list_item p a {
  color: #0e85e9; }

/* .power-list_item p:not(:first-child) {
    text-align: center;
} */
/* 瑙掕壊--------鏉冮檺绠＄悊 */
.checkbox {
  margin: 0 10px; }

/* 娣诲姞鏉冮檺鑺傜偣 */
.add-power {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  text-align: center; }
.add-power:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }
.add-power .add-power__box {
  text-align: left;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 35%;
  min-width: 600px;
  border-radius: 3px; }
.add-power .add-power__box .add-power__box__header {
  height: 42px;
  background: #0e85e9;
  line-height: 42px;
  border-radius: 3px 3px 0 0; }
.add-power .add-power__box .add-power__box__header h4 {
  padding-left: 25px;
  font-size: 15px;
  font-weight: normal;
  color: #fff; }
.add-power .add-power__box .add-power__box__header span {
  cursor: pointer;
  padding: 0 15px;
  color: #fff;
  font-size: 24px; }
.add-power .add-power__box .add-power__form {
  padding: 40px 50px 30px 50px; }

.add-power-btn {
  width: 280px;
  margin: 20px auto 0; }

/* certificate  -- skill level  */
.list-box {
  width: calc(100% - 210px);
  height: calc(100vh - 68px);
  padding: 20px;
  box-sizing: border-box; }

.list-box .nav-tab {
  height: 36px; }

.list-box .nav-tab li {
  float: left;
  padding: 0 20px;
  line-height: 36px;
  border-top: 3px solid #3388ee;
  background: #ffffff;
  border-radius: 3px 3px 0 0; }

.skill-level {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 3px 3px 3px; }

.skill-level_list {
  height: calc(100vh - 194px);
  overflow: auto; }

.skill-level table {
  width: 100%;
  text-align: center;
  line-height: 36px;
  border-collapse: collapse; }

.skill-level table thead {
  height: 36px;
  background: #eeeeee; }

.skill-level table thead th {
  font-size: 14px;
  font-weight: normal;
  color: #666; }

.skill-level table thead th:not(:last-child) {
  border-right: 1px solid #e5e5e5; }

.skill-level table tbody {
  height: calc(100vh - 184px);
  width: 100%;
  clear: both;
  background: #fff; }

.skill-level table tbody tr {
  border-bottom: 1px solid #eee; }

.skill-level table tbody td:not(:last-child) {
  width: 15%; }

.skill-level table tbody td:last-child a {
  padding: 0 10px;
  color: #0e85e9; }

.collapse {
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat; }
.collapse .collapse-img {
  transform: rotate(180deg);
}
.collapse .collapse-img.shou {
  transform: rotate(90deg);
}

/*  exam  */
.exam-set {
  overflow: hidden;
  margin-bottom: 20px; }

.score {
  padding-left: 10px;
  font-size: 14px; }

.exam-type {
  line-height: 28px;
  width: 74%;
  margin-bottom: 15px;
  color: #666; }
.exam-type lable {
  line-height: 28px; }
.exam-type p {
  width: 100px;
  float: left;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px; }
.exam-type p img {
  padding-right: 10px;
  vertical-align: middle; }
.exam-type .exam-num {
  float: left;
  width: 50px;
  padding: 0 5px;
  line-height: 28px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: none; }

.pl26 {
  padding-left: 26%; }

.exam-type-color-active {
  color: #333 !important; }

/* list_theory */
.quest-more-btn {
  position: relative;
  cursor: pointer;
  width: 100%; }
.quest-more-btn a {
  display: block; 
  color:#437fed;
}
.quest-more-btn span {
  display: block; 
  color:#437fed;
}
.quest-more-btn:hover .quest-more-btn__item {
  display: block !important; }

.quest-more-btn__item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  line-height: 32px;
  border: 1px solid #0e85e9;
  background: #fff;
  z-index: 10000;
  display: none;
  box-sizing: border-box; }
.quest-more-btn__item li a {
  cursor: pointer;
  display: block;
  text-align: center; }

.user-list-box .user-table tbody tr td + td a.more_btn {
  padding: 0;
  color: #444; }
.user-list-box .user-table tbody tr td + td a.more_btn:hover {
  background: #0e85e9;
  color: #fff; }

.search {
  width: 18%;
  height: 36px;
  border: 1px solid #ccc;
  margin-right: 15px;
  box-sizing: border-box; }
.search input {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
  border: none;
  line-height: 32px;
  height: 32px;
  outline: none; }
.search button {
  float: right;
  width: 30px;
  background: #fff;
  line-height: 30px;
  cursor: pointer; }
.search button img {
  vertical-align: middle; }

.title-filter {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  /* height: 120px; */ }

.title-filter__select {
  position: relative;
  width: 18%;
  height: 36px;
  cursor: pointer;
  margin: 0 2% 20px 0; }

.title-filter__select p.selt {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  border-radius: 3px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-filter__select p.selt span {
  display: inline-block;
  width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.title-filter__select__option {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 30px;
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #0e85e9;
  border-right: 1px solid #0e85e9;
  border-bottom: 1px solid #0e85e9;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 32px;
  max-height: 300px;
  overflow: auto;
  border-radius: 0 0 3px 3px; }

.title-filter__select li {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.title-filter__select li:hover {
  color: #fff;
  background: #0e85e9; }

.filter-select-disable {
  border: 1px solid #ddd;
  color: #bbb; }

.title-filter-unactive {
  border: 1px solid #ccc;
  color: #444; }

.title-filter-active {
  color: #444;
  border-left: 1px solid #0e85e9;
  border-right: 1px solid #0e85e9;
  border-top: 1px solid #0e85e9; }

.bg-disable {
  background: url("/lib/images/disable_pull_down.png") 92% center no-repeat !important; }

.bg-unactive {
  background: url("/lib/images/pull_down.png") 92% center no-repeat; }

.bg-active {
  background: url("/lib/images/pull_down_active.png") 92% center no-repeat; }

/* 娣诲姞棰樼洰 */
.add-theory__box {
  height: calc(100vh - 260px);
  overflow: auto; }
.add-theory__box .title-cont {
  width: 50%;
  height: 180px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  resize: none; }

/* .add-title__addImg {
    .el-upload--picture-card {
        width: 57px;
        height: 56px;
        background: url("/lib/images/add_img.png") center center no-repeat;
        border:none;
    }
    .el-upload-list--picture-card {
        
        .el-upload-list__item {
            width: 57px;
            height: 56px;
            margin: 0 15px 15px 0;
            position: relative;
            overflow: initial;
            border:none;
            .el-upload-list__item .el-icon-close-tip {
                display: none;
                position: absolute;
                top: 5px;
                right: 5px;
                font-size: 12px;
                cursor: pointer;
                opacity: 0;
                color: #409EFF;
            }
            .el-upload-list__item-actions {
                
                opacity:1;
                transition: 0ms;
                -webkit-transition: 0ms;
                background:none;
                
                .el-upload-list__item-preview {
                    position: absolute;
                    display:block;
                    bottom: 0;
                    right:0;
                    z-index: 1000;
                    width: 20px;
                    height: 20px;
                    background: url("/lib/images/zoomin.png") center center no-repeat;
                    .el-icon-zoom-in {
                        color:#fff;
                        font-size: 0;
                    }
                }
                .el-upload-list__item-delete {
                    position: absolute;
                    top:-8px;
                    right:-8px;
                    z-index:1000;
                    display:block;
                    width: 26px;
                    height: 27px;
                    background: url("/lib/images/remove.png") center center no-repeat;
                    .el-icon-delete {
                        color:#000;
                        font-size: 0;
                        
                    }
                }
            }
            
            .el-upload-list__item-status-label {
                display:none;
            }
        }
        
    }
    .el-dialog__wrapper {
        width: 100%;
        height: 100vh;
        .el-dialog {
            position: relative;
            width: 500px;
            height: 500px;
            .el-dialog__header {
                position: absolute;
                top:0;
                right:10px;
            }
            .el-dialog__body {
                width: 500px;
                height: 500px;
                padding:0;
                text-align: center;
                line-height: 500px;
                img {
                    vertical-align: middle;
                }
            }
        }
    }
    .el-progress-circle {
        display:none!important;
    }

   
}

.avatar-uploader {
    float:left;
    width: 57px;
    height:56px;
    background:url("/lib/images/add_img.png") center center no-repeat;
    .el-upload {
        display: block;
        width:57px;
        height: 57px;
        img {
            width:57px; 
            height: 56px;
        }
        .el-icon-plus {
            color:transparent;
        }
    }
    .el-upload-list__item-name {
        display:none;
        
    }
    .el-upload-list {
        display:none;
    }
} 


.option-type {
    float:left;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-right: 40px;
        
    img {
        cursor: pointer;
        padding:0 8px;
        vertical-align: middle;
    }
}
*/
.option-list {
  float: left;
  width: calc(100% - 110px); }
.option-list .option-text-type {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px; }
.option-list .option-text-type img.choose_answer_btn {
  cursor: pointer;
  padding: 0 8px;
  vertical-align: middle; }
.option-list .option-text-type span {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px; }
.option-list .option-text-type .answer_input {
  width: 270px;
  height: 36px;
  border: 1px solid #bfbfbf;
  line-height: 36px;
  padding-left: 10px;
  border-radius: 3px; }
.option-list .option-text-type .answer_img_box {
  width: 57px;
  height: 56px;
  background: url("/lib/images/add_img.png") center center no-repeat;
  position: relative;
  text-indent: 0; }
.option-list .option-text-type .answer_img_box .answer_img {
  width: 57px;
  height: 56px;
  position: absolute;
  color: transparent;
  left: center;
  top: 0;
  opacity: 0;
  color: transparent; }
.option-list .option-text-type img.right_answer_icon {
  padding: 0 8px;
  vertical-align: middle; }

.paper-quest-table table tbody td:last-child a {
  padding: 0 10px;
  color: #0e85e9; }

.standard__mark {
  overflow: hidden;
  width: 100%; }
.standard__mark .standard__mark__total {
  width: 100%;
  overflow: hidden;
  color: #333; }
.standard__mark .standard__mark__total .mark-name {
  float: left;
  width: 110px;
  text-align: right;
  line-height: 36px;
  font-size: 16px;
  height: auto; }
.standard__mark .standard__mark__total .mark-num {
  float: left;
  line-height: 36px;
  font-size: 15px; }
.standard__mark .standard__mark__total .mark-num input {
  width: 70px;
  line-height: 34px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  outline: none;
  text-align: right; }

.standard__form {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 3px 3px 3px; }
.standard__form .el-table__header-wrapper th {
  background: #eee;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }
.standard__form .el-table--border, .standard__form .el-table--group {
  border: 1px solid #bfbfbf; }
.standard__form .el-table td, .standard__form .el-table th.is-leaf {
  border-bottom: 1px solid #bfbfbf; }
.standard__form table {
  width: 100%;
  text-align: center;
  line-height: 36px;
  border-collapse: collapse; }
.standard__form table thead {
  height: 36px;
  background: #ddd;
  border-right: 1px solid #bfbfbf; }
.standard__form table thead th {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding: 8px 0; }
.standard__form table tbody {
  width: 100%;
  clear: both;
  background: #fff; }
.standard__form table tbody tr:not(:last-child) {
  border-bottom: 1px solid #bfbfbf; }
.standard__form table tbody tr:not(:last-child) td {
  padding: 8px 0;
  color: #333;
  border-right: 1px solid #bfbfbf; }
.standard__form table tbody tr:not(:last-child) td input {
  width: 60px;
  padding: 0 0 0 10px; }
.standard__form table tbody .el-input__inner {
  padding: 0 0 0 10px; }
.standard__form .el-table__empty-block {
  min-height: 52px; }
.standard__form .el-table td, .standard__form .el-table th {
  padding: 8px 0; }
.standard__form .el-table .cell {
  line-height: 36px; }

.choose-knowledge-box {
  position: absolute;
  height: calc(100vh - 180px);
  right: 0;
  top: 0; }
.choose-knowledge-box .open-kno-btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 36px;
  margin-top: -75px;
  z-index: 1000;
  height: 150px;
  background-color: #0e85e9;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 8px 40px;
  border-radius: 3px 0 0 3px; }
.choose-knowledge-box .knowledge-list {
  position: relative;
  float: right;
  width: 420px;
  background: #fff;
  height: calc(100vh - 180px);
  box-shadow: -2px 2px 13px 1px #ccc;
  box-sizing: border-box;
  padding: 15px;
  overflow: auto; }
.choose-knowledge-box .knowledge-list .standard-checkbox {
  float: left;
  display: block;
  width: 30px;
  height: 36px; }
.choose-knowledge-box .knowledge-list .standard-checkbox img {
  vertical-align: middle; }

.open-kno-btn-bg {
  background-image: url("/lib/images/open-kon.png");
  background-position: center 120px;
  background-repeat: no-repeat; }

.close-kno-btn-bg {
  background-image: url("/lib/images/close-kon.png");
  background-position: center 120px;
  background-repeat: no-repeat; }

.add-paper__errtip {
  clear: both;
  width: 100%;
  padding-left: 110px;
  box-sizing: border-box;
  line-height: 36px;
  color: #ff5c5c;
  font-size: 14px; }

.paper-detail-table {
  font-size: 16px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  font-weight: normal; }

.quest-table .quest-table__type {
  font-size: 14px;
  line-height: 21px; }

.quest-table .paper-table {
  padding: 10px 30px 20px 30px !important; }

.quest-table .paper-quest-table {
  width: 100%;
  background: #ffffff;
  padding: 20px 0 20px 46px;
  box-sizing: border-box;
  border-radius: 3px 3px 3px 3px; }

.quest-table .paper-quest-table table {
  width: 100%;
  text-align: center;
  line-height: 36px;
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  border-radius: 3px; }

.quest-table .paper-quest-table table thead {
  height: 36px;
  background: #eeeeee; }

.quest-table .paper-quest-table table thead th {
  font-size: 14px;
  font-weight: normal;
  color: #666; }

.quest-table .paper-quest-table table thead th {
  border: 1px solid #bfbfbf; }

.quest-table .paper-quest-table table tbody {
  height: auto;
  width: 100%;
  clear: both;
  background: #fff; }
.quest-table .paper-quest-table table tbody tr {
  border-bottom: 1px solid #bfbfbf; }
.quest-table .paper-quest-table table tbody tr td {
  padding: 8px 0;
  color: #333;
  border-right: 1px solid #bfbfbf; }

.quest-table .paper-quest-table table tbody tr {
  border-bottom: 1px solid #bfbfbf; }

.min-tip {
  width: 100%;
  float: left;
  text-align: left;
  color: #e95252;
  height: 36px; }

.ar-cert-require {
  margin-top: 20px;
  width: calc(100%-100px);
  height: calc(100vh - 170px);
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px; }
.ar-cert-require .ar-cert-require__content {
  width: 100%;
  height: calc(100vh - 230px);
  overflow: auto; }

.ar-cert-require-item {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  box-sizing: border-box; }
.ar-cert-require-item h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px; }

.ar-cert-require-item__info {
  position: relative;
  padding: 10px 10px;
  /* overflow: hidden; */
  box-sizing: border-box; }
.ar-cert-require-item__info .basic_info {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 36px; }
.ar-cert-require-item__info .basic_info dt {
  float: left;
  width: 120px;
  font-size: 16px;
  color: #333;
  text-align: right; }
.ar-cert-require-item__info .basic_info dd {
  float: left;
  width: calc(100% - 120px);
  padding-left: 10px;
  box-sizing: border-box; }
.ar-cert-require-item__info .basic_info dd.diploma-img {
  width: 120px;
  padding-left: 0;
  margin-right: 20px; }
.ar-cert-require-item__info .basic_info dd.diploma-img span {
  text-align: center;
  line-height: 36px;
  display: block;
  font-size: 14px;
  color: #333; }
.ar-cert-require-item__info .basic_info dd.diploma-img .detail_img {
  width: 120px;
  height: 120px; }
.ar-cert-require-item__info .progress-box {
  width: 100%;
  overflow: hidden;
  margin: 0 50px; }
.ar-cert-require-item__info .progress-box .progress {
  float: left;
  font-size: 16px; }
.ar-cert-require-item__info .progress-box .progress .pass_circle {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 14px; }
.ar-cert-require-item__info .progress-box .progress .pass_line {
  float: left;
  margin-top: 40px;
  line-height: 80px;
  padding: 1px 0;
  background: #000; }
.ar-cert-require-item__info .progress-box .progress .progress_text {
  display: block;
  text-align: center;
  line-height: 40px; }
.ar-cert-require-item__info table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 3px; }
.ar-cert-require-item__info table caption {
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  color: #666;
  line-height: 40px;
  font-size: 14px;
  border-radius: 3px 3px 0 0; }
.ar-cert-require-item__info table thead {
  background: #eee;
  line-height: 40px; }
.ar-cert-require-item__info table thead tr th {
  font-weight: normal;
  font-size: 14px;
  color: #666; }
.ar-cert-require-item__info table thead tr th:not(:last-child) {
  border-right: 1px solid #ddd; }
.ar-cert-require-item__info table tbody tr td {
  line-height: 40px;
  color: #333;
  font-size: 14px;
  padding: 0 20px;
  box-sizing: border-box; }
.ar-cert-require-item__info table tbody tr td .course-item-content__null {
  padding: 0 15px; }
.ar-cert-require-item__info table tbody tr td .course-item-content__full .course-item-content__full__row {
  padding: 0 15px; }
.ar-cert-require-item__info table tbody tr td .course-item-content__full .course-item-content__full__row dt {
  width: 60px;
  float: left; }
.ar-cert-require-item__info table tbody tr td .course-item-content__full .course-item-content__full__row dd {
  display: block; }
.ar-cert-require-item__info table tbody tr td:not(:last-child) {
  border-right: 1px solid #ddd; }
.ar-cert-require-item__info table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ddd; }
.ar-cert-require-item__info table tbody tr td a {
  color: #0e85e9; }

.tr-bg-disable {
  background: #f7f7f7; }

.progress_bg_pass {
  background: #0e85e9;
  border: 1px solid #000; }

.progress_bg_fail {
  background: #ff5c5c;
  border: 1px solid #000; }

.progress_bg_unfinish {
  background: #fff;
  border: 1px solid #000; }

.progress_color_pass {
  color: #fff; }

.progress_color_unfinish {
  color: #333; }

.ar-min-btn {
  background: #0e85e9;
  padding: 5px 30px;
  color: #fff;
  margin-right: 32px;
  border-radius: 3px;
  line-height: 20px; }

.goods_or_service {
  padding: 20px 20px 0;
  overflow: hidden; }

/* exam info */
#add-exam-info .title-filter__select, #add-exam-info .date-select {
  width: 22%; }
#add-exam-info .el-date-editor.el-input, #add-exam-info .el-input__inner {
  width: 100%; }
#add-exam-info .el-input--prefix .el-input__inner {
  padding-left: 10px;
  padding-right: 10px; }
#add-exam-info .el-input__inner {
  border: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  color: #444; }
#add-exam-info .el-input__prefix {
  left: 86%;
  font-size: 16px;
  color: #444; }
#add-exam-info .el-icon-circle-close {
  position: relative;
  left: 0;
  font-size: 16px; }

.fact-price {
  display: block;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  height: 38px; }
.fact-price img {
  vertical-align: middle; }

.discount-img:hover .discount-tip {
  display: block; }

.discount {
  position: relative;
  height: 36px;
  overflow: visible; }

.discount-tip {
  position: absolute;
  top: -15px;
  left: 260px;
  display: none;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  border-radius: 4px;
  color: #ddd; }

.textarea {
  width: 40%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  resize: none;
  color: #444; }

.ar-sites {
  width: 100%;
  height: calc(100vh - 200px);
  overflow: auto;
  box-sizing: border-box; }

/*  */
.enroll-box h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #111; }

.student-img {
  width: 150px;
  height: 200px;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 10%; }
.student-img img {
  width: 150px;
  height: 200px;
  vertical-align: middle; }

.avatar {
  position: absolute;
  width: 120px;
  top: 0;
  right: 50px;
  text-align: center; }
.avatar dt {
  position: relative;
  width: 120px;
  height: 150px;
  background: #ddd;
  border: 1px solid #888;
  box-sizing: border-box;
  line-height: 150px; }
.avatar dt img {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 120px;
  height: 150px; }
.avatar dd {
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin: 15px 0 0 20px;
  text-align: center;
  background: #0e85e9;
  color: #fff;
  position: relative;
  border-radius: 3px;
  font-size: 14px; }
.avatar dd input {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  opacity: 0;
  cursor: pointer; }

.diploma-img .add-img-btn {
  position: relative;
  width: 120px;
  height: 120px;
  background: url("/lib/images/add_diploma-img.png");
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover; }
.diploma-img .add-img-btn .upload_input {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  opacity: 0;
  cursor: pointer; }
.diploma-img .add-img-btn .preBlock {
  position: absolute;
  width: 120px;
  height: 120px; }
.diploma-img .add-img-btn .preBlock img {
  display: block;
  width: 120px;
  height: 120px; }

/* 鑰冭瘯淇℃伅 */
/* exam info */
/* #add-exam-info{
    .title-filter__select,.date-select{
      width: 22%;
    }
    .el-date-editor.el-input, .el-input__inner {
        width: 100%;
    }
    .el-input--prefix .el-input__inner {
        padding-left:10px;
        padding-right:10px;
        
    }
    .el-input__inner {
        border:1px solid #ccc;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
        color:#444;
    }
    .el-input__prefix {
        left:86%; 
        font-size: 16px;
        color:#444;
    }
    .el-icon-circle-close{
      position: relative;
      left: -44px;
      font-size: 16px;
    }
   
  } */
/* bind_papertheory */
.exam-bind-papertheory .exam-content__hd {
  font-weight: 400;
  padding-bottom: 20px; }
.exam-bind-papertheory .exam-content__empty {
  width: 96%;
  margin: 20px auto;
  line-height: 160px;
  text-align: center;
  color: #888;
  border: 1px solid #ccc;
  border-radius: 2px; }
.exam-bind-papertheory #exam-room-list-box {
  width: 96%;
  margin: 20px auto;
  height: calc(100vh - 310px);
  overflow: auto; }
.exam-bind-papertheory .exam-content .exam-content__stationtable {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
.exam-bind-papertheory .exam-content .exam-content__stationtable tr td {
  padding-left: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
  font-size: 14px;
  color: #444; }
.exam-bind-papertheory .exam-content .exam-content__roomtable {
  width: 100%;
  border-left: 1px solid #ddd; }
.exam-bind-papertheory .exam-content .exam-content__roomtable tr th {
  background: #eee; }
.exam-bind-papertheory .exam-content .exam-content__roomtable tr th, .exam-bind-papertheory .exam-content .exam-content__roomtable td {
  padding-left: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  color: #444; }
.exam-bind-papertheory .exam-content .exam-content__roomtable td.form-time {
  width: 300px;
  /* span{
      display: block;
      line-height: 40px;
      padding-left:15px;
  }
  span:not(:last-child){
      border-bottom: 1px solid #ddd;
  } */ }
.exam-bind-papertheory .exam-content .exam-content__roomtable tr td + td a.more_btn {
  color: #444; }
.exam-bind-papertheory .exam-content .exam-content__roomtable tr td + td a.more_btn:hover {
  background: #0e85e9;
  color: #fff; }

.small-btn {
  padding: 0 15px;
  background: #0e85e9;
  line-height: 28px;
  margin: 0 10px;
  color: #fff;
  border-radius: 3px; }

.item-time-box {
  overflow: hidden;
  margin-top: 20px;
  /* text-align: center; */ }

.append-item-time {
  width: 530px;
  margin: 0 auto 15px; }

.turn-time__number {
  font-size: 16px;
  color: #000; }

.plus-delete-time {
  display: inline-block;
  padding: 0 10px; }
.plus-delete-time img {
  vertical-align: middle; }

/* 鑰冭瘯淇℃伅 -- 鏌ョ湅璇︽儏 */
/* .exam-content {
    padding:0 32px;
    .exam-content__stationtable {
      width: 100%;
      border-left: 1px solid #bfbfbf;
      tbody {
       
        tr {
            td {
                padding-left: 15px;
                line-height: 36px;
                font-size: 14px;
                color:#444;
                border-right: 1px solid #bfbfbf;
                border-bottom: 1px solid #bfbfbf;
              }
        }
      }
    }
    .exam-content__roomtable{
      width: 100%;
      border-left: 1px solid #bfbfbf;
      border-right: 1px solid #bfbfbf;
      border-bottom: 1px solid #bfbfbf;
      tr {
        th {
            background: #eee;
            border-bottom: 1px solid #bfbfbf;
        }
        
        th,td {
            width: 16.6667%;
            padding-left: 15px;
            line-height: 36px;
            font-size: 14px;
            font-weight: normal;
            color:#444;
            
        }
        th:not(:last-child){
            border-right: 1px solid #bfbfbf;
        }
        td:not(:last-child) {
            border-right: 1px solid #bfbfbf;
            border-bottom: 1px solid #bfbfbf;
            
        }
      }
      tr td + td a.more_btn {
        color:#444;
        &:hover {
            background: #0e85e9;
            color: #fff;
        }
      }
    }
} */
.import-file {
  padding: 0 40px;
  overflow: hidden;
  position: relative; }
.import-file .leading-in-file {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;
  line-height: 35px;
  opacity: 0;
  cursor: pointer; }

.order-detail {
  width: 100%;
  height: calc(100vh - 210px);
  overflow: auto; }

.order-detail-info {
  color: #333;
  font-size: 14px;
  line-height: 36px; }

.deal-index {
  width: 100%;
  height: calc(100vh - 230px);
  overflow: auto; }

.order-index {
  width: 100%;
  height: calc(100vh - 260px);
  overflow: auto; }
/* 预约人员详情 */
.of-apply__content {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 200px);
  overflow: auto;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box; }
  .of-apply__theme {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box; }
  .of-apply__theme .of-apply__theme__title {
    height: 22px;
    padding-left: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    box-sizing: border-box; }
  .of-apply__theme .of-apply__theme__title::before {
    content: '';
    position: relative;
    top: 3px;
    left: -10px;
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #437fed; }
  
  .of-apply__now {
    width: 45%;
    height: 40px;
    padding-left: 50px;
    line-height: 42px;
    color: #333;
    font-size: 16px;
    box-sizing: border-box; }
  .of-apply__now p span.sub {
    display: inline-block;
    width: 90px; }
  .of-apply__now p button {
    height: 28px;
    padding: 0 15px;
    background: #437fed;
    color:#fff;
    line-height: 28px;
    border-radius: 3px;
    cursor: pointer;
  }
  .of-apply__personal-profile {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 10px;
    height: 36px;
    box-sizing: border-box; }
  .of-apply__personal-profile label {
    color: #333;
    font-size: 16px;
    line-height: 36px; }
  .of-apply__personal-profile label .major-icon {
    display: inline-block;
    color: #ff4c2e;
    font-size: 20px;
    padding-right: 6px; }
  .of-apply__personal-profile input {
    padding-left: 10px;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    box-sizing: border-box; }
  .of-apply__personal-profile .idcard_comfire {
    padding: 5px 20px 0;
    font-size: 14px;
    line-height: 32px; }
  .of-apply__personal-profile .idcard_comfire span {
    padding-right: 15px; }
  .of-apply__personal-profile .idcard_comfire span img {
    cursor: not-allowed;
    vertical-align: middle; }
  .of-apply__personal-profile .what_tip .what__icon {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 20px;
    margin-top: 3px;
    background: url(/office/images/what.png) center center no-repeat; }
  .of-apply__personal-profile .what_tip .wat_tip_model {
    position: absolute;
    top: -20px;
    left: 160px;
    z-index: 100;
    display: none;
    width: 260px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 28px;
    border-radius: 3px; }
  .of-apply__personal-profile .what_tip:hover .wat_tip_model {
    display: block; }
  
  .of-upload_person {
    position: absolute;
    top: 30px;
    right: 130px;
    text-align: center; }
  .of-upload_person .of-upload__person-show {
    position: relative;
    z-index: 0;
    width: 128px;
    height: 180px;
    margin-bottom: 10px;
    background: #ddd;
    line-height: 180px;
    color: #999; }
  .of-upload_person .of-upload__person-show .upload_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 180px;
    z-index: 100; }
  .of-upload_person .of-upload__person-btn {
    position: relative; }
  .of-upload_person .of-upload__person-btn .person-input-file {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 110;
    opacity: 0; }
  
  .of-upload {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px; }
  .of-upload .input-file {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 110;
    opacity: 0; }
  
  .upload_show {
    height: 127px;
    padding-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
  }
  .upload_show li {
    position: relative;
    float: left;
    width: 90px;
    height: 127px;
    margin-right: 10px;
    background: #ddd; }
  .upload_show li img {
    width: 92px;
    height: 129px; }
  .upload_show li span {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 28px;
    text-align: center; }

/* ---------- 试卷应急包 --------- */
.paper-pack {
  width: 70%;
  margin: 30px auto;
}
.paper-pack li {
  font-size: 16px;
  color: #444;
  line-height: 46px;
}
.paper-pack li button {
  padding: 0 20px;
  background: #0e85e9;
  line-height: 28px;
  color: #fff;
  border-radius: 3px;
  
}
.upload-old-pack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

/* tab */
.of-tab {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #eee;
  background: #fcfcfc52;
  box-shadow: inset 0 -3px 10px 0 #f7f7f7; 
}
.of-tab li {
  position: relative;
  width: 12%;
  height: 40px;
  z-index: 99;
}
.of-tab--item {
  display: block;
  position: absolute;
  
  top: -2px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 43px;
  padding:0 20px;
  border: 1px solid transparent;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  color:#666;
  box-sizing: border-box;
}
.of-tab--item.isActive {
  color: #437fed;
  background: #fff;
  border-radius: 3px;
  border-top: 1.5px solid #eee;
}
.of-tab--item__bl {
  border-left: 1.5px solid #eee;
}
.of-tab--item__br {
  border-right: 1.5px solid #eee;
}
/* 考评员电子注册证、考生证书 */
.staff-detail__left {
  float: left;
  width: 160px;
}
.staff-detail__left .left-avatar {
  width: 130px;
  height: 180px;
  border: 1px solid #f1f1f1;
}
.staff-detail__left .left-avatar img {
  width: 130px;
  height: 180px;
}
.staff-detail__left .qrcode {
  margin-top: 30px;
  width: 130px;
  height: 130px;
}
.staff-detail__left .download-btn {
  display: inline-block;
  width: 130px;
  height: 32px;
  background: #3f8ae4;
  color: #fff;
  line-height: 32px;
  margin-top: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.staff-detail__right {
  float: left;
  width: calc(100% - 160px);
}
.staff-record {
  padding-top: 60px;
  clear: both;
}
.staff-cetificate__model {
  width: 100%;
  padding: 40px 0 0 45px;
}
.source-from__model {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

/* ------------- 覆盖 elementui 样式 -------------- */
.select .el-select > .el-input {
  width: 217px;
}
.select .el-input {
  margin-left: 3px;
  
}
.el-input__inner {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.el-input.is-disabled .el-input__inner {
  border-color: #ccc;
}
.el-select-dropdown {
  border: 1px solid #3f8ae4;
  margin: -1px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.el-select-dropdown__item {
  max-width: 260px;
  padding-left: 0 15px;
}
.el-popper[x-placement^=bottom] {
  margin-top: -1px;
}
.el-popper .popper__arrow {
  display: none;
}
.el-dropdown {
  display: block;
}
.el-dropdown-menu {
  min-width: 100px;
  border: 1px solid #ccc;
}
.el-dropdown-menu__item {
  padding: 0;
}
.el-dropdown-menu__item a {
  display: block;
  padding: 0 20px;
  color:#606266;
  text-align: center;
}

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover a{
  background-color: #ecf5ff;
  color: #66b1ff;
}
.el-table {
  font-size: 12px;
}
.el-table .el-table__header th {
  background: #eee;
}
.el-table .el-table__header th:not(:last-of-type) {
  border-right: 1px solid #f7f7f7;
}
.el-table .el-table__header th:nth-last-child(2){
  border-right: none;
}
.el-table .handle {
  color: #3f8ae4;
}
.el-table th>.cell {
  padding: 0 ;
}
.el-table td {
  padding: 8px 0;
}
.el-dropdown {
  color:#0e85e9;
}
.table-radio .el-radio__label {
  display: none;
}

  
@media screen and (max-width: 1366px) {
  .u-login__content__form {
    float: right;
    width: 340px;
  }
  .u-login__content__form .form__fill-in .login-info {
    height: 36px;
    margin-top: 10px;
    line-height: 36px;
  }
  .u-login__content__form .form__fill-in .login-info .account_icon {
    width: 36px;
    line-height: 32px;
  }
  .u-login__content__form .form__fill-in .login-info input {
    height: 24px;
    margin-top: 5px;
    line-height: 24px;
  }
} 


/* @media (min-width: 1500px) and (max-width: 1700px) {
  .u-login__content__form {
    width: 27%;
    padding-bottom: 40px; }
  .u-login__content__form .form__title {
    padding: 10px 0 18px; }
  .u-login__content__form .form__fill-in {
    height: 220px; }
  .u-login__content__form .form__fill-in .login-info {
    height: 42px;
    margin-top: 18px;
    line-height: 42px; } }
@media (min-width: 1701px) and (max-width: 1960px) {
  .u-login__content__form {
    width: 27%;
    padding-bottom: 40px; }
  .u-login__content__form .form__title {
    padding: 15px 0 18px;
    font-size: 28px; }
  .u-login__content__form .form__fill-in {
    height: 230px; }
  .u-login__content__form .form__fill-in .login-info {
    height: 44px;
    margin-top: 20px; }

  .login-btn {
    height: 44px;
    line-height: 44px; }

  .forget-pass {
    line-height: 40px; } } */

/*# sourceMappingURL=main.css.map */
