
.loginBox {
  width: 100%;
  min-width: 1180px;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 14;
  top: 0px;
}
.lg-box {
  width: 756px;
  height: 490px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 0 auto;
  position: relative;
}

.lg-box .img {
  width: 320px;
  height: 490px;
}

.lg-box .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.lg-box .right {
  width: 436px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.lg-box .right .info {
  position: relative;
}

.lg-box .right .info .icon {
  width: 50px;
  height: 50px;
  position: relative;
  top: 10px;
  left: 10px;
}

.lg-box .right .info .icon .ti {
  width: 90px;
  height: 46px;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background: url(/static/img/login/ti_info.png) no-repeat;
  top: 0;
  right: 70px;
  opacity: 0;
  transition: all 0.5s linear;
  position: absolute;
}

/* .lg-box .right .info .icon:hover .ti {
  transform: translateX(20px);
  opacity: 1;
} */

.lg-box .right .info .ph-box {
  /* width: 360px; */
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
}

.lg-box .right .info .ph-box .phtitle {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 36px;
  text-align: center;
}

.lg-box .right .info .ph-box .login-item {
  width: 310px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  margin-left: 63px;
}

.lg-box .right .info .ph-box .login-item input {
  width: 100%;
  height: 60px;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 15px;
  border-radius: 4px;
  box-sizing: border-box;
}

.lg-box .right .info .ph-box .login-item button {
  width: 170px;
  height: 46px;
  text-align: center;
  color: #8ccbff;
  background: #ecf5ff;
  border-radius: 4px;
}

.lg-box .right .info .ph-box .login-item .mrg {
  border: 1px solid #0077ff;
}

.lg-box .right .info .ph-box .login-item .mrg:hover {
  cursor: pointer;
  color: #ffffff;
  background: #0077ff;
}

.lg-box .right .info .ph-box .login_btn {
  width: 310px;
  height: 60px;
  margin-top: 32px;
}

.lg-box .right .info .ph-box .login_btn button {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #FFA1A3;
  border-radius: 4px;
  border: 1px solid #ededed;
  margin-left: 63px;
}

.lg-box .right .info .ph-box .login_btn .btnLG {
  background: #3996f3;
}

.lg-box .right .info .ph-box .login_btn .btnLG:hover {
  cursor: pointer;
  background: #77b7f7;
}

.lg-box .right .info .ph-box .wrp_code {
  width: 100%;
  display: flex;
  justify-content: center;
}

.lg-box .right .info .ph-box .wrp_code img {
  width: 184px;
  height: 186px;
  margin-top: 11px;
}

.lg-box .canlce {
  /* width: 15px;
  height: 15px; */
  color: #ffffff;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
}

.login_foget {
  margin-top: 9px;
  margin-left: 63px;
}

.fogetA {
  color: #999999;
  font-size: 14px;
}

.nopwd {
  color: #5c5c5c;
  font-size: 14px;
}

.login_register {
  color: #003D96;
  font-size: 14px;
}

.loginFont {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  margin-top: 29px;
}

.index_xieyiBox {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  letter-spacing: 0.7px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 74px;
}

.index_xieyiBox a {
  color: #333333;
  text-decoration: underline;
}

.fogetA {
  position: absolute;
  right: 53px;
}

.xuanz {
  animation: xuanzhuan 1.5s linear infinite;
}

@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}