/*20201212活动浮窗*/
#act_float_20201212 {
    width: 261px;
    height: 226px;
    background: url("../images/index-bg.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 25px;
    z-index: 999;
}
#act_float_20201212 .close {
    width: 26px;
    height: 26px;
    background: url("../images/index-close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 45px;
    top: 25px;
    z-index: 1000;
    cursor: pointer;
}
#act_float_20201212 a {
    display: block;
    width: 100%;
    height: 100%;
}
#act_float_20201111 {
    width: 182px;
    height: 116px;
    background: url("../images/img_fc.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 60%;
    left: 18px;
    z-index: 999;
}
#act_float_20201111 .close {
    width: 22px;
    height: 22px;
    background: url("../images/img_fch.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    cursor: pointer;
}
#act_float_20211111 {
    width: 182px;
    height: 116px;
    background: url("../images/img_fc_20211111.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 60%;
    left: 25px;
    z-index: 999;
}
#act_float_20211111 .close {
    width: 22px;
    height: 22px;
    background: url("../images/img_fch_20211111.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    cursor: pointer;
}
#act_float_20211111 .content,
#act_float_20211111 .activity-link{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    cursor: pointer;
}
