.main {
  width: 100%;
  min-height: 840px;
}

.yzm-btn{width: 108px;padding: 0px;text-align: center;float: right;}
.left_img{
  width: 54%;
  min-height: 840px;
  overflow: hidden;
  float: left;
  position: relative;
}
.left_img img.login_left{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.left_img .slogan_white{
  width: 335px;
  height: 43px;
  position: absolute;
  top: 50px;
  left: 50px;
}
.left_img .tips{
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.left_img .tips .p1{
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
.left_img .tips .p2{
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.right{
  width: 46%;
  height: 100%;
  float: left;
  position: relative;
}
.right .login_right{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main .right_content{
  position: absolute;
  width: 471px;
  float: left;
  box-sizing: border-box;
  padding:30px 60px;
  top: 260px;
  left:50%;
  margin-left: -235px;
}
.main .layui-input-block{
  margin-left: 0;
  position: relative;
}
.main .layui-input-block i.layui-icon{
  position: absolute;
  left: 10px;
  top: 12px;
}
.main .layui-input{
  border: 1px solid #ccc;
  width: 100%;
  display: inline-block;
  padding-left: 35px;
  border-radius: 2px;
  box-sizing: border-box;
}
.eye{
  width: 16px;
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}

#layui-alertBox{
  padding: 20px 0;
  display: none;
}
#layui-alert ul li{
  padding: 10px 30px;
  line-height: 40px;
  height: 40px;
}
#layui-alert .radioBox input{
  padding: 0 5px;
}
.dottedLine{
  width: 100%;
  height: 0px;
  border-top: 2px dashed #ccc;
}
.noAccount{
  color: #B5B5B5;
  font-size: 14px;
}
#resetpswBox{
  width: 600px;
  padding: 30px 50px;
}
#resetpswBox .layui-input-block{
  width: 70%;
}

/* 修改密码 */
#changepswBox{
  width: 600px;
  padding: 30px 50px;
  display: none;
}
#changepswBox .layui-input-block{
  width: 70%;
}

/*密码强度样式*/
.pwd_strength{
  width: 100%;
  height: 22px;
  margin-bottom: 16px;
}
.pwd_strength_main{
  width: 430px;
  border-radius: 25px;
  height: 22px;
  padding-top: 3px;
  /* border: 1px solid #E4E4E4; */
  box-sizing: border-box;
  font-size: 12px;
  color: #aaa;
}
.pwd_strength_main .left{
  width: 88px;
  height: 5px;
  background: #E3E3E3;
  border-radius: 20px 0 0 20px ;
  text-align: center;
  line-height: 30px;
  margin-right: 4px;
  float: left;
}
.pwd_strength_main .center{
  width: 88px;
  height: 5px;
  background: #E3E3E3;
  text-align: center;
  line-height: 30px;
  margin-right: 4px;
  float: left;
}
.pwd_strength_main .right{
  width: 88px;
  height: 5px;
  background: #E3E3E3;
  float: left;
  border-radius: 0  20px 20px 0;
  text-align: center;
  line-height: 30px;
}
.forGetEye{
  width: 16px;
  position: absolute;
  right: -22px;
  top: 13px;
  cursor: pointer;
}
#resetpswBox{
  display: none;
}
.error_tips{
  width: 100%;
  color: #FF393F;
  font-size: 12px;
  line-height: 14px;
  clear: both;
  height: 14px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
}
.layui-input-block{
  margin-left: 130px;
}
.layui-form-label{
 width: 100px;
}
.code-msg{
  padding: 0;border-radius: 2px; width: 32%;
}

.login_btn_click{
  margin: 0 auto;display: block;margin-bottom: 5px; width: 100%;
}


.browser-tips .bank-err-wraper {
  margin: 0 20px 5px 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
}

.browser-tips .suggestion {
  font-size: 14px;
  background-color: #FEFBE6;
  border: 1px solid #FFE58F;
  padding: 10px;
  border-radius: 2px;
  margin: 25px 0;
}

.browser-tips .suggestion img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}

.browser-tips .suggestion td {
  padding: 0;
}
.browser-tips .env-result {
  margin: 0 0 20px 30px;
  font-size: 15px;
}

.browser-tips .tb-wraper table {
  width: 100%;
}
.browser-tips .tb-wraper img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}
.browser-tips .tb-wraper .col1 {
  width: 75px;
  text-align: right;
}
.browser-tips .tb-wraper .col2 {
  width: 150px;
}
.browser-tips .tb-wraper .col3 {
  width: 150px;
}
.browser-tips .tb-wraper td {
  padding: 0 0 20px 0;
}
.browser-tips .env {
  margin: 0 0 20px 30px;
  font-size: 15px;
}
.browser-tips .env-item {
  margin: 10px 0 15px 30px;
}
.browser-tips .yes {
  color: green;
}