section-02
{
    width: 100%;
    height: 600px;
    background-color: #00a1e9;
    padding-top: 100px;
}

.section-02 .section-02-img {
    background-size: 100% 100%;
    position: absolute;

}


.section-02 .activity-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1110px;
}
.section-02.active .activity-content.content-active .section-02-img {
    transform: translate(0px);
    transition: transform 1s linear 0.5s;
}
.section-02 .activity-question {
    background: rgba(0, 0, 0, 0) url("http://yun.duiba.com.cn/developer_new/images/homepage/section_02_question.png") no-repeat scroll 0 0;
    height: 378px;
    left: 99px;
    top: 55px;
    transform: translate(76px);
    width: 392px;
}
.section-02 .activity-scratch-card {
    background: rgba(0, 0, 0, 0) url("http://yun.duiba.com.cn/developer_new/images/homepage/section_02_scratch_card.png") no-repeat scroll 0 0;
    height: 483px;
    left: 275px;
    top: 26px;
    width: 453px;
    z-index: 4;
}
.section-02 .activity-tiger {
    background: rgba(0, 0, 0, 0) url("http://yun.duiba.com.cn/developer_new/images/homepage/section_02_tiger.png") no-repeat scroll 0 0;
    height: 325px;
    left: 504px;
    top: 100px;
    transform: translate(-104px);
    width: 372px;
    z-index: 3;
}
.section-02 .activity-circle-turntable {
    background: rgba(0, 0, 0, 0) url("http://yun.duiba.com.cn/developer_new/images/homepage/section_02_circle_turntable.png") no-repeat scroll 0 0;
    height: 283px;
    left: 687px;
    top: 132px;
    transform: translate(-100px);
    width: 321px;
    z-index: 2;
}
.section-02 .activity-rect-turntable {
    background: rgba(0, 0, 0, 0) url("http://yun.duiba.com.cn/developer_new/images/homepage/section_02_rect_turntable.png") no-repeat scroll 0 0;
    height: 243px;
    left: 838px;
    top: 173px;
    transform: translate(-150px);
    width: 276px;
}

.content{
    text-align: center;
}

.content h1{
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-top: 50px;
}

.content p{
    text-align: center;
    margin:20px 0 50px;
}
.topcontent{
    padding-bottom: 50px;
    
}
.topcontent h1,.topcontent p{
    color: white;
}
