
.m-activity .item {
                position: relative;}

            .m-activity .item .pic-btn {
                display: none;
                position: relative;
                z-index: 999;}

            .m-activity .item.big .pic-btn {
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.8);
                display: block;}

            .m-activity .item.big .pic-btn .pic01 img {
                width: 100%;
                height: 100%;}

            .m-activity .item.big .pic-btn .pic02 img {
                width: 100%;
                height: 100%;}

            .m-activity .item.big .pic-btn .pic01 {
                position: absolute;
                width: 20%;
                left: 25%;
                top: 50%;
                z-index: 999;}

            .m-activity .item.big .pic-btn .pic02 {
                position: absolute;
                width: 20%;
                right: 25%;
                top: 50%;
                z-index: 999;}
            
            
            
            .m-activity-m .item {
                position: relative;}
            
            .m-activity-m .item .pic-btn {
                display: none;
                position: relative;
                z-index: 999;}
            
            .m-activity-m .item.big .pic-btn {
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.8);
                display: block;}
            
            .m-activity-m .item.big .pic-btn .pic01 img {
                width: 100%;
                height: 100%;}
            
            .m-activity-m .item.big .pic-btn .pic02 img {
                width: 100%;
                height: 100%;}
            
            .m-activity-m .item.big .pic-btn .pic01 {
                position: absolute;
                width: 38%;
                left: 10%;
                top: 42%;
                z-index: 999;}
            
            .m-activity-m .item.big .pic-btn .pic02 {
                position: absolute;
                width: 38%;
                right: 10%;
                top: 42%;
                z-index: 999;}