html{
    height: 100%;width: 100%;margin:0;padding:0;
}
body{
    background: url("../images/login_background.png") no-repeat;
    height:100%;
    width:100%;
    background-size: 100% 100%;
}
.centre{
    width: 1319px;
    height: 677px;
    position: fixed;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url("../images/login_logo.png") no-repeat;
    background-size:100%;
}
/* loginLog */
.loginLog{
    position: absolute;
    left: 42px;
    top: 28px;
    font-size:24px;
    font-family:MicrosoftYaHei Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
}

.loginLog img{
    vertical-align: middle;
    margin: 40px 15px 40px 40px;
}
/* loginList */
.loginList{
    width: 621px;
    text-align: center;
    position: absolute;
    right: 42px;
    top: 28px;
}
.loginList p{
    font-size:34px;
    font-family:PingFang Semibold;
    font-weight:600;
    color:rgba(62,167,248,1);
    padding-top: 40px;
}

.header{
    font-size:24px;
    font-family:PingFang Regular;
    font-weight:400;
    color:rgba(144,147,153,1);
    padding-top: 60px;
}
.header header{
    display: inline-block;
    cursor: pointer;
}
.header .active{
    font-family:PingFang Semibold;
    font-weight:400;
    color:rgba(61,167,248,1);
}
.header .active span{
    position: relative;
}

.header .active span:after {
    content: " ";

    width: 80px;

    height: 4px;

    background: #3DA7F8;

    position: absolute;

    bottom: -24px;

    left: 50%;

    transform: translateX(-50%);

}

.header header:last-child{
    padding-left: 59px;
}

/* account */
.account{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.loginList div{
    width:420px;
    height:68px;
    background:rgba(248,248,248,1);
    border-radius:8px;
    margin: 0 auto;
    line-height: 68px;
    text-align: left;
}
.account div:nth-child(2){
    margin-top: 40px;
}
.loginList div img{
    width: 22px;
    height: 26px;
    vertical-align: middle;
    margin: 0 19px;
    margin-top: -8px;
}
.loginList div input{
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(183,184,190,1);
    border: none;
    background:rgba(248,248,248,1);
    -webkit-appearance:none;
    appearance:none;
    outline:none;
}
.loginList div input::-webkit-input-placeholder{
    color: #B7B8BE;
}

.account button{
    width:420px;
    height:68px;
    background:linear-gradient(-90deg,rgba(64,170,246,1) 0%,rgba(47,128,237,1) 100%);
    box-shadow:0px 6px 9px 0px rgba(61,163,244,0.32);
    border-radius:8px;
    font-size:22px;
    font-family:MicrosoftYaHei Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    border: none;
    margin-top: 74px;
}
/* qrcode */
.qrcode{
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 50px;
    font-size:16px;
    font-family:PingFang Regular;
    font-weight:400;
    color:rgba(48,49,51,1);
}
.qrcode img{
    margin-left:0
}
/* .loginList{
    width: 400px;
    text-align: center;
    position: absolute;
    right: 0;
}
.loginList p{
    font-size:19px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(62,167,248,1);
    margin-top: 93px;
}
.loginList div{
    width:225px;
    height:38px;
    line-height: 38px;
    background:rgba(248,248,248,1);
    border-radius:5px;
    margin: 11px auto;
}

.loginList .first{
    margin-top: 32px;
}
.loginList div img{
    width: 12px;
    height: 15px;
}
.loginList div input{
    border:none;
    background:rgba(248,248,248,1);
    -webkit-appearance:none;
    appearance:none;
    outline:none;
    padding-left: 8px;
    
}

.loginList div input::-webkit-input-placeholder{
    color: #B7B8BE;
  }
button{
    width:225px;
    height:38px;
    background:linear-gradient(-90deg,rgba(64,170,246,1) 0%,rgba(47,128,237,1) 100%);
    box-shadow:0px 3px 5px 0px rgba(61,163,244,0.32);
    border-radius:5px;
    margin: 0 auto;
    border: none;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor: pointer;
    margin-top: 28px;
}

.centre{
    width: 1100px;
    height: 567px;
}
.loginList {
    width: 537px;
    text-align: center;
    position: absolute;
    right: 0;
}
.loginList p {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(62,167,248,1);
    margin-top: 100px;
}
.loginList div {
    width: 280px;
    height: 48px;
    line-height: 38px;
    background: rgba(248,248,248,1);
    border-radius: 5px;
    margin: 11px auto;
    text-align: left
}
.loginList div img {
    width: 14px;
    height: 17px;
    margin: 0 10px;
}
input:-webkit-autofill {
            transition:background-color 5000s ease-in-out 0s;
        }
.loginList div input{
height: 48px;
font-size:20px
}
.loginList .first{
    margin-top: 77px;
    margin-bottom:20px
}

button {
    width: 280px;
    height: 48px;
    background: linear-gradient(-90deg,rgba(64,170,246,1) 0%,rgba(47,128,237,1) 100%);
    box-shadow: 0px 3px 5px 0px rgba(61,163,244,0.32);
    border-radius: 5px;
    margin: 0 auto;
    border: none;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,1);
    cursor: pointer;
    margin-top: 40px;
} */