@charset "utf-8";
body{padding:0px; margin: 0px; background-color: #F1F3FB;}
h2 {
    font-weight: 500;
    line-height: 0.9;
    color: #444;
}
.copyright {
    width:1200px;
    margin:0 auto;
    text-align: center;
    font-size: 14px;
    color: #8187A1;
}
.form-box a:hover{color:#207ee0!important}
.form-box {
    box-shadow: 0px 10px 32px 0px rgba(5, 17, 71, 0.07);
    padding: 40px 86px;
}
a{text-decoration: none;}
body {
    font-family: Microsoft Yahei;
    color: #666;
    font-size: 14px;
}
ul {
    padding: 0px;
    margin: 0px;
}
.form-box form > ul > li {
    margin-top: 20px;
    list-style: none;
}

.btn {
    background: var(--main-color);
    color: #fff;
    border: 1px solid #3ca0ea;
    margin-top:8px;
    width: 100%;
    height: 44px;
}
.btn:hover{
    background: #448BDB;
}
.login-input-width{width:99.5%;}
.register-input-width{width: 99.6%; border-radius: 4px;}
