.newlogindialog {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #FFFFFF;
}

.newlogindialog * {
    margin: 0;
    padding: 0;
}

.newlogindialog button,
.newlogindialog input,
.newlogindialog select,
.newlogindialog textarea {
    font-size: 100%;
}

.newlogindialog img {
    border: 0;
}

.newlogindialog a {
    text-decoration: none;
    color: #666;
    background: none
}

.newlogindialog ul,
.newlogindialog ol {
    list-style: none;
}

.newlogindialog {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 375px);
    z-index: 10000;
}

.newlogindialog .container {
    width: 750px;
    height: 500px;
    /* background: #FFFFFF; */
    display: flex;
    /* justify-content: center; */
    position: relative;
}

.newlogindialog .lt-modal-close {
    width: 40px;
    height: 40px;
    background: #FFF;
    position: absolute;
    top: 0;
    right: -56px;
    line-height: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #727d86;
}

.newlogindialog .lt-modal-close .img {
    width: 70%;
    height: 70%;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
}

.newlogindialog .leftCon {
    /* background: url(../img/loginbgm.jpg) no-repeat;
background-size: 100% 100%; */
    width: 330px;
    display: inline-block;
    background: #006dff;
    padding: 30px 25px;
}

.newlogindialog .leftCon .title,
.newlogindialog .leftCon .flag {
    font-size: 24px;
    margin-bottom: 30px;
}

.newlogindialog .leftCon ul li {
    margin-bottom: 10px;
    float: none;
}

.newlogindialog .leftCon ul li:last-child {
    margin-bottom: 0;
}

.newlogindialog .rightCon {
    width: 420px;
    display: inline-block;
    background: #FFF;
    color: #000;
    position: relative;
    padding: 50px 0;
}

.newlogindialog .rightCon .wechat {
    display: flex;
    justify-content: center;
}

.newlogindialog .rightCon .con {
    width: 300px;
    margin: 50px 30px;
    text-align: center;
}

.newlogindialog .footer-remark {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 16px;
    font-size: 12px;
    line-height: 12px;
    color: #8693ab;
    background: #f8f8fb;
    box-sizing: border-box;
}

.newlogindialog .rightCon .toggle-sign-way {
    position: absolute;
    top: 0;
    right: 0;
}

.newlogindialog .rightCon .toggle-button {
    width: 70px;
    height: 64px;
    background: url(https://www.chuangkit.com/accountcenter/v2/assets/login-sprite.ba948fa9.svg) -478px 0;
    cursor: pointer;
}

.newlogindialog .rightCon .toggle-tips {
    position: absolute;
    right: 64px;
    top: 16px;
    width: 111px;
    height: 24px;
    font-size: 12px;
    color: #077efc;
    line-height: 24px;
    background: url(https://www.chuangkit.com/accountcenter/sdk/login-sprite.54812a.svg);
    background-position-x: -1278px;
    box-sizing: border-box;
    padding-right: 3px;
    padding-left: 3px;
    text-align: center;
}

.newlogindialog .rightCon .wx-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
}

.newlogindialog .account-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 56px;
    box-sizing: border-box;
    flex: 1;
    display: none;
}

.newlogindialog .password-title {
    width: 100%;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
    margin: 42px 0 0;
    text-align: left;
}

.newlogindialog .error-msg {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fa2323;
    text-align: left;
    padding: 14px 0 12px;
    box-sizing: border-box;
}

.newlogindialog .form-item {
    width: 100%;
    height: 42px;
    border: 1px solid #ebeef5;
    color: #1b2337;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.newlogindialog .toggle-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0 0 24px 0;
    font-size: 14px;
}

.newlogindialog .toggle-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0 0 24px 0;
    font-size: 14px;
}

.newlogindialog .hidden {
    display: none !important;
}

.newlogindialog .toggle-login span {
    color: #0773fc;
    cursor: pointer;
}

.newlogindialog .toggle-login .forget-password {
    color: rgba(0, 0, 0, .8);
}

.newlogindialog .form-item.button {
    color: #fff;
    background: #0773fc;
    cursor: pointer;
}

.newlogindialog .wx-error {
    margin-top: 8px;
    font-size: 12px;
    color: #8693ab;
}

.newlogindialog .reminder-tips {
    font-size: 12px;
    line-height: 12px;
    color: #8693AB;
    margin-top: 8px;
}

.newlogindialog .wx-error .solve-error {
    color: #0773fc;
    cursor: pointer;
}

.newlogindialog .footer-remark .left a {
    color: #505a71;
    text-decoration: underline;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
}

.newlogindialog .footer-remark .left a:hover {
    color: #1b2337;
}

.newlogindialog .retrieve-wrap {
    width: 420px;
    padding: 42px 56px 0;
    background: #FFF;
}

.register-wrap {
    width: 420px;
    padding: 42px 56px 0;
    background: #FFF;
}

.newlogindialog .retrieve-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
}

.newlogindialog .go-back {
    font-size: 14px;
    color: #0773fc;
    cursor: pointer;
}

.newlogindialog .sms-code-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 24px;
}

.newlogindialog .sms-code-wrap .form-item {
    margin: 0;
}

.newlogindialog .sms-code-button {
    width: 130px;
    height: 42px;
    background: #f7f8f9;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    font-size: 14px;
    color: #1b2337;
    margin-left: 8px;
    flex-shrink: 0;
    cursor: pointer;
}

.newlogindialog .login-bindphone .bindphone {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 60%;
}

.newlogindialog .bind-phone {
    width: 430px;
    height: 500px;
    font-family: PingFang SC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 56px;
    background: #FFF;
}

.newlogindialog .bind-phone .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #1b2337;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newlogindialog .bind-phone .title img {
    width: 32px;
    height: 32px;
    padding-right: 7px;
}

.newlogindialog .bind-phone .tips {
    font-size: 14px;
    line-height: 24px;
    color: #505a71;
    padding: 15px 0;
}

/* .bind-phone .form-container {
padding-top: 28px;
} */

.newlogindialog .bind-phone .form-container .pop-dxyzm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newlogindialog .bind-phone .form-container .pop-dxyzm .get-vcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 104px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-left: 8px;
    cursor: pointer;
    border: 1px solid #0773fc;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0773fc;
}

.newlogindialog .bind-phone .form-container .cantclick {
    opacity: .2;
    cursor: not-allowed;
}

.newlogindialog .lt-input {
    width: calc(100% - 32px - 16px);
    height: 42px;
    padding: 0 32px 0 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.newlogindialog .lt-form-item {
    margin-bottom: 24px;
    vertical-align: top;
    zoom: 1;
}

.newlogindialog .lt-form-item-content {
    position: relative;
    line-height: 32px;
    font-size: 12px;
}

.newlogindialog .lt-input-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    /* height: 100%; */
}

.newlogindialog .lt-btn-primary {
    color: #fff;
    background-color: #0773fc;
    border-color: #0773fc;
}

.newlogindialog .lt-btn-long {
    width: 100%;
}

.newlogindialog .lt-btn {
    border: 1px solid transparent;
}

.newlogindialog .toggle-button.password {
    background-position: -554px 0;
}

.newlogindialog .toggle-button:hover {
    background-position: -630px 0;
}

.newlogindialog .toggle-button.password:hover {
    background-position: -706px 0;
}

.newlogindialog .lt-modal-close {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .newlogindialog .leftCon {
        display: none !important;
    }

    .newlogindialog {
        left: 0;
        right: 0;
    }

    .newlogindialog .container {
        width: auto;
    }
}
