.btn {
    display: block;
    width: 224px;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: var(--p-color);
    background: #fff;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    margin: 2em auto 0;
    font-size: 1em;
    outline: none;
    border: 1px solid var(--p-color);
}

.active {
    background: linear-gradient(0deg, rgba(112, 171, 39, 1) 0%, rgba(140, 231, 69, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%, rgba(140, 231, 69, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%, rgba(140, 231, 69, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%, rgba(140, 231, 69, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(112, 171, 39, 1) 0%, rgba(140, 231, 69, 1) 100%);
    color: #fff !important;
}

.verify>input {
    width: 84px !important;
}

.verify>button {
    width: 70px !important;
}

.register {
    width: 224px;
    margin: 0 auto;
}

.register .btn {
    display: inline-block;
    width: 49%;
}

.login-rigth {
    display: inline-block;
    vertical-align: top;
    margin-top: 39.2px;
    margin-right: 224px;
}

.login_container {
    width: 480.06px;
    height: 497.98px;
    background: #fff;
    border-radius: 14px;
    display: inline-block;
}

.login-box {
    top: 50%;
    left: 50%;
    width: 1204px;
    position: absolute;
    transform: translate(-50%, -38%);
}

.login-title {
    line-height: 33.04px;
    font-size: 33.88px;
    font-weight: bold;
    color: var(--p-color);
    text-align: center;
    padding: 55.58px 0;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], select, input[type="password"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    outline: none;
    border-bottom: 1.68px solid var(--p-color);
    color: #333;
    font-size: 19.74px;
    padding-left: 84px !important;
}

input[type="text"]:focus, input[type="password"]:focus {
    border-bottom: 1.68px solid var(--p-color);
}

input[type="text"]:hover, input[type="password"]:hover {
    border-bottom: 1.68px solid var(--p-color);
}

.avatar_box {
    display: inline-block;
    width: 40%;
    text-align: center;
    padding-right: 28px;
    vertical-align: top;
}

.avatar_box img {
    width: 196px;
    max-height: 196px;
}

.login_form {
    width: 100%;
    padding: 0 17.5px 0 28px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.el-input__inner {
    width: 100% !important;
    height: auto !important;
    line-height: inherit !important;
}

.el-button {
    height: auto !important;
    width: 100% !important;
}

.el-input__prefix {
    font-size: 28px;
    left: 28.98px !important;
}

.el-input__prefix:after {
    content: "";
    display: block;
    height: 19.6px;
    border-right: 2.52px solid var(--p-color);
    top: 9.8px;
    right: -19.6px;
    position: absolute;
}

.el-form-item {
    margin-bottom: 42px !important;
}

.el-form-item__error {
    font-size: 16.8px !important;
    left: 84px !important;
}

.register-link {
    font-size: 14.56px;
    color: #999999;
    padding: 0px 9.8px;
}

.register-link>div {
    display: flex;
    justify-content: center;
}

.register-link>div:last-child {
    text-align: right;
}

.el-link.el-link--primary {
    color: #999999 !important;
    font-size: 15.96px;
}

/* ---------------------------- */
article[role="document"] {
    height: calc(100vh - 72.94px);
    min-height: 714px;
    padding-bottom: 0 !important;
}

article[role="document"] section[role="control"] {
    margin: 0 auto;
}

article[role="document"] section[role="content"] {
    background: white;
    max-width: initial;
    padding-bottom: 0;
    background-image: url(../images/login/login-background.png);
    background-size: 100%;
    height: 100% !important;
}

/* ------------------------- */
.password-update {
    text-align: center;
}

.password-update .login_form:after {
    display: none;
}

.el-input-group {
    line-height: inherit !important;
}

.el-input-group__prepend {
    width: 98px !important;
}

.el-button--primary, .el-button--primary:focus, .el-button--primary:hover {
    height: 51.94px !important;
    background: var(--p-color) !important;
    box-shadow: 0px 0px 14px 0px rgba(0, 111, 5, 0.34);
    border-radius: 14px !important;
    font-size: 20.16px !important;
}

.el-input--prefix:focus {
    border: #ccc;
}

.el-input__icon {
    color: var(--p-color);
}

.el-icon-user-solid:before {
    content: "" !important;
    background: url("/images/login/account.png") space center !important;
    height: 100%;
    width: 100%;
    display: block;
}

.el-icon-lock:before {
    content: "" !important;
    background: url("/images/login/password.png") space center !important;
    height: 100%;
    width: 100%;
    display: block;
}

.el-icon-key:before {
    content: "" !important;
    background: url("/images/login/picture_verify.png") space center !important;
    height: 100%;
    width: 100%;
    display: block;
}

.register-box {
    width: 466.2px;
}

.register-box .login-title {
    padding: 55.58px 0 21px;
}

.register-box .el-form-item {
    margin-bottom: 23.8px !important;
}

.register-box #send {
    width: 126px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 34.16px !important;
    line-height: 0;
    font-size: 14px !important;
    background-color: #fff !important;
    color: var(--p-color);
    border-radius: 28px !important;
}

.register-privacy-right {
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #999999;
    z-index: 0;
}

.register-privacy-right .el-link span {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.el-checkbox__label .el-link.el-link--primary {
    vertical-align: top;
}

.el-checkbox__label {
    line-height: 14px !important;
    position: relative;
}

.verifyCodeBox {
    position: relative;
}

#verifyImg {
    position: absolute;
    right: 0;
    top: 0;
    height: 95%;
}

@media screen and (max-width:767px){
    body,html {
        height: 100%!important;
        min-height: 100%!important;
    }
    
    .login_container {
        height: 100%;
    }
    
    .login_container, .login_form {
        width: 100%;
        border-radius: 0;
    }
    .login-rigth {
        display: none;
    }
    .login-box {
        width: 100%;
        height: 100%;
        position: initial;
        transform: initial;
    }
    .el-input__prefix {
        left: 9.38px !important;
    }
    input[type="text"], input[type="number"], input[type="tel"], input[type="email"], select, input[type="password"] {
        padding-left: 0px !important;
    }
    .el-input__prefix:after {
        right: -12.6px;
    }
    .register-box {
        width: auto;
    }
    article[role="document"] section[role="content"] {
        background-image: none;
    }
    .el-button--primary, .el-button--primary:focus, .el-button--primary:hover {
        height: 35.14px !important;
        line-height: 35.14px !important;
        transform: translateX(50%);
        padding: 0 !important;
        width: 50% !important;
        background: var(--p-color) !important;
        box-shadow: 0px 0px 14px 0px rgba(0, 111, 5, 0.34);
        border-radius: 14px !important;
        font-size: 15.96px !important;
    }
    .el-form-item {
        margin-bottom: 28px !important;
    }
    .el-form-item__error {
        font-size: 15.4px !important;
        left: 0px !important;
    }
    input[type="text"], input[type="number"], input[type="tel"], input[type="email"], select, input[type="password"] {
        font-size: 15.54px;
    }
    .el-link.el-link--primary {
        font-size: 14px !important;
        vertical-align: bottom;
    }
    .register-box #send {
        transform: translateX(0);
    }
    article[role="document"] {
        height: calc(100% - 36.54px);
        min-height: auto;
    }
    .login-title {
        padding-top: 28px;
    }
    .register-link .go-home {
        text-align: center;
    }
    header {
        display: none !important;
    }
    .forget {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 14px;
    }
    .login_back{
        padding-left: 16.66px;
        padding-top: 23.66px;
    }
    .login_back>a{
        display: flex;
        align-items: center;
    }
    .login_back>a>img {
        width: 7.84px;
        height: 13.58px;
    }
    .login_back>a>span{
        font-size: 13.58px;
        font-weight: 400;
        color: #999999;
        padding-left: 11.62px;
        line-height: 13.58px;
    }
    .login_form{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
    .login_title{
        font-size: 20.44px;
        font-weight: bold;
        color: #333333;
        line-height: 20.44px;
    }
    .input_box{
        padding-top: 35.98px;
        margin-bottom: 0px!important;
    }
    .registered .input_box{
        padding-top: 25.9px;
        margin-bottom: 0px!important;
    }
    .input_title{
        font-size: 15.54px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 15.54px;
        padding-bottom: 9.66px;
    }
    .login_form .input_box input{
        border-bottom: 0.98px solid #EBEBEB;
        color: #333333;
    }
    .login_form .input_box input:focus{
        border-bottom: 0.98px solid #EBEBEB;
    }
    .login_form .input_box input::-webkit-input-placeholder{
        color:#999999;
        font-size: 13.58px;
    }
    .login_form .input_box input::-moz-placeholder{ 
        color:#999999;
        font-size: 13.58px;
    }
    .login_form .input_box input:-moz-placeholder{
        color:#999999;
        font-size: 13.58px;
    }
    .login_form .input_box input:-ms-input-placeholder{
        color:#999999;
        font-size: 13.58px;
    }
    .register-phone-link{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 19.88px;
    }
    .register-phone-link>div:first-child>label span{
        padding-left: 5.46px;
    }
    
    .register-phone-link>div:first-child>label {
        display: flex;
        align-items: center;
        color: #999999;
    }
    .phone-btns{
        margin-top: 63.7px;
        background-color: var(--p-color);
        border-radius: 4.9px;
        text-align: center;
        line-height: 42.84px;
        font-size: 15.54px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .phone-zhuce{
        padding-top: 17.5px;
        display: flex;
        justify-content: center;
        font-size: 13.58px;
        font-weight: 500;
        line-height: 13.58px;
    }
    .phone-zhuce>a{
        color: var(--p-color);
    }
    .phone-zhuce>a:link{
        color: var(--p-color);
    }
    .register-box .el-form-item{
        margin-bottom: 0px!important;
    }
    .register-box #send{
        border-color: var(--p-color);
        box-shadow: none!important;
        height: 28px!important;
        line-height: 28px!important;
        width: auto!important;
        padding: 0 21px!important;
    }
    .protocol .el-checkbox{
        color: #999999;
    }
    .protocol .el-link--inner{
        color: #333333;
    }
    .registered .phone-btns{
        margin-top: 38.92px;
    }
    .registered .input_title{
        padding-bottom: 0;
    }
    .registered-caozuo{
        padding-top: 19.46px;
        display: flex;
        justify-content: space-around;
        align-content: center;
    }
    .registered-caozuo>a,.forget-caozuo>a{
        font-size: 13.58px;
        font-weight: 500;
        color: #333333;
        line-height: 13.58px;
    }
    .registered-caozuo>a:link,.forget-caozuo>a:link{
        color: #333333;
    }
    .forget-caozuo{
        padding-top: 19.46px;
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    .el-checkbox__input.is-checked+.el-checkbox__label{
        color: #999999!important;
    }
}

article[role="document"] {
	overflow: hidden;
}