.login-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.4);
  /* filter: alpha(opacity=50); */
  z-index: 300;
}

.login-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4.78rem;
  height: 4.31rem;
  z-index: 20;
  overflow: hidden;
}
.login-container::before{
  content:'';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  /* filter: alpha(opacity=50); */
  z-index: 1;
}
.login-container .title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  box-sizing: border-box;
}

.login-container .title-info .title {
  /* font-size: .15rem; */
  font-size: 0;
  color: #27517f;
  margin: 13.389% auto 5.389%;
  width: 53.556%;
  padding-bottom: 12.55%;
  /* max-height:.6rem; */
  background: url('../image/logo.png') center center no-repeat;
  background-size: 100% 100%;
}

.login-container .tooltips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
}
.login-container .tooltips.active {
  background: #ffcccc;
  color: #f51731;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.4rem;
}
.login-container .close {
  font-size: 0.24rem;
  font-weight: 400;
  color: #27517f;
  text-align: right;
  position: absolute;
  top: 0.1rem;
  right: 0.2rem;
  line-height: 0.2rem;
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}

.login-container .close:hover {
  cursor: pointer;
  transform: rotate(180deg);
}

.input-password {
  position:relative;
  z-index:1;
  height:100%;
  border-radius: 6px;
  background: url('../image/login_bg.jpg') center center no-repeat;
  background-size: 100% 100%;
  /* margin-top: 0.25rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem; */
}

.input-password .layui-form{
  margin-top: 0.25rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

/* 输入账号密码登录 */
.input-password .layui-form-item .layui-input-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100% !important;
  margin: 0 !important;
}

.input-password .layui-form-item .layui-input-block {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.input-password .layui-form-item .layui-input-block .layui-btn {
  width: 100%;
  background-color: #007cd8;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.18rem;
}

.input-password .layui-form-item .layui-unselect:hover .layui-icon {
  border: 1px solid #27517f;
}

.input-password .layui-form-item .layui-form-checked .layui-icon-ok {
  border-color: #007cd8 !important;
  background-color: #007cd8;
  color: #fff;
}

.input-password .layui-input,
.layui-textarea {
  display: block;
  width: 100%;
  padding-left: 0.55rem;
  line-height: 0.55rem;
  height: 0.55rem;
  font-size: 0.18rem;
}
.input-password .layui-input:hover,
.layui-textarea:hover {
  border-color: #007cd8 !important;
}
.input-password .icon {
  border-right: 1px solid #e6e6e6;
  padding: 0 0.1rem;
  color: #e6e6e6;
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  font-size: 0.25rem;
  line-height: 0.25rem;
}
.layui-yan {
  width: 23%;
}
.layui-input::-webkit-input-placeholder {
  color: #ccc;
  line-height: 0.55rem;
}

/* 忘记密码 */
.input-password .forget-password {
  height: 0.18rem;
  line-height: 0.18rem;
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.14rem;
}

.input-password .forget-password:hover {
  cursor: pointer;
}
/*查看密码 */
.check-password {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1.8em;
  font-size: 1em;
}

/* 滑块样式 */
.container-fluid {
  position: fixed;
  z-index:1;
  left: 50%;
  top: 50%;
  width: 4.4rem;
  background-color: #ffffff;
  box-shadow: 0 0 .3rem rgba(0, 0, 0, .6);
  transform: translate(-50%,-50%) scale(0);
  transition: all .5s ease-out;
  /* animation: fadeIn 0.4s ease-out; */
}
.container-fluid.active {
  transform: translate(-50%,-50%) scale(1);
}
.slidercaptcha {
  margin: 0 auto;
  width: 100%;
}
.pc .slidercaptcha {
  position:relative;
}
.pc .slidercaptcha .card-body {
  /* height: 2.94rem; */
  text-align: right;
  padding: 0 0.125rem .225rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.slidercaptcha canvas:first-child {
  border-radius: 0.04rem;
  border: 1px solid #e6e8eb;
}

.pc .slidercaptcha.card .card-header {
  position: relative;
  padding-left: 0.225rem;
  text-align: left;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  /* border-top: 1px solid rgba(0, 0, 0, 0.125); */
}
.pc .slidercaptcha.card .card-header>span{font-size:.2rem}
.phone .slidercaptcha.card .card-header {
  padding: 0.6rem 0.1rem 0;
  text-align: left;
  color: #999999;
  border-bottom-color: transparent;
}
.slidercaptcha-info{
  display:none;
  padding:.5em 0;
  text-align:center;
  font-size:.8em;
}
.card-return {
  position: absolute;
  bottom: 0.225rem;
  right: .225rem;
  width: 1.5em;
  font-size: 0.2rem;
  color: #000;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
}
.card-return>.iconfont{
  font-size:1em;
  background: none;
}
.card-return:hover{
  color:#007cd8;
}
.card-body .refreshIcon {
  padding:.03rem;
  margin:0 2em 0 0;
  color:#000;
  /* background-color: rgba(255,255,255,.15); */
  /* color: rgba(255,255,255,.65); */
}
.card-body .refreshIcon:hover{
  color:#007cd8
}
/* 移动端 */
.phone .login-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: none;
  overflow: auto;
}
.phone .login-container .title-info .title {
  font-size: 0.32rem;
  text-align: center;
  height: 2.17rem;
  background: url(../image/logo.png) bottom left no-repeat;
  background-size: 100% auto;
}
.phone .layui-form-item {
  margin-bottom: 0.4rem;
}
.phone .input-password{
  border-radius: 0;
}
.phone .input-password .layui-form {
  margin-top: 10.811%;
  margin-left: 8.919%;
  margin-right: 8.919%;
}
.phone .layui-form-item .layui-input-inline > .layui-unselect {
  display: none;
}
.phone .login-back {
  background: #fff;
}
.phone.login-container .title-info .title {
  width: 63.678%;
  padding-top: 14.65%;
}
.phone .login-container .tooltips {
  height: 0.6rem;
}
.phone .login-container .tooltips.active {
  line-height: 0.6rem;
  font-size: 0.22rem;
}
.phone .input-password .icon {
  color: #394152;
  border-right: 1px solid #394152;
  bottom: 0.26rem;
  left: 0;
  font-size: 0.25rem;
  line-height: 0.25rem;
}
.phone .login-container .close {
  left: 5.33%;
  right: auto;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.6rem;
}
.phone .input-password .layui-input,
.phone .layui-textarea {
  border-radius: 8px;
  line-height: 0.8rem;
  font-size: 0.28rem;
  height: 0.8rem;
}
.phone .input-password .layui-form-item .layui-input-block .layui-btn {
  border-radius: 8px;
  line-height: 0.8rem;
  font-size: 0.28rem;
  height: 0.8rem;
}
.phone .input-password .forget-password {
  color: #1a2a44;
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  margin: 0.5rem 0;
  position: absolute;
  bottom: -2.4rem;
}
.phone .layui-input::-webkit-input-placeholder {
  line-height: 0.8rem;
}
.phone .check-password,
.phone .container-fluid {
  font-size: 0.28rem;
}
/* 移动端的安全验证 */
.phone .container-fluid {
  position: absolute;
  top: 50%;
  left: 3.923%;
  right: 3.923%;
  width: 92.154%;
  margin: auto;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
}
.phone .container-fluid.active{transform: translateY(-50%);}
.phone .card-return {
  left: auto;
  right: .1rem;
  font-size: 1.1em;
}
.phone .slidercaptcha {
  background-color: #ffffff;
}
.phone .card-body>div::before{font-size:.2rem}
.phone .slidercaptcha .card-body {
  /* height: 5.26rem; */
  padding: 0.1rem 0 .3rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.phone .card-body .refreshIcon {
  top: 0;
  font-size: 0.38rem;
  /* color:#ffffff; */
}
.phone .sliderContainer {
  height: 0.8rem;
  line-height: 0.8rem;
}
.phone .sliderbg,
.phone .sliderMask {
  top:.2rem;
  height: 0.4rem;
}
.phone .slider {
  top:-.1rem;
  width: 0.8rem;
  height: 0.6rem;
}
