#login_win,
#login_win a,
#login_win span {
    font-family: PingFangSC-Regular, Tahoma, Microsoft Yahei, sans-serif;
}
#login_win .web-login-mask {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#login_win .login-dialog-wrapper {
    position: fixed;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#login_win .main-login-module_login_bg {
    align-items: center;
    background: #f6f8fa;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    mask-image: radial-gradient(#fff, #000);
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    padding: 20px;
    position: relative;
    width: 560px;
}

#login_win .main-login-module_login_bg .main-login-module_close {
    background: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 24px;
    height: 24px;
}
#login_win .init-login-module_login-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 360px;
    width: 100%;
}
#login_win .title-module_login-head {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
#login_win .title-module_title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 520;
}
#login_win .init-login-module_login-init-subtitle {
    color: grey;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}
#login_win .init-login-module_all-button-body {
    align-items: center;
    display: flex;
    flex: 2;
    flex-direction: column;
    justify-content: center;
}
#login_win .init-login-module_button-wrap {
    margin-bottom: 20px;
}
#login_win .login-btn {
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    display: flex;
    height: 52px;
    justify-content: center;
    color: #fff;
}
#login_win .login-policy-text a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 16px;
}
#login_win .policy-wrap {
    margin-top: 10px;
}
.policy-module_policy-container {
    display: flex;
}
#login_win .login-policy-text {
    max-width: 378px;
    display: inline;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
}
#login_win .select-wrap {
    box-sizing: content-box;
    margin-right: 4px;
    padding-left: 3px;
    padding-top: 2px;
    width: 14px;
}
#login_win .policy-tips-container {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#login_win .policy-module_tips-body {
    align-items: center;
    background: #f6f8fa;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 312px;
}
#login_win .policy-module_confirm-btn {
    background: #00c8c8;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0;
    padding: 12px 0;
    text-align: center;
    width: 248px;
}
#login_win .policy-module_cancel-btn {
    background: none;
    color: #111;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 40px;
}
#policy-tips {
    display: none;
}
#scan-code-dialog {
    display: none;
}
#scan-code-dialog .main-login-module_back {
    background: none;
    cursor: pointer;
    left: 20px;
    position: absolute;
    top: 28px;
    width: 24px;
    height: 24px;
}
#scan-code-dialog .main-login-module_close {
    background: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 24px;
    height: 24px;
}
#scan-code-dialog .login-iframe-module {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 360px;
    width: 100%;
}
.login-head {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.policy-module_select-box {
    position: relative;
    margin-top: 2px;
}
.policy-module_select-box img {
    position: absolute;
    top: 2px;
}
#iframe-qq,
#iframe-wx {
    height: 278px;
    width: 540px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}
#iframe_qq {
    position: absolute;
    width: 688px;
    height: 415px;
    top: -75px;
    left: -100px;
    transform: scale(0.88);
    overflow: hidden;
}
#iframe_wx {
    position: absolute;
    width: 688px;
    height: 415px;
    top: -49px;
    left: -76px;
    transform: scale(0.88);
    overflow: hidden;
}