* {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  color: #222;
  font-size: 14px;
  min-width: 1280px;
  /* overflow-x: hidden; */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.box {
  width: 1200px;
  margin: 0 auto;
}

.pt-74 {
  padding-top: 74px;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  content: " ";
  font-size: 0;
  height: 0;
  clear: both;
}

.header-container {
  position: relative;
}

.header-container.fixed header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

header {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  height: 65px;
  line-height: 65px;
  font-size: 14px;
  padding: 0 24px;
  background-color: #ffffff;
  z-index: 100;
  transition: all 0.3s;
}

header h1 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  width: 128px;
  margin: 0 140px 0 0;
}
header .zzh_h1{
  width: 180px;
}

header .header-nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  header h1 {
    margin-right: 60px;
  }
}

header h1 a {
  color: #333;
  text-decoration: none;
  display: inherit;
}

header h1 a img {
  /* height: 31px;
  width: 100%; */
  display: inline-block;
}

header .header-tools {
  float: right;
}

.header-tools .tool-list {
  display: flex;
}

.header-tools .tool-list > li {
  display: flex;
  align-items: center;
}

.tool-list > li > a {
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #222;
  padding: 0 15px;
  text-align: center;
  min-width: 75px;
  box-sizing: border-box;
}
.tool-list > li > a:hover{
  color: #0072ff;
}

.tool-list > li > a i {
  position: absolute;
  top: 25px;
  right: 5px;
  display: none;
  padding: 0 3px;
  line-height: 16px;
  border-radius: 8px;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #ff4106;
}

.header-tools .tool {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  cursor: pointer;
}

.header-tools .tool.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 6px 0;
  width: 140px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  list-style: none;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu .dropdown-arrow {
  visibility: hidden;
}

.dropdown-arrow,
.dropdown-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.dropdown-menu .dropdown-arrow::before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

.dropdown-menu[data-popper-placement^="bottom"] .dropdown-arrow {
  top: -4px;
}

.dropdown-menu-item {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.dropdown-menu-item:hover {
  background-color: #edf0f2;
}

.dropdown-menu-item:hover a {
  color: #0072ff;
}

.dropdown-menu-item a {
  width: 100%;
  padding: 0 20px;
  color: #222;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
}
.user-name {
  min-width: 3em;
}

.user-name i {
  font-size: 12px;
}

header .el-dropdown {
  margin-left: 10px;
  background: transparent;
}

header .el-menu--horizontal > .el-submenu .el-submenu__title {
  color: #222;
}
header .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid transparent;
}

ul.nav {
  float: left;
  height: 100%;
  line-height: 65px;
  list-style: none;
}

ul.nav .nav-item {
  float: left;
}
ul.nav li a {
  color: #000;
  text-decoration: none;
  padding: 0 23px;
  display: block;
  position: relative;
}
ul.nav li a::after {
  display: block;
  content: "";
  width: 13px;
  height: 3px;
  background-color: #0072ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  display: none;
}

ul.nav li:hover a {
  color: #0072ff;
}
ul.nav li.active a {
  font-weight: bold;
  color: #0072ff;
}
ul.nav li.active a::after {
  display: block;
}

ul.nav li i {
  display: inline-block;
  margin-top: 5px;
  width: 13px;
  height: 3px;
}
ul.nav li.active i {
  background: #0072ff;
}

.btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
  background-blend-mode: normal, normal;
  color: #ffffff;
  border-radius: 27px;
  background: linear-gradient(45deg,#0a6bff,#1098ad,#9c4ff5,#f1d03a);
  -webkit-animation: animatedgradient 3s ease infinite alternate;
  animation: animatedgradient 3s ease infinite alternate;
  background-size: 300% 300%;
  -webkit-animation:effect 3s ease infinite alternate;
  animation:effect 3s ease infinite alternate}
  @-webkit-keyframes effect {0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
  @keyframes effect {0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
  @-webkit-keyframes effect{0%{background-position:100% 50%}50%{background-position:0 50%}to{background-position:100% 50%}}
  @keyframes effect{0%{background-position:100% 50%}50%{background-position:0 50%}to{background-position:100% 50%
}
}

.btn.default2 {
  background: linear-gradient(45deg,#0a6bff,#917ff5);
  color: white;
}
.btn.default2:hover{
  background: linear-gradient(45deg,#0c62e4,#6e5cd6);
}

.btn:hover {
  background-image: linear-gradient(45deg,#f1d03a,#0a6bff,#7a1ce6,#1098ad);
}
.btn.default {
  background-image: linear-gradient(45deg,white,white);
  color: #015eea;
}
.btn.default:hover {
  background-image: linear-gradient(45deg,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4,#fff,#f4f4f4);
  color: #015eea;
}
.btn + .btn {
  margin-left: 25px;
}
.btntool .docst{
    position: relative;
    text-decoration: none;
    width: 100%;
    color: #222;
    padding: 0 15px;
    text-align: center;
    min-width: 75px;
    box-sizing: border-box;
}
.btntool .btns {
  display: inline-block;
  min-width: 70px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  background-color: #0072ff;
  cursor: pointer;
  margin-right: 15px;
}
.btntool .btns a {
  text-decoration: none;
  color: #ffffff;
}
.btntool .btns.success {
  background-color: #009b3e;
}

.flexbox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.flexbox > div {
  display: flex;
  box-sizing: border-box;
  width: 1280px;
}
footer {
  background-color: #ffffff;
}
footer div {
  display: flex;
  box-sizing: border-box;
  width: 1280px;
  height: 60px;
  line-height: 60px;
  justify-content: center;
  font-size: 12px;
  color: #999999;
  box-shadow: inset 0px 1px 0px 0px #e8e8e8;
}
footer div a {
  color: #999999;
  text-decoration: none;
}
footer div a:hover{
  color: #666;
  text-decoration: underline;
}
.pointer {
  /* color: #666; */
  cursor: pointer;
}
/* .pointer:hover {
  color: #222;
} */

#navimg,
#navbtn {
  display: none;
}
.user {
  display: flex;
  justify-content: center;
  line-height: 65px;
}
.user a {
  display: inline-block;
  width: 75px;
  text-decoration: none;
  color: #222;
  cursor: pointer;
  text-align: center;
}
.user a:hover {
  color: #0072ff;
}
.user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 25px;
  border: 1px solid #e8e8e8;
}
.user .userbtn {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.user .userbtn:hover ul {
  display: block;
  width: 100px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.userbtn ul {
  position: absolute;
  left: -20px;
  display: none;
  list-style: none;
  background: #fff;
}
.userbtn ul li {
  padding: 3px 10px;
  line-height: 30px;
  cursor: pointer;
}
.userbtn ul li:hover {
  color: #0072ff;
  background: #edf0f2;
}
.user .userbtn i {
  display: inline-block;
  width: 0;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #444343;
}
.message-box {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.5);
}
.message-box .message-box__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.message-box .message-box__wrapper > div {
  display: inline-block;
  width: 420px;
  padding-bottom: 10;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e6ebf5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  text-align: left;
}

.message-box .message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}
.message-box .message-box__content {
  padding: 10px 15px;
  color: #666;
  font-size: 14px;
}
.message-box .message-box__btns {
  text-align: right;
  padding: 5px 10px 10px;
}
.message-box .message-box__btns span {
  display: inline-flex;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  border: 1px solid #b9c2d5;
  border-radius: 5px;
}
.message-box .message-box__btns span.success {
  color: #fff;
  background: #2179d6;
  border: 1px solid #2179d6;
}
.j-curr {
  color: #fff;
  background-color: #0072ff;
  border-radius: 5px;
  width: 10px;
}
.disablecur{
  color: #b7acac;
}
#pager {
  width: 400px;
  margin: 50px auto;
  text-align: center;
  line-height: 26px;
}
#pager li {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.color55 {
  color: #999;
}
.groups-form .el-form .el-form-item.is-required .el-form-item__label:before {
  color: transparent;
}

.logout-win {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.logout {
  width: 300px;
  padding: 0 15px;
  line-height: 30px;
  background: #fff;
  border-radius: 5px;
}
.logout .logout-title {
  position: relative;
  font-size: 16px;
  line-height: 40px;
}
.logout .logout-close {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}
.logout .logout-footer {
  padding: 15px 0;
  text-align: right;
}
.logout .logout-btn {
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  line-height: 24px;
  border-radius: 5px;
}
.logout-btn + .logout-btn {
  margin-left: 20px;
}
.logout .logout-btn.primary {
  background: #0072ff;
  border-color: #0072ff;
  color: #fff;
}
.logout .logout-btn.primary:hover {
  background: rgba(0, 114, 255, 0.8);
  border-color: rgba(0, 114, 255, 0.8);
}

.groups-form .el-form-item {
  margin-bottom: 35px;
}

.groups-form .el-form-item {
  margin-bottom: 35px;
}
.groups-form
  .el-form-item.is-error
  input.el-input__inner::-webkit-input-placeholder,
.groups-form
  .el-form-item.is-error
  textarea.el-textarea__inner::-webkit-input-placeholder {
  color: #f56c6c;
}

.groups-form .el-form-item.is-error input.el-input__inner:-moz-placeholder,
.groups-form
  .el-form-item.is-error
  textarea.el-textarea__inner:-moz-placeholder {
  color: #f56c6c;
}

.groups-form .el-form-item.is-error input.el-input__inner::-moz-placeholder,
.groups-form
  .el-form-item.is-error
  textarea.el-textarea__inner::-moz-placeholder {
  color: #f56c6c;
}
.groups-form .el-form-item.is-error input.el-input__inner:-ms-input-placeholder,
.groups-form
  .el-form-item.is-error
  textarea.el-textarea__inner:-ms-input-placeholder {
  color: #f56c6c;
}
.error-msg {
  line-height: 30px;
  color: #f56c6c;
}

/* 输入框/文本域/日期 字体颜色 */
.el-input .el-input__inner,
.el-textarea .el-textarea__inner,
.el-date-editor .el-range-input {
  color: #000 !important;
}

/* 按钮 */
.btn-white {
  text-align: center;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
}
.btn-white:hover {
  background-color: #f3f3f3;
}

.btn-primary {
  text-align: center;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #2088fd;
  border: 1px solid #1776e1;
  color: white;
}
.btn-primary:hover {
  background-color: #1776e1;
}

.btn-success {
  text-align: center;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #00bb4b;
  border: 1px solid #22a757;
  color: white;
}
.btn-success:hover {
  background-color: #22a757;
}

.btn-danger {
  text-align: center;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ff4545;
  border: 1px solid #e93b3b;
  color: white;
}
.btn-danger:hover {
  background-color: #e93b3b;
}

.btn-warning {
  text-align: center;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ffb41b;
  border: 1px solid #eda513;
  color: white;
}
.btn-warning:hover {
  background-color: #eda513;
}

.btn-info {
  text-align: center;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #24b9ff;
  border: 1px solid #15a6eb;
  color: white;
}
.btn-info:hover {
  background-color: #15a6eb;
}


/* 椭圆tab样式 */
/* .el-tabs__active-bar {   
  height: 0 !important;
}
.el-tabs__nav-wrap::after{
  content: "" ;
  height: 0 !important;
}
.el-tabs__nav {
  margin-top: 10px;
  border:1px solid #e0e0e0;
  border-radius:20px ;
}

.el-tabs__nav .el-tabs__item:hover{
  color: #000;
}

.el-tabs__nav .el-tabs__item.is-active{
  color: #fff !important;
  background: #0090ff;
}
.el-tabs__item{
  padding:0px 20px !important;
  border-radius:20px ;
} */

/* hover下划线 */
.txt-hor-line_hover:hover{
  text-decoration: underline !important;
}