@charset "utf-8";
.flex {
  display: flex;
  display: -webkit-flex;
}
.justify-center {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.items-center {
  align-items: center;
  -webkit-align-items: center;
}
.cover-bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inline-block {
  display: inline-block;
}
.display1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.display2 {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.relative {
  position: relative;
}
.ar_text {
  direction: rtl;
}
.en_text {
  direction: ltr;
}
.fragment {
  font-family: PingFang-SC-Medium;
  font-size: 0.26rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #fffc00;
}
.page {
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  max-width: 100vw;
  min-height: 100vh;
  padding-bottom: 0.6rem;
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #535252;
  background-color: #ffe3ab;
  font-family: PingFang-SC-Medium;
}
/**
 * @描述: 头部banner区
 * @事件: 头部图片,主题图片
 */
.layout_top {
  position: relative;
  margin: 0 auto;
}
.layout_top header .header_bg_box {
  position: relative;
}
.layout_top header .header_bg_box .header_bg {
  width: 7.5rem;
  height: 4.3rem;
  background-size: 100% 4.3rem;
  background-repeat: no-repeat;
  background-position: center;
}
.layout_top .layout_top_box {
  position: absolute;
  top: 0;
  left: 1.4rem;
  transform: translate(-50%, 40%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.layout_top .layout_top_box::before {
  width: 0.84rem;
  height: 0.84rem;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://image.whoisamy.shop/action/02_FamyStar/2025_8_12CashInvitation/share/header.png) repeat-y center / 100% auto;
}
.layout_top .layout_top_box span {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
/**
 * @描述: 中间内容区
 * @事件: 主要内容区,tab1,tab2,tab3
 */
.layout_main {
  margin: auto;
  padding-bottom: 2rem;
}
.layout_main .center_main {
  margin-top: -1.14rem;
}
.layout_main .center_main .module1 {
  position: relative;
  width: 100%;
  border-radius: 0.2rem;
}
.layout_main .center_main .module1 .module1_bg {
  width: 100%;
  height: 6.7rem;
  background: no-repeat center / 100% 100%;
}
.layout_main .center_main .module1 .module1_bg .module1_bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.layout_main .center_main .module1 .module1_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 6.7rem;
  border-radius: 0.2rem;
}
.layout_main .center_main .module1 .module1_box .row_pmd_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  margin-top: 2.5rem;
  padding: 0.1rem 0.3rem 0.1rem 1.6rem;
  border-radius: 0.2rem;
  z-index: 9;
}
.layout_main .center_main .module2 {
  position: relative;
  width: 100%;
  margin: 0.2rem auto;
  border-radius: 0.2rem;
}
.layout_main .center_main .module2 .module2_bg {
  width: 100%;
  height: 4.68rem;
  background: no-repeat center / 100% 100%;
}
.layout_main .center_main .module2 .module2_bg .module2_bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.layout_main .center_main .module2 .module2_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4.68rem;
  border-radius: 0.2rem;
}
.layout_main .center_main .module2 .module2_box .row_pmd_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  margin-top: 2.5rem;
  padding: 0.1rem 0.6rem;
  border-radius: 0.2rem;
  z-index: 9;
}
.layout_main .center_main .module3 {
  position: relative;
  width: 100%;
  border-radius: 0.2rem;
}
.layout_main .center_main .module3 .module3_bg {
  width: 100%;
  height: 15.6rem;
  background: no-repeat center / 100% 100%;
}
.layout_main .center_main .module3 .module3_bg .module3_bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.layout_main .center_main .module3 .module3_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 0.4rem;
  border-radius: 0.2rem;
}
.layout_main .center_main .module3 .module3_box .row_award_list1 {
  width: 100%;
  border-radius: 0.2rem;
  margin-top: 5.4rem;
  padding: 0.1rem 0;
}
.layout_main .center_main .module3 .module3_box .row_award_list2 {
  width: 100%;
  border-radius: 0.2rem;
  padding: 0.1rem 0;
}
.layout_main .center_main .module3 .module3_box .row_award_list3 {
  width: 100%;
  border-radius: 0.2rem;
  padding: 0.1rem 0;
}
.award_three_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 6.3rem;
  margin: auto 0.2rem;
  overflow-x: auto;
}
.award_three_ul .award_three_li {
  display: flex;
  margin: auto 0.1rem;
}
.award_three_ul .award_three_li:first-child {
  margin: auto 0.1rem auto auto;
}
.award_three_ul .award_three_li:last-child {
  margin: auto auto auto 0.1rem;
}
.award_three_ul .award_three_li .item_img {
  width: 1.48rem;
  height: 1.76rem;
  background: no-repeat center / 100% 100%;
}
.award_three_ul .award_three_li .item_img span {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.award_three_ul .award_three_li .item_img .svga_parcel {
  position: relative;
  overflow: hidden;
  width: 1.48rem;
  height: 1.76rem;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.award_three_ul .award_three_li .item_img .svga_parcel::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://image.whoisamy.shop/action/02_FamyStar/2025_8_12CashInvitation/share/award_null.png) repeat-y center / 100% auto;
}
.award_three_ul .award_three_li .item_img .svga_parcel .conBox {
  width: 100%;
  height: 1.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
}
.award_three_ul .award_three_li .item_img .svga_parcel .conBox .svgaBox {
  direction: ltr;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award_three_ul .award_three_li .item_img .svga_parcel .conBox .svgaBox canvas {
  max-width: 100%;
  max-height: 100%;
  transform: translate(0, 0) !important;
}
/**
 * @描述: 跑马灯样式
 * @事件: 
 */
.item_pmd_box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1rem;
  overflow: hidden;
}
.item_pmd_box.mySwiperPmd01 {
  width: 98%;
}
.item_pmd_box.mySwiperPmd01 .swiper-slide {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.item_pmd_box .row_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.2rem;
}
.item_pmd_box .row_ul .row_li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2rem;
}
.item_pmd_box .row_ul .row_li .swpInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.1rem;
}
.item_pmd_box .row_ul .row_li .swpInfo .avatar {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #207e23;
}
.item_pmd_box .row_ul .row_li .swpInfo .avatar .imgAvatar {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.item_pmd_box .row_ul .row_li .swpInfo .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.item_pmd_box .row_ul .row_li .swpInfo .txt_box span {
  font-size: 0.2rem;
  letter-spacing: 1px;
  color: #535252;
}
.item_pmd_box .row_ul .row_li .award_box .award_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  padding-top: 0.1rem;
}
.item_pmd_box .row_ul .row_li .award_box .award_ul .award_li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_pmd_box .row_ul .row_li .award_box .award_ul .award_li .awardInfo {
  width: 0.56rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item_pmd_box .row_ul .row_li .award_box .award_ul .award_li .awardInfo img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.item_pmd_box .row_ul .row_li .award_box .award_ul .award_li .awardInfo .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.item_pmd_box .row_ul .row_li .award_box .award_ul .award_li .awardInfo .txt_box span {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #535252;
}
/**
 * @描述: 底部区域
 * @事件: 版本号编号
 */
.layout_bottom {
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.layout_bottom .foot {
  width: 7.5rem;
  height: 1.52rem;
  padding: 0.1rem 0.2rem;
  background-image: linear-gradient(270deg, #ffe761 0%, #ff4e00 100%), linear-gradient(#ffe5ac, #ffe5ac);
  background-blend-mode: normal, normal;
  border-radius: 0.35rem 0.35rem 0px 0px;
}
.layout_bottom .foot .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.layout_bottom .foot .bottom_box .icon_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.14rem;
}
.layout_bottom .foot .bottom_box .icon_box .logo {
  width: 1.3rem;
  height: 1.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.layout_bottom .foot .bottom_box .icon_box .icon_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.layout_bottom .foot .bottom_box .icon_box .icon_text .logo_name {
  width: 1.55rem;
  height: 0.34rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
}
.layout_bottom .foot .bottom_box .icon_box .icon_text span {
  font-size: 0.26rem;
  color: #fff;
}
.layout_bottom .foot .bottom_box .icon_box .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.24rem;
  height: 0.24rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
  display: block;
  z-index: 99;
}
.layout_bottom .foot .bottom_box .btn_download_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 1.22rem;
  margin: 0.16rem 0 0;
  animation: pulse 2s infinite ease-in-out;
  transform-origin: center;
  background: url(https://image.whoisamy.shop/action/02_FamyStar/2025_8_12CashInvitation/share/download.png) no-repeat center / 100% 1.22rem;
}
.layout_bottom .foot .bottom_box .btn_download_box span {
  font-family: KhmerUI-Bold;
  font-size: 0.34rem;
  font-weight: 800;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0px;
  color: #bc3823;
  margin-bottom: 0.24rem;
}
/**
 * @描述: 弹窗
 * @事件: 
 */
.mark_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.mark_box .mark_box_box {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: PingFang-SC-Medium;
  font-size: 0.26rem;
  font-weight: 500;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #dfc6c1;
  border-radius: 0.3rem;
}
.mark_box .mark_box_box .panle {
  background: #ffffff;
  border-radius: 0.24rem;
  width: 6.24rem;
  height: 7.26rem;
  margin-bottom: 0.2rem;
  background: url(https://image.whoisamy.shop/action/02_FamyStar/2025_8_12CashInvitation/modal.png) no-repeat center / 100% 7.26rem;
}
.mark_box .mark_box_box .panle .panle_num_box {
  padding: 1.8rem 0.2rem 0.2rem 0.2rem;
}
.mark_box .mark_box_box .panle .panle_num_box .label_gamil_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mark_box .mark_box_box .panle .panle_num_box .label_gamil_box p:nth-child(1) {
  text-align: center;
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}
.mark_box .mark_box_box .panle .panle_num_box .label_gamil_box p:nth-child(2) {
  font-size: 0.34rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0px;
  color: #ff3c00;
  padding: 0.2rem 0 0.4rem;
}
.mark_box .mark_box_box .panle .panle_num_box .btn_gamil_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mark_box .mark_box_box .panle .panle_num_box .btn_gamil_box .btn_gamil {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-image: linear-gradient(90deg, #fecc47 0%, #fe682a 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border: solid 0.02rem #fe6b2b;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.mark_box .mark_box_box .panle .panle_num_box .btn_gamil_box .btn_gamil1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #fe6b2b;
  background-color: transparent;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #ff5b13;
  margin-bottom: 0.3rem;
}
.mark_box .mark_box_box .panle .notice_box {
  padding: 1.8rem 0.6rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ff5b13;
  max-height: 7rem;
  overflow-y: auto;
}
.mark_box .mark_box_box .closeBtn {
  width: 0.7rem;
  height: 0.7rem;
  background: url('https://image.whoisamy.shop/action/2022h5/Hilo/2024_12_2D&TPK/close_icon.png') no-repeat center / 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
