* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li,
ul {
    list-style-type: none
}

em,
i {
    font-style: normal
}

img {
    display: block
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: font;
    src: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/fonts.ttf)
}

#afooter {
    font-size: 14px;
    background: #111;
    color: #eee;
    text-align: center;
    padding: 20px 0;
}

#afooter a {
    color: #eee;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn1 {
    width: 300px;
    height: 75px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/btn.png) no-repeat;
    font-family: font;
    font-size: 36px;
    position: relative;
    z-index: 10;
}

.btn1 span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #5a2a02, #ac4a00);
    display: block;
}

.btn2 {
    width: 208px;
    height: 61px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/btn.png) no-repeat center / 100% 100%;
    font-family: font;
    font-size: 30px;
    position: relative;
    z-index: 10;
}

.btn2 span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #5a2a02, #ac4a00);
    display: block;
}

.rule {
    width: 72px;
    height: 273px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/rule.png) no-repeat top;
    position: fixed;
    right: 5px;
    top: 50%;
    text-indent: -9999px;
    margin-top: -150px;
}

.header {
    height: 1016px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/header.jpg) no-repeat top;
    position: relative;
}

.header .time {
    height: 44px;
    padding-top: 906px;
    font-size: 28px;
    color: #fff;
}

.header .nav {
    width: 100%;
    font-family: font;
    position: absolute;
    left: 0;
    top: 1097px;
    font-size: 36px;
}

.header .nav a {
    width: 383px;
    height: 88px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/nav.png) no-repeat top;
    margin: 0 14px;
}

.header .nav span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #5a2a02, #ac4a00);
    display: block;
}

.page {
    box-sizing: border-box;
    padding-top: 233px;
    font-size: 24px;
}

.page1 {
    height: 3984px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/page1.jpg) no-repeat top;
}

.page2 {
    height: 3984px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/page2.jpg) no-repeat top;
}

.page3 {
    height: 3584px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/page3.jpg) no-repeat top;
}

.title {
    width: 1240px;
    height: 204px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/title.png) no-repeat top;
    text-indent: -99999px;
    margin: 0 auto;
}

.title-desc {
    height: 30px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
}

.title-desc span {
    color: #ffe13c;
}

.title.tit1 {
    background-position: 0 0;
}

.title.tit2 {
    background-position: 0 -214px;
    margin-top: 100px;
}

.title.tit3 {
    background-position: 0 -428px;
    margin: 100px auto -30px;
}

.title.tit4 {
    background-position: 0 -642px;
    margin: 260px auto -30px;
}

.title.tit5 {
    background-position: 0 -856px;
    margin-bottom: -30px;
}

.title.tit6 {
    background-position: 0 -1070px;
    margin: 255px auto -30px;
}

.title.tit7 {
    background-position: 0 -1284px;
    margin: 0 auto -30px;
}

.title.tit8 {
    background-position: 0 -1498px;
    margin: 170px auto -30px;
}

.title.tit9 {
    background-position: 0 -1712px;
    margin: 200px auto -30px;
}

.product li {
    width: 380px;
    min-height: 309px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/product.png) no-repeat;
    margin: 30px 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    color: #34344e;
}

.product img {
    width: 360px;
    margin: 40px auto 10px;
}

.product-name {
    text-indent: 30px;
}

.product-label {
    height: 24px;
    background-image: linear-gradient(to bottom, #dd992c, #fedb76);
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 15px;
    padding: 0 10px 0 22px;
    color: #472302;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%);
    font-weight: bold;
    line-height: 24px;
}

.product-desc {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding-top: 45px;
}

.product-desc span {
    color: #ffe13c;
}

.product-btn {
    margin: 20px auto 0;
}

.share-tips {
    color: #ffd985;
    padding-top: 20px;
}

.work {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.work-swiper {
    width: 1055px;
    overflow: hidden;
    margin: 30px auto 0;
}

.work-swiper img {
    margin: 0 auto;
}

.swiper-button-prev {
    width: 54px;
    height: 108px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/button-prev.png) no-repeat;
    margin-top: -54px;
}

.swiper-button-next {
    width: 54px;
    height: 108px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/button-next.png) no-repeat;
    margin-top: -54px;
}


.lottery {
    width: 1250px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.lottery li {
    width: 380px;
    min-height: 309px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/product.png) no-repeat;
    margin: 30px 15px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    color: #34344e;
}

.lottery img {
    width: 360px;
    margin: 40px auto 10px;
}

.lottery-oper {
    width: 1185px;
    justify-content: space-between;
    margin: -55px auto 110px;
    color: #fff;
}

.lottery-oper a {
    color: #fff;
    text-decoration: underline;
}

.lottery-oper p {
    transform: translateY(80px);
}

.lottery-oper span {
    color: #ffe13c;
}

.task {
    width: 1200px;
    height: 820px;
    margin: 0 auto;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/task.png) no-repeat;
    flex-direction: column;
}

.task li {
    width: 1134px;
    height: 100px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/task-item.png) no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    flex-direction: column;
    color: #34344e;
    font-size: 24px;
    margin: 5px 0;
}

.task li p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.task li p span {
    color: #cc3507;
}

.task-btn {
    position: absolute;
    top: 20px;
    right: 67px;
}

.author {
    width: 1100px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 0;
}

.author li {
    margin: 15px;
}

.author-head {
    width: 232px;
    height: 233px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/author-head.png) no-repeat;
}

.author-name {
    font-size: 20px;
    height: 40px;
    color: #fff;
}

.author-head img {
    width: 205px;
    height: 205px;
    border-radius: 50%;
}


.join {
    width: 1300px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 25px;
}

.join li {
    width: 380px;
    min-height: 309px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/product.png) no-repeat;
    margin: 90px 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    color: #34344e;
}

.join img {
    width: 360px;
    margin: 40px auto 10px;
}

.join-name {
    text-align: center;
    height: 30px;
    padding: 0 20px;
    line-height: 26px;
}

.join-btn {
    margin: 55px auto 0;
}

.join-type {
    width: 360px;
    height: 44px;
    position: absolute;
    left: 10px;
    top: -58px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/join-type.png) no-repeat;
    font-family: font;
    font-size: 32px;
}

.join-type span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #ffc07c, #fff1b8);
    display: block;
}

.recruit {
    width: 1250px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.recruit li {
    width: 584px;
    height: 363px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/recruit.png) no-repeat;
    margin: 15px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 60px;
    font-family: font;
    color: #34344e;
    text-align: center;
}

.recruit .btn1 {
    margin-top: 20px;
}

.recruit img {
    margin-bottom: 20px;
}

.pop {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.4;
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}

.close {
    width: 37px;
    height: 37px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/close.png) no-repeat;
    position: absolute;
    top: 0;
    right: -50px;
}

.pop1 {
    width: 712px;
    height: 427px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/pop1.png) no-repeat;
}

.pop2 {
    width: 792px;
    height: 866px;
    background: url(//game.gtimg.cn/images/cf/cp/a20260313kscc/pop2.png) no-repeat;
}

.pop-code {
    height: 100%;
    flex-direction: column;
    font-size: 28px;
    font-family: font;
    text-align: center;
    line-height: 38px;
}

.pop-code span {
    color: #ffe13c;
}

.pop-code img {
    width: 230px;
    margin: 10px 0 -10px;
}

.pop-rule {
    width: 690px;
    height: 720px;
    overflow-y: auto;
    font-size: 20px;
    color: #34344e;
    padding: 0 20px;
    margin: 110px auto 0;
}

.pop-rule::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

.pop-rule::-webkit-scrollbar-thumb {
    background: #34344e;
    border-radius: 5px;
}

.pop-rule table {
    margin: 6px auto;
}

.pop-rule th,
.pop-rule td {
    border: 1px solid #34344e;
    text-align: center;
    height: 46px;
}

.pop-rule th {
    color: #fff;
    font-weight: normal;
    background-image: linear-gradient(to bottom, #474d6d, #474d6d);
    font-size: 26px;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}