.main {
  width: 100%;
  height: calc(100vh - 110px);
  background: url("/avic/img/login/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.header_wrap {
  width: 100%;
  height: 100px;
  background: #fff;
}
.login_left {
  position: absolute;
  width: 457px;
  height: 53px;
  left: 49px;
  top: 25px;
}
.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;
}

.main-content{
  height: 685px;
  width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-left: -600px;
  margin-top: -300px;
  background: #FFFFFF;
  border-radius: 10px;
  transform: scale(0.75);
}
.main-left-content {
  float: left;
  width: 50%;
}
.main-right-content {
}
.input-icon {
  width: 23px;
  height: 24px;
  position: absolute;
  top: 19px;
  left: 32px;
}
.right-content-title {
  margin-top: 40px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 34px;
  color: #0076FE;
  font-style: normal;
  text-transform: none;
  text-decoration: underline;
  text-decoration-color: rgb(13,108,192);
}
.main .right_content{
  width: 100%;
  box-sizing: border-box;
  padding:0 35px;
  margin-top: 30px;
}
.main .layui-input-block{
  margin-left: 0;
  margin-top: 15px;
  position: relative;
}
.main .layui-input-block i.layui-icon{
  position: absolute;
  left: 10px;
  top: 12px;
}
.main .layui-input{
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding-left: 78px;
  border-radius: 2px;
  box-sizing: border-box;
  background: #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #EEEEEE;
  font-size: 18px;
}
.main .layui-input::placeholder{
  font-size: 18px;
}
.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{
  line-height: 60px;
  font-size: 18px;
  height: 60px;
  padding: 0;border-radius: 10px; width: 32%;
}
.main-right-content .layui-form-item {
  margin-bottom: 20px;
}

.login_btn_click{
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 10px;
  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;
}

.main .layui-input-block .layui-form-checkbox i.layui-icon {
  top: 0;
}
.rember-enterprise {
  position: relative;
  top: -10px;
  left: -10px;
}

.warm_tips {
  width: 100%;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgb(254, 229, 200);
  position: relative;
  background: rgb(254, 252, 236);
}

.warm_tips .horn {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 8px;
  left: 10px;
}

.warm_tips .warm_tips_txt {
  text-indent: 32px;
  font-size: 14px;
  line-height: 34px;
  color: #FE842F;
}