* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff !important;
}

a:hover {
    color: inherit !important;
}

a, a:focus, a:active {
    text-decoration: none;
    outline: none; /* 移除焦点轮廓 */
    cursor: pointer; /* 保持手型指针 */
}

#spring_festival {
    display: none;
    background: url("./image/spring_back.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 580px;
}

#spring_festival .spring_festival_word {
    display: flex;
    width: 942px;
    height: 122px;
    margin: 0 auto 15px;
    background: url("./image/spring_festival_word_back.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 35px;
}

#spring_festival .spring_festival_word .spring_festival_word_txt {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    color: #FE3430;
    padding-top: 20px;
}

#spring_festival .spring_festival_word .spring_festival_word_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 77px;
    background: url("./image/spring_festival_word_back_btn.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 15px;
}

#spring_festival .spring_festival_word .spring_festival_word_btn div {
    font-size: 18px;
    color: #E71000;
    line-height: 23px;
    text-align: center;
}

#spring_festival .spring_festival_scene {
    display: flex;
    width: fit-content;
    margin: 0 auto 50px;
}

#spring_festival .spring_festival_scene .spring_festival_scene_left {
    width: 834px;
    height: 450px;
    padding: 120px 0 0 75px;
    margin-right: 13px;
}

#spring_festival .spring_festival_scene .spring_img_one {
    background: url("./image/spring_img_one_big.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_scene .spring_img_two {
    background: url("./image/spring_img_two_big.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_scene .spring_img_three {
    background: url("./image/spring_img_three_big.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_scene .spring_img_four {
    background: url("./image/spring_img_four_big.png") no-repeat;
    background-size: 100% 100%;
}


#spring_festival .spring_festival_scene .spring_festival_scene_left .spring_festival_scene_title {
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
}


#spring_festival .spring_festival_scene .spring_festival_scene_left .spring_festival_scene_description {
    width: 400px;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 38px;
}


#spring_festival .spring_festival_scene .spring_festival_scene_right .item_spring_festival_scene_right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 232px;
    height: 124px;
    margin-bottom: 11px;
    padding-bottom: 10px;
    cursor: pointer;
}

#spring_festival .spring_festival_scene .spring_festival_scene_right .item_spring_festival_scene_right:last-child{
     margin-bottom: 0;
}

#spring_festival .spring_festival_scene .spring_festival_scene_right .item_spring_festival_scene_right .spring_festival_scene_right_title {
    font-size: 16px;
    color: #FFFFFF;
}

#spring_festival .spring_festival_scene .spring_festival_scene_right .spring_img_one_small {
    background: url("./image/spring_img_one_small.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_scene .spring_festival_scene_right .spring_img_two_small {
    background: url("./image/spring_img_two_small.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_scene .spring_festival_scene_right .spring_img_three_small {
    background: url("./image/spring_img_three_small.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_scene .spring_festival_scene_right .spring_img_four_small {
    background: url("./image/spring_img_four_small.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_img_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img {
    width: 190px;
    height: 218px;
    margin-right: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 42px;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img .item_spring_festival_img_title {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img:last-child {
    margin-right: 0;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img_one {
    background: url("./image/item_spring_festival_img_one.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img_two {
    background: url("./image/item_spring_festival_img_two.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img_three {
    background: url("./image/item_spring_festival_img_three.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img_four {
    background: url("./image/item_spring_festival_img_four.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img_five {
    background: url("./image/item_spring_festival_img_five.png") no-repeat;
    background-size: 100% 100%;
}

#spring_festival .spring_festival_img_list .item_spring_festival_img_six {
    background: url("./image/item_spring_festival_img_six.png") no-repeat;
    background-size: 100% 100%;
}

.spring_festival_bottom_box {
    display: flex;
    justify-content: center;
}

.spring_festival_bottom_box .spring_festival_bottom_left {
    margin-right: 58px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_top {
    width: 756px;
    height: 798px;
    padding: 26px 22px;
    background: url("./image/spring_festival_bottom_left.png") no-repeat;
    background-size: 100% 100%;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_title {
    width: 130px;
    height: 40px;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #D0A263;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 18px;
    color: #00001A;
    margin: 0 auto 28px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_week {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 30px 0;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_week .item_spring_festival_week {
    font-weight: bold;
    font-size: 24px;
    color: #FFF3CB;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_week_text {
    width: 475px;
    font-weight: bold;
    font-size: 20px;
    color: #D4221C;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 109px;
    border-radius: 30px 30px 30px 30px;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0);
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_week_box:hover {
    border: 2px solid #1a1a1a80;
    cursor: pointer;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .normal_date_box:hover {
    border: 2px solid #1a1a1a80;
    cursor: pointer;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival .spring_festival_date_number {
    font-size: 29px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival .spring_festival_date_text {
    font-size: 20px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .grey_date_box {
    font-weight: bold;
    color: rgba(26, 26, 26, .5);
    text-align: center;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .last_month_grey_date_box {
    font-weight: bold;
    color: rgba(26, 26, 26, .5);
    text-align: center;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .last_month_grey_date_box .spring_festival_date_number {
    color: rgba(217, 56, 58, .5);
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_week_box .spring_festival_date_number {
    color: rgba(212, 34, 28, 1);
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_week_box .spring_festival_date_text {
    color: rgba(26, 26, 26, 1);
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_red_week_box {
    background: #FED8BF;
    font-weight: bold;
    color: rgba(212, 34, 28, 1);
    position: relative;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_red_week_box:hover {
    border: 2px solid rgba(212, 34, 28, 1);
    cursor: pointer;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_red_week_box .m_icon {
    position: absolute;
    width: 31px;
    height: 64px;
    background: url("./image/mh_icon.png") no-repeat;
    background-size: 100% 100%;
    top: -24px;
    right: -6px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .spring_m_list {
    display: none;
    width: 185px;
    padding: 10px 20px 10px 45px;
    background: #B50F09;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    bottom: 110px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .spring_m_list_icon {
    position: absolute;
    width: 70px;
    height: 64px;
    background: url("./image/m_icon_dh.png") no-repeat;
    background-size: 100% 100%;
    top: -15px;
    left: -26px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .m_list_spring_list_box .spring_m_list_box_list {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date_list {
    width: 800px;
    margin-top: -17px;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_head {
    display: flex;
    height: 95px;
    align-items: flex-end;
    justify-content: space-between;
    background: url("./image/spring_festival_bottom_left_date_list_head.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 34px 20px 34px;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_head .spring_festival_list_head {
    font-weight: bold;
    font-size: 24px;
    color: #FDF1E3;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_head .spring_festival_list_head_date {
    font-size: 24px;
    color: #FDF1E3;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box {
    max-height: 305px;
    overflow-y: auto;
    background: #fff4ed;
    padding: 20px 34px 10px 34px;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box .no_result_spring_text {
    font-size: 18px;
    line-height: 30px;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box .item_spring_bottom_list {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box .item_spring_bottom_list:last-child {
    margin-bottom: 0;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box .item_spring_bottom_list .item_spring_bottom_list_icon {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background: url("./image/item_spring_bottom_list_icon.png") no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box .item_spring_bottom_list .item_spring_bottom_list_title {
    font-size: 18px;
    color: #1A1A1A;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_box .item_spring_bottom_list .item_spring_bottom_list_title a:hover {
    color: rgba(212, 34, 28, 1);
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-y: auto;
    background: #fff4ed;
    padding: 15px 10px;
    border-radius: 0 0 15px 15px;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_icon_left {
    width: 115px;
    height: 30px;
    background: url("./image/spring_festival_bottom_left_date_list_icon_left.png") no-repeat;
    background-size: 100% 100%;
}

.spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_icon_right {
    width: 115px;
    height: 30px;
    background: url("./image/spring_festival_bottom_left_date_list_icon_right.png") no-repeat;
    background-size: 100% 100%;
}

.spring_festival_bottom_box .spring_festival_bottom_right {
    width: 300px;
    height: fit-content;
    background: url("./image/spring_festival_bottom_right_pc.png") no-repeat #FFFFFF;
    background-size: 340px 620px;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_head {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 10px 0 10px;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_head .spring_festival_bottom_right_head_icon_left {
    width: 56px;
    height: 10px;
    background: url("./image/spring_festival_bottom_right_head_icon_left.png") no-repeat;
    background-size: 100% 100%;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_head .spring_festival_bottom_right_head_text {
    font-weight: bold;
    font-size: 20px;
    color: #D4221C;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_head .spring_festival_bottom_right_head_icon_right {
    width: 56px;
    height: 10px;
    background: url("./image/spring_festival_bottom_right_head_icon_right.png") no-repeat;
    background-size: 100% 100%;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_list {
    padding: 0 20px;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_list .item_spring_festival_bottom_right {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 48px;
    border-bottom: 2px dashed #d0a263;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_list .item_spring_festival_bottom_right a:hover {
    color: rgba(212, 34, 28, 1);
}

.spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_link {
    display: inline-block;
    width: 300px;
    height: 200px;
    background: url("./image/spring_festival_bottom_right_rili.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: bottom;
}


.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .normal_date_box.on {
    border: 2px solid #1a1a1a80 !important;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_red_week_box.on {
    border: 2px solid rgba(212, 34, 28, 1) !important;
}

.spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_week_box.on {
    border: 2px solid #1a1a1a80 !important;
}

@media screen and (max-width: 640px) {
    #spring_festival {
        background-size: contain;
        padding-top: 140px;
        box-sizing: border-box !important;
    }

    #spring_festival .spring_festival_word {
        width: 85%;
        height: 76px;
        padding: 0 20px;

    }

    #spring_festival .spring_festival_word .spring_festival_word_txt {
        font-size: 16px;
    }

    #spring_festival .spring_festival_word .spring_festival_word_btn {
        width: 136px;
        height: 44px;
        margin-top: 13px;
    }

    #spring_festival .spring_festival_word .spring_festival_word_btn div {
        font-size: 14px;
        line-height: 15px;
    }

    #spring_festival .spring_festival_scene {
        flex-direction: column;
    }

    #spring_festival .spring_festival_scene .spring_festival_scene_left {
        width: 100%;
        height: auto;
        padding: 0;
    }

    #spring_festival .spring_festival_scene .spring_festival_scene_left .spring_festival_scene_title {
        font-size: 18px;
        padding: 20px 0 0 20px;
    }

    #spring_festival .spring_festival_scene .spring_festival_scene_left .spring_festival_scene_description {
        width: 70%;
        padding: 0 0 30px 20px;
        font-size: 14px;
        line-height: 26px;
    }

    #spring_festival .spring_festival_scene .spring_festival_scene_right {
        display: flex;
        flex-wrap: wrap;
    }

    #spring_festival .spring_festival_scene .spring_festival_scene_right .item_spring_festival_scene_right {
        width: 50%;
    }

    #spring_festival .spring_festival_img_list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #spring_festival .spring_festival_img_list .item_spring_festival_img {
        width: 50%;
        margin-right: 0;
        padding-bottom: 34px;
    }

    .spring_festival_bottom_box {
        flex-direction: column;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left {
        margin-right: 0;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_top {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 7px 20px 26px 20px;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .grey_date_box .spring_festival_date_number,
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .grey_date_box .spring_festival_date_text{
        color: #b8b3ad;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_title{
        line-height: 40px;
        margin: 0 auto 18px;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_week .item_spring_festival_week {
        font-size: 20px;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_week_text{
        width: 80%;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival:first-child .spring_m_list,
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival:nth-child(2) .spring_m_list{
        left: 0;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival:nth-child(6) .spring_m_list,
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival:nth-child(7) .spring_m_list{
        right: 0;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival .spring_festival_date_number {
        font-size: 22px;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival .spring_festival_date_text {
        font-size: 13px;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .item_date_spring_festival{
        width: 45px;
        height: 62px;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .now_month_red_week_box .m_icon{
        width: 20px;
        height: 45px;
        top: -16px;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date_list{
        width: 100%;
    }
    .spring_festival_bottom_box .spring_festival_bottom_left_date_list .spring_festival_bottom_left_date_list_head{
        height: 63px;
        padding: 0px 34px 7px 34px;
    }
    .spring_festival_bottom_box .spring_festival_bottom_right{
        width: 80%;
        height: auto;
        margin: 0 auto ;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .spring_m_list{
        bottom: 69px;
    }

    .spring_festival_bottom_box .spring_festival_bottom_left .spring_festival_bottom_left_date .item_row_date_spring_festival .on .spring_m_list{
        display: block;
    }
    .spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_list .item_spring_festival_bottom_right{
        line-height: 40px;
    }
    .spring_festival_bottom_box .spring_festival_bottom_right .spring_festival_bottom_right_list{
        height: 300px;
        overflow-y: auto;

    }
}