@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  background: url(../img/inside-bg-pc.jpg) top center no-repeat #005866;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Microsoft JhengHei, 微軟正黑體, Tahoma, Segoe UI, Arial, Helvetica, Segoe UI, sans-serif;
}

input {
  outline: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  position: relative;
}
a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
  border: none;
}

@-webkit-keyframes animatezoom {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  90% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animatezoom {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  90% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  48% {
    -webkit-transform: scale(0.82) translateZ(0);
            transform: scale(0.82) translateZ(0);
  }
  70% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  to {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  48% {
    -webkit-transform: scale(0.82) translateZ(0);
            transform: scale(0.82) translateZ(0);
  }
  70% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  to {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}
@-webkit-keyframes bounce_up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce_up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_top {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn_top {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_left {
  0% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes fadeIn_left {
  0% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
:root {
  --bg-color: #f4eef2;
  --primary-color: #05005c;
  --secondary-color: #4d458b;
  --assist-color: #12a8eb;
}

span.content {
  color: #fff !important;
}

.bk-color {
  color: #000 !important;
}

.yellow-color {
  color: #f7b52c !important;
}

.green-color {
  color: #11b664 !important;
}

.red-color {
  color: rgb(255, 100, 142) !important;
}

.blue-color {
  color: #1d09b1 !important;
}

.white-color {
  color: #fff !important;
}

.purple-color {
  color: #EE33EE !important;
}

.w100 {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block !important;
}

.w40 {
  width: 40% !important;
}

.side-margin {
  padding: 0 0.875rem;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.p30 {
  padding: 30px !important;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .container-pc, .discount .container-pc {
  width: 100%;
  display: block;
}
.index .container-mob, .discount .container-mob {
  display: none;
}

.layout {
  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;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 8px;
  border-radius: 4px;
  background: rgba(102, 130, 164, 0.5803921569);
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  width: 50px;
  background: #58c7ff;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}

.main_banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 82px;
}

.notice_box {
  width: 1280px;
  height: 45px;
  z-index: 2;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.marquee_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconfont {
  width: 32px;
  height: 32px;
  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: transparent;
  border-radius: 100px;
}

.iconfont-b {
  width: auto;
  height: 35px;
  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: transparent;
  border-radius: 100px;
  margin-left: 5px;
}

.ic_news img {
  width: auto;
  height: 35px;
}

.marquee_container {
  width: 90%;
  overflow: hidden;
  /* 隱藏超出部分*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marquee_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
  color: #7e4985;
  font-size: 14px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.content {
  margin-right: 50px;
}

a.txt_more {
  width: 10%;
  text-align: center;
  background: transparent;
  color: #fff;
  line-height: 32px;
  font-size: 0.9rem;
  cursor: pointer;
  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;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a.txt_more:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
a.txt_more img {
  width: auto;
  height: 35px;
}

.base-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  outline: none;
  border: none;
  text-align: center;
  padding: 0;
}

.primary-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 0 0.625rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.primary-btn:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.secondary-btn {
  color: #fff;
  z-index: 1;
  padding: 0 0.625rem;
  background: transparent var(--secondary-color);
}
.secondary-btn.btn-sm {
  line-height: 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}
.secondary-btn.btn-md {
  line-height: 2.3125rem;
  border-radius: 1.15625rem;
  font-size: 1rem;
}
.secondary-btn.btn-xl {
  line-height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 1.125rem;
}

.outline-btn {
  background: transparent;
  padding: 0 0.625rem;
  line-height: 2.375rem;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.centerHead {
  width: 100%;
  height: auto;
  background-size: 100% auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 0;
  padding-top: 120px;
}

.centerHead_content {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.banner_wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_wrap .banner_Img {
  width: 1920px;
  height: 400px;
  display: block;
  pointer-events: none;
  background-image: url(../img/discount-banner.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.centerLeft {
  width: 240px;
  min-height: calc(100vh - 128px);
  max-height: 908px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 2px solid #3bb6f1;
  -webkit-box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8901960784);
          box-shadow: inset 0 0 10px 5px rgba(100, 182, 221, 0.8901960784);
  border-radius: 20px;
  margin-bottom: 20px;
}

.userContent {
  width: 100%;
  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;
  padding: 25px 20px 0;
}
.userContent .avatar {
  width: 80px;
  height: 80px;
}
.userContent .avatar:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.userContent .userGrade {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.userContent .userGrade span {
  margin: 0 0 4px 6px;
  font-size: 13px;
  white-space: nowrap;
}
.userContent .userName {
  color: var(--primary-color);
  font-size: 16px;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}
.userContent .lastTime_loin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #717071;
}
.userContent .lastTime_loin span {
  font-size: 12.75px;
  color: #717071;
}
.userContent .lastTime_loin span:first-of-type {
  margin-bottom: 5px;
}
.userContent .userWallet_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 25px;
}
.userContent .userWallet_wrap li {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.userContent .userWallet_wrap li:hover .ic_bg, .userContent .userWallet_wrap li.active .ic_bg {
  background: url(../img/ic-bg-p.png);
  background-size: cover;
}
.userContent .userWallet_wrap li a {
  text-align: center;
  display: contents;
  color: rgba(255, 255, 255, 0.6);
}
.userContent .userWallet_wrap li .ic_bg {
  width: 50px;
  height: 50px;
  background: url(../img/ic-bg-b.png);
  background-size: cover;
}
.userContent .userWallet_wrap li .ic_bg img {
  width: 50%;
  vertical-align: middle;
  padding-bottom: 3px;
}
.userContent .userWallet_wrap li .iconfont {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}
.userContent .userWallet_wrap li span {
  text-align: center;
  font-size: 12.75px;
  line-height: 14px;
  margin-top: 5px;
  color: var(--primary-color);
}
.userContent .avatar {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.userContent .avatar.level1 {
  background-image: url(../img/level-1.png);
}
.userContent .avatar.level2 {
  background-image: url(../img/level-2.png);
}
.userContent .avatar.level3 {
  background-image: url(../img/level-3.png);
}
.userContent .avatar.level4 {
  background-image: url(../img/level-4.png);
}
.userContent .avatar.level5 {
  background-image: url(../img/level-5.png);
}
.userContent .vipLevel {
  width: 56px;
  height: 23px;
  background-image: url(../img/ic-viplevel.png);
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100%;
  margin-left: 8px;
  padding-top: 6px;
  padding-left: 30px;
}

.memberIcon {
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 15px;
}

.memberIcon-01 {
  background: url(../img/memberIcon-01-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-02 {
  background: url(../img/memberIcon-02-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-03 {
  background: url(../img/memberIcon-03-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-04 {
  background: url(../img/memberIcon-04-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-05 {
  background: url(../img/memberIcon-05-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-06 {
  background: url(../img/memberIcon-06-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-07 {
  background: url(../img/memberIcon-07-2.png) no-repeat;
  background-size: contain;
}

.memberIcon-08 {
  background: url(../img/memberIcon-08-2.png) no-repeat;
  background-size: contain;
}

.userMenu_inner {
  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;
  overflow-y: auto;
}
.userMenu_inner::-webkit-scrollbar {
  width: 6px;
}
.userMenu_inner::-webkit-scrollbar-track {
  background: transparent;
}
.userMenu_inner::-webkit-scrollbar-thumb {
  background: #58c7ff;
  border-radius: 3px;
}
.userMenu_inner::-webkit-scrollbar-thumb:hover {
  background: rgb(129, 213, 255);
}
.userMenu_inner li {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0 10px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
}
.userMenu_inner li.active {
  background: var(--primary-color);
  text-shadow: 0px 1px 1px rgba(139, 167, 213, 0.3607843137);
  color: #fff;
}
.userMenu_inner li.active a {
  color: #fff;
}
.userMenu_inner li.active:hover a {
  color: #fff;
}
.userMenu_inner li.active .memberIcon-01 {
  background: url(../img/memberIcon-01-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-02 {
  background: url(../img/memberIcon-02-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-03 {
  background: url(../img/memberIcon-03-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-04 {
  background: url(../img/memberIcon-04-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-05 {
  background: url(../img/memberIcon-05-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-06 {
  background: url(../img/memberIcon-06-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-07 {
  background: url(../img/memberIcon-07-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li.active .memberIcon-08 {
  background: url(../img/memberIcon-08-1.png) no-repeat;
  background-size: contain;
}
.userMenu_inner li a {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.userMenu_inner li a:hover {
  color: var(--primary-color);
}
.userMenu_inner .divider {
  margin: 15px 0;
  padding: 0.5px;
  height: 1px;
  width: 100%;
  background: #05005c;
}

.centerRight {
  width: 1020px;
  margin-left: 20px;
  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;
}

.member_common_layout {
  padding: 25px 30px;
  border-radius: 8px;
}
.member_common_layout.main {
  min-height: 909px;
}
.member_common_layout.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member_common_layout .menuTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 24px;
  margin-bottom: 40px;
}
.member_common_layout .menuTitle h1 {
  font-size: 24px;
  margin-right: 10px;
  color: var(--primary-color);
  font-weight: bold;
}
.member_common_layout .menuTitle span {
  font-size: 14px;
  color: #717071;
}
.member_common_layout .base-btn {
  width: auto;
}
.member_common_layout .data-btn {
  width: auto;
  font-size: 0.9rem;
  cursor: pointer;
  line-height: inherit;
  background: var(--secondary-color);
}

.part_title {
  font-size: 18px;
  color: var(--primary-color);
  line-height: 18px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 900;
}

.Inner_box {
  background: rgba(255, 255, 255, 0.7803921569);
  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;
  padding: 10px 20px;
  width: 50%;
}

.listInner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  padding: 10px 0;
  line-height: 30px;
  position: relative;
}
.listInner_item .label {
  min-width: 110px;
  margin-right: 10px;
  color: var(--primary-color);
  white-space: nowrap;
  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;
  text-align: center;
  font-weight: bold;
}
.listInner_item span {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.listInner_item a {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 30px;
}
.listInner_item .content {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  right: 0;
}
.listInner_item .content .data-btn {
  width: 90px;
  cursor: pointer;
  line-height: inherit;
  background: url(../img/btn-blue.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;
}
.listInner_item .content .data-btn2 {
  width: 90px;
  cursor: pointer;
  line-height: inherit;
  background: url(../img/btn-purple.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;
}

.realName_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.realName_warp .verify_demo {
  width: auto;
  margin-bottom: 30px;
  margin-left: 25px;
  padding: 0.625rem;
}

.note_wrap {
  width: 100%;
  margin-top: 20px;
}
.note_wrap .title {
  font-size: 16px;
  color: #ff648e;
  text-align: center;
  margin-bottom: 16px;
}
.note_wrap .title .iconfont {
  font-size: 18px;
}
.note_wrap p {
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 18px;
}
.note_wrap ul {
  font-size: 14px;
  padding-left: 16px;
  color: #fff;
}
.note_wrap ul li {
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 1px;
  line-height: 18px;
  position: relative;
}
.note_wrap ul li:before {
  content: "※";
  color: #fff;
  position: absolute;
  left: -15px;
  display: inline-block;
}
.note_wrap ul li:not(:first-of-type) {
  margin-top: 8px;
}
.note_wrap ul li span {
  color: var(--primary-color);
}

.verifyDemo {
  width: 100%;
}

.about .content {
  width: 1200px;
  min-height: calc(100vh - 128px);
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px #dac7de;
          box-shadow: 0 2px 10px #dac7de;
  border-radius: 10px;
  padding: 30px 50px;
  text-align: left;
  line-height: 30px;
  word-break: break-all;
}
.about .content h1 {
  font-weight: 700;
  font-size: 24px;
  margin: 15px 0;
  text-align: center;
  color: var(--primary-color);
}
.about .content p {
  color: var(--primary-color);
}

.header-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: 11;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container.type1 {
  position: relative;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container.type1 span {
  color: var(--primary-color);
}
.header-container.type2 {
  height: 85px;
  line-height: 3.125rem;
  position: fixed;
  top: 0;
  background: var(--primary-color);
  -webkit-box-shadow: 0 2px 6px rgba(153, 110, 159, 0.5882352941);
          box-shadow: 0 2px 6px rgba(153, 110, 159, 0.5882352941);
}
.header-container.type2 .title {
  font-size: 32px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #A5E7F3), color-stop(21%, rgba(38, 255, 136, 0.85)), color-stop(57%, #01F5FE), color-stop(87%, #5690FD));
  background: linear-gradient(180deg, #A5E7F3 3%, rgba(38, 255, 136, 0.85) 21%, #01F5FE 57%, #5690FD 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.header-container.type2 .nav_logo {
  height: 55px;
  width: auto;
  margin-left: 20px;
  margin-top: 20px;
}
.header-container .title {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fff;
}
.header-container .left-box, .header-container .right-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.125rem;
}
.header-container .left-box {
  left: 0.875rem;
}
.header-container .right-box {
  right: 0.875rem;
}
.header-container .right-box span, .header-container .right-box a {
  font-size: 0.8125rem;
  color: var(--primary-color);
}
.header-container .iconfont {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.header-container .iconfont img {
  vertical-align: middle;
  width: 20px;
}

.HF-container {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  padding: 95px 0.875rem 5.25rem;
}
.HF-container a {
  text-decoration: none;
}

@media (max-width: 992px) {
  .index .container-pc, .discount .container-pc {
    width: 100%;
    display: none;
  }
  .index .container-mob, .discount .container-mob {
    display: block;
    font-size: 17px;
  }
  .vip_card .vip_card_background {
    height: 200px !important;
  }
  .prerogative_descriptGroup .ic_box.ic_upgrade, .prerogative_descriptGroup .ic_box.ic_vipBonus, .prerogative_descriptGroup .ic_box.ic_birthday {
    background-size: 80% !important;
    background-position: center !important;
  }
  .prerogative_descriptGroup .descriptItem {
    width: 28% !important;
    padding: 8px !important;
  }
  .prerogative_descriptGroup .descriptItem p {
    font-size: 0.9rem !important;
  }
  .prerogative_descriptGroup .descriptItem span {
    font-size: 0.7rem !important;
  }
  .userInfo_wrap {
    border-right: none !important;
  }
}
.nav_barContainer {
  width: 100%;
  height: 86px;
  position: fixed;
  z-index: 11;
}

.nav_bar_top {
  width: 100%;
  height: 0;
}

.nav_bar_wrap {
  width: 100%;
  position: relative;
  background: #05005c;
}
.nav_bar_wrap:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#12a8eb), color-stop(50%, #FFF), to(#12a8eb));
  background: linear-gradient(90deg, #12a8eb 0%, #FFF 50%, #12a8eb 100%);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.nav_bar_content {
  width: 1280px;
  height: 82px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav_bar_content .nav_logo {
  margin: 14px 0;
  width: 95px;
  height: auto;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-left: 20px;
  height: 80px;
  margin-right: 110px;
}

.nav_item {
  height: 100%;
  display: inline-block;
}
.nav_item:hover .nav_item_gameList, .nav_item.active .nav_item_gameList {
  height: 290px;
}

.nav_item_gameType {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 32px 18px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
.nav_item_gameType.active {
  color: #12a8eb;
  position: relative;
  text-align: center;
  padding: 32px 18px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
.nav_item_gameType.active:after {
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: inherit;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: #12a8eb;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_item_gameType:after {
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: inherit;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: var(--assist-color);
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_item_gameType.active:hover, .nav_item_gameType.active.active {
  color: #12a8eb;
}
.nav_item_gameType:hover {
  color: var(--assist-color);
}
.nav_item_gameType.active {
  color: var(--assist-color);
}
.nav_item_gameType.active:hover:after, .nav_item_gameType.active.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.nav_item_gameType:hover:after, .nav_item_gameType.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav_item_rgLive {
  color: #22b5ff;
  position: relative;
  text-align: center;
  padding: 32px 18px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
.nav_item_rgLive:after {
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: inherit;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: #22b5ff;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_item_rgLive:hover, .nav_item_rgLive.active {
  color: #22b5ff;
}
.nav_item_rgLive:hover:after, .nav_item_rgLive.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.nav_item_rgLive.maintain {
  cursor: not-allowed;
}

.nav_item_gameList {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.nav_item_gameList.active {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.nav_item_gameList.active ul {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_item_gameList ul {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_item_gameList.active ul li, .nav_item_gameList ul li {
  width: 182.8571428571px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: transparent;
  position: relative;
}
.nav_item_gameList.active ul li:hover, .nav_item_gameList ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.nav_item_gameList.active ul li:hover .img_cover, .nav_item_gameList ul li:hover .img_cover {
  -webkit-transform: translateY(-2.5%) scale(1.05);
          transform: translateY(-2.5%) scale(1.05);
}
.nav_item_gameList.active ul li .venue_wrap, .nav_item_gameList ul li .venue_wrap {
  width: 100%;
  position: relative;
  padding-top: 42px;
  min-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.nav_item_gameList.active ul li .venue_wrap .maintain, .nav_item_gameList ul li .venue_wrap .maintain {
  min-width: 70px;
  position: absolute;
  top: 10px;
  margin: 0 auto;
  color: #fff;
  padding: 6px 15px;
  font-size: 13px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ff648e), to(#c20034)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ff648e 0%, #c20034 100%) 0% 0% no-repeat padding-box;
  border-radius: 13px 13px 13px 0;
}
.nav_item_gameList.active ul li .venue_wrap .venue_logo, .nav_item_gameList ul li .venue_wrap .venue_logo {
  width: auto;
  height: 40px;
  display: block;
}
.nav_item_gameList.active ul li .venue_wrap .venue_name, .nav_item_gameList ul li .venue_wrap .venue_name {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav_item_gameList.active ul li .venue_wrap .venue_name h1, .nav_item_gameList ul li .venue_wrap .venue_name h1 {
  color: #7e4985;
  text-shadow: 0 2px 0px rgba(255, 255, 255, 0), 0 1px 0px rgba(255, 255, 255, 0), 0 1px 3px rgba(255, 255, 255, 0), 0 1px 2px rgba(255, 255, 255, 0), 0 1px 1px rgba(255, 255, 255, 0);
  font-size: 16px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.nav_item_gameList ul li .venue_wrap .venue_name h1:hover {
  color: #fff;
}
.nav_item_gameList.active ul li .venue_wrap .venue_name .gameType, .nav_item_gameList ul li .venue_wrap .venue_name .gameType {
  margin-left: -0.25rem;
  color: inherit;
  font-size: inherit;
  margin-bottom: inherit;
  white-space: inherit;
}
.nav_item_gameList.active ul li .venue_wrap .venue_name span, .nav_item_gameList ul li .venue_wrap .venue_name span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.nav_item_gameList.active ul li .tag_limit, .nav_item_gameList ul li .tag_limit {
  width: 90px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f64a8a), to(#900020)) 0% 0%;
  background: linear-gradient(180deg, #f64a8a 0%, #900020 100%) 0% 0%;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  opacity: 0.85;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: auto;
  z-index: 1;
}
.nav_item_gameList.active ul li .img_cover, .nav_item_gameList ul li .img_cover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 185px;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav_item_gameList.active.wholeTen ul, .nav_item_gameList.wholeTen ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav_item_gameList.active.wholeTen ul li, .nav_item_gameList.wholeTen ul li {
  width: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.nav_item_gameList.active.wholeTen ul li:not(:last-of-type), .nav_item_gameList.wholeTen ul li:not(:last-of-type) {
  margin-right: 0;
}
.nav_item_gameList.active.wholeTen ul li .img_cover, .nav_item_gameList.wholeTen ul li .img_cover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  height: 145px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav_item_gameList.active.wholeTen ul li .venue_wrap, .nav_item_gameList.wholeTen ul li .venue_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  min-width: 70px;
  min-height: 110px;
}
.nav_item_gameList.active.wholeTen ul li .venue_wrap .maintain, .nav_item_gameList.wholeTen ul li .venue_wrap .maintain {
  top: 0;
}
.nav_item_gameList.active.wholeTen ul li .venue_wrap .venue_name, .nav_item_gameList.wholeTen ul li .venue_wrap .venue_name {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.nav_item_gameList.active.wholeSixteen ul, .nav_item_gameList.wholeSixteen ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav_item_gameList.active.wholeSixteen ul li, .nav_item_gameList.wholeSixteen ul li {
  width: 12.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.nav_item_gameList.active.wholeSixteen ul li:not(:last-of-type), .nav_item_gameList.wholeSixteen ul li:not(:last-of-type) {
  margin-right: 0;
}
.nav_item_gameList.active.wholeSixteen ul li .img_cover, .nav_item_gameList.wholeSixteen ul li .img_cover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  height: 145px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav_item_gameList.active.wholeSixteen ul li .venue_wrap, .nav_item_gameList.wholeSixteen ul li .venue_wrap {
  width: auto;
  position: absolute;
  right: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  z-index: 2;
  min-width: 100px;
  min-height: 130px;
}
.nav_item_gameList.active.wholeSixteen ul li .venue_wrap .venue_name, .nav_item_gameList.wholeSixteen ul li .venue_wrap .venue_name {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}

.nav_bar_loginWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  width: 446px;
}
.nav_bar_loginWrap .nav_bar_forget {
  margin-left: 0.5rem;
  cursor: pointer;
  line-height: 28px;
  font-size: 14px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_bar_loginWrap .nav_bar_forget:hover {
  color: var(--primary-color);
}
.nav_bar_loginWrap .nav_bar_forget .iconfont {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.nav_bar_loginWrap .nav_bar_forget p {
  display: block;
}

.nav_bar_userInfo {
  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;
  position: relative;
  min-width: 350px;
}

.userInfo_content {
  padding: 17.5px 0 17.5px 58px;
  height: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.userInfo_content .avatar {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.userInfo_content .avatar.level1 {
  background-image: url("../img/level-1.png");
}
.userInfo_content .userGrade {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}
.userInfo_content .userGrade .userName {
  color: #FFF;
  font-size: 16px;
  font-family: Roboto-Light, Segoe UI, Tahoma, Arial, sans-serif;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.userInfo_content .userMoney {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.userInfo_content .userMoney .ic-wallet {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  font-weight: 400;
}
.userInfo_content .userMoney .userBalance {
  font-size: 15px;
  margin-top: 2px;
  color: #FFF;
  font-family: Roboto-Regular, Segoe UI, Tahoma, Arial, sans-serif;
}
.userInfo_content:hover .member_menucontainer {
  height: auto;
  overflow: visible;
  -webkit-animation: fadeIn_top 0.2s linear;
          animation: fadeIn_top 0.2s linear;
}
.userInfo_content:hover .member_menucontainer .member_menuWrap:after {
  display: block;
}

.vipLevel {
  width: 48px;
  height: 20px;
  background-image: url("../img/ic-viplevel.png");
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100%;
  margin-left: 8px;
  padding-left: 28px;
  padding-top: 3px;
  color: #fff;
  font-size: 0.8rem;
}

.nav_bar_action {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
.nav_bar_action 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;
}
.nav_bar_action li a {
  display: contents;
}
.nav_bar_action li:hover .ic_bg {
  background: transparent;
  color: #22b5ff;
}
.nav_bar_action li:hover span {
  color: #22b5ff;
}
.nav_bar_action li:not(:first-of-type) {
  margin-left: 15px;
}
.nav_bar_action li .ic_bg {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  background: transparent;
}
.nav_bar_action li .iconfont {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.nav_bar_action li span {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #fff;
}
.nav_bar_action li img {
  width: 75%;
  vertical-align: middle;
  padding-bottom: 3px;
}

.member_menucontainer {
  position: absolute;
  overflow: hidden;
  right: 0;
  left: 0;
  top: 75px;
  width: 200px;
  height: 0;
  z-index: 11;
  padding-top: 7px;
}
.member_menucontainer .member_menuWrap {
  width: 100%;
  height: inherit;
  position: relative;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: #12799e;
  backdrop-filter: blur(11px);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1490196078);
  -webkit-backdrop-filter: blur(11px);
  z-index: 1;
}
.member_menucontainer .member_menuWrap:after {
  content: "";
  display: none;
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #12799e transparent;
  opacity: 0.98;
}

.member_menuInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 25px 25px;
  height: inherit;
}
.member_menuInner li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  color: var(--primary-color);
  -webkit-transition: color 0.08s ease-in;
  transition: color 0.08s ease-in;
  font-size: 14px;
}
.member_menuInner li a {
  color: #FFF;
  text-decoration-line: none;
  display: contents;
}
.member_menuInner li:hover span {
  color: #c9c9c9;
}
.member_menuInner li .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.member_menuInner li:last-of-type {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  margin-top: 12px;
}
.member_menuInner li:last-of-type:hover {
  color: #fff;
}

.navbarIcon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.sound_toggle {
  min-width: 85px;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.sound_toggle span {
  color: var(--primary-color);
  white-space: nowrap;
}
.sound_toggle .form-switch {
  min-height: inherit;
  margin-bottom: 0;
}
.sound_toggle .form-check-label {
  padding-top: 2px;
  color: var(--assist-color);
}
.sound_toggle .form-check-input:checked {
  background-color: #4F1757;
  border-color: #4F1757;
}

.nav_bar_loginWrap .nav_bar_forget {
  margin-left: 0.5rem;
  cursor: pointer;
  line-height: 28px;
  font-size: 14px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_bar_loginWrap .nav_bar_forget:hover {
  color: var(--primary-color);
}
.nav_bar_loginWrap .nav_bar_forget a.forget {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_bar_loginWrap .nav_bar_forget a.forget:hover {
  color: var(--primary-color);
}
.nav_bar_loginWrap .nav_bar_forget a.forget:hover .ic_question {
  background: url(../img/ic-forget2.png);
  background-size: contain;
}
.nav_bar_loginWrap .nav_bar_forget .ic_question {
  background: url(../img/ic-forget1.png);
  background-size: contain;
}
.nav_bar_loginWrap .nav_bar_forget .iconfont {
  margin-right: 0.25rem;
  width: 18px;
  height: 18px;
}
.nav_bar_loginWrap .nav_bar_forget p {
  display: block;
}
.nav_bar_loginWrap .base-btn {
  width: auto;
  margin-left: 10px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  font-size: 16px;
}
.nav_bar_loginWrap .login-btn {
  padding: 0 10px;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav_bar_loginWrap .login-btn:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  color: #22b5ff;
}
.nav_bar_loginWrap .register-btn {
  padding: 0 10px;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav_bar_loginWrap .register-btn:hover {
  color: #22b5ff;
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.nav_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_input input {
  background: #FFF;
  color: #05005c;
  border: none;
  border-radius: 100rem;
  height: 36px;
  margin-right: 8px;
  padding-left: 8px;
}
.nav_input input::-webkit-input-placeholder {
  color: #999;
}
.nav_input input::-moz-placeholder {
  color: #999;
}
.nav_input input:-ms-input-placeholder {
  color: #999;
}
.nav_input input::-ms-input-placeholder {
  color: #999;
}
.nav_input input::placeholder {
  color: #999;
}

.footer_container {
  width: 100%;
  height: 40px;
  background: #05005c;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.logo_content {
  width: 1280px;
  padding: 10px 0;
  border-bottom: 1px solid #071b33;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.logo_content img {
  width: auto;
  height: 50px;
  display: block;
  pointer-events: none;
}

.siteMap_content {
  border-top: 1px solid #1d3149;
  width: 1280px;
  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;
  line-height: 18px;
  font-size: 13px;
  padding: 18px 0 20px;
}
.siteMap_content a {
  width: auto;
  position: relative;
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  color: #526c8a;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration-line: none;
}
.siteMap_content a:hover {
  color: #fff;
}
.siteMap_content a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 10px;
  background-color: #445d79;
}

.copyright {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

/*mob*/
.footer-container {
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 5rem;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-container a {
  text-decoration: none;
}

.footer-list {
  width: 100%;
  height: 75px;
  border-radius: 20px 20px 0 0;
  position: relative;
  background: var(--primary-color);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  cursor: pointer;
}
.footer-item.brand-logo {
  height: 5rem;
}
.footer-item.brand-logo.active .ic_home, .footer-item.brand-logo.active .ic_center_wallet {
  -webkit-animation: bounce2 0.8s ease;
          animation: bounce2 0.8s ease;
}
.footer-item span {
  height: 0.9375rem;
  text-align: center;
  font-size: 0.85rem;
  color: #D9D9D9;
}
.footer-item .ic_box {
  display: block;
  margin: 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.25rem;
  background-size: 100% !important;
  scale: 0.9;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.footer-item .ic_center_wallet {
  display: block;
  margin: 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.25rem;
  background-size: 100% !important;
  scale: 0.9;
  background: url("../img/ic-wallet.png") no-repeat center;
}
.footer-item .ic_discount {
  background: url("../img/ic-discount.png") no-repeat center;
}
.footer-item .ic_service {
  background: url("../img/ic-service.png") no-repeat center;
}
.footer-item .ic_wallet {
  background: url("../img/ic-wallet.png") no-repeat center;
}
.footer-item .ic_my {
  background: url("../img/ic-my.png") no-repeat center;
}
.footer-item .ic_records {
  background: url("../img/ic-records.png") no-repeat center;
}
.footer-item.active span {
  color: #fff;
}
.footer-item.active .ic_discount {
  background: url("../img/ic-discount2.webp") no-repeat center;
}
.footer-item.active .ic_service {
  background: url("../img/ic-service2.webp") no-repeat center;
}
.footer-item.active .ic_my {
  background: url("../img/ic-my2.webp") no-repeat center;
}
.footer-item.active .ic_records {
  background: url("../img/ic-records2.webp") no-repeat center;
}

.subFooter-container {
  position: fixed;
  z-index: 10;
  bottom: -200px;
  left: 0;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(47, 56, 83, 0.9215686275)), color-stop(29%, rgba(47, 56, 83, 0.968627451)), to(#1e2636)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, rgba(47, 56, 83, 0.9215686275) 0%, rgba(47, 56, 83, 0.968627451) 29%, #1e2636 100%) 0% 0% no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px 15px 0 0;
  padding: 1.25rem 0.875rem 5.75rem;
  height: 11.875rem;
  -webkit-box-shadow: 0 -2px 6px rgba(5, 19, 48, 0.2470588235);
          box-shadow: 0 -2px 6px rgba(5, 19, 48, 0.2470588235);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}
.active .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: none;
  margin: 0;
}
.active .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;
}
.active .walletOperate-inner li a {
  text-align: center;
  text-decoration: none;
}
.active .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%;
}
.active .walletOperate-inner li .ic_box.wallet-transfer {
  background-position: 0 100%;
}
.active .walletOperate-inner li .ic_box.wallet-transaction {
  background-position: 0 50%;
}
.active .walletOperate-inner li .ic_box.wallet-bankCard {
  background-position: 0 0%;
}
.active .walletOperate-inner li span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

.subFooter2-container {
  padding: 0.6875rem 0.6125rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 3.875rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(47, 56, 83, 0.9215686275)), color-stop(29%, rgba(47, 56, 83, 0.968627451)), to(#1e2636)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, rgba(47, 56, 83, 0.9215686275) 0%, rgba(47, 56, 83, 0.968627451) 29%, #1e2636 100%) 0% 0% no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px 15px 0 0;
}

.serviceHover {
  left: -89px !important;
  top: 0 !important;
  z-index: 11;
}
.serviceHover .service_content {
  padding: 0 !important;
  text-align: center;
  background: transparent !important;
}
.serviceHover .service_content p {
  border-radius: 3px 3px 0 0;
  color: #fff;
  background: #58c7ff;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sideBar_container {
  position: fixed;
  top: 42vh;
  right: 0;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sideBar_container .sideBar_item {
  width: 67px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  -webkit-transform: translate(14px);
          transform: translate(14px);
  padding: 8px 10px;
  overflow: hidden;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
.sideBar_container .sideBar_item img {
  width: 80%;
}
.sideBar_container .sideBar_item.operating:hover .icon_box {
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff386c), to(#ffbdc6));
  background: linear-gradient(180deg, #ff386c 0%, #ffbdc6 100%);
}
.sideBar_container .sideBar_item.operating .icon_box {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbdc6), to(#ff386c));
  background: linear-gradient(180deg, #ffbdc6 0%, #ff386c 100%);
}
.sideBar_container .sideBar_item .icon_box {
  width: 35px;
  height: 35px;
  border-radius: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  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: -webkit-gradient(linear, left top, left bottom, from(#8ee4ff), to(#3495ff));
  background: linear-gradient(180deg, #8ee4ff 0%, #3495ff 100%);
}
.sideBar_container .sideBar_item .icon_box img {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}
.sideBar_container .sideBar_item:not(:last-of-type) {
  margin-bottom: 5px;
}
.sideBar_container .hoverOver {
  font-size: 13px;
  padding-right: 9px;
  position: absolute;
  left: -85px;
  top: 14px;
  z-index: 11;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-25px);
          transform: translate(-25px);
  cursor: default;
}
.sideBar_container .hoverContent {
  text-align: center;
  position: relative;
  padding: 8px;
  background: #58c7ff;
  color: #fff;
  border-radius: 3px;
  opacity: 0.94;
  text-shadow: 0 1px 1px #258de8;
}
.sideBar_container .hoverContent:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #58c7ff;
  padding: 0;
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -4px;
  z-index: 10;
}
.sideBar_container .icon {
  width: 40px;
  height: 40px;
}
.sideBar_container .hint {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5454), to(#ff1818));
  background: linear-gradient(180deg, #ff5454, #ff1818);
  border-radius: 5px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.hoverItem a {
  color: #fff;
}
.hoverItem {
  padding: 8px 10px;
  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;
  position: relative;
  cursor: pointer;
  color: #fff;
  background: rgba(125, 165, 197, 0.5058823529);
}
.hoverItem:not(:first-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.15);
}
.hoverItem:last-of-type {
  border-radius: 0 0 3px 3px;
}
.hoverItem:hover {
  background: #58c7ff;
  color: #fff !important;
}
.hoverItem img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.hoverItem span {
  font-size: 13px;
  word-wrap: break-word;
  margin-bottom: 6px;
  text-shadow: none;
}

/*公告*/
#welcomePopup .modal_footer {
  padding: 15px 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#welcomePopup .modal_footer .form-check-input[type=checkbox] {
  margin-right: 5px;
  margin-top: -2px;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
}
#welcomePopup .title {
  text-align: center;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal_outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
}

.modal_content {
  width: 650px;
  overflow: hidden;
  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;
  border-radius: 10px;
  outline: 0;
  margin: 75px auto;
  -webkit-animation: animatezoom 0.35s;
          animation: animatezoom 0.35s;
  background-color: transparent;
}

.modal_header {
  width: 100%;
  position: relative;
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 20px 20px 0 0;
  text-align: center;
  background: url(../img/bg-popheader.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  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-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  z-index: 1;
  background: transparent;
  border: none;
  background: url(../img/close.png) no-repeat center;
  background-size: 50%;
}
.btn-close:hover {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal_body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 530px;
  min-height: auto;
  padding: 30px;
  font-size: 15px;
  padding: 15px;
  background: #fff;
  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: 0 0 20px 20px;
}
.modal_body p {
  margin: 10px;
  line-height: 1.2rem;
}
.modal_body::-webkit-scrollbar {
  width: 6px;
}
.modal_body::-webkit-scrollbar-track {
  border-radius: 10px;
}
.modal_body::-webkit-scrollbar-thumb {
  background: #5686b1;
  border-radius: 3px;
}
.modal_body::-webkit-scrollbar-thumb:hover {
  background: rgb(121, 159, 193);
}

.list_inner {
  height: auto;
}

.msg_item {
  margin-bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 14.5px 15px 14.5px 15px;
  border-radius: 6px;
}
.msg_item:hover {
  background: #fff;
}
.msg_item .msgIcon_container {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.msg_item .msg_title {
  font-size: 15px;
  color: var(--primary-color);
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg_item .msg_time {
  color: var(--primary-color);
  width: 160px;
  font-size: 13px;
  text-align: right;
}

.ic_box {
  width: 35px;
  height: 35px;
  display: block;
  background-image: url("../img/ic-msg2.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.ic_box.bank {
  background-position: 0 25%;
  background-size: 100%;
}

.ic_box.game_maintain {
  background-position: 0 50%;
  background-size: 100%;
}

.ic_box.mail {
  background-position: 0 75%;
  background-size: 100%;
}

.ic_box.web_news {
  background-position: 0 100%;
  background-size: 100%;
}

.modal_footer {
  width: 100%;
  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 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.modal_footer button {
  width: 100%;
}
.modal_footer button:not(:first-of-type) {
  margin-left: 30px;
}

.form_operate {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.8125rem;
  color: var(--primary-color);
  margin: 20px 0 15px;
}
.form_operate input {
  background: #dfd2e1;
  border-radius: 5px;
  line-height: 18px;
  padding: 0 12px;
  width: 80%;
  border: 1px solid #dce3f3;
  font-size: 16px;
}
.form_operate input:focus-visible {
  border: 1px solid var(--primary-color);
  outline: none;
}

.form_operate2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.8125rem;
  color: #fff;
  margin: 20px 0 15px;
}
.form_operate2 input {
  background: #dfd2e1;
  border-radius: 5px;
  line-height: 18px;
  padding: 10px 12px;
  width: 80%;
  border: 1px solid #dce3f3;
  font-size: 16px;
  color: var(--primary-color);
  margin-right: 30px;
}
.form_operate2 input:focus-visible {
  border: 1px solid var(--primary-color);
  outline: none;
}
.form_operate2 input::-webkit-input-placeholder {
  color: #996E9F;
}
.form_operate2 input::-moz-placeholder {
  color: #996E9F;
}
.form_operate2 input:-ms-input-placeholder {
  color: #996E9F;
}
.form_operate2 input::-ms-input-placeholder {
  color: #996E9F;
}
.form_operate2 input::placeholder {
  color: #996E9F;
}
.form_operate2 button {
  font-size: 1rem;
  border: none;
}

.newsTab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsTab:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  bottom: 0;
  left: 0;
  right: 0;
}
.newsTab button {
  background: transparent;
  border: 0;
}

.newsTab-item {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  padding: 9px 6px;
  cursor: pointer;
}
.newsTab-item.active {
  color: var(--primary-color);
  border-bottom: 2px solid #263270;
}
.newsTab-item.active p {
  color: var(--primary-color);
}
.newsTab-item.active .newsTab-icon {
  opacity: 1;
}
.newsTab-item p {
  text-align: center;
  margin-top: 7px;
  color: #996E9F;
}

.newsTab-icon {
  width: 22px;
  height: 22px;
  background-image: url("../img/ic-msg.webp");
  background-size: 100%;
  opacity: 0.4;
}
.newsTab-icon.pop-news {
  background-position: 0 33.333333%;
}
.newsTab-icon.pop-maintain {
  background-position: 0 66.666667%;
}
.newsTab-icon.pop-bank {
  background-position: 0 100%;
}

.modal .msg_item {
  width: 100%;
  padding: 0 0 15px 45px;
  margin-bottom: 15px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.modal .msg_item .msgIcon_container {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.modal .msg_item .msgGroup {
  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;
}
.modal .msg_item .msgGroup .msg_title {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 5px;
  overflow: hidden;
  max-width: 445px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal .msg_item .msgGroup .msg_time {
  color: #996E9F;
  font-size: 13px;
  text-align: left;
}
.modal .msg_item:hover {
  background: transparent;
}
.modal .msg_content {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 24px;
  word-break: break-all;
}
.modal .msg_content img {
  width: 100%;
}
.modal .msg_content a {
  color: var(--primary-color) !important;
  text-decoration: none;
}
.modal .msg_content a:hover {
  color: #fff;
}
.modal .base-btn {
  border-radius: 30px;
  background: transparent;
  padding: 0 10px;
  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: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
}
.modal .base-btn:hover {
  color: #fff;
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.modal .primary-btn {
  padding: 8px 15px;
  position: relative;
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.modal .primary-btn:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.modal .disabled-btn {
  background: #747474;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #a3adb8;
  cursor: not-allowed;
}
.modal .disabled-btn:hover {
  background: #747474;
  color: #a3adb8;
}
.modal .btn-xl {
  line-height: 45px;
  border-radius: 23px;
  font-size: 18px;
}
.modal .transferMoneyBtn {
  height: 45px;
  width: 40%;
  margin-left: 10px;
  font-size: 16px;
  line-height: 26px;
}

/*轉帳彈出*/
#tranfer .modal_body {
  overflow-y: clip;
  overflow-x: hidden;
  max-height: 80vh;
  min-height: 190px;
  padding: 30px 30px 0;
  font-size: 15px;
}
#tranfer .modal_footer {
  margin-bottom: 20px;
}

.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 0;
}
.walletTrans_inner .Venue-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.walletTrans_inner .Venue-wrap p {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.walletTrans_inner .select {
  position: relative;
  width: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  text-align: left;
  line-height: 18px;
}
.walletTrans_inner .select .svg-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.walletTrans_inner .select .svg-icon .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.walletTrans_inner .select ul {
  position: absolute;
  width: 100%;
  z-index: 5;
  background: var(--primary-color);
  color: #fff;
  max-height: 160px;
  overflow-y: auto;
}
.walletTrans_inner .select ul li {
  width: inherit;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  line-height: 1.2;
}
.walletTrans_inner .select ul li:hover {
  background: var(--secondary-color);
}
.walletTrans_inner .select ul li:first-child {
  border-top: none;
}
.walletTrans_inner .select ul li span {
  display: inline-block;
  width: 50%;
}
.walletTrans_inner .select ul li p {
  display: block;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  color: #fff;
}
.walletTrans_inner .select .select--title {
  padding: 5px;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  background: #58c7ff;
}
.walletTrans_inner .label {
  position: relative;
  width: 100%;
  border: 1px solid #dce3f3;
  border-radius: 5px;
  cursor: pointer;
  color: #996E9F;
  text-align: left;
  line-height: 18px;
  background: #dfd2e1;
}
.walletTrans_inner .label .label--title {
  padding: 5px;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
}

.button_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.button_container button {
  margin: 0 10px;
}

@media (max-width: 992px) {
  .modal_header {
    padding: 0.625rem 0.875rem;
  }
  .modal_content {
    width: calc(100% - 3.5rem);
  }
  .btn-close {
    width: 40px;
    height: 40px;
  }
  .modal_footer {
    padding: 0.6125rem 0.875rem 0.875rem;
  }
  .modal .base-btn {
    padding: 5px 10px;
  }
  #tranfer .modal_body {
    padding: 0.875rem 0.875rem 0.6125rem;
  }
}