/*
* Created by hcy on 2019/03/22.
*/

.margin-lr-12 {
  margin: 0 12px;
}

.margin-lr-13 {
  margin: 16px 13px;
}

.header-bg p {
  font-size: 16px;
  font-weight: bold;
  line-height: 64px;
}

.nav-top .el-tabs__header {
  margin: 0;
}

.nav-top .el-tabs__nav-wrap {
  padding: 0 16px 0 8px;
}

.nav-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.nav-top .el-tabs__header {
  margin: 0;
}

.nav-top .el-tabs__active-bar {
  margin-left: -10px;
  padding-right: 10px;
  min-width: 24px !important;
  box-sizing: content-box;
  background-color: #fff !important;
}

.nav-top .el-tabs__item {
  height: 26px;
  line-height: 24px;
  padding: 0 10px !important;
  font-weight: normal;
  color: #666;
  border-radius:4px;
  background-color: #FAFAFA;
  border:1px solid #DCDFE6;
  margin-left: 8px;
}

.nav-top .el-tabs__nav-prev,
.nav-top .el-tabs__nav-next {
  line-height: 40px;
}

.nav-top .el-tabs__nav-wrap::after {
  content: none;
}

.nav-top .el-icon-arrow-left,
.nav-top .el-icon-arrow-right {
  font-family: "iconfont" !important;
  font-style: normal;
  height: 15px;
  font-size: 15px;
  line-height: 36px;
}

.nav-top .el-icon-arrow-left:before {
  content: "\e631";
  color: #666;
}

.nav-top .el-icon-arrow-right:before {
  content: "\e632";
  color: #666;
}
/* .el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
    margin-bottom: 15px !important;
} */
.el-table thead {
  background: #f6f6f6;
}

.child-title {
  line-height: 35px;
  padding: 0 10px;
  border-bottom: 1px solid #eeeff3;
  font-size: 14px;
  font-weight: bold;
}

.child-tips {
  font-size: 14px;
  border-bottom: 1px solid #eeeff3;
  line-height: 35px;
  margin: 0 25px 20px;
}

.margin-lr-80 {
  margin: 0 80px;
}

#login {
  background: linear-gradient(360deg,
      rgba(86, 198, 254, 1) 0%,
      rgba(93, 100, 255, 1) 100%);
}

#login .big-bg {
  position: fixed;
  box-sizing: border-box;
  background: url(../images/bg_img_new.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 680px;
  overflow: hidden;
  padding: 40px 107px 0;
}

#login .login-bg {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 13%;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  /* padding: 17px 20px 15px; */
}
#login .login-wrapper{
    padding: 48px 20px;
    
}
#login .login-bg .triangle{
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
}
#login .login-bg .login-QRcode-wrapper{
  width: 294px;
  height: 247px;
  padding: 48px 0px 15px;
  overflow: hidden;
}
.big-bg .left-img {
  position: fixed;
  left: 15%;
  bottom: 10%;
  transform: scale(1.1);
}

#login .login-bg p {
  color: #303133;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}

.login-foot {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 48px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

#login .el-button--primary {
  background-color: #3882ee;
}

.fun-list p {
  line-height: 64px;
  color: #fff;
  font-size: 14px;
}

.fun-list img {
  margin: 17px 3px 17px 0;
}

.tx-pe {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .tab-list {
    color: #333;
    line-height: 35px;
    font-size: 12px;
    border-left: 1px solid rgba(219,222,228,1);
    border-right: 1px solid rgba(219,222,228,1);
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
}
.tab-list ul {
    overflow: hidden;
    white-space: nowrap;
    height: 36px;
}
.tab-list ul li {
    margin: 0 10px;
    cursor: pointer;
}
.tab-list ul li.active {
    color: #3882EE;
    border-bottom: 2px solid #3882EE;
}
.tab-list ul li i {
    cursor: pointer;
} */

.cur-pointer {
  cursor: pointer;
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
  line-height: 34px !important;
}

.el-table__body-wrapper {
  overflow-y: auto !important;
}
