* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}
li{list-style-type: none;}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    background: url(../images/bg.jpg) no-repeat top center;
    height: 3782px;
    min-width: 1200px;
}

.con-01 {
    height: 880px;
    width: 100%;
    position: relative;
}

.con-01 .r-a-link {
    position: absolute;
    right: 5%;
    top: 7%;
}

.con-01 .user {
    position: absolute;
    top: 670px;
    left: 50%;
    margin-left: 100px;
    width: 500px;
    color: #fff;
    text-align: center;
}

.con-02 {
    height: 600px;
    width: 100%;
    position: relative;
}
.con-02 .c2-box{
    width: 1200px;
    position: absolute;
    margin-top: 140px;
    left: 50%;
    margin-left: -600px;
}
.con-02 .c2-box .c2-top{
    width: 100%;
    text-align: center;
}
.con-02 .c2-box .c2-top div{
    background: url(../images/con_bg.png) no-repeat;
    display: inline-block;
    width: 215px;
    height: 295px;
    margin: 0 50px;
}
.con-02 .c2-box img {
    padding: 30px 0 20px;
    width: 160px;
}

.con-02 ul {
    width: 1200px;
    position: absolute;
    margin-top: 20px;
    color: #ffffffb7;
    left: 50%;
    margin-left: -600px;
}

.con-02 li {
    font-size: 16px;
    height: 21px;
}

.con-02 .txt {
    font-size: 22px;
    height: 28px;
}
.con-03 {
    height: 1506px;
    width: 100%;
}

.con-03 .title {
    height: 240px;
}

.con-03 .raffle_lucky {
    height: 240px;
}

.con-03 .raffle_lucky div {
    position: absolute;
    margin-top: 43px;
    margin-left: 155px;
    left: 50%;
    width: 424px;
    height: 136px;
    line-height: 136px;
    text-align: center;
}

.con-03 .raffle_lucky div span {
    font-size: 90px;
    color: #fff;
    letter-spacing: 57px;
}
.con-04 {
    height: 611px;
    width: 100%;
    position: relative;
}
.con-04 .c4-box{
    position: absolute;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    margin-top: 170px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;			  
}
.con-04 .c4-box div{
    width: 201px;height: 368px; background: url(../images/img_bg.png) no-repeat center top;
}
.con-04 .c4-box div img{
    margin-top: 60px;
    width: 170px;
}
.con-04 p{
    height: 48px;
    margin: 10px 5px;
    font-size: 14px;
    color: #fff;
}
.con-05 {
    position: relative;
    width: 100%;
}
.con-05 ul{
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    margin-top: 30px;
}
.con-05 li{font-size: 16px;color: #ffffffb7;height: 21px;}
.con-05 .txt{font-size: 22px;height: 28px;}

.wheel-container {
    position: relative;
}

/* 固定指针样式 */
.pointer {
    position: absolute;
    background: url(../images/pointer.png);
    top: 50px;
    left: 50%;
    margin-left: 66px;
    width: 68px;
    height: 140px;
    z-index: 3;
}

.raffle-box {
    width: 758px;
    height: 758px;
    position: absolute;
    left: 50%;
    margin-left: -279px;
    margin-top: 121px;
}

/* 奖励底图样式 */
#base-wheel {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 3s ease-out;
    transform-origin: 50% 50%;
    z-index: 1;

}

/* 过渡图样式 */
#transition-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: none;
}

button {
    position: absolute;
    border: none;
    outline: none;
    width: 239px;
    height: 248px;
    background: url(../images/btn_raffle_on.png) no-repeat;
    z-index: 4;
    left: 50%;
    margin-left: -20px;
    margin-top: 373px;
}

button:hover {
    background: url(../images/btn_raffle_hover.png);
}

button span {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #f7d964;
    top: 74px;
    left: 50%;
    margin-left: 6px;
}