html,body {
    background-image: url('../imgs/index/bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


/* base_login_model */

.base_content .top_close{
    position: absolute;
    left: 16px;
    top: 16px;
    height: 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
    color: rgba(6, 6, 36, 0.6);
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

.base_content .top_close span{
    font-size: 14px;
    color: rgba(0, 0, 0, .67);
}

.base_content .top_close p{
    font-size: 14px;
    margin-left: 4px;
}


.login_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.base_login_model_c {
    position: relative;
}

.base_login_model_c * {
    position: relative;
}

.base_login_model_c input {
    outline: none;
}

.base_login_model_c.show {
    display: block
}

.base_login_model_c .base_login_top_height {
    height: 30%
}

.base_login_model_c {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}

.base_login_left_c_text {
    color: #CD9044;
    font-size: 21px;
    margin-top: 24px;
    line-height: 28px;
    position: absolute;
    top: 80px;
    left: 50px;
}

.base_login_model_c .base_close {
    color: #fff !important;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
}

.base_login_model_c .base_content {
    display: flex;
    width: 403px;
    height: 458px;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px
}

.base_login_model_c .base_content .base_login_left_c {
    width: 403px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;


}

.base_login_model_c .base_content .base_login_left_c .base_login_left_logo {
    width: 213px;
    height: 64px;
    position: absolute;
    top: 32px;
    left: 40px;
}

.base_login_model_c .base_content .base_login_left_c .base_login_left_text {
    width: 300px;
    position: absolute;
    top: 120px;
    left: 54px;
}

.base_login_model_c .base_content .base_login_logo {
    width: 85px;
    display: block;
    margin: 38px auto 0
}

.base_login_model_c .base_content .base_login_logo_desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 24px;
    text-align: center;
}

.base_login_model_c .base_content .base_login_left_c .base_login_title {
    font-size: 30px;
    color: #fff !important;
    padding: 0 20px
}

.base_login_model_c .base_content .base_login_left_c .base_login_sub_title {
    margin-top: 20px;
    font-size: 16px;
    color: #fff !important
}

.base_login_model_c .base_switch {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    display: block;
    cursor: pointer;
    z-index: 9
}

.base_login_model_c .base_content .base_login_right_c {
    flex-grow: 1;
    border-radius: 12px;
    background: #fff;
    padding: 57px 56px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 458px;
}

.base_login_model_c .base_login_scan.base_content .base_title {
    margin-top: 80px
}

.base_login_model_c .base_content .base_title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-weight: 500
}

.base_login_model_c .base_content .base_tabs {
    display: flex;
    justify-content: flex-start;
    height: 28px;
}

.base_login_model_c .base_switch_text {
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .base_switch_text span {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_switch_text .base_switch_line {
    width: 2px;
    height: 16px;
    background: #F0F0F0;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    margin: 0 16px;
}

.base_login_model_c .base_content .base_tabs .base_tab {
    font-size: 16px;
    cursor: pointer;
    transition: none;
    color: #5A6073 !important;
    font-weight: 400;
    line-height: 28px;
}

.base_login_model_c .base_content .base_tabs .base_tab:first-child {
    margin-right: 40px;
}

.base_login_model_c .base_content .base_tabs .base_tab.active {
    color: #0C0E21 !important;
    font-weight: bold;
}

.base_login_model_c .base_form_content {
    margin: 40px 0 0 0;
}

.base_login_model_c .base_input_content {
    height: 48px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.base_login_model_c .base_input_content:first-child {
    margin-top: 0px;
}

.base_login_model_c .base_input_content input {
    width: 0;
    height: 100%;
    flex-grow: 1;
    border: none;
    font-size: 14px;
}

.base_login_model_c .base_input_content .country_num {
    font-size: 18px;
    font-weight: 400;
    color: #0C0E21;
    position: relative;
    display: inline-flex;
    width: 42px;
    line-height: 48px;
    margin-right: 8px;
}

.base_login_model_c .base_input_content .country_num::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #E2E2E2;
    position: absolute;
    right: 0;
    top: 18px;
}



.base_login_model_c .base_form_content .base_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.base_login_model_c .base_form_content .base_desc a {
    font-size: 13px;
    color: #999 !important
}

.base_login_model_c .base_form_content .base_form_submit {
    display: block;
    background: #060624;
    border: none;
    color: rgba(255, 255, 255, .8);
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.base_login_model_c .base_form_content .base_form_submit.disable {
    background: #A8A8B2;
    color: rgba(255, 255, 255, .6);
}

.base_login_model_c .base_scan_ewm_c {
    width: 178px;
    height: 178px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 12px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.base_login_model_c .loading_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .loading_mask.hide {
    display: none;
}

.base_login_model_c .loading_mask span {
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: turn 1s linear infinite;
}

.base_login_model_c .loading_mask p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.base_login_model_c .base_scan_ewm {
    width: 170px;
    height: 170px;
    display: block;
    border: none;
    opacity: 0;
}

.base_login_model_c .base_scan_desc {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.base_login_model_c .base_get_login_code {
    height: 100%;
    border: none;
    background: 0 0;
    color: #427EF7;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 6px;
}

.base_login_model_c .base_restpass {
    color: #9EA5BB;
    font-size: 12px;
    cursor: pointer;
}

.base_login_model_c .base_reg_text {
    color: #9EA5BB;
    font-size: 12px;
    margin-top: 8px;
}

.base_login_model_c .base_login_reg_text {
    font-size: 20px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 28px;
}

.base_login_model_c .go_reg_text {
    cursor: pointer;
    color: #427EF7 !important
}

.base_login_model_c .go_login_text {
    cursor: pointer;
    color: #427EF7 !important
}

.base_login_model_c .base_login_check_xieyi {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_login_check_box {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;

    border: 2px solid #9EA5BB;
}

.base_login_model_c .base_login_check_box.active {
    border: 2px solid #427EF7;
}

.base_login_model_c .base_login_check_box.active::before {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e613";
    color: #427EF7;
    position: absolute;
    top: -1px;
    left: -1px;
    transform: scale(.9);
    font-weight: bold;
}

/* base_login_model */


.base_login_scan {
    box-sizing: border-box;
}

.base_login_scan .logo_c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.base_login_scan .logo_c .logo_text {
    font-size: 50px;
    line-height: 50px;
}

.base_login_scan .logo_c .logo_text:hover {
    color: transparent;
}

.base_login_scan .logo_c .desc {
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 20px;
    margin-top: 4px;
}

.app_down_qrcode {
    width: 192px;
    position: relative;
    margin: 24px auto 0;
}

.app_down_qrcode .app_down_btn {
    width: 172px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #060624;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.app_down_qrcode .app_down_btn span,
.app_down_qrcode .app_down_btn p {
    color: #060624;
}

.app_down_qrcode .app_down_btn span {
    margin-right: 4px;
    font-size: 20;
    font-weight: 700;
    display: inline-flex;
    width: 20px;
    height: 38px;
    line-height: 38px;
    align-items: center;
    justify-content: center;
}

.app_down_qrcode .app_down_btn p {
    font-size: 14px;
    font-weight: 400;
    color: #060624;
    line-height: 22px;
}

.app_down_qrcode .app_qrcode_c {
    width: 192px;
    height: 192px;
    border-radius: 4px;
    box-shadow: 0px 6px 12px 0px rgba(6, 6, 36, 0.16);
    position: absolute;
    top: -216px;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px;
    text-align: center;

    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);

    transition-delay: .1s;
}

.app_down_qrcode:hover .app_qrcode_c {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.app_down_qrcode .app_qrcode_c .tips {
    display: flex;
    align-items: center;
}

.app_down_qrcode .app_qrcode_c .tips span {
    color: #060624;
    margin-right: 4px;
}

.app_down_qrcode .app_qrcode_c .tips p {
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
}

.app_down_qrcode .app_qrcode_c::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    filter: drop-shadow(0px 6px 12px rgba(6, 6, 36, 0.16));
    z-index: 10;
    transition: .3s all;



}

.app_down_qrcode .app_qrcode_c>img {
    width: 124px;
    height: 124px;
    margin-top: 12px;
}

.base_login_right_c.login_account .base_form_submit {
    margin-top: 32px;
}

.base_login_right_c .agrement_text_c {
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #C8CCDB;
    line-height: 20px;
    margin-top: 12px;
    display: none;
}

.base_login_right_c .agrement_text_c.active {
    display: flex;
}

.base_login_right_c .agrement_text_c a {
    color: #427EF7;
    margin: 0 4px;
}

.base_login_right_c .other_login_list {
    width: 217px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.base_login_right_c .other_login_list .item {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.base_login_right_c .other_login_list .item span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
}

.base_login_right_c .other_login_list .item.sina {
    background: #EA5D5C;
}

.base_login_right_c .other_login_list .item.qq {
    background: #5690FE;
}

.base_login_right_c .other_login_list .item.apple {
    background: #0C0E21;
}

.base_login_right_c .other_login_list .item.pass {
    background: #9EA5BB;
    display: none;
}

.base_login_right_c .other_login_list .item.acc {
    background: #B58D63;
    display: none;
}

.base_login_right_c .other_login_list .pass.active {
    display: flex;
}

.base_login_right_c .other_login_list .acc.active {
    display: flex;
}

.base_login_right_c .other_login_list .item.acc .base_input_content input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #C8CCDB;
}

.base_login_right_c .other_login_list .otehr_login_mask{
    width: calc(100% + 64px);
    position: absolute;
    background: rgba(255,255,255,.63);
    height: 64px;
    border-radius: 8px;
    left: -32px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    backdrop-filter: blur(3px);
}

.base_login_right_c .bottom_tips{
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
}

.base_input_content input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #C8CCDB;
}

.base_input_content input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #C8CCDB;
}

.base_input_content input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #C8CCDB;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.form_login_switch {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.form_login_switch.active {
    display: flex;
}

.base_login_right_c.bind_account .base_login_check_xieyi{
    margin-top: 54px;
}

.base_content .switch_login_type{
    width: 56px;
    height: 56px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 1;
}

.base_content .switch_login_type .switch_pic{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.base_content .switch_login_type .switch_pic.active{
    display: block;
}

.base_content .switch_login_type .switch_pic img{
    width: 100%;
    height: 100%;
}

.base_login_model_c .base_login_right_container{
    display: none;
    width: 100%;
}

.base_content .switch_login_type .switch_pic::after{
    content: attr(data-text);
    border-radius: 4px;
    color: #9EA5BB;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: -48px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 120px;
    transform: rotate(45deg);
}