.activity_banner{
    width: 100%;
}
.activity_banner img{
    width: 100%;
}

.activity_content{
    width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 30px 30px;
}

.activity_content_left{
    width: 500px;
    float: left;

}

.activity_content_left > img{
    width: 100%;
}

.activity_content_left_circle {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 0 0px 10px rgb(1,0,0,.11);
    padding: 20px;
    box-sizing: border-box;
}

    .activity_content_left_circle img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -60px;
        margin-top: -65px;
        cursor: pointer;
        width: 120px;
    }

    .activity_content_right{
        width: 450px;
        height: 600px;
        float: right;
        border: 2px solid rgb(235,58,30);
        border-radius: 10px;
        margin-top: 48px;
    }

    #activity_content_right{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 530px;
    }

    .activity_content_right_header{
        height: 70px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding: 20px 35px;
        box-sizing: border-box;
        background-color: rgb(235,58,30);
    }

    .activity_content_right_list{
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        margin-top: 30px;
    }

    .activity_content_right_list span{
        margin-left: 15px;
        color: rgb(223,0,36);
        width: 160px;
        display: inline-block;
        text-align: left;
    }

    .activity_lottery{
        position: absolute;
        left: 12%;
        top: 60%;
        width: 80%;
        /* margin-left: -40%; */
        z-index: 20;
        color: #ec3f3f;
        font-size: 20px;
        text-align: center;
    }

    #activity_winnerimg{
        width: 140px;
        position: absolute;
        top: -180px;
        right: 135px;
    }

    .layui-layer-page .layui-layer-content{
        overflow: hidden !important;
    }

    .layui-layer{
        box-shadow: none !important;
    }

    .activity_toast-wapper{
        height: 2.6rem;
    }
    
    footer {
        position: relative;
    }

    .copyright{
        bottom: 0;
        position: static;
    }