#app {
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/2026shuangdan_pc.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center 350px;
  background-color: #350e09;
  padding-bottom: 135px;
  box-sizing: border-box;
}

.part-1 {
  position: relative;
  height: 350px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/25SD_top.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.part-1 .bottom-snow {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/musk_snow_bar.png') no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
}

.part-2 {
  position: relative;
  width: 1200px;
  height: 420px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/bg_part1.png') no-repeat;
  background-size: cover;
  margin: 30px auto 0;
  display: flex;
}
.part-2 .snow-1 {
  position: absolute;
  left: -13px;
  top: -12px;
  width: 246px;
  height: 108px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/pic_L_snow.png') no-repeat;
  background-size: cover;
  pointer-events: none;
}
.part-2 .snow-2 {
  position: absolute;
  right: -16px;
  top: -6px;
  width: 91px;
  height: 93px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/pic_R_snow.png') no-repeat;
  background-size: cover;
  pointer-events: none;
}
.part-2 .left-wrapper {
  position: relative;
  width: 283px;
}
.part-2 .car {
  width: 340px;
  height: 281px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/qiuqiu_car.png') no-repeat;
  background-size: cover;
  transform: translate(-34px, -32px);
}
.part-2 .start-btn {
  display: block;
  position: relative;
  width: 264px;
  height: 104px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_start.png') no-repeat;
  background-size: cover;
  margin: -60px auto 0;

  font-size: 14px;
  color: #ffffff;
}
.part-2 .start-btn span {
  position: absolute;
  top: 55px;
  left: 65px;
  display: inline-block;
  width: 139px;
  height: 23px;
  padding-left: 23px;
  box-sizing: border-box;
}
.part-2 .num-box {
  width: 238px;
  height: 36px;
  margin: 5px auto;
  display: flex;
  justify-content: flex-end;
}
.part-2 .num-box .num {
  width: 79px;
  height: 36px;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.part-2 .prize-record-btn {
  width: 118px;
  height: 35px;
  background-color: #683226;
  border-radius: 17px;
  margin-left: 19px;
  font-size: 16px;
  line-height: 16px;
  color: #eccda3;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.part-2 .prize-record-btn .icon {
  width: 20px;
  height: 19px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/icon_prize_detail.png') no-repeat;
  background-size: cover;
}
.part-2 .right-wrapper {
  position: relative;
  flex: 1;
  padding: 0 29px 0 28px;
  box-sizing: border-box;
}
.part-2 .task-list {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.part-2 .task-list .task-item {
  width: 420px;
  height: 50px;
  padding: 0 8px 0 54px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
}
.part-2 .task-list .task-item .title {
  flex: 1;
  font-size: 16px;
  color: #ffffff;
  padding: 0 16px;
  box-sizing: border-box;
}
.part-2 .task-list .task-item .btn {
  width: 130px;
  height: 46px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_get.png') no-repeat;
  background-size: cover;
  margin-bottom: -10px;
}
.part-2 .task-list .task-item .btn.done {
  background-image: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_done.png');
  cursor: default;
}
.part-2 .task-list .task-item .btn.go {
  background-image: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_go.png');
}

.part-2 .bottom-box {
  height: 140px;
  display: flex;
  margin-top: 14px;
}
.part-2 .wall {
  width: 489px;
  height: 111px;
  --gap: 3px;
  margin-top: 30px;
  padding: 0 12px;
  box-sizing: border-box;
  flex-direction: column;
}
.part-2 .wall-item {
  display: flex;
  gap: 11px;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #b7ac9c;
}
.part-2 .wall-item .avatar {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}
.part-2 .wall-item .username {
  color: #ffce80;
  width: 154px;
}
.part-2 .wall-item .prize {
  color: #fabc97;
  flex: 1;
}
.part-2 .sign-prize {
  flex: 1;
  display: flex;
  padding-left: 15px;
  box-sizing: border-box;
}
.part-2 .sign-num-box {
  align-self: flex-end;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
.part-2 .sign-num-box .sign-num {
  width: 50px;
  height: 29px;
  background-color: #621f1e;
  border-radius: 8px;
  text-align: center;
  line-height: 29px;
  color: #f3b365;
}
.part-2 .prize-box {
  width: 190px;
}
.part-2 .prize-box .prize {
  display: flex;
  margin-top: -12px;
}
.part-2 .prize-box .btn {
  width: 190px;
  height: 52px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_check_type02.png') no-repeat;
  background-size: cover;
  margin-top: -3px;
}
.part-2 .prize-box .btn.done {
  background-image: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_check_type03.png');
  cursor: default;
}
.part-2 .prize-box .btn.not {
  background-image: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_check_type01.png');
  cursor: default;
}

.part-3 {
  position: relative;
  width: 1200px;
  height: 440px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/bg_part2.png') no-repeat;
  background-size: cover;
  margin: 40px auto 0;
}
.part-3 .hand {
  position: absolute;
  top: -21px;
  left: 5px;
  width: 210px;
  height: 137px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/pic_vipcard.png') no-repeat;
  background-size: cover;
}
.part-3 .points-box {
  position: absolute;
  top: 13px;
  right: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.part-3 .points-box .text-box {
  display: flex;
  align-items: flex-end;
}
.part-3 .points-box .text-box .desc {
  font-size: 16px;
  color: #f1cda9;
  margin-right: 12px;
  margin-bottom: -2px;
}
.part-3 .points-box .text-box .point-label {
  width: 120px;
  height: 29px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/word_point.png') no-repeat;
  background-size: cover;
}
.part-3 .points-box .text-box .point-num {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
}
.part-3 .record-btn {
  width: 118px;
  height: 33px;
  background-color: #741c18;
  border-radius: 17px;
  font-size: 16px;
  line-height: 16px;
  color: #eccda3;
  margin-top: 7px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.part-3 .record-btn .icon {
  width: 20px;
  height: 19px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/icon_prize_detail.png') no-repeat;
  background-size: cover;
}
.part-3 .card-list {
  display: flex;
  justify-content: space-evenly;
  padding-top: 100px;
  box-sizing: border-box;
}
.part-3 .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-3 .card-item .img-box {
  position: relative;
  width: 100%;
  height: 200px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.part-3 .card-item .img-wrapper {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 6px 2px 5px #cc402485;
  overflow: hidden;
  width: 135px;
  height: 200px;
}
.part-3 .card-item .img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 3px 6.9px -1.9px rgba(255, 255, 255, 0.3);
}
.part-3 .card-item .img-wrapper:nth-of-type(1) {
  z-index: 1;
}
.part-3 .card-item .img-wrapper:nth-of-type(2) {
  transform-origin: center bottom;
  transform: rotate(-10deg) translate(-52%, -2px);
}
.part-3 .card-item .img-wrapper:nth-of-type(3) {
  transform-origin: center bottom;
  transform: rotate(10deg) translate(52%, -2px);
}
.part-3 .card-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part-3 .card-item .desc {
  min-width: 270px;
  height: 32px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/desc_shadow.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 18px;
}
.part-3 .card-item .btn {
  width: 210px;
  height: 57px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/button_point.png') no-repeat;
  background-size: cover;
  padding-bottom: 11px;
  box-sizing: border-box;
  margin-top: 10px;

  font-size: 22px;
  color: #140902;
}

.part-4 {
  display: block;
  width: 1200px;
  margin: 42px auto 0;
  border-radius: 23px;
  overflow: hidden;
}

.part-5 {
  position: relative;
  width: 1200px;
  height: 340px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/bg_flashsale.png') no-repeat;
  background-size: cover;
  margin: 50px auto 0;
}
.part-5 .time-box {
  position: absolute;
  top: 16px;
  right: 24px;

  display: flex;
  align-items: flex-end;
}
.part-5 .time-box .desc {
  font-size: 16px;
  color: white;
  margin-right: 16px;
}
.part-5 .time-box .times {
  display: flex;
  align-items: center;
  gap: 2px;
}
.part-5 .time-box .times .num {
  width: 22px;
  height: 34px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/time_box.png') no-repeat;
  background-size: cover;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 32px;
}
.part-5 .time-box .times .dot {
  width: 4px;
  height: 9px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/time_dot.png') no-repeat;
  background-size: cover;
  margin: 0 5px 0 3px;
}
.part-5 .goods-list {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding: 17px 0 0 19px;
  box-sizing: border-box;
}
.part-5 .goods-item {
  position: relative;
  width: 170px;
  height: 256px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.part-5 .goods-item:first-child {
  width: 200px;
  height: 300px;
  border: solid 3px #fffab1;
}
.part-5 .goods-item .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-5 .goods-item .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0 9px 8px 9px;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, transparent 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.part-5 .goods-item .info-box .title {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  width: 135px;
}
.part-5 .goods-item .price-box {
  font-size: 12px;
  line-height: 22px;
  color: #ff6021;
  margin-top: 3px;
}
.part-5 .goods-item .price-box .price {
  font-size: 18px;
  font-weight: bold;
}
.part-5 .goods-item .info-box .plat {
  position: absolute;
  right: 9px;
  bottom: 14px;
  width: 23px;
  height: 23px;
  object-fit: cover;
}

.part-6 {
  display: block;
  width: 1200px;
  margin: 30px auto 0;
  border-radius: 23px;
  overflow: hidden;
}

.part-7 {
  width: 1200px;
  margin: 20px auto 0;
}
.part-7 .header {
  display: flex;
  justify-content: space-between;
}
.part-7 .header .title {
  display: flex;
  align-items: center;

  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.part-7 .header .title .icon {
  width: 24px;
  height: 24px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/iocn_gingerbread_man.png') no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.part-7 .header .more {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #fee673;
}

.part-7 .recommend-list {
  --width: 392px;
  --border-radius: 24px;
  --height-1: 183px;
  --height-2: 56px;
  --padding-x-1: 19px;
  --gap: 12px;
  --text-size-1: 22px;
  --text-size-2: 14px;
  --text-size-3: 14px;
  display: flex;
  gap: var(--gap);
  margin-top: 13px;
}
.part-7 .recommend-list.center {
  --width: 286px;
  --border-radius: 20px;
  --height-1: 135px;
  --height-2: 49px;
  --padding-x-1: 10px;
  --gap: 18px;
  --text-size-1: 18px;
  --text-size-2: 14px;
  --text-size-3: 14px;
  margin-top: 30px;
}
.part-7 .recommend-list.bottom {
  --width: 220px;
  --border-radius: 20px;
  --height-1: 103px;
  --height-2: 50px;
  --padding-x-1: 8px;
  --gap: 25px;
  --text-size-1: 16px;
  --text-size-2: 12px;
  --text-size-3: 12px;
  margin-top: 30px;
}
.part-7 .recommend-list .recommend-item {
  position: relative;
  width: var(--width);
}
.part-7 .recommend-item .lowest {
  position: absolute;
  top: -8px;
  left: -4px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 63px;
  height: 31px;

  font-size: 16px;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;

  --bg-color-1: #ff0000;
  --bg-color-2: #710026;
  background: var(--bg-color-1);
}
.part-7 .recommend-item .lowest::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 9px;
  height: 8px;
  background-color: var(--bg-color-2);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.part-7 .recommend-item .lowest.type-2 {
  --bg-color-1: #0dbbfa;
  --bg-color-2: #046fbf;
}
.part-7 .recommend-item .lowest.type-3 {
  --bg-color-1: #ff6600;
  --bg-color-2: #b93900;
}
.part-7 .recommend-item .lowest.type-4 {
  background-image: linear-gradient(270deg, #d308dc 0%, #4f00f5 100%);
  --bg-color-2: #330c83;
}
.part-7 .recommend-item .lowest.type-5 {
  background-image: linear-gradient(270deg, #dcbc63 0%, #b47a2e 100%);
  --bg-color-2: #551f00;
}

.part-7 .recommend-item .zk {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 64px;
  height: 32px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/tag_1.png') no-repeat;
  background-size: cover;
  font-size: 14px;
  color: white;
  text-align: center;
}
.part-7 .recommend-item .img-wrapper {
  position: relative;
  height: var(--height-1);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  overflow: hidden;
}
.part-7 .recommend-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-7 .recommend-item .img-wrapper .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: white;
  padding: 0 16px;
  box-sizing: border-box;
}
.part-7 .recommend-item .price-box {
  height: var(--height-2);
  background-color: #ad7739;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--padding-x-1);
  box-sizing: border-box;
}
.part-7 .recommend-item .price-box .text-box {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.part-7 .recommend-item .price-box .price {
  font-size: var(--text-size-1);
  line-height: 1em;

  font-weight: bold;
  color: #ffeec1;
}
.part-7 .recommend-item .price-box .coupon {
  font-size: var(--text-size-2);
  line-height: 1em;
  color: #ffeec1;
}
.part-7 .recommend-item .price-box .old-price {
  font-size: var(--text-size-3);
  line-height: 1em;
  color: #d6bea2;
  text-decoration: line-through;
}
.part-7 .recommend-item .price-box .plat {
  width: 23px;
  height: 23px;
  object-fit: cover;
}
.part-7 .more-btn {
  display: block;
  margin: 21px auto 0;
  width: 260px;
  height: 56px;
  border-radius: 12px;
  border: solid 2px #ad7739;

  text-align: center;
  font-size: 24px;
  line-height: 56px;
  color: #ffcf98;
}

.part-8 {
  display: block;
  width: 1200px;
  margin: 30px auto 0;
  border-radius: 24px;
  overflow: hidden;
}

.part-9 {
  display: flex;
  justify-content: center;
  gap: 21px;
  margin-top: 31px;
}
.part-9 .order-box {
  width: 386px;
}
.part-9 .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part-9 .header .title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;

  display: flex;
  align-items: center;
}
.part-9 .header .title .icon {
  width: 24px;
  height: 24px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/iocn_gingerbread_man.png') no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.part-9 .header .more {
  font-size: 16px;
  font-weight: bold;
  color: #ffec8f;
}
.part-9 .game-list {
  width: 386px;
  padding: 18px;
  box-sizing: border-box;
  background-color: #7a2722;
  box-shadow: 0px 3px 8px 0px rgba(106, 106, 106, 0.16);
  border-radius: 20px;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.part-9 .game-item {
  display: flex;
  align-items: center;
  gap: 29px;
}
.part-9 .game-item .left {
  flex-shrink: 0;
  width: 96px;
  height: 130px;
  border-radius: 9px;
  overflow: hidden;
}
.part-9 .game-item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-9 .game-item .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
}
.part-9 .game-item .title-en {
  font-size: 12px;
  line-height: 12px;
  color: #e8c79a;
  margin-top: 11px;
}
.part-9 .game-item .price-box {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-top: 11px;
}
.part-9 .game-item .coupon {
  width: 39px;
  height: 23px;
  background-color: #ff6200;
  border-radius: 6px;
  font-size: 14px;
  color: white;
  text-align: center;
}
.part-9 .game-item .price {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: #ffeec1;
  display: flex;
  align-items: flex-end;
}
.part-9 .game-item .price span {
  font-size: 20px;
  line-height: 20px;
}
.part-9 .game-item .old-price {
  font-size: 13px;
  line-height: 16px;
  color: #d5bda1;
  text-decoration: line-through;
  margin-left: 2px;
}
.part-9 .game-item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}
.part-9 .game-item .tags .tag {
  min-width: 46px;
  height: 26px;
  background-color: #31231b;
  border-radius: 10px;
  font-size: 12px;
  line-height: 26px;
  color: #fff9dc;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}

.part-10 {
  width: 758px;
  height: 246px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/find_us.png') no-repeat;
  background-size: cover;
  margin: 45px auto 0;
  padding-top: 84px;
  box-sizing: border-box;
}
.part-10 .five-list {
  display: flex;
  gap: 24px;
}
.part-10 .five-item {
  width: 133px;
  height: 163px;
  cursor: pointer;
}
.part-10 .five-item.hover:hover img {
  visibility: visible;
  opacity: 1;
}
.part-10 .five-item img {
  display: block;
  width: 77px;
  height: 77px;
  object-fit: fill;
  margin: 23px auto 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.rules-fixed-btn {
  position: fixed;
  z-index: 10;
  top: 369px;
  right: 128px;
  width: 82px;
  height: 94px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/icon_rule.png') no-repeat;
  background-size: cover;
}
.backtop-fixed-btn {
  position: fixed;
  z-index: 10;
  top: 516px;
  right: 128px;
  width: 82px;
  height: 96px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/icon_top.png') no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.backtop-fixed-btn.show {
  opacity: 1;
  visibility: visible;
}

.rules-modal {
  width: 752px;
  height: 392px;
}
.rules-modal .modal-body {
  padding: 0px 11px 12px 20px;
  box-sizing: border-box;
}
.rules-modal .scrollbar {
  padding-right: 6px;
  box-sizing: border-box;

  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.rules-modal .scrollbar p {
  margin-bottom: 16px;
}

.tips-modal .modal-body {
  padding-top: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.share-modal .modal-body {
  padding: 16px 0 11px 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  color: #ffffff;
}
.share-modal .img-box {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 5px;
  box-sizing: border-box;
}
.share-modal .img-box img {
  width: 100%;
  height: 100%;
}
.share-modal .down-tip {
  font-size: 12px;
  color: #ffd768;
}

.win-prize-modal .modal-body {
  padding-top: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 14px;
  color: #ffffff;
}
.win-prize-modal img {
  width: 116px;
  height: 54px;
  object-fit: contain;
  margin-top: 10px;
}
.win-prize-modal .name {
  font-size: 12px;
  color: #ffd768;
  margin-top: 3px;
}

.two-prize-modal .modal-body {
  padding-top: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 14px;
  color: #ffffff;
}
.two-prize-modal .prize {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  gap: 4px;
}
.two-prize-modal .plus {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-prize-modal .plus::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #be875b;
}
.two-prize-modal .plus::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 4px;
  background: #be875b;
}

.bag-modal {
  width: 542px;
  height: 392px;
}
.bag-modal .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 46px;
}
.bag-modal .menu-list .menu-item {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.bag-modal .menu-list .menu-item.active {
  color: #ffd768;
  font-size: 22px;
}
.bag-modal .table-box {
  padding: 0 46px;
  box-sizing: border-box;
  font-size: 16px;
}
.bag-modal .row {
  display: flex;
  align-items: center;
}
.bag-modal .table-header {
  text-align: center;
  color: white;
}
.bag-modal .table-body {
  position: absolute;
  height: 301px;
  color: #ffd768;
  margin-top: 8px;
  padding-right: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bag-modal .col-1 {
  width: 80px;
  text-align: center;
}
.bag-modal .col-2 {
  width: 260px;
  text-align: center;
  padding: 0 19px;
  box-sizing: border-box;
}
.bag-modal .col-3 {
  width: 110px;
}
.bag-modal .col-3 .btn {
  width: 110px;
  height: 30px;
  background-image: linear-gradient(180deg, #ff7833 0%, #d93b00 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  box-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.4);
}
.bag-modal .details .col-1 {
  width: 100px;
  text-align: center;
}
.bag-modal .details .col-2 {
  width: 299px;
  text-align: center;
  padding: 0 19px;
  box-sizing: border-box;
}
.bag-modal .details .col-3 {
  width: 50px;
  text-align: center;
}

.fh-modal .modal-container {
  position: relative;
  background-image: linear-gradient(0deg, #ffc6b5 0%, #fbeee7 100%);
  border-radius: 10px;
  padding: 21px 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.fh-modal .modal-container .close-btn {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  background: url('https://static.fhyx.com/images/application/pc/hk/LuckyDrawPool/alt1.png') no-repeat;
  background-size: cover;
  width: 20px;
  height: 21px;
}
.fh-modal .modal-container .modal-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.fh-modal .modal-container .modal-body {
  flex: 1;
  min-height: 0;
  margin-top: 21px;
}
.fh-modal .modal-container .modal-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  gap: 57px;
  margin-top: 21px;
}
.fh-modal .modal-container .modal-footer .footer-btn {
  min-width: 133px;
  height: 45px;
  padding: 0 10px;
  font-size: 19px;
  border-radius: 22px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.fh-modal .modal-container .modal-footer .footer-btn.cancel {
  color: #ff4800;
  border-color: #ff4800;
}
.fh-modal .modal-container .modal-footer .footer-btn.ok {
  color: #ffffff;
  background-color: #ff4800;
}

.address-modal {
  width: 657px;
  height: 424px;
}
.address-modal .address-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  overflow-y: auto;
  padding-right: 8px;
  box-sizing: border-box;
}
.address-modal .address-list::-webkit-scrollbar-track {
  background-color: #ceabab;
  border-radius: 8px;
}
.address-modal .address-list::-webkit-scrollbar-thumb {
  background: #ffffff;
  cursor: pointer;
  border-radius: 8px;
}
.address-modal .address-list::-webkit-scrollbar {
  width: 15px;
}
.address-modal .address-item {
  display: flex;
  height: 42px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #431f1a;
  cursor: pointer;
  background: white;
  padding: 0 19px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.address-modal .address-item.active {
  border-color: #ff4800;
}
.address-modal .address-item .text {
  flex: 1;
}
.address-modal .address-item .update-btn {
  width: 55px;
  font-size: 14px;
  color: #ff4c00;
  text-decoration: underline;
  visibility: hidden;
}
.address-modal .address-item.active .update-btn {
  visibility: visible;
}

.write-modal {
  width: 657px;
  height: 424px;
}
.write-modal .form-item {
  display: flex;
  margin-bottom: 16px;
}
.write-modal .form-item .form-label {
  width: 90px;
  line-height: 32px;
  font-size: 14px;
  color: #431f1a;
}
.write-modal .form-item .form-content {
  width: 100%;
}
.write-modal .form-item .form-input {
  width: 200px;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 32px;
  font-size: 14px;
  color: #b78882;
  padding: 0 12px;
  box-sizing: border-box;
  outline: none;
  border: none;
  resize: none;
}
.write-modal .form-item .form-input::placeholder {
  color: #868686;
}
.write-modal .form-item .form-select {
  width: 161px;
  height: 32px;
  line-height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #b78882;
  font-size: 14px;
  outline: none;
  border: none;
  padding: 0 8px;
  cursor: pointer;
}
.write-modal .form-item .form-select:invalid {
  color: #868686;
}
.write-modal .form-item .select-box {
  display: flex;
  justify-content: space-between;
}

.lottery-ani-modal .modal-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-ani-modal .video-box {
  width: 480px;
  height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-ani-modal video {
  width: 480px;
  margin-bottom: 10px;
}
.lottery-ani-modal .frame {
  position: absolute;
  width: 620px;
  height: 620px;
  background: url('https://static.fhyx.com/images/application/pc/com/2026shuangdan/video_frame.png') no-repeat;
  background-size: cover;
  margin-bottom: 38px;
}
