.anniversary{
    width: 100%;
    padding-bottom: 77px;
    background:#a50826 url("/static/home/images/anniversary_b.jpg") no-repeat center top / 100% auto;
}
.anniversary .tops{
    width: 1300px;
    height: 600px;
    margin:0 auto;
    position: relative;
}
.anniversary .tops .warps{
    width: 320px;
    height: 126px;
    position: absolute;
    right: 48px;
    top: 212px;
}
.anniversary .tops .warps .iops{
    width: 320px;
    height: 126px;
   position: relative;
   overflow: hidden;
}
.anniversary .tops .warps .iops .uls{
    width: 320px;
    height: 126px;
    position: absolute;
    top: 0;
    left: 0;
}
.anniversary .tops .warps .iops .uls .lis{
    width: 100%;
    height: 28px;
    border-radius: 28px;
    border:1px solid #ffe395;
    background: #8a0904;
    color:#fff9e0;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding:0 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.anniversary .tops .warps .iops .uls .lis span:first-child{
    padding-right: 10px;
    flex-shrink: 0;
}
.anniversary .mains{
    width: 1300px;
    margin:0 auto
}
.anniversary .mains .actionsone{
    width: 100%;
    margin-bottom: 45px;
    padding:0 37px;
    box-sizing: border-box;
}
.anniversary .mains .actionsone .titles{
    width: 100%;
    display: flex;
    justify-content: center;
}
.anniversary .mains .actionsone .contents{
    width: 100%;
    height: 334px;
    display: flex;
}
.anniversary .mains .actionsone .contents .les{
    width: 850px;
    background-color: #5818a6;
}
.anniversary .mains .actionsone .contents .les .tps{
    width: 100%;
    height: 75px;
    padding:0 19px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,#5818a6,#ce3d36);
    line-height: 75px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.anniversary .mains .actionsone .contents .les .tps span{
    display: block;
    color:#ffffff;
    font-size: 32px;
    font-weight: 600;
    padding-left: 42px;

}
.anniversary .mains .actionsone .contents .les .btms{
    width: 100%;
    height: 259px;
    padding: 0 19px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("/static/home/images/anniversary_n3.png") no-repeat center / 100% 100%;
}
.anniversary .mains .actionsone .contents .les .btms .lis{
    width: 290px;
    height: 200px;
    background: #fff;
    border-radius: 12px;
    display: flex;
}
.anniversary .mains .actionsone .contents .les .btms .lis .ls{
    width: 78px;
    height: 200px;
    padding:0 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    background: url("/static/home/images/anniversary_n4.png") no-repeat center / 100% 100%;
}
.anniversary .mains .actionsone .contents .les .btms .lis .ls span{
    color:yellow;
    font-size: 24px;
    text-align: center;
}
.anniversary .mains .actionsone .contents .les .btms .lis .rs{
    width: 212px;
    height: 200px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom right,#fff,#fff,#fff,#fedee3);
}
.anniversary .mains .actionsone .contents .les .btms .lis .rs .txts1{
    width: 174px;
    height: 35px;
    background: #fedee3;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    color:#da0b38;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.anniversary .mains .actionsone .contents .les .btms .lis .rs .txts2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.anniversary .mains .actionsone .contents .les .btms .lis .rs .txts2 .sp1{
    color:#da0b38;
    font-size: 78px;
    font-weight: 600;
    line-height: 78px;
}
.anniversary .mains .actionsone .contents .les .btms .lis .rs .txts2 .sp2{
    color:#da0b38;
    font-size: 24px;
    display: block;
    width: 24px;
    padding-left: 5px;
    font-weight: 600;
}
.anniversary .mains .actionsone .contents .les .btms .lis .rs .txts3{
    color:#000000;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.anniversary .mains .actionsone .contents .les .btms .onelis{
    width: 202px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.anniversary .mains .actionsone .contents .les .btms .onelis .imgs{
    width: 202px;
    height: 194px;
    position: relative;
}
.anniversary .mains .actionsone .contents .les .btms .onelis .inimgs1{
    width: 202px;
    height: 194px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
 
    animation:dddss 1.5s ease-in infinite;
}
@keyframes dddss {
    0%{
        transform: scale(0.8);
    }
    50%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.anniversary .mains .actionsone .contents .les .btms .onelis .imgs .inimgs2{
    width: 59px;
    height: 60px;
    position: absolute;
    right:0;
    bottom: 0;
    animation:dddss 1.5s linear infinite;
}
/* .anniversary .mains .actionsone .contents .les .btms .onelis  .txts{
    color:#000000;
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
} */
.anniversary .mains .actionsone .contents .ris {
    width: 385px;
}
.anniversary .mains .actionsone .contents .ris .tps{
    width: 100%;
    height: 75px;
    padding:0 19px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,#5818a6,#ce3d36);
    line-height: 75px;

    border-top-right-radius: 12px;
}
.anniversary .mains .actionsone .contents .ris .btms{
    width: 100%;
    height: 259px;
    background: #fff;
    border-bottom-right-radius: 12px;
    padding:23px 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.anniversary .mains .actionsone .contents .ris .btms .lis{
    color:#666666;
    font-size: 14px;
    height: 31px;
    white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.anniversary .mains .actionsone .contents .ris .btms .lis span{
    color:#cd3b34;
}
.anniversary .mains .actionsone .contents1{
    width: 100%;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.anniversary .mains .actionsone .contents1 .lis{
    width: 606px;
    background: #fddcef;
    border-radius: 12px;
    position: relative;
}
.anniversary .mains .actionsone .contents1 .lis .posis{
    width: 93px;
    height: 106px;
    position: absolute;
    right:25px;
    top:18px;
}
.anniversary .mains .actionsone .contents1 .lis .tps{
    width: 100%;
    height: 75px;
    padding:0 19px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,#5818a6,#ce3d36);
    line-height: 75px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.anniversary .mains .actionsone .contents1 .lis .tps span{
    display: block;
    color:#ffffff;
    font-size: 32px;
    font-weight: 600;
    padding-left: 42px;
}
.anniversary .mains .actionsone .contents1 .lis .warps{
    width: 100%;
    padding:17px 16px;
    box-sizing: border-box;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps{
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding-bottom: 42px;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .imgs{
    width: 100%;
    padding:9px 9px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .imgs1{
    width: 100%;
    display: flex;
    padding:0 9px;
    box-sizing: border-box;
    justify-content: center;

}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .imgs1 img{
    width: 100%;
    height: auto;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .txts{
    padding:0 23px;
    box-sizing: border-box;
    width: 100%;
    color:#222222;
    font-size: 24px;
    padding-bottom: 33px;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:0 18px;
    box-sizing: border-box;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms .les{
    height: 50px;
    display: flex;
    align-items: center;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms .les .sp1{
    color:#fa3448;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms .les .sp2{
    color:#fa3448;
    font-size:50px;
    font-weight: 600;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms .les .sp3{
    color:#999999;
    font-size:14px;
    text-decoration: line-through;
    padding-top: 20px;
    padding-left: 20px;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms .ris a{
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(to right,#fb4c28,#e11d2a);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 24px;
    box-shadow: 0 0 10px 8px #fcd1d8;
    font-weight: 600;
}
.anniversary .mains .actionsone .contents1 .lis .warps .inwarps .btms .ris1 a{
    background: linear-gradient(to right,#28a9fb,#116dfe) !important;
    box-shadow: 0 0 10px 8px #aeccee;
}
.anniversary .actionstwo{
    width: 1356px;
    margin: 0 auto;
    margin-bottom: 45px;
    box-sizing: border-box;
}
.anniversary .actionstwo .titles{
    width: 100%;
    display: flex;
    justify-content: center;
}
.anniversary .actionstwo .uls{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.anniversary .actionstwo .uls .lis{
    width: 326px;
    height: auto;
    background: #fff;
    position: relative;
    border-radius: 12px;
}
.anniversary .actionstwo .uls .lis .posis{
    width: 118px;
    height: 61px;
    position: absolute;
    right:20px;
    top:3px;
}
.anniversary .actionstwo .uls .lis .imgs{
    padding:14px 15px;
    box-sizing: border-box;
}
.anniversary .actionstwo .uls .lis .imgs img{
    width: 100%;
    height: auto;
}
.anniversary .actionstwo .uls .lis .txts{
    width: 100%;
    font-size: 24px;
    box-sizing: border-box;
    padding:0 15px 27px;
}
.anniversary .actionstwo .uls .lis .tits{

    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:0 15px 27px;
}
.anniversary .actionstwo .uls .lis .tits .sp1{
    color:#fa3448;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
}
.anniversary .actionstwo .uls .lis .tits .sp2{
    color:#fa3448;
    font-size:50px;
    font-weight: 600;
}
.anniversary .actionstwo .uls .lis .tits .sp3{
    color:#999999;
    font-size:14px;
    text-decoration: line-through;
    padding-top: 20px;
    padding-left: 20px;
}
.anniversary .actionstwo .uls .lis .btns{
    height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:0 15px 27px;
}
.anniversary .actionstwo .uls .lis .btns a{
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(to right,#fb4c28,#e11d2a);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 24px;
    box-shadow: 0 0 10px 10px #fcd1d8;
    font-weight: 600;

}
.anniversary .actionstwo1 .uls{
    justify-content: center;
}
.anniversary .actionstwo1 .uls .lis{
    margin-right: 18px;
}
.anniversary .actionstwo1 .uls .lis:last-child{
    margin-right: 0;
}
.anniversary .bottoms{
    width: 1200px;
    height:auto;
    padding:25px 67px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
}
.anniversary .bottoms .tits{
    width: 100%;
    color:#000000;
    font-size: 26px;
    padding-bottom: 26px;
}
.anniversary .bottoms .txts{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.anniversary .bottoms .txts:last-child{
    padding-bottom: 0;
}
.anniversary .bottoms .txts .sp1{
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: linear-gradient(to right,#ff3690,#ffe2ef);
    font-size: 16px;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anniversary .bottoms .txts .sp2{
    color:#555555;
    font-size: 18px;
    padding-left: 25px;
}
.anniversary .lesuls{
    width: 110px;
    position: fixed;
    left:90px;
    top:140px;
}
.anniversary .lesuls .lis{
    width: 100%;
    height: 36px;
    background: #fff;
    color:#af1d1c;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    font-weight: 600;
    cursor: pointer;
}
.anniversary .lesuls .lis.hovers{
    background: #fe3171;
    color:#fff;
}
.anniversary .lesuls .lis1{
    width: 100%;
    height: 36px;
    background: #fff;
    color:#af1d1c;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    font-weight: 600;
    cursor: pointer;
}
.anniversary .lesuls .lis1.hovers{
    background: #fe3171;
    color:#fff;
}
