/* *{
  margin: 0;
  padding: 0;
} */
.container-div-style{
  height: 350px;
}
body {
min-width: 1200px;
margin: auto;
background: #ebebeb;
font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
color: #3e3e3e;
font-weight: normal;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
.login-content{
  position: relative;
  min-width: 1200px;
}
/* .login-bg{
  height: 100vh;
  background: url(../img/bg-gift.jpg) no-repeat center;
  background-size: cover;
  filter: blur(5px);
}
.bg-cover{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #191919;
  opacity: .4;
} */
.company-logo{
  position: absolute;
  z-index: 1;
  padding: 20px 50px;
  top: 0;
}
.form_wrap{
  background-color: rgba(255,255,255,.9);
  width: 230px;
  height: 320px;
  position: absolute;
  right: 10px;
  top: -25px;
  color: #434343;
  /* margin-top: -240px; */
  /* margin-top: 100px; */
  /* left: 50%; */
  /* margin-left: -175px; */
  z-index: 1;
  padding: 20px 60px;
  box-sizing: content-box;
}
/*二维码登录*/
.new_box{
  width: 400px;
  height: 293px;
  margin-left: 193px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.4);
}
.new_box-header{
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #191919;
  line-height: 22px;
  padding: 30px 0 30px 0;
}
.new_box-con{
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.new_box-con_1{
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #3C3C3C;
}
.font__style{
  margin-top: 8px;
}
.img__style-login{
  width: 115px;
  height: 115px;
}
.form_wrap h5{
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.input_wrap input {
    line-height: 20px;
    padding: 4px 0 5px 24px;
    width: 230px;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
  font-family: inherit;
}
input, select, textarea, button {
-webkit-appearance: none;
border: 0;
outline: 0;
resize: none;
font-size: inherit;
margin: 0;
font-family: inherit;
}
.input_wrap {
position: relative;
margin-bottom: 30px;
font-size: 14px;
}
.input_wrap i {
position: absolute;
width: 24px;
height: 24px;
left: 0;
top: 1px;
}
.login-btn{
width: 100%;
height: 40px;
line-height: 40px;
background-color: #3381FE;
background: linear-gradient(90deg, rgb(29, 98, 240), rgb(25, 213, 253));
color: #ffffff;
font-size: 16px;
margin-top: 20px;
cursor: pointer;
border-radius: 10px;
}
.join_btn{
  width: 100%;
  height: 40px;
  background-color: #3381FE;
  background: linear-gradient(90deg, #70A2F1, #3074DF);
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 10px;
}
.error_message {
text-align: left;
text-indent: 24px;
position: absolute;
width: 100%;
height: 24px;
left: 0;
top: 30px;
line-height: 24px;
font-size: 12px;
color: #ff0000;
overflow: hidden;
}
#verImg{
  position: absolute;
    width: 60px;
    bottom: 4px;
    right: 0;
}

::-webkit-input-placeholder {
  color: #3e3e3e;
}
