.login-bg-img {
    background: url(/static/pc/img/deng.jpg) no-repeat left/cover;
}

.login-bac {
    width: 100%;
    height: 937px;
}

.login-box {
    width: 836px;
    box-shadow: -10px -10px 5px rgba(225, 225, 225, 0.1), 10px 10px 5px rgba(225, 225, 225, 0.1);
}

.login-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 120px;
    background-color: #28c445;
}

.login-circle-one {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 120px;
    background-color: #008dff;
}

.login-circle-two {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 120px;
    background-color: #0080a4;
}




/* ******** */
/* 密码登录 */
.login-box-one {
    box-shadow: -10px -10px 5px rgba(225, 225, 225, 0.1), 10px 10px 5px rgba(225, 225, 225, 0.1);
}

.code-bot {
    width: 166px;
    border-bottom: solid 2px #0080a4;
}

.code-bot-one {
    width: 166px;
}

/* input框 */
.code-bot-box {
    height: 44px;
}

.code-bot-box input {
    width: 330px;
    height: 30px;
    border: none;
    background: none;
}

.code-bot-button {
    width: 390px;
    height: 40px;
    border: none;
    padding: 0;
    cursor: pointer;
}



/* ******** */
/* 手机登录 */
.code-bot-box-one input {
    width: 200px;
    height: 30px;
    border: none;
    background: none;
}