@charset "UTF-8";
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

em,
i {
  list-style: none;
  font-style: normal;
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-text-size-adjust: none !important;
  -webkit-text-size-adjust: 100% !important;
}

/* reset end */
html {
  font-size: 50px;
  /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw;
  /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 1024px;
  }
}




/*字体包CDN分离路径*/
@font-face{font-family:'DINNextLTProBoldCondensed';src:url("../fonts/DINNextLTProBoldCondensed.otf");}
@font-face{font-family:'AgencyFBBold';src:url("../fonts/AgencyFBBold.otf");}
@font-face{font-family:'JSKhunwaiRegular';src:url("../fonts/JSKhunwaiRegular.ttf");}


body {
  padding-top: 0;
  font-family: "DINNextLTProBoldCondensed";
}

.lang-en{
  font-family: "DINNextLTProBoldCondensed";
}
.lang-en .secondfont{
  font-family: "AgencyFBBold";
}

.lang-th{
  font-family: "JSKhunwaiRegular";
}
.lang-th .secondfont{
  font-family: "AgencyFBBold";
}

.lang-id{
  font-family: "DINNextLTProBoldCondensed";
}
.lang-id .secondfont{
  font-family: "AgencyFBBold";
}

.lang-my{
  font-family: "DINNextLTProBoldCondensed";
}
.lang-my .secondfont{
  font-family: "AgencyFBBold";
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; 
  position: relative;
  width: 100%;
}
.part{
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.part1{
  height: 13.33rem;
  background: url(../images/m/part1.jpg) center center no-repeat;
  background-size: cover;
}
.part2{
  height: 23.26rem;
  background: url(../images/m/part2.jpg) center center no-repeat;
  background-size: cover;
}
.part3{
  height: 17.5rem;
  background: url(../images/m/part3.jpg) center center no-repeat;
  background-size: cover;
}


.language-box{
  width: .47rem;
  height: .47rem;
  background: url(../images/lang_icon.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: .44rem;
  right: .7rem;
}
.language-box .select-language{
  display: block;
  width: .47rem;
  height: .47rem;
  position: absolute;
  top: 0;
  left: 0;
}
.language-box .select-language i{
  display: block;
  width: .2rem;
  height: .15rem;
  background: url(../images/icon4.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  left: .6rem;
  top: 50%;
  margin-top: -.08rem;
  transform: rotate(180deg);
}
.language-box .select-language.on i{
  transform: rotate(0deg);
}
.language-box .language-choose-list{
  width: 1.6rem;
  height: 0;
  overflow: hidden;
  background: rgba(61,36,6,.8);
  position: absolute;
  top: .65rem;
  left: 50%;
  margin-left: -.8rem;
  transition: all .8s;
}
.language-box .language-choose-list.on{
  height: 1.6rem;
}
.language-box .language-choose-list ul li{
  width: 100%;
  height: .4rem;
  text-align: center;
  line-height: .4rem;
  font-size: .2rem;
  color: #fff;
  cursor: pointer;
  font-family: "NotoSans-Medium";
}
.language-box .language-choose-list ul li.on{
  background: #7a501a;
}

.media-list{
  width: 2.5rem;
  height: .49rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: .4rem;
  right: 1.37rem;
}
.media-list a{
  display: block;
  width: .49rem;
  height: .49rem;
  margin: 0 .1rem;
}
.media-list a.youtube{
  background: url(../images/youtube.png) center center no-repeat;
  background-size: 100%;
}
.media-list a.tiktok{
  background: url(../images/tiktok.png) center center no-repeat;
  background-size: 100%;
}
.media-list a.facebook{
  background: url(../images/facebook.png) center center no-repeat;
  background-size: 100%;
}

.slogan {
  display: block;
  width: 7.17rem;
  height: 3.19rem;
  margin: 8.15rem auto 0;
  background: url(../images/m/slogan_en.png) top center no-repeat;
  background-size: 100%;
}
.lang-th .slogan{
  background: url(../images/m/slogan_th.png) top center no-repeat;
  background-size: 100%;
}
.lang-id .slogan{
  background: url(../images/m/slogan_id.png) top center no-repeat;
  background-size: 100%;
}
.lang-my .slogan{
  background: url(../images/m/slogan_my.png) top center no-repeat;
  background-size: 100%;
}
.part1 .btnlist{
  width: 100%;
  height: .68rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part1 .btnlist a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.17rem;
  height: .68rem;
  background: url(../images/btn_bg.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 .18rem;
  box-sizing: border-box;
  padding-top: .04rem;
}
.lang-th .part1 .btnlist a{
  padding-top: 0;
}
.part1 .btnlist a i{
  display: block;
  width: .41rem;
  height: .3rem;
  background: url(../images/icon1.png) top center no-repeat;
  background-size: 100%; 
}
.part1 .btnlist a span{
  font-size: .4rem;
  line-height: .46rem;
  color: #391101;
  padding: 0 .15rem;
  padding-top: .1rem;
}
.lang-id .part1 .btnlist a span{
  font-size: .4rem;
}
.lang-my .part1 .btnlist a span{
  font-size: .36rem;
  padding-top: 0;
}

.title{
  width: 6.64rem;
  height: .8rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: .92rem auto 0;
}
.title3{
  margin: .45rem auto 0;
}
.title4{
  margin: 1.4rem auto 0;
}
.title5{
  margin: 1.1rem auto 0;
}
.title span{
  display: block;
  width: 1rem;
  height: .8rem;
  background: url(../images/icon3.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .8rem;
  font-size: .7rem;
  color: #f9e1a6;
}
.title p{
  font-size: .7rem;
  line-height: .8rem;
  color: #f9e1a6;
  padding: 0 .2rem;
}
.lang-my .title4 p{
  font-size: .5rem;
}

.intro-box{
  width: 4.78rem;
  height: 9.05rem;
  background: url(../images/m/box1_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-top: .25rem;
  margin-left: .45rem;
  box-sizing: border-box;
  padding: .2rem .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.intro-box p{
  width: 100%;
  font-size: .28rem;
  color: #ffdf9b;
  line-height: .44rem;
}
.lang-th .intro-box p{
  font-size: .32rem;
}
.lang-id .intro-box p{
  font-size: .26rem;
  line-height: .42rem;
}
.lang-my .intro-box p{
  font-size: .26rem;
}
.intro-box p b{
  color: #6ad2ff;
  font-weight: normal;
}
.benefits-box{
  width: 6.68rem;
  height: 10.04rem;
  background: url(../images/m/box2_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin: .26rem auto 0;
  box-sizing: border-box;
  position: relative;
}
.benefits-box .total{
  width: 2.66rem;
  height: .72rem;
  text-align: center;
  line-height: .72rem;
  font-size: .28rem;
  color: #aa5017;
  position: absolute;
  top: .29rem;
  left: .26rem;
}
.lang-id .benefits-box .total{
  font-size: .26rem;
}
.lang-my .benefits-box .total{
  font-size: .3rem;
}
.benefits-box .usd{
  width: 3.34rem;
  height: .72rem;
  text-align: center;
  line-height: .72rem;
  font-size: .28rem;
  color: #fff;
  position: absolute;
  top: .29rem;
  right: .4rem;
}
.lang-id .benefits-box .usd{
  font-size: .26rem;
}
.lang-my .benefits-box .usd{
  font-size: .3rem;
}
.benefits-box .prizebox{
  width: 4.86rem;
  overflow: hidden;
  position: absolute;
  top: 1.47rem;
  left: .93rem;
}
.benefits-box .prizebox img{
  display: block;
  width: 100%;
  height: auto;
}
.benefits-box .prize-intro{
  width: 5.5rem;
  overflow: hidden;
  position: absolute;
  top: 3.3rem;
  left: 50%;
  margin-left: -2.75rem;
}
.benefits-box .prize-intro p{
  font-size: .24rem;
  color: #aa5017;
  line-height: .26rem;
}
.lang-th .benefits-box .prize-intro p{
  font-size: .26rem;
}
.lang-my .benefits-box .prize-intro p{
  font-size: .22rem;
}
.benefits-box .prize-intro p b{
  font-weight: normal;
  color: #008cc9;
}
.benefits-box .prize-intro p:first-child{
  font-size: .52rem;
  color: #aa5017;
  line-height: .6rem;
}
.benefits-box .support{
  width: 6.1rem;
  overflow: hidden;
  margin: 4.75rem auto 0;
}
.benefits-box .support p{
  font-size: .24rem;
  color: #f9c03f;
  line-height: .3rem;
}
.lang-th .benefits-box .support p{
  font-size: .26rem;
}
.lang-id .benefits-box .support p{
  font-size: .2rem;
  line-height: .26rem;
}
.lang-my .benefits-box .support p{
  font-size: .22rem;
  line-height: .26rem;
}
.benefits-box .support p b{
  font-weight: normal;
  color: #6ad2ff;
}
.benefits-box .support p.stitle{
  color: #ffeccd;
  line-height: .3rem;
  margin-top: .2rem;
}
.lang-id .benefits-box .support p.stitle{
  margin-top: .15rem;
}
.rule-box{
  width: 6.78rem;
  height: 3.25rem;
  background: url(../images/m/box3_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin: .25rem auto 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rule-box p{
  width: 5.7rem;
  font-size: .32rem;
  color: #ffdf9b;
  line-height: .44rem;
  position: relative;
}
.lang-th .rule-box p{
  font-size: .3rem;
}
.lang-my .rule-box p{
  font-size: .28rem;
}
.rule-box p:after{
  display: block;
  content: "";
  width: .17rem;
  height: .17rem;
  background: url(../images/dot.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: .1rem;
  left: -.3rem;
}
.step-box{
  width: 100%;
  overflow: hidden;
  margin: .4rem auto 0;
  text-align: center;
  font-size: 0;
}
.step-box .step{
  display: inline-block;
  width: 3.27rem;
  height: 3.35rem;
  background: url(../images/m/step_bg.png) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 .1rem;
  margin-bottom: .43rem;
}
.step-box .step .step-title{
  text-align: center;
  font-size: .44rem;
  color: #9d380f;
  line-height: .5rem;
  margin-top: .3rem;
}
.step-box .step .step-intro{
  text-align: center;
  font-size: .22rem;
  color: #9d380f;
  line-height: .3rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 .15rem;
}
.step-box .step .step-details{
  width: 100%;
  height: 1.92rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: .08rem;
}
.step-box .step .step-details p{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .1rem;
  text-align: center;
  font-size: .22rem;
  color: #ffdf9b;
  line-height: .28rem;
}
.btnlist1{
  width: 100%;
  height: .69rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
}
.btnlist1 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.19rem;
  height: .69rem;
  background: url(../images/btn_bg1.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .16rem;
  box-sizing: border-box;
}
.btnlist1 a i{
  display: block;
  width: .41rem;
  height: .3rem;
  background: url(../images/icon2.png) top center no-repeat;
  background-size: 100%; 
}
.btnlist1 a span{
  font-size: .4rem;
  line-height: .46rem;
  color: #fff;
  padding: 0 .15rem;
  padding-top: .1rem;
}
.lang-my .btnlist1 a span{
  font-size: .36rem;
  padding-top: 0;
}
.lang-th .btnlist1 a span{
  padding-top: 0;
}





.scrollbar::-webkit-scrollbar {
  width: calc(6 /750*100vw);
  height: calc(6 /750*100vw);
  background-color: rgba(0, 0, 0, 0);
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
  border-radius: calc(10 /750*100vw);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: calc(6 /750*100vw);
  border-radius: calc(4 /750*100vw);
  -webkit-box-shadow: none;
  background-color: #ffe4aa;
  box-shadow: none;
}


.footer{
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  background: #0c0c0c;
  box-sizing: border-box;
  margin: 0 auto;
  font-family:"Microsoft Yahei" !important;
}
.footer .footer-logo{
  display: block;
  width: 3.4rem;
  overflow: hidden;
  margin: .28rem auto 0;
}
.footer .footer-logo img{
  display: block;
  width: 100%;
  height: auto;
}
.footer .cfl-footer-link{
  width: 100%;
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  text-align: center;
  margin: .2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .cfl-footer-link a{
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  padding: 0 .1rem;
}
.footer .cfl-footer-link span{
  display: inline-block;
  width: 1px;
  height: .24rem;
  background: #b1b1b1;
}
.footer .cfl-copyright{
  width: 100%;
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  text-align: center;
  margin: .1rem auto;
}

#onetrust-banner-sdk {
  outline: none;
}
#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: none !important;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #b1b1b1 !important;
  border: none !important;
  font: inherit !important;
  padding: 0 .5rem !important;
  background-color: transparent !important;
  line-height: inherit !important;
  font-size: 0.18rem !important;
  line-height: 0.24rem !important;
  text-transform: uppercase;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  color: #b1b1b1 !important;
  background: none !important;
}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  outline: none !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
  outline: none !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler{
  margin-bottom: 1em;
}
#onetrust-pc-sdk.otPcCenter{
  top: 50% !important;
  transform: translateY(-50%);
}
#onetrust-pc-sdk .ot-pc-footer{
  max-height: fit-content !important;
}
#onetrust-banner-sdk button, #onetrust-pc-sdk button, #ot-sdk-cookie-policy button{
  margin-bottom: 19px !important;
}

@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    display: block;
    margin-top: 1em;
  }
  #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    margin-bottom: 1em;
  }
  #onetrust-banner-sdk .ot-sdk-row{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 897px) and (max-width: 1023px) {
  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    left: auto !important;
  }
}
.mclass #ot-sdk-btn.ot-sdk-show-settings,
.mclass #ot-sdk-btn.optanon-show-settings {
  font-size: 3.2vw !important;
  line-height: calc(50 / 750* 100vw) !important;
}

#ot-sdk-btn-floating.ot-floating-button{
  display: none !important;
}

#onetrust-pc-sdk.otRelFont{
  font-size: 0.18rem !important;
}
#onetrust-banner-sdk.otRelFont{
  font-size: 0.18rem !important;
}