html, body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333333;
}
body{
    background: #FFFFFF;
    color: #1D2E45;
    font-size: 16px;
    font-family: 'PingFangSC-Regular','Microsoft Yahei';
}
p {
    margin: 0;
}
a{
    -webkit-tap-highlight-color:transparent;
}
#app {
    position: absolute;
    transform: translateY(-30px);
    width: 100%;
    overflow: hidden;
    background: #E57D5F;
    height: 3300px;
}
.bg-wrap {
    position: relative;
    width: 100%;
    height: 1103px;
    background-image: url(../img/free-activities/bg-banner.png);
    background-size: 100% 100%;
}
.logo {
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 28px;
}
.content-wrap {
    transform: translateY(-760px);
    padding: 0 12px;
    box-sizing: border-box;
}
.content-item {
    padding: 25px 0 50px 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
}
.img-title {
    padding-left: 15px;
}
.img-title-1 {
    width: 164px;
    height: 59px;
}
.img-title-2 {
    width: 181px;
    height: 47px;
}
.text-title {
    text-align: center;
    margin-bottom: 23px;
    font-size: 12px;
}
.text-title-1 img {
    width: 130px;
    height: 28px;
}
.text-title-2 img {
    width: 130px;
    height: 26px;
}
.text-title p {
    margin-top: 2px;
    font-weight: 300;
    letter-spacing: 1px;
}
.gift-wrap {
    padding: 0 14px;
}
.gift-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px 28px 0 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFAF4;
}
.gift-content img {
    width: 111px;
    height: 132px;
    margin-bottom: 10px;
}
.guide {
    position: relative;
    padding: 0 8px;
    box-sizing: border-box;
}
.guide-title {
    position: relative;
    width: 100%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-image: url('../img/free-activities/title-bg.png');
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.guide-title span:nth-child(2),
.value span:nth-child(2) {
    font-size: 30px;
    color: #CB2B25;
}
.guide-icon {
    position: absolute;
    top: 32px;
    width: 11px;
    height: 47px;
    background-image: url('../img/free-activities/guide-icon.png');
    background-size: 100% 100%;
}
.guide-icon.left {
    left: 32px;
}
.guide-icon.right {
    right: 32px;
}
.guide-desc {
    margin-top: 11px;
    padding-top: 22px;
    width: 100%;
    height: 180px;
    background-image: url('../img/free-activities/content-bg.png');
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: 400;
}
.guide-desc a:first-child {
    display: block;
    width: 60px;
    margin: 0 auto;
    padding-bottom: 6px;
    line-height: 18px;
    font-size: 15px;
    color: #B37948;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #B37948;
    text-decoration: none;
}
.step {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.step-item {
    text-align: center;
}
.step-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 6;
}
.step-arrow {
    width: 50px;
    height: 10px;
    position: absolute;
    top: 10px;
    background-image: url('../img/free-activities/step-arrow.png');
    background-size: 100% 100%;
}
.step-arrow-1 {
    left: 88px;
}
.step-arrow-2 {
    right: 82px;
}
.large-btn {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 47px;
    line-height: 47px;
    background-image: url('../img/free-activities/btn-bg.png');
    background-size: 100% 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF3E6;
    text-decoration: none;
    
}
.value {
    width: 100%;
    padding: 0 10px;
}
.value div {
    width: 100%;
    background: #F5E3D0;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 42px;
}
.condition {
    font-size: 16px;
    color: #A05C23;
    margin-bottom: 30px;
    text-align: center;
}

.about-company {
    padding: 40px 0 2px 0px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
}
.about-company .title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 46px;
}
.about-company .title img:first-child {
    width: 18px;
    height: 33px;
    margin-right: 12px;
}
.about-company .title img:last-child {
    width: 104px;
    height: 27px;
    margin-right: 12px;
}
.desc-wrap {
    padding-left: 38px;
}
.desc-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 33px;
}
.desc-item img {
    width: 47px;
    height: 47px;
    margin-right: 29px;
}
.desc-item > div {
    flex: 1;
}
.desc-item > div > h3 {
    line-height: 19px;
    margin-bottom: 6px;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #575757;
}
.desc-item > div > p {
    font-size: 13px;
    font-weight: 400;
    color: #575757;
}
.tips {
    padding: 0 20px;
    font-size: 12px;
    color: #FFCDBF;
    line-height: 22px;
    margin-top: 37px;
}
.rules {
    position: absolute;
    width: 113px;
    height: 28px;
    line-height: 28px;
    top: 297px;
    right: -26px;
    text-align: left;
    padding-left: 13px;
    background-image: url('../img/free-activities/btn-bg-1.png');
    background-size: 100% 100%;
}

.rules a {
    font-size: 15px;
    font-style: italic;
    color: #FFFEFE;
    text-decoration: none;
}





.activity-rules {
    padding: 80px 15px 80px 14px;
    box-sizing: border-box;
    background: #FFFAF5;
    color: #333333;
}
.activity-rules-title {
    width: 210px;
    height: 42px;
    line-height: 42px;
    background-image: url('../img/free-activities/rules-title.png');
    background-size: 100% 100%;
    margin: 0px auto 42px;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
}
.activity-rules-title.hk {
    background-image: url('../img/free-activities/rules-title-hk.png');
}
.sub-title-icon {
    display: inline-block;
    width: 11px;
    height: 13px;
    background-image: url('../img/free-activities/arrow.png');
    background-size: 100% 100%;
    margin-right: 6px;
}
.sub-title span {
    font-size: 18px;
    font-weight: bold;
}
.activity-rules p {
    line-height: 22px;
    font-size: 12px;
    padding-left: 20px;
}
.activity-rules h3 {
    padding-left: 20px;
}