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: 1px solid #d7e5f2; */
  border-radius: 15px;
  /* padding: 0 0 20px 0; */
  margin-top: 30px;
  overflow: visible;
}
.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;
  gap: 16px;
  white-space: nowrap;
  /* position: absolute;
  top: 20px;
  right: 35px;
  z-index: 10; */
}
.rules-icon {
  height: 20px;
  width: 20px;
}
.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;
  background: linear-gradient(to bottom, #baddfe 0%, #ffffff 10%);
  padding-top: 16px;
  overflow: hidden;
  position: relative;
  display: none;
}
.title-left-box {
  height: 25px;
}
.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 35px;
}
.rules-fonts p {
  font-size: 14px;
  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 {
  position: relative;
  /* background: linear-gradient(0deg, rgba(255,235,242,0.08),rgba(255,83,140,0.08)); */
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.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-top: 12px;
  line-height: 32px;
  padding-left: 20px;
}
.detail-intro-content p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.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: 50px;
  /* margin-top: 16px; */
  background: linear-gradient(to bottom, #baddfe, #ffffff);
  padding: 34px 41px 34px 24px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #353858;
  line-height: 8px;
  border-radius: 14px;
  white-space: nowrap;
}
.content-title .title-info {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #353858;
}
.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;
}
.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: 15px; */
  /* padding-top: 23px; */
  position: relative;
  /* margin: 10px 30px 30px; */
  /* background: #f6f7f8; */
  overflow: hidden;
}
.main-content-box .first-content-container {
  background: #ffffff;
  border: 1px solid #dad2c7;
  padding: 40px 50px;
  flex-direction: column;
}
.main-content-box .content-info-table {
  /* box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.2); */
  border-radius: inherit;
  color: #353858;
  font-size: 20px;
  font-weight: bold;
  /* margin: 10px 30px 30px; */
  overflow: visible;
  border: 1px solid #dde9f4;
}
.content-info-table-header,
.content-info-table-body-row,
.content-info-table-extender {
  display: flex;
  align-items: center;
  height: 54px;
  background: #f6f7f8;
}
/* .content-info-table-header {
  background: linear-gradient(to bottom, #c2e1fe, #f0f7ff);
} */
.special-header {
  background: linear-gradient(to bottom, #c3d7fe, #f0f7ff);
}
.content-info-table-header .gray-line {
  width: 1px;
  height: 28px;
  background: #e0e0e0;
}
.content-info-table .content-info-table-body {
  transition: height 0.5s ease;
  overflow: visible;
}
.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 .content-info-table-body-row:first-child {
  height: 67px;
  background: #ffffff;
} */

.content-info-table .content-info-table-body .content-info-table-body-row:nth-child(odd) {
  background: #f6f7f8;
}

.content-info-table .content-info-table-body .content-info-table-body-row:nth-child(even) {
  background: #ffffff;
}

.headerRow{
  height: 67px;
  background: #ffffff !important;
}

.content-info-table .content-info-table-body .content-info-table-body-row .content-info-table-body-item {
  font-size: 18px;
  font-family: PingFangSC-Medium, sans-serif;
  font-weight: 500;
}
.content-info-table .content-info-table-body .content-info-table-body-row .content-info-table-body-item:first-child {
  color: #666666;
}
.content-info-table .content-info-table-body .content-info-table-body-row .content-info-table-body-item:nth-child(2) {
  font-family: PingFangSC-Bold, sans-serif;
  font-weight: bold;
}
.content-info-table .content-info-table-body .content-info-table-body-row .content-info-table-body-item:nth-child(3) {
  color: #484848;
}
.content-info-table-body-row:nth-child(even) {
  background: #ffffff;
}
.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-header-item,
.content-info-table-body-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  /* color: #7C8591; */

}
.main-content-box .first-content-container .content-info-table-body-item {
  font-family: PingFangSC-Medium, sans-serif;
  font-weight: 500;
}
.first-content-container .content-info-table-body-row .content-info-table-body-item:nth-child(2) {
  font-weight: bold;
  font-family: PingFangSC-Bold, sans-serif;
}
.content-info-table .content-info-table-header-item {
  font-family: PingFangSC-Bold, sans-serif;
}
.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;
}

.main-content-box .content-container .half-table {
  /* flex: 1; */
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dad2c7;
  overflow: hidden;
}
.main-content-box .content-container .apply-date {
  height: 54px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2485FD;
}
.half-table .apply-button-row {
  height: 110px;
  border-top: 1px solid #eef0f1;
  background: #ffffff;
}
.half-table .apply-button {
  /* background: url(../images/apply-btn.webp) center/100% 100% no-repeat; */
  background: linear-gradient(90deg, #78BDF2, #167BFF);
  border-radius: 9999px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  height: 36px;
  width: 100px;
  cursor: pointer;
  transition: all .3s;
  font-family: PingFangSC-Medium, sans-serif;
}
.half-table .apply-button:hover {
  transform: scale(1.1);
}
.half-table .disable {
  background: #cccccc;
  color: #000000;
  cursor: not-allowed;
}
.half-table .disable:hover {
  transform: none;
}
.rules-popup-skin.rules-popup-skin{
  border-radius: 10px;
  overflow: hidden;
}
.font-24 {
  font-size: 24px;
  font-family: PingFangSC-Bold, sans-serif;
}
.font-24 {
    font-size: 24px;
}
.input-popup.input-popup {
  min-width: unset;
  border-radius: 6px;
  overflow: hidden;
}
.top-line {
  height: 10px;
  background: linear-gradient(90deg, #78BDF2 0%, #2383FC 100%);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.title-box {
  margin-top: 15px;
}
.title-left-line {
  width: 4px;
  height: 20px;
  background: #78BDF2;
}
.title-fonts {
  color: #303030;
  font-size: 16px;
  margin-left: 6px;
}
.input-box {
  margin-top: 15px;
  padding: 0 25px;
}
.input-box .label-text {
  font-size: 12px;
  color: #e13818;
}
.input-box input {
  display: block;
  width: 248px;
  height: 30px;
  line-height: 30px;
  color: #7C8591;
  font-size: 16px;
  padding: 4px 12px;
  border: none;
  border-radius: 5px;
  background: #EEF0F5;
  margin-top: 10px;
}
.input-bottom-box {
  margin-top: 20px;
  border-top: #E4E6ED 1px solid;
}
.input-bottom-list {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.input-bottom-list:last-child {
  border-left: #e4e6ed 1px solid;
}
.input-bottom-list.disable {
  color: #a8b3c3;
  cursor: not-allowed;
}
.input-bottom-list.submit-button {
  color: #1d9dfc;
}
.table-above {
  margin-bottom: 15px;
}
.table-above .table-above-item {
  height: 92px;
  width: 569px;
  background: var(--img) center/100% 100% no-repeat;
  margin: 0 -8px;
  font-size: 24px;
  color: #353858;
  font-weight: bold;
  white-space: nowrap
}
.status-success{
  color: #50be44 !important; 
}
.status-fail{
  color: #ea0619 !important; 
}

.displayWarning{
  display:none;
}

.conntent-warning {
  width: 100%;
  height: 120px;
  background: url(../images/warningBox.png) center top no-repeat;
  background-size:contain;
  position: absolute;
  margin-right: 370px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  z-index: 100;
}

/* .warning-body {
  display:flex;
  flex-direction: column;
  align-content: flex-start;
  position: relative;
  width: 83%;
  padding-left: 70px;
  color:#353858;
  height: 80px;
} */

.message-body{
  margin-top:0.4rem;
  white-space: pre-wrap;
  color:#7E8591;
}

.warning-button{
  background-color: transparent;
  border: none;
}




.alertContainer{
  width: 100%;
  height: 120px;
  background: url(../images/warningBox.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  margin-right: 370px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  z-index: 100;
}


.warning-body {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  position: relative;
  width: 83%;
  padding-left: 30px;
  padding-top: 5px;
  color: #353858;
  height: 70px;
  gap: 6px;
}

.warningTitle{
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #353858;
  line-height: 8px;
}

#rejectMsg{
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #7E8591;
  line-height: 24px;
  width: 270px;
  height: 50px;
  overflow-wrap: break-word;
  text-wrap: wrap;
  overflow-y:auto

}