body {
  margin: 0;
  padding: 0;
}
body div,
body a,
body span {
  color: unset;
  font-size: unset;
  font-family: PingFang SC;
}
.main-body {
  position: relative;
  background: #ffffff;
  padding-bottom: 40px;
  min-height: calc(100vh - 40px);
}
.main-content {
  margin: 0 auto;
}
.top-banner {
  width: 100%;
  min-width: 1248px;
  display: block;
  margin: 0 auto;
}
.main-content-box {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.2);
  border-radius: 20px;
  /* padding: 0 0 20px 0; */
  margin-top: 30px;
  overflow: hidden;
}
.title-line {
  width: 5px;
  height: 28px;
  background: #9a1032;
  border-radius: 3px;
}
.title-left-fonts {
  font-size: 28px;
  color: #201f1f;
  margin-left: 14px;
}
.to-game-btn {
  width: 480px;
  height: 60px;
  background: linear-gradient(-90deg, #3967cb, #3967cb);
  border-radius: 10px;
  font-size: 24px;
  font-family: PingFang SC;
  color: #ffffff;
  margin: 24px auto 0;
}
.rules-title {
  display: block;
  margin: 0 auto;
  height: 25px;
}
.rules-box {
  font-size: 18px;
  color: #353858;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 42px;
  gap: 16px;
  white-space: nowrap;
}
.rules-icon {
  height: 24px;
  width: 24px;
}
.table-content-box {
  width: 1110px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 22px;
  margin: 0 auto 0;
  border: 1px solid #b2dbff;
  border-width: 0 1px 1px 1px;
}
.table-title {
  background: #b2dbff;
  border-radius: 20px 20px 0px 0px;
  color: #50556d;
}
.table-line-list {
  height: 60px;
  width: 50%;
  font-size: 20px;
  color: #1d1e23;
}
.table-content {
  /* border-radius: 0 0 20px 20px; */
  overflow: hidden;
  height: 60px;
  background: #ffffff;
}
.table-content-side {
  width: 50%;
  height: 60px;
  color: #50556d;
  position: relative;
  font-size: 20px;
}
.rules-pop {
  width: 800px;
  height: 373px;
  background: linear-gradient(to bottom, #baddfe 0%, #ffffff 20%);
  border-radius: 10px;
  padding-top: 16px;
  overflow: hidden;
  position: relative;
  display: none;
}
.title-left-box {
  height: 25px;
  margin-left: 30px;
}
.rules-close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 39px;
  top: 19px;
}
.rules-bottom-line {
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  margin-top: 14px;
}
.rules-content {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 50px 0 43px;
  height: 100%;
  margin-top: 16px;
}
.rules-fonts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 4px;
}
.rules-fonts p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.chose-menu-box {
  display: none;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  width: 320px;
}
.chose-menu-top-line {
  background: linear-gradient(90deg, #8b2235 0%, #8a2234 100%);
  height: 10px;
}
.chose-menu-title {
  height: 48px;
}
.chose-menu-title-line {
  height: 20px;
}
.chose-menu-title-fonts {
  font-size: 20px;
}
.chose-menu-list-box {
  border-top: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
  padding: 10px 0;
}
.chose-menu-list {
  height: 40px;
  /* transition: all .3s; */
  font-size: 14px;
  background: #ffffff;
}
.chose-menu-list:hover {
  background: #eeeeee;
  font-size: 16px;
  /* color: #FFFFFF; */
}
/* .chose-menu-list-activing, */
.chose-menu-list-activing:hover {
  background: linear-gradient(90deg, #8b2235 0%, #8a2234 100%);
  color: #ffffff;
  font-size: 16px;
}
.table-arrow {
  color: #c23c5d;
  font-size: 18px;
  font-weight: bold;
  margin-left: 4px;
}
.table-content-side-fonts-1 {
  color: #6e6e6e;
  font-size: 20px;
}
.table-chose-box {
  width: 138px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 24px;
}
.detail-intro-box {
  margin-top: 4px;
  /* background: linear-gradient(0deg, rgba(255,235,242,0.08),rgba(255,83,140,0.08)); */
  border-radius: 20px;
  padding: 0 42px 20px;
}
.detail-intro-title {
  font-size: 22px;
  color: #353858;
}
.left-point {
  width: 10px;
  height: 10px;
  background: #6bb4ec;
  border-radius: 50%;
  margin-right: 9px;
}
.detail-intro-content {
  font-size: 18px;
  color: #666666;
  margin: 12px 0;
  line-height: 32px;
  padding-left: 20px;
}
.detail-intro-content p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.detail-intro-line:not(:first-child) {
  margin-top: 18px;
}
.sub-btn {
  background: linear-gradient(92deg, #c13c5c 0%, #da4369 100%);
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
  width: 128px;
  height: 42px;
}
.sub-btn-disable {
  background: #d7d7d8;
  color: #7e7e7e;
}
.sub-info-content {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: none;
}
.sub-info-content-left {
  color: #939293;
}
.sub-info-content-right {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  max-width: 200px;
}
.sub-btn-box {
  margin-top: 10px;
  border-top: #bfbfbf 1px solid;
}
.pop-sub-btn {
  height: 46px;
  font-size: 16px;
  width: 50%;
}
.pop-sub-btn-1 {
  color: #939293;
  border-right: #bfbfbf 1px solid;
}
.pop-sub-btn-2 {
  color: #303030;
}
.content-title {
  height: 62px;
  background: linear-gradient(to bottom, #baddfe, #ffffff);
  padding-right: 80px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #353858;
  line-height: 8px;
  white-space: nowrap;
}
.user-info-img {
  display: block;
  width: 994px;
  margin: 20px auto 0;
}
.no-data-list {
  height: 60px;
}
.table-list-side {
  width: 50%;
}
.toggle-list-line:nth-child(odd) {
  background: #f5faff;
}
.toggle-btn {
  color: #4d4d4d;
  font-size: 16px;
  margin: 20px 0 4px;
}
.toggle-icon {
  height: 18px;
  margin-left: 4px;
}
.toggle-icon2 {
  transform: rotate(180deg);
}
.table-content-show .table-content:nth-child(even) {
  background: #f5faff;
}
.table-content-show .table-content .table-content-side:first-child {
  color: #50556d;
}
.table-content-show .table-content .table-content-side:last-child {
  color: #1f2023;
}
.records-title {
  font-size: 20px;
  color: #747474;
  margin-right: 44px;
}
.top-banner-bg {
  width: 100%;
  min-width: 1248px;
  height: 650px;
  background: url(../images/top-banner-bg.webp) center top no-repeat;
  background-size: cover;
}
.loading-icon {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  display: none;
}

.green-fonts {
  color: #24a110;
}
.red-fonts {
  color: #d20515;
}
.gray-fonts {
  color: #7c8591;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33%;
}
.w50 {
  width: 50%;
}
.text-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.cursor {
  cursor: pointer;
}
body .layui-layer {
  min-width: unset;
  height: unset;
  background-color: unset;
  box-shadow: unset;
}
.cursor,
.cursor-normal {
  cursor: pointer;
  transition: all 0.3s;
}
.sub-popup-body {
  display: none;
  padding: 15px;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
}
.success-icon,
.status-check-icon {
  height: 22px;
  margin-right: 6px;
}
.primary-button {
  width: 625px;
  height: 80px;
  background: url(../images/customer-service-button.webp) center/100% 100%
    no-repeat;
  cursor: pointer;
}
.main-content-box section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 31px 39px 46px 27px;
}
.main-content-box section .step-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content-box section .step-card {
  height: 219px;
  width: 332px;
  background: url(../images/step-card-bg.webp) center/100% 100% no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  position: relative;
}
.main-content-box section .step-card-wide {
  height: 219px;
  width: 732px;
  background: url(../images/step-card-bg-wide.webp) center/100% 100% no-repeat;
  display: flex;
  justify-content: space-between;
  padding: 0 45px 0 50px;
  align-items: center;
  position: relative;
}
.main-content-box section .step-row p {
  font-size: 22px;
  font-weight: bold;
  color: #353858;
  line-height: 31px;
  padding-top: 19px;
}
.main-content-box section .step-row .step-number-icon {
  height: 27px;
  position: absolute;
  top: 27px;
  left: 196px;
}
.main-content-box section .step-row .step-arrow {
  width: 29px;
  height: 23px;
}
.main-content-box section .step-card-wide .additional {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 0 0;
}
.main-content-box section .step-card-wide .additional span {
  font-size: 18px;
  font-weight: 400;
  color: #353858;
  line-height: 31px;
  white-space: nowrap;
}
.main-content-box section .step-card-wide .additional .golden-text {
  color: #de8505;
}
.main-content-box section .step-card-wide .step-card-wide-left-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.main-content-box section .step-card-wide .step-number-icon {
  left: 600px;
}
.main-content-box .content-container {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding-top: 23px;
  position: relative;
}
.main-content-box .content-info-table {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
  color: #353858;
  font-size: 20px;
  font-weight: bold;
}
.content-info-table .content-info-table-header,
.content-info-table .content-info-table-body-row,
.content-info-table .content-info-table-extender {
  display: flex;
  height: 54px;
}
.content-info-table .content-info-table-body {
  transition: height 0.5s ease;
  overflow: hidden;
}
.content-info-table .content-info-table-body-row {
  position: relative;
}
.content-info-table .content-info-table-body-row .double-arrow {
  width: 17px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 51px;
}
.content-info-table .content-info-table-body-row:nth-child(odd) {
  background: #f6f7f8;
}
.content-info-table .content-info-table-extender {
  font-size: 18px;
  color: #9093a5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  font-weight: 500;
}
.content-info-table .content-info-table-extender .extend-icon {
  width: 17px;
  height: 9px;
  transition: all 0.5s ease;
}
.content-info-table .content-info-table-extender .extended {
  transform: rotate(180deg);
}
.content-info-table .content-info-table-header-item,
.content-info-table .content-info-table-body-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #353858;
  white-space: nowrap;
}
.content-info-table .content-info-table-body-item {
  font-size: 20px;
}

.records-pop {
  width: 1200px;
  background: linear-gradient(to bottom, #baddfe 0%, #ffffff 20%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: none;
}

#recordPopBody {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#recordPopBody .blue-line {
  height: 25px;
  width: 6px;
  margin-right: 8px;
}
#recordPopBody .record-title {
  height: 62px;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recordPopBody .record-content-box {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
  color: #353858;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
  background: #ffffff;
}
#recordPopBody .record-content-box .record-cards-container {
  padding: 35px 30px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
#recordPopBody .record-content-box .record-cards-container .record-row {
  gap: 2px;
}
#recordPopBody .record-content-box .record-cards-container .turn180 {
  transform: rotate(180deg);
}
#recordPopBody .record-content-box .record-cards-container .turn90 {
  transform: rotate(90deg);
}
#recordPopBody .record-content-box .record-card {
  background: url(../images/record-card.webp) center/100% 100% no-repeat;
  width: 367px;
  height: 199px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
#recordPopBody .record-content-box .record-card p {
  font-size: 20px;
  color: #353858;
  white-space: nowrap;
}
#recordPopBody .record-content-box img {
  width: 25px;
  height: 21px;
}
#recordPopBody .record-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 228px;
  padding: 49px 0;
  font-size: 24px;
  white-space: nowrap;
}
#recordPopBody .record-footer .gray-button {
  color: #353858;
  background: url(../images/gray-button.webp) center/100% 100% no-repeat;
  width: 184px;
  height: 62px;
}
#recordPopBody .record-footer .blue-button {
  color: #ffffff;
  background: url(../images/blue-button.webp) center/100% 100% no-repeat;
  width: 184px;
  height: 62px;
}
#recordPopBody .popup-close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 37px;
  cursor: pointer;
}
