html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    background: url(../images/activity-bgi.jpg) no-repeat;
    width: 100%;
    height: 3167px;
    background-size: 100% 100%;
}

.logo {
    padding-top: 30px;
    display: flex;
    align-items: center;
    padding-left: 260px;
}

.logo-img {
    margin-right: 5px;
}

.logo-title {
    color: #ffffff;
}

.logo-title p {
    font-size: 24px;
}

.logo-title div {
    font-size: 12px;
}

.second-prize {
    background: url(../images/second-prize.png) no-repeat;
    width: 374px;
    height: 489px;
    position: relative;
}

.first-prize {
    background: url(../images/first-prize.png) no-repeat;
    width: 418px;
    height: 549px;
    position: relative;
}

.third-prize {
    background: url(../images/third-prize.png) no-repeat;
    width: 374px;
    height: 489px;
    position: relative;
}

.gift-box>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code {
    border: 4px solid #FFFFFF;
    box-shadow: 0px 0px 4px #FFFFFF;
    width: 230px;
    height: 60px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    letter-spacing: 10px;
    color: #FFFFFF;
}

.gift-box>div>div>p {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    position: absolute;
    bottom: 61px;
}

.gift-box {
    width: 1215px;
    display: flex;
    margin: 620px auto 0;
    justify-content: space-between;
    align-items: flex-end;
}

.productBuyBtn {
    background: url(../images/product-description.png) no-repeat;
    position: relative;
    width: 1247px;
    height: 858px;
    margin: 64px auto 0;
}

.buyBtn {
    background: url(../images/buyBtn.png) no-repeat;
    height: 88px;
    width: 381px;
    position: absolute;
    left: 432px;
    top: 271px;
}

.buyBtn:hover {
    background: url(../images/buyBtn-hover.png) no-repeat;
}

.guide {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 64px;
}

.rule {
    color: #ffffff;
    width: 1215px;
    margin: 0 auto;
}

.rule-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 18px;
}

.rule-cont {
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
}

.Note {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}