.login_box {
    background: url(../img/login_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
}

.login_box .left {
    display: inline-block;
}

.login_box .login_box_right {
    float: right;
    box-shadow: 0px 0px 6px 0px rgba(15, 105, 255, 0.2);
    width: 350px;
    background: #fff;
    padding: 30px 50px;
}

.login_box_title {
    text-align: center;
}

.login_box_title p {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.login_box_title div {
    width: 36px;
    height: 6px;
    margin: 0 auto;
    background: #1977f3;
    border-radius: 10px;
    margin-top: 6px;
}

.login_input_group {
    margin-top: 30px;
}

.login_input {
    position: relative;
    margin-bottom: 20px;
}

.login_input img {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.login_input input {
    height: 54px;
    line-height: 54px;
    background: #F2F4F9;
    width: calc(100% - 60px);
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
}

.passwordHide {
    content: url(../img/login_icon1.png);
}

.checkboxOne input[type='checkbox'] {
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid #C8C5C5;
    margin-right: 4px;
}

.checkboxOne label {
    position: relative;
    top: 1px;
    font-size: 15px;
    color: #666;
}

.checkboxOne {
    display: inline-block;
}

.login_zd a {
    float: right;
    color: #666;
    font-size: 15px;
}

.login_zd a:hover {
    color: #1977f3
}

.login_btn {
    height: 54px;
    width: 100%;
    background: #1977f3;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    border: none;
    margin-top: 30px;
}

.login_zh {
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}

.login_zh a {
    color: #1977f3;
}

.register {
    overflow: hidden;
    padding-bottom: 50px;
}

.register .left {
    display: inline-block;
    float: left;
}

.register .right {
    float: right;
    width: calc(100% - 834px);
    height: 590px;
    background: #fff;
    padding: 30px 100px;
    box-shadow: 0px 0px 6px 0px rgba(15, 105, 255, 0.2);
}

.checkboxOne a {
    color: #1977f3;
}

.login_input_yz {
    position: relative;
    margin-bottom: 20px;
}

.login_input_yz input {
    height: 54px;
    line-height: 54px;
    background: #F2F4F9;
    width: 40%;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
}

.login_input_yz img {
    height: 54px;
    width: 40%;
    float: right;
}

.login_input_sjyz {
    position: relative;
    margin-bottom: 20px;
}

.login_input_sjyz input {
    height: 54px;
    line-height: 54px;
    background: #F2F4F9;
    width: calc(100% - 60px);
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
}

.login_input_sjyz a {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #1977f3;
}

.register_icon {
    text-align: center;
}

.register_icon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.register_icon p {
    color: #1977f3;
    font-size: 18px;
    margin-bottom: 6px;
}

.register_desc {
    color: #999;
    font-size: 16px;
    margin-top: 30px;
}

.register_desc p {
    margin-bottom: 6px;
}

.password_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(15, 105, 255, 0.2);
    height: 410px;
    padding: 30px;
}

.password_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.password_tab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.password_tab div {
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #95959B;
}

.password_tab .on {
    color: #fff;
}

.password_tab div:nth-child(1) {
    background: url(../img/password_bg1.png);
}

.password_tab div:nth-child(2) {
    background: url(../img/password_bg2.png);
}

.password_tab div:nth-child(3) {
    background: url(../img/password_bg2.png);
}

.password_tab div:nth-child(4) {
    background: url(../img/password_bg3.png);
}

.password_tab .on:nth-child(1) {
    background: url(../img/password_bg1_on.png);
}

.password_tab .on:nth-child(2) {
    background: url(../img/password_bg2_on.png);
}

.password_tab .on:nth-child(3) {
    background: url(../img/password_bg2_on.png);
}

.password_tab .on:nth-child(4) {
    background: url(../img/password_bg3_on.png);
}

.password_input_group {
    margin: 0 auto;
    width: 500px;
}

.password_input2 {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.password_input2 p {
    width: 80px;
    height: 54px;
    line-height: 54px;
    color: #666666;
    font-size: 16px;
    text-align: right;
    float: left;
    margin-right: 20px;
}

.password_input2 input {
    height: 54px;
    line-height: 54px;
    background: #F2F4F9;
    width: 280px;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
}

.password_input_group button {
    width: 340px;
    margin-left: 100px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background: #1977f3;
    border: none;
    font-size: 18px;
}

.password_input2 .desc {
    width: 280px;
    height: 54px;
    line-height: 54px;
}

.password_input2 a {
    color: #1977f3;
    position: absolute;
    top: 15px;
    right: 90px;
    font-size: 16px;
}

.password_icon {
    text-align: center;
}

.password_icon p {
    color: #666666;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}