.container-box-login {
    height: 918px;
    background-image: url('../img/bg-login.png');
    margin-bottom: -40px;
    position: relative;
}
.container-box-login .account {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 930px;
    height: 570px;
    margin: auto;
    border-radius: 20px;
}
.login-div {
    background: url('../img/bg-box-login.png') #fff no-repeat;
}
.register-div {
    background: #fff;
}
.container-box-login .account .cover {
    float: left;
    width: 400px;
    margin: 37px 30px 0 10px;
}

.container-box-login .account .cover-reg {
    float: left;
    margin: 80px 30px 0 50px;
    background: #ffd7b5;
    width: 370px;
    line-height: 370px;
    text-align: center;
    border-radius: 180px;
}

.container-box-login .account .login-info {
    margin-left: 450px;
    margin-top: 40px;
    display: grid;
}

.register-info {
    margin-top: 20px !important;
}

.register-info input {
    height: 55px !important;
}

.register-info select {
    border-radius: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/ico-select.png") no-repeat scroll right center transparent;
}

.container-box-login .account .login-info .title {
    width: 349px;
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
    color: #F08300;
}

.container-box-login .account .login-info label {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    color: #c1c1c1;
    margin: 10px 0 30px 0;
}
.container-box-login .account .login-info div {
    border-bottom: 1px solid lightgrey;
    margin-right: 80px;
}
/* .container-box-login .account .login-info img{
    float: left;
} */
.register-info select,
.container-box-login .account .login-info input {
    height: 65px;
    width: 90%;
    font-size: 20px;
    padding: 0px 0 0 10px;
    font-weight: 300;
}
.container-box-login .account .login-info .login-block {
    font-size: 20px;
    font-weight: 300;
    margin: 16px 0;
}
.container-box-login .account .login-info .login-block a {
    text-decoration: underline;
    color: #f4a572;
}

.container-box-login .account .login-info button{
    background: #ef7e1e;
    color: #fff;
    font-size: 22px;
    margin: 20px 80px 0 0;
    line-height: 48px;
    border-radius: 30px;
}

/* 下方全是验证码样式 */
.verification_code{
    display: none;
}


.code {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #2E2C2E;
    z-index: 999;
    width: 330px;
    height: 249px;
    background: #FFFFFF;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
}

.code {
    text-align: center;
}

.code .title {
    position: relative;
    padding: 26px 0 15px 0;
}

.code .title .name {
    font-size: 18px;
    text-align: center;
}

.code .title img {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.code .canvas {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 28px;
}

.code .canvas #canvas{
    display: inline-block;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    cursor: pointer;
}

.code .canvas img {
    width: 20px;
    height: 17px;
    cursor: pointer;
    margin-left: 12px;
}

.code .input-val {
    width: 187px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #979797;
    padding: 0 8px;
    margin-top: 20px;
}

.code .input-val::-webkit-input-placeholder {
    color: #CDCCCD;
    font-size: 14px;
}

.code .vc_btn {
    margin: 0 auto;
    margin-top: 23px;
    width: 113px;
    height: 36px;
    background: #EF7E1E;
    border-radius: 30px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.code .vc_btn a{
    display: block;
}


.login-type{
    margin-top: 16px;
    margin-bottom: 5px;
    border-bottom: 0px solid lightgrey !important;

}
.login-type a{
    color: #858484;
    margin-right: 30px;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
}
.login-type .active{
    color: #090909;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 3px solid #f4a572;
}