li {
  list-style: none;
}

.undis {
  display: none;
}

.cl-fff {
  color: #fff;
}

.cl-f90 {
  color: #008c95;
}

.f20 {
  font-size: 20px;
}

.mt20 {
  margin-top: 20px;
}

.home-banner {
  position: relative;
}

.home-banner .img-box1 {
  height: 400px;
  width: 400px;
  background: url(/Template/jiepei/yuan2.png) no-repeat;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
  animation: turn 60s linear infinite;
  position: absolute;
  bottom: 10%;
  left: -7%;
}

.home-banner .img-box2 {
  height: 1000px;
  width: 1000px;
  opacity: 0.4;
  background: url(/Template/jiepei/yuan2.png) no-repeat;
  background-size: cover;
  background-position: center;
  animation: turn 60s linear infinite;
  position: absolute;
  right: -38%;
  top: -57%;
}

.home-banner .title-img {
  width: 100%;
  position: absolute;
  top: 20%;
  transform: translate(0, -50%);
}

.home-banner .title-img img {
  width: 500px;
  display: block;
  margin: 0 auto;
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.5);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(1, 1);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(2);
  }
}

@keyframes mymove {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 100% 0%;
  }
}

@keyframes turn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home-banner {
  background-image: url(/Template/jiepei/manage/loginNew.png);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*    display: flex;
    justify-content: center;
    align-items: center;*/
}

.snow-container {
  height: 23.8%;
  position: fixed;
  bottom: 46%;
  left: 0;
  pointer-events: none;
  transform: rotate3d(1, 1, 1, 0deg) translate3d(0px, 0, -200px);
}
/*.from-box {
    background:#fff url(/Template/jiepei/manage/loginBoxNew.png) no-repeat center right;
    width: 1280px;
    height: 788px;
    top: 50%;
    transform: translate(0,2px);*/
/*border-radius:5px;*/
/*}*/
/*body{min-width:450px}*/
.f30 {
  font-size: 30px;
}

.loginbor {
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
}

.loginbor span {
  font-size: 14px;
  display: none !important;
}

.form-signin .loginbor input[type='text'],
.form-signin input[type='password'] {
  font-size: 16px;
  color: #666666;
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 15px 21px;
}

.loginbor input {
  width: 340px;
  display: inline-block;
  border: none;
  outline: none;
}

.outtime {
  border: 1px solid #ffa39e;
  background: #fff1f0;
  line-height: 40px;
  padding: 0 10px !important;
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 999;
  color: #333;
}

.loginbor ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}

.loginbor ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  font-size: 14px;
}

.loginbor ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  font-size: 14px;
}

.loginbor input:-webkit-autofill,
.loginbor input:-webkit-autofill:hover,
.loginbor input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #f1f1f1 inset;
  -webkit-text-fill-color: #43425d;
}

#loginForm div {
  padding: 0;
}

#login {
  margin-top: 120px;
}
/*��������ʽ*/
.home-banner .logoAndTitle {
  position: absolute;
  left: 4vw;
  top: 7vh;
  color: #fff;
  display: flex;
  align-items: center;
}

.home-banner .logoAndTitle .systemInfo {
  margin-left: 20px;
}

.home-banner .logoAndTitle .titleLogo {
  width: 83px;
  height: 83px;
}
.home-banner .logoAndTitle .titleLogo img {
  width: 100%;
}
.home-banner .logoAndTitle .systemInfo .systemName {
  font-size: 33px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
}

.home-banner .logoAndTitle .systemInfo .slogan {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.home-banner #loginForm {
  padding: 0;
  width: 560px;
  height: 560px;
  background: url(/Template/jiepei/manage/loginNewFormBg.png) no-repeat center
    center;
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 45px;
  box-shadow: 0 0 20px -1px #fff;
}
.home-banner #loginForm h3 {
  width: 50px;
  height: 32px;
  font-size: 25px;
  line-height: 32px;
  line-height: 32px;
  color: #1c1c1c;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: bold;
}

#loginForm .from-group {
  width: 70%;
}
#loginForm .from-group .col-lg-12,
#loginForm .from-group .form-control {
  width: 100%;
}
/*  #loginForm {
        padding: 121px 0 0 88px;
    }*/

#loginForm .codeposition {
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: #f1f1f1;
  border-radius: 25px;
  min-width: 88px;
  left: 280px;
}

#loginForm #login {
    margin-top: 24px;
    background: ##008C95;
}
#loginForm .relationAdmin {
  text-align: center;
  color: #545454;
  line-height: 32px;
  padding-top: 14px;
}

.codeposition {
  padding-left: 0;
  position: absolute;
  right: -90px;
  top: 7px;
  z-index: 999;
}

.leftbox_logo {
  width: 50%;
  height: 100%;
  float: left;
  background: #008c95;
}
/*.loginlogo{position:absolute;left:160px;top:200px;z-index:99}*/

/*��������ʽ*/
@media (max-width: 1200px) {
  .codeposition {
    right: 0;
  }

  .leftbox_logo,
  .loginlogo {
    display: none;
  }

  .from-box {
    width: 70%;
  }

  /* #loginForm {
        width: 100% !important;
    }*/

  /*        .loginbor input, #loginForm #login {
            width: 80%;
        }*/
  /*
    #login {
        margin-top: 100px
    }*/

  /*#loginForm .codeposition {
        left: 60%;
    }*/
}

@media (max-width: 750px) {
  .from-box {
    width: 80%;
    height: 500px;
  }

  #loginForm.form-signin {
    width: 100% !important;
    padding: 8px;
    background-size: cover;
    height: 500px;
    box-shadow: none;
  }
  #loginForm.form-signin h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .form-signin {
    padding: 30px;
  }

  .loginbor input {
    min-width: 95%;
  }

  #login {
    margin-top: 20px;
  }

  #loginForm .formtitle.from-group {
    margin-bottom: 20px;
  }

  .home-banner .logoAndTitle .titleLogo {
    width: 50px;
    height: 50px;
  }

  .home-banner .logoAndTitle.systemInfo p {
    margin-bottom: 4px;
  }

  .home-banner .logoAndTitle .systemInfo .systemName {
    font-size: 19px;
    line-height: 19px;
  }

  .home-banner .logoAndTitle .systemInfo .slogan {
    font-size: 12px;
  }

  #loginForm .codeposition {
    left: 57%;
  }

  #loginForm #login {
    margin-top: 0;
    min-width: 95%;
  }
  #loginForm p.relationAdmin {
    line-height: inherit;
    padding-top: 4px;
  }
}

/*#loginForm{width:50%;height:100%;background:transparent}*/
#loginForm .formtitle {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.switched_systems {
  background: #7c5a23 !important;
  color: #008c95 !important;
}

.mega-menu ul li .switched_systems:hover,
.mega-menu ul li .switched_systems:focus {
  background-color: #7c5a23 !important;
}

.mega-menu ul li .switched_systems i {
  width: 12px;
}

.switched_systems_box ul {
  padding-left: 0;
}

.switched_systems_box li a {
  width: 140px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 15px;
  line-height: 80px;
  color: #000;
}

.right-notification .notification-menu li a i {
  position: inherit !important;
}

.right-notification .notification-menu li .dropdown-menu a {
  color: #000;
  background: #fff !important;
}

.right-notification .notification-menu li .dropdown-menu a:hover {
  background: #fff1dd !important;
}

.right-notification .notification-menu li .dropdown-menu .system_ul a {
  color: #6c747f;
  cursor: pointer;
}

.right-notification .notification-menu li .dropdown-menu .system_ul a:hover {
  background: #fff1dd !important;
  font-weight: bold;
  color: #6c747f;
  cursor: pointer;
}

.right-notification .notification-menu li .dropdown-usermenu {
  min-width: 160px;
}

.notification-menu > li a {
  background: #fff;
  color: #333;
}

.message_div {
  width: 350px;
  height: 410px;
}

.system_div {
  width: 350px;
  height: 370px;
}

.message_div.white:after {
  left: 16px !important;
  right: 225px !important;
}

.changeSystemDrop.dropdown-menu {
  left: -200px;
}

.message_div > ul > li {
  width: 90px !important;
  float: left !important;
  height: 30px;
  line-height: 30px;
}

.message_div > ul > li a {
  width: 90px !important;
  float: left !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 12px !important;
  text-align: center;
}

.message_div .tab-content ul {
  padding-left: 0px;
}

.notification-menu .dropdown-usermenu .nav-tabs li.active a {
  border: 0 !important;
  border-bottom: 2px solid #008c95 !important;
}

.message_list li {
  line-height: 24px !important;
  height: 60px;
  border-bottom: 1px solid #ccc;
  padding: 5px 15px 15px !important;
}

.message_list li .quan {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008c95;
  margin-right: 5px;
}

.message_list li a {
  padding: 0px 0px !important;
  line-height: 20px !important;
  min-height: 20px !important;
  font-size: 18px !important;
}

.message_list li p {
  font-size: 16px;
  text-indent: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.message_list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.right-notification
  .notification-menu
  li
  .dropdown-menu
  .message_list
  li:hover
  a {
  background: #fff1dd !important;
  color: #008c95 !important;
  cursor: pointer;
}

.right-notification .notification-menu li .dropdown-menu .message_list {
  min-height: 280px !important;
}

.right-notification .notification-menu li .viewmore {
  display: inherit;
  color: #551a8b !important;
  height: 20px !important;
  line-height: 20px !important;
}

.right-notification .notification-menu li .dropdown-menu .viewmore:hover {
  background: #fff !important;
}

.wrapper .mail-box .sm-side {
  background: #fff !important;
}

.approve_ico {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 15px 10px 15px 18px;
  background: url(/Template/jiepei/manage/shenpiguanli.png) no-repeat;
  border-radius: 5px;
  vertical-align: middle;
}

.ruzhi {
  background-position: -5px -50px;
}

.lizhi {
  background-position: -61px -50px;
}

.kuaidi {
  background-position: -5px -113px;
}

.caigou {
  background-position: -61px -113px;
}

.lingyong {
  background-position: -117px -113px;
}

.yingzhang {
  background-position: -173px -113px;
}

.shunhuai {
  background-position: -229px -113px;
}

.jieyong {
  background-position: -285px -113px;
}

.approvehome_list > div > div > ul li {
  float: left;
  width: 200px;
  height: 70px;
  cursor: pointer;
  line-height: 70px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
}

.approvehome_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.iconinput span {
  background: #fff !important;
}

.iconinput input {
  border-left: 0 !important;
  border-color: #dfdfdf !important;
}

.approveselect {
  width: 120px;
  display: inline-block;
  margin-right: 20px;
}

.table {
  text-align: left;
}

.table th {
  color: #909399;
  height: 48px;
  line-height: 48px;
  border-left: 0;
  border-right: 0;
}

.table td {
  color: #333;
  height: 48px;
  line-height: 48px;
  border-left: 0;
  border-right: 0;
}

.table p {
  margin-bottom: 0;
}

.btn-yellow {
  background: #008c95;
  border-color: #008c95;
  color: #ffffff !important;
}

.btn-yellow:hover {
  background: #008c95;
}

.approvehome_list .tab-pane {
  padding-top: 20px;
}

.approvehome_list #home > div > p {
  line-height: 50px;
  border-top: 1px solid #ebeef5;
  margin-top: 20px;
}

.breadcrumb > li + li:before {
  content: '>';
  color: #606266;
}

.breadcrumb .active {
  color: #008c95;
  font-size: 14px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.wrapper h1 {
  text-indent: 0 !important;
  font-weight: normal;
}

.redtext-req::before {
  content: '*';
  color: red;
}

.approvaluser-head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
}

.approvalflow_list,
.approvalflow_list2 {
  padding-top: 10px;
  text-align: center;
  padding-left: 0;
}

.approvalflow_list > li,
.approvalflow_list2 > li {
  position: relative;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  padding-bottom: 20px;
}

.approvalflow_list > li .pull-left,
.approvalflow_list2 > li .pull-left {
  text-align: left;
}

.approvalflow_list > li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  display: block;
}
/*��ǰ�ڵ�*/
.approvalflow_list > li.active::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  background: #67c23a;
  border-radius: 50%;
  display: block;
}
/*��һ�ڵ�*/
.approvalflow_list > li.next::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  background: #008c95;
  border-radius: 50%;
  display: block;
}
/*��һ�ڵ��ַ��Ӵ�*/
.is-current {
  font-weight: 800;
  font-size: 16px;
}

.approvalflow_list2 li {
  border: 0;
}

.approvalflow_list li:last-child {
  border-left: 0;
}

.approvalflow_listbor li:last-child {
  border-left: 1px solid #ddd;
}

.el-upload__input {
  display: none !important;
}

.commit_btn {
  width: 140px;
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  font-size: 16px;
  border-radius: 4px;
}

.customselect {
  display: inline-block;
  width: 120px;
}

.province_div > div {
  padding-right: 0;
  padding-left: 0;
}

.ApprovalTextareaBox {
  text-align: left;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0 15px;
  line-height: 24px;
  margin-top: 15px;
}

.textcenter {
  text-align: center;
}

.Applybox .form-group div.col-sm-4 {
  min-width: 500px;
}

.textcenter_list {
  padding-top: 40px;
}

.approvalflow_list > li,
.approvalflow_list2 > li {
  padding-left: 50px !important;
  min-height: 145px;
  padding: 5px;
  cursor: pointer;
  left: 10px !important;
}
/*.textcenter_list li:hover{box-shadow:0 0 10px #ccc}*/
.textcenter_list li .pull-left:nth-of-type(1),
.approvalflow_list2 li .pull-left:nth-of-type(1) {
  margin-right: 50px;
  width: 150px;
}

.jiantou-icon {
  width: 0px;
  height: 0px;
  display: inline-block;
  position: absolute;
  bottom: 135px;
  left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}

.wrapper {
  padding: 0 0 0 20px;
}

.approvehome_list .pagination li {
  float: left;
  width: 30px;
  height: 34px;
  margin: 0;
  border: 0;
}

.approvehome_list .pagination li a:hover {
  background: #008c95;
  color: #fff;
  border: 0;
}

.approvehome_list .pagination li.active a {
  background: #008c95;
  color: #fff;
  border: 0;
}

.edittree_submit {
  width: 120px;
  display: block;
  margin: auto;
  height: 36px;
  line-height: 36px;
  padding: 0;
}

.copylist div {
  margin-right: 10px !important;
  max-width: 50px !important;
  text-align: center;
}

.copylist div img {
  display: block;
  margin: auto;
}

.copylist div p {
  display: block;
  margin: auto;
  text-align: center;
}

.copylist div:last-child {
  display: none;
}

.title_h3 {
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  font-size: 20px;
}

table a {
    color: #409eff;
}

.layui-layer-btn .layui-layer-btn0 {
  background: #008c95 !important;
  color: #fff;
  border: 0;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #008C95 !important;
  background: #008C95 !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #008C95 !important;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #008C95 !important;
}

.layui-layer {
  box-shadow: none !important;
}

.form-control {
  border-radius: 4px !important;
}

@media (max-width: 1280px) {
  .title-img h1 {
    height: 80px;
    text-align: center;
    font-size: 60px;
  }

  .title-img h4 {
    margin-top: 0;
  }
}
