.grecaptcha-badge {
    visibility: hidden;
}

#loginActivity .modal-dialog {
    width: 660px;
    margin-top: 150px;

}

#loginActivity .bg-img {
    background-color: #fff;
    width: 689px;
    height: 781px;
    margin: 0 auto;
    position: relative;
    background: url('/images/activity/loginActivityMian.png?v=20221026')no-repeat;
    background-size: 100%;
    top: -100px;
}

#loginActivity .loginActivity_rule {
    font-size: 20px;
    font-family: ModernEra-Regular, ModernEra;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: revert;
}

@media (min-width: 768px) {
    #loginActivity .modal-dialog {
        width: 660px;
        margin-top: 150px;
        top: 0;
    }
}

#loginActivity .bg-img img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 130px;
    right: 20px;
    cursor: pointer;
}

#loginActivity .bg-img .but-out {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#loginActivity .bg-img .but {
    margin: 40px auto;
    width: 344px;
    height: 71px;
    background: url("/images/activity/but_bg.png?v=20221026");
    cursor: pointer;
}

#headerSellerMsg .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);

    width: 20px !important;
    height: 20px !important;
    background-color: #fff !important;
    border-radius: 0% !important;
    position: static !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 22%) !important;
    right: 0px;
    top: 0px;
    opacity: 1 !important;
    color: #666;
    outline: none;
}

.voucher_verify_status_show {
    width: 77px;
    height: 24px;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    border-radius: 12px;
    display: inline-block;
    float: left;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
}

.voucher_verify_status_show2 {
    height: 20px;
    background: rgba(254, 172, 46, 0.1);
    border-radius: 12px;
    display: inline-block;
    line-height: 20px;
    text-align: start;
}

.voucher_verify_status_img {
    display: inline-block;
    background: url("/images/voucher_verify_status_img.png?v=20221026");
    height: 24px;
    width: 24px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    position: absolute;
    top: 5px;
    left: 3px;
}

.voucher_verify_status_img2 {
    display: inline-block;
    background: url("/images/voucher_verify_status_img2.png?v=20221026");
    height: 20px;
    width: 20px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
}

.voucher_verify_status_show span {
    display: inline-block;
    color: #fff;
    vertical-align: bottom;
    transform: translateX(-3px);
    text-indent: 24px;
}

.voucher_verify_status_show2 span {
    display: inline-block;
    color: #FEAC2E;
    vertical-align: bottom;
    text-indent: 5px;
    margin-right: 5px;
}

/* 注册抽奖成功的弹窗 */
#loginActivitySucceed {
    z-index: 1060;
    background: rgb(0, 0, 0, .4);
}

#loginActivitySucceed .modal-dialog {
    width: 660px;
    margin-top: 150px;
}

#loginActivitySucceed .bg-img {
    background-color: #fff;
    width: 660px;
    height: 520px;
    margin: 0 auto;
    position: relative;
    background: url('/images/activity/loginActivitySucceed.png')no-repeat;
    background-size: 100%;
}

@media (min-width: 768px) {
    #loginActivitySucceed .modal-dialog {
        width: 660px;
        margin-top: 150px;
        top: 0;
    }
}

#loginActivitySucceed .bg-img img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

#loginActivitySucceed .conent-out {
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
}

#loginActivitySucceed .conent-out h2 {
    font-size: 14px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    margin-bottom: 16px;
}

#loginActivitySucceed .conent-out p {
    font-size: 12px;
    font-family: Helvetica;
    color: #999999;
    line-height: 20px;
    margin-bottom: 36px;
}

#loginActivitySucceed .conent-out p span {
    color: #3FD6DD;
}

#loginActivitySucceed .but-out {
    width: 100%;
}

#loginActivitySucceed .but-out .but {
    width: 205px;
    height: 45px;
    background: #3FD6DD;
    font-size: 20px;
    font-family: Montreal-Bold, Montreal;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    border-radius: 45px;
    margin: 0 auto;
    cursor: pointer;
}

#menuvue .sign_login_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99999;
    top: 0px;
}

#menuvue .sign_login_box {
    width: 820px;
    height: 780px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #fff;
}

#menuvue .sign_login_box_left {
    width: 380px;
    height: 100%;
    display: inline-block;
    background: #3FD6DD;
    border-radius: 20px 0 0 20px;

}

#menuvue .sign_login_box_right_title {
    font-size: 30px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin: 48px auto;
    margin-bottom: 14px;
}

#menuvue .sign_login_box_right_title2 {
    font-size: 14px;
    font-family: Helvetica;
    color: #999999;
    line-height: 17px;
    margin-bottom: 22px;
    text-align: center;
}

#menuvue .sign_login_box_right {
    display: inline-block;
    width: 440px;
    height: 100%;
    float: right;
    text-align: center;
}

#menuvue .el-form-item {
    margin-bottom: 12px;
    margin-left: 50px;
    margin-right: 50px;
}

#menuvue .cut_off {
    width: 100%;
    height: 14px;
    font-size: 12px;
    font-family: Helvetica;
    color: #999999;
    line-height: 14px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 18px;
}

#menuvue .cut_off_line {
    width: 100px;
    height: 1px;
    background: #EEEEEE;
    margin-top: 6px;
}

#menuvue .cut_off_text {
    margin: 0 16px;
}

#menuvue .el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
    width: 100%;
    white-space: normal;
    text-align: start;
    vertical-align: top;
    font-size: 14px;
    font-family: Helvetica;
    color: #333333;
    line-height: 24px;
}

#menuvue .el-checkbox__input {
    vertical-align: super;
}

#menuvue .el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #39C3CB;
    border-color: #39C3CB;
}

#menuvue .el-checkbox__inner:hover {
    border-color: #39C3CB;

}

#menuvue .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #333;
}

#menuvue .sign_button,
#menuvue .login_button {
    width: 340px;
    height: 44px;
    background: #39C3CB;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    padding: 0;
    border: 0;
}

#menuvue .Terms_of_Service,
#menuvue .grey_text {
    width: 308px;
    height: 48px;
    font-size: 14px;
    font-family: Helvetica;
    color: #333333;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}

#menuvue .href_text {
    color: #39C3CB;
    cursor: pointer;

}

#menuvue .grey_text {
    color: #999999;
    line-height: 52px;

}

#menuvue .bottm_text {
    width: 440px;
    height: 52px;
    background: #F0F4F5;
    border-radius: 0px 0 20px 0px;
    position: absolute;
    bottom: 0;
}

#menuvue .Verify_button {
    width: 86px;
    height: 34px;
    background: #39C3CB;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: -49px;
    right: 3px;
    border: transparent;
}

#menuvue .tip_text {
    font-size: 12px;
    font-family: Helvetica-Oblique, Helvetica;
    font-weight: normal;
    color: #999999;
    line-height: 14px;
    text-align: center;
    transform: translateY(-20px);
    font-style: oblique
}

#menuvue .trY_30 {
    transform: translateY(-30px)
}

#menuvue .Verify_cut_off {
    width: 340px;
    height: 1px;
    background: #EEEEEE;
    margin: 0 auto;
}

#menuvue .not_now {
    position: absolute;
    margin: 30px;
    top: 0;
    right: 0;
}

#menuvue .trigger_verify_box {
    width: 522px;
    height: 427px;
    background: #FFFFFF;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 35px;
}

#menuvue .trigger_verify_title1 {
    font-size: 24px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin: 44px 0 14px 0;
}

#menuvue .trigger_verify_title2 {
    font-size: 14px;
    font-family: Helvetica;
    color: #999999;
    line-height: 20px;
    text-align: start;
}

#menuvue .account_email_box {
    width: 452px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #39C3CB;
    margin-top: 24px;
}

#menuvue .account_email {
    float: left;
    font-size: 14px;
    font-family: Helvetica;
    color: #333333;
    line-height: 42px;
    text-indent: 16px;
}

#menuvue .account_email_button,
#menuvue .checkcode_button {
    position: absolute;
    top: 151px;
    right: 35px;
    width: 189px;
    height: 34px;
    background: #39C3CB;
    border-radius: 4px;
    margin: 3px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    padding: 0;
}

#menuvue .checkcode_button {
    width: 113px;
    top: 242px;
}

#menuvue .close_grey {
    height: 12px;
    width: 12px;
    background-image: url("/images/close_grey.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#menuvue #google_account2,
#menuvue #google_account1,
#menuvue #google_account3 {
    margin-left: 50px;
}

#menuvue .recaptcha_tg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 522px;
    height: 387px;
    background: #FFFFFF linear-gradient(180deg, #AFFFFF 0%, #F8FBFF 30%);
    border-radius: 20px;
}

#menuvue .recaptcha_tg_tag {
    height: 75px;
    width: 70px;
    margin: 44px auto;
    margin-bottom: 0;
}

#menuvue .recaptcha_tg_title {
    height: 28px;
    font-size: 24px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-top: 26px;
    text-align: center;
}

#menuvue .recaptcha_tg_text {
    font-size: 14px;
    font-family: Helvetica;
    color: #666666;
    line-height: 24px;
    margin: 22px 30px;
    text-align: center;
}

#menuvue .recaptcha_tg_btn {
    width: 205px;
    height: 42px;
    background: #3FD6DD;
    text-align: center;
    font-size: 14px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    margin: 0 auto;
    border-radius: 21px;
    cursor: pointer;
}

#menuvue .recaptcha_v2_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 380px;
    height: 348px;
    background: #FFFFFF;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menuvue .recaptcha_v2_img {
    width: 132px;
    height: 110px;
    margin-bottom: 24px;
}

#menuvue .recaptcha_v2_title {
    font-size: 16px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    color: #333333;
}

#menuvue .recaptcha_v2_tips {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
}

#menuvue .new_source_from_bg {
    position: absolute;
    height: 610px;
    width: 860px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3FD6DD;
    border-radius: 20px;
}

#menuvue .new_source_from_bg_left {
    position: absolute;
    height: 226px;
    width: 209px;
    background-image: url("<?= Yii::$app->request->baseUrl ?>/images/new_source_from_bg_left.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    position: absolute;
    left: 74px;
    top: 0px;
    z-index: -1;
}

#menuvue .new_source_from_bg_right {
    position: absolute;
    height: 197px;
    width: 262px;
    background-image: url("<?= Yii::$app->request->baseUrl ?>/images/new_source_from_bg_right.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    position: absolute;
    right: 38px;
    top: -50px;
    z-index: -1;
}

#menuvue .new_source_from_title {
    font-size: 24px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    text-indent: 40px;
    margin: 41px 0 16px 0;
}

#menuvue .new_source_from_title2 {
    width: 516px;
    font-size: 16px;
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 40px;
    margin-bottom: 24px;
}

#menuvue .new_source_from_box {
    width: 810px;
    height: 368px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px 0px rgba(88, 199, 203, 0.7);
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 20px;
}

#menuvue .new_source_from_box_title1 {
    height: 20px;
    font-size: 15px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-indent: 10px;
}

#menuvue .new_source_from_box_title2 {
    width: 317px;
    height: 14px;
    margin-left: 10px;
    font-size: 12px;
    font-family: Helvetica;
    color: #999999;
    line-height: 14px;
}

#menuvue .new_source_from_tag,
#menuvue .new_source_from_tag_active {
    display: table;
    width: 180px;
    height: 60px;
    background: #F8F8F8;
    border-radius: 4px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

#menuvue .new_source_from_tag_text {
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
}

#menuvue .new_source_from_tag_box {
    height: 270px;
    width: 760px;
    display: flex;
    flex-wrap: wrap;
    text-indent: 10px;
}

#menuvue .new_source_from_tag_active {
    background: #3FD6DD;
}

#menuvue .new_source_from_tag_text_active {
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
}

#menuvue .close_white {
    background-image: url("<?= Yii::$app->request->baseUrl ?>/images/close_grey.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#menuvue .new_source_from_submit,
#menuvue .new_source_from_submit_noselect {
    background-image: url("<?= Yii::$app->request->baseUrl ?>/images/new_source_from_submit.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    height: 47px;
    width: 246px;
    margin: 23px auto;
    margin-bottom: 0;
    cursor: pointer;
}

#menuvue .new_source_from_submit_noselect {
    background-image: url("<?= Yii::$app->request->baseUrl ?>/images/new_source_from_submit_noselect.png");

}

#menuvue .black_friday_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#menuvue .black_friday_close {
    width: 41px;
    height: 41px;
    align-self: end;
    cursor: pointer;
    background: url("/images/black_friday/2023_close.png") center / contain no-repeat;
}

#menuvue .black_friday_title {
    width: 574px;
    height: 70px;
    line-height: 70px;
    font-size: 38px;
    color: #FFFFFF;
    text-shadow: 0 2px #dd4a03;
    text-align: center;
    font-style: oblique;
    font-weight: 600;
    background: url("/images/black_friday/2023_title_bg.png") center / 100%;
}

#menuvue .black_friday_lottery {
    width: 438px;
    height: 438px;
    position: relative;
    padding: 30px;
    background: url("<?= Yii::$app->request->baseUrl ?>/images/black_friday/2023_turnbg.png") center / 475px no-repeat;
}

#menuvue .black_friday_lottery .turntable-img {
    width: 378px;
    height: 378px;
    background-size: contain;
    transition: all 3s;
}

#menuvue .black_friday_content_prize {
    font-size: 26px;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333333;
    line-height: 26px;
    font-weight: 600;
}

#menuvue .black_friday_content_prize_note {
    vertical-align: super;
    margin-left: 5px;
    line-height: 35px;
}

#menuvue .black_friday_lottery .pointer-img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("<?= Yii::$app->request->baseUrl ?>/images/black_friday/2023_pointer.png") center / contain no-repeat;
    cursor: pointer;
}

#menuvue .black_friday_rules {
    max-width: 600px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.8;
}

#menuvue .black_friday_content {
    margin-top: 27px;
    width: 330px;
    box-sizing: border-box;
    background: linear-gradient(139deg, #FFFBEE 0%, #FDFFFD 49%, #FFFCEE 100%);
    padding: 16px 14px;
    border-radius: 12px;
    border: 3px solid #F3DCAE;
}

#menuvue .black_friday_content_title {
    text-align: center;
    font-size: 20px;
    color: #9B4B00;
    font-weight: 600;
}

#menuvue .black_friday_see_record {
    color: #fff;
    text-decoration: underline;
    margin-top: 30px;
    cursor: pointer;
}

#menuvue .black_friday_coupon {
    width: 296px;
    height: 74px;
    margin-top: 8px;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #9B4B00;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("/images/black_friday/2023_coupon.png") center / contain no-repeat;
}

#menuvue .black_friday_coupon a:hover {
    text-decoration: none;
}

#menuvue .black_friday_coupon .coupon-btn {
    flex-shrink: 0;
    width: 110px;
    height: 32px;
    line-height: 32px;
    background: #0D0D0B;
    border-radius: 16px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

#menuvue .black_friday_jackpot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menuvue .black_friday_jackpot_title {
    padding-left: 25px;
    font-weight: 600;
    font-size: 14px;
    color: #9B4B00;
    margin-top: 20px;
}

#menuvue .black_friday_jackpot_title.success {
    background: url("/images/black_friday/2023_success.png") left center / 18px no-repeat;
}

#menuvue .black_friday_jackpot_title.fail {
    background: url("/images/black_friday/2023_fail.png") left center / 18px no-repeat;
}

#menuvue .black_friday_jackpot_msg {
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
    color: #B4853C;
}

#menuvue .black_friday_jackpot_img {
    display: block;
    margin: 20px auto;
    text-align: center;
}

#menuvue .black_friday_jackpot_claim {
    margin-top: 16px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background: #FF6B00;
    border-radius: 21px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

#menuvue .black_friday_jackpot_claim.disabled {
    cursor: not-allowed;
    background: #ccc;
}

#menuvue .black_friday_jackpot_tips {
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}

#menuvue .black_friday_jackpot_input {
    margin-top: 16px;
    display: flex;
    padding: 3px;
    box-sizing: border-box;
    height: 38px;
    background: #FFFFFF;
    border-radius: 21px;
    border: 1px solid #F2D5A9;
    width: 278px;
}

#menuvue .black_friday_jackpot_input>input {
    margin-left: 16px;
    border: none;
    outline: none;
}

#menuvue .black_friday_jackpot_submit {
    width: 79px;
    line-height: 32px;
    text-align: center;
    background: #FF6B00;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 21px;
    cursor: pointer;
}

#menuvue .black_friday_jackpot_submit.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

#menuvue .black_friday_record {
    max-height: 50vh;
    overflow-y: auto;
}

#menuvue .black_friday_record::-webkit-scrollbar {
    width: 0;
}

#menuvue .black_friday_record_item {
    font-weight: 600;
    margin-top: 10px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(136deg, rgba(255, 221, 179, 0.2) 0%, rgba(255, 238, 214, 0.2) 48%, rgba(255, 219, 171, 0.2) 100%);
    box-shadow: 0px 2px 2px 0px rgba(231, 212, 191, 0.91);
    border: 1px solid #F3DCAE;
    border-radius: 8px;
}

#menuvue .black_friday_record_item_btn {
    width: 90px;
    height: 28px;
    padding-right: 13px;
    font-weight: 600;
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #B4853C;
    font-size: 12px;
    color: #B4853C;
    cursor: pointer;
    background: #FFFFFF url("/images/black_friday/2023_arrow_right.png") 70px center / 12px no-repeat;
}

#menuvue .black_friday_record_item_price {
    font-size: 30px;
    color: #994B00;
    display: flex;
    align-items: center;
}

#menuvue .black_friday_record_item_price_note {
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: super;
}

#menuvue .black_friday_line {
    margin: 16px 0;
    height: 3px;
    background: #FFFFFF url("/images/black_friday/2023_line.png") center center / contain no-repeat;
}

#menuvue .black_friday_line_solid {
    flex: 1;
    height: 1px;
    background: linear-gradient(to left, #ccc 70%, #fff 100%);
}

#menuvue .black_friday_line_solid2 {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #ccc 70%, #fff 100%);
}

#menuvue .black_friday_line_round {
    margin: 0 10px;
    width: 3px;
    height: 3px;
    background-color: #ccc;
    border-radius: 3px;
}

.el-message-box__wrapper {
    z-index: 9999999 !important;
}

.el-message_content {
    z-index: inherit !important;
}

.el-message {
    z-index: 99999 !important;
}

.el-input__inner:focus {
    border: #39c3cb 1px solid;
}

#recaptcha_tg_Visible,
#trigger_verify_bg_Visible,
#sign_login_bg_Visible,
#new_source_from_Visible,
#black_friday_Visible,
#recaptcha_v2_Visible {

    display: none;
}

/* element样式 */
.customClasssuccess {
    background: rgba(0, 0, 0, .46) !important;
    border-color: none !important;
    min-width: 280px !important;
    padding: 10px 15px 8px 20px !important;
    border-radius: 6px !important;
    border: none;
}

.subscribe-to {
    height: 34px;
    border-radius: 2px;
    border: 1px solid #39C3CB;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #39C3CB;
    padding: 0 14px;
    position: relative;
}

.subscribe-to>img {
    margin-right: 3px;
}


.subscribe-to>.windowBox {
    position: absolute;
    width: 269px;
    min-height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    z-index: 999;
    top: 45px;
    left: 0;
    padding: 0 20px 20px;

    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    pointer-events: none;
    /* 隐藏时禁止交互 */
    cursor: auto;
}

/* 显示时的样式 */
.subscribe-to>.windowBox.show {
    opacity: 1;
    max-height: 500px;
    /* 设一个足够大的值，确保内容完全显示 */
    pointer-events: auto;
    /* 允许交互 */
}

.subscribe-to>.windowBox>.newclose {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 12px;
}

.subscribe-to>.windowBox>.newclose>img {
    cursor: pointer;
    position: relative;
    right: 8px;
}

.subscribe-to>.windowBox>.p1 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 7px;
}

.subscribe-to>.windowBox>.p2 {
    font-size: 12px;
    color: #999999;
    margin-bottom: 7px;
}

.subscribe-to>.windowBox input {
    outline: none;
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    padding: 0 16px;
    color: #000;
}

.subscribe-to>.windowBox .btn-subscribe {
    width: 100%;
    height: 36px;
    background: #39C3CB;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 8px;
    border: none;
}

.subscribe-to>.windowBox .btn-subscribe:active {
    background: #2e9ba1;
}