body {
  background: #E5E5E5;
}

.login-container {
  width: 500px;
  height: auto !important;
  min-height: 613px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(175, 187, 204, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(175, 187, 204, 0.15);
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 136px;
}

.login-container .head {
  width: 100%;
  line-height: 24px;
  text-align: center;
  position: relative;
}

.login-container .head .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
}

.login-container .head .back img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.login-container .head .back span {
  margin: 0 6px;
  font-size: 14px;
  font-weight: 400;
  color: #91a0b5;
}

.login-container .head .txt-title {
  color: #181E33;
}

input[type=text],
input[type=password] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 46px;
  font-size: 14px;
  color: #181E33;
  border: 1px solid #e3e8f0;
  background: none;
  padding: 0 24px;
  margin: 24px 0 0 0;
  border-radius: 24px;
}

.login-content {
  margin-top: 50px;
  text-align: center;
}

.login-content .ipt-code {
  width: 352px;
  padding-right: 130px !important;
}

.login-content .col-blue {
  color: #3a8bff;
}

.login-content .col-gray {
  color: #91A0B5;
}

.login-content .pos-r24 {
  position: absolute;
  top: 24px;
  right: 24px;
}

.login-content .before-reget {
  display: none;
}

.login-content .lg-item {
  width: 352px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
}

.login-content .pd-right60 {
  padding-right: 60px;
}

.login-content .pwd-rule {
  font-size: 12px;
  color: #A8A8B3;
  padding-left: 24px;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 50px;
}

.login-content .p-rule {
  font-size: 12px;
  color: #A8A8B3;
  padding-left: 24px;
  line-height: 1;
  margin-top: 6px;
}

.select-wrap {
  position: relative;
  display: inline-block;
  width: 352px;
}

.select-wrap .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 40px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  cursor: pointer;
  background: url("../images/icon-down.png") no-repeat center;
}

.select-wrap .expanded .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select-inp {
  height: 34px;
  width: 200px;
  display: inline-block;
  border: none;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.filter-list {
  display: none;
  width: 100%;
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f7f8fa;
  z-index: 2;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 #AFBBCC;
          box-shadow: 0 2px 12px 0 #AFBBCC;
  border-radius: 6px;
}

.filter-list .list {
  max-height: 252px;
  overflow-y: auto;
}

.filter-list li {
  text-align: left;
  font-size: 14px;
  color: #91a0b5;
  line-height: 40px;
  height: 40px;
  padding: 0 12px;
  cursor: pointer;
  overflow: hidden;
}

.filter-list li.current {
  background: #F7FAFC;
  color: #3A8BFF;
}

.btn-big-blue {
  width: 360px;
  height: 48px;
  background: url("../images/bg-btn-def.png") no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 3px 12px 0 rgba(39, 125, 255, 0.3);
          box-shadow: 0 3px 12px 0 rgba(39, 125, 255, 0.3);
  border-radius: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  outline: none;
  margin: 40px 0 10px;
  cursor: pointer;
  border: none;
}

.btn-big-blue:hover {
  opacity: .8;
}

.inform {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #a8a8b3;
}

.inform span {
  color: #3a8bff;
}

.btn-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}

.error-tip .err-txt {
  font-size: 12px;
  line-height: 1;
  color: #FF5152;
  padding: 6px 0 0 24px;
  position: absolute;
  bottom: -18px;
}

.error-tip > input {
  border: 1px solid #FF5152 !important;
  background: #FFFFFF !important;
}

.icon-eye-close:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icon-eye-close.png") no-repeat center;
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
}

.icon-eye-open:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icon-eye-open.png") no-repeat center;
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
}
