.login-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.login {
  position: absolute;
  width: 360px;
  margin: 0 auto;
  position: relative;
  outline: 0;
  top: 100px;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.5;
  color: #6f6f6f;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.login a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.login a:hover {
  color: #ff4400;
}
.login .login-title {
  padding-top: 40px;
  text-align: center;
  color: #333;
  font-weight: 500;
  -webkit-font-smoothing: auto;
}
.login .login-title .title-tab-list {
  font-size: 20px;
  color: #333;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.login .login-title .title-tab-list .title-tab-item {
  float: left;
}
.login .login-title .title-tab-list .title-tab-item .title-tab-item-inner {
  font-weight: 500;
  float: left;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.login .login-title .title-tab-list .title-tab-item .title-tab-item-inner:hover {
  color: #ff4400;
}
.login .login-title .title-tab-list .title-tab-item .title-tab-sep {
  margin: 2px 16px 0;
  height: 16px;
  float: left;
  border-right: 1px solid #e3e3e3;
}
.login .login-title .title-tab-list .title-tab-item a {
  color: inherit;
  cursor: pointer;
}
.login .login-title .title-tab-list .title-tab-item.active .title-tab-item-inner {
  color: #ff4400;
  border-bottom: 1px solid #ff4400;
}
.login .login-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #d2d0d0;
  font-size: 16px;
}
.login .content-main {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  width: 300px;
}
.login .content-main input {
  height: 42px;
}
.login .content-main .form-input {
  position: relative;
  width: 100%;
}
.login .content-main .form-input .input-append {
  position: absolute;
  top: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  right: 1px;
  background-color: #fafafa;
  text-align: center;
  border-left: 1px solid #ddd;
  width: 120px;
}
.login .content-main .form-input .input-append .get-token {
  color: #ff4400;
  cursor: pointer;
}
.login .content-main .check {
  height: 18px;
  color: #6f6f6f;
  font-size: 12px;
}
.login .content-main .tj {
  margin-top: 10px;
}
.login .content-main .tj .layui-btn {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.login .content-main .form-tips {
  margin-top: 10px;
  color: #6f6f6f;
  font-size: 14px;
}
.login .content-main .form-tips .form-tips-l {
  float: left;
}
.login .content-main .form-tips .form-tips-r {
  float: right;
}
.login .content-main .form-tips .form-tips-r a {
  color: #ff4400;
}
.login .content-main .main-third {
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.login .content-main .main-third .third-hd {
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #999;
  margin-bottom: 20px;
}
.login .content-main .main-third .third-hd span {
  position: relative;
  padding: 0 5px;
  top: 7px;
  background-color: #fff;
}
.login .content-main .main-third .third-bd {
  text-align: center;
  letter-spacing: -3px;
}
.login .content-main .main-third .third-bd table {
  width: 100%;
}
.login .content-main .main-third .third-bd table td {
  text-align: center;
}
.login .content-main .main-third .third-bd table td .iconfont {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  letter-spacing: 0;
  vertical-align: middle;
}
.login .content-main .main-third .third-bd table td .iconqq {
  color: #4e9ff9;
}
.login .content-main .main-third .third-bd table td .iconweixin {
  color: #5ec12a;
}
.login .content-main .main-third .third-bd table td .iconweibo {
  color: #f65d6b;
}
.login .content-main .form-item {
  margin-bottom: 20px;
  height: 42px;
}
.login .content-main .form-item .captcha-code {
  float: left;
  width: 156px;
}
.login .content-main .form-item .captcha-img {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 40px;
  width: 100px;
  position: relative;
  float: left;
  margin-left: 10px;
}
.login .content-main .form-item .captcha-change {
  float: right;
  display: inline-block;
  white-space: nowrap;
  line-height: 42px;
  color: #ff4400;
  cursor: pointer;
}
.login .content-main .form-checkbox {
  font-size: 12px;
  line-height: 20px;
}
.login .content-main .form-checkbox a {
  color: #ff4400;
}
.login .content-main .form-checkbox .layui-form-checkbox[lay-skin=primary] {
  padding-left: 20px;
}
.notice-list .notice-li {
  padding: 10px 0;
  border-bottom: 1px solid #e8eaec;
}
.notice-list .notice-li a {
  display: block;
}
.notice-list .notice-li a .img {
  float: left;
  width: 34px;
  height: 34px;
}
.notice-list .notice-li a .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.notice-list .notice-li a .content {
  float: left;
  width: calc(100% - 34px);
}
.notice-list .notice-li a .content p {
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #000;
}
.notice-list .notice-li a .content .time {
  font-size: 12px;
  text-align: right;
  color: #999;
}
.notice-list .notice-all-li {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.notice-list .notice-all-li a {
  color: #000;
}
.my-renzheng-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.my-renzheng-wrapper .renzheng-squre {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1040px;
  height: 360px;
  background: url("/static/images/renzheng.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.my-renzheng-wrapper .renzheng-squre .squre-l {
  width: 155px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 245px;
  cursor: pointer;
}
.my-renzheng-wrapper .renzheng-squre .squre-r {
  width: 155px;
  height: 50px;
  position: absolute;
  right: 315px;
  top: 245px;
  cursor: pointer;
}
.ivu-messag {
  z-index: 10000000000 !important;
}
