<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin:0;
}
.box{
    width:100%;
    height:968px;
    background:#f4f4f4;
    overflow:hidden;
}
input{
    border:1px solid #eeeeee;
    outline: none;
}
input::-webkit-input-placeholder {
    /* placeholderé¢œè‰²  */
    color: #cfcfcf;
    /* placeholderå­—ä½“å¤§å°  */
    font-size: 14px;
    /* placeholderä½ç½®  */
    /* text-align: right; */
}
.top-banner{
    height: 74px;
    box-shadow: 0px 1px 30px #e4e4e4;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.top-banner img{
    display: block;
    width: 129px;
    height: 40px;
    margin-top: 16px;
    margin-left: 79px;
}
.top-banner p{
    height: 34px;
    line-height: 34px;
    font-size: 19px;
    color: #333;
    margin-top: 19px;
    margin-left: 60px;
}
.zhuti{
    width:318px;
    height:322px;
    background:#fff;
    margin:180px auto;
    padding:0 28px;
    border-radius: 8px;
    box-shadow:0px 0px 30px #e4e4e4;
    position: relative;

}
#passwordLogin .text{
    width: 100%;
    height: 24px;
    position: absolute;
    color: red;
    top: 12px;
}

#qrSing .text{
    width: 100%;
    height: 24px;
    position: absolute;
    color: red;
}

.input-name{
    width:100%;
    margin-top:54px;
    height:35px;
    font-size:16px;
    color:#747272;
    text-indent:10px;
}

.qr-input-name{
    width:100%;
    margin-top:34px;
    height:35px;
    font-size:16px;
    color:#747272;
    text-indent:10px;
}

.input-password , .qr-input-password{
    width:100%;
    margin-top:12px;
    height:35px;
    font-size:16px;
    color:#747272;
    text-indent:10px;
}
.checkbox-password{
    width:100%;
    height:52px;
}
.p1{
    float:left;
    color:#adadad;
    
}
.p1 label{
    font-size:14px;
}
.p2{
    float:right;
    
}
.p2 a{
    text-decoration: none;
    font-size:14px;
    color:#fc815c;
}
.btn{
    display:block;
    width:194px;
    height:34px;
    background:#fc815c;
    color:#fff;
    padding: 0;
    border: 1px solid transparent;
    outline: none; 
    margin:0 auto;
    margin-top:10px;
    font-size:16px;
    border-radius: 8px;
    cursor:pointer
    
}
.tiaozhuan{
    width:164px;
    color:#adadad;
    font-size:14px;
    margin:16px auto;
}
.tiaozhuan a{
    color:#fc815c;
}
.verify{
    width:320px;
    height:40px;
    display:flex;
    flex-direction: row;
    margin-top:10px;
}
.verify input{
    height:35px;
    font-size:12px;
    color:#747272;
    text-indent:10px;
    width: 217px;
}
.verify #verify{
    outline: none; 
    margin:0;
    padding:0 5px;
    height: 30px;
    background: #fc815c;
    color: #fff;
    margin: 4px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    margin-left: 20px;
    cursor:pointer;
    text-indent:0;
}
</pre></body></html>