.black2022_entrance_logo{
    display: none !important;
}
.landing_top{
    background: url("../../../../images/pc/activity/anniversary13_landing_bg1.png") no-repeat;
    height: 190px;
    max-width: 1920px;
    margin: 0 auto;
    background-size: 100% 100%;
    padding-top: 22px;
}
.landing_banner_card {
    background: url("../../../../images/pc/activity/anniversary13_landing_card.png") no-repeat;
    text-align: center;
    width: 420px;
    height: 126px;
    margin: 0 auto;
    background-size: 100% 100%;
}
.landing_banner_card .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    padding-top: 24px;
}
.landing_banner_card .p2 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 40px;
    font-style: italic;
    padding-top: 4px;
}
.landing_banner_card .p3 {
    font-weight: 400;
    font-size: 14px;
    color: #D1E3DB;
    line-height: 18px;
    padding-top: 37px;
}
.landing_main {
    /*background: url("../../../../images/pc/activity/anniversary13_bottom_bg2.png") no-repeat;*/
    /*background-position: bottom right;*/
    /*background-size: contain;*/
    position: relative;
    min-height: 700px;
    background: #E6F0EC;
    padding: 20px 0 30px 0;
}
.landing_center_bg{
    background: url("../../../../images/pc/activity/anniversary13_landing_bg2.png") no-repeat;
    width: 750px;
    height: 460px;
    margin: 0 auto;
    background-size: 100% 100%;
    position: relative;
}
.bottom_bg_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.bottom_bg_right img {
    width: 100%;
}
.landing_right-item {
    position: absolute;
    right: 0;
    top: 20px;
}
.landing_right-item .landing_right-card {
    background: #000000;
    border-radius: 16px 0px 0px 16px;
    opacity: 0.66;
    width: 70px;
    color: #ffffff;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 16px;
    cursor: pointer;
}
.landing_center_txt {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    padding-top: 63px;
}
.landing_gift_txt {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    text-align: center;
    padding-top: 244px;
}
.landing_center_btn {
    width: 200px;
    height: 50px;
    background: linear-gradient( 157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 54px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 0), rgba(200, 133, 46, 0));
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 20px;
    color: #1C201E;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*中奖弹窗开始*/
.anniversary13WinPopLayout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.anniversary13WinPopMain {
    width: 248px;
    /*height: 210px;*/
    background: linear-gradient( 180deg, #FEFDFB 0%, #FEFDFB 46.24%, #F6E7C6 100%);
    border-radius: 8px;
    border: 2px solid #FEFDFB;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
}
.winpopType {
    width: 100%;
    position: absolute;
    top: -40px;
    z-index: 2;
}
.anniversary13WinPopMain .txt1 {
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    text-align: center;
    white-space: pre-line;
    padding-top: 50px;
}
.anniversary13WinPopMain .txt2 {
    font-weight: 600;
    font-size: 14px;
    color: #734509;
    line-height: 18px;
    text-align: center;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.anniversary13WinPopMain .btn1 {
    width: 188px;
    height: 40px;
    background: linear-gradient(157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 20px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 1), rgba(200, 133, 46, 0));
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}
.anniversary13WinPopClose {
    cursor: pointer;
    color: #ffffff;
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 2px;
    transform: translateX(-50%);
    bottom: -40px;
}
.append_type5img {
    width: 66px;
    height: 66px;
    background: linear-gradient(137deg, #EDD08D 0%, #FFF0D2 57.59%, #E0B567 100%);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
/*中奖弹窗结束*/

/*日历弹窗开始*/
.anniversary13CalendarPopLayout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.anniversary13CalendarPopMain {
    background: url(../../../../images/pc/activity/anniversary13_calendar_pop1.png) no-repeat;
    width: 375px;
    height: 556px;
    margin: 0 auto;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 12px 0 12px;
}
.anniversary13CalendarPopMain .title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: italic;
    padding: 5px 0 0 5px;
}
.anniversary13CalendarPopMain .calendarClose{
    color: #666666;
    font-size: 1.4rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
}
.anniversary13CalendarPopMain .calendarBody {
    background: url(../../../../images/pc/activity/anniversary13_calendar_nn.png) no-repeat;
    width: 350px;
    height: 480px;
    margin: 0 auto;
    background-size: cover;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.calendar-part2 {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 20px;
    padding: 30px 0 0 28px;
}
.calendar-part2 .p1 {}
.calendar-part2 .p2 {
    font-weight: 600;
}
.calendar-part3 {
    text-align: center;
    padding-top: 46px;
}
.calendar-part3 .p1 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}
.calendar-part3 .p2 {
    font-weight: 400;
    font-size: 12px;
    color: #555856;
    line-height: 15px;
    padding-top: 4px;
}
.calendar-part4 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 26px;
}
.calendar-part4 .calendar-p4-card {
    text-align: center;
}
.calendar-part4 .calendar-p4-card img {
    width: 22px;
}
.calendar-part4 .calendar-p4-card p {
    font-weight: 400;
    font-size: 12px;
    color: #555856;
    line-height: 15px;
    padding-top: 6px;
}
.anniversary13CalendarOk {
    width: 188px;
    height: 40px;
    background: linear-gradient( 157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 20px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 1), rgba(200, 133, 46, 0));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.calendar-timeline {
    max-width: 480px;
    padding: 12px 10px;
    background-color: #ffffff;
    color: #333333;
}
.calendar-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.calendar-item:not(:last-child) {
    /*padding-bottom: 24px;*/
}
.calendar-date-box {
    width: 25px;
    display: flex;
    flex-direction: column;
    padding-top: 1px;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 12px;
    color: #8F9391;
    line-height: 10px;
}
.calendar-separator {
    margin: 1px 0;
    font-size: 11px;
}
.calendar-axis {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 12px;
    position: relative;
    align-self: stretch;
    flex-shrink: 0;
}
.calendar-dot {
    width: 6px;
    height: 6px;
    background-color: #ECCE8A;
    border-radius: 50%;
    margin-top: 4px;
    z-index: 1;
}
.calendar-dot-end{
    background-color: #F7EBD0;
}
.calendar-line {
    flex-grow: 1;
    width: 0;
    border-left: 1px dashed #ECCE8A;
    margin-top: 4px;
    height: 76px;
}
.calendar-item:last-child .calendar-line {
    display: none;
}
.calendar-content {
    flex: 1;
}
.calendar-title {
    margin: 0 0 6px 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 14px;
    color: #1C201E;
}
.calendar-desc {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 12px;
    color: #555856;
    white-space: pre-line;
}
/*日历弹窗结束*/

/*terms*/
.anniversary13TermsPopLayout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.anniversary13TermsPopMain {
    background: url("../../../../images/pc/activity/anniversary13_terms_pop1.png") no-repeat;
    width: 375px;
    height: 556px;
    margin: 0 auto;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 12px 0 12px;
}
.anniversary13TermsPopMain .title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: italic;
    padding: 5px 0 0 5px;
}
.termsClose {
    color: #666666;
    font-size: 1.4rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
}
.anniversary13TermsPopMain .termsBody {
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    margin-top: 25px;
    padding: 12px;
    overflow-y: auto;
    font-weight: 400;
    font-size: 12px;
    color: #1C201E;
    line-height: 1.5;
    height: 490px;
}
/* 更美观的样式 - 磨砂玻璃效果 */
.anniversary13TermsPopMain .termsBody::-webkit-scrollbar {
    width: 4px;
}
.anniversary13TermsPopMain .termsBody::-webkit-scrollbar-track {
    background: transparent;
}
.anniversary13TermsPopMain .termsBody::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: background 0.3s;
}
.anniversary13TermsPopMain .termsBody::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}
.anniversary13TermsPopMain .termsBody {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
/*terms*/

/*怎么玩*/
.anniversary13HowtoPopLayout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.black_activate_main1 {
    background: #FFFFFF;
    border-radius: 1.2rem;
    width: 100%;
    padding: 1.5rem 1.5rem 2.4rem 1.5rem;
}

.black_activate_item_left {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.black_activate_item_left .howto_icon {
    width: 20px !important;
    flex: 1;
}
.black_activate_item_left p {
    padding-left: 8px;
}
.black_activate_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.black_activate_item img {
    width: 66px;
}
.black_activate_item:last-child{
    margin-bottom: 16px;
}
.black_activate_main2 .subtitletitle{
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    text-align: center;
}
.black_activate_item_btn {
    width: 29rem;
    height: 5rem;
    background: #000000;
    border-radius: 51px;
    font-size: 1.9rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 5rem;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
}

.black_activate_item_link {
    line-height: 1.6rem;
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid #F5F5F5;
    font-weight: 600;
    font-size: 14px;
    color: #1C201E;
}

.black_activate_item_link small {
    display: block;
}

.black_activate_item_link a {
    text-decoration: underline;
}

.black_activate_main2 {
    width: 100%;
    padding: 20px 0 0 0;
}

.black_activate_main2 .title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1C201E;
    line-height: 1.8rem;
    text-align: center;
}

.black_activate_item2_list ul li {
    width: 10rem;
    background: #FFE9CA;
    border-radius: 1.2rem;
    overflow: hidden;
}
.black_activate_item2_list ul li img{
    width: 100%;
}
.black_activate_item2_list {
    padding-top: 2.1rem;
}

.black_activate_item2_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.black_activate_item2_href {
    background: #FFE9CA;
    border-radius: 1.2rem;
    width: 100%;
    margin-top: 1.5rem;
    overflow: hidden;
}

.black_activate_item2_href a {
    color: #ffffff;
}
.black_activate_item2_href img{
    width: 100%;
}
.black_activate_main3 {
    margin-top: 1rem;
}

.black_activate_main3 img {
    width: 100%;
}

.black_activate_main3 a {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
    border-radius: 1.2rem;
    overflow: hidden;
}
.picks_brand_title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1C201E;
    line-height: 1.8rem;
    position: relative;
    padding-left: 2rem;
}
.picks_brand_title:before{
    content: '';
    width: 1rem;
    height: 2rem;
    background: #008750;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 0;
}
.picks_brand_list {
    padding-top: 1rem;
}

.picks_brand_list ul {
    display: flex;
    justify-content: space-between;
}

.picks_brand_list ul li img {
    width: 100%;
    border-radius: 6px;
}
.picks_brand_list ul li {
    width: 48%;
}
.brand_name {
    font-size: 1rem;
    font-weight: 400;
    color: #555856;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand_desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: #1C201E;
    line-height: 1.6rem;
    padding-top: .4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.picks_brand_bj {
    padding: .6rem;
}
.picks_brand_item {
    padding-top: 2rem;
}

.saveMoney-item {
    width: 100%;
    position: relative;
    margin-top: 1rem;
}
.saveMoney-item img {
    width: 100%;
}
.saveMoney-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.saveMoney-item .adv_txt {
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
}
.saveMoney-wz {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.4;
}
.saveMoney-wz .sp1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2rem;
    display: block;
}
.saveMoney-wz .sp2 {
    color: #FDCF09;
    font-size: 1.8rem;
}
.saveMoney-wz .sp4 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2rem;
}
.saveMoney-wz .sp4 b {
    font-size: 1.8rem;
    color: #FDCF09;
}
.anniversary13HowToPopMain {
    background: url(../../../../images/pc/activity/anniversary13_howto_pop1.png) no-repeat;
    width: 375px;
    height: 556px;
    margin: 0 auto;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.anniversary13HowToPopMain .title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: italic;
    padding: 5px 0 0 5px;
}
.anniversary13HowToPopMain .howtoClose {
    color: #666666;
    font-size: 1.4rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
}
.howtoBody {
    overflow: auto;
    height: 490px;
    padding: 0px 12px 0 12px;
    margin-top: 28px;
}
.howtoBody::-webkit-scrollbar {
    width: 4px;
}
.howtoBody::-webkit-scrollbar-track {
    background: transparent;
}
.howtoBody::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: background 0.3s;
}
.howtoBody::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.howtoTopCard {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px;
}
.black_activate_main2 .subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    text-align: center;
}
/*怎么玩*/

.anniversary13_countdown {
    width: 976px;
    margin: auto;
    padding-bottom: 20px;
}

.countdown_bg {
    background: url("../../../../images/pc/activity/anniversary13_countdown_bg.png") no-repeat;
    background-size: contain;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 24px 0 60px;
}

.countdown_bg .txt1 {
    font-weight: 600;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
}

.out-time-item {
    display: flex;
    gap: 11px;
}

.out-time-item .time-def-b {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.out-time-item .time-def-a {
    font-weight: 400;
    font-size: 16px;
    color: #555856;
}

.out-time-item .time-def-txt {
    width: 20px;
    text-align: center;
}

.anniversary13_turntable {
    width: 976px;
    margin: 0 auto;
    position: relative;
    background: url("../../../../images/pc/activity/anniversary13_turntable.png") no-repeat;
    height: 340px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 108px;
}

.anniversary13_share {
    width: 40px;
    position: absolute;
    right: 0;
    z-index: 11;
    bottom: 0;
    cursor: pointer;
}

.anniversary13_share img {
    width: 100%;
}

.an13_turntable_card1_r {}

.anniversary13_card_rbg {
    background: url("../../../../images/pc/activity/anniversary13_card_rbg.png") no-repeat;
    width: 435px;
    height: 223px;
    background-size: contain;
    box-sizing: border-box;
}

.anniversary13_card_rbg .r_title {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 31px;
    font-style: italic;
    text-align: center;
    padding-top: 19px;
}

.anniversary13_card_rbg .r-fixed_item {
    display: flex;
    align-items: center;
    padding-top: 24px;
    justify-content: center;
    gap: 11px;
}

.anniversary13_card_rbg .r-fixed_item .r-fixed_card {
    cursor: pointer;
}
.anniversary13_card_rbg .r-fixed_item .r-fixed_card .d1{
    font-weight: 400;
    font-size: 12px;
    color: #CEF5E4;
    line-height: 15px;
    padding: 22px 0 0 12px;
}
.anniversary13_card_rbg .r-fixed_item .r-fixed_card .d2{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 0 0 12px;
}
.anniversary13_card_rbg .r-fixed_item .r-fixed_card1 {
    background: url("../../../../images/pc/activity/anniversary13_bonus1.png") no-repeat;
    width: 100px;
    height: 66px;
    background-size: contain;
    box-sizing: border-box;
}
.anniversary13_card_rbg .r-fixed_item .r-fixed_card2 {
    background: url("../../../../images/pc/activity/anniversary13_bonus2.png") no-repeat;
    width: 100px;
    height: 66px;
    background-size: contain;
    box-sizing: border-box;
}
.anniversary13_card_rbg .r-fixed_item .r-fixed_card3 {
    background: url("../../../../images/pc/activity/anniversary13_bonus3.png") no-repeat;
    width: 100px;
    height: 66px;
    background-size: contain;
    box-sizing: border-box;
}

.anniversary13_card_rbg .spinNow {
    width: 200px;
    height: 50px;
    background: linear-gradient( 157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 54px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 0), rgba(200, 133, 46, 0));
    margin: 0 auto;
    cursor: pointer;
    margin-top: 24px;
    font-weight: 600;
    font-size: 20px;
    color: #1C201E;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anniversary13_card_rbg .sub_howto {
    font-weight: 400;
    font-size: 14px;
    color: #C1DACF;
    line-height: 16px;
    text-align: center;
    text-decoration: underline;
    padding-top: 12px;
    cursor: pointer;
}
.blackFriday2022-turntable{
    width: 262px;
    position: relative;
}
.an13-turntable-ico{
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.anniversary13_commodity {
    width: 976px;
    margin: 0 auto;
    padding: 32px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 10;
}
.anniversary13_end_txt {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    padding-top: 50px;
}
/*轮播图*/
.eg24_mod1_l_swiper{
    width: 460px;
    height: 270px;
    position: relative;
    margin: 0 auto;
    margin-top: 32px;
}
.eq24-swiper-wrapper .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
.eq24-swiper-wrapper .swiper-slide img {
    width: 100%;
}
.eq24-swiper-wrapper{
    height: 240px;
}
.swiper-button-next, .swiper-button-prev{
    background-color: rgb(28 32 30 / 12%);
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
    color: #939393 !important;
    text-align: center;
    opacity: .95;
    font-size: 1.2rem;
    line-height: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:1.2rem
}
.swiper-button-next{
    right: -18px !important;
}
.swiper-button-prev{
    left: -18px !important;
}
.swiper-pagination-bullet-active{
    background: #008750 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 12px !important;
}
.swiper-button-prev,.swiper-button-next {
    display:none !important;
}
.store-swiper-container:hover .swiper-button-prev,
.store-swiper-container:hover .swiper-button-next {
    display: block !important;
}
/*轮播图*/

/*单品模块*/
.an13_deal_container {
    display: grid;
    gap: 24px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr);
}
.an13_deal_card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    cursor: pointer;
}
.an13_deal_image_box {
    position: relative;
    width: 100%;
    border-radius: 12px;
}
.an13_deal_image_box img {
    width: 100%;
    border-radius: 8px;
}

.an13_deal_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.an13_deal_logo_wrap {
    position: absolute;
    right: -4px;
    bottom: -12px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #ffffff;
}
.an13_deal_logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.an13_deal_info {
    padding-top: 8px;
}
.an13_deal_title {
    margin: 0 0 6px 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
    color: #1C201E;
}
.an13_deal_cashback {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #FF5306;
}
.an13_deal_was_price {
    line-height: 1.2;
    font-weight: 400;
    font-size: 12px;
    color: #8F9391;
}
/*单品模块*/
.anniversary13_by_new {
    margin-top: 28px;
    background: url("../../../../images/pc/activity/anniversary13_new_user.png") no-repeat;
    background-size: contain;
    box-sizing: border-box;
    height: 103px;
}
.anniversary13_new_bg {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.anniversary13_new_card1 {
    width: 261px;
    margin-left: 40px;
}
.anniversary13_new_card1 .p1 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 23px;
}
.anniversary13_new_card1 .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #555856;
    line-height: 18px;
}
.anniversary13_new_card2 {
    width: 280px;
    margin-left: 82px;
}
.anniversary13_new_card3 {
    width: 135px;
    height: 27px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-left: 68px;
}
.anniversary13_new_card3 a {
    font-weight: 600;
    font-size: 12px;
    color: #1C201E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.anniversary13_new_card3 a .iconfont {
    font-size: .6rem;
}
.anniversary13_deals {
    padding-top: 28px;
}
.anniversary13_deals .title {
    position: relative;
    height: 36px;
    font-weight: 600;
    font-size: 20px;
    color: #1C201E;
    line-height: 25px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.anniversary13_deals .title .sales_icon1 {
    width: 26px;
}
.anniversary13_deals .title .sales_icon2 {
    width: 13px;
    margin: -12px 0 0 6px;
}
.anniversary13_deals .title .sales_icon3 {
    width: 58px;
    position: absolute;
    bottom: -6px;
    left: 33px;
}
.anniversary13_deals .title img {
}
.anniversary13_deals .title span {
    padding-left: 6px;
}
/*中奖历史记录弹窗*/
.an13_bh_mask *,
.an13_bh_mask *::before,
.an13_bh_mask *::after {
    box-sizing: border-box;
}
.an13_bh_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.an13_bh_modal {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 556px;
    border-radius: 16px;
    padding:0 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: url("../../../../images/pc/activity/anniversary13_bonusHistory_bg.png") no-repeat;
    background-size: contain;
}
.an13_bh_close_btn {
    position: absolute;
    right: 14px;
    background: none;
    border: none;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    z-index: 10;
    top: 18px;
}
.an13_bh_header_tag {
    position: absolute;
    top: 1px;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    font-style: italic;
}
.an13_bh_star_icon {
    font-size: 10px;
    color: #f7e3b5;
}
.an13_bh_summary_section {
    margin-top: 48px;
}
.an13_bh_summary_label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #555856;
    line-height: 18px;
}
.an13_bh_stat_grid {
    display: flex;
    gap: 11px;
}
.an13_bh_stat_card {
    background: url("../../../../images/pc/activity/anniversary13_bh_bg.png") no-repeat;
    background-size: contain;
    flex: 1;
    padding: 8px 10px;
    height: 59px;
}
.an13_bh_stat_icon {}

.an13_bh_stat_icon img {
    width: 20px;
}
.an13_bh_stat_info {
    display: flex;
    flex-direction: column;
}
.an13_bh_stat_name {
    font-weight: 400;
    font-size: 12px;
    color: #8F9391;
    padding-left: 6px;
}
.an13_bh_stat_value {
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
}
.an13_bh_stat_flex {
    display: flex;
    align-items: center;
}
.an13_bh_stat_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}
.an13_bh_stat_bottom .iconfont {
    font-size: .6rem;
}
.an13_bh_tab_nav {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}
.an13_bh_tab_item {
    padding: 8px 12px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #555856;
}
.an13_bh_tab_item.active {
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
}
.an13_bh_tab_item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background-color: #C8852F;
    border-radius: 2px;
}
.an13_bh_tab_panel {
    display: none;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}
.an13_bh_tab_panel.active {
    display: flex;
}
.an13_bh_banner {
    margin-top: 16px;
    border: 1px solid #fce8c5;
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.4;
    background: #FEF6E5;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
}
.an13_bh_link {
    color: #FF5306;
    text-decoration: underline;
    font-weight: 600;
}
.an13_bh_link:hover{
    color: #FF5306 !important;
}
.an13_bh_list_container {
    flex: 1;
    margin-top: 12px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.an13_bh_list_container::-webkit-scrollbar {
    width: 4px;
}
.an13_bh_list_container::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 4px;
}
.an13_bh_group_card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
}
.an13_bh_group_header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #8F9391;
}
.an13_bh_total strong {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
}
.an13_bh_group_body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.an13_bh_record_item {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
}
.an13_bh_record_item strong {
    color: #1C201E;
    font-weight: 600;
}
.an13_bh_gift_card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.an13_bh_gift_img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}
.an13_bh_gift_title {
    font-size: 13px;
    font-weight: 600;
    color: #111;
}
.an13_bh_gift_date {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}
.an13_bh_list_empty {
    text-align: center;
    padding-top: 80px;
}

.an13_bh_list_empty img {
    width: 200px;
}
.an13_bh_list_empty p {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
}
/*中奖历史记录弹窗*/
/*没有抽奖机会弹窗*/
.anniversary13EmptyLayout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.anniversary13EmptyPopMain {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 12px 0 12px;
    width: 320px;
    height: 176px;
    background: linear-gradient( 180deg, #FEFDFB 0%, #FEFDFB 46.24%, #F6E7C6 100%);
    border-radius: 8px;
    border: 2px solid #FEFDFB;
    text-align: center;
}
.anniversary13EmptyPopMain .title {
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    padding-top: 30px;
}
.anniversary13EmptyPopMain .desc {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    padding-top: 8px;
    margin: 0 auto;
}
.anniversary13EmptyPopMain .btn {
    width: 188px;
    height: 40px;
    background: linear-gradient( 157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 20px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 1), rgba(200, 133, 46, 0));
    margin: 0 auto;
    margin-top: 18px;
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anniversary13EmptyPopClose {
    cursor: pointer;
    color: #ffffff;
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 2px;
    transform: translateX(-50%);
    bottom: -40px;
}
/*没有抽奖机会弹窗*/
/*分享弹窗*/
.anniversary13ShareLayout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.anniversary13SharePopMain {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 12px 0 12px;
    background: linear-gradient(180deg, #FEFDFB 0%, #FEFDFB 46.24%, #F6E7C6 100%);
    border-radius: 8px;
    border: 2px solid #FEFDFB;
    text-align: center;
    width: 320px;
    height: 326px;
}
.anniversary13SharePopMain .title {
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    padding-top: 30px;
}
.anniversary13SharePopMain .desc {
    width: 271px;
    height: 152px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: left;
    padding: 16px;
}
.anniversary13SharePopMain .desc .share_txt1 {
    display: flex;
    align-items: center;
}
.anniversary13SharePopMain .desc .share_txt2 {
    font-weight: 600;
    font-size: 14px;
    color: #1C201E;
    padding-top: 10px;
}
.anniversary13SharePopMain .desc .share_txt3 {
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
}
.anniversary13SharePopMain .copy_btn {
    width: 188px;
    height: 40px;
    background: linear-gradient(157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 20px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 1), rgba(200, 133, 46, 0));
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}
.anniversary13SharePopClose {
    cursor: pointer;
    color: #ffffff;
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 2px;
    transform: translateX(-50%);
    bottom: -40px;
}
.anniversary13SharePopMain .desc .share_txt1 span {
    padding-left: 3px;
}
.anniversary13SharePopMain .desc .share_txt1 img {
    width: 16px;
}
/*分享弹窗*/
/*实体奖励登记弹窗*/
.an13_sa_mask *,
.an13_sa_mask *::before,
.an13_sa_mask *::after {
    box-sizing: border-box;
}

/* 1. 遮罩层 */
.an13_sa_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.an13_sa_modal {
    position: relative;
    width: 100%;
    height:556px;
    max-width: 380px;
    border-radius: 16px;
    padding: 50px 12px 20px 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: url("../../../../images/pc/activity/real_rewards_bg.png") no-repeat;
    background-size: contain;
}
.an13_sa_close_btn {
    position: absolute;
    top: 20px;
    right: 14px;
    background: none;
    border: none;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    z-index: 10;
}
.an13_sa_header_tag {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 6px 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
.an13_sa_star_icon {
    font-size: 10px;
    color: #f7e3b5;
}
.an13_sa_sub_title {
    margin: 0 0 16px 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 12px;
    color: #555856;
}
.an13_sa_form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.an13_sa_row {
    display: flex;
    gap: 12px;
}
.an13_sa_field {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.an13_sa_label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #1C201E;
}
.an13_sa_label.required::before {
    content: "* ";
    color: #333333;
    font-weight: bold;
}
.an13_sa_input {
    width: 100%;
    padding: 0 12px;
    font-size: 13px;
    color: #333333;
    outline: none;
    transition: border-color 0.2s ease;
    height: 38px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
}
.an13_sa_input:disabled{
    background: #F2F1F0;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
}
.an13_sa_input:focus {
    border-color: #c8963e;
}
.an13_sa_input.error {
    border: 1px solid #ff4d4f !important;
    background-color: #fff2f0;
}
.an13_sa_action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.an13_sa_submit_btn {
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    box-shadow: 0 4px 10px rgba(212, 159, 55, 0.3);
    transition: opacity 0.2s ease;
    width: 188px;
    height: 40px;
    background: linear-gradient(157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 20px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 1), rgba(200, 133, 46, 0));
}
.an13_sa_submit_btn:hover {
    opacity: 0.9;
}
.an13_sa_footer_note {
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #555856;
}
.an13_sa_ok_btn {
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    box-shadow: 0 4px 10px rgba(212, 159, 55, 0.3);
    transition: opacity 0.2s ease;
    width: 188px;
    height: 40px;
    background: linear-gradient(157deg, #EDD08D 0%, #E0B567 100%);
    border-radius: 20px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(252, 242, 198, 1), rgba(200, 133, 46, 0));
}
.an13_sa_ok {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
/*实体奖励登记弹窗*/


