blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

.top {
    width: 1032px;
    margin: 0 auto 24px
}

.header,
header {
    position: relative;
    width: 1032px;
    padding: 24px 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo a,
.logo__ico {
    background-image: url(/skin/m1/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 102px;
    height: 36px;
    text-indent: -99999px
}

.logo {
    display: flex;
    align-items: center
}

.logo__txt {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: 400;
    margin-left: 24px;
    margin-top: 2px
}

.aside a:first-child {
    color: #666
}


.footer,
footer {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    width: 1032px;
    padding: 0 20px 24px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.copyright {
    display: inline-block;
    padding-right: 60px;
    color: #999
}

.copyright sup {
    vertical-align: bottom
}

.nav a {
    display: inline-block;
    padding-right: 5px;
    padding-left: 1px;
    border-right: 1px solid #999;
    line-height: 12px;
    height: 12px;
    color: #999;
    margin: 3px 0
}

.nav_footer {
    display: inline-block
}

.qcode_footer {
    position: absolute;
    left: 50%;
    margin-left: -105px;
    bottom: 100px;
    color: #999;
    font-size: 14px
}

.qcode_footer p a {
    color: #06c
}

.qcode__img {
    display: none;
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 2
}

.qcode_footer:hover .qcode__img {
    display: block
}

.pc-hide-inline,
.pc_hide {
    display: none
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    background-color: rgba(0, 0, 0, .3);
    z-index: 99
}

.dialog {
    width: 400px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -210px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    top: 15%;
    z-index: 100
}

.dialog__close {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    background: url() -72px -208px no-repeat;
    cursor: pointer;
    z-index: 9
}

.dialog__close:hover {
    background: url() -33px -209px no-repeat
}

.dialog__content {
    padding: 28px;
    text-align: center;
    font-size: 16px
}

.content__tip {
    color: #333
}

.content__link {
    margin-top: 30px
}

.content__link a {
    color: #7440d8
}

.content__button {
    margin: 25px auto 0;
    width: 160px;
    height: 40px
}

.button_link {
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    background-color: #f6f6f6;
    color: #333;
    text-align: center;
    border-radius: 3px
}

.form-wp {
    width: 100%;
    padding-top: 20px
}

.form__box {
    margin-top: 20px;
    width: 100%
}

.form__item {
    position: relative;
    color: #666
}

.form-info {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-bottom: 16px
}

.form__tit {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-top: 25px
}

.form__input {
    width: 100%;
    position: relative
}

.form__input input {
    box-sizing: border-box;
    display: block;
    padding: 12px 128px 12px 20px;
    width: 360px;
    background-color: #F5F6F9;
    border: 1px solid #F5F6F9;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.form__input input::placeholder {
    color: #999
}

.form__box .form__input input:focus {
    border-color: #7B4DD6
}

.form__tip {
    align-items: flex-start;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    font-size: 14px;
    line-height: 21px;
    margin: 8px 0 0
}

.form__tip_modal {
    font-size: 12px;
    margin-top: 5px;
    color: #EB635E
}

.form__item_error .form__tip,
.form__tip_error {
    color: #E3443F
}

.J-bind-result-tip,
.J-wechat-phone,
.J-wechat-phone-code {
    display: flex;
    align-items: center
}

.form__tip.form__tip_error {
    height: initial
}

.form__tip_error .error {
    flex: 1
}

.form__agreement {
    font-size: 11px;
    color: #666;
    position: relative;
    bottom: -4px
}

#j_regForm>div.form__agreement.login_form__agreement {
    height: 0
}

.form__agreement input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
    top: 2px
}

input[type=checkbox]::before {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: ' ';
    background-image: url(/skin/member/images/hook_off_ic@3x.png);
    background-repeat: no-repeat;
    background-size: cover
}

input[type=checkbox]:checked::before {
    background-image: url(/skin/member/images/checked.png);
    border-radius: 3px
}

.gtonelogn .operator_protocol_wrapper_onelogin input[type=checkbox]::before {
    display: none
}

.form__submit {
    width: 360px;
    height: 44px;
    line-height: 44px;
    margin: 40px auto 0
}

.form__button_submit {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #06c;
    border-radius: 50px;
    display: block;
    cursor: pointer;
    text-align: center
}

.form__button_disabled {
    background-color: #ccc
}

.form__code_abs {
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: -12px
}

.form__link {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 60px;
    font-size: 16px
}

.form__button_msg {
    position: absolute;
    right: 24px;
    top: 9px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #06c !important;
    padding: 4px 0 4px 24px;
    border-left: 1px solid #ccc
}

.form__img_code {
    position: absolute;
    top: 6px;
    right: 18px;
    cursor: pointer
}

.form__img_code img {
    width: 90px;
    height: 33px;
    vertical-align: middle
}

.form__img_code a {
    font-size: 12px;
    display: none
}

.form__checkbox {
    cursor: pointer
}

button,
input,
select,
textarea {
    outline: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.palceholder {
    line-height: 20px
}

.main {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    width: 1032px;
    height: 458px;
}

.clear-float {
    clear: both
}

.ico {
    display: inline-block
}

.ico_error {
    width: 20px;
    height: 20px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1px 4px 0 15px
}

.ico_ok {
    background-position: -56px -92px
}

.message {
    width: 380px;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center
}

.message_ok {
    width: auto;
    text-align: center
}

.message__info {
    text-align: center;
    display: inline-block
}

.message_ok .msg__tip a {
    text-decoration: none;
    cursor: default
}

.msg {
    position: relative
}


.msg__h2 {
    font-size: 24px;
    color: #333;
    margin: 12px 0
}

.msg__tip {
    font-size: 16px;
    color: #999;
    font-weight: 400
}

.msg__tip a {
    color: #333
}

.message__button {
    margin-top: 20px;
    text-align: center
}

.message__link {
    padding: 10px 0;
    width: 360px;
    cursor: pointer;
    background: #F5F6F9;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-weight: 500;
    display: block;
    margin: 0 auto
}

.message__link:hover {
    text-decoration: none
}

.message__tip {
    color: #999;
    background: #FAF2E8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px;
    margin: 32px auto 60px;
    width: 300px
}

.message__hint {
    margin-top: 30px;
    color: #999
}

.tip__title {
    font-size: 18px;
    line-height: 25px;
    color: 999
}

h3.tip__title {
    color: #E5791B;
    font-weight: 500
}

.message__tip ul {
    margin-top: 12px
}

.message__tip ul li {
    list-style: disc inside;
    line-height: 20px
}

.message_ok .message__tip {
    text-align: center
}

.tab__item {
    text-align: center;
    width: 240px;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    z-index: 1
}

.tab__item:hover {
    text-decoration: none
}

.message__forget_ok {
    width: 380px;
    text-align: center
}

.message__forget_done {
    width: unset
}

.msg__tip_forget {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 16px
}

.message__forget_done .msg__tip {
    padding-left: 0
}

.msg_forget {
    margin-left: 0
}

.form__tit_error {
    font-size: 14px;
    color: #e13a3a
}


.j-passwordEl {
    position: relative;
    z-index: 1
}

.pwd_text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.form__input input[name=userPWD2] {
    z-index: 2;
    position: relative
}

.logo__ico.third a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    background: 0 0;
    text-indent: 0;
    margin: 0
}

.logo__ico.third a img {
    width: 100%;
    background-color: #F8F7FB
}

.one-login-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F5F5F5;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center
}

.one-login-modal .one-login-main-content {
    position: absolute;
    height: 156px;
    width: 300px;
    top: 30%;
    left: 50%;
    margin: -78px 0 0 -150px
}

.one-login-modal .one-login-modal-tip {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #666
}

.one-login-modal .one-login-content-modal {
    padding: 32px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.one-login-modal .one-login-content-modal .one-login-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    text-align: left
}

.one-login-modal .one-login-content-modal .one-login-content-tip {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: left
}

.one-login-modal .one-login-content-modal .one-login-operate_area {
    margin-top: 32px;
    display: flex;
    flex-direction: row
}

.one-login-modal .one-login-content-modal .one-login-operate_area .one-login-button {
    flex: 1;
    border-radius: 22px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px
}

.one-login-modal .one-login-content-modal .one-login-operate_area .one-login-reject {
    background: #F0F0F0;
    margin-right: 6px;
    color: #333
}

.one-login-modal .one-login-content-modal .one-login-operate_area .one-login-agree {
    background: #7B4DD6;
    margin-left: 6px;
    color: #fff
}

.toast {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -16px 0 0 -128px;
    width: 256px;
    line-height: 44px;
    height: 44px;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 8px;
    color: #fff;
    z-index: 99
}

.bind_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(11, 12, 18, .6);
    z-index: 2
}

.bind_modal .one-login-header {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 10px 0
}

.bind_modal .modal_content {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -178px;
    margin-left: -240px;
    background-color: #fff;
    border-radius: 24px;
    padding-bottom: 32px
}

.modal_content .header {
    position: relative;
    line-height: 22px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 50px 16px 24px;
    word-break: break-word;
    color: #999;
    border-bottom: solid 1px #EBEBEB;
    height: unset;
    background-color: unset
}

.header .close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: -43px -217px;
    position: absolute;
    right: 24px;
    top: 17px;
    cursor: pointer
}

.modal_content .content {
    text-align: center
}

.modal_content .wechat-avatar-area {
    position: relative;
    height: 84px;
    width: 84px;
    margin: 23px auto 0;
    border-radius: 60px;
    cursor: pointer
}

.modal_content .content .wechat-avatar-area .wechat-avatar {
    height: 80px;
    width: 80px;
    border: 2px solid #06c;
    border-radius: 60px;
    object-fit: cover
}

.modal_content .content .wechat-avatar-area .tip {
    display: inline-block;
    height: 84px;
    width: 84px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 84px;
    color: #fff;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0
}

.modal_content .content .username {
    margin-top: 8px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.modal_content .content .operate_button {
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    margin: 24px auto 16px;
    cursor: pointer;
    background: #06c
}

.modal_content .content .change_phone {
    line-height: 22px;
    color: #06c;
    cursor: pointer;
    width: 112px;
    margin: 0 auto
}

.wechat_modal_content {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -102px;
    background-color: #fff;
    border-radius: 4px
}

.choose-verify-method {
    width: 344px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -172px;
    margin-top: -95px;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box
}

.choose-verify-method .choose-verify-header {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333;
    font-weight: 600
}

.choose-verify-method .choose-verify-content {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 20px
}

.choose-verify-method .choose-verify-content .operate_area {
    margin-top: 24px;
    text-align: center;
    display: flex;
    justify-content: space-around
}

.choose-verify-method .choose-verify-content .operate_area .operate_button {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 18px;
    cursor: pointer
}

.choose-verify-method .choose-verify-content .operate_area .send_sms {
    background-color: #F5F6F9;
    color: #06c
}

.choose-verify-method .choose-verify-content .operate_area .receive_voice_code {
    background: #06c;
    color: #fff;
    margin-left: 16px
}

.wechat_modal_content .header {
    width: 100%;
    line-height: 54px;
    border-bottom: solid 1px #EBEBEB;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, .85);
    padding: 0 24px;
    box-sizing: border-box
}

.wechat_modal_content .content {
    padding: 24px 24px 10px
}

.wechat_modal_content .content .tip {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

.wechat_modal_content .content .operate_area {
    margin-top: 34px;
    text-align: right
}

.wechat_modal_content .content .operate_area .operate_button {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #7c5dc7;
    font-size: 14px;
    margin-left: 8px;
    cursor: pointer
}

.wechat_modal_content .content .operate_area .direct_login {
    color: #7c5dc7;
    padding: 0 16px
}

.wechat_modal_content .content .operate_area .replace_bind {
    color: #fff;
    background-color: #7c5dc7;
    padding: 0 21px
}

html {
    height: 100%
}

body {
    background-color: #f5f6f9;
    color: #999;
    font-size: 14px;
    min-height: 100%;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

a {
    color: #06c
}

button,
input {
    outline: 0;
    background-color: #fff;
    border: none;
    border-radius: 0
}

input {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #999;
    text-align: justify
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F7F7F7 inset
}

.text-center {
    text-align: center
}

.palceholder {
    color: #999;
    position: absolute;
    left: 19px;
    top: 16px
}

.ico {
    position: relative;
    top: 2px
}

.form__tip .ico,
.ico2 {
    background: url() no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.form__tip .ico_error {
    background-position: 0 -92px
}

.form__tip .ico_ok {
    background-position: -56px -92px
}

.login_gap {
    height: 16px
}

.insert-phone-login-tips {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 16px;
    text-align: center
}

.logo__ico.third {
    margin: 0
}

.password-login {
    margin-left: 27px
}

.new_register_forget_pass {
    box-sizing: border-box;
    height: 68px;
    padding: 24px;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    bottom: 0
}

.new_register_forgetpass__pass {
    float: left;
    color: #06c;
    font-weight: 700;
}

.new_register_forgetpass__register {
    float: right;
    color: #06c;
    font-weight: 700;
}


.third__content .ico__wx {
    background-position: 0 0;
    margin-left: 0
}

.third__content .ico__sina {
    background-position: 0 -43px
}

.third__content .ico__qq {
    background-position: 0 -88px
}

.third__content .ico__more {
    background-position: 0 -132px;
    margin-right: 0
}

a.ico__wx:hover {
    background-position: -57px 0
}

a.ico__sina:hover {
    background-position: -58px -43px
}

a.ico__qq:hover {
    background-position: -58px -88px
}

a.ico__more:hover {
    background-position: -58px -132px
}

.main {
    display: flex;
}

.ads-wp {
    width: 712px;
    height: 457px;
    padding: 36px 44px;
    background-color: #fff !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: .5px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
}

.ads-wp img {
    border-radius: 8px;
    max-width: 100%;      /* 图片最大宽度为容器宽度 */
    max-height: 100%;     /* 图片最大高度为容器高度 */
    width: auto;          /* 宽度自适应，保持比例 */
    height: auto;         /* 高度自适应，保持比例 */
    object-fit: contain;  /* 图片按比例缩放，完全包含在容器内 */
    display: block;       /* 避免图片底部间隙 */
    margin: auto;        
}

.page_title {
    position: absolute;  
    top: 30px;       
    left: 60px;     
    font-size: 22px;
    font-weight: 500;
    color: #333; 
    z-index: 10; 
}

.ads__link {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 385px
}

.logo__txt {
}

.login-wp {
    width: 320px;
    height: 457px;
    position: relative;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.login__box {
    color: #333;
    margin-top: 40px;
}

.login__head {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 96px;
    margin-bottom: 16px
}

.login__head_scan {
    font-weight: 500
}

.login__head_scan span {
    color: #fff;
    padding: 3px 5px;
    margin-right: 4px;
    background-color: #ffaa24;
    border-radius: 3px
}

.login__head_reg {
    float: right;
    color: #7440d8
}

.login__head_reg:after,
.pop__login_reg:after {
    content: '';
    background: url() -87px -186px no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.new_login_head {
    box-sizing: border-box;
    height: 80px;
    padding: 16px 16px 16px 24px;
    text-align: left;
    margin-top: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.scan_tag {
    position: absolute;
    right: 0;
    top: 0
}

.new_login_head .new_login_tab {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    cursor: pointer;
    position: relative
}

.new_login_head .new_login_tab.active {
    color: #333;
    font-weight: 500
}

.new_login_head .new_login_tab.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 4px;
    border-radius: 4px;
    background-color: #6331ff;
    bottom: -4px;
    left: 50%;
    margin-left: -6px
}

.login__content {
    display: block;
    overflow: hidden;
    padding: 0 24px
}

.login__input {
    position: relative;
    margin-bottom: 12px
}

.login__input input {
    display: block;
    width: 272px;
    height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 12px;
    background-color: #f5f6f9;
    border: 1px solid #f5f6f9;
    border-radius: 4px;
    color: #333
}

.login__input input:focus {
    border-color: #06c
}


.login__img_code {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer
}

.login__img_code img {
    width: 90px;
    height: 40px;
    vertical-align: middle
}

.login__agreement {
    position: relative
}

.login__agreement input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    top: 3px
}

.form__agreement {
    margin-top: 64px
}

.login_form__agreement {
    white-space: nowrap;
    padding-top: 4px;
    margin-top: 0;
    margin-left: 7px;
    bottom: 0;
    font-size: 11px;
    position: relative
}

.login_form__agreement2 {
    white-space: nowrap;
    padding-top: 4px;
    margin-top: 0;
    margin-left: 90px;
    bottom: 0;
    font-size: 18px;
    position: relative
}

.login_form__agreement .login—agreement-tool-tip {
    position: absolute;
    top: -34px;
    left: -8px;
    background-color: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px
}

.login_form__agreement .login—agreement-tool-tip::after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent
}

.login_form__agreement input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin-right: 0
}

.login_form__agreement input[type=checkbox]::before {
    width: 12px;
    height: 12px
}

.login__agreement a {
    color: #333
}

.bind_form__agreement {
    bottom: -8px;
    height: 0
}

.bind_form__agreement input[type=checkbox] {
    margin-right: 3px
}

.form__button {
    margin-top: 16px
}

.button {
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background: #06c;
    cursor: pointer;
    border-radius: 4px
}

.button_disabled {
    background-color: #814ce8
}

.form__third {
    margin-top: 28px
}

.third__head {
    position: relative;
    height: 1px;
    background-color: #dbdbdb
}

.third__head span {
    position: absolute;
    left: 50%;
    margin-left: -52px;
    background-color: #fff;
    padding: 0 10px;
    top: -10px
}

.third__content {
    margin-top: 15px
}

.new_form_third {
    height: 24px;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    margin-top: 16px;
    text-align: center;
}

.new_form_third .wechat-icon {
    width: 20px;
    height: 20px;
    background-image: url(/skin/member/images/wx.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
}

.new_form_third .qq-icon {
    width: 20px;
    height: 20px;
    background-image: url(/skin/member/images/qq.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
}

.ico__error {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    top: 3px;
    position: relative
}

.wechat__error {
    width: 18px;
    height: 18px;
    top: 0
}

.login__tip {
    margin-left: 30px
}

.login__tip_error {
    color: #E3443F
}

.avatar {
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 12px;
    background-color: #f3f3f3;
    border-radius: 12px
}

.avatar img {
    max-width: 100%
}

.msg__tip2 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px
}

.msg__tip {
    margin-left: 0
}

.login_ok {
    width: 200px;
    margin: 0 auto
}

.message__tip {
    text-align: center
}

.notice {
    color: #333;
    width: 400px;
    margin: 30px auto
}

.notice__title {
    font-size: 18px;
    color: #999;
    font-weight: 400
}

.notice__txt,
.step__list {
    margin-top: 10px
}

.step__item {
    margin-top: 20px;
    position: relative;
    padding-left: 35px
}

.step__item a {
    color: #7440d8
}

.step__item em {
    width: 28px;
    height: 28px;
    display: block;
    left: 0;
    top: -3px;
    position: absolute;
    background: url() no-repeat
}

.step__item em.item__ico1 {
    background-position: 4px -252px
}

.step__item em.item__ico2 {
    background-position: -37px -252px
}

.step__item em.item__ico3 {
    background-position: -75px -252px
}

.step__img {
    width: 165px;
    height: 165px;
    overflow: hidden;
    margin-top: 20px
}

.step__img img {
    margin: -11px 0 0 -13px
}

.tab_wp {
    border-bottom: 1px solid #e1e1e1
}

.tab {
    width: 370px;
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden
}

.tab__item {
    margin: 0 39px;
    color: #999;
    text-decoration: none;
    padding-bottom: 13px;
    float: left
}

.tab__item a {
    color: #999;
    padding-bottom: 15px
}

.tab__item a:hover {
    text-decoration: none
}

.tab__item_cur a {
    border-bottom: 1px solid #7440d8;
    color: #7440d8;
    margin-bottom: -1px
}

.tab__content_wp {
    font-size: 16px;
    width: 360px;
    margin: 60px auto 0
}

.tab__content {
    display: none
}

.avatar_left {
    float: left
}

.info {
    text-align: center;
    color: #333
}

.info__txt {
    margin-left: 76px;
    text-align: left;
    font-size: 12px;
    min-height: 72px
}

.info__h3 {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #666
}

.info__h3 em {
    color: #E5791B;
    max-width: 95px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    height: 20px;
    line-height: 18px
}

.info__txt p {
    color: #999;
    margin-top: 4px;
    line-height: 17px
}

.info__txt p br {
    display: none
}

.form__box_forget {
    margin: 32px 0 0
}

.form__item {
    margin-bottom: 32px
}

.tab__content_wp body.login__body_pop {
    display: flex;
    align-items: center
}

.pop__login {
    width: 550px;
    overflow: hidden
}

.pop__login_left {
    width: 270px;
    border: none;
    float: left
}

.pop__login_right {
    margin-left: 270px;
    padding: 140px 0 0 100px
}

.pop__login_reg {
    color: #7440d8;
    line-height: 30px
}

.login__tab_wp {
    position: absolute;
    right: 16px;
    top: 16px
}

.login__tab {
    color: #999;
    font-size: 12px;
    position: relative;
    padding-left: 47px;
    display: inline
}

.login__tab_cur {
    display: none
}

.wechat__ico {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover
}

.wechat__code {
    width: 174px;
    height: 174px;
    margin: 16px auto 0;
    position: relative
}

.wechat__code img {
    max-width: 100%
}

.wechat__info {
    margin-top: 16px;
    text-align: center
}

.wechat__p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #333
}

.wechat__p:before {
    content: '';
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    display: block
}

.dxy_app_download {
    text-align: center;
    background-color: #F5F6F9;
    border-radius: 50px;
    width: 180px;
    height: 36px;
    line-height: 36px;
    margin: 54px auto 0
}

.wechat__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.code_fail {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%
}

.code__txt_fail {
    margin-top: 54px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 500
}

.code__btn_fail {
    color: #fff;
    background: #06c;
    display: inline-block;
    width: 96px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    margin-top: 11px
}

.wechat_ok {
    text-align: center;
    margin-top: 45px
}

.wechat__ico_ok {
    background: url() no-repeat;
    width: 80px;
    height: 140px;
    display: inline-block
}

.wechat__txt_ok {
    color: #333;
    margin-top: 12px
}

.wechat__link_ok {
    margin-top: 45px;
    font-size: 14px;
    display: block
}

.login__tab_scan {
    color: #f69f16;
    font-weight: 700
}

.login__tab_scan span {
    position: absolute;
    right: 3px;
    top: -86px;
    background: #FAE5CC;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #E5791B;
    padding: 2px 4px;
    width: 102px;
    font-weight: 400;
    border: 1px solid #E5791B
}

.login__tab_scan span::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #E5791B transparent transparent
}

.ico_triangle {
    position: absolute;
    bottom: -5px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #FAE5CC transparent transparent
}

.login__title {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 0
}

.login__title .login__head_log {
    float: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    cursor: pointer
}

.login__title .login__head_log.active {
    color: #7638d7
}

.login__title span {
    font-size: 14px;
    color: #999;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-weight: 400
}

.login__button--code {
    position: absolute;
    right: 18px;
    top: 50%;
    color: #666;
    height: 22px;
    cursor: pointer;
    font-size: 12px;
    margin-top: -10px;
    line-height: 22px
}

.login__button--code-text {
    display: inline-block;
    font-size: 14px;
    color: #06c !important;
    border-left: .5px solid #e0e0e0;
    padding-left: 20px
}

.c7440d8 {
    color: #7440d8
}

.register__forget-pass {
    padding-left: 0;
    font-size: 0;
    letter-spacing: 1px;
    overflow: hidden
}

.register__forget-pass__register {
    display: inline-block;
    width: 46%;
    float: left;
    text-align: right;
    font-size: 1.5rem
}

.register__forget-pass__span {
    display: inline-block;
    width: 8%;
    text-align: center;
    font-size: 1.5rem;
    float: left;
    color: #ccc
}

.register__forget-pass__pass {
    display: inline-block;
    width: 46%;
    text-align: left;
    font-size: 1.5rem;
    float: left;
    color: #333
}

.mobile__change-method {
    display: none
}


.dialog__content {
    position: relative
}

.checkout__dialog__title {
    color: #333
}

.checkout__dialog__phone {
    text-align: left
}

.checkout__dialog__content {
    width: 60%;
    margin: 0 auto;
    overflow: hidden
}

.checkout__dialog__avatar {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.checkout__dialog__avatar img {
    width: 100%;
    height: 100%
}

.checkout__dialog__username {
    color: #333
}

.checkout__dialog__bottom {
    margin: 20px
}

.checkout__dialog__btns {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.checkout__dialog__btns>div {
    width: 50%;
    float: left;
    box-sizing: border-box;
    line-height: 2;
    cursor: pointer
}

.hairline-border {
    box-shadow: 0 0 0 1px #ebebeb
}

.login__input2 {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.login__input2 input {
    display: block;
    width: 148px;
    height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 12px;
    background-color: #f5f6f9;
    border: 1px solid #f5f6f9;
    border-radius: 4px;
    color: #333;
}

.login__input2 input:focus {
    border-color: #06c
}

.login-link-wrapper {
    flex-shrink: 0; /* 禁止链接容器缩小 */
}

.login-link {
    /* 美化链接样式 */
    color: #4a90e2; /* 主色蓝色 */
    font-size: 14px;
    text-decoration: none;
    padding: 8px 8px;
}

.login-link:hover {
    color: #2c72c4; /* 悬停时深色文字 */
    text-decoration: none; /* 移除下划线 */
}
