.login-width {
    width: 600px;
    height: 500px;
}
.box-wrapper {
    margin: 0 auto 150px;
    border-radius: 10px;
    padding: 50px 0;
    box-sizing: border-box;
    background-color: #ffffff;
}
.box-top {
    width: 100%;
    display: flex;
}
.box-top p {
    height: 50px;
    flex: 1;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.box-top p.active {
    border-bottom-color: #e60012!important;
}
.box-middle {
    padding: 20px 20px;
}
.default-login .item {
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
.default-login .ipt-title {
    width: 120px;
}
.default-login .ipt {
    flex: 1;
    border: none;
}
.default-login .code-wrapper {
    margin-left: 50px;
    width: 100px;
}
.default-login .code-wrapper img {
    cursor: pointer;
}
.telephone-login a {
    width: 100px;
    font-size: 14px;
    font-weight: initial;
    color: #5889bd;
}
.box-bottom {
    text-align: center;
    padding-top: 30px;
}
.box-bottom .btn-login {
    width: 200px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right,#e60012,#efa12c);
    color: #ffffff;
    font-size: 20px;

}

.register-wrapper {
    width: 1000px;
}
