.pagination {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 0.5rem 0.6rem;
  margin: 2px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 0.9rem;
}
.pagination li:hover {
  background: var(--assist-color);
  color: #000;
}
.pagination li.active {
  background: var(--assist-color);
  color: #000;
}
.pagination li.active:hover {
  background: var(--assist-color);
}

/*VIP*/
.vipHead {
  width: 100%;
  height: 216px;
}
.vipHead .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.userInfo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
.userInfo_wrap .userName {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}
.userInfo_wrap .userGradeName {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 10px;
  background: var(--primary-color);
  letter-spacing: 1px;
}
.userInfo_wrap .userGradeName.nextLevel {
  background: var(--secondary-color);
}
.userInfo_wrap .currentVip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--primary-color);
  font-size: 15px;
  margin-bottom: 15px;
}
.userInfo_wrap .currentVip span {
  color: #910782;
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}

.userFlow_wrap {
  width: auto;
  padding: 20px 10px 20px 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.userFlow_wrap .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.userFlow_wrap .text span:not(:first-of-type) {
  margin-left: 10px;
}
.userFlow_wrap .text .current {
  color: var(--primary-color);
}
.userFlow_wrap label {
  color: var(--primary-color);
  font-size: 14px;
}
.userFlow_wrap img {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 15px;
}

.prerogative_descriptGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 8px;
}
.prerogative_descriptGroup .descriptItem {
  width: 33.3333%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  background: url(../img/vipinfo-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.prerogative_descriptGroup .descriptItem .txt_info {
  margin-left: 2rem;
}
.prerogative_descriptGroup .descriptItem p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
.prerogative_descriptGroup .descriptItem span {
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  color: #fff;
}
.prerogative_descriptGroup .descriptItem .num {
  margin-top: 10px;
}
.prerogative_descriptGroup .descriptItem .tip {
  color: #ff648e;
  font-size: 13px;
}
.prerogative_descriptGroup .descriptItem .tip span {
  color: #ff648e;
}
.prerogative_descriptGroup .descriptItem:last-child {
  border-right: none;
}
.prerogative_descriptGroup .ic_box.ic_upgrade {
  width: 110px;
  height: 110px;
  background-image: url(../img/vipinfo-1.png);
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100%;
}
.prerogative_descriptGroup .ic_box.ic_birthday {
  width: 110px;
  height: 110px;
  background-image: url(../img/vipinfo-2.png);
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100%;
}
.prerogative_descriptGroup .ic_box.ic_vipBonus {
  width: 110px;
  height: 110px;
  background-image: url(../img/vipinfo-3.png);
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100%;
}

.vip_card {
  border-radius: 10px;
  position: relative;
  padding: 20px 15px !important;
  line-height: 16px;
  width: 48%;
  height: 320px;
  margin-bottom: 30px;
}
.vip_card .vip_card_background {
  border-radius: 10px;
  height: 260px;
  padding: 15px;
  display: block;
}
.vip_card .vip_card_background {
  background-repeat: no-repeat;
  -ms-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
}
.vip_card .vip_card_background.vip1 {
  background-image: url(../img/vip-1.png);
  background-size: cover;
}
.vip_card .vip_card_background.vip2 {
  background-image: url(../img/vip-2.png);
  background-size: cover;
}
.vip_card .vip_card_background.vip3 {
  background-image: url(../img/vip-3.png);
  background-size: cover;
}
.vip_card .vip_card_background.vip4 {
  background-image: url(../img/vip-4.png);
  background-size: cover;
}
.vip_card .vip_card_background.vip5 {
  background-image: url(../img/vip-5.png);
  background-size: cover;
}
.vip_card .vip_card_background.vip6 {
  background-image: url(../img/vip-6.png);
  background-size: cover;
}
.vip_card .levelName {
  line-height: 22px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  text-shadow: 0px 1px 2px #8f8f8f;
}
.vip_card .levelInfo-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.vip_card .levelInfo-wrap .levelInfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  color: #fff;
  text-shadow: 0px 1px 2px #8f8f8f;
}
.vip_card .levelInfo-wrap .levelInfo-item p {
  font-size: 20px;
  margin-bottom: 15px;
}
.vip_card .levelInfo-wrap .levelInfo-item span {
  font-size: 14px;
  text-align: center;
}
.vip_card .swiper-button-next, .vip_card .swiper-button-prev {
  color: #fff;
}
.vip_card .swiper-button-next:after, .vip_card .swiper-button-prev:after {
  font-size: 16px;
}
.vip_card .swiper-slide {
  background: transparent;
}
.vip_card .swiper-horizontal > .swiper-pagination-bullets, .vip_card .swiper-pagination-bullets.swiper-pagination-horizontal, .vip_card .swiper-pagination-custom, .vip_card .swiper-pagination-fraction {
  bottom: 0;
}
.vip_card .swiper-pagination-bullet-active {
  width: 35px;
}

/*bonus*/
.bonusRecord_content {
  min-height: 447px;
}

.bonusHead {
  width: 100%;
  height: 216px;
}

.bonusRecord_table {
  width: 100%;
}
.bonusRecord_table tr {
  width: 100%;
}
.bonusRecord_table tr:nth-of-type(odd) td {
  background: #0f3f68;
}
.bonusRecord_table tr:nth-of-type(odd) td:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.bonusRecord_table tr:nth-of-type(odd) td:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.bonusRecord_table tr th {
  background: var(--secondary-color);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.bonusRecord_table tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.bonusRecord_table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.bonusRecord_table tr td {
  text-align: center;
}
.bonusRecord_table tr th:nth-of-type(1), .bonusRecord_table tr td:nth-of-type(1), .bonusRecord_table tr th:nth-of-type(2), .bonusRecord_table tr td:nth-of-type(2), .bonusRecord_table tr th:nth-of-type(3), .bonusRecord_table tr td:nth-of-type(3), .bonusRecord_table tr th:nth-of-type(4), .bonusRecord_table tr td:nth-of-type(4), .bonusRecord_table tr th:nth-of-type(5) {
  width: 20%;
}
.bonusRecord_table tr td {
  color: #fff;
  font-size: 13px;
  padding: 9.5px 0;
  line-height: 20px;
  height: 45px;
}
.bonusRecord_table tr td:nth-of-type(5) {
  width: 20%;
}
.bonusRecord_table tr td:nth-of-type(3) {
  color: #ff648e;
}
.bonusRecord_table tr td:nth-of-type(3) .received {
  color: #31ccec;
}
.bonusRecord_table tr td .btn-md {
  line-height: 24px;
  border-radius: 12px;
  min-width: 85px;
  width: auto;
  padding: 0 20px;
}

.nullData_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  padding: 100px 0;
}
.nullData_container img {
  width: 100px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

/*Wallet*/
.centerWallet_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.centerWallet_box .centerWallet_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 20px 0px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid rgba(153, 110, 159, 0.5882352941);
}
.centerWallet_box .centerWallet_content .amount_wrap {
  padding: 0px 0px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.centerWallet_box .centerWallet_content .amount_wrap:nth-of-type(1) {
  width: 58%;
}
.centerWallet_box .centerWallet_content .amount_wrap:nth-of-type(2) {
  width: 42%;
}
.centerWallet_box .centerWallet_content .amount_wrap:not(:first-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.centerWallet_box .centerWallet_content .amount_wrap button {
  border: none;
  position: absolute;
  right: 10px;
  top: 0px;
  min-height: 28px;
  white-space: nowrap;
}

.walletOperate-inner {
  width: 30%;
  padding: 20px;
  border-radius: 5px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
}
.walletOperate-inner a {
  text-align: center;
}
.walletOperate-inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.walletOperate-inner li:hover .ic_box {
  background-color: rgba(255, 214, 125, 0.2);
}
.walletOperate-inner li:hover span {
  color: var(--primary-color);
}
.walletOperate-inner li .ic_box {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("../img/ic-wallet2.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.walletOperate-inner li .ic_box.deposit {
  background-position: 0px 0%;
}
.walletOperate-inner li .ic_box.transfer {
  background-position: 0px 50%;
}
.walletOperate-inner li .ic_box.withdrawal {
  background-position: 0px 100%;
}
.walletOperate-inner li span {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  color: #996E9F;
  font-size: 13px;
  margin-top: 8px;
}

.walletTrans_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6125rem;
}
.walletTrans_inner .ic_transfer {
  width: 30px;
  height: 30px;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 10px 0px;
}

.form_operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}
.form_operate .q-primary-btn {
  width: auto;
  margin-left: 0.6125rem;
}

.amountList_box {
  position: relative;
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8);
          box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8);
  border-radius: 10px;
}

.info_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info_wrap.totoFunds .info_title, .info_wrap.walletBalance .info_title {
  color: var(--primary-color);
}
.info_wrap.totoFunds .amount_content, .info_wrap.walletBalance .amount_content {
  color: var(--primary-color);
}
.info_wrap .info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  margin-bottom: 10px;
}
.info_wrap .info_title .iconfont {
  font-size: 18px;
  margin-right: 5px;
  width: 30px;
}
.info_wrap .info_title .iconfont img {
  width: 100%;
}
.info_wrap .amount_content {
  margin-top: 10px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_wrap .amount_content span {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-left: 20px;
}
.info_wrap .amount_content .iconfont {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  color: #fff;
}
.info_wrap .amount_content .iconfont:hover {
  color: var(--primary-color);
}
.info_wrap .amount_content .ic_reload {
  background: url(../img/ic-refresh2.png) center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info_wrap .amount_content .ic_reload:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.venueList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.venueList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #00649d;
  padding: 15px 20px;
  width: calc((100% - 60px) / 4);
  height: 90px;
  border-radius: 8px;
  margin-bottom: 20px;
  line-height: 16px;
  background: var(--secondary-color);
}
.venueList li:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
.venueList li .venue-title {
  color: #fff;
  height: 34px;
  font-size: 15px;
}
.venueList li .venue-status {
  font-size: 18px;
  line-height: 18px;
  color: var(--assist-color);
}
.venueList li .venue-status.maintain {
  color: #ff648e;
  font-size: 15px;
}

.btn-oneclick {
  width: 76px;
  height: 76px;
  background: url(../img/btn-oneclick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form_operate2 input {
  color: var(--primary-color);
  background: #ffffff;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(100, 182, 221, 0.8);
  box-shadow: inset 0 0 5px 2px rgba(100, 182, 221, 0.8);
  border-radius: 10px;
  font-weight: bold;
  width: 100%;
  margin-right: 10px;
}
.form_operate2 input::-webkit-input-placeholder {
  color: #999;
}
.form_operate2 input::-moz-placeholder {
  color: #999;
}
.form_operate2 input:-ms-input-placeholder {
  color: #999;
}
.form_operate2 input::-ms-input-placeholder {
  color: #999;
}
.form_operate2 input::placeholder {
  color: #999;
}

.btn-green {
  width: 90px;
  cursor: pointer;
  line-height: inherit;
  background: url(../img/btn-green.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 0.2rem 0.625rem;
}

.btn-blue2 {
  cursor: pointer;
  line-height: inherit;
  background: url(../img/btn-blue2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 0.2rem 0.625rem;
  height: 40px;
  margin-bottom: 10px;
}

.btn-purple2 {
  cursor: pointer;
  line-height: inherit;
  background: url(../img/btn-purple2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 0.2rem 0.625rem;
  height: 40px;
  margin-bottom: 10px;
}

/*record*/
.record-wrap .w-50 {
  width: 50% !important;
}
.record-wrap .formGroup {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0;
}
.record-wrap .label {
  width: 100px;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 10px;
}
.record-wrap .items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.record-wrap .tabGroup {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: var(--primary-color);
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 40px;
}
.record-wrap .tab {
  line-height: 48px;
  padding: 0px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid var(--primary-color);
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0);
}
.record-wrap .tab:active, .record-wrap .tab:hover {
  color: rgb(255, 255, 255);
  background: var(--primary-color);
}
.record-wrap .tab.active {
  color: rgb(255, 255, 255);
  background: var(--primary-color);
}

.record_content {
  min-height: 447px;
}

.recordDeposit_table {
  width: 100%;
}
.recordDeposit_table tr {
  width: 100%;
}
.recordDeposit_table tr.th-bg {
  background: url(../img/th-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.recordDeposit_table tr:nth-of-type(odd) td {
  background: #0074a0;
}
.recordDeposit_table tr:nth-of-type(odd) td:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.recordDeposit_table tr:nth-of-type(odd) td:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.recordDeposit_table tr th {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
}
.recordDeposit_table tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.recordDeposit_table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.recordDeposit_table tr td {
  text-align: center;
}
.recordDeposit_table tr th:nth-of-type(1), .recordDeposit_table tr td:nth-of-type(1), .recordDeposit_table tr th:nth-of-type(2), .recordDeposit_table tr td:nth-of-type(2), .recordDeposit_table tr th:nth-of-type(3), .recordDeposit_table tr td:nth-of-type(3), .recordDeposit_table tr th:nth-of-type(4), .recordDeposit_table tr td:nth-of-type(4), .recordDeposit_table tr th:nth-of-type(5) {
  width: 20%;
}
.recordDeposit_table tr td {
  color: #fff;
  font-size: 13px;
  padding: 9.5px 0;
  line-height: 20px;
}
.recordDeposit_table tr td:nth-of-type(5) {
  width: 20%;
}
.recordDeposit_table tr td .order_status {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  min-width: 55px;
  color: #fff;
}
.recordDeposit_table tr td .order_status.process {
  background: #258de8;
}
.recordDeposit_table tr td .order_status.complete {
  background: #11b664;
}
.recordDeposit_table tr td .order_status.failure, .recordDeposit_table tr td .order_status.reject {
  background: #ff648e;
}

.recordWithdrawal_table {
  width: 100%;
}
.recordWithdrawal_table tr {
  width: 100%;
}
.recordWithdrawal_table tr:nth-of-type(odd) td {
  background: #0f3f68;
}
.recordWithdrawal_table tr:nth-of-type(odd) td:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.recordWithdrawal_table tr:nth-of-type(odd) td:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.recordWithdrawal_table tr th {
  background: var(--secondary-color);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.recordWithdrawal_table tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.recordWithdrawal_table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.recordWithdrawal_table tr td {
  text-align: center;
}
.recordWithdrawal_table tr th:nth-of-type(1), .recordWithdrawal_table tr td:nth-of-type(1), .recordWithdrawal_table tr th:nth-of-type(2), .recordWithdrawal_table tr td:nth-of-type(2), .recordWithdrawal_table tr th:nth-of-type(3), .recordWithdrawal_table tr td:nth-of-type(3), .recordWithdrawal_table tr th:nth-of-type(4), .recordWithdrawal_table tr td:nth-of-type(4), .recordWithdrawal_table tr th:nth-of-type(5) {
  width: 20%;
}
.recordWithdrawal_table tr td {
  color: #fff;
  font-size: 13px;
  padding: 9.5px 0;
  line-height: 20px;
}
.recordWithdrawal_table tr td:nth-of-type(5) {
  width: 20%;
}
.recordWithdrawal_table tr td .order_status {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  min-width: 55px;
  color: #fff;
}
.recordWithdrawal_table tr td .order_status.process {
  background: #258de8;
}
.recordWithdrawal_table tr td .order_status.complete {
  background: #11b664;
}
.recordWithdrawal_table tr td .order_status.failure, .recordWithdrawal_table tr td .order_status.reject {
  background: #ff648e;
}

.recordTransfer_table {
  width: 100%;
}
.recordTransfer_table tr {
  width: 100%;
}
.recordTransfer_table tr:nth-of-type(odd) td {
  background: #0f3f68;
}
.recordTransfer_table tr:nth-of-type(odd) td:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.recordTransfer_table tr:nth-of-type(odd) td:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.recordTransfer_table tr th {
  background: var(--secondary-color);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.recordTransfer_table tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.recordTransfer_table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.recordTransfer_table tr td {
  text-align: center;
}
.recordTransfer_table tr th:nth-of-type(1), .recordTransfer_table tr td:nth-of-type(1) {
  width: 18%;
}
.recordTransfer_table tr th:nth-of-type(2), .recordTransfer_table tr td:nth-of-type(2), .recordTransfer_table tr th:nth-of-type(3), .recordTransfer_table tr td:nth-of-type(3), .recordTransfer_table tr th:nth-of-type(4), .recordTransfer_table tr td:nth-of-type(4) {
  width: 16%;
}
.recordTransfer_table tr th:nth-of-type(5), .recordTransfer_table tr td:nth-of-type(5) {
  width: 18%;
}
.recordTransfer_table tr th:nth-of-type(6) {
  width: 16%;
}
.recordTransfer_table tr td {
  color: #fff;
  font-size: 13px;
  padding: 9.5px 0;
  line-height: 20px;
}
.recordTransfer_table tr td:nth-of-type(6) {
  width: 16%;
}
.recordTransfer_table tr td .order_status {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  min-width: 55px;
  color: #fff;
}
.recordTransfer_table tr td .order_status.process {
  background: #258de8;
}
.recordTransfer_table tr td .order_status.complete {
  background: #11b664;
}
.recordTransfer_table tr td .order_status.failure, .recordTransfer_table tr td .order_status.reject {
  background: #ff648e;
}

/*bankcard*/
.task-wrap {
  height: 100%;
}

.task-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.financial-tabbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 50px;
}
.financial-tabbar a {
  color: #996E9F;
}
.financial-tabbar .financial-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.financial-tabbar .financial-item .tab-middle {
  min-width: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 4px 16px 3px 10px;
}
.financial-tabbar .financial-item:hover .tab-middle p {
  color: var(--primary-color);
}
.financial-tabbar .financial-item.active .tab-middle {
  background: var(--primary-color);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.financial-tabbar .financial-item.active .tab-middle P {
  color: #fff;
  font-weight: 700;
}
.financial-tabbar .financial-item.active .tab-middle:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -10px;
  bottom: 0;
  background: radial-gradient(circle at 0 0, transparent, transparent 10px, var(--primary-color) 10px, var(--primary-color));
}
.financial-tabbar .financial-item.active .tab-middle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -10px;
  bottom: 0;
  background: radial-gradient(circle at 100% 0, transparent, transparent 10px, var(--primary-color) 10px, var(--primary-color));
}

.bankcardR-wrap button {
  position: absolute;
  right: 0;
  border: none;
  position: absolute;
  min-height: 28px;
  white-space: nowrap;
}

.card_amount {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.card_amount p {
  line-height: 18px;
  margin-left: 10px;
  color: var(--primary-color);
}
.card_amount span {
  color: #996E9F;
}
.card_amount .q-twpay-btn {
  position: absolute;
  right: 0;
}

.add_btn {
  width: 345px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  color: #996E9F;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.add_btn:hover {
  background: #dfd2e1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--primary-color);
}
.add_btn .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.add_btn.add-twpay {
  margin-right: 20px;
}

.cards_inner {
  width: 100%;
  width: 750px;
  position: relative;
}

.bankcard-wrap {
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 20px;
}
.bankcard-wrap .taiwanpay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bankcard {
  width: 345px;
  height: 200px;
  border-radius: 10px;
  position: relative;
  margin: 10px 0;
}
.bankcard:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
.bankcard.bankcard_bg {
  background-size: 100% auto;
  background-image: url(../img/bg-bankcard.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
}
.bankcard .btn_audit {
  cursor: pointer;
  position: absolute;
  right: -5px;
  text-align: right;
  padding: 14px 4px 7px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 96px;
  height: 38px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 1px 1px #7727a5;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
  font-size: 13px;
}
.bankcard .btn_audit .iconfont {
  font-size: 15px;
  margin-left: 3px;
}
.bankcard .bank_name, .bankcard .bank_num, .bankcard .bank_addDate {
  text-shadow: 0px 1px 2px #8f8f8f;
  color: #fff;
}
.bankcard .bank_name {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 20px;
}
.bankcard .bank_twpay {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 26%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(0, 0, 0, 0.14);
  padding: 4px 10px;
  border-radius: 16px;
}
.bankcard .bank_num {
  font-size: 20px;
  text-align: center;
  font-family: Roboto-Regular, Segoe UI, Tahoma, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bankcard .bank_addDate {
  text-align: right;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.bankcard .bank_addDate span {
  margin-left: 5px;
  font-size: 1rem;
  font-family: Roboto-Regular, Segoe UI, Tahoma, Arial, sans-serif;
}
.bankcard.success .bank_status {
  color: #ffdc32;
}
.bankcard.fail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
}
.bankcard.fail .bank_status {
  color: #ff648e;
  background: rgba(255, 255, 255, 0.7490196078);
  border: 1px solid #ff648e;
}
.bankcard.unaudit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
}
.bankcard.unaudit .bank_status {
  color: #cf4ad1;
  background: rgba(255, 255, 255, 0.7490196078);
  border: 1px solid #cf4ad1;
}
.bankcard.audit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
}
.bankcard.audit .bank_status {
  color: #6589ff;
  background: rgba(255, 255, 255, 0.7490196078);
  border: 1px solid rgb(101, 137, 255);
}
.bankcard .bank_status {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.bankcard .statu_btn {
  cursor: pointer;
  padding: 2px 8px;
  color: rgba(255, 255, 255, 0.7490196078);
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 70px;
}
.bankcard .statu_btn:hover {
  color: #ff648e;
}

.title-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
}
.title-step .step-label {
  display: inline-block;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#8ee4ff), to(#3495ff)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, #8ee4ff 0%, #3495ff 100%) 0% 0% no-repeat;
  padding: 3px 8px 4px;
  border-radius: 6px;
  height: 22px;
}
.title-step p {
  display: inline-block;
  margin: 0 6px;
  color: var(--primary-color);
}

.service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 0.875rem;
  color: var(--primary-color);
}
.service span {
  padding: 0 0.3125rem;
  color: var(--primary-color);
  cursor: pointer;
}

/*message*/
.member_common_layout.main {
  min-height: 909px;
}

.msg_container {
  margin-top: 40px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-width: 1px;
  border-color: rgba(153, 110, 159, 0.5882352941);
  border-style: solid;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 660px;
}

/*annoucement*/
.annoucement_container .tabGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
}
.annoucement_container .tabGroup .tab {
  cursor: pointer;
  background: transparent;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
}
.annoucement_container .tabGroup .tab .tabLeft, .annoucement_container .tabGroup .tab .tabRight {
  width: 10%;
  height: 100%;
}
.annoucement_container .tabGroup .tab .tabMiddle {
  font-size: 14px;
  position: relative;
  width: 80%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.annoucement_container .tabGroup .tab.active {
  color: var(--primary-color);
}
.annoucement_container .tabGroup .tab.active .tabLeft, .annoucement_container .tabGroup .tab.active .tabRight {
  position: relative;
  background: transparent;
}
.annoucement_container .tabGroup .tab.active .tabLeft:after, .annoucement_container .tabGroup .tab.active .tabRight:after {
  display: none;
}
.annoucement_container .tabGroup .tab.active .tabLeft:after {
  border-radius: 0 0 8px;
  right: 0;
}
.annoucement_container .tabGroup .tab.active .tabRight:after {
  border-radius: 0 0 0 8px;
  left: 0;
}
.annoucement_container .tabGroup .tab.active .tabMiddle {
  background: transparent;
}
.annoucement_container .tabGroup .tab.active .tabMiddle:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--primary-color);
}
.annoucement_container .tabGroup .tab:hover {
  color: var(--primary-color);
}
.annoucement_container .msg_container {
  min-height: 600px;
  margin-top: 0;
}
.annoucement_container .msg_item {
  width: 100%;
  height: 60px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.annoucement_container .msg_item:hover {
  background: none;
}
.annoucement_container .msg_item:first-of-type {
  border-radius: 6px 6px 0 0;
}
.annoucement_container .msg_item:nth-of-type(10n) {
  border-radius: 0 0 6px 6px;
}
.annoucement_container .msg_item:nth-of-type(even) {
  background: #f0eef4;
}
.annoucement_container .msg_item .msgIcon_container {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.annoucement_container .msg_item .msg_title {
  color: var(--primary-color);
  width: 250px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.annoucement_container .msg_item .msg_content {
  color: var(--primary-color);
  width: 445px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
  height: 100%;
  line-height: 32px;
}
.annoucement_container .msg_item .msg_content img {
  width: 100%;
}
.annoucement_container .msg_item .msg_content a {
  color: var(--primary-color) !important;
  text-decoration: none;
}
.annoucement_container .msg_item .msg_content a:hover {
  color: #fff;
}
.annoucement_container .msg_item .msg_content :first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.annoucement_container .msg_item .msg_content :not(:first-child) {
  display: none;
}
.annoucement_container .msg_item .msg_time {
  color: var(--primary-color);
  width: 160px;
  font-size: 13px;
  text-align: right;
}

/*transaction*/
.deposit-inner {
  min-height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.deposit-inner li {
  width: calc((100% - 75px) / 6);
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: var(--primary-color);
}
.deposit-inner li a {
  display: contents;
}
.deposit-inner li:not(:last-of-type) {
  margin-right: 15px;
}
.deposit-inner li:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
}
.deposit-inner li.active {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
}
.deposit-inner li:hover span, .deposit-inner li.active span {
  color: var(--primary-color);
}
.deposit-inner li span {
  text-align: center;
  font-size: 13px;
  height: 28px;
  color: var(--primary-color);
}
.deposit-inner li .trans-tag {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 50px;
  height: 18px;
  background-image: url(../img/bank-tag.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ic_box {
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 8px;
}
.ic_box img {
  width: 100%;
}
.ic_box.market {
  background-image: url(../img/market.webp);
}
.ic_box.bankweb {
  background-image: url(../img/bankweb.webp);
}
.ic_box.usdt {
  background-image: url(../img/usdt.webp);
}
.ic_box.creditcard {
  background-image: url(../img/creditcard.webp);
}

.usdtTxt {
  font-size: 13px;
  margin-top: -8px;
  color: #996E9F;
}

.banner-box {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  padding-bottom: 20px;
}
.banner-box .swiper-slide {
  background: transparent;
}
.banner-box .swiper-slide img {
  margin-bottom: 10px;
}
.banner-box .swiper-pagination {
  bottom: 0;
}

/*paymentMarket*/
a.back_btn {
  padding: 5px 0;
  color: var(--primary-color);
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  display: block;
}
a.back_btn:hover {
  color: #bee9ff;
}

.quickAmount_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}
.quickAmount_container .base-btn {
  border-radius: 30px;
  background: transparent;
  padding: 0 10px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding: 10px;
  margin: 0 5px;
}
.quickAmount_container .base-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

/*transfer*/
.amountList_box button {
  border: none;
  right: 10px;
  top: 0px;
  min-height: 28px;
  white-space: nowrap;
}

.walletTrans_inner .select {
  background: #dfd2e1;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 5px;
  width: 100%;
  min-height: 50px;
  color: var(--primary-color);
}
.walletTrans_inner .select .select--game {
  padding: 5px;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  background: #dfd2e1;
  border-radius: 5px;
}

/*withdrawal*/
.withdrawal-tabbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 50px;
}

.withdrawal-tabbar .withdrawal-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.withdrawal-tabbar .withdrawal-item .tab-middle {
  min-width: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 4px 16px 3px 10px;
}
.withdrawal-tabbar .withdrawal-item:hover .tab-middle p {
  color: #fff;
}
.withdrawal-tabbar .withdrawal-item.active .tab-middle {
  background: var(--primary-color);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.withdrawal-tabbar .withdrawal-item.active .tab-middle P {
  color: #fff;
  font-weight: 700;
}
.withdrawal-tabbar .withdrawal-item.active:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -10px;
  bottom: 0;
  background: radial-gradient(circle at 0 0, transparent, transparent 10px, var(--primary-color) 10px, var(--primary-color));
}
.withdrawal-tabbar .withdrawal-item.active:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -10px;
  bottom: 0;
  background: radial-gradient(circle at 100% 0, transparent, transparent 10px, var(--primary-color) 10px, var(--primary-color));
}

.formGroup {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
}
.formGroup input, .formGroup textarea {
  background: transparent;
  min-width: 250px;
  outline: none;
  border: none;
  border-bottom: 1px solid #1c2a4e;
}
.formGroup input::-webkit-input-placeholder, .formGroup textarea::-webkit-input-placeholder {
  color: #999;
}
.formGroup input::-moz-placeholder, .formGroup textarea::-moz-placeholder {
  color: #999;
}
.formGroup input:-ms-input-placeholder, .formGroup textarea:-ms-input-placeholder {
  color: #999;
}
.formGroup input::-ms-input-placeholder, .formGroup textarea::-ms-input-placeholder {
  color: #999;
}
.formGroup input::placeholder, .formGroup textarea::placeholder {
  color: #999;
}
.formGroup input:focus, .formGroup textarea:focus {
  border-bottom: 1px solid var(--primary-color);
}
.formGroup .label {
  width: 100px;
  height: 45px;
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 10px;
  white-space: nowrap;
}
.formGroup .label2 {
  width: 120px;
  height: 45px;
  padding-top: 18px;
  padding-bottom: 28px;
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 10px;
}
.formGroup .input_underline {
  padding-top: 18px;
  padding-bottom: 12px;
  font-size: 15px;
  color: var(--primary-color);
  min-width: 270px;
  width: 100%;
}
.formGroup .input_underline2 {
  border-bottom: 1px solid #1c2a4e;
  padding-left: 5px;
}
.formGroup .input_underline2:hover {
  border-bottom: 1px solid #1c2a4e;
}
.formGroup .input_underline2 span {
  margin: 0 5px;
  color: var(--primary-color);
}
.formGroup .input_date {
  background: #ffffff;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(100, 182, 221, 0.8);
          box-shadow: inset 0 0 5px 2px rgba(100, 182, 221, 0.8);
  border-radius: 10px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
}
.formGroup .input_textarea {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  line-height: 18px;
  padding: 15px 12px;
  border: 1px solid #8ba7d5;
  color: #fff;
  margin-right: 30px;
  height: 90px;
}
.formGroup .select {
  position: relative;
  cursor: pointer;
  text-align: left;
  line-height: 18px;
  padding: 5px;
  width: 100%;
  min-height: 46px;
  color: var(--primary-color);
  background: #ffffff;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(100, 182, 221, 0.8);
          box-shadow: inset 0 0 5px 2px rgba(100, 182, 221, 0.8);
  border-radius: 10px;
  font-weight: bold;
}
.formGroup .select:focus {
  border: none;
  border-bottom: 1px solid var(--primary-color);
}
.formGroup .select .svg-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.formGroup .select .svg-icon .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  color: #fff;
}
.formGroup .select ul {
  position: absolute;
  width: 100%;
  z-index: 5;
  background: #12436d;
  color: #fff;
  max-height: 160px;
  overflow-y: auto;
}
.formGroup .select ul li {
  width: inherit;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  line-height: 1.2;
}
.formGroup .select ul li:hover {
  background: #2f628a;
}
.formGroup .select ul li:first-child {
  border-top: 1px solid var(--primary-color);
}
.formGroup .select ul li:first-child:hover {
  background: #2f628a;
}
.formGroup .select ul li.active {
  background: #2f628a;
}
.formGroup .select ul li span {
  display: inline-block;
}
.formGroup .select .select--nobg {
  padding: 5px;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.bank_info {
  padding: 20px;
  background: #f0eef4;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
}

/*allrecord*/
.allrecord_container .tabGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
}
.allrecord_container .tabGroup .tab {
  cursor: pointer;
  background: transparent;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
}
.allrecord_container .tabGroup .tab .tabLeft, .allrecord_container .tabGroup .tab .tabRight {
  width: 10%;
  height: 100%;
}
.allrecord_container .tabGroup .tab .tabMiddle {
  font-size: 14px;
  position: relative;
  width: 80%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.allrecord_container .tabGroup .tab.active {
  color: var(--primary-color);
}
.allrecord_container .tabGroup .tab.active .tabLeft, .allrecord_container .tabGroup .tab.active .tabRight {
  position: relative;
  background: transparent;
}
.allrecord_container .tabGroup .tab.active .tabLeft:after, .allrecord_container .tabGroup .tab.active .tabRight:after {
  display: none;
}
.allrecord_container .tabGroup .tab.active .tabLeft:after {
  border-radius: 0 0 8px;
  right: 0;
}
.allrecord_container .tabGroup .tab.active .tabRight:after {
  border-radius: 0 0 0 8px;
  left: 0;
}
.allrecord_container .tabGroup .tab.active .tabMiddle {
  background: transparent;
}
.allrecord_container .tabGroup .tab.active .tabMiddle:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--primary-color);
}
.allrecord_container .tabGroup .tab:hover {
  color: var(--primary-color);
}
.allrecord_container .allrecord_content {
  min-height: 690px;
  margin-top: 0;
  padding: 10px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-width: 1px;
  border-color: rgba(153, 110, 159, 0.5882352941);
  border-style: solid;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.allrecord_container .allrecord_content .record_content {
  min-height: 550px;
}
.allrecord_container .allrecord_content form {
  width: 100%;
  height: 100%;
}
.allrecord_container .allrecord_content form .sum {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--secondary-color);
  margin: 10px 0;
  padding: 10px 0;
  border-radius: 0.3rem;
}
.allrecord_container .allrecord_content form .sum .in {
  padding: 5px 9px;
  white-space: nowrap;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.allrecord_container .allrecord_content table.allrecord_table {
  overflow: auto;
  border-collapse: initial;
  display: table;
  width: 100%;
  border-spacing: 0;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.allrecord_container .allrecord_content table.allrecord_table tr {
  border: none;
}
.allrecord_container .allrecord_content table.allrecord_table tr:nth-of-type(odd) td {
  background: #f0eef4;
}
.allrecord_container .allrecord_content table.allrecord_table tr th {
  border: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background: var(--secondary-color);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  padding: 5px 15px;
}
.allrecord_container .allrecord_content table.allrecord_table tr th:hover .sortType-icon {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.allrecord_container .allrecord_content table.allrecord_table tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.allrecord_container .allrecord_content table.allrecord_table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.allrecord_container .allrecord_content table.allrecord_table tr th .sortable {
  cursor: pointer;
}
.allrecord_container .allrecord_content table.allrecord_table tr th .direction-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allrecord_container .allrecord_content table.allrecord_table tr th .sortType-icon {
  border: 5px solid transparent;
  margin-top: -3px;
  margin-left: 4px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  border-bottom-color: var(--easy-table-header-font-color);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.allrecord_container .allrecord_content table.allrecord_table tr th .none .sortType-icon {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.allrecord_container .allrecord_content table.allrecord_table tr th .desc .sortType-icon {
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.allrecord_container .allrecord_content table.allrecord_table tr td {
  color: var(--primary-color);
  font-size: 13px;
  line-height: 20px;
  padding: 10px 15px;
}
.allrecord_container .allrecord_table_footer {
  background: var(--secondary-color);
  color: #fff;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  border-radius: 0.3rem;
  padding: 0 15px;
}
.allrecord_container .allrecord_table_footer .pagination_items-index {
  margin: 0 20px 0 10px;
}
.allrecord_container .allrecord_table_footer .previous-page_click-button, .allrecord_container .allrecord_table_footer .next-page_click-button {
  margin: 0 5px;
  cursor: pointer;
}
.allrecord_container .allrecord_table_footer .previous-page_click-button .first-page, .allrecord_container .allrecord_table_footer .previous-page_click-button .last-page, .allrecord_container .allrecord_table_footer .next-page_click-button .first-page, .allrecord_container .allrecord_table_footer .next-page_click-button .last-page {
  cursor: not-allowed;
}
.allrecord_container .allrecord_table_footer .previous-page_click-button .arrow, .allrecord_container .allrecord_table_footer .next-page_click-button .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-color: #e0e0e0;
}
.allrecord_container .allrecord_table_footer .previous-page_click-button .arrow-right, .allrecord_container .allrecord_table_footer .next-page_click-button .arrow-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.allrecord_container .allrecord_table_footer .previous-page_click-button .arrow-left, .allrecord_container .allrecord_table_footer .next-page_click-button .arrow-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*-------------------Mob-------------------*/
.page {
  display: none;
}
.page.active {
  display: block;
}

.data-btn {
  width: auto;
  font-size: 0.9rem;
  cursor: pointer;
  line-height: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.2rem 0.625rem;
  background: var(--secondary-color);
}

.card {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  border: none;
}
.card:not(:first-of-type) {
  margin-top: 0.6125rem;
}
.card .card-header {
  width: 100%;
  line-height: 2.5rem;
  padding: 0 0.8125rem;
  background: var(--primary-color);
  color: #fff;
  text-shadow: 0px 1px 1px var(--secondary-color);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: none;
}
.card .card-header .descript {
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  position: absolute;
  right: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}
.card .card_content {
  width: 100%;
  padding: 0.8125rem 0.6125rem;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8);
  box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8);
}

.vip_wrap {
  width: 100%;
}

.topHeader_container {
  width: calc(100% - 1.75rem);
  margin: 0 auto 0.75rem;
  height: 160px;
  padding: 1.25rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.topHeader_container .topHeader_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: drop-shadow(0px 0.1875rem 0.375rem rgba(5, 19, 48, 0.2470588235));
  -webkit-filter: drop-shadow(0px 0.1875rem 0.375rem rgba(5, 19, 48, 0.2470588235));
          filter: drop-shadow(0px 0.1875rem 0.375rem rgba(5, 19, 48, 0.2470588235));
}

@media (min-width: 320px) {
  .topHeader_container {
    height: 160px;
    padding: 0 0.3125rem;
  }
}
@media (min-width: 350px) {
  .topHeader_container {
    height: 177px;
  }
}
@media (min-width: 360px) {
  .topHeader_container {
    height: 182px;
  }
}
@media (min-width: 375px) {
  .topHeader_container {
    height: 191px;
    padding: 1.25rem 0.875rem;
  }
}
@media (min-width: 390px) {
  .topHeader_container {
    height: 199px;
  }
}
@media (min-width: 400px) {
  .topHeader_container {
    height: 204px;
  }
}
@media (min-width: 414px) {
  .topHeader_container {
    height: 212px;
  }
}
@media (min-width: 530px) {
  .topHeader_container {
    height: 276px;
  }
}
@media (min-width: 576px) {
  .topHeader_container {
    height: 297px;
  }
}
@media (min-width: 600px) {
  .topHeader_container {
    height: 311px;
  }
}
@media (min-width: 768px) {
  .topHeader_container {
    height: 399px;
  }
}
.topHead_Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 0.6125rem;
}
.topHead_Info .user-icon {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  overflow: hidden;
}
.topHead_Info .user-icon img {
  width: 100%;
  height: auto;
}
.topHead_Info .avatar {
  width: 4.375rem;
  height: 4.375rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.topHead_Info .avatar.level1 {
  background-image: url(../img/level-1.png);
}
.topHead_Info .avatar.level2 {
  background-image: url(../img/level-2.png);
}
.topHead_Info .avatar.level3 {
  background-image: url(../img/level-3.png);
}
.topHead_Info .avatar.level4 {
  background-image: url(../img/level-4.png);
}
.topHead_Info .avatar.level5 {
  background-image: url(../img/level-5.png);
}
.topHead_Info .userInfo_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.75rem;
  position: relative;
}
.topHead_Info .userInfo_wrap .userName {
  font-family: Roboto-Light, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0.3125rem;
}
.topHead_Info .userInfo_wrap .userGrade {
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.topHead_deposit {
  padding: 1rem 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topHead_deposit .current {
  color: var(--primary-color);
  margin-right: 0.3125rem;
}
.topHead_deposit span {
  color: #fff;
  margin-left: 0.3125rem;
}
.topHead_deposit label {
  margin-right: 0.6125rem;
  font-size: 0.9375rem;
  color: var(--primary-color);
}

.topHead_ProgressBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHead_ProgressBar .progressBar_outer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.6125rem;
  height: 1rem;
  line-height: 0.9375rem;
  background: #4F1757;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.topHead_ProgressBar .progressBar_inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#662D6E), to(#7e4985));
  background: linear-gradient(180deg, #662D6E 0%, #7e4985 100%);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  border-radius: 0.5rem;
  white-space: nowrap;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.topHead_ProgressBar .inner_text {
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #fff;
  margin: 0 4px;
}

.userGradeName {
  position: relative;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 0 0.3125rem;
  line-height: 1.25rem;
  border-radius: 0.1875rem;
  background: var(--primary-color);
  letter-spacing: 1px;
  color: #fff;
}
.userGradeName.nextLevel {
  background: var(--secondary-color);
}

.vip_cardWrap {
  width: 100%;
  min-height: 29.125rem;
  padding: 0.875rem 0.875rem 5.25rem;
  border-radius: 0.9375rem;
  background: transparent;
}
.vip_cardWrap .vip_card {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

/*wallet*/
.totoFunds-title, .walletBalance-title {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.totoFunds-title {
  color: #8ba7d5;
}

.walletBalance-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8ba7d5;
}
.walletBalance-title .iconfont {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
  margin-left: 0 !important;
}
.walletBalance-title .iconfont img {
  width: 18px;
}

.totoFundsOperate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3125rem;
  margin-bottom: 1.5625rem;
}
.totoFundsOperate-wrap .secondary-btn {
  width: auto;
}

.totoFunds-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.5rem;
  color: var(--primary-color);
  font-size: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.totoFunds-content .iconfont {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-left: 0.5rem;
}

.card .iconfont {
  margin-left: 10px;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  display: inline-block;
}
.card .ic_reload {
  background: url(../img/ic-refresh2.png) center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.card .walletOperate-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: none;
  border: none;
  margin-left: 0;
}
.card .walletOperate-inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.card .walletOperate-inner li .ic_box {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  margin-bottom: 0.3125rem;
  background-image: url(../img/ic-wallet.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.card .walletOperate-inner li .ic_box.wallet-transfer {
  background-position: 0 100%;
}
.card .walletOperate-inner li .ic_box.wallet-transaction {
  background-position: 0 50%;
}
.card .walletOperate-inner li .ic_box.wallet-bankCard {
  background-position: 0 0%;
}
.card .walletOperate-inner li span {
  font-size: 0.8125rem;
  color: var(--primary-color);
}
.card .venueList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card .venueList li {
  width: 25%;
  border: none;
  border-top: 1px solid rgba(153, 110, 159, 0.5882352941);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding: 0.475rem 0;
  word-wrap: break-word;
  word-break: normal;
  background-image: none;
  margin-bottom: 0;
  line-height: 1rem;
  height: auto;
  background: transparent;
}
.card .venueList li:not(:nth-of-type(4n)) {
  margin-right: 0;
}
.card .venueList li:not(:nth-of-type(4n)):after {
  position: absolute;
  content: "";
  right: 0;
  display: block;
  width: 1px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.1490196078);
  margin-right: 0;
}
.card .venueList li .venue-title {
  width: 100%;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  height: 2rem;
  color: var(--primary-color);
}
.card .venueList li .venue-status {
  width: 100%;
  color: var(--secondary-color);
  font-size: 0.8125rem;
}
.card .venueList li .venue-status.maintain {
  font-size: 0.75rem;
  color: #ff648e;
}

.venueOperate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3125rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.walletBalance-content {
  color: var(--primary-color);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.walletBalance-content .iconfont {
  font-size: 1.125rem;
  margin-left: 0.5rem;
}
.walletBalance-content .iconfont img {
  width: 80%;
}

.collapse {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.collapse.show {
  max-height: 100%;
}

.collapse-btn {
  padding: 5px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
}

.btn-venueCollapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  font-size: 0.875rem;
  color: var(--primary-color);
  cursor: pointer;
}

.collapse-btn i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/ic-down.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.collapse-btn i.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*record*/
.record-tabwrap {
  position: fixed;
  top: 85px;
  width: 100%;
  z-index: 1;
}
.record-tabwrap .tabMenu_container {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0px 5px rgba(5, 19, 48, 0.2470588235);
          box-shadow: 0 0px 5px rgba(5, 19, 48, 0.2470588235);
  width: 100%;
  height: 3.125rem;
  top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  padding: 0 0.875rem;
  z-index: 2;
}
.record-tabwrap .tabMenu_container nav {
  width: 100%;
}
.record-tabwrap .tab_item {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 4.5rem;
  padding: 0.9375rem 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.record-tabwrap .tab_item .badge_num {
  right: -5%;
  top: 2.5%;
}
.record-tabwrap .tab_item.active {
  color: var(--primary-color);
}
.record-tabwrap .tab_item.active:after {
  width: 80%;
  height: 0.125rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  background-color: var(--primary-color);
  display: block;
  border-radius: 0.0625rem 0.0625rem 0 0;
}

.tab-record {
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 !important;
  position: initial;
  background: #12436d;
}
.tab-record .tab_item {
  height: 1.75rem;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.875rem;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.tab-record .tab_item.active {
  color: #fff;
  background: var(--primary-color);
  border: 0;
}
.tab-record .tab_item.active:after {
  height: 0;
}
.tab-record .tab_item:not(:last-child) {
  margin-right: 0.625rem;
}

.record-container {
  /* padding-top: 13rem; */
}

.recordDropdown_container {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(5, 19, 48, 0.2470588235);
          box-shadow: 0 0 5px rgba(5, 19, 48, 0.2470588235);
  width: 100%;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0.875rem;
}
.recordDropdown_container .svg-inline--fa {
  width: 10px;
}
.recordDropdown_container select {
  border: 0;
  border-radius: 100px;
  font-size: 0.875rem;
  background: #12436d;
}
.recordDropdown_container .item {
  width: auto;
  padding: 0.5rem 0.8rem;
  color: #fff;
  background: var(--primary-color);
}
.recordDropdown_container .item:not(:first-of-type) {
  margin-left: 0.6125rem;
}

.modal_select {
  padding: 0;
}

.selectItem {
  background-color: #12436d;
  text-align: center;
  padding: 0.6125rem 0.6125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.list_item {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(153, 110, 159, 0.4196078431);
          box-shadow: 0 2px 5px rgba(153, 110, 159, 0.4196078431);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.1875rem;
  overflow: hidden;
  padding: 0.8125rem 0.6125rem;
  position: relative;
  margin-bottom: 0.6125rem;
}
.list_item.transaction:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ee4ff), to(#3495ff)) 0% 0%;
  background: linear-gradient(180deg, #8ee4ff 0%, #3495ff 100%) 0% 0%;
}
.list_item.deposit .list_item_type {
  color: #ffcd45;
}
.list_item.deposit:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcd45), to(#fc682f)) 0% 0%;
  background: linear-gradient(180deg, #ffcd45 0%, #fc682f 100%) 0% 0%;
}
.list_item.withdraw .list_item_type {
  color: #e0abf5;
}
.list_item.withdraw:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0abf5), to(#6e4ef2)) 0% 0%;
  background: linear-gradient(180deg, #e0abf5 0%, #6e4ef2 100%) 0% 0%;
}
.list_item.bonus .list_item_type {
  color: #ff6d99;
}
.list_item.bonus:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8ecc), to(#ff3434)) 0% 0%;
  background: linear-gradient(180deg, #ff8ecc 0%, #ff3434 100%) 0% 0%;
}
.list_item:before {
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.list_item_type {
  font-size: 1rem;
  margin-bottom: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order_amount {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  color: var(--primary-color);
  text-align: right;
}

.order_info {
  width: 100%;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
}
.order_info .order_time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.25rem;
}
.order_info .order_time span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
}
.order_info .order_status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.order_info .order_status p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order_info .order_status span {
  display: inline-block;
  padding: 2px 5px;
  margin-top: 0.3125rem;
  border-radius: 3px;
  text-align: right;
  color: #fff;
}
.order_info .order_status span.process {
  background: #258de8;
}
.order_info .order_status span.complete {
  background: #11b664;
}
.order_info .order_status span.failure, .order_info .order_status span.reject {
  background: #ff648e;
}

.latestData_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.6125rem 0;
}
.latestData_container img {
  width: 3.3125rem;
  height: auto;
  display: block;
  margin-bottom: 0.6125rem;
}

/*bankcard*/
.taskM-wrap {
  position: fixed;
  top: 85px;
  width: 100%;
  z-index: 1;
}
.taskM-wrap .tabMenu_container {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0px 5px rgba(5, 19, 48, 0.2470588235);
          box-shadow: 0 0px 5px rgba(5, 19, 48, 0.2470588235);
  width: 100%;
  height: 3.125rem;
  position: fixed;
  top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  padding: 0 0.875rem;
  z-index: 2;
}
.taskM-wrap .tab_item {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 4.5rem;
  padding: 0.9375rem 0.25rem;
  color: var(--primary-color);
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.taskM-wrap .tab_item .badge_num {
  right: -5%;
  top: 2.5%;
}
.taskM-wrap .tab_item.active {
  color: var(--primary-color);
}
.taskM-wrap .tab_item.active:after {
  width: 80%;
  height: 0.125rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  background-color: var(--primary-color);
  display: block;
  border-radius: 0.0625rem 0.0625rem 0 0;
}

.bankcardM-container {
  padding-top: 7rem;
}
.bankcardM-container .cards_inner {
  width: 100%;
  position: relative;
}
.bankcardM-container .add_btn {
  width: 100%;
  height: 100px;
}
.bankcardM-container .bankcard-wrap {
  width: 100%;
  padding: 0.625rem 0;
  background: transparent;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.bankcardM-container .bankcard {
  width: 100%;
  border-radius: 0.6125rem;
  position: relative;
  scale: 0.94;
  z-index: 1;
}
.bankcardM-container .bankcard:not(:nth-of-type(2n)) {
  margin-right: 0px;
}
.bankcardM-container .bankcard .btn_audit {
  cursor: pointer;
  position: absolute;
  right: -0.3125rem;
  text-align: center;
  padding: 0.9375rem 0 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.375rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  color: #fff;
  text-shadow: 0px 1px 1px #7727a5;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.bankcardM-container .bankcard .btn_audit .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.bankcardM-container .bankcard .bank_name, .bankcardM-container .bankcard .bank_num, .bankcardM-container .bankcard .bank_addDate {
  text-shadow: 0px 1px 2px #8f8f8f;
  color: #fff;
}
.bankcardM-container .bankcard .bank_name {
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  max-width: 13.9375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0.875rem;
  left: 0.875rem;
}
.bankcardM-container .bankcard .bank_twpay {
  position: absolute;
  left: 50%;
  top: 26%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(0, 0, 0, 0.14);
  color: #fff;
  padding: 0.25rem 0.625rem;
  border-radius: 1rem;
  font-size: 0.875rem;
}
.bankcardM-container .bankcard .bank_num {
  font-size: 1.3125rem;
  text-align: center;
  font-family: Roboto-Regular, Segoe UI, Tahoma, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 320px) {
  .bankcardM-container .bankcard {
    height: 128px;
  }
}
@media (min-width: 350px) {
  .bankcardM-container .bankcard {
    height: 141px;
  }
}
@media (min-width: 360px) {
  .bankcardM-container .bankcard {
    height: 145px;
  }
}
@media (min-width: 375px) {
  .bankcardM-container .bankcard {
    height: 151px;
  }
}
@media (min-width: 390px) {
  .bankcardM-container .bankcard {
    height: 157px;
  }
}
@media (min-width: 400px) {
  .bankcardM-container .bankcard {
    height: 162px;
  }
}
@media (min-width: 414px) {
  .bankcardM-container .bankcard {
    height: 168px;
  }
}
@media (min-width: 530px) {
  .bankcardM-container .bankcard {
    height: 218px;
  }
}
@media (min-width: 576px) {
  .bankcardM-container .bankcard {
    height: 235px;
  }
}

.bankCount {
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1.6125rem;
}

/*annoucement*/
.annoucementM-container {
  padding-top: 7rem;
}
.annoucementM-container .msg_item {
  width: 100%;
  height: 3.625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.3175rem 0.75rem 3.5rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(153, 110, 159, 0.5882352941);
}
.annoucementM-container .msg_item:hover {
  background: transparent;
}
.annoucementM-container .msg_item .msg_time {
  color: #996E9F;
  font-size: 0.8rem;
}
.annoucementM-container .msg_item .iconfont {
  color: #996E9F;
  display: inline-block;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.annoucementM-container .msg_item .ic_allow_right:before {
  content: ">";
}

@media (max-width: 992px) {
  .msg_item {
    width: 100%;
    height: 3.625rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 1.3175rem 0.75rem 3.5rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid rgba(153, 110, 159, 0.5882352941);
  }
  .msg_item:hover {
    background: transparent;
  }
  .msg_item .msg_time {
    color: #996E9F;
    font-size: 0.8rem;
  }
  .msg_item .iconfont {
    color: #996E9F;
    display: inline-block;
    position: absolute;
    right: 0;
    pointer-events: none;
  }
  .msg_content {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5rem;
    word-break: break-all;
    color: var(--primary-color);
  }
}
/*transaction*/
.card_content .deposit-inner li {
  width: 33.3333333333%;
  min-height: 5.625rem;
}
.card_content .formGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_content .formGroup .label {
  width: auto;
  white-space: nowrap;
  margin-right: 20px;
}
.card_content .quickAmount_container .base-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ee4ff), to(#3495ff));
  background: linear-gradient(180deg, #8ee4ff 0%, #3495ff 100%);
  color: #fff;
}

.banner-boxM {
  position: static;
}

/*transfer*/
.transfer-wrap {
  width: 100%;
  min-height: 100%;
  background: transparent;
  padding: 85px 0 5.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.transfer-container {
  padding: 0.3125rem 1rem;
  background: #ffffff;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8);
  box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8);
  border-radius: 10px;
}
.transfer-container .ic_reload {
  background: url(../img/ic-refresh2.png) center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-size: contain;
}
.transfer-container .venueList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.transfer-container .venueList li {
  width: 25%;
  border: none;
  border-top: 1px solid rgba(153, 110, 159, 0.5882352941);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0.475rem 0;
  word-wrap: break-word;
  word-break: normal;
  background-image: none;
  margin-bottom: 0;
  line-height: 1rem;
  height: auto;
  background: transparent;
}
.transfer-container .venueList li:not(:nth-of-type(4n)) {
  margin-right: 0;
}
.transfer-container .venueList li:not(:nth-of-type(4n)):after {
  position: absolute;
  content: "";
  right: 0;
  display: block;
  width: 1px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.1490196078);
  margin-right: 0;
}
.transfer-container .venueList li .venue-title {
  width: 100%;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  height: 2rem;
  color: var(--primary-color);
}
.transfer-container .venueList li .venue-status {
  width: 100%;
  color: var(--secondary-color);
  font-size: 0.8125rem;
}
.transfer-container .venueList li .venue-status.maintain {
  font-size: 0.75rem;
  color: #ff648e;
}
.transfer-container .ic_allow_down {
  margin-left: 10px;
}

/*allrecord*/
.allrecordM-container {
  padding-top: 7rem;
}
.allrecordM-container .record_content {
  overflow: auto;
}
.allrecordM-container form {
  width: 100%;
  height: 100%;
}
.allrecordM-container form .sum {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #184b7a;
  margin: 10px 0;
  padding: 10px 0;
  border-radius: 0.3rem;
}
.allrecordM-container form .sum .in {
  padding: 5px 9px;
  white-space: nowrap;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.allrecordM-container table.allrecord_table {
  overflow: auto;
  border-collapse: initial;
  display: table;
  width: 100%;
  border-spacing: 0;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allrecordM-container table.allrecord_table tr {
  border: none;
}
.allrecordM-container table.allrecord_table tr:nth-of-type(odd) td {
  background: #edf4ff;
}
.allrecordM-container table.allrecord_table tr th {
  border: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background: #184b7a;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: normal;
  text-align: center;
  padding: 5px 15px;
}
.allrecordM-container table.allrecord_table tr th:hover .sortType-icon {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.allrecordM-container table.allrecord_table tr th:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  white-space: nowrap;
}
.allrecordM-container table.allrecord_table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
}
.allrecordM-container table.allrecord_table tr th .sortable {
  cursor: pointer;
}
.allrecordM-container table.allrecord_table tr th .direction-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allrecordM-container table.allrecord_table tr th .sortType-icon {
  border: 5px solid transparent;
  margin-top: -3px;
  margin-left: 4px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  border-bottom-color: var(--easy-table-header-font-color);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.allrecordM-container table.allrecord_table tr th .none .sortType-icon {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.allrecordM-container table.allrecord_table tr th .desc .sortType-icon {
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.allrecordM-container table.allrecord_table tr td {
  color: var(--primary-color);
  font-size: 13px;
  line-height: 20px;
  padding: 10px 15px;
}

.allrecord_table_footer {
  background: #184b7a;
  color: #fff;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  border-radius: 0.3rem;
  padding: 0 15px;
}
.allrecord_table_footer .pagination_items-index {
  margin: 0 20px 0 10px;
}
.allrecord_table_footer .previous-page_click-button, .allrecord_table_footer .next-page_click-button {
  margin: 0 5px;
  cursor: pointer;
}
.allrecord_table_footer .previous-page_click-button .first-page, .allrecord_table_footer .previous-page_click-button .last-page, .allrecord_table_footer .next-page_click-button .first-page, .allrecord_table_footer .next-page_click-button .last-page {
  cursor: not-allowed;
}
.allrecord_table_footer .previous-page_click-button .arrow, .allrecord_table_footer .next-page_click-button .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-color: #e0e0e0;
}
.allrecord_table_footer .previous-page_click-button .arrow-right, .allrecord_table_footer .next-page_click-button .arrow-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.allrecord_table_footer .previous-page_click-button .arrow-left, .allrecord_table_footer .next-page_click-button .arrow-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}