/* —————————————   注册页面   ——————————————————— */

html,
body {
    height: 100%;
}

.login-top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.layui-inline .layui-form-label {
    width: 130px;
}

.layui-form-item .border-l {
    border-left: 1px solid #d2d2d2;
    margin-bottom: 5px;
}

.login-ic .border-b {
    width: 270px;
    padding-bottom: 5px;
    border-bottom: 3px solid #EA635D;
}

.color-777 {
    color: #777;
}

.color-ea {
    color: #EA635D;
}

.color-red {
    color: red;
}

.clor-red i {
    margin: 4px 2px;
    color: red;
}

.bg-ea {
    background: #EA635D;
}

.w-961 {
    width: 961px;
}

.w-800 {
    width: 800px;
}

.w-578 {
    width: 578px;
}

.w-507 {
    width: 507px;
}

.login-ic img {
    margin: auto 10px;
    width: 25px;
    height: 25px;
}

.w-100 {
    width: 100px;
    height: 120px;
}

.layui-btn-container .btn {
    display: inline-block;
    vertical-align: middle;
    width: 248px;
    height: 43px;
    line-height: 40px;
    background: none;
    border: 1px solid #EA635D;
    padding: 0 18px;
    color: #EA635D;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

/* —————————————   登录页面   ——————————————————— */

.boed-top-10 {
    width: 190px;
    margin: 10px auto;
    border-top: 1px solid #777;
}

.icon-login img {
    width: 60px;
    height: 60px;
}

.color-278 {
    color: #278A38;
}

.layui-form input[type=checkbox] {
    display: inline;
}