html, body {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
body, div, h1, h2, h3, h4, h5, p, button {
    padding: 0;
    margin: 0;;
    box-sizing: border-box;
}
body {
    background-color: #EDF2F5;
}
body::before {
    content: '';
    width: 31%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4178D5;
}
.align-r {
    text-align: right;
}
.hide {
    display: none!important;
}
.pl-16 {
    padding-left: 1.6rem!important;
}
.mb-34 {
    margin-bottom: 4.3rem;
}
.form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124.8rem;
    height: 63.2rem;
    font-size: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 9rem 9.9rem rgba(52, 69, 94, 0.19);
}
.form-container .logo-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: 100%;
    background: url('/static/uc/images/screenshot-main-board.png') no-repeat;
    background-size: 100% 100%;
}
.form-container .logo-container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(65, 120, 213, 0.5);
}
.form-container .logo-container .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34.6rem;
    height: 20.1rem;
    transform: translate(-50%, -50%);
}
.form-container .form {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    height: 100%;
    font-size: 1.4rem;
    padding: 12.9rem 17rem 0 17rem;
    background-color: #FFFFFF;
}
.form-container div#pass-form-box {
    padding: 9rem 17rem 0 17rem;
}
.form-container .form .title {
    width: 10rem;
    height: 10rem;
    padding-top: 2.1rem;
    margin-bottom: 2.7rem;
    background: url('/static/uc/images/logo-l-t.png');
}
.form-container .form .title h4 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #122B5A;
}
.form-container .form .title p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #B5BDCE;
}
.form-container form .item {
    margin-bottom: 2.4rem;
}
.form-container form .item:last-child {
    margin-top: 4.8rem;
}
.form-container form label {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.1rem;
    color: #757C8D;
}
.form-container form .input {
    position: relative;
    width: 100%;
    height: 5.4rem;
    font-size: 0;
    border: 1px solid #E4E7ED;
    border-radius: 0.2rem;
    margin-top: 0.8rem;
}
.form-container .input .media {
    display: inline-block;
    vertical-align: middle;
    width: 5.6rem;
    height: 100%;
    text-align: center;
}
.form-container .input .icon {
    font-size: 2.4rem;
    line-height: 5.4rem;
    color: #B5BDCE;
}
.form-container .input input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 5.7rem);
    height: 100%;
    font-size: 1.6rem;
    border: 0;
    padding: 0;
    outline: none;
    background-color: transparent;
}
.form-container #pass-form-box .input input {
    width: 100%;
    box-sizing: border-box;
}
.form-container form button {
    width: 11.2rem;
    height: 4.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    background: #4178D5;
    box-shadow: 0 1rem 2rem rgba(65, 120, 213, 0.36);
    border-radius: 0.2rem;
    cursor: pointer;
}
.form-container a.forget-password {
    display: inline-block;
    color: #303133;
    text-decoration: none;
    padding-top: 0.6rem;
}
.form-container a.backoff {
    color: #4178D5;
    font-size: 1.6rem;
    text-decoration: none;
}
.form-container a.backoff span {
    display: inline-block;
    vertical-align: middle;
}
.form-container a.backoff::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    margin-right: 0.2rem;
    background: url('/static/uc/images/arrow_left.png') center;
    background-size: 2rem 2rem;
}
.form-container #pass-form-box .get-sms-code {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #4178D5;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.form-container #pass-form-box .get-sms-code::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 1px;
    height: 45%;
    border-left: 1px solid #E4E7ED;
}
.sms-check-form input {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    border: 0;
    outline: none;
    padding: 0 0.5rem;
    background-color: transparent;
}
.sms-check-form .mobile {
    width: 100%;
    height: 3.5rem;
    border: 0.1rem solid #e5e5e5;
}
.sms-check-form .sms {
    width: 100%;
    font-size: 0;
    margin-top: 1rem;
}
.sms-check-form .sms .sms-code {
    display: inline-block;
    width: calc(100% - 10rem);
    height: 3.5rem;
    border: 0.1rem solid #e5e5e5;
}
.sms-check-form .sms #get_sms_code {
    width: 10rem;
    height: 3.5rem;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.footer-info {
    position: fixed;
    bottom: 2rem;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
}
.footer-info a {
    color: #555555;
}