.sign-in-containt{
    background: url(../../images/sign/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.singn-con{
    width: 1200px;
    margin: 0 auto;
}
.sign-in-form {
  padding: 70px 100px 33px 100px;
    width: 560px;
    background: #FFFFFF;
    box-shadow: 0px 11px 14px 2px rgb(32 32 32 / 17%);
    border-radius: 16px;
    box-sizing: border-box;
  }
  .sign-head{
      justify-content: space-between;
      align-items: center;
margin-top: 4.4%;
margin-bottom: 8.7%;
  }
  .sign-head img{
      width: 149px;
      height: 36px;
      display: block;
  }
  .sign-head div{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3860F4;
  }
  .layui-tab-title li{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    line-height: 24px;
    padding: 0 0 15px 0;
    margin-right: 39px;
  }
.layui-tab-title li:last-child{
    margin-right: 0;
}
.layui-tab-title{
    border: none;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #3860F4;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 4px solid #3860F4;

border-radius: 2px;
}
.layui-tab-content{
    padding: 0;
    margin-top: 59px;
}
.layui-form-label{
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    line-height: 18px;
    margin-bottom: 25px;
}
.layui-input-block{
    margin-left: 0;
    min-height: initial;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDD;
    position: relative;
}
.login-aready{
    position: absolute;
    top: 0;
    right: 10px;
    width: 18px;
    height: 18px;
    display: block;
}
input::-webkit-input-placeholder {
    color: #DFDFDF;
  }
  input::-moz-input-placeholder {
    color: #DFDFDF;
  }
  input::-ms-input-placeholder {
    color: #DFDFDF;
  }
  .layui-input, .layui-textarea{
      padding-right: 0;
      padding-left: 0;
      border: none;
      line-height: 17xp;
      height: 17px;
      font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
  }
.forget-paaword{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    line-height: 16px;
    margin-bottom: 36px;
    text-align: right;
}
.login-submit{
    width: 200px;
    height: 50px;
    background: #3860F4;
    box-shadow: 0px 11px 14px 2px rgba(84, 123, 213, 0.35);
    border-radius: 25px;
    margin: 0 auto;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    display: block;
    border: none;
}
.no-regist {
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 39px;
}
.no-regist span{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
}
.no-regist span:first-child{
    color: #7A8BA6;
}
.no-regist span:last-child{
    color: #3860F4;
   
}
.fast-login{
    align-items: center;
    justify-content: space-between;
}
.fast-login div:last-child{
    width: 140px;
    height: 1px;
    background: linear-gradient(to right,#999999,#fff);
}
.fast-login div:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}
.fast-login div:first-child{
    width: 140px;
    height: 1px;
    background: linear-gradient(to right,#999999,#fff);
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 
}
.oter-login-style{
    margin-top: 20px;
    padding: 0 67px;
    justify-content: space-between;
    
}
.oter-login-style-con{
    flex-direction: column;
    align-items: center;
}
.oter-login-style-con img{
    display: block;
    width: 63px;
    height: 63px;

}
.oter-login-style-con div{
    font-size: 16px;
    line-height: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #374567;
margin-top: 15px;
}