@charset "utf-8";

body {
    position: relative;
    font-family: "Noto Sans TC","Microsoft YaHei",Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
@font-face {
    font-family: 'DIN-Regular';
    src: url('../../public/font/DIN-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN-Bold';
    src: url('../../public/font/DIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.flex-box {
    display: flex;
    align-items: center;
    column-gap: .06rem;
}
.icon-copy {
    cursor: pointer;
    transition: all .4s ease;
}
.icon-copy:hover {
    color: #ED7211;
}

.ig-hk-logo {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/logo.png);
}
.nav li {
    position: relative;
    background-color: #000;
}
.nav li > a {
    border: 2px solid #000;
}
.nav li a:not(.google-pay, .app-store) {
    background-color: #000;
}
.drop-down-box {
    right: 0;
    transform: none;
    width: 2.1rem;
}

.footer-logo {
    width: 100%;
    height: .77rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/footer-logo.webp) no-repeat center;
    background-size: contain;
}
footer .icon-email-line {
    margin: 0 .06rem 0 0;
    width: auto;
    height: auto;
    background: none;
}

header {
    background-color: rgba(255, 255, 255, .0);
    transition: all .4s ease;
}
header.scrolled {
    background-color: rgba(255, 255, 255, 1);
}

.banner {
    position: relative;
    height: 11.72rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/banner.webp);
    background-position: center top;
    box-sizing: border-box;
}
.banner .slogan {
    position: absolute;
    top: 2.96rem;
    left: 2.2rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 7.84rem;
    max-width: 100%;
    height: 4.64rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/slogan.webp) no-repeat center;
    background-size: contain;
}
.banner .time {
    position: relative;
    bottom: -.4rem;
    left: -.2rem;
    font-size: .22rem;
    font-weight: 700;
    text-shadow:  0 0 .1rem rgba(255, 255, 255, .5);
}

.wrap-box {
    position: relative;
    margin-top: -2.6rem;
    padding: 2.7rem 0 .68rem;
    width: 100%;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/bg-pc.webp) no-repeat center;
    background-position: center top;
    background-size: cover;
}
.title {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    height: 3.29rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-1 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/title1.webp);
}
.s1-con {
    margin: 0 auto;
    padding: 1.4rem 0 0 5.28rem;
    width: 13.02rem;
    max-width: 100%;
    height: 4.86rem;
    font-size: clamp(14px, .2rem, 20px);
    color: #000;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/con1-bg.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.s1-con p {
    line-height: 1.8;
}
.s1-con p:last-child {
    font-size: clamp(12px, .15rem, 15px);
}
.s1-con strong {
    font-size: clamp(16px, .24rem, 24px);
    font-weight: 700;
    color: #ED7211;
}

.section-2 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/title2.webp);
}
.platform-sle {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.platform-sle.is-tips {
    font-size: .24rem;
    font-weight: 700;
    color: #000;
}
.platform-sle li {
    position: relative;
}
.platform-sle li:not(:last-child) {
    margin: 0 -.36rem;
    padding: 0 1rem;
    min-width: 5.19rem;
    height: .87rem;
    line-height: .9rem;
    text-align: center;
    color: #000;
    font-size: clamp(14px, .26rem, 26px);
    font-weight: 700;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn1.webp) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all .4s ease;
    box-sizing: border-box;
}
.platform-sle:not(.user-info) li:not(:last-child):hover {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, .5));
}
.platform-sle li:last-child {
    display: flex;
    justify-content: center;
    column-gap: .32rem;
    margin-top: .18rem;
    width: 100%;
    color: #3D3D3D;
    font-size: clamp(14px, .18rem, 18px);
}
.record-query span {
    cursor: pointer;
}
.record-query span:hover {
    text-decoration: underline;
}
.platform-sle.user-info li:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .14rem;
}
.drop-arrow::after {
    content: "▼";
    display: block;
    transform: scale(0.7,0.5);
    display: inline-block;
    opacity: 0.9;
}
.platform-sle .drop-down{
    width: 80%;
}
.platform-sle .drop-down-box {
    left: 0;
    z-index: 50;
    padding: .18rem .3rem .22rem .21rem;
    width: 4.56rem;
    height: 2.93rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/sle-bg.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.is-info-list {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.is-info-list .drop-tip {
    line-height: 1;
    font-size: 0.8em;
    margin: 0.5em 0 1em;
}
.platform-sle .drop-down-box p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .06rem;
    padding: 0 .22rem;
    height: .66rem;
    line-height: .66rem;
    border-radius: 8px;
    border: 2px solid #000;
    background: #FFF8EA;
}
.platform-sle .drop-down-box p:last-child {
    margin-bottom: 0;
}
.platform-sle .drop-down-box p:hover {
    background: #FFE8BC;
}
.platform-sle .drop-down-box .icon-close {
    width: .23rem;
    height: .22rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/close-btn.webp) no-repeat center;
    background-size: contain;
}
.platform-sle .drop-down-head {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .16rem;
    line-height: 1.1;
}
.product-list {
    margin-top: .5rem;
}
.product-list ul {
    display: grid;
    grid-template-columns: repeat(4, 3.39rem);
    justify-content: center;
    gap: .5rem .15rem;
}
.product-info {
    position: relative;
    padding: 0 0 .18rem;
    height: 2rem;
    text-align: center;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/prize-bg-min.webp) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.product-list li:nth-child(-n+4) .product-info {
    height: 2.2rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/prize-bg-max.webp);
}
.product-list li:nth-child(-n+4) .product-info .product-img {
    margin-top: -.16rem;
}
.product-list .num {
    position: relative;
    top: -.1rem;
    margin: 0 auto;
    width: 2.36rem;
    height: .54rem;
    line-height: .64rem;
    text-align: center;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/num-bg.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.product-list .num strong {
    font-family: 'DIN-Bold', Arial, sans-serif;
    font-size: .34rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #FFFDE8 0%, #FEF153 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-list .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -.2rem 0 0;
    width: 100%;
    height: 1.36rem;
}
.product-list .product-img img {
    height: 100%;
}
.product-list .product-name {
    position: absolute;
    left: 0;
    padding: 0 .3rem;
    width: 100%;
    bottom: .16rem;
    font-size: clamp(14px, .16rem, 16px);
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.pi-1 {
    height: 2.33rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/p1.webp);
}
.product-list .btn {
    margin: .1rem auto .06rem;
    width: 1.75rem;
    height: .53rem;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-exchange {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-yellow.webp);

}
.btn-full {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-red.webp);
}
.btn-not {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-not.webp);
}
.btn-not-2 {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-not-2.webp);
}
.btn-not-start {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-not-start.webp);
}
.btn-end {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-end.webp);
}
.product-list .btn:not(.btn-full, .btn-not, .btn-not-2, .btn-end, .btn-not-start) {
    cursor: pointer;
    transition: all .4s ease;
}
.product-list .btn:not(.btn-full, .btn-not, .btn-not-2, .btn-end, .btn-not-start):hover {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, .5));
}
.product-list p {
    text-align: center;
    font-size: clamp(12px, .14rem, 14px);
}
.product-list p.gift-con {
    margin-top: .1rem;
    padding: 0 .1rem;
}
.product-list p.gift-con strong {
    font-weight: 700;
}

.section-3 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/title3.webp);
}
.section-3 .tips {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: .18rem;
}
.section-3 .tips strong {
    font-weight: 700;
}
.s3-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s3-slogan {
    position: relative;
    margin: -.8rem 0 -.96rem;
    width: 13.53rem;
    height: 7.53rem;
    max-width: 100%;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/con3-slogan.webp) no-repeat center;
    background-size: contain;
}
.s3-slogan .btn-list {
    position: absolute;
    top: 4.96rem;
    left: 1.68rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .1rem;
}
.get-btn {
    width: 4.26rem;
    height: .87rem;
    text-align: center;
    line-height: .87rem;
    font-size: .24rem;
    font-weight: 700;
    text-indent: 2px;
    letter-spacing: 2px;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/con3-btn.webp) no-repeat center;
    background-size: contain;
    transition: all .4s ease;
}
.get-btn.btn-full {
    filter: brightness(0.9) grayscale(1);
}
.get-btn:not(.btn-full):hover {
    cursor: pointer;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, .5));
}
.btn-mcd-his {
    margin-left: -.1rem;
    text-align: center;
    cursor: pointer;
    font-size: clamp(14px, .2rem, 20px);
}
.btn-mcd-his:hover {
    text-decoration: underline;
}
.s3-illustrate {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: .5rem;
    padding: .2rem .4rem;
    width: 12rem;
    height: 2.8rem;
    max-width: 100%;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/con3-text-bg.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.s3-illustrate::after {
    content: "";
    position: absolute;
    right: -.3rem;
    bottom: -.4rem;
    width: 1.27rem;
    height: 1.27rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/hamburger.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.s3-illustrate h4 {
    display: flex;
    align-items: center;
    column-gap: .08rem;
    margin-bottom: .06rem;
    font-size: .2rem;
    font-weight: 700;
}
.s3-illustrate .icon-h {
    width: .5rem;
    height: .5rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/hamburger.webp) no-repeat center;
    background-size: contain;
}
.s3-illustrate .icon-star {
    width: .35rem;
    height: .46rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/star.webp) no-repeat center;
    background-size: contain;
}
.s3-illustrate p {
    font-size: .18rem;
}
.s3-illustrate p strong {
    font-weight: 700;
}
.s3-illustrate .links-list {
    flex: 1;
}
.s3-illustrate .links-list p {
    margin-bottom: .06rem;
}
.s3-illustrate .tips-list {
    padding: .15rem .2rem;
    width: 4.22rem;
    max-width: 100%;
    min-height: 2.24rem;
    border-radius: .2rem;
    background-color: #FFF9E7;
    box-sizing: border-box;
}
.s3-illustrate .tips-list p {
    line-height: .32rem;
}
.s3-illustrate a:hover {
    text-decoration: underline;
}

.rules-con {
    padding-top: 1.1rem;
    text-align: left;
}
.rules-con ul {
    margin: 0 max(.4rem, calc(50vw - 6rem)) .68rem;
    width: auto;
    max-width: 90%;
    font-size: clamp(14px, .2rem, 20px);
    line-height: 1.8;
    color: #0B383A;
}

footer {
    color: #fff;
}
footer a {
    color: #fff;
}

.close-btn {
    right: -.1rem;
    top: -.26rem;
    width: .57rem;
    height: .55rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/close-btn.webp);
}
.active-pop-main {
    max-width: 100%;
    width: 5.76rem;
    height: 4.15rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-bg2.webp);
}
.active-pop-main .title {
    margin: 0 auto .18rem;
    height: auto;
    width: 100%;
    text-align: center;
    /* font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0); */
    font-size: .32rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: contain; */
}

.record-list li {
    display: flex;
    table-layout: fixed;
    width: 100%;
    font-size: clamp(12px, .14rem, 14px);
    color: #000;
}
.record-list li:not(:last-child) {
    margin-bottom: .1rem;
}
.record-list li.list-title {
    font-size: clamp(14px, .16rem, 16px);
    font-weight: 700;
}
.record-list li div {
    min-width: .7rem;
}
.record-list li div:nth-child(1) {
    width: 1.7rem;
}
.record-list li div:nth-child(2) {
    width: 2.1rem;
}
.record-list li.no-data {
    margin-top: 1rem;
    text-align: center;
    font-size: clamp(16px, .2rem, 20px);
    background: none !important;
}
.record-list li:first-child {
    position: sticky;
    top: 0;
    background-color: #ffecc5 !important;
}
.wap-show-title {
    display: none !important;
}
.record-box {
    position: relative;
    padding: 0 .2rem;
    max-height: 3rem;
    overflow: auto;
    box-sizing: border-box;
}

.pages-list {
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .22rem;
    margin-top: .1rem;
    font-size: clamp(12px, .14rem, 14px);
    color: #000;
}
.pages-list li {
    padding: 0 .04rem;
}
.pages-list li:not(.act, .not) {
    cursor: pointer;
}
.pages-list li:not(.act, .not):hover {
    text-decoration: underline;
}
.pages-list .act {
    color: #ED7211;
}
.pages-list li.disabled {
    background: none !important;
}
.pages-list .icon-arrow-prev {
    position: relative;
    top: .02rem;
    display: block;
    width: .07rem;
    height: .12rem;
    background: url(https://pic.igamebuy.com/activity/events/public/images/arrow-left.svg) no-repeat center;
    background-size: contain;
}
.pages-list .icon-arrow-next {
    position: relative;
    top: .02rem;
    display: block;
    width: .07rem;
    height: .12rem;
    background: url(https://pic.igamebuy.com/activity/events/public/images/arrow-right.svg) no-repeat center;
    background-size: contain;
}

.pop-point-his {
    padding: .24rem .38rem .3rem;
}
.pop-point-his .title {
    /* height: .33rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-title-3.webp); */
    font-size: .24rem;
}
.pop-redeem-his {
    padding: .24rem .28rem .3rem;
    width: auto;
    height: 4.15rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-bg1.webp);
    background-size: 100% 100%;
}
.pop-redeem-his .record-box {
    padding: 0 .1rem;
}
.pop-redeem-his .title {
    /* height: .34rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-title-4.webp); */
    font-size: .24rem;
}
.pop-redeem-his .record-list li {
    padding: .06rem .12rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .6);
}
.pop-redeem-his .record-list li:not(:last-child) {
    margin-bottom: .04rem;
}
.pop-redeem-his .record-list li div:nth-child(3) {
    width: 2.5rem;
}
.pop-redeem-his .record-list li div .is-title {
    display: block;
    padding-right: .14rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.pop-redeem-his .record-list li div p {
    display: flex;
    align-items: center;
    column-gap: .04rem;
    color: #666;
}
.pop-redeem-his .record-list li div p span {
    display: flex;
    align-items: center;
    column-gap: .04rem;
    color: #000;
}
.pop-redeem-his .record-list .icon-copy {
    font-size: .18rem;
    line-height: 1;
}

.pop-register {
    padding: 0 .5rem;
}
.pop-register-hk {
    width: 5.76rem;
    height: 5.05rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-bg3.webp);
}
.pop-register .title {
    margin: -.14rem auto .26rem;
    /* height: .4rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-title-1-new.webp); */
}
.register-form ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .16rem .1rem;
}
.register-form ul .columns {
    grid-column-end: span 2;
}
.register-form .s-input {
    flex: 1;
    padding: .12rem .16rem;
    width: 100%;
    height: auto;
    border: 2px solid #000;
    background: #FFF8EA;
    box-sizing: border-box;
    border-radius: 8px;
    box-sizing: border-box;
}
.register-form .s-input input {
    padding: 0;
    background: none;
    border: none;
}
.register-form .s-input .icon {
    color: #000;
    font-weight: bold;
}
.register-form .flex-x {
    display: flex;
    column-gap: .06rem;
}
.register-form .flex-x .flex-x-fixed, .register-form .flex-x .readonly {
    flex: inherit;
    width: 1.34rem;
}
.register-form .flex-x .flex-x-remaining {
    flex: 1;
}
.register-form .flex-x .s-input-clear {
    display: none;
}
.register-form span {
    display: block;
    margin-bottom: .06rem;
    font-size: clamp(14px, .16rem, 16px);
    font-weight: 700;
    line-height: 1;
}
.pop-register-tw ul {
    grid-template-columns: 1fr;
}
.submit-btn {
    position: relative;
    bottom: -.46rem;
    margin: 0 auto;
    width: 3.63rem;
    height: .6rem;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/submit-btn.webp) no-repeat center;
    background-size: contain;
}

.pop-tips {
    text-align: center;
    font-size: clamp(14px, .16rem, 16px);
}
.pop-tips .title {
    margin: -.14rem auto .48rem;
    /* height: .4rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-title-2.webp); */
}
.tips-img {
    margin: 0 auto;
    width: 1.25rem;
    height: 2.53rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/modify.webp) no-repeat center;
    background-size: contain;
}
.confirm-btn {
    position: relative;
    bottom: -.78rem;
    margin: 0 auto;
    width: 3.63rem;
    height: .6rem;
    font-size: 0;
    line-height: 0;
    color: rgba(255, 255, 255, 0);
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/confirm-btn.webp) no-repeat center;
    background-size: contain;
}

.pop-gift-result {
    padding: 0 .6rem;
    width: auto;
    background-size: 100% 100%;
}
/* .pop-gift-result .title {
    height: .41rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-title-5.webp);
} */
.pop-gift-result .gift-result-num {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .1rem;
}
.pop-gift-result .gift-result-num span {
    display: flex;
    align-items: center;
    column-gap: .04rem;
}
.pop-gift-result .icon-copy {
    font-size: .18rem;
}

.pop-confirm {
    padding: 0 .6rem .5rem .5rem;
    height: auto;
    min-height: 4.15rem;
    text-align: center;
    font-size: clamp(14px, .18rem, 18px);
    background-size: 100% 100%;
}
.pop-confirm .title {
    margin: -.14rem auto .26rem;
    /* height: .4rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-title-6.webp); */
}
.pop-confirm .gift-img {
    margin-bottom: .1rem;
    height: 1.4rem;
}
.pop-confirm .gift-img img {
    height: 100%;
    object-fit: contain;
}
.pop-confirm .gift-title {
    font-size: clamp(16px, .2rem, 20px);
    font-weight: 700;
}
.pop-confirm .gift-confirm-tip {
    margin: .1rem 0;
}
.pop-confirm .pop-btns {
    display: flex;
    justify-content: center;
    column-gap: .06rem;
    margin-top: .2rem;
}
.pop-confirm .pop-btns div {
    width: 1.75rem;
    height: .53rem;
    line-height: 0;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .4s ease;
    cursor: pointer;
}
.pop-confirm .pop-btns div:hover {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, .5));
}
.pop-confirm .btn-exchange {
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-confirm.webp) no-repeat center;
    background-size: contain;
}
.pop-confirm .cancel-btn {
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn-cancel.webp) no-repeat center;
    background-size: contain;
}
.pop-confirm div.btn-login-hk, .pop-confirm div.btn-login-tw {
    display: block;
    margin: 0 .1rem;
    width: 1.75rem;
    height: .53rem;
    text-align: center;
    line-height: .53rem;
    font-size: clamp(13px, .16rem, 16px);
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black, 0 0 3px black, 0 0 3px black;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn2.webp) no-repeat center;
    background-size: contain;
}
.pop-confirm .login-tip {
    margin-top: .2rem;
}

.pop-voucher {
    padding: 0 .8rem .5rem .7rem;
    width: auto;
    height: auto;
    background-size: 100% 100%;
}
.pop-voucher .title {
    margin: -.14rem auto .26rem;
    /* height: .4rem;
    background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-t7.webp); */
}
.pop-voucher .tips-img {
    margin-bottom: .24rem;
    width: 1.27rem;
    height: 1.27rem;
    background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/hamburger.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.pop-voucher p {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .06rem;
    margin-bottom: .06rem;
}
.pop-voucher p strong {
    font-size: .2rem;
    font-weight: 700;
}
.pop-voucher .icon {
    font-size: .2rem;
}
.pop-voucher .icon-link {
    position: relative;
    top: .01rem;
}
.pop-voucher a {
    transition: all .4s ease;
}
.pop-voucher a:hover {
    color: #ED7211;
    text-decoration: underline;
}
.pop-voucher .tips {
    color: #ED7211;
}

.pop-mcd-his {
    padding: .24rem .38rem .3rem;
    width: 6.2rem;
    background-size: 100% 100%;
}
.pop-mcd-his .title {
    font-size: .24rem;
}
.pop-mcd-his .record-list li div:nth-child(2) {
    width: 2.4rem;
}
.pop-mcd-his a {
    transition: all .4s ease;
}
.pop-mcd-his a:hover {
    color: #ED7211;
    text-decoration: underline;
}

@media (min-width: 750px) and (max-width: 1366px) {
    html {
        font-size: calc(100 * 100vw / 1366);
    }

    .banner .slogan {
        top: 3.8rem;
        left: .6rem;
        width: 6.44rem;
        height: 4rem;
    }

    .product-list ul {
        grid-template-columns: repeat(4, 3rem);
    }
    .product-list .product-name {
        font-size: clamp(12px, .16rem, 16px);
    }
    .product-list .num {
        font-size: .3rem;
    }
    .product-info {
        height: 1.77rem;
    }
    .product-list li:nth-child(-n+4) .product-info {
        height: 2.06rem;
    }
    .product-list .product-img {
        height: 1rem;
    }
}

@media (max-width: 900px) {
    body {
        padding: 0;
    }
}

@media (max-width: 450px) {
    html {
        font-size: calc(100 * 100vw / 375);
    }

    body {
        font-size: .13rem;
    }

    .chat-icon .icon {
        font-size: .18rem !important;
    }

    header {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: .1rem .16rem;
    }
    .ig-site-logo {
        margin-top: .03rem;
        width: .9rem !important;
        height: .24rem !important;
    }
    .nav {
        flex: 1;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .nav li {
        font-size: .12rem;
    }
    .nav li:first-child {
        margin: 0;
    }
    .nav li a {
        width: .94rem;
        height: .25rem;
        line-height: .25rem;
        font-size: .12rem;
    }
    .nav li a.top-up::before {
        margin-top: 0;
        width: .1rem;
        height: .1rem;
    }
    .nav li a {
        width: 1rem;
        height: .28rem;
    }
    .nav li.user-box {
        order: -1;
        margin: .05rem 0 .08rem;
        width: 100%;
        background: none;
        color: #000;
    }
    .nav li .user-info span:not(:last-child)::after {
        background-color: #666;
    }
    .nav li.user-box .user-info {
        justify-content: flex-end;
        padding: 0;
        width: auto;
        min-width: inherit;
        height: auto;
        line-height: 1.5;
    }
    .drop-down-box {
        width: 1.5rem;
    }
    .top-up-list a {
        padding: 0 0.16rem;
        height: 0.32rem !important;
        line-height: .32rem !important;
    }

    .banner {
        justify-content: flex-start;
        height: 6.67rem;
        max-height: 6.67rem;
        background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/banner-m.webp);
        background-position: center -2px;
    }
    .banner .slogan {
        left: 0;
        top: auto;
        bottom: 1.2rem;
        height: 2.15rem;
    }
    .banner .time {
        bottom: -.2rem;
        left: 0;
        font-size: .14rem;
        text-shadow: 0 1px 5px #ffff;
    }

    .wrap-box {
        margin-top: -1.3rem;
        padding: 1.1rem 0 .32rem;
        background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/bg-wap.webp);
        overflow: hidden;
    }
    .section-1 {
        position: relative;
        margin-bottom: .5rem;
    }
    .section-1::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -.56rem;
        transform: translateX(-50%);
        z-index: 1;
        width: 1.22rem;
        height: 1.12rem;
        background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/discount.webp) no-repeat center;
        background-size: contain;
    }
    .s1-con {
        position: relative;
        padding: .16rem .16rem .5rem;
        width: 96%;
        height: auto;
        font-size: .12rem;
        text-align: center;
        background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/s1-con-bg-m.webp) no-repeat center;
        background-size: cover;
        border-radius: .24rem;
    }
    .s1-con::after {
        content: '';
        position: absolute;
        left: 50%;
        top: -.4rem;
        transform: translateX(-50%) scale(1.1);
        width: 100%;
        height: .76rem;
        background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/s1-modify-top.webp) no-repeat center;
        background-size: contain;
    }
    .s1-con::before {
        content: '';
        position: absolute;
        bottom: -.62rem;
        left: 50%;
        transform: translateX(-50%) scale(1.1);
        z-index: 1;
        width: 100%;
        height: 2.78rem;
        background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/s1-modify-b.webp) no-repeat center;
        background-size: contain;
    }
    .s1-con * {
        position: relative;
        z-index: 10;
    }
    .s1-con p:last-child {
        font-size: .12rem;
    }
    .s1-con strong {
        font-size: .16rem;
    }
    .title {
        height: 1.4rem;
    }

    .platform-sle li:last-child {
        font-size: .13rem;
    }
    .product-info {
        padding-top: .06rem;
        height: 1.18rem;
    }
    .product-list {
        margin-top: .3rem;
    }
    .product-list li:nth-child(-n+4) .product-info {
        height: 1.26rem;
    }
    .product-list .product-img {
        height: .78rem;
    }
    .product-list li:nth-child(-n+4) .product-info .product-img {
        margin-top: -.14rem;
    }
    .product-list .num {
        width: 1.2rem;
        height: .28rem;
        line-height: .3rem;
    }
    .product-list .num strong {
        font-size: .2rem;
        font-weight: bold;
    }
    .product-list .product-name {
        bottom: .13rem;
        padding: 0 .22rem;
        font-size: .11rem;
        line-height: 1.2;
    }
    .product-list .btn {
        margin: .06rem auto .03rem;
        width: 1.12rem;
        height: .34rem;
    }

    .platform-sle {
        padding: 0 .16rem;
    }
    .platform-sle.is-tips {
        font-size: .16rem;
        text-align: center;
    }
    .platform-sle li:not(:last-child) {
        margin: 0;
        padding: 0 .5rem;
        width: 3.5rem;
        min-width: inherit;
        height: .4rem;
        line-height: .4rem;
        font-size: .13rem;
    }
    .platform-sle li:nth-child(1) {
        margin-bottom: .1rem;
    }
    .platform-sle.user-info li:nth-child(1)::after {
        border-width: .07rem .04rem 0 .04rem;
    }
    .product-list ul {
        grid-template-columns: repeat(2, 48%);
        gap: .2rem .05rem;
    }
    .product-list p {
        font-size: .12rem;
    }
    .product-list p.gift-con {
        text-align: center;
    }

    .section-3 .tips {
        display: flex;
        flex-direction: column;
        padding: 0 .12rem;
        font-size: .12rem;
    }
    .section-3 .tips strong {
        font-size: .14rem;
    }
    .s3-slogan {
        margin: 0;
        height: 2.73rem;
        background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/con3-slogan-m.webp);
    }
    .section-3 .btn-list {
        gap: .04rem;
        top: 1.76rem;
        left: .28rem;
    }
    .get-btn {
        width: 1.98rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .14rem;
    }
    .s3-con {
        overflow: hidden;
        padding-bottom: .6rem;
    }
    .btn-mcd-his {
        margin-left: -.16rem;
        font-size: .14rem;
    }
    .s3-illustrate {
        display: block;
        margin: 0;
        padding: .16rem;
        width: 3.43rem;
        height: auto;
        background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/con3-text-bg-m.webp);
        background-size: cover;
        border-radius: .1rem;
    }
    .s3-illustrate::after {
        right: -.12rem;
        bottom: -.29rem;
        width: .59rem;
        height: .67rem;
        transform: rotate(-15deg);
    }
    .s3-illustrate h4 {
        justify-content: center;
        font-size: .14rem;
    }
    .s3-illustrate p {
        font-size: .12rem;
    }
    .s3-illustrate .icon-h {
        width: .22rem;
        height: .22rem;
    }
    .s3-illustrate .links-list {
        margin-bottom: .1rem;
        width: 100%;
        word-break: break-all;
    }
    .s3-illustrate .tips-list {
        min-height: inherit;
    }
    .s3-illustrate .icon-star {
        width: .16rem;
        height: .21rem;
    }
    .s3-illustrate .links-list p {
        margin-bottom: .02rem;
    }
    .s3-illustrate .tips-list p {
        line-height: .18rem;
    }

    .rules-con {
        padding: .1rem 0 .4rem;
        font-size: .11rem;
        line-height: 1.8;
        box-sizing: border-box;
    }
    .rules-con ul {
        margin: 0 max(.2rem, calc(50vw - 6rem));
        font-size: .12rem;
    }
    .rules-con li:not(:last-child) {
        margin-bottom: .02rem;
    }
    .footer-logo {
        height: .35rem;
    }

    footer {
        padding: .16rem .16rem 0;
        font-size: .1rem;
    }
    .copyright {
        gap: .08rem;
        grid-auto-flow: inherit;
        padding: .08rem 0 .15rem;
        text-align: center;
    }
    footer .email {
        justify-content: center;
    }

    .active-pop-main {
        padding: 0 .3rem .3rem .24rem;
        width: 96%;
        height: auto;
        background-size: 100% 100%;
    }
    .active-pop-main .title {
        font-size: .22rem;
    }
    .close-btn {
        right: 0;
        top: -.1rem;
        width: .32rem;
        height: .3rem;
    }
    .pop-confirm {
        min-height: inherit;
        font-size: .14rem;
    }
    .pop-confirm .title, .pop-register .title, .pop-point-his .title, .pop-redeem-his .title, .pop-gift-result .title, .pop-voucher .title, .pop-mcd-his .title {
        margin: -.1rem auto .26rem;
        /* height: .3rem; */
    }
    .pop-confirm .gift-title {
        font-size: .16rem;
    }
    .pop-confirm .gift-img {
        height: .76rem;
    }
    .pop-confirm .pop-btns {
        column-gap: .16rem;
    }
    .pop-confirm .pop-btns div {
        margin: 0;
        width: 1.18rem;
        height: .36rem;
        line-height: .36rem;
        font-size: .12rem;
    }
    .pop-voucher {
        padding: 0 0 .3rem;
    }
    .pop-voucher .tips-img {
        margin-bottom: .1rem;
        width: 1rem;
        height: 1rem;
    }
    .pop-voucher p strong {
        font-size: .16rem;
    }
    .pop-voucher .icon {
        font-size: .18rem;
    }
    .pop-voucher p {
        font-size: .14rem;
    }
    .pop-voucher .btn {
        display: block;
        margin: .2rem auto 0;
        width: 1.18rem;
        height: .36rem;
        text-align: center;
        line-height: .36rem;
        font-size: .14rem;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 2px black, 0 0 3px black, 0 0 3px black;
        background: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/btn2.webp) no-repeat center;
        background-size: contain;
    }

    .register-form ul {
        gap: .1rem .1rem;
    }
    .register-form .s-input {
        padding: .06rem .08rem;
        border: 1px solid #000;
    }
    .register-form span {
        font-size: .13rem;
    }
    .register-form .flex-x .flex-x-fixed, .register-form .flex-x .readonly {
        width: 1.1rem;
    }
    .register-form .s-input .icon {
        font-size: .13rem;
    }
    .submit-btn {
        bottom: 0;
        margin: .2rem auto 0;
        width: 2.4rem;
        height: .4rem;
    }

    .active-pop-main.pop-point-his, .active-pop-main.pop-redeem-his, .active-pop-main.pop-mcd-his {
        padding: 0 .2rem .3rem .14rem;
        background-image: url(https://pic.igamebuy.com/activity/events/kongfustar/20240708/pop-bg-m.webp);
    }
    .record-box {
        padding: 0 .1rem;
    }
    .record-list li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .06rem;
        font-size: .12rem;
        box-sizing: border-box;
    }
    .record-list li.list-title {
        font-size: .14rem;
    }
    .wap-show-title {
        display: block !important;
    }
    .record-list li.list-title div:not(:last-child) {
        display: none;
    }
    .record-list li.list-title div:last-child {
        text-align: right;
    }
    .record-list li .strong {
        font-weight: 700;
    }
    .record-list li:not(:last-child) {
        margin-bottom: 0;
    }
    .pop-redeem-his .record-list li div:nth-child(3) {
        width: 50%;
    }
    .record-list li div:nth-child(even) {
        text-align: right;
    }
    .record-list .card-num {
        width: 100%;
    }
    .record-list li.list-title .wap-show-title {
        text-align: left;
    }
    .pop-point-his .record-list li:nth-child(odd) {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6e1b6 5% 95%, rgba(255, 255, 255, 0) 100%);
    }
    .pop-point-his .record-list li:first-child {
        background: none;
    }
    .pop-point-his .record-list li div:last-child {
        text-align: right;
    }
    .pop-point-his li div:nth-child(1) {
        width: 100%;
    }
    .pop-point-his .record-list li div:nth-child(2) {
        width: 70%;
        text-align: left;
    }
    .pop-point-his .record-list li div.wap-show-title {
        text-align: left;
    }
    .pop-redeem-his .record-box {
        padding: 0 .06rem;
    }
    .pop-redeem-his .record-list li {
        padding: .06rem .08rem;
        line-height: 1.7;
    }
    .pop-redeem-his .record-list li div:nth-child(1) {
        width: 45%;
        text-align: left;
    }
    .pop-redeem-his .record-list li div:nth-child(2) {
        width: 55%;
        text-align: right;
    }
    .pop-redeem-his .record-list li div p {
        justify-content: space-between;
        color: #000;
    }
    .pop-redeem-his .record-list .icon-copy {
        font-size: .16rem;
    }
    .tips-img {
        height: 1.5rem;
    }
    .pop-gift-result .gift-result-num {
        margin-top: .2rem;
        flex-wrap: wrap;
        font-size: .14rem;
    }
    .pop-gift-result .gift-result-num span {
        justify-content: center;
        width: 100%;
    }
    .confirm-btn {
        bottom: 0;
        margin: .2rem auto 0;
        width: 2.4rem;
        height: .4rem;
    }
    .platform-sle .drop-down-box {
        padding: .12rem !important;
        width: 2rem;
        height: 1.28rem;
    }
    .is-info-list .drop-tip {
        margin: 0 0 .08rem;
        font-size: .12rem;
    }
    .platform-sle .drop-down-box p {
        padding: 0 .1rem;
        height: .3rem;
        line-height: .3rem;
        font-size: .12rem;
        border: 1px solid #000;
    }

    .pop-mcd-his .record-list li:first-child {
        position: relative;
        top: auto;
    }
    .pop-mcd-his li div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
    }
    .pop-mcd-his li div::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    .pop-mcd-his li:nth-child(odd) {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6e1b6 5% 95%, rgba(255, 255, 255, 0) 100%);
    }
}