html {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

body {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
}

li {
  list-style-type: none;
}

input {
  background: none;
  outline: none;
  border: 0px;
}

/* 限宽 */
.wp {
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
}

/* 手型 */
.pointer {
  cursor: pointer;
}

.pointer.file {
  color: #2440B3;
  ;
}

::-webkit-scrollbar {
  display: none;
}

/* 文本溢出 */
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 头部样式 */
.top {
  box-shadow: 0 5px 8px 3px rgba(204, 204, 204, 0.4);
}

.top-title {
  background: #0e416b;
  height: 35px;
  width: 100%;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
}

.top-title-text {
  display: flex;
  justify-content: space-between;
}

.top-title-text-oper {
  cursor: pointer;
}

/* nav样式 */
.nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*justify-content: space-between;*/
  /*height: 115px;*/
  height: 170px;
}

.nav-header {
  width: 100%;
  display: flex;
  margin: auto 0
}

.nav-header #cjSearch {
  /*flex: 1;*/
  width: 770px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #f0f4f8;
  margin: auto 45px;
  position: relative;
}

.nav-header #cjSearch .search {
  display: inline-block;
  width: 80px;
  height: 100%;
  background: #167dc7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}

.nav-header #cjSearch .search i {
  font-size: 20px;
}

.nav-header #cjSearch .el-input__inner {
  /*width: 400px;*/
  width: 100%;
  height: 40px;
  background: #f0f4f8;
  outline: none;
  border: 0;
}

.nav-header #cjSearch input {
  /*width: 400px;*/
  width: 100%;
  height: 40px;
  color: #888;
}

.nav-header #cjSearch input::-webkit-input-placeholder {
  color: #888;
}

.nav-main {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  /*height: 115px;*/
  height: 100px;
}

.nav-logo {
  width: 172px;
  height: 54px;
  /*margin-top: 30px;*/
  margin: auto 18px;
}

.nav-main-right {
  cursor: pointer;
  position: relative;
  width: 155px;
  /*height: 115px;*/
  height: 100px;
  /*height: 170px;*/
  background-image: url("../images/nav/loginbg.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #0e416b;
  font-size: 14px;
  position: relative;
}

.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
}

.top-blank {
  width: 100%;
  height: 205px;
  /* zoom:0.7; */
}

/* 登录框 */
.login {
  position: absolute;
  visibility: hidden;
  box-shadow: 0 0 10px 2px rgb(194, 194, 194);
  z-index: 999;
  top: 120px;
  width: 182px;
  padding: 28px 20px 6px;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #fff;
  border-radius: 10px;
  box-sizing: content-box;
}

.login>img {
  margin-bottom: 18px;
}

.login-ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login-ct div {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(23, 132, 202, 1);
}

.login-ct div p {
  margin-top: 5px;
}

.login-ct div:nth-child(1),
.login-ct div:nth-child(4) {
  background: rgba(40, 89, 164, 1);
}

.login-cb div {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  box-sizing: border-box;
  align-items: center;
  background: rgba(40, 89, 164, 1);
  border-radius: 5px;
  margin-bottom: 10px;
}

.login-cb div:nth-child(2n) {
  background: rgba(23, 132, 202, 1);
}

.login-cb div p {
  margin-left: 10px;
}

.nav-main-left {
  display: flex;
}

.nav-main-left li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*width: 84px;*/
  width: 100px;
  cursor: pointer;
  color: rgba(14, 65, 107, 1) !important;

}

.nav-main-left li:hover {
  border-bottom: 4px solid #ff6c00;
  box-sizing: border-box;
  /* color: rgba(14, 65, 107, 1) !important; */
  background-color: #f1f6fc;
}

.nav-main-left li img {
  height: 34px;
}

.activeNav {
  border-bottom: 4px solid #ff6c00;
  box-sizing: border-box;
  background-color: #f1f6fc;
  font-weight: bold !important;
}

.nav-main-left li span {
  margin-top: 10px;
}

.nav-main-left li:nth-last-child(1) {
  width: 100px;
}

.nav-main-right .userlogin {
  display: none;
  position: absolute;
  top: 114px;
  left: -22px;
  z-index: 100;
  width: 208px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}

.nav-main-right .userlogin .item {
  /* text-align: center; */
  width: 100%;
  /* height:30px; */
  line-height: 40px;
  border-top: 1px solid #fff;
  cursor: pointer;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.nav-main-right .userlogin .item i {
  /* text-align: center; */
  font-size: 15px;
  margin-right: 5px;
}

.nav-main-right .userlogin .item a {
  text-decoration: none;
}

.nav-main-right-login {
  width: 34px;
  height: 38px;
  margin-bottom: 10px;
}

/* 底部样式 */
.talent-main {
  width: 100%;
  background: rgba(14, 65, 107, 1);
}

.talent-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 100px;
  color: #fff;
  font-size: 12px;
}

.talent-foot-left {
  display: flex;
  align-items: center;
}

.talent-foot-left img {
  margin-right: 45px;
}

.talent-foot-left-text p:nth-child(2),
.talent-foot-right p:nth-child(2) {
  margin-top: 12px;
}

.talent-foot-right p {
  text-align: right;
}

[v-cloak] {
  display: none;
}

.RecordNo:hover {
  text-decoration: none
}


.tool-txt-box {
  position: relative;

}

.tool-txt-box:hover .tip-txt {
  display: block;
}

.tool-txt-box .tip-txt {
  display: none;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  z-index: 200000;
  background-color: #303133;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  margin-left: 30px;
}