@charset "UTF-8";

html {
    font-size: 8px;
    -webkit-text-size-adjust: none;
    color: #3c3535;
    line-height: 1.25em;
    letter-spacing: .0625em;
    scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
    html,body {
        font-size: 1.3333vw;
    }
}
@media screen and (max-width: 375px) {
    html {
        font-size: 1.33vw;
    }
}
body {
    background: #fff;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", sans-serif;
    background: url(../images/bg.jpg) repeat top center;
/*     background-size: 1920px auto; */
    background-attachment:fixed;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.ta-c{text-align: center;}

.fs25{font-size: 2.5rem;}
.fs30{font-size: 3rem;}
.fs35{font-size: 3.5rem;}
.fs40{font-size: 4rem;}
.fs50{font-size: 5rem;}
.fs65{font-size: 6.5rem;}


.lh125{line-height: 1.25em;}
.lh13{line-height: 1.3em;}
.lh15{line-height: 1.5em;}

.fw-500{font-weight: 500;}
.fw-bold{font-weight: bold;}
.fw-black{font-weight: 900;}


.mb56{margin-bottom: 5.6rem;}


.wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 75rem;
    min-height: 100vh;
    margin: 0 auto;
}
.wrap .rule {
    background: url(../images/wrap.jpg) no-repeat top center;
    background-size: 100% auto;
}
.wrap.login-wrap {
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size:cover;
}
.wrap.record-wrap {
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size:cover;
}
.wrap.award-wrap {
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size:cover;
}
.wrap.download-wrap {
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size:cover;
}
.wrap.qa-wrap {
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size:cover;
}
.wrap.method-wrap {
    background: url(../images/method-bg.jpg) no-repeat top center;
    background-size:cover;
}

header a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

header {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    z-index: 99;
    height: 11rem;
    /*background: #fff;*/
    max-width: 75rem;
}

header .nav-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* nav .nav-list {
    position: relative;
    display: block;
} */

nav {
    position: fixed;
    width: 63.5rem;
    z-index: 98;
    height: 100vh;
    max-width: 75rem;
    overflow: hidden;
    pointer-events: none;
    border-bottom-right-radius: 70px;
    border-top-right-radius: 70px;
}
nav .nav-con{
    position: relative;
    width: 100%;
    transform: translateX(-120%);
        -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    height: 100%;
    background: #f97fb5;
}
nav .nav-list {
    margin-right: 12rem;
}

/* nav .nav-list>li {
    position: relative;
    width: 33.4rem;
    height: 5.1rem;
    background: url(../images/nav_list.png);
    background-size: 100% auto;
    text-indent: -9999px;
    display: block;
    margin: 3.5rem 0;
} */
/* nav .nav-list>li:nth-child(1){background-position-y:0rem }
nav .nav-list>li:nth-child(2){background-position-y:-10.5rem }
nav .nav-list>li:nth-child(3){background-position-y:-21rem }
nav .nav-list>li:nth-child(4){background-position-y:-31.7rem }
nav .nav-list>li:nth-child(5){background-position-y:-42.1rem }
nav .nav-list>li:nth-child(6){background-position-y:-52.7rem } */

/* @media screen and (max-height: 870px) {
    nav .nav-list>li:nth-child(1){background-position-y:0rem }
    nav .nav-list>li:nth-child(2){background-position-y:-10.5rem }
    nav .nav-list>li:nth-child(3){background-position-y:-21rem }
    nav .nav-list>li:nth-child(4){background-position-y:-31.7rem }
    nav .nav-list>li:nth-child(5){background-position-y:-42.1rem }
    nav .nav-list>li:nth-child(6){background-position-y:-52.7rem }
} */

.nav-icon {
    position: absolute;
    bottom: 0;
}
@media screen and (min-width: 769px) and (max-height: 680px) {
    .nav-icon {
        display: none;
    }
}

header .burger-btn {
    display: none;
}

header,.header-h {
    height: 11rem;
}

header .nav-container {
    position: absolute;
    display: block;
    height: 100%;
}

header .nav-container .logo {
    position: absolute;
    top: 1.8rem;
}
header .nav-txt{
    position: absolute;
    top: 1.8rem;
    height: 5.8rem;
    left: 20.4rem;
    border-left: 2px solid #999;
    padding-left: 2.5rem;

}
header .nav-txt p{
    color: #2dc393;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 5.8rem;
}
header .nav-txt span{
    color: #616161;
}
.close-btn{
    width:4.5rem ;
    position: absolute;
    left: 3.2rem;
    top: 3.5rem;
    z-index: 2;
    cursor: pointer;
}
header .burger-btn {
    position: absolute;
    display: block;
    width: 11rem;
    height: 11rem;
    top: 0rem;
    left: 0rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: calc( (11rem - 4.5rem) / 2);
    padding-top: calc((16rem - 4.5rem) / 2);
    margin-top: calc((16.9rem - 4.5rem) / 2);
    margin-left: calc((7rem - 4.5rem) / 2);
}
header .burger-btn.is-scrolled {
    margin-top: 0;
}
header .burger-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 11rem;
    height: 11rem;
    background: url("../images/burger-bg.png") no-repeat center / contain;
    /* padding-left: calc( (11rem - 4.5rem) / 2); */
    
    /* 讓透明度的變化有 0.3 秒的漸變效果 */
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: -1; 
}
header .is-light.burger-btn::before {
    background: url("../images/burger-light-bg.png") no-repeat center / contain;
}
nav .nav-list {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 100%;
    height: 100vh;
    
    margin: 0;
    /*padding: 0 7rem;*/
    padding-top: 100px;
    padding-left: 7rem;
    padding-bottom: 296px;
}
@media screen and (min-width: 769px) and (max-height: 680px) {
    nav .nav-list {
        padding-bottom: 100px;
    }
}
nav.expand{
    pointer-events: initial;
}
nav.expand .nav-con{
    transform: translateX(0);
}

/* nav .nav-list>li {
    position: relative;
    width: 33.4rem;
    height: 5.1rem;
    background: url(../images/nav_list.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 1.5rem 0;

} */

/* nav .nav-list>li::before{
    content: "";
    width: 8.125rem;
    height: 6.375rem;
    background: url('../images/icon-coin.png');
    background-size: cover;
    position: absolute;
    left: -5.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */
 nav .nav-list > li {
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    
    line-height: 1.4; 
    letter-spacing: 2px;
    
    width: 70%;
    border-bottom: 3px dashed rgba(255, 255, 255, 0.3);
    
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    
    margin: 0;
    cursor: pointer;
    font-family: 'Quicksand', "Microsoft JhengHei", "微軟正黑體", sans-serif;
    transition: color 0.3s ease;
 }
  nav .nav-list > li:hover,
  nav .nav-list > li.is-current {
    color: #ffebca;
  }
 nav .nav-list li a {
    display: flex;
    align-items: center;
 }
nav .nav-list li a::before {
    content: "";     
    display: inline-block;
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 3rem;
    background-image: url('../images/nav-a-icon.png'); 
    background-size: contain;               
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 769px) and (max-height: 740px) {
    nav .nav-list > li {
        font-size: 2.5rem;
        line-height: 1;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    nav .nav-list li a::before {
        width: 4rem;
        height: 4rem;
    }
}

header .burger-btn span {
    position: absolute;
    display: block;
    width: 4.5rem;
    height: .6rem;
    border-radius: .3rem;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

header .burger-btn span:nth-child(1) {
    -webkit-transform: scale(1, 1) translate(0, 0.6rem) rotate(0deg);
    transform: scale(1, 1) translate(0, 0.6rem) rotate(0deg);
}

header .burger-btn span:nth-child(2) {
    -webkit-transform: scale(1, 1) translate(0, 1.8rem) rotate(0deg);
    transform: scale(1, 1) translate(0, 1.8rem) rotate(0deg);
}

header .burger-btn span:nth-child(3) {
    -webkit-transform: scale(1, 1) translate(0, 3rem) rotate(0deg);
    transform: scale(1, 1) translate(0, 3rem) rotate(0deg);
}

header.expand .burger-btn span:nth-child(1) {
    -webkit-transform: scale(1, 1) translate(0, 1.8rem) rotate(45deg);
    transform: scale(1, 1) translate(0, 1.8rem) rotate(45deg);
}

header.expand .burger-btn span:nth-child(2) {
    -webkit-transform: scale(0, 1) translate(0, 1.8rem) rotate(0deg);
    transform: scale(0, 1) translate(0, 1.8rem) rotate(0deg);
}

header.expand .burger-btn span:nth-child(3) {
    -webkit-transform: scale(1, 1) translate(0, 1.8rem) rotate(-45deg);
    transform: scale(1, 1) translate(0, 1.8rem) rotate(-45deg);
}
header.expand .burger-btn::before {
    opacity: 0;
}

nav .social-list {
    position: relative;
    right: auto;
}

nav .social-list li{

    position: relative;
    display: inline-block;
    width: 8rem;
    margin: 0 0.5rem;
}


.nav-ing1{width: 36.3rem;height: 45.7rem;background:url(../images/nav_ing1.png) center center no-repeat;background-size: cover;position: absolute;top: 20rem;right: -11rem;z-index: 2;}
.nav-ing2{width: 36.3rem;height: 30.7rem;background:url(../images/nav_ing2.png) center center no-repeat;background-size: cover;position: absolute;top: 55rem;right: -8rem;z-index: 3;}
.nav-ing3{width: 26.5rem;height: 32.5rem;background:url(../images/nav_ing3.png) center center no-repeat;background-size: cover;position: absolute;top: 79rem;right: -9rem;z-index: 2;}

.index-wrap header .burger-btn {
    margin-left: calc( (11rem - 4.5rem) / 2);
    margin-top: 0;
}
.header-icon {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

section{position: relative;}
.kv{
    padding-top: 39.8rem;
    z-index: 1;
    min-height: 141.6rem;
}
.logo{
    width: 50rem;
    position: absolute;
    left: 56%;
    transform: translateX(-50%);
    top: 3.5rem;
    z-index: 1;
}

.kv-ing1{
    position: absolute;
    width: 68.8rem;
    top: 40.5rem;
    left: 2.8rem;
}

.kv-ing2{
    position: absolute;
    width: 75rem;
    top: 31rem;
    left: 0rem;
    z-index: 2;
}
.kv-frame{
    position: relative;
    width: 73.4rem;
/*     top: 39.8rem; */
    left: 0rem;
}
.firework{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.kv-icon {
    position: absolute;
    width: 13.5rem;
    right: 7rem;
    top: 36.5rem;
}
.kv-icon2 {
    position: absolute;
    width: 10rem;
    top: 74rem;
    left: 9rem;
}
.kv-icon3 {
    position: absolute;
    width: 12rem;
    bottom: 38rem;
    left: 36rem;
}
.kv-icon4 {
    position: absolute;
    width: 5.5rem;
    top: 39rem;
    right: 1.5rem;
}
.kv-icon5 {
    position: absolute;
    width: 7rem;
    top: 50rem;
    left: 6.5rem;
}
.kv-icon6 {
    position: absolute;
    width: 14rem;
    top: 38rem;
    right: 9.5rem;
    height: 8rem;
    z-index: 0;
}
.kv-icon6 > div {
    width: 100%;
    height: 100%;
    position: relative;
}
.kv-icon6 img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 56px;
}

/*閃光瓶身*/
/* .kv-icon7 {
    position: absolute;
    width: 9.5rem;
    top: 40.6rem;
    right: 32.2rem;
    overflow: hidden;
    mask: url(../images/kv-icon6.png) no-repeat center center;
    mask-size: cover;
} */

.kv-icon7 {
    position: absolute;
    width: 58rem;
    top: 49.2rem;
    right: 10rem;
}
.kv-icon7 img {
    transform: translateZ(0);      /* 開啟 3D 硬體加速，防止邊緣模糊抖動 */
    backface-visibility: hidden;   /* 隱藏背面，穩定渲染 */
}
.kv-icon8 {
    position: absolute;
    width: 12.5rem;
    top: 78.6rem;
    right: 59.2rem;
}
.kv-icon9 {
    position: absolute;
    width: 12.5rem;
    top: 60rem;
    left: 60rem;
}
/* svg */
.cls-2 { fill: #f97fb5; }
.cls-3 { fill: #ffe1f6; }
.cls-2, .cls-3 {
    stroke: #241614;
    stroke-linejoin: round;
    stroke-width: 1.89px;
}
.cls-4 { opacity: .86; }

/* ⚠️ 獨立的底色設定：用 Class 區分確保顏色不打架 */
.gift-1 .cls-1 { fill: #fff; }       /* 第一個是純白色 */
.gift-2 .cls-1 { fill: #ffd7ec; }    /* 第二個是粉白色 */

.anim-group {
    opacity: 0; 
}
/* svg */

.kv-title{
    position: absolute;
    width: 67rem;
    top: 11.5rem;
    left: 4rem;
}
/* .sticks1{position: absolute;width: 40.7rem;top: 0;left: -20rem;}
.sticks2{position: absolute;width: 37.8rem;top: 0;right: -15.6rem;} */

.kv-txt{
    position: absolute;
    top: 65rem;
    width: 100%;
    text-align: center;
}

.kv-txt p{
    color: #000;
    font-size: 4.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .35em;z-index: 1;
    position: relative;
}
.kv-txt span{
    font-size: 6.3rem;
    letter-spacing: 0;

}

.kv-txt p img{width: 34.4rem;z-index: 0;position: relative;}

.kv-arard{
    position: absolute;
    width: 68.4rem;
    top: 77rem;
    left: 3.5rem;
    z-index: 2;
}

.kv-pros{display: flex;justify-content: center;align-items: center;width: 100%;position: absolute;top: 99rem;left: 0;z-index: 3;}

.kv-pros img{width: 12.8rem;margin:0 .75rem;box-shadow: 0 .5rem .5rem rgb(0 0 0 / .3);}

.kv-btn{
    position: absolute;
    width: 56.1rem;
    bottom: 10rem;
    left: 10rem;
    cursor: pointer;
}
.award-btn {
    position: absolute;
    width: 43rem;
    bottom: 12rem;
    left: 15rem;
    cursor: pointer;
}
/* rule */

.rule{
    margin-top: -7rem;
    z-index: 1;
}

.rule .title{
    position: relative;
    width: 50rem;
    margin: 0 auto;
    z-index: 1;
}

.rule-step2{
    position: relative;
    width: 59rem;
    margin: 0 auto;
    margin-top: -5.5rem;
    z-index: 1;
}
.rule-step3{
    position: relative;
    width: 59rem;
    margin: 0 auto;
    margin-top: -3.5rem;
    z-index: 1;
}
.rule-step4{
    position: relative;
    width: 59rem;
    margin: 0 auto;
    margin-top: -3rem;
    z-index: 1;
}
.rule-step5{
    position: relative;
    width: 59rem;
    margin: 0 auto;
    margin-top: -1.8rem;
    z-index: 1;
}
.rule-step6{
    position: relative;
    width: 59rem;
    margin: 0 auto;
    margin-top: 2rem;
    z-index: 1;
}
.rule-step7{
    position: relative;
    width: 59rem;
    margin: 0 auto;
    margin-top: 2rem;
    z-index: 1;
}
.list1-icon{
    position: relative;
    width: 20rem;
    margin-top: -10.5rem;
    margin-bottom: 2rem;
    margin-left: 33rem;
}
.product-list-title{
    position: relative;
    width: 44.1rem;
    margin:0 auto;
    margin-top: 26rem;
}
.product-list-sub{
    position: relative;
    width: 60rem;
    margin:0 auto;
    margin-top: 3rem;
}
.product-list-sub-2{
    position: relative;
    width: 44.1rem;
    margin:0 auto;
}
.product-list-title3 {
    position: relative;
    width: 52.1rem;
    margin:0 auto;
    margin-top: 2rem;
}
.list3-icon2 {
    position: absolute;
    width: 14rem;
    margin-top: -120.5rem;
    margin-left: 6rem;
}
.list3-icon3 {
    position: absolute;
    width: 14rem;
    margin-top: -120.5rem;
    margin-left: 53rem;
}
.list3-icon4 {
    position: absolute;
    width: 28rem;
    margin-top: -22.5rem;
    margin-left: -6rem;
}
.list3-icon5 {
    position: absolute;
    width: 32rem;
    margin-top: -18.5rem;
    margin-left: 51rem;
}

/* product-list */
.product-list {
    width: calc((32.7rem + 2rem) * 2);
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.product-list > div {
    /* width: 32.7rem; */
    width: 34rem;
    /* margin: .7rem 1rem; */
}
.list1 > div {
    position: relative;
}
.list1 > div button > span {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 64%;
    bottom: 12.5%;
    left: 22%;
    font-family: "Yuanti TC", "STYuanti", "PingFang TC", "Microsoft JhengHei", sans-serif;
    color: #f97fb5;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}
.list1 > div button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;

    display: inline-block;
    
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(1);
    
    backface-visibility: hidden;
    will-change: transform;
}
.list1 > div:hover button {
    transform: scale(1.05);
}
.list1 > div button img {
    transition: opacity 0.3s ease;
}
.list1 > div button img:nth-child(1) {
    opacity: 1;
}

.list1 > div button img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.list1 > div:hover button img:nth-child(1) {
    opacity: 0; 
}

.list1 > div:hover button img:nth-child(2) {
    opacity: 1; 
}
.list1 > div button.is-active img:nth-child(1) {
    opacity: 0;
}

.list1 > div button.is-active img:nth-child(2) {
    opacity: 1;
}
.list3 {
    padding-bottom: 5rem;
    margin-top: 3rem;
}
/* product-list */

/* star */

.star-icon {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.star-icon-style {
    width: 2.5rem;
    margin-top: -127rem;
    margin-left: 5rem;
}
.star-icon-style-2 {
    width: 2rem;
    margin-top: -130rem;
    margin-left: 8rem;
}
.star-icon-style-3 {
    width: 3rem;
    margin-top: -2rem;
    margin-left: 64rem;
}
.star-icon-style-4 {
    width: 2rem;
    margin-top: -4rem;
    margin-left: 67rem;
}
.star-icon-style-5 {
    width: 3rem;
    margin-top: -9rem;
    margin-left: 6rem;
}
.star-icon-style-6 {
    width: 3rem;
    margin-top: -11rem;
    margin-left: 62rem;
}
.star-icon-style-7 {
    width: 2rem;
    margin-top: -7rem;
    margin-left: 67rem;
}
.star-icon-style-8 {
    width: 1.8rem;
    margin-top: 29rem;
    margin-left: 1.5rem;
}
.star-icon-style-9 {
    width: 3rem;
    margin-top: 34rem;
    margin-left: 2rem;
}
.star-icon-style-10 {
    width: 1.8rem;
    margin-top: 2rem;
    margin-left: 70rem;
}
.star-icon-style-11 {
    width: 2.5rem;
    margin-top: 40rem;
    margin-left: 70rem;
}
.star-icon-style-12 {
    width: 2.5rem;
    margin-top: 77rem;
    margin-left: 3rem;
}
.star-icon-style-13 {
    width: 1.8rem;
    margin-top: 80rem;
    margin-left: 6.5rem;
}
.star-icon-style-14 {
    width: 1.8rem;
    margin-top: 78rem;
    margin-left: 70rem;
}
.star-icon-style-15 {
    width: 3rem;
    margin-top: -43rem;
    margin-left: 6rem;
}
.star-icon-style-16 {
    width: 3rem;
    margin-top: -44rem;
    margin-left: 67rem;
}
.star-icon-style-17 {
    width: 1.8rem;
    margin-top: -40rem;
    margin-left: 70rem;
}
.star-icon-style-18 {
    width: 3rem;
    margin-top: -11rem;
    margin-left: 3rem;
}
.star-icon-style-19 {
    width: 1.8rem;
    margin-top: -11rem;
    margin-left: 70rem;
}


/* star */


/* btn svg*/
.btn-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 65px;
    border-radius: 33px;
    border: 4px solid #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    background: #ff80bc;
}

.btn-wrap:hover {
    background: #cca1dd;
}

.btn-wrap:hover .coin {
    transform: translateX(calc(var(--movement) - 65px)) rotateY(540deg);
}

.btn-wrap:hover span {
    transform: translateX(-48px);
}

.btn-wrap span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    font-weight: bold;
    left: 3rem;
}

.coin {
    position: absolute;
    left: -4px;
    z-index: 2;
    transition: all 0.75s ease-in-out;
    width: 65px;
    height: 65px;
    transform-style: preserve-3d;
}

.coin-front,
.coin-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    backface-visibility: hidden;
}

/* 硬幣正面：移除原本的深灰色底，讓新圖形露出 */
.coin-front {
    background: transparent; 
}

/* 置中新圖形並填滿硬幣區塊 */
.coin-front svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.coin-back {
    transform: rotateY(540deg);
}

.coin-back svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #D0C0AD;
}
.coin-1 { fill: #ffa2a4; }
.coin-2 { fill: #ff80bc; }
.coin-3 { fill: #f3519e; }
.coin-4 { fill: #ffe1f6; }
.coin-5 { clip-path: url(#clippath); }


@media screen and (max-width: 450px) {
    .btn-wrap {
        height: 12rem;
    }
    .coin {
        height: 12rem;
        width: 12rem;
    }
    .btn-wrap span {
        left: 5rem;
    }
}

/* btn svg*/

/* .form{
    margin-top: 11rem;
} */
.form .title {
    position: relative;
    width: 55.4rem;
    margin: 0 auto;
    z-index: 1;
    margin-top: 4rem;
}
.form .form-title-icon {
    width: 14.4rem;
    margin: 0 auto;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
    z-index: 1;
}

.formbox {
    position: relative;
    display: block;
    width: 60.6rem;
    margin: 0 auto;
    margin-top: 3rem;
}
.form-title {
    width: 33.4rem;
    margin: 0 auto;
}
.form-title2 {
    width: 47.4rem;
    margin-bottom: .25em;
    margin-top: 4em;
}
.form-title3 {
    width: 14.4rem;
    margin: 0 auto;
    margin-top: -2.8rem;
}

/* .form-title::before,.form-title::after{
    content: '';
    display: inline-block;
    width: 7.6rem;
    height: 1.6rem;
    background: url('../images/wave.png');
} */
.formbox p{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
    color: #636363;
}
.formbox p.tip{
    font-size: 2rem;
    font-weight: 500;
    margin-top: .5em;
    margin-bottom: 1.5rem;
    text-align: left;
    font-weight: bold;
    padding: 0 2.6rem;
}
.formbox li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1.5rem 0;
}
.formbox input {
    position: relative;
    display: block;
    width: 100%;
    height:10.2rem;
    border: .5rem solid #ff80bc;
    font-size: 4.2rem;
    line-height: 10.2rem;
    color: #000;
    /* text-indent: 2rem; */
    border-radius: 40px;
    letter-spacing: 2px;
    text-align: center;
    padding: 2rem;
}
.formbox input::placeholder {
    color: #cccccc;
    text-align: center;
    font-weight: bold;
}
.formbox input:focus-visible {
    outline: none;
}
input,select{ 
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   border-radius: .5rem;
}
.formbox select {
    position: relative;
    display: block;
    width: 100%;
    height:4.9rem;
    border: 0px;
    font-size: 2.8rem;
    line-height: 4.9rem;
    color: #000;
    text-indent: 2rem;
    background: #fff;
}
.formbox li.form-row{
    display: flex;justify-content: space-between;
    margin-top: 2.5em;
    margin-bottom: 0;
}
.formbox li.form-row .privacy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 2.6rem;
}
.privacy .check-btn {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0rem;
    /* overflow: hidden; */
}
.privacy .check-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}
.privacy .check-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
    background: #fff;
    pointer-events: none;
    border: .5rem solid #ff80bc;
    border-radius: 50%;
}
.privacy .check-btn span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff80bc;
/*     background: url(../images/check_icon.png) no-repeat center center; */
    background-size: contain;
    left: 0;
    top: 0;
    opacity: 0;  
}
.privacy .check-btn input:checked + span::after {
    opacity: 1;
}
.privacy .privacy-text {
    position: relative;
    display: block;
    padding: 0 0 0 1rem;
    font-size: 3rem;
    line-height: 1em;
    color: #636363;
    width: calc(100% - 4rem);
}
.privacy .privacy-text  small{font-size: 1.6rem;line-height: 1em;}
.privacy .privacy-text a {
    text-decoration: underline;
    color: #636363;
}


.send-btn{
    width: 50.1rem;
    position: relative;
    margin: 0 auto;
    margin-top: 4rem;
    cursor: pointer;
    z-index: 1;
}
.prize-btn {
    margin-top: 2rem;
    z-index: 1;
    width: 43rem;
    margin-bottom: 3rem;
}
.prize-btn .btn-wrap {
    background: #fff;
    border: 4px solid #ffd1e8;
}
.prize-btn .btn-wrap span {
    color: #ff80bc;
    left: 2rem;
}
.prize-btn .btn-wrap:hover {
    background: #cca1dd;
}
.prize-btn .btn-wrap:hover span {
    color: #fff;
}
.login-footer-bg {
    position: relative;
    margin: 0 auto;
    margin-top: -6rem;
}

/*qa*/

.qa{
    min-height: calc(100dvh - 7.2rem);
    position: relative;
    z-index: 1;
}

.qa .title{
    width: 46.8rem;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}

.qa .qa-list {
    display: flex;
    flex-direction: column;
    width: 67.7rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.qa > p {
    color: #636363;
    font-size:2.4rem;
    font-weight: bold;
    line-height: 3rem;
    display: flex;    
    align-items: flex-start;  
    justify-content: flex-start; 
    margin: 0 auto;
    width: 67.7rem;
    margin-bottom: 3rem;
}
.qa-box {
    position: relative;
    border-radius: 4rem;
    /* overflow: hidden; */
    margin-bottom: 2rem;
}
.qa-box dt {
    position: relative;
    /* line-height: 8rem; */
    background: #f97fb5;
    padding: 3rem;
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 4rem;
}
.qa-box dd {
    line-height: 5.4rem;
    font-size: 2.4rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -4rem;
    padding: 6rem 2rem 2rem 2rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}
.qa-box dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 1.2rem);
    right: 3.5rem;
    background: url(../images/arrow.png) no-repeat center / contain;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.qa-box dd > div {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 95%;
    padding: 0.5rem 0;
}
.qa-box dt.current::after {
    transform: rotate(180deg);
}
.qa-box dd > div p,
.qa-box dd > div li {
    display: block;
    position: relative;
    color: #636363;
    font-weight: 500;
    line-height: 3.5rem;
    font-size: 2.3rem;
}
.qa-box dd > div p strong {
    color: #f97fb5;
}
.qa-box dt p {
    line-height: 3rem;
    width: 80%;
    margin: 0 auto;
}
.qa-box dt img {
    position: absolute;
    width: 5rem;
    top: calc(50% - 1.6rem);
}



/*method*/
.method{
    /* background: #f89b6f; */
    padding-bottom: 4.2rem;
    position: relative;
    z-index: 1;
}
.method-box{
    margin-bottom: 4.2rem;
}
.method-title{
    width: 46.8rem;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}
.method-title.title0 {
    width: 46.8rem;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}
.method-con{
     padding: 0 4rem 0 4rem;
}
.method-con p,.method-con ul{
/*     padding: 0 4rem 0 4rem; */
}
.method-con p,.method-con li{
    font-size: 2.4rem;
    line-height: 3.8rem;
    color: #636363;
    font-weight: 500;
}
.method-con span{
    color: #f97fb5;
    font-weight: 500;
}
.method-con strong{
    color: #636363;
}
span.spbg{
    color: #000;
    background: url('../images/spbg.png');
    background-size: cover;
}
.method-con li{
    text-indent: -1em;
    margin-left: 1em;
    color: #636363;
    font-weight: 500;
}

.method-con .method-tip{
    text-indent: -.5em;
    margin-left: .5em;
}
.method-con .method-tip.small{font-size: 1.8rem;line-height: 1.5em;margin-top: 1em;}
.method-con ul.method-list1{
    list-style: decimal;
}
.method-con ul.method-list1 li{
    text-indent: 0em;
    margin-left: 1em;
}

.method-con ul.method-list2{
    list-style: disc;
}
.method-con ul.method-list2 li{
   text-indent: 0em;
    margin-left: 1em;
}

.method-line{
    
    width: 63.4rem;
    height: 3.3rem;
    background: url(../images/rule-line.png);
    margin: 0 auto;
    margin-top: 5rem;
    background-size: cover;
}
.table1 {
    margin-top: 2rem;
}
.method-list1 a {
    overflow-wrap: break-word;
    word-break: break-all;
}

/*download*/


.download{
    /* padding-top: 3rem; */
    min-height: calc(100dvh - 7.2rem);
}
.download .title{
    width: 46.8rem;
    margin: 0 auto;
    /* margin-left: 6rem; */
    margin-top: 5rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}
.download-list{
    display: flex;
    flex-direction: column;
    width: 60.7rem;

    margin:0 auto;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
}

.download-list a{
    width: 100%;
    font-size: 3rem;
    line-height: 3rem;
    color: #f97fb5;
    border: .5rem solid #f97fb5;
    padding: 2rem;
    margin-bottom: 3.2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-weight: 500;
    position: relative;
}

.download-list a::after{
    content: "";
    background: url(../images/download-icon.png);
    width: 3.8rem;
    height: 3.8rem;
    background-size: cover;
    position: absolute;
    display: inline-block;
    right: 2rem;
}

.download-tip{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/* lotter */

.special-pop{
    width: 100%;
    height: 100%;
    /* background: rgb(235 97 59 / .95); */
    background: rgb(254 245 222 / .95);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}
.lottery-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 75rem;
    min-height: 100vh;
    padding-bottom: 10rem;
    margin: 0 auto;
    background: rgba(255, 166, 206, 0.9);
}
.lottery-pop .lotter-title img {
    display: none;
}
.lotter-pop-con,.thanks-pop-con,.special-pop-con{
    position: relative;
    /* width: 67.5rem;
    height: 92.2rem; */
    width: 75.5rem;
    height: 99.2rem;
    background: url('../images/lotter-bg.png');
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.8)); */

}
.lottery-pop footer {
    position: absolute;
    bottom: 0;
    background: transparent;
}
.thanks-pop-con{
    background-image: url('../images/thank_bg.png');
    width: 99.6rem;
    height: 87.1rem;
    /* width: 79.6rem;
    height: 80.1rem; */
}
.special-pop-con {
    background-image: url('../images/special_bg.png');
    width: 80.6rem;
    height: 98.1rem;
}


.thanks-pop .close-btn,.special-pop .close-btn{
    width:3.1rem ;
    height: 2.8rem;
    background: url('../images/cross2.png');
    background-size: cover;
    position: absolute;
    /* top: 4rem;
    right: 3.5rem;
    left: initial; */
    top: -4.5rem;
    left: 11.5rem;
    right: initial;
}
.thanks-pop .close-btn {
    top: 2rem;
    right: initial;
    left: 19rem;
}
.special-pop .close-btn {
    top: 1.5rem;
}
.thanks-pop-con,.special-pop-con{
    padding-top: 5.3rem;
}
.lotter-title{
    width: 62.3rem;
    margin: 0 auto;
    position: relative;
}

.thanks-title{
    width: 42.7rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 5rem;
}
.login-title {
    width: 48.7rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 4rem;
}
.special-more{
    position: relative;
    margin: 0 auto;
    width: 32.6rem;
    /* background: url(../images/lottery-award-bg.png); */
    /* background-size: cover; */
    /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4)); */
    margin-top: 4rem;
    /* padding-top: 10rem; */
    text-align: center;
    border: 1px solid #ff64c8;
    padding: 1.5rem 0;
    background-color: #fff;
    border-radius: 24px;
    display: block;
    color: #ff64c8;
    font-size: 2.5rem;
    line-height: 1.25em;
    font-weight: bold;
    cursor: pointer;
}
.special-more {
    margin-top: 4rem;
}
.lottery-tips{
    width: 50.7rem;
    margin: 0 auto;
    margin-top: 2rem;
}
.lottery-time {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    padding-top: 2rem;
}
.lottery-bts {
    padding-top: 3rem;
    width: 50rem;
    display: none;
}
.lottery-bts a:not(:last-child) {
    margin-bottom: 3rem;
}
.lottery-bts.enter-data input {
    display: block;
    width: 100%;
    height: 8.2rem;
    border: .5rem solid #ff80bc;
    font-size: 3.8rem;
    line-height: 8.2rem;
    color: #000;
    border-radius: 40px;
    letter-spacing: 2px;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.lottery-bts.enter-data {
    width: 55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.lottery-bts.enter-data a {
    width: 85%;
}
.thanks-pop .lottery-time {
    font-size: 2rem;
}
.lotter-icon1{width: 6.5rem;}
.lotter-icon2{width: 6.5rem;transform: scaleX(-1);}
.lottery-time {

}
.special-title {
    width: 42.3rem;
    margin: 0 auto;
    margin-top: 4rem;
}
.special-text {
    width: 28.3rem;
    margin: 0 auto;
    margin-top: 3rem;
}
.special-text2 {
    width: 48.3rem;
    margin: 0 auto;
    margin-top: 2rem;
    padding-left: 3rem;
}
.special-text3 {
    width: 27.3rem;
    margin: 0 auto;
    margin-top: 1rem;
}
.special-pop ul {
    width: 28.3rem;
    margin: 0 auto;
    margin-top: 2rem;
}
.special-pop ul li input {
    display: block;
    width: 100%;
    height: 6.2rem;
    border: 1px solid #ff1eb3;
    font-size: 3rem;
    line-height: 9.2rem;
    color: #000;
    text-indent: 2rem;
    background-color: #f9fafb;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
}
.special-pop ul li input:focus {
    border: 1px solid #ff1eb3;
    outline: none;
}

.message-pop {
    width: 100%;
    height: 100%;
    /* background: rgb(235 97 59 / .95); */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}


.message-pop div {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    background: #979797;
    padding: 2.5rem 2rem;
    border-radius: 10px;
}
.message-pop div p {
    color: #fff;
    font-size: 3rem;
}
.reminder-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 75rem;
    min-height: 100vh;
    margin: 0 auto;
    background: rgba(255, 166, 206, 0.9);
}
.reminder-pop > div {
    display: flex;
    width: 75rem;
    position: relative;
}
.reminder-pop > div > div {
    position: absolute;
    bottom: 11rem;
    width: 44rem;
    left: 14rem;
}
.reminder-pop .btn-wrap span {
    left: 2rem;
}
@media screen and (max-width: 500px) {
    .reminder-pop .btn-wrap {
        height: 9rem;
    }
    .reminder-pop .coin {
        height: 9rem;
        width: 9rem;
    }
    .reminder-pop .btn-wrap span {
        left: 3rem;
    }
}

/*FOOTER*/

footer {
    padding: 1.2em 0 1.2em 0;
    /*height: 7.2rem;*/
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color:#fff;
    background:#f7aacf;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer > div img {
    width: 15%;
    margin-left: 1.5rem;
}




/*winner*/
.winner {
    min-height: calc(100dvh - 7.2rem);
}
.winner-ing{
    width: 46.8rem;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}
.winner .title{
    position: absolute;
    width: 21.4rem;
    top: 13rem;
    right: 12rem;
    z-index: 1;
    width: 21.4rem;
}
.winner-list {
    display: flex;
    flex-direction: column;
    width: 67.7rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.winner-box{
    position: relative;
    border-radius: 4rem;
    /* overflow: hidden; */
    margin-bottom: 2rem;
}
.winner-box dt{
    position: relative;
    line-height: 8rem;
    background: #f97fb5;
    text-align: center;
    padding: 0 3rem;
    font-size: 2.7rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 4rem;
}
.winner-icon-1 img {
    position: absolute;
    width: 13rem;
    left: 1.5rem;
    top: -1rem;
}
.winner-icon-2 img {
    position: absolute;
    width: 11rem;
    left: 1.5rem;
    top: -1rem;
}
/* .winner-box dt.current{
    border-bottom: .3rem solid #ff1eb3;
} */
.winner-box dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    
    width: 2.5rem;
    height: 2.5rem;
    
    top: calc(50% - 1.2rem);
    right: 3.5rem;
    
    background: url('../images/arrow.png') no-repeat center / contain;
    


    /* 5. 原本的過場效果 */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.winner-box dt.current::after {
    transform: rotate(180deg);
}
.winner-box dd{
    line-height: 5.4rem;
    font-size: 2.4rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -4rem;
    padding-top: 4rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}
strong {
    font-weight: 700;
}
.winner-box dd > div{display: flex;position: relative;width: 95%;border-bottom: .2rem solid #c1c1c1;padding: 0.5rem 0;}
.winner-box dd > div:last-child{border-bottom: none;}
.winner-box dd > div p{display: block;position: relative;color: #636363;font-weight: bold;}
.winner-box dd > div p:nth-child(1){width: 23%;padding-left: 1.5em;}
.winner-box dd > div p:nth-child(2){width: 30%;padding-left: 1.5em;}
.winner-box dd > div p:nth-child(3){width: 47%;padding-left: 1.5em;}
.winner-box dd > div p:nth-child(3)::before{content: "中獎序號："}

/*recordlist*/
.record-footer-bg {
    position: relative;
    margin: 0 auto;
}
/* @media screen and (max-width: 750px) {
    .record-footer-bg {
        display: block;
    }
} */
.record-list {
    display: flex;
    flex-direction: column;
    min-height: calc(100dvh - 49.9rem);
}
.record-title {
    position: relative;
    /* width: 54.4rem; */
    width: 40.4rem;
    margin: 0 auto;
    z-index: 1;
    margin-top: 4rem;
}
/* .list-title {
    position: relative;
    display: block;
    width: 69.6rem;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
} */
.search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    margin-top: 3rem;
    width: 69.6rem;
}
.search input {
    width: 80%;
    border: .5rem solid #ff80bc;
    border-radius: 40px;
    letter-spacing: 2px;
    text-align: center;
    padding: 1rem;
    font-size: 3rem;
}
.search input::placeholder {
    color: #cccccc;
    text-align: center;
    font-weight: bold;
}
.search input:focus-visible {
    outline: none;
}
.search button {
    width: 7rem;
    cursor: pointer;
    background: transparent;
    border: none;
}
.data-title {
    display: flex;
    position: relative;
    background: #ff80bc;
    border-radius: 40px;
    padding: 1.8rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    padding-left: 7rem;
    /* margin-right: 10px; */
    /* margin-left: 5px; */
    width: 67.6rem;
}
.data-title img {
    position: absolute;
    width: 7.8rem;
    top: -1rem;
    left: -1rem;
}
.data-title p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
}
.data-title p:nth-child(2),
.data-title p:nth-child(3) {
   flex: 2;
}
.data-title p:nth-child(4) {
    flex: 1.5;
}
.data-wrap {
    position: relative;
    overflow: auto;
    padding-right: 10px;
    padding-left: 5px;
    width: 69.6rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 89.9rem);
    min-height: calc(100vh - 63vh);
}
.data-wrap::-webkit-scrollbar {
    width: 10px;
}
.data-wrap::-webkit-scrollbar-track {
    border-radius: 10px; 
}
.data-wrap::-webkit-scrollbar-thumb {
    background-color: #ff80bc; 
    border-radius: 10px; 
    
    border: 2px solid transparent; 
    background-clip: padding-box;
    border-style: solid;
    border-color: transparent;
    border-width: 20px 2px 15px 2px;
}

.data-wrap > div {
    display: flex;
    border-radius: 15px;
    padding: 2rem 1.8rem;
    border: 2px solid #ff80bc;
    background: #fff;
    position: relative;
    padding-left: 7rem;
    margin-top: 1.5rem;
    flex-shrink: 0;
}
.data-wrap p {
    font-size: 2.2rem;
    color: #ff80bc;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.data-wrap > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 7.8rem;
    top: -1rem;
    left: -1.2rem;
}
.data-wrap > div > div span {
    position: absolute;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}
.data-wrap p:nth-child(2),
.data-wrap p:nth-child(3) {
    flex: 2;
}
.data-wrap p:nth-child(4) {
    flex: 1.5;
}
.data-wrap p:nth-child(3),
.data-wrap p:nth-child(4) {
    border-left: 2px solid #ff80bc;
}
.record-remark {
    width: 50.4rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    margin-top: 1.5rem;
}
/*recordlist*/
