/*2021开工节浮窗*/
.float_component .after_year_2021 {
    width: 173px;
    height: 237px;
    position: fixed;
    z-index: 3000;
    bottom: 80px;
    left: 0;
    background: url("../image/bg1.png")/*tpa=https://style.sudoyu.com/maihuiipr/float/images/bg1.png*/ no-repeat;
    background-size: cover;
}
.float_component .after_year_2021_close {
    width: 21px;
    height: 21px;
    background: url("../image/close.png")/*tpa=https://style.sudoyu.com/maihuiipr/float/images/close.png*/ no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3002;
}
.after_year_2021_a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3001;
}