html, body {
    min-width: auto;
    width: auto;
    min-height: 100%;
}
body {
    overflow: hidden;
}
#login {
    min-width: auto;
    min-height: 100%
}
.headerTitle {
    /* display: none; */
}
.loginFormPage h2 {
    padding: 24px 0 22px;
}
.headerMore .headerMoreContent li.theme_login_lanuage i{
    color: #444;
}
.headerMore .headerMoreContent li.theme_login_lanuage svg{
    width: 19px;
    height: 100%;
    fill: currentColor;
}

main{
    align-items: flex-start;
    padding-top: 20px;
}
main>.main {
    flex-direction: column;
    /* justify-content: start !important; */
    width: 86%;
}
main>.main>.leftNotice{
    display: none;
}
main>.main>.mobileLeftNotice{
    display: none;
    background-color: rgba(0,0,0,0.3);
    margin: 10px 0;
    border-radius: 4px;
}
main>.main>.mobileLeftNotice .notice_container{
    height: 30px;
    overflow: hidden;
}
main>.main>.mobileLeftNotice .notice_container>div{
    /* height: 30px;
    overflow-x: scroll; */
}
main>.main>.mobileLeftNotice .notice_container>div>p{
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.84);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5px;
    text-align: left;
}
main>.main>.mobileLeftNotice .notice_container>div>p>span{
    color: rgba(255,255, 255, .9);
}
main>.main>.mobileLeftNotice .notice_container>div>p img{
    width: 15px;
    margin-left: 2px;
}

.main>.loginForm {
    width: 100%;
}

.main>.loginForm>div.page {
    width: 100%;
    padding: 0;
}

.loginFormPage form>div,
main button.commonBtn,
.loginFormPage>p {
    width: 80%;
    margin-left: 10%;
}

.loginFormPage form input {
    width: 100%;
}

.loginFormPage form>div.rememberDiv {
    margin-left: 10%;
    margin-top: 6px;
    margin-bottom: 16px;
}
.loginFormPage form>div {
    height: 60px;
}
.loginFormPage form input {
    height: 42px;
}

.loginFormPage #captchaDiv input#verifyCode{
    width: 60%;
    padding-right: 15px;
}
.loginFormPage #captchaDiv div#verify-img{
    width: 38%;
    height: 42px;
}

.loginFormPage form span.icon {
    top: 7px;
}

.loginFormPage form>div span.eye_input {
    top: 11px;
}

main {
    /* margin-top: 64px; */
    position: relative;
    top: 64px;
}

main button.commonBtn {
    height: 42px;
    line-height: 42px;
    margin:0 10%;
}
.loginFormPage>p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
}

main .page {
    height: 500px;
}

#enAppLogin {
    height: 430px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

main {
    position: fixed;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 84px;
    overflow: auto;
    height: auto;
}

.rightPart {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.rightPart>.loginStyle {
    margin-bottom: 104px;
}

.rightPart>.rights,
.rightPart .notice {
    margin-bottom: 16px;
}

.loginStyle ul li {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}

.loginStyle ul li i.qychat-line {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

.loginStyle ul li i.qychat-line svg {
    width: 18px;
}

footer {
    position: fixed;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 1000;
    height: 84px;
}

main>div>div>h3 {
    margin-top: 40px;
}

.forgetPass>form .account input {
    height: 42px;
}

main .forgetPass>form .next button,
main.forget_main .forgetPass form button,
.forget_main .loginFormPage form>div,
main.forget_main button.commonBtn,
main.forget_main .loginFormPage>p {
    width: 100%;
    margin-left: 0;
}

.message form>div input,
.message form>div p.getCode,
.message form>div span {
    height: 42px;
    line-height: 42px;
}

main.forget_main .operateSuccess.loginFormPage>p {
    margin-top: 140px;
}

.operateSuccess p span {
    text-align: left;
}

#authSuccess {
    width: auto;
}

#chooseType>section li {
    height: 52px;
}

.message form>div input {
    width: 100%;
}

#phoneCode form .forgetPass.remember_me {
    width: 80%;
    margin: 6px 0 16px;
    margin-left: 10%;
}

#phoneCode form>div:nth-of-type(3)>div>input::after {
    position: absolute;
    /* left: 0;
    top: 0px; */
    left: -2px;
    top: -2px;

}
#phoneCode #codeMessLogin{
    width: 85%;
}
#enAppLogin>span {
    margin-right: 10%;
}

.message form>div p.getCode {
    margin-left: 10px;
}

main.bind_company_account .loginFormPage form>div,
main.bind_company_account button.commonBtn,
main.bind_company_account .loginFormPage>p {
    width: 100%;
    margin-left: 0;
}
.jigsaw-mask{
    top: 0px!important;
}
.jigsaw-mask .jigsaw-area{
    left: calc(50vw - 200px + 31px)!important;
    transform: translateX(0%)!important;
}

/* 提示弹框 */
.en_message_container{
    width: 94%;
    height: 80px;
    left: 0px;
    margin-left: 3%;
}
.en_message_container p{
    height: 80px!important;
}