@charset "UTF-8";

body {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

body {
  background: #F9F9F9;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}

a {
  /* -webkit-transition: all 0.3s ease-in-out 0s; */
  /*-moz-transition: all 0.3s ease-in-out 0s;*/
  /*-ms-transition: all 0.3s ease-in-out 0s;*/
  /*-o-transition: all 0.3s ease-in-out 0s;*/
  /* transition: all 0.3s ease-in-out 0s; */
}

.btn {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.icon {
  fill: #FF9800;
}

a {
  color: #FF9800;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

* {
  outline: none;
}

a {
  /* transition: ease-in-out 0.3s; */
}

dl,
ol,
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

em,
i {
  font-style: normal;
}

a:hover,
button:hover {
  text-decoration: none;
}

.w-full {
  width: 100%;
}

.t-u {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.btn-link:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

.breadcrumb {
  background: none !important;
}

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

button {
  outline: none !important;
  /* box-shadow: !important; */
}

input::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #6C757D !important;
}

input:-moz-placeholder {
  font-size: 12px !important;
  color: #6C757D !important;
}

input::-moz-placeholder {
  font-size: 12px !important;
  color: #6C757D !important;
}

input:-ms-input-placeholder {
  font-size: 12px !important;
  color: #6C757D !important;
}
.d-c-c{
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
  -js-display: flex;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.hide {
  display: none;
}

.pc-block {
  display: inline-block !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

.app-block {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
  .app-block {
    display: inline-block !important;
  }
}

.text-opacity-50 {
  opacity: .5;
}

.text-color-main {
  color: #FF9800;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-secondary {
  color: #7A7A7A;
}

.fw-bold {
  font-weight: 700 !important;
}

.h2,
h2 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 21px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-3 {
  padding: 12px !important;
}

.p-4 {
  padding: 18px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 12px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 35px !important;
}

.mb-7 {
  margin-bottom: 50px !important;
}

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 12px !important;
}

.pr-3,
.px-3 {
  padding-right: 12px !important;
}

.px-3 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 3px !important;
}

.pt-1,
.py-1 {
  padding-top: 3px !important;
}

.p-5 {
  padding: 36px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-6 {
  padding-top: 40px !important;
   padding-bottom: 40px !important;
}

.mt-3,
.my-3 {
  margin-top: 12px !important;
}

.mb-2 {
  margin-bottom: 6px !important;
}

.ml-3,
.mx-3 {
  margin-left: 12px !important;
}

.mr-3,
.mx-3 {
  margin-right: 12px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 20px !important;
}

.me-3 {
  margin-right: 12px !important;
}

.me-4 {
  margin-right: 16px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 35px !important;
}

.mt-5,
.my-5 {
  margin-top: 35px !important;
}

.px-6 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.fs-2 {
  font-size: 24px !important;
}

.fs-1 {
  font-size: 16px !important;
}

.fs-3 {
  font-size: 21px !important;
}

.fs-5 {
  font-size: 14px;
}

.bg-row-gradient.gradient-white-black {
  background-image: linear-gradient(90deg, #fff, #666 20%, #333 50%, #666 80%, #fff);
}

.anim-delay-100 {
  animation-delay: .1s;
}

.bg-gradient-001 {
  background-image: linear-gradient(45deg, #7A9EF4, #835CE9);
}

.bg-gradient-002 {
  background-image: linear-gradient(45deg, #FD9D6A, #F4B818);
}

.bg-gradient-003 {
  background-image: linear-gradient(45deg, #7A9EF4, #835CE9);
}

.bg-gradient-004 {
  background-image: linear-gradient(45deg, #8ADC9C, #6BC88F);
}

.bg-gradient-005 {
  background-image: linear-gradient(45deg, #4EC1DC, #6AC78E);
}

.bg-gradient-006 {
  background-image: linear-gradient(45deg, #EC7092, #FD9D6A);
}

hr.bg-row-gradient {
  height: 1px;
  border-top: 0;
}

.text-opacity-75 {
  opacity: .75;
}

.text-end {
  text-align: right !important;
}

.flex-column {
  flex-direction: column !important;
}

.user-select-text {
  user-select: text !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.lh-lg {
  line-height: 2 !important;
}

.btn-icon,
.title-icon {
  display: flex;
  align-items: center;
}

.btn-link {
  color: #FF9800;
  font-size: 12px;
}

body.nobg {
  background: none;
}

.text-start {
  text-align: left !important;
}

.text-color-main {
  color: #FF9800;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.custom-select {
  perspective: 500px;
}

.custom-select>.dropdown-menu {
  width: 100%;
  max-height: 400px;
  left: 0;
  top: 100%;
  border: 0;
  border-radius: .4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
}

.custom-select>.active-item {
  user-select: nono;
  pointer-events: none;
}

.custom-select.disabled {
  background-color: #eee;
  cursor: not-allowed;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

hr {
  margin: 12px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.text-center {
  text-align: center !important;
}

.form-select-lg {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 14px;
  border-radius: 6px;
}

.btn-default {
  padding: 6px 10px;
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
  font-size: 12px;
}

.btn-default:hover,
.btn-default.active,
.btn-default.show {
  color: #fff;
  background: #fdb678;
  border-color: transparent;
}

.btn-default-secondary {
  color: #FF9800;
  background: none;
  border-color: #FF9800;
  font-size: 12px;
}

.btn-default-secondary:hover,
.btn-default-secondary.active,
.btn-default-secondary.show {
  color: #fff ;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-default-secondary:hover svg,
.btn-default-secondary.active svg,
.btn-default-secondary.show svg{
  fill: #fff;
}
img,
svg {
  vertical-align: middle;
}

.icon {
  fill: #FF9800;
}

.title-icon>.icon {
  width: 20px;
  height: 20px;
  fill: #FF9800;
}

b,
strong {
  font-weight: bolder;
}

.btn-icon>.icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
  transition: fill .15s ease-in-out;
}

.icon.icon-success {
  fill: #198754;
}

.billing-type-money-switch {
  border-radius: .5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow: hidden;
}

.layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #dc3545;
}

.layui-laydate .layui-this,
.layui-laydate .layui-this>div {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #dc3545;
}

.layui-laydate-footer span:hover {
  color: #dc3545;
}

.layui-input:hover {
  border-color: #FF9800 !important;
}

button.layui-btn {
  border-color: #FF9800;
  color: #FF9800;
  background: #fff;
}

button.layui-btn:hover {
  background-color: #FF9800;
  color: #fff;
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ff9f4b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255,159,75,.357);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: .375rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: .375rem;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #ff9f4b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255,159,75,.357);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: .25rem;
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: .5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .2em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #ff9f4b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255,159,75,.357);
}

.form-check-input:checked {
  background-color: #ff9f4b;
  border-color: #ff9f4b;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 30px;
  margin-left: -120px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating>.form-control-plaintext~label {
  border-width: 1px 0;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .375rem;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem;
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: .375rem;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #25d282;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3.75rem + 1.5em);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .375rem;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3.75rem + 1.5em);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 0.6rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: .375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropstart .dropdown-toggle:after {
  display: none;
}

.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: .375rem;
}

.btn-group>.btn-group:not(:first-child),
.btn-group> :not(.btn-check:first-child)+.btn {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
.top-link {
  padding: 5px 0px;
  float: left;
}

.top-link span {
  font-size: 12px;
}

.top-link .btn-icon {
  float: left;
  padding: 0px 10px;
  color: #666666;
}

.top-link .btn-icon .icon {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  fill: #989898;
  margin-top: 0px;
  transition: fill 0.15s ease-in-out;
}

.top-link .btn-icon span {
  color: #666666;
}

.top-link .btn-icon:hover .icon,
.top-link .btn-icon.active .icon {
  fill: #FF9800;
}

.top-link .btn-icon:hover span,
.top-link .btn-icon.active span {
  color: #FF9800;
}

.quick-link {
  float: right;
  height: 29px;
}

.quick-link .loginBox {
  float: left;
}

.quick-link .loginBox .btn {
  font-size: 12px;
  color: #FF9800;
  outline: none !important;
  box-shadow: none !important;
}

.quick-link .gameLink {
  float: left;
  height: 29px;
}

.quick-link .gameLink .btn {
  font-size: 12px;
}

.quick-link .gameLink .dropdown-menu-box {
  float: left;
  color: #FF9800;
}

.quick-link .gameLink .dropdown-menu-box a {
  border-radius: 0px;
}

.quick-link .gameLink .dropdown-menu-box .icon {
  width: 15px;
  height: 15px;
  margin-top: -6px;
  fill: #FF9800;
  transition: fill .15s ease-in-out;
}

.quick-link .gameLink .dropdown-menu-box:nth-of-type(2) {
  color: #fff;
}

.quick-link .gameLink .dropdown-menu-box:nth-of-type(2) .icon {
  fill: #fff;
  margin-right: 2px;
}

.topbarGameNav {
  position: relative;
}

.topbarGameNav .dropdown-menu-box {
  position: absolute;
  right: 95px;
  top: 29px;
}

.topbarGameNav .dropdown-menu-box .dropdown-menu-nav {
  right: 0;
  display: block;
  transform: translateY(-10px);
  transform-origin: center 10%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.topbarGameNav .dropdown-menu-box.show {
  z-index: 1000;
}

.topbarGameNav .dropdown-menu-box.show .dropdown-menu-nav {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
  z-index: 1000;
}

.topbarGameNav .dropdown-menu-nav {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.topbarGameNav .dropdown-menu-nav .btn {
  position: relative;
  white-space: nowrap;
  color: #FF7700;
  font-size: 12px;
  padding: 4px 12px;
  text-decoration: none;
}

.topbarGameNav .dropdown-menu-nav .btn.text-opacity-50:hover {
  opacity: 1;
}

.topbarGameNav .dropdown-menu-nav .btn.active:after {
  content: " ";
  width: 10px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: block;
  background-color: #FF7700;
  border-radius: 10px;
  transition: background-color .15s ease-in-out;
}

.topbarGameNav .dropdown-menu-nav .btn.active.text-opacity-50:after {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

.header {
  padding: 0px;
  width: 100%;
  /* background: #C13A15; */
}

.header .navbar {
  height: 88px;
  padding: 0px;
}

.header .bg-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.header .navbar-brand {
  margin-right: 40px;
}

.header .navbar-nav {
  height: 88px;
}

.header .navbar-nav li a {
  width: 102px;
  height: 100%;
  position: relative;
  padding: 10px 15px;
  line-height: 3.8;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a.active {
  background: #ffdb9c;
  color: #333;
}

.header .menu-box .btn-icon {
  cursor: pointer;
}

.header .menu-box .btn-icon svg {
  margin-right: 0;
  display: block;
  transition: fill .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
}

.header .menu-box .btn-icon svg:nth-child(1) {
  opacity: 1;
  transform: translate(4px);
}

.header .searchBox {
  width: 200px;
}

.header .searchBox .form-search .form-control {
  width: 140px;
  border: 1px solid #FFECCF;
  border-radius: 100px;
  color: #ffeccf;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
  display: block;
  outline: none !important;
  font-size: 12px;
}

.header .searchBox .form-search .form-control::-webkit-input-placeholder {
  color: #ffeccf !important;
}

.header .searchBox .form-search .form-control:-moz-placeholder {
  color: #ffeccf !important;
}

.header .searchBox .form-search .form-control::-moz-placeholder {
  color: #ffeccf !important;
}

.header .searchBox .form-search .form-control:-ms-input-placeholder {
  color: #ffeccf !important;
}

.header .searchBox .form-search .form-control:focus {
  outline: none !important;
}

.header .searchBox .form-search .input-group {
  width: 200px;
  margin: 0px;
}

.header .searchBox .form-search .input-group-text {
  background-color: transparent;
  border: 1px solid #FFECCF;
  border-radius: 100px;
  fill: #ffeccf;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header .searchBox .form-search .input-group-text .icon {
  width: 18px;
  height: 18px;
}

/*Style 2024*/
.topBarWrap {
  height: 30px;
  background: #F0F0F0;
  box-shadow: inset 0px -4px 8px 0px rgba(0,0,0,0.1);
}

.top-link .btn-icon svg {
  margin-right: 5px;
}

.topbarGameNav .dropdown-menu-nav .btn {
  color: #EC231C;
}

.quick-link .loginBox .btn {
  color: #666;
}

.quick-link .loginBox .btn:hover {
  color: #FF9800;
}

.quick-link .gameLink .btn {
  color: #666666;
}

.quick-link .gameLink .btn:hover {
  color: #FF9800;
}

.quick-link .loginBox .btn:nth-of-type(1) {
  padding-right: 0px;
}

.quick-link .loginBox .btn:nth-of-type(1) span {
  padding-right: 0.75rem;
  border-right: 1px solid #CCCCCC;
}

.quick-link .loginBox .btn svg {
  margin-top: -4px;
}

.quick-link .gameLink .dropdown-menu-box a.btn-danger {
  background-color: #EC231C;
  border-color: #EC231C;
  color: #fff;
}

.quick-link .gameLink .dropdown-menu-box svg {
  margin-right: 5px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  font-size: 13px;
}

.header {
  /* background: #FFFFFF; */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
   background-image: url('https://c.05youxi.com/images/guide/guide.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #747474;
}
.header .navbar-nav li a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 10px 26px;
  padding-bottom: 7px;
  border-bottom: 3px solid #747474;
  z-index: 10;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a.active {
  background: rgba(255, 255, 255, 0);
  color: #ffdb9c;
  border-bottom: 3px solid #ffdb9c;
}

.header .searchBox .form-search .form-control {
  border: 1px solid #F6F6F6;
  border-radius: 100px;
  color: #999999;
  background: #F6F6F6;
}

.header .searchBox .form-search .input-group-text {
  border: none;
  background: #F6F6F6;
}

.header .searchBox .form-search .form-control::-webkit-input-placeholder {
  color: #999999 !important;
}

.header .searchBox .form-search .form-control:-moz-placeholder {
  color: #999999 !important;
}

.header .searchBox .form-search .form-control::-moz-placeholder {
  color: #999999 !important;
}

.header .searchBox .form-search .form-control:-ms-input-placeholder {
  color: #999999 !important;
}

.header .menu-box .btn-icon svg:nth-child(1) {
  opacity: 1;
  transform: translate(4px);
  fill: #EC231C;
  width: 36px;
  height: 36px;
}

@media (max-width: 768px) {
  .header .menu-box {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .header .menu-box>.list-box {
    padding: 0;
    background-color: rgba(175, 37, 16, 0.75);
    top: 100%;
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  }

  .header .menu-box .btn-link {
    padding: 8px;
    width: 200px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
  }

  .header .menu-box .btn.active {
    background-color: #ffdb9c;
    color: #333;
  }

  .header .menu-box>.list-box {
    right: 0px;
    left: auto;
  }

  .header .menu-box.show>.list-box {
    opacity: 1;
    transform: translateY(0);
    pointer-events: initial;
  }

  .header .menu-box .btn-icon svg:nth-child(1) {
    opacity: 1;
    transform: translate(1em);
  }

  .header .menu-box .btn-icon svg:nth-child(2) {
    opacity: 0;
    transform: translate(0);
  }

  .header .menu-box.show .btn-icon svg:nth-child(1) {
    opacity: 0;
    transform: translate(1em);
  }

  .header .menu-box.show .btn-icon svg:nth-child(2) {
    opacity: 1;
    width: 36px;
    height: 36px;
    transform: translate(-1em);
    fill: #EC231C;
  }

  .quick-link .gameLink {
    display: none;
  }

  .header .navbar-brand {
    margin-right: 0px;
    margin-left: 15px;
  }

  .header .menu-box .btn-icon svg:nth-child(1) {
    opacity: 1;
    transform: translate(4px);
    fill: #EC231C;
    width: 36px;
    height: 36px;
  }
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/
.footer a {
  color: #fff;
}

.footer a:hover {
  color: #E0405B;
  text-decoration: none;
}

.footer.bg-dark {
  background-color: #212529 !important;
}

.footer.bg-gradient {
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.footer .bg-row-gradient.gradient-black-white {
  margin: 20px 0px;
  background-image: linear-gradient(90deg, #333, #bbb 20%, #fff 50%, #bbb 80%, #333);
}

.footer .bg-column-gradient.gradient-black-white {
  background-image: linear-gradient(0deg, #333, #bbb 20%, #fff 50%, #bbb 80%, #333);
  margin: 0px 10px;
}

.footer hr.bg-column-gradient {
  width: 1px;
  border-top: 0;
  height: 138px;
  opacity: .25;
}

@media (max-width: 992px) {
  .footer hr.bg-column-gradient {
    display: none;
  }
}

.footer hr.bg-row-gradient {
  height: 1px;
  border-top: 0;
  opacity: .25;
}

.footer .breadcrumb {
  padding: 0px;
  margin-bottom: 10px;
}

.footer p {
  margin-bottom: 10px;
}

/* Float Btn */
.public-float-btn-list {
  bottom: 15px;
  right: 15px;
  position: fixed;
  z-index: 1000;
}

.public-float-btn-list .dropdown {
  position: relative;
}

.public-float-btn-list .dropdown>.dropdown-menu {
  position: absolute;
  bottom: 0;
  top: 0px;
  display: block;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
  width: 200px;
  height: 240px;
  transform: translate(-190px, -200px);
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  pointer-events: none;
  overflow: hidden;
}

.public-float-btn-list .dropdown:hover>.dropdown-menu {
  opacity: 1;
  transform: translate(-200px, -200px);
  pointer-events: initial;
}

.public-float-btn-list button,
.public-float-btn-list a {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border: 0;
  fill: #333333;
}

.public-float-btn-list button>*,
.public-float-btn-list a>* {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5px;
  position: absolute;
}

.public-float-btn-list button.anim,
.public-float-btn-list a.anim {
  color: #FF9800;
  fill: #FF9800;
  background-color: transparent;
  transition: color .3s ease-in-out, fill .3s ease-in-out, background-color .3s ease-in-out;
}

.public-float-btn-list button.anim>*,
.public-float-btn-list a.anim>* {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.public-float-btn-list button.anim>*:nth-child(1),
.public-float-btn-list a.anim>*:nth-child(1) {
  opacity: 1;
  transform: translate(0);
}

.public-float-btn-list button.anim>*:nth-child(2),
.public-float-btn-list a.anim>*:nth-child(2) {
  opacity: 0;
  transform: translate(50px);
}

.public-float-btn-list button.anim:hover,
.public-float-btn-list a.anim:hover {
  background-color: var(--color-gray-3);
  color: #fff;
  fill: #fff;
}

.public-float-btn-list button.anim:hover>*:nth-child(1),
.public-float-btn-list a.anim:hover>*:nth-child(1) {
  opacity: 0;
  transform: translate(-50px);
}

.public-float-btn-list button.anim:hover>*:nth-child(2),
.public-float-btn-list a.anim:hover>*:nth-child(2) {
  opacity: 1;
  transform: translate(0);
}

.public-float-btn-list-wechat .img-box>img {
  max-width: 200px;
}

@media (max-width: 1200px) {
  .public-float-btn-list {
    display: none;
  }
}

/*Style 2024*/
/*Footer*/

.footer.bg-gradient {
  background: #fff !important;
}

.footer .bg-row-gradient.gradient-black-white {
  background: #E4E4E4;
  opacity: 1;
}

.footer .breadcrumb,
.footer .breadcrumb a {
  color: #9FA0A0;
}

.footer .breadcrumb,
.footer .breadcrumb a:hover {
  color: #FF9800;
}

.footer-content {
  text-align: center;
}

.footer .footer-tips .breadcrumb,
.footer .footer-navBox .breadcrumb {
  display: block;
}

.footer .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.footer p,
.footer .breadcrumb,
.footer .breadcrumb a {
  /*color: #000;*/
  color: #fff;
  font-size: 13px;
}

.footer .footer-navBox .breadcrumb a {
  padding: -0px 8px;
  border-right: 1px solid #d0d0d0;
}

.footer .footer-navBox .breadcrumb a:hover {
  color: #FF9800;
}

.footer .footer-navBox .breadcrumb a:nth-last-of-type(1) {
  border-right: 0px;
}

.footer .gameTips {
  /* margin-top: 25px; */
}

.footer .footer-tips {
  margin-top: 30px;
}

.footer a.logo-box {
  display: block;
  margin-bottom: 30px !important;
}

.footer .friendLink a {
  margin-right: 8px;
}

.footer .friendLink a:hover {
  color: #FF9800;
}

.public-float-btn-list {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.public-float-btn-list button,
.public-float-btn-list a {
  height: 60px;
  /* bottom: -4px; */
}

.public-float-btn-list button>*,
.public-float-btn-list a>* {
  padding: 8px;
}

.public-float-btn-list button.anim:hover,
.public-float-btn-list a.anim:hover {
  color: #FF9800;
  fill: #FF9800;
}

@media (max-width: 768px) {
  .public-float-btn-list {
    display: none !important;
  }
}

/*----------------------------------------*/
/*  Banner
/*----------------------------------------*/
/*----------------------------------------*/
/*  Home
/*----------------------------------------*/
.homeSwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 410px;
}

.homeSwiper .swiper-wrapper {
  overflow: hidden;
}

.homeSwiper .swiper-pagination-background {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 40px;
  margin-left: 15%;
  list-style: none;
}

.homeSwiper .swiper-pagination {
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 24px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  border-radius: 0px;
  transition: opacity 0.6s ease;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.homeSwiper a img {
  /*width: 100%;*/
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.homeSwiper .container {
  z-index: 200;
}

.homeLoginWrap {
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.homeLoginWrap .user-mes-card {
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.15s ease-in-out;
  padding: 10px;
  margin-top: 18px;
  border-radius: 10px;
  pointer-events: auto;
}

.homeLoginWrap .user-mes-card .card-body {
  padding: 10px 10px;
}

.homeLoginWrap .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-radius: 4px;
}

.homeLoginWrap .user-mes-card.anim.active {
  opacity: 1;
}

.homeLoginWrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 8px;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.homeLoginWrap ul.nav {
  margin: 0 auto;
  width: 180px;
}

.homeLoginWrap ul.nav .nav-link {
  cursor: pointer;
  color: #FF9800;
  font-size: 14px;
}

.homeLoginWrap ul.nav .nav-link:hover {
  color: #E0405B;
}

.homeLoginWrap ul.nav .nav-item.on .nav-link {
  color: #E0405B;
}

.homeLoginWrap a {
  cursor: pointer;
}

.homeLoginWrap a:hover {
  color: #E0405B;
}

.homeLoginWrap .link-box a:nth-of-type(2) {
  float: right;
}

.homeLoginWrap button {
  height: 34px;
  background: #FF9800;
  font-size: 12px;
  color: #fff;
}

.homeLoginWrap button:hover {
  background: #fdb678;
  color: #fff;
}

.homeLoginWrap .login-external .dividing-text {
  color: #FF9800;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.homeLoginWrap .login-external p.dividing-text:after,
.homeLoginWrap .login-external p.dividing-text:before {
  content: ' ';
  height: 1px;
  margin: 0 10px;
  flex-grow: 1;
  background-color: #bbbbbb;
}

.homeLoginWrap .login-external .btn-box {
  width: 100%;
}

.homeLoginWrap .login-external .btnIcon {
  width: 50%;
  float: left;
  text-align: center;
}

.homeLoginWrap .login-external .btn-box .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.2s;
  fill: #666666;
}

.homeLoginWrap .login-external .btn-box .icon:hover {
  fill: #6bcc03;
}

.homeLoginWrap .login-external .btn-box .icon:nth-of-type(2):hover {
  fill: #68a1d8;
}

.htitle-001 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.htitle-001 svg {
  margin-top: -4px;
  margin-right: 6px;
}

.htitle-001 b {
  color: #E0405B;
}

@keyframes title-001-anim {
  0% {
    transform: translate(0.15em) rotate(45deg) scale(1);
  }

  25% {
    transform: translateY(0.15em) rotate(135deg) scale(1.25);
  }

  50% {
    transform: translate(-0.15em) rotate(225deg) scale(1.5);
  }

  75% {
    transform: translateY(-0.15em) rotate(315deg) scale(1.25);
  }

  to {
    transform: translate(0.15em) rotate(405deg) scale(1);
  }
}

/* Recom Game*/
@media (max-width: 992px) {
  .home-remGame.container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .home-remGame .home-page-top-game {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-remGame .gamelist-box {
  clear: both;
}

.home-remGame .gamelist-box .list-item {
  width: 32%;
  margin-right: 1.5%;
  position: relative;
  float: left;
  overflow: hidden;
}

.home-remGame .gamelist-box .list-item .link-box {
  background-color: rgba(255, 159, 75, 0.8);
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-size: 14px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.home-remGame .gamelist-box .list-item .link-box .title-002 {
  font-size: 16px;
}

.home-remGame .gamelist-box .list-item:hover .link-box {
  transform: translateY(0);
  opacity: 1;
}

.home-remGame .gamelist-box .list-item .mes-box {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transform: translateY(0);
  opacity: 1;
  color: #fff;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.home-remGame .gamelist-box .list-item:nth-of-type(3) {
  margin-right: 0px;
}

.home-remGame .gamelist-box .icon-list {
  float: right;
}

.home-remGame .gamelist-box .icon-list .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.home-remGame .gamelist-box .tipsTxt .txt {
  float: left;
}

.home-remGame .gamelist-box .tipsTxt .txt a {
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}

.home-remGame .gamelist-box .tipsTxt .btn {
  float: right;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  background: none;
  padding: 4px 8px;
}

.home-remGame .gamelist-box .tipsTxt .btn:hover {
  background: #fff;
  color: #333;
}

.home-remGame .new-list-card-box .morelistBtn {
  border: 1px solid #FF9800;
  color: #FF9800;
  padding: 4px 12px;
  font-size: 12px;
}

.home-remGame .new-list-card-box .morelistBtn:hover {
  background: #FF9800;
  color: #fff;
}

.home-remGame .new-list-card-box .list-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box {
  max-width: 300px;
  line-height: 1.75;
  padding: 8px 12px;
  color: #333;
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box:hover {
  background: #eeeeee;
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box:hover p {
  color: #E0405B;
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box p {
  position: relative;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 15px;
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box p:before {
  content: ' ';
  width: 3px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  background-color: #FF9800;
}

.home-remGame .new-list-card-box .list-box .list-item.active .mes-box p {
  font-size: 15px;
  color: #fff;
  padding-left: 0px;
}

.home-remGame .new-list-card-box .list-box .list-item.active .mes-box p:before {
  display: none;
}

.home-remGame .new-list-card-box .list-box .list-item.active .img-box+.mes-box {
  margin-top: -30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

/* Hot Mobile Game*/
.home-page-mobileGame {
  overflow: hidden;
  clear: both;
}

@media (max-width: 992px) {
  .home-page-mobileGame.container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}

.home-page-mobileGame .list-box {
  width: 100%;
}

.home-page-mobileGame .list-item {
  width: 48%;
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .home-page-mobileGame .list-item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.home-page-mobileGame .list-item:nth-of-type(1) {
  margin-right: 1%;
}

.home-page-mobileGame .list-item:nth-of-type(2) {
  float: right;
}

.home-page-mobileGame .img-box {
  width: 100%;
}

.home-page-mobileGame .img-box>img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}

.home-page-mobileGame .qr-box {
  width: 100px;
  height: 100px;
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 1;
  perspective: 200px;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-in-out;
}

.home-page-mobileGame .qr-box>img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  position: absolute;
  backface-visibility: hidden;
}

.home-page-mobileGame .qr-box>img:nth-child(2) {
  transform: rotateY(180deg);
  border-radius: 0px;
}

.home-page-mobileGame .list-item:hover .qr-box {
  transform: rotateY(180deg);
}

.home-page-mobileGame .mes-box {
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 1;
}

.home-page-mobileGame .mes-box p {
  font-size: 24px;
  color: #fff;
}

.home-page-mobileGame .mes-box p:nth-of-type(2) {
  font-size: 14px;
  color: #fff;
}

/* Hot Game*/
@media (max-width: 992px) {
  .home-page-hotGame.container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page-hotGame .home-page-hot-game {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-page-hotGame .morelistBtn {
  float: right;
  border: 1px solid #FF9800;
  color: #FF9800;
  padding: 4px 12px;
  font-size: 12px;
}

.home-page-hotGame .morelistBtn:hover {
  background: #FF9800;
  color: #fff;
}

.home-page-hotGame .hotlist-box .mes-box {
  top: 0;
  left: 0;
  position: absolute;
  border-bottom-right-radius: 6rem;
}

.home-page-hotGame .hotlist-box .mes-box b {
  font-size: 17px;
}

.home-page-hotGame .hotlist-box .link-box {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.home-page-hotGame .hotlist-box .list-item {
  float: left;
  width: 32%;
  position: relative;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .home-page-hotGame .hotlist-box .list-item {
    width: 49%;
  }
}

.home-page-hotGame .hotlist-box .list-item:hover .link-box {
  transform: translateY(0);
  opacity: 1;
}

.home-page-hotGame .hotlist-box .list-item a:hover {
  color: #E0405B;
}

.home-page-hotGame .hotlist-box .list-item .btn {
  float: right;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  background: none;
  padding: 4px 8px;
}

.home-page-hotGame .hotlist-box .list-item .btn:hover {
  background: #fff;
  color: #333;
}

.home-page-hotGame .hotlist-box .list-item .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page-hotGame .hotlist-box .list-item:nth-of-type(3),
.home-page-hotGame .hotlist-box .list-item:nth-of-type(6) {
  margin-right: 0px;
}

@media (max-width: 992px) {

  .home-page-hotGame .hotlist-box .list-item:nth-of-type(2),
  .home-page-hotGame .hotlist-box .list-item:nth-of-type(4),
  .home-page-hotGame .hotlist-box .list-item:nth-of-type(6) {
    margin-right: 0px;
  }
}

.home-page-hotGame .home-webGameBegin .title-icon {
  display: inline-block;
  float: left;
}

.home-page-hotGame .home-webGameBegin .title-box {
  overflow: hidden;
  clear: both;
}

.home-page-hotGame .home-webGameBegin .swicth-box {
  float: right;
}

.home-page-hotGame .home-webGameBegin .swicth-box .btn-link {
  font-size: 12px;
  padding: 4px 6px;
  color: #999;
}

.home-page-hotGame .home-webGameBegin .swicth-box .btn-link:hover,
.home-page-hotGame .home-webGameBegin .swicth-box .btn-link.on {
  color: #E0405B;
}

.home-page-hotGame .home-webGameBegin .list-box {
  border-radius: 12px;
  transition: box-shadow 0.15s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.home-page-hotGame .home-webGameBegin .list-box .item {
  overflow: hidden;
  clear: both;
  position: relative;
}

.home-page-hotGame .home-webGameBegin .mes-box .title {
  width: 110px;
}

.home-page-hotGame .home-webGameBegin .mes-box>p.server-name {
  text-align: right;
  position: absolute;
  right: 15px;
}

.home-page-hotGame .home-webGameBegin .list-box .img-box {
  width: 50px;
  height: 50px;
  border: 1px;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #999999;
  float: left;
  overflow: hidden;
  display: block;
}

.home-page-hotGame .home-webGameBegin .list-box .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.home-page-hotGame .home-webGameBegin .list-box .item .img-box,
.home-page-hotGame .home-webGameBegin .list-box .item .btn-box,
.home-page-hotGame .home-webGameBegin .list-box .item.active .mes-box>p.server-name {
  display: none;
}

.home-page-hotGame .home-webGameBegin .list-box .item.active .img-box,
.home-page-hotGame .home-webGameBegin .list-box .item.active .btn-box,
.home-page-hotGame .home-webGameBegin .list-box .item .mes-box>p.server-name {
  display: block;
}

.home-page-hotGame .home-webGameBegin .list-box .item.active .mes-box {
  display: block !important;
  float: left;
  margin-left: 60px;
}

.home-page-hotGame .home-webGameBegin .list-box .item.active {
  background-color: #eeeeee;
}

.home-page-hotGame .home-webGameBegin .list-box .item.active .title {
  width: auto;
}

.home-page-hotGame .home-webGameBegin .btn-box {
  float: right;
  margin-top: 10px;
}

.home-page-hotGame .home-webGameBegin .btn-default {
  float: right;
  color: #fff;
  font-size: 12px;
  background: #FF9800;
  padding: 4px 8px;
}

.home-page-hotGame .home-webGameBegin .btn-default:hover {
  opacity: 0.7;
  color: #fff;
}

/* Hot Activity*/
.home-page-hotActivity .morelistBtn {
  float: right;
  border: 1px solid #FF9800;
  color: #FF9800;
  padding: 4px 12px;
  font-size: 12px;
}

.home-page-hotActivity .morelistBtn:hover {
  background: #FF9800;
  color: #fff;
}

.home-page-hotActivity .list-item {
  width: 32%;
  margin-right: 2px;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .home-page-hotActivity .list-item {
    width: 100%;
  }
}

.home-page-hotActivity .list-item .img-box {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}

.home-page-hotActivity .list-item .img-box>img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: transform 0.3s ease-in-out;
}

.home-page-hotActivity .list-item:nth-of-type(3) {
  margin-right: 0px;
}

.home-page-hotActivity .list-item:hover .img-box>img {
  transform: scale(1.03);
}

/* gameNavLink */
@media (max-width: 992px) {
  .gameNavLink.container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .home-page-moreGame {
    overflow: hidden;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page-moreGame .home-page-game-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}

.home-page-moreGame .morelistBtn {
  float: right;
  border: 1px solid #FF9800;
  color: #FF9800;
  padding: 4px 12px;
  font-size: 12px;
}

.home-page-moreGame .morelistBtn:hover {
  background: #FF9800;
  color: #fff;
}

.home-page-moreGame .list-box {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.home-page-moreGame .list-item:nth-child(8n + 1),
.home-page-moreGame .list-item:nth-child(8n + 3),
.home-page-moreGame .list-item:nth-child(8n + 6),
.home-page-moreGame .list-item:nth-child(8n + 8),
.home-page-moreGame .home-page-service-list .list-item:nth-child(4n + 2),
.home-page-moreGame .home-page-service-list .list-item:nth-child(4n + 3) {
  background: rgba(0, 0, 0, 0.05);
}

.home-page-moreGame .list-item>img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  font-family: 'object-fit: cover;';
}

.home-page-moreGame .list-item .flex-grow-1 {
  text-align: center;
}

.home-page-moreGame .list-item .flex-grow-1 p {
  font-size: 18px;
}

.home-page-moreGame .list-item .flex-grow-1 p:nth-of-type(2) {
  font-size: 12px;
  color: #666;
}

.home-page-moreGame .list-item {
  width: 25%;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .home-page-moreGame .list-item {
    width: 50%;
  }
}

.home-page-moreGame .home-page-service-list {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.home-page-moreGame .home-page-service-list .list-item {
  width: 50%;
  padding: 12px !important;
  background-color: #fff;
}

.home-page-moreGame .home-page-service-list .list-item p {
  font-size: 16px;
  color: #333;
}

.home-page-moreGame .home-page-service-list .list-box {
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.home-page-moreGame .home-page-service-list .icon {
  width: 36px;
  height: 36px;
  fill: #333;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(1) .icon {
  fill: #ec7092;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(2) .icon {
  fill: #fd9d6a;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(3) .icon {
  fill: #fd9d6a;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(4) .icon {
  fill: #f4b818;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(5) .icon {
  fill: #7a9ef4;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(6) .icon {
  fill: #835ce9;
}

/*Style 2024*/
/*HomePage*/
.homeSwiper .swiper-pagination {
  padding: 0px;
  border-radius: inherit;
  background: none;
  box-shadow: inherit;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .8;
  height: 8px;
  width: 36px;
  border: 0px;
  border-radius: 4px;
  margin: 6px;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #E60012;
}

.homeLoginWrap .user-mes-card {
  background: #fff;
  width: 300px;
}

.homeLoginWrap ul.nav {
  width: 100%;
}

.homeLoginWrap ul.nav li {
  width: 50%;
  text-align: center;
}

.homeLoginWrap ul.nav .nav-link {
  color: #FF9800;
  border: 1px solid #FF9800;
}

.homeLoginWrap ul.nav .nav-link:hover {
  color: #FF9800;
}

.homeLoginWrap ul.nav .nav-item.on .nav-link {
  color: #fff;
  background: #FF9800;
}

.homeLoginWrap .bd li {
  position: relative;
}

.homeLoginWrap .bd li .inputico {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}

.homeLoginWrap .form-control {
  height: 36px;
  background-color: #FAFAFA;
  padding: .375rem .75rem;
  padding-left: 30px;
}

.homeLoginWrap button {
  height: 36px;
  box-shadow: none;
  outline: none;
  background: #FF9800;
}

.homeLoginWrap .input-group input.form-control {
  width: 175px;
}

.homeLoginWrap .login-external .btn-box {
  width: 60%;
  margin: 0 auto;
}

.homeLoginWrap .login-external .btn-box .icon {
  fill: inherit;
  width: 32px;
  height: 32px;
}

.homeLoginWrap .login-external .regeditTxt {
  margin-top: 15px;
  width: 100%;
  float: left;
  text-align: center;
}

.homeLoginWrap .login-external .regeditTxt a:hover {
  color: #FF9800;
}

.homeLoginWrap a {
  color: #999;
  font-size: 0.8em;
}

.homeLoginWrap a:hover {
  color: #FF9800;
}

.homeLoginWrap .form-check-input {
  position: relative;
  margin-left: 0px;
}

.homeLoginWrap .link-box a {
  /*float: right;*/
}

/*内容模块*/
.home-remGame .gamelist-box .list-item .mes-box {
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #000;
  height: 52px;
  line-height: 2;
}

.home-remGame .gamelist-box .list-item .link-box {
  background-color: #FF9800;
}

.home-remGame .gamelist-box .list-item {
  width: 31%;
  margin-right: 3%;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.home-remGame .new-list-card-box .list-box {
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.home-remGame .new-list-card-box .morelistBtn,
.home-page-hotGame .morelistBtn,
.home-page-hotActivity .morelistBtn,
.home-page-moreGame .morelistBtn {
  border: 0px;
  padding: 4px 0px 4px 10px;
  font-size: 13px;
  color: #666666;
}

.home-remGame .new-list-card-box .morelistBtn svg,
.home-page-hotGame .morelistBtn svg,
.home-page-hotActivity .morelistBtn svg,
.home-page-moreGame .morelistBtn svg {
  margin-left: 3px;
}

.home-remGame .new-list-card-box .list-box .list-item.active .mes-box p {
  font-size: 14px;
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box p {
  font-size: 14px;
}

.home-remGame .new-list-card-box .list-box .list-item .mes-box {
  max-width: 300px;
  line-height: 1.75;
  padding: 4px 12px !important;
  color: #333;
  border-bottom: 1px solid #E9E9E9;
}

.home-remGame .new-list-card-box .list-box .list-item:nth-last-of-type(1) .mes-box {
  border: none;
}

.home-page-hotActivity .list-item {
  border-radius: 0px;
  margin-right: 2%;
}

.home-page-mobileGame {
  padding-bottom: 2px;
}

.home-page-hotGame .hotlist-box .mes-box {
  height: 100%;
  line-height: 2;
  padding-top: 15% !important;
  border-radius: 0px;
}

.home-page-hotGame .hotlist-box .link-box {
  background-color: #dc3545;
}

.home-page-hotGame .hotlist-box .list-item {
  margin-bottom: 34px;
}

.home-page-hotGame .hotlist-box .link-box a {
  color: #fff;
}

.home-page-hotGame .hotlist-box .link-box a:hover {
  color: #fff;
  text-decoration: underline;
}

.home-page-hotGame .home-webGameBegin .list-box {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-top: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.home-page-hotGame .home-webGameBegin .list-box .item.active .mes-box {
  margin-left: 30px;
}

.home-page-hotGame .home-webGameBegin .tabBox {
  background: #fff;
  margin: 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.home-page-hotGame .home-webGameBegin .swicth-box {
  float: inherit;
  width: 100%;
}

.home-page-hotGame .home-webGameBegin .tabBox .swicth-box li {
  width: 50%;
  float: left;
  padding: 6px 0px;
  font-size: 13px;
}

.home-page-hotGame .home-webGameBegin .swicth-box .btn-link {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 0px;
}

.home-page-hotGame .home-webGameBegin .swicth-box .btn-link.on {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top: 2px solid #FF9800;
}

.home-page-hotGame .home-webGameBegin .swicth-box .btn-link:nth-of-type(1) {
  border-left: 0px;
}

.home-page-hotGame .home-webGameBegin .swicth-box .btn-link:nth-of-type(2) {
  border-right: 0px;
}

.home-page-hotGame .home-webGameBegin .list-box .item.active {
  background-color: #fff;
}

.home-page-hotGame .home-webGameBegin .list-box .item {
  border-bottom: 1px solid #E9E9E9;
  padding: 7px 15px;
}

.home-page-hotGame .home-webGameBegin .list-box .item:nth-last-of-type(1) {
  border-bottom: 0px;
}

.home-page-mobileGame .list-item {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.home-page-mobileGame .mes-box {
  bottom: 0px;
  left: 0px;
  position: relative;
  background: #fff;
  padding: 15px 20px;
  height: 100px;
}

.home-page-mobileGame .mes-box .txtBox {
  float: left;
  padding-top: 10px;
}

.home-page-mobileGame .mes-box .imgBox {
  float: right;
}

.home-page-mobileGame .mes-box .imgBox img {
  width: 70px;
}

.home-page-mobileGame .mes-box p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.home-page-mobileGame .mes-box p:nth-of-type(2) {
  color: #666666;
}

.home-page-mobileGame .img-box .qrcode-img {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.home-page-mobileGame .list-item:hover .img-box {
  cursor: pointer;
}

.home-page-mobileGame .list-item:hover .img-box .qrcode-img {
  opacity: 1;
}

.home-page-moreGame {
  overflow: inherit;
}

.home-page-moreGame .list-box {
  border-radius: 0px;
  background: none;
  box-shadow: none;
}

.home-page-moreGame .list-item {
  width: 24%;
  margin-right: 1%;
  background: #fff;
  /*padding-left: 20px !important;*/
}

.home-page-moreGame .list-item:nth-child(8n + 1),
.home-page-moreGame .list-item:nth-child(8n + 3),
.home-page-moreGame .list-item:nth-child(8n + 6),
.home-page-moreGame .list-item:nth-child(8n + 8),
.home-page-moreGame .home-page-service-list .list-item:nth-child(4n + 2),
.home-page-moreGame .home-page-service-list .list-item:nth-child(4n + 3) {
  background: #fff;
}

.home-page-moreGame .list-item .flex-grow-1 p {
  font-size: 16px;
  text-align: left;
  padding-left: 15px;
}

.home-page-moreGame .list-item .flex-grow-1 p:nth-of-type(2) {
  margin-top: 2px;
}

.home-page-moreGame .home-page-service-list {
  background: #ffffff;
  padding: 15px;
}

.home-page-moreGame .home-page-service-list .list-item {
  width: 48%;
  border: 0px;
  background: #F2F2F2 !important;
  margin-bottom: 5px;
  margin-right: 4%;
  padding-left: 20px !important;
}

.home-page-moreGame .home-page-service-list .list-box {
  border-radius: 4px;
  box-shadow: none;
}

.home-page-moreGame .home-page-service-list .icon {
  width: 24px;
  height: 24px;
  fill: #333;
  float: left;
}

.home-page-moreGame .quick-link-foot {
  padding-right: 0px;
}

.home-page-moreGame .quick-link-foot .list-item:nth-child(2),
.home-page-moreGame .quick-link-foot .list-item:nth-child(4),
.home-page-moreGame .quick-link-foot .list-item:nth-child(6) {
  margin-right: 0px;
}

.home-page-moreGame .home-page-service-list .list-item:nth-child(1) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(2) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(3) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(4) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(5) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(6) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(7) .icon,
.home-page-moreGame .home-page-service-list .list-item:nth-child(8) .icon {
  fill: #E0405B;
}

.home-page-service-list .customer_service {
  overflow: hidden;
  padding: 20px;
}

.home-page-service-list .customer_service .customerIco {
  float: left;
}

.home-page-service-list .customer_service .customerTxt {
  padding-top: 20px;
  padding-left: 20px;
  float: left;
}

.home-page-service-list .customer_service .customerTxt p {
  color: #9FA0A0;
  font-size: 14px;
}

.home-page-service-list .customer_service .customerTxt a {
  color: #E1405A;
  font-size: 21px;
  font-weight: 600;
}

.home-page-moreGame .home-page-service-list .list-item p {
  font-size: 15px;
  color: #333;
}

@media (max-width: 768px) {
  .homeSwiper {
    height: 120px;
  }

  .home-page-moreGame .list-item {
    width: 48%;
    margin-bottom: 10px;
  }

  .home-page-hotGame .hotlist-box .list-item {
    width: 100%;
  }

  .home-page-hotGame .hotlist-box .link-box {
    bottom: 0px;
    transform: translateY(0%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .home-page-hotActivity .list-item {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  Page
/*----------------------------------------*/
/*用户中心*/
.step-breadcrumb.breadcrumb {
  color: #bbb;
  align-items: center;
  justify-content: center;
}

.step-breadcrumb.breadcrumb .breadcrumb-item {
  position: relative;
  color: #bbbbbb;
  font-size: 18px;
}

.step-breadcrumb.breadcrumb .breadcrumb-item .icon {
  fill: #bbbbbb;
}

.step-breadcrumb.breadcrumb .breadcrumb-item.success {
  color: #198754;
}

.step-breadcrumb.breadcrumb .breadcrumb-item.current {
  color: #dc3545;
  fill: #dc3545;
}

.step-breadcrumb.breadcrumb .breadcrumb-item.current .icon {
  fill: #dc3545;
}

.step-breadcrumb.breadcrumb .breadcrumb-item .icon {
  width: 1.5em;
  height: 1.5em;
}

.step-breadcrumb.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 3em;
}

.step-breadcrumb.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: ' ';
  width: 2em;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
  position: absolute;
  display: block;
  background-color: #bbb;
}

.step-form-box form,
.step-form-box .form-box {
  width: 400px;
}

.user-page .user-page-walet-take-money .input-group>.form-control,
.step-form-box .input-group>.form-control {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.step-form-box .layui-form-item .layui-input-split {
  width: 90px;
}

.step-form-box .layui-form-item .sexInputBox {
  background-color: #fff;
  padding-left: 10px;
}

.user-page .user-page-wallet-cash-game .icon-money {
  width: 1em;
  height: 1em;
}

.user-page .user-page-wallet-cash .list-item+.list-item {
  border-top: 1px solid #eee;
}

.user-page .user-page-wallet-cash .list-item>div {
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.user-page .user-page-wallet-cash .list-item div.dropdown-item>.dropdown-divider {
  min-width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  padding: 0.5em;
  position: absolute;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.user-page .user-page-wallet-cash .list-item div.dropdown-item:hover>.dropdown-divider {
  opacity: 1;
  pointer-events: initial;
}

.user-page .user-page-wallet-cash .list-item>div:nth-child(1) {
  width: 100px;
}

.user-page .user-page-wallet-cash .list-item>div:nth-child(2) {
  width: 100px;
}

.user-page .user-page-wallet-cash .list-item>div:nth-child(3) {
  width: 100px;
}

.user-page .user-page-wallet .layui-tab-title .layui-this {
  background-color: #FF9800;
  color: #fff;
}

/*交易市场*/
.product-list-role .btn-default {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

.product-list-role .list-item {
  width: 23.5%;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.product-list-role .list-item .fs-5 {
  font-size: 15px !important;
}

.product-list-role .list-item .fs-4 {
  font-size: 18px !important;
}

.product-list-role .list-item:hover .mes-box p,
.product-list-role .list-item:hover .mes-box b {
  color: #ff7700;
}

.product-list-role .list-item>.icon-box .icon {
  width: 15px;
  height: 15px;
  fill: #91989e;
  margin-right: 4px;
}

.product-list-role .list-item>.img-box {
  width: 100%;
  height: 170px;
  position: relative;
}

.product-list-role .list-item>.img-box>img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  filter: blur(0);
}

.product-detail-role {
  display: none;
  background: #f3f3f3;
}

.product-detail-role .proViewSwiper {
  overflow: hidden;
  padding-bottom: 2rem;
}

.product-detail-role .detail-box {
  padding: 36px;
  align-items: center;
}

.product-detail-role .detail-box p {
  margin-top: 0;
  margin-bottom: 12px;
}

.product-detail-role .detail-box>.mes-box>.game-icon>.img-icon {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.product-detail-role .detail-box>.mes-box>h2 {
  margin-bottom: 30px;
}

.product-detail-role .detail-box>.mes-box>.btn-box .btn-icon {
  border-radius: 30px;
}

.product-detail-role .detail-box>.mes-box>.btn-box .btn-icon .icon {
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  margin-top: -4px;
  fill: #FF9800;
  transition: fill 0.15s ease-in-out;
}

.product-detail-role .detail-box>.mes-box>.btn-box .btn-icon:hover .icon {
  fill: #fff;
}

.product-detail-role .detail-box>.mes-box>.game-icon .icon {
  width: 12px;
  height: 12px;
  fill: #333;
}

.product-detail-role .detail-box>.mes-box>.game-icon {
  margin-bottom: 30px;
}

.product-detail-role .detail-box>.banner-box {
  width: 600px;
  height: 400px;
  margin-right: 80px;
}

.product-detail-role .swiper-button-next,
.product-detail-role .swiper-button-prev {
  background-color: #000000bd;
  background-size: 50%;
  width: 36px;
}

.product-detail-role .swiper-container-horizontal>.swiper-pagination-bullets {
  padding: 0 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  width: 30%;
  position: relative;
  margin: 0 auto;
}

.product-detail-role .detail-box>.banner-box .carousel,
.product-detail-role .detail-box>.banner-box .carousel-inner,
.product-detail-role .product-detail-role .detail-box>.banner-box .carousel-item {
  width: 100%;
  height: 100%;
  user-select: none;
}

.product-detail-role .detail-box>.banner-box .carousel-item>img {
  height: 100%;
  object-fit: contain;
  object-position: top center;
  user-select: none;
}

.product-detail-role .html-box {
  padding: 30px;
}

.product-detail-role .html-box>.title-box {
  margin-bottom: 30px;
  border-bottom: 2px solid #e4e7ed;
}

.product-detail-role .html-box>.title-box>span {
  margin-bottom: -2px;
  display: inline-block;
  border-bottom: 2px solid #FF9800;
  padding-bottom: 8px;
  font-size: 15px;
}

.product-detail-role .html-box ul {
  list-style: decimal;
}

.product-detail-role .html-box ul li {
  margin-bottom: 12px;
}

/*活动*/
.activity-list-switch-list {
  width: 150px;
  height: 0;
  top: 20%;
  position: sticky;
  transform: translate(-150px) translateY(1rem);
}

.activity-list-switch-list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-list-switch-list .btn .icon {
  width: 18px;
  height: 18px;
  display: none;
  fill: #FF9800;
  opacity: 0;
}

.activity-list-switch-list .btn.active .icon {
  display: block;
  opacity: 1;
  fill: #fff;
}

.activity-list-switch-list .btn-default-secondary {
  color: #FF9800;
  background: none;
  border-color: #FF9800;
}

.activity-list-switch-list .btn.active,
.activity-list-switch-list .btn.show,
.activity-list-switch-list .btn:first-child:active {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

.activity-list-page .list-box .list-item {
  width: calc(33.3% - 2rem) ;
  border: 1px solid;
  border-color: #ddd;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.activity-list-page .list-box .list-item h4,
.activity-list-page .list-box .list-item p {
  color: #000;
}

.activity-list-page .list-box .list-item:hover {
  box-shadow: 0 0 10px 0 #FF9800;
}

.activity-list-page .list-box .list-item>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.activity-list-page .btn-default {
  float: right;
  color: #fff;
  font-size: 14px;
  background: #FF9800;
  padding: 4px 8px;
}

/*礼包中心*/
.gift-list-page .list-box .list-item {
  padding: 0;
  border: 0px;
  color: #666;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 18px;
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
}

.gift-list-page .list-box .list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.gift-list-page .list-box .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.gift-list-page .list-box .img-box>img,
.gift-list-page .list-box .img-box>.mask-item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.gift-list-page .list-box p {
  font-weight: bold;
  font-size: 15px;
}

.gift-list-page .list-box .img-box>img {
  object-fit: cover;
}

.gift-detail-page {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
}

.gift-detail-page .gift-detail-page-header {
  flex-wrap: nowrap;
  align-items: center;
}

.gift-detail-page .gift-detail-page-header .img-box {
  width: 285px;
  height: 168px;
}

.gift-detail-page .gift-detail-page-header .form-box {
  min-width: 400px;
}

.gift-detail-page .gift-detail-page-header .btn-icon>.icon {
  width: 18px;
  height: 18px;
  fill: #FF9800;
}

.gift-detail-page .gift-detail-page-header .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}

.gift-detail-page .list-item {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gift-detail-page .list-item .h5,
.gift-detail-page .list-item h5 {
  font-size: 14px;
}

.gift-detail-page .list-item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.gift-detail-page .list-item>div {
  flex-shrink: 0;
  flex-grow: 0;
}

.gift-detail-page .gift-detail-page-header .img-box>img,
.gift-detail-page .list-item .img-box>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gift-detail-page .list-item .data-name {
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gift-detail-page hr.bg-column-gradient {
  width: 1px;
  height: 100px;
  border-top: 0;
  background-image: linear-gradient(0deg, #fff, #666 20%, #333 50%, #666 80%, #fff);
}

.gift-detail-page .img-box {
  pointer-events: none;
  user-select: none;
}

/*开服表*/
.server-list-page h1 {
  font-size: 32px;
}

.server-list-page .list-item.list-header,
.server-list-page .list-item:hover {
  background-color: #f5f5f5;
}

.server-list-page .list-item:nth-child(odd) {
  background-color: #fafafa;
}

.server-list-page .list-item {
  flex-grow: 1;
  box-shadow: 0 5px 10px -10px inset;
  transition: background-color 0.15s ease-in-out;
}

.server-list-page .list-item>div:nth-child(1) {
  width: 120px;
  padding-left: 50px;
  position: relative;
}

.server-list-page .list-item>div:nth-child(2) {
  width: 150px;
}

.server-list-page .list-item>div:nth-child(3) {
  width: 100px;
}

.server-list-page .list-item>div:nth-child(4) {
  width: 80px;
}

.server-list-page .list-item>div:nth-child(5) {
  width: 80px;
}

.server-list-page .list-item>div:nth-child(6) {
  width: 160px;
}

.server-list-page .list-item>div:nth-child(1)>img {
  width: 34px;
  height: 35px;
  left: 10px;
  top: -18px;
  position: absolute;
  display: none;
}

.server-list-page .list-item>div:nth-child(1).active>img {
  display: block;
}

.server-list-page .list-item>div {
  flex-grow: 1;
  font-size: 15px;
}

.server-list-page .list-item .btn-link {
  color: #FF9800;
  font-size: 12px;
}

.server-list-page .list-item .btn-link:hover {
  color: #ff7700;
}

/*新闻公告*/
.news-page .news-list-box .h3,
.news-page .news-list-box h3 {
  font-size: 24px;
}

.news-page .news-list-box .list-box .list-item {
  border: 1px solid;
  border-color: var(--color-gray-9);
  border-bottom-right-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.news-page .news-list-box .list-box .list-item .img-box {
  width: 220px;
  height: 120px;
}

.news-page .news-list-box .list-box .list-item .mes-box>h3 {
  height: 30px;
  overflow: hidden;
}

.news-page .news-list-box .list-box .list-item .mes-box>.describe {
  height: 36px;
  overflow: hidden;
}

.news-page .home-webGameBegin .title-icon {
  display: inline-block;
  float: left;
  padding-left: 0px;
}

.news-page .home-webGameBegin .title-box {
  overflow: hidden;
  clear: both;
}

.news-page .home-webGameBegin .title-icon>.icon {
  width: 30px;
  height: 30px;
  margin: 0px !important;
}

.news-page .home-webGameBegin .htitle-001:before {
  display: none;
}

.news-page .home-webGameBegin .swicth-box {
  float: right;
}

.news-page .home-webGameBegin .swicth-box .btn-link {
  font-size: 12px;
  padding: 4px 6px;
  color: #999;
}

.news-page .home-webGameBegin .swicth-box .btn-link:hover,
.news-page .home-webGameBegin .swicth-box .btn-link.on {
  color: #E0405B;
}

.news-page .home-webGameBegin .list-box {
  border-radius: 12px;
  transition: box-shadow 0.15s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.news-page .home-webGameBegin .list-box .item {
  overflow: hidden;
  clear: both;
  position: relative;
}

.news-page .home-webGameBegin .mes-box .title {
  width: 110px;
}

.news-page .home-webGameBegin .mes-box>p.server-name {
  text-align: right;
  position: absolute;
  right: 15px;
}

.news-page .home-webGameBegin .list-box .img-box {
  width: 50px;
  height: 50px;
  border: 1px;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #999999;
  float: left;
  overflow: hidden;
  display: block;
}

.news-page .home-webGameBegin .list-box .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.news-page .home-webGameBegin .list-box .item .img-box,
.news-page .home-webGameBegin .list-box .item .btn-box,
.news-page .home-webGameBegin .list-box .item.active .mes-box>p.server-name {
  display: none;
}

.news-page .home-webGameBegin .list-box .item.active .img-box,
.news-page .home-webGameBegin .list-box .item.active .btn-box,
.news-page .home-webGameBegin .list-box .item .mes-box>p.server-name {
  display: block;
}

.news-page .home-webGameBegin .list-box .item.active .mes-box {
  display: block !important;
  float: left;
  margin-left: 60px;
}

.news-page .home-webGameBegin .list-box .item.active {
  background-color: #eeeeee;
}

.news-page .home-webGameBegin .list-box .item.active .title {
  width: auto;
}

.news-page .home-webGameBegin .btn-box {
  float: right;
  margin-top: 10px;
}

.news-page .home-webGameBegin .btn-default {
  float: right;
  color: #fff;
  font-size: 12px;
  background: #FF9800;
  padding: 4px 8px;
}

.news-page .home-webGameBegin .btn-default:hover {
  opacity: 0.7;
  color: #fff;
}

.news-page .news-detail-box h1 {
  font-size: 30px;
  margin-bottom: 8px;
}

/*客服*/
.service-index-page div {
  color: #fff;
}

.service-index-page .icon {
  fill: #fff;
}

.service-index-page .btn {
  border-width: 0;
  color: #fff;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.service-index-page .box-1:after {
  padding-bottom: 100%;
}

.service-index-page .box-1:after {
  content: '';
  width: 0;
  padding-bottom: 100%;
  display: block;
}

.service-index-page .box-1 {
  width: calc(33% - 30px);
  margin-right: 15px;
}

.service-index-page .icon-box {
  width: 60px;
  height: 60px;
}

.service-index-page .link-list>.item {
  width: calc(14.28% - 0.875rem);
  margin-bottom: 1rem;
}

/*Game Center*/
.game-page .game-list-box+div {
  width: 300px;
}

.game-page .game-list-box .list-box .btn-link {
  --bs-btn-color: var(--color-gray-9);
  --bs-btn-hover-color: var(--color-gray-3);
}

.game-page .game-list-box .list-box .list-item {
  width: calc(33.33% - 2rem);
  margin-right: 3rem;
  margin-bottom: 3rem;
  background-color: #eee;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: box-shadow 0.15s ease-in-out;
}

.game-page .game-list-box .list-box .list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.game-page .game-list-box .list-box .list-item:nth-child(3n + 3) {
  margin-right: 0;
}

.game-page .game-list-box .list-box .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.game-page .game-list-box .list-box .img-box>img,
.game-page .game-list-box .list-box .img-box>.mask-item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.game-page .game-list-box .list-box .img-box>.mask-item .btn-link {
  --bs-btn-color: var(--color-gray-b);
  --bs-btn-hover-color: #fff;
}

.game-page .game-list-box .list-box .img-box>img {
  object-fit: cover;
}

.game-page .game-list-box .list-box .img-box>.mask-item {
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-100%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.game-page .game-list-box .list-box .img-box:hover>.mask-item {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 992px) {
  .game-page .game-list-box .list-box .list-item {
    width: calc(50% - 1rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }

  .game-page .game-list-box .list-box .list-item:nth-child(3n + 3) {
    margin-right: 2rem;
  }

  .game-page .game-list-box .list-box .list-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

/*ActivityDetail*/
.active-g044-n001-page {
  position: relative;
  /*浮动条*/
}

.active-g044-n001-page img {
  pointer-events: none;
  user-select: none;
}

.active-g044-n001-page .bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(90deg, #333, #666, #333);
  z-index: 0;
}

.active-g044-n001-page .bg-box img,
.active-g044-n001-page .bg-box canvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.active-g044-n001-page .banner-box {
  position: relative;
  max-width: 1600px;
  margin: auto;
  min-width: 1140px;
}

.active-g044-n001-page .container {
  max-width: 1140px;
  min-width: 1140px;
  position: relative;
  z-index: 1;
}

.active-g044-n001-page .btn-img {
  padding: 0;
  margin: auto;
  display: block;
  border: 0;
  background-color: transparent;
}

.active-g044-n001-page .float-box {
  width: 330px;
  height: 971px;
  top: 30px;
  bottom: 0;
  padding: 340px 52px 80px 92px;
  margin-left: -330px;
  margin-bottom: -971px;
  position: fixed;
  position: sticky;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  z-index: 100;
}

.active-g044-n001-page .float-box {
  margin-top: -80px;
}

.active-g044-n001-page .float-box,
.active-g044-n001-page .part1,
.active-g044-n001-page .part2,
.active-g044-n001-page .part3,
.active-g044-n001-page .part4,
.active-g044-n001-page .part5,
.active-g044-n001-page .part6 {
  transform: scale(0.8);
}

.active-g044-n001-page .float-box>.bg-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}

.active-g044-n001-page .float-box>.btn-img {
  width: 186px;
  height: 83px;
  margin: 0;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

.active-g044-n001-page .btn-img.hover>img:nth-child(2) {
  display: none;
}

.active-g044-n001-page .btn-img.hover:hover>img:nth-child(1),
.active-g044-n001-page .btn-img.hover.on>img:nth-child(1),
.active-g044-n001-page .btn-img.hover.active > img:nth-child(1){
  display: none;
}

.active-g044-n001-page .btn-img.hover:hover > img:nth-child(2),
.active-g044-n001-page .btn-img.hover.active > img:nth-child(2) {
  display: block;
}

.active-g044-n001-page .part1 {
  align-items: flex-start;
  margin-top: 0;
}

.active-g044-n001-page .part1 .mes-box {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.active-g044-n001-page .part1 .mes-box>p {
  padding: 10px 10px 10px 40px;
  margin: 10px;
  position: relative;
  background-image: linear-gradient(#444d5c, #20232a);
  border-radius: 100px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.05);
}

.active-g044-n001-page .part1 .mes-box>p:before {
  content: ' ';
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  position: absolute;
  background-color: #aaa;
  border-radius: 100px;
  box-shadow: 0 0 0 5px rgba(170, 170, 170, 0.5);
}

.active-g044-n001-page .part1 .mes-box>p.active:before {
  background-color: #53e05e;
  box-shadow: 0 0 0 5px rgba(83, 224, 95, 0.5);
}

.active-g044-n001-page .part1 .mes-box .btn {
  padding: 0 10px;
  background-image: radial-gradient(farthest-corner at 50% 0, #f2cd7c 0%, #9a7326 100%);
  border: 1px solid #fff;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
  overflow: hidden;
  filter: grayscale(0.8);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.active-g044-n001-page .part1>.btn-img {
  width: 230px;
  height: 211px;
  display: block;
}

.active-g044-n001-page .color-main {
  color: #f8dfac;
}

.active-g044-n001-page .btn-list-1 .btn-img {
  max-width: 25%;
  cursor: pointer;
}

.active-g044-n001-page .part-progress .img-list {
  width: 100%;
  position: relative;
}

.active-g044-n001-page .part-progress .img-list img {
  width: 100%;
  display: none;
}

.active-g044-n001-page .part-progress .img-list img.active {
  display: block;
}

.active-g044-n001-page .part-progress .btn-list {
  flex-flow: row nowrap;
  justify-content: space-between;
  user-select: none;
  pointer-events: none;
}

.active-g044-n001-page .part-progress .progress-img {
  min-height: 190px;
  margin-top: -75px;
  margin-bottom: -125px !important;
  position: relative;
}

.active-g044-n001-page .part-progress .progress-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.active-g044-n001-page .part-progress .progress-img>.bg-box {
  left: -5px;
  top: 31px;
  position: absolute;
  z-index: 0;
  background: none;
  height: auto;
}

.active-g044-n001-page .part-progress .progress-img>.bg-box>.btn-sim {
  width: 255px;
  height: 70px;
  right: 25px;
  top: 10px;
  position: absolute;
}

.active-g044-n001-page .part-progress .btn-list>.btn-img {
  width: 285px;
  max-width: 33.33%;
  height: 234px;
  margin: 0;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.active-g044-n001-page .part-progress .btn-list:nth-child(2)>.btn-img {
  margin-top: -60px;
}

.active-g044-n001-page .part-progress .btn-list>.btn-img>.btn-sim {
  width: 230px;
  height: 70px;
  top: 80px;
  left: 35px;
  padding: 0;
  margin: 0;
  position: absolute;
  background-color: transparent;
  border: 0;
  pointer-events: initial;
}

.active-g044-n001-page .part-progress .btn-list>.btn-img>img {
  top: 0;
  left: 0;
  position: absolute;
}

.active-g044-n001-page .part-progress .btn-list>.btn-img>img:nth-child(1) {
  display: block;
}

.active-g044-n001-page .part-progress .btn-list>.btn-img>img:nth-child(2) {
  display: none;
}

.active-g044-n001-page .part-progress .btn-list>.btn-img:hover>img:nth-child(1) {
  /*display: none;*/
}

.active-g044-n001-page .part-progress .btn-list>.btn-img:hover>img:nth-child(2) {
  /*display: block;*/
}

.active-g044-n001-page .part2 {
  margin-top: -220px;
}

.active-g044-n001-page .part3 {
  margin-top: -300px;
}

.active-g044-n001-page .part3.part-progress .progress-img {
  margin-bottom: 0px;
  z-index: 5;
}

.active-g044-n001-page .part3.part-progress .btn-list {
  margin-top: 0px;
  position: relative;
  z-index: 10;
}

.active-g044-n001-page .part3.part-progress .btn-list .btn-img:nth-child(1) {
  transform: translateX(100px);
}

.active-g044-n001-page .part3.part-progress .btn-list .btn-img:nth-child(2) {
  /*transform: translate(-120px);*/
}

.active-g044-n001-page .part3.part-progress .btn-list .btn-img:nth-child(3) {
  transform: translateY(220px);
}

.active-g044-n001-page .part3.part-progress .img-list {
  margin-top: 80px;
  position: inherit;
}

.active-g044-n001-page .part4,
.active-g044-n001-page .part5 {
  margin-top: -220px;
}

.active-g044-n001-page .part5>.img-box {
  position: relative;
}

.active-g044-n001-page .part5>.img-box>.btn-img {
  top: 430px;
  left: 540px;
  position: absolute;
}

/*Add Game*/
.image-file-input-box>div {
  width: calc(20% - 8px);
  height: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: calc(20% - 8px);
  position: relative;
}

.image-file-input-box>div:nth-child(5n + 5) {
  margin-right: 0;
}

.image-file-input-box>div.btn-file>label {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 5px;
  transition: border 0.15s ease-in-out;
}

.image-file-input-box>div.btn-file>label:hover {
  border-color: #ffa34f;
}

.image-file-input-box>div.btn-file>label .icon {
  width: 3em;
  height: 3em;
  fill: #8c939d;
}

.image-file-input-box>div.btn-file>label>input {
  display: none;
}

.image-file-input-box>div.list-item>img,
.image-file-input-box>div.list-item>.btn-delete {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 5px;
  object-fit: cover;
  overflow: hidden;
  transition: border 0.15s ease-in-out;
}

.image-file-input-box>div.list-item>img {
  border: 1px dashed #c0ccda;
  z-index: 1;
}

.image-file-input-box>div.list-item>.btn-delete {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.image-file-input-box>div.list-item:hover>.btn-delete {
  opacity: 1;
}

.image-file-input-box>div.list-item>.btn-delete .icon {
  width: 2em;
  height: 2em;
  fill: #fff;
}

@media (max-width: 768px) {
  .image-file-input-box>div {
    width: calc(33.3% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: calc(33.3% - 15px);
  }

  .image-file-input-box>div:nth-child(5n + 5) {
    margin-right: 15px;
  }

  .image-file-input-box>div:nth-child(3n + 3) {
    margin-right: 0;
  }

  .image-file-input-box>div.list-item>.btn-delete {
    animation: image-file-input-box-mobile-btn-delete 1s ease-in-out infinite alternate;
  }

  @keyframes image-file-input-box-mobile-btn-delete {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

#addRolePopWrap {
  display: none;
  background: #fff;
}

.product-add-role {
  padding: 1rem 2rem;
}

.product-add-role>.container {
  max-width: 960px;
}

.popup-product-add-role-phone-verify {
  width: 350px;
}

.popup-product-add-role-phone-verify .form-control,
.popup-product-add-role-phone-verify .input-group-text,
.popup-product-add-role-phone-verify .btn-default {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1.25rem !important;
}

.product-add-role input[type='number']::-webkit-inner-spin-button {
  appearance: none;
}

.product-add-role textarea {
  min-height: 8rem;
}

.product-add-role form .item {
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.product-add-role form .item>p {
  width: 16.7%;
  padding: 8px 12px;
  margin-bottom: 0;
  flex-shrink: 0;
  text-align: right;
}

.product-add-role .item>.tips-001 {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  align-items: center;
}

.product-add-role .item>.tips-001>input {
  width: 33.33%;
  margin-right: 1rem;
}

.product-add-role .item>.tips-001>div+p {
  flex-grow: 1;
}

.product-add-role .custom-select .list-item.active {
  background-color: #f7f7f7;
}

.product-add-role .custom-select .list-item:hover {
  background-color: #eee;
}

.product-add-role .custom-select>.dropdown-menu.show {
  animation: product-add-role-custom-select-open 0.15s ease-in-out forwards;
}

.product-add-role .col-md-2.flex-grow-1 {
  padding-left: 0px;
}

.product-add-role .tipsTxt {
  font-size: 12px;
}

@keyframes product-add-role-custom-select-open {
  0% {
    top: calc(100% - 20px);
    opacity: 0;
    transform: rotateX(20deg);
  }

  to {
    top: 100%;
    opacity: 1;
    transform: rotateX(0);
  }
}

.product-add-role .product-add-role-game-select .form-select-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-add-role .product-add-role-game-select .custom-select:nth-child(1) {
  max-width: 160px;
}

.product-add-role .product-add-role-game-select .custom-select:nth-child(2) {
  max-width: 375px;
}

@media (max-width: 992px) {
  .product-add-role {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .product-add-role form .item {
    flex-wrap: wrap;
  }

  .product-add-role form .item>p {
    width: 100%;
    text-align: left;
  }

  .product-add-role form .item>p:after {
    content: '\ff1a';
  }

  .product-add-role .item>.tips-001 {
    flex-wrap: wrap;
  }

  .product-add-role .item>.tips-001>input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .product-add-role .item>.tips-001>div+p {
    flex-grow: 1;
  }
}

/*支付*/
.popup-product-order-role-set-order {
  max-width: 350px;
}

.popup-product-order-role-refund {
  max-width: 600px;
}

.popup-product-order-role-refund .mes-box {
  background-color: #fdf6ec;
  color: #e6a23c;
  border-radius: 5px;
}

.popup-product-order-role-refund .mes-box .icon {
  width: 1.5em;
  height: 1.5em;
  fill: #e6a23c;
}

.popup-product-order-role-refund label>input[type='radio']+span {
  opacity: 0.25;
  filter: grayscale(1);
  transition: opacity 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.popup-product-order-role-refund label:hover>input[type='radio']+span {
  opacity: 0.5;
}

.popup-product-order-role-refund label>input[type='radio']:checked+span {
  opacity: 1;
  filter: grayscale(0);
}

.product-order-role .icon {
  width: 20px;
  height: 20px;
}

.product-order-role .btn-icon .icon {
  fill: #FF9800;
}

.product-order-role .btn-icon:hover .icon {
  fill: #fff;
}

.product-order-role .icon.icon-big {
  width: 30px;
  height: 30px;
}

.product-order-role .icon.icon-wechat {
  fill: #1aad19;
}

.product-order-role .icon.icon-alipay {
  fill: #02a9f1;
}

/* Style 2024*/
.server-list-page .list-box {
  border-radius: 6px;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.server-list-page .list-item {
  box-shadow: none;
  padding: 0px 15px;
}

.news-page .news-list-box .list-box .list-item {
  border: none;
}

.gift-detail-page-header .mes-box {
  margin-left: 25px !important;
}

.gift-detail-page .list-item .mes-box.flex-grow-0 {
  padding-left: 15px !important;
}

@media (max-width: 768px) {
  .product-detail-role .detail-box>.banner-box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .product-detail-role .detail-box {
    flex-wrap: wrap;
  }

  .product-list-role .list-item {
    width: 46%;
    margin: 20px 8px;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
  }

  .activity-list-page .list-box .list-item {
    width: 100%;
  }

  .gift-list-page .list-box .list-item {
    width: 48%;
  }

  .news-page .news-list-box .list-box .list-item {
    flex-direction: column;
  }

  .news-page .news-list-box .list-box .list-item .img-box {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .service-index-page .link-list>.item {
    width: calc(50% - .5rem);
  }

  .service-index-page .link-list>.item:nth-last-child(1) {
    /* width:23%; */
  }

  .service-index-page .link-list>.item:nth-last-child(2) {
    /* width:23%; */
  }

  .service-index-page .link-list>.item:nth-last-child(3) {
    /* width:23%; */
  }

  .service-index-page .link-list>.item:nth-last-child(4) {
    /* width:23%; */
  }

  .service-index-page>.d-flex:nth-child(1)>a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 1rem;
    height: 8rem;
  }

  .service-index-page>.d-flex:nth-child(1) {
    flex-wrap: wrap;
  }

  .service-index-page>.d-flex:nth-child(1)>* {
    width: 100%;
  }

  .service-index-page .btn {
    padding: 1.5rem;
  }

  .server-list-page .list-item>div {
    font-size: 14px;
  }

  .gift-detail-page .gift-detail-page-header {
    flex-wrap: wrap;
  }

  .gift-detail-page .gift-detail-page-header .form-box {
    min-width: inherit;
    width: 100%;
  }

  .gift-detail-page hr.bg-column-gradient {
    display: none;
  }

  .gift-detail-page .list-item {
    flex-wrap: wrap;
  }

  .gift-detail-page .list-item>div {
    padding-left: 0px !important;
    margin-bottom: 8px;
  }

  .gift-detail-page .list-item .mes-box.flex-grow-0 {
    padding-left: 15px !important;
  }

  .gift-detail-page .gift-detail-page-header h3 {
    padding-bottom: 15px;
  }

  .step-breadcrumb.breadcrumb .breadcrumb-item {
    font-size: 13px;
  }

  .game-page.py-5 {
    padding-top: 1.5rem !important;
  }

  .game-page .game-list-box .list-box .list-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2rem;
  }

  .game-page .game-list-box .list-box .list-item:nth-child(3n + 3) {
    margin-right: 0px;
  }

  .game-page .filter .d-flex.align-items-center {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .game-page .filter .d-flex.align-items-center p {
    padding-bottom: 8px;
  }

  .game-page .filter .form-check-label {
    margin-left: 20px;
  }

  .game-page .filter .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}

/*----------------------------------------*/
/*  Pop
/*----------------------------------------*/
/*PopBox*/
.loginPopWrap,
.registerPopWrap {
  /* height: 420px; */
  /* display: flex;
  justify-content: flex-end;
  pointer-events: none; */
}

.loginPopWrap .user-mes-card,
.registerPopWrap .user-mes-card {
  width: 420px !important;
  /* height: 420px; */
  margin: 0 auto;
  background-color: white;
  transition: opacity 0.15s ease-in-out;
  padding: 40px 30px 10px 30px;
  border-radius: 10px;
  pointer-events: auto;
}

.loginPopWrap .user-mes-card .card-body,
.registerPopWrap .user-mes-card .card-body {
  padding: 10px 10px;
}

.loginPopWrap .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.registerPopWrap .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-radius: 4px;
}

.loginPopWrap .user-mes-card.anim.active,
.registerPopWrap .user-mes-card.anim.active {
  opacity: 1;
  text-align: center;
}

.loginPopWrap .form-control,
.registerPopWrap .form-control {
  display: block;
  width: 100%;
  height: 36px;
  background-color: #FAFAFA;
  padding: .375rem .75rem;
  font-size: 0.6rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.loginPopWrap .layui-input,
.loginPopWrap .layui-textarea,
.registerPopWrap .layui-input,
.registerPopWrap .layui-textarea {
  padding-left: 30px;
}

.loginPopWrap .layui-form-radio:hover>*,
.loginPopWrap .layui-form-radioed,
.loginPopWrap .layui-form-radioed>i,
.registerPopWrap .layui-form-radio:hover>*,
.registerPopWrap .layui-form-radioed,
.registerPopWrap .layui-form-radioed>i {
  color: #FF9800;
}

.loginPopWrap ul.nav,
.registerPopWrap ul.nav {
  width: 100%;
  margin: 0 auto;
}

.loginPopWrap ul.nav li,
.registerPopWrap ul.nav li {
  width: 50%;
  text-align: center;
}

.loginPopWrap ul.nav .nav-link,
.registerPopWrap ul.nav .nav-link {
  cursor: pointer;
  color: #FF9800;
  border: 1px solid #FF9800;
  font-size: 14px;
}

.loginPopWrap ul.nav .nav-link:hover,
.registerPopWrap ul.nav .nav-link:hover {
  color: #FF9800;
}

.loginPopWrap ul.nav .nav-item.on .nav-link,
.registerPopWrap ul.nav .nav-item.on .nav-link {
  color: #fff;
  background: #FF9800;
}

.loginPopWrap .bd li,
.registerPopWrap .bd li {
  position: relative;
}

.loginPopWrap .bd li .inputico,
.registerPopWrap .bd li .inputico {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 50;
}

.loginPopWrap a,
.registerPopWrap a {
  color: #FF9800;
  cursor: pointer;
}

.loginPopWrap .loginlogo,
.registerPopWrap .loginlogo {
  margin-bottom: 27px;
}

.loginPopWrap a:hover,
.registerPopWrap a:hover {
  color: #FF9800;
}

.loginPopWrap .link-box .input-group,
.registerPopWrap .link-box .input-group {
  align-items: center;
  justify-content: space-between;
}

.loginPopWrap .link-box a,
.registerPopWrap .link-box a {
  float: right;
}

.loginPopWrap .link-box a:nth-of-type(2),
.registerPopWrap .link-box a:nth-of-type(2) {
  float: right;
}

.loginPopWrap .link-box label a,
.registerPopWrap .link-box label a {
  float: initial;
}

.loginPopWrap .link-box .layui-form-radio,
.registerPopWrap .link-box .layui-form-radio {
  color: #999;
}

.loginPopWrap button,
.registerPopWrap button {
  background: #FF9800;
  font-size: 15px;
  color: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  border: 0px;
  width: 100%;
}

.loginPopWrap button:hover,
.registerPopWrap button:hover {
  background: #fdb678;
  color: #fff;
}

.loginPopWrap .input-group input.form-control,
.registerPopWrap .input-group input.form-control {
  width: 175px;
}

.loginPopWrap .layui-form-checked[lay-skin=primary]>i,
.registerPopWrap .layui-form-checked[lay-skin=primary]>i {
  border-color: #FF9800 !important;
  background-color: #FF9800;
  color: #fff;
}

.loginPopWrap .regeditTxt,
.registerPopWrap .regeditTxt {
  margin-top: 15px;
}

.loginPopWrap .regeditTxt .layui-form-checkbox>div,
.registerPopWrap .regeditTxt .layui-form-checkbox>div {
  font-size: 12px !important;
}
.loginPopWrap .regeditTxt .layui-form-checkbox>div,
.registerPopWrap .regeditTxt .layui-form-checkbox>.home-login {
  font-size: 11px !important;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.loginPopWrap .regeditTxt a,
.registerPopWrap .regeditTxt a {
  float: inherit;
}

.loginPopWrap .regeditTxt a:nth-of-type(2),
.registerPopWrap .regeditTxt a:nth-of-type(2) {
  float: inherit;
}

.loginPopWrap .regeditTxt a:hover,
.registerPopWrap .regeditTxt a:hover {
  color: #FF9800;
}

.loginPopWrap .form-check-input,
.registerPopWrap .form-check-input {
  position: relative;
  margin-left: 0px;
}

.loginPopWrap .login-external .dividing-text,
.registerPopWrap .login-external .dividing-text {
  color: #FF9800;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.loginPopWrap .login-external p.dividing-text:after,
.loginPopWrap .login-external p.dividing-text:before,
.registerPopWrap .login-external p.dividing-text:after,
.registerPopWrap .login-external p.dividing-text:before {
  content: ' ';
  height: 1px;
  margin: 0 10px;
  flex-grow: 1;
  background-color: #bbbbbb;
}

.loginPopWrap .login-external .btn-box,
.registerPopWrap .login-external .btn-box {
  width: 60%;
  display: flex;
  margin: 0 auto;
}

.loginPopWrap .login-external .btnIcon,
.registerPopWrap .login-external .btnIcon {
  width: 50%;
  /* float: left; */
  text-align: center;
}

.loginPopWrap .login-external .btn-box .icon,
.registerPopWrap .login-external .btn-box .icon {
  cursor: pointer;
  transition: 0.2s;
  fill: inherit;
  width: 32px;
  height: 32px;
}

.loginPopWrap .login-external .btn-box .icon:hover,
.registerPopWrap .login-external .btn-box .icon:hover {
  fill: #6bcc03;
}

.loginPopWrap .login-external .btn-box .icon:nth-of-type(2):hover,
.registerPopWrap .login-external .btn-box .icon:nth-of-type(2):hover {
  fill: #68a1d8;
}

.registerPopWrap {
  height: 500px;
}

.registerPopWrap .user-mes-card {
  height: 500px;
}

.registerPopWrap .form-control {
  padding-left: 10px;
}

/*游戏页登录*/
.gameFrame {
  background: #999;
}

.gameFrame .layui-layer-close2.hidden {
  display: none;
}

.gameFrame .layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.gameFrame .layui-layer {
  background: none;
}

.gameFrame .loginPopWrap,
.gameFrame .registerPopWrap {
  height: 450px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  display: none;
  position: relative;
}

.gameFrame .loginPopWrap .topbrand,
.gameFrame .registerPopWrap .topbrand {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gameFrame .loginPopWrap .user-mes-card,
.gameFrame .registerPopWrap .user-mes-card {
  /* width: 420px !important;
  height: 450px; */
  margin: 0 auto;
  transition: opacity 0.15s ease-in-out;
  border-radius: 10px;
  pointer-events: auto;
  background: none;
  position: relative;
  padding: 0px;
  padding-top: 50px;
}

.gameFrame .loginPopWrap .user-mes-card .card-body,
.gameFrame .registerPopWrap .user-mes-card .card-body {
  padding: 40px 40px 10px;
  height: 400px;
  background: #fff;
}

.gameFrame .registerPopWrap {
  height: 620px;
}

.gameFrame .registerPopWrap .user-mes-card {
  height: 620px;
}

.gameFrame .registerPopWrap .user-mes-card .card-body {
  height: 500px;
}

.gameFrame .chooseGamePop {
  display: none;
  transition: all .5s;
}

.gameFrame .chooseGamePop .modal-dialog {
  width: 536px;
  max-width: initial;
  background-color: #fff;
  margin: 0px;
}

.gameFrame .chooseGamePop .table td img {
  max-height: 60px;
}

.gameFrame .chooseGamePop.show {
  display: block;
}

.gameFrame table tr {
  cursor: pointer;
}

/*在线客服*/
.popup-service-box {
  width: 100%;
  height: 440px;
  display: none;
  align-items: center;
  justify-items: center;
  justify-content: center;
  transition: opacity .3s ease-out;
}

.popup-service-box .customer-service-box {
  border-radius: 20px;
  /*width: 300px;*/
  /*padding: 2rem;*/
  /* height: 600px; */
}

.popup-service-box .bg-row-gradient.gradient-white-black {
  background-image: linear-gradient(90deg, #fff, #666 20%, #333 50%, #666 80%, #fff);
}

.popup-service-box .customer-service .tencent-list .item>img {
  width: 130px;
  height: 150px;
  display: block;
  user-select: none;
  pointer-events: none;
}

.popup-service-box .customer-service .tencent-list .item>a {
  vertical-align: middle;
}

.popup-service-box .customer-service .tencent-list .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.popup-service-box .customer-service .btn {
  color: #fff;
}

.popup-service-box .customer-service .btn:hover {
  color: #000;
}

.popup-service-box .customer-service .btn:hover .icon {
  fill: #FF9800;
}

.product-detail-role-form-popup {
  display: none;
}

.product-detail-role-form-popup .card {
  padding: 1.5rem;
}

.product-detail-role-form-popup .card>.card-body {
  overflow: auto;
}

.product-detail-role-form-popup .card .img-box {
  width: 100%;
  overflow: auto;
}

.layui-layer {
  box-shadow: none !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
  background-position: -149px -31px !important;
}

.layui-layer-setwin .layui-layer-close2 {
  right: 0px !important;
  top: 0px !important;
}

/*----------------------------------------*/
/*  UserCenter
/*----------------------------------------*/
.user-page .user-index-header {
  border-radius: 6px;
}

.user-page>div {
  border-radius: 6px;
  border-top: 1px solid #E4E4E4;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.user-page>div:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.user-page .user-index-link-list .icon {
  width: 28px;
  height: 28px;
}

.user-page .user-index-header .btn-link {
  font-size: 14px;
}

@media (max-width: 768px) {
  .user-page .user-index-header .img-box>img {
    width: 80px;
    height: 80px;
    margin-right: 30px;
  }

  .user-index-header .mes-box p b {
    font-size: 14px !important;
  }

  .user-page-security-list .list-item .col-5 {
    display: none;
  }

  .user-page .user-index-header .btn-list .list-item+.list-item {
    padding-left: 10px;
  }

  .user-page-security-list .list-item .icon-box {
    padding: 0px;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .user-page-security-list .list-item {
    padding: 1px 0;
  }

  .user-page-security-list .list-item div+div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .user-page-security-list .list-item .btn-list {
    width: 30%;
    flex-flow: inherit;
    flex-grow: initial !important;
  }

  .user-page-content .filter .col-2 {
    font-size: 12px;
    padding: 0px;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .user-page-content .user-page-wallet .user-page-wallet-cash .mb-3 {
    flex-wrap: wrap;
  }

  .user-page-content .user-page-wallet .user-page-wallet-cash .btn-group {
    margin-top: 20px;
  }

  .user-page-content .user-page-wallet .list-box .list-item {
    overflow-y: scroll;
  }

  .user-page-content .order-list-box .list-box .list-item {
    overflow-y: scroll;
  }

  .user-page-role-list .filter .col-2 {
    font-size: 12px;
    padding: 0px;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .user-page .user-index-link-list .list-item {
    font-size: 15px;
  }

  .user-page .user-index-header {
    background: #fff;
  }

  .user-index-header .text-light {
    color: #000 !important;
  }

  .user-page .user-index-header .btn-link {
    font-size: 14px;
    border: 1px solid #FF9800;
    margin-bottom: 10px;
  }
}

/*充值中心*/
.billing-page {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.billing-page .gameUserBox {
  width: 100%;
  background: #FF9800;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
}

.billing-page .gameUserBox .currentId {
  color: #FFE0B2;
  margin-left: 15px;
}
.billing-page .gameUserBox .currentId span{
  color: #fff;
}

.billing-page .gameUserBox .currentGame {
  margin-left: -20%;
  color: #FFE0B2;
}

.billing-page .gameUserBox .currentGame span {
  display: inline-block;
  color: #FFF;
  margin: 0px 6px;
}

.billing-page .billing-index-link-list {
  width: 175px;
  top: 3rem;
  position: sticky;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 0;
  background: rgba(200, 200, 200, 0.2);
}

.billing-page .billing-index-link-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-width: 0;
  border-style: solid;
}

.billing-page .billing-index-link-list .list-item {
  color: #333;
  fill: #333;
  background-color: transparent;
  padding: 12px 15px !important;
  transition: color 0.15s ease-in-out, fill 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.billing-page .billing-index-link-list .list-item.active {
  background-color: #fff;
  color: #FF9800;
}

.billing-page .billing-index-link-list .icon {
  width: 24px;
  height: 24px;
  fill: #FF9800;
}

.billing-page .billing-type-money-switch .nav-item:hover {
	background-color: #FFE0B2;
}

.billing-page .billing-type-money-switch .nav-item>.icon {
  width: 20px;
  height: 20px;
  fill: #7A7A7A;
  margin-right: 4px;
  transition: fill .15s ease-in-out;
}

.billing-page .billing-type-money-switch .nav-item.layui-this>.icon {
  fill: #fff;
}

.billing-page .billing-type-money-switch .nav-item.layui-this {
  color: #fff;
  background-color: #F57C00;
}

.billing-page .billing-type-money-switch .nav-item.layui-this:after {
  display: none;
}

.billing-page .billing-index-link-list .icon.icon-wechat {
  fill: #1aad19;
}

.billing-page .billing-index-link-list .icon.icon-alipay {
  fill: #02a9f1;
}

.billing-page .billing-game-role-select-text .icon {
  width: 24px;
  height: 24px;
  fill: #FF9800;
}

.billing-page .billing-game-role-select {
  z-index: 1;
}

.billing-page .title-box {
  font-size: 30px;
}

.billing-page .billing-pay-token-coin-page {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.billing-page .billing-pay-token-coin-page .title-box {
  font-size: 24px;
  margin-left: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.billing-page .billing-pay-token-coin-page .title-box .icon {
  width: 24px;
  height: 24px;
}

.billing-page .billing-pay-token-coin-page .billing-game-role-select .form-select-lg,
.billing-page .billing-pay-token-coin-page .billing-type-money-switch .form-control,
.billing-page .billing-pay-token-coin-page .pay-password-box .form-control {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.billing-page .billing-pay-token-coin-page .billing-game-role-select .custom-select:nth-child(1) {
  max-width: 160px;
  height: 35px;
}

.billing-page .billing-pay-token-coin-page .billing-game-role-select .custom-select:nth-child(2) {
  max-width: 375px;
}

.billing-page .billing-pay-token-coin-page .billing-game-role-select {
  max-width: 550px;
}

.billing-page .billing-pay-token-coin-page .lh-lg .col-2 {
  max-width: 90px;
  font-size: 13px;
  padding: 0px !important;
  flex: 0 0 90px;
  padding-left: 8px !important;
}

.billing-page .billing-pay-token-coin-page .lh-lg .col-10 {
  padding: 0px !important;
}

.billing-page .billing-pay-token-coin-page .todayRecharge span {
  padding: 0px 6px;
  display: inline-block;
  font-size: 16px;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .obtainCon {
  display: flex;
  align-items: center;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .iconMoney {
  margin-right: 8px;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .iconMoney .iconBox {
  display: none;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .iconMoney .iconBox.show {
  display: inline-block;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .iconMoney .icon {
  width: 25px;
  height: 25px;
}

.billing-page .billing-page-content .mes-box {
  display: flex;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyTotal {
  font-size: 24px;
  color: #FF9800;
  margin-right: 8px;
  font-weight: bold;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyTxt {
  line-height: 1.5;
  padding-top: 2px;
  padding-right: 12px;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyTxt .txtType {
  display: none;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyTxt .txtType.show {
  display: inline-block;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyNumBox {
  font-weight: bold;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyNumBox p {
  display: inline-block;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyNumBox p em {
  display: none;
}

.billing-page .billing-pay-token-coin-page .billing-will-obtain .moneyNumBox p em.show {
  display: inline-block;
}

.billing-page .billing-type-money-switch {
  max-width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.billing-page .billing-type-money-switch .nav-btn {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item {
  padding: 2px;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item .btn-link {
  color: #909399;
  text-decoration: none;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item .btn-link span {
  text-decoration: none !important;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item .icon {
  width: 20px;
  height: 20px;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item .icon {
  width: 20px;
  height: 20px;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item .btn-link:hover {
  text-decoration: none !important;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item.on {
  background: #FF9800;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item.on .btn-link {
  color: #fff;
}

.billing-page .billing-type-money-switch .nav-btn .nav-item.on .icon {
  fill: #fff;
}

.billing-page .billing-type-money-switch .tab-content {
  max-width: 728px;
}

.billing-page .billing-type-money-switch .tab-content .btn-list {
  display: flex;
  flex-flow: row wrap;
}

.billing-page .billing-type-money-switch .tab-content .btn-list .icon {
  width: 12px;
  height: 12px;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary>p {
  line-height: 1;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary>.icon-box {
  width: 18px;
  height: 18px;
  bottom: 0;
  right: 0;
  position: absolute;
  user-select: none;
  pointer-events: none;
  opacity: 0;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary>input {
  width: 100%;
  padding: 0 6px;
  margin: 0 -8px 0 0;
  border: 0;
  outline: none;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary {
  color: #606266;
  border-color: #e0e3e9;
  width: 80px;
  margin: 4px;
  position: relative;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  background: none;
  overflow: hidden;
  box-shadow: none;
  outline: none;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary svg {
  fill: #606266;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary:hover {
  background-color: #FFE0B2;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary:hover svg {
  fill: #606266;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary:nth-last-of-type(1) {
  width: 72px;
  display: flex;
  padding: 0px;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary:nth-last-of-type(1) input {
  height: 100%;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary>.icon-box:before {
  content: ' ';
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-color: #FF9800;
  transform: rotate(45deg);
}

.billing-page .icon-success {
  fill: #157347;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary>.icon-box>.icon.icon-success {
  fill: #fff;
  top: 2px;
  left: 4px;
  position: relative;
  display: block;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary.active {
  border-width: 1px;
  border-color: #FF9800;
  color: #FF9800 !important;
}

.billing-page .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary.active>.icon-box {
  opacity: 1;
}

.billing-page .billing-pay-token-coin-page .btn-default {
  width: 125px;
  font-size: 15px !important;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.billing-page .billing-wallet-credit p {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.billing-page .layui-form-checked[lay-skin=primary]>i {
  border-color: #FF9800 !important;
  background-color: #FF9800;
  color: #fff;
}

.billing-page .layui-form-checkbox[lay-skin=primary]:hover>i {
  border-color: #FF9800;
  color: #fff;
}

.billing-page .layui-form-select dl dd.layui-this {
  color: #ff9f4b;
}

.billing-page .layui-form-select .layui-input:hover {
  border-color: #FF9800 !important;
}

.gamepage-pay {
  border-radius: 0px;
  background: #fff;
  max-width: 100% !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 0px;
}

.gamepage-pay .billing-pay-token-coin-page {
  padding: 0px 6px !important;
}

.gamepage-pay .billing-type-money-switch .tab-content {
  display: none;
}

.gamepage-pay .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary {
  width: 72px;
  height: 50px;
  padding: 4px 6px;
  display: flex;
}
.gamepage-pay .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary span {
	margin-left: 5px;
}

.gamepage-pay .paytips {
  font-size: 13px;
}

.gamepage-pay .billing-order-mes-card {
  font-size: 12px;
}

.gamepage-pay .billing-order-qrcode {
  width: 40% !important;
}

.gamepage-pay .billing-order-qrcode .mes-order-tips {
  color: #7A7A7A;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.gamepage-pay .billing-order-qrcode .mes-order-btn {
  display: flex;
  justify-content: center;
}

.gamepage-pay .billing-order-qrcode .paid-btn {
  display: none;
}

.gamepage-pay .billing-order-qrcode .paid-btn.show {
  display: flex;
}

.gamepage-pay .pay-qrcode {
  margin-bottom: 6px;
  text-align: center;
}

.gamepage-pay .pay-qrcode img {
  width: 150px;
  height: 150px;
}

.gamepage-pay .billing-pay-wechat-page .view-step-1,
.gamepage-pay .billing-pay-wechat-page .view-step-2,
.gamepage-pay .billing-pay-wechat-page .view-step-3 {
  min-height: inherit;
}

.gamepage-pay .billing-pay-token-coin-page .btn-default {
  width: 125px;
  font-size: 12px !important;
  height: 32px;
  line-height: 1.5;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .billing-page .billing-pay-token-coin-page .title-box {
    font-size: 16px;
  }

  .billing-page-content .lh-lg .col-2 {
    font-size: 12px;
    padding: 0px;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .billing-page-content .billing-pay-token-coin-page,
  .billing-page-content .billing-pay-phone-page {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .billing-page {
    flex-wrap: wrap !important;
  }

  .billing-page .billing-index-link-list {
    width: 100%;
    top: 0px;
    position: relative;
    display: none;
  }

  .billing-page .billing-pay-token-coin-page .d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .billing-page .billing-pay-token-coin-page .d-flex.align-items-start {
    align-items: flex-start !important;
  }

  .billing-page .billing-type-money-switch .tab-content {
    max-width: 100%;
  }

  .billing-page .billing-pay-token-coin-page .lh-lg .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
  }

  .gamepage-pay .billing-index-link-list {
    width: 140px;
    display: flex;
  }

  .gamepage-pay .billing-index-link-list .icon {
    margin-right: 8px !important;
  }

  .gamepage-pay .billing-index-link-list .list-item {
    font-size: 12px;
  }

  .gamepage-pay .billing-wrap {
    flex-wrap: wrap;
    padding: 4px 0px !important;
  }

  .gamepage-pay .billing-page-content {
    width: calc(100% - 140px);
  }

  .gamepage-pay .billing-pay-token-coin-page {
    padding: 6px !important;
  }

  .gamepage-pay .billing-pay-token-coin-page .title {
    display: flex;
  }

  .gamepage-pay .billing-pay-token-coin-page .title-box {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .gamepage-pay .billing-pay-token-coin-page .activity-box {
    font-size: 14px;
    margin-bottom: 6px;
	margin-left: auto;
	margin-right: 20px;
	color: #F57C00;
  }

  .gamepage-pay .billing-page-content .formWrap>.col-2 {
    display: none;
  }

  .gamepage-pay .billing-pay-token-coin-page .lh-lg .col-2 {
    padding-bottom: 0px !important;
    font-size: 12px;
  }

  .gamepage-pay .billing-pay-token-coin-page .lh-lg .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gamepage-pay .billing-pay-token-coin-page .billing-will-obtain .iconMoney .icon {
    width: 17px;
    height: 17px;
  }

  .gamepage-pay .billing-type-money-switch .tab-content .btn-list>.btn-default-secondary {
    height: 30px;
    padding: 2px 4px;
    font-size: 12px;
  }

  .gamepage-pay .billing-type-money-switch .nav-item>.icon {
    width: 18px;
    height: 18px;
  }

  .gamepage-pay .billing-pay-token-coin-page .billing-will-obtain {
    line-height: 1.2;
  }

  .gamepage-pay .billing-pay-token-coin-page .billing-will-obtain .iconMoney {
    margin-right: 4px;
  }

  .gamepage-pay .billing-pay-token-coin-page .billing-will-obtain .moneyTotal {
    font-size: 16px;
    margin-right: 4px;
  }

  .gamepage-pay .billing-pay-token-coin-page .billing-will-obtain .moneyTxt {
    padding-right: 4px;
    font-size: 12px;
  }

  .gamepage-pay .billing-pay-wechat-page .mes-box .btn-custom {
    font-size: 12px;
    padding: 2px 6px;
  }

  .gamepage-pay .billing-page-content .mes-box {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .gamepage-pay .billing-page-content .mes-box .col-2 {
    flex: 0 0 60px;
    max-width: 60px;
  }

  .gamepage-pay .billing-page-content .btn-default {
    width: 120px;
    font-size: 12px !important;
    height: 32px;
  }

  .gamepage-pay .billing-wallet-credit p {
    font-size: 12px;
  }

  .gamepage-pay .paytips {
    font-size: 10px;
    font-weight: 700;
  }

  .gamepage-pay .paytips .tipsline {
    line-height: 1.4;
  }

  .gamepage-pay .layui-tab-content {
    padding: 0px;
  }

  .gamepage-pay .layui-tab .layui-tab-title {
    height: 32px;
  }

  .gamepage-pay .layui-tab .layui-tab-title li {
    line-height: 32px;
    font-size: 12px;
  }

  .gamepage-pay .layui-form-checkbox[lay-skin=primary]>div {
    font-size: 12px;
  }
}

.user-mes-card {
  background-color: rgba(255, 255, 255, .9)
}

.user-mes-card.anim {
  opacity: 0;
  transition: opacity .15s ease-in-out
}

.user-mes-card.anim.active {
  opacity: 1
}

.user-mes-card.login-box {
  max-width: 300px;
  padding: 1rem;
  border-radius: 1rem
}

.user-mes-box {
  width: 320px;
  border-radius: 1rem;
  overflow: hidden
}

.user-mes-box a {
  --bs-link-color: var(--color-gray-6);
  --bs-link-hover-color: var(--color-gray-3)
}

.user-mes-box .card-body {
  padding: 0
}

.user-mes-box .user-name .btn-close {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  background-image: none
}

.user-mes-box .user-name .btn-close .icon {
  width: 1.5em;
  height: 1.5em
}

.user-mes-box .user-name .img-box img.logo {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.user-mes-box .user-name .img-box .btn.btn-link {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0
}

.user-mes-box .user-name .icon-box {
  flex-flow: row nowrap;
  align-items: center
}

.user-mes-box .user-name .icon-box {
  fill: var(--color-main)
}

.user-mes-box .user-name .icon-box .icon {
  width: 1.2rem;
  /*height: 1.2rem*/
}

.user-mes-box .role-list {
  height: calc(4*(1rem + 35px))
}

.user-mes-box .role-list .list-item {
  width: calc(100% - 1rem)
}

.user-mes-box .role-list .game-name {
  white-space: nowrap
}

.user-mes-box .role-list .list-item:hover,
.user-mes-box .game-list .list-item:hover {
  background-color: #eee
}

.user-mes-box .role-list .list-item>img,
.user-mes-box .game-list .list-item>img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.user-mes-box .game-list .list-item {
  width: calc(50% - 1rem)
}

.new-list-card-box .list-box {
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.new-list-card-box .list-box a.list-item {
  --bs-link-color: var(--color-gray-3)
}

.new-list-card-box .list-box a.list-item.active {
  --bs-link-color: #fff
}

.new-list-card-box .list-item .img-box {
  width: 300px;
  display: none
}

.new-list-card-box .list-box img {
  width: 100%;
  height: auto
}

.new-list-card-box .list-item.active .img-box {
  display: block
}

.new-list-card-box .list-item .mes-box {
  max-width: 300px;
  line-height: 1.75
}

.new-list-card-box .list-item .mes-box p {
  padding-left: 1rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.new-list-card-box .list-item.active .mes-box p {
  padding-left: 0
}

.new-list-card-box .list-item .mes-box p:before {
  content: " ";
  width: .5em;
  height: .5em;
  top: 0;
  bottom: 0;
  left: -.25em;
  margin: auto;
  position: absolute;
  background-color: var(--color-main)
}

.new-list-card-box .list-item.active .mes-box p:before {
  content: none
}

.new-list-card-box .list-item:hover .mes-box {
  background-color: #eee
}

.new-list-card-box .list-item.active .img-box+.mes-box {
  margin-top: -2.6875rem;
  position: relative;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2
}

.gift-list-simple-box .list-box {
  max-height: calc((50px + 2rem)*5);
  border-radius: .75rem;
  transition: box-shadow .3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.gift-list-simple-box .grow-box {
  transition: transform .15s ease-in-out
}

.gift-list-simple-box .btn-link {
  --bs-link-color: var(--color-gray-9)
}

.gift-list-simple-box .list-box .img-box {
  width: 50px;
  height: 50px;
  border: 1px;
  border-radius: .75rem;
  box-shadow: 0 0 5px 0 var(--color-gray-9);
  overflow: hidden
}

.gift-list-simple-box .list-item:hover {
  background-color: rgba(0, 0, 0, .05)
}

.gift-list-simple-box .list-box .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gift-list-simple-box .list-box .mes-box {
  min-width: 120px
}

.gift-list-simple-box .title-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.home-page-user-box {
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  pointer-events: none
}

.home-page-user-box .user-mes-card {
  pointer-events: initial;
  z-index: 3
}

.home-page-top-game .list-item {
  width: calc(33.33% - 1rem);
  margin-right: 1.5rem;
  position: relative;
  overflow: hidden
}

.home-page-top-game .list-item:nth-child(3n + 3) {
  margin-right: 0
}

.home-page-top-game .img-box {
  width: 100%;
  height: 100%;
  position: relative
}

.home-page-top-game .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-page-top-game .mes-box,
.home-page-top-game .link-box {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute
}

.home-page-top-game .mes-box {
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  transform: translateY(0);
  opacity: 1;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.home-page-top-game .list-item:hover .mes-box {
  transform: translateY(100%)
}

.home-page-top-game .link-box {
  background-color: rgba(255, 159, 75, .8);
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.home-page-top-game .list-item:hover .link-box {
  transform: translateY(0);
  opacity: 1
}

.home-page-top-game .link-box a {
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff
}

.home-page-hot-game .link-box .btn-light,
.home-page-top-game .link-box .btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff
}

.home-page-top-game .icon-list .icon {
  width: 1em;
  height: 1em;
  fill: #fff
}

.home-page-p2 .list-item {
  width: calc(50% - 1rem);
  margin-right: 2rem;
  position: relative
}

.home-page-p2 .list-item:nth-child(2n + 2) {
  margin-right: 0
}

.home-page-p2 .img-box {
  width: 100%
}

.home-page-p2 .img-box>img {
  width: 100%;
  user-select: none;
  pointer-events: none
}

.home-page-p2 .qr-box {
  width: 100px;
  height: 100px;
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 1;
  perspective: 200px;
  transform-style: preserve-3d;
  transition: transform .3s ease-in-out
}

.home-page-p2 .list-item:hover .qr-box {
  transform: rotateY(180deg)
}

.home-page-p2 .qr-box>img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  backface-visibility: hidden
}

.home-page-p2 .qr-box>img:nth-child(2) {
  transform: rotateY(180deg)
}

.home-page-p2 .mes-box {
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 1
}

.home-page-p3 .server-list-gs-box,
.home-page-p4 .gift-list-simple-box,
.home-page-p5 .home-page-service-list {
  width: 300px
}

.home-page-hot-game .list-item {
  width: calc(33.33% - 1rem);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden
}

.home-page-hot-game .list-item:nth-child(3n + 3) {
  margin-right: 0
}

.home-page-hot-game .img-box {
  width: 100%
}

.home-page-hot-game .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-page-hot-game .mes-box {
  top: 0;
  left: 0;
  position: absolute;
  border-bottom-right-radius: 6rem
}

.home-page-hot-game .link-box {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.home-page-hot-game .list-item:hover .link-box {
  transform: translateY(0);
  opacity: 1
}

.home-page-hot-game .progress {
  display: inline-block;
  line-height: 1
}

.home-page-activity-list .list-box {
  margin-bottom: -1.5rem
}

.home-page-activity-list .list-item {
  width: calc(33.33% - 1rem);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden
}

.home-page-activity-list .list-item:nth-child(3n + 3) {
  margin-right: 0
}

.home-page-activity-list .list-item {
  border-radius: .75rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  transition: box-shadow .3s ease-in-out
}

.home-page-activity-list .list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.home-page-activity-list .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.home-page-activity-list .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out
}

.home-page-activity-list .list-item:hover .img-box>img {
  transform: scale(1.03)
}

.home-page-game-list .list-item {
  margin-right: 0;
  width: 25%;
}

.home-page-game-list .list-item>img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.home-page-game-list .list-box,
.home-page-service-list .list-box {
  background-color: #fff;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.home-page-game-list .list-box .btn,
.home-page-service-list .btn {
  --bs-btn-color: #333;
  --bs-btn-hover-color: #333;
  --bs-btn-active-color: #333;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: rgba(0, 0, 0, .1);
  --bs-btn-active-bg: rgba(0, 0, 0, .1)
}

.home-page-service-list .list-item {
  width: 50%
}

.home-page-game-list .list-item:nth-child(8n + 2),
.home-page-game-list .list-item:nth-child(8n + 4),
.home-page-game-list .list-item:nth-child(8n + 5),
.home-page-game-list .list-item:nth-child(8n + 7),
.home-page-service-list .list-item:nth-child(4n + 1),
.home-page-service-list .list-item:nth-child(4n + 4) {
  --bs-btn-bg: transparent
}

.home-page-game-list .list-item:nth-child(8n + 1),
.home-page-game-list .list-item:nth-child(8n + 3),
.home-page-game-list .list-item:nth-child(8n + 6),
.home-page-game-list .list-item:nth-child(8n + 8),
.home-page-service-list .list-item:nth-child(4n + 2),
.home-page-service-list .list-item:nth-child(4n + 3) {
  --bs-btn-bg: rgba(0, 0, 0, .05)
}

.home-page-service-list .icon {
  width: 2em;
  height: 2em;
  fill: var(--bs-btn-color)
}

.home-page-service-list .list-item:nth-child(1) .icon {
  fill: #ec7092
}

.home-page-service-list .list-item:nth-child(2) .icon {
  fill: #fd9d6a
}

.home-page-service-list .list-item:nth-child(3) .icon {
  fill: #fd9d6a
}

.home-page-service-list .list-item:nth-child(4) .icon {
  fill: #f4b818
}

.home-page-service-list .list-item:nth-child(5) .icon {
  fill: #7a9ef4
}

.home-page-service-list .list-item:nth-child(6) .icon {
  fill: #835ce9
}

.home-page-service-list .list-item:nth-child(7) .icon {
  fill: #4ec1dc
}

.home-page-service-list .list-item:nth-child(8) .icon {
  fill: #6ac78e
}

@media (max-width: 1400px) {

  .home-page-p1 .new-list-card-box .list-box a.list-item:nth-last-child(1),
  .home-page-p1 .new-list-card-box .list-box a.list-item:nth-last-child(2) {
    display: none !important
  }
}

@media (max-width: 1200px) {
  .home-page-top-game .img-box>img {
    max-height: none
  }

  .home-page-hot-game .link-box {
    transform: translateY(0);
    opacity: 1
  }
}

@media (max-width: 992px) {
  .home-page-p2 .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem
  }

  .home-page-hot-game .list-item,
  .home-page-activity-list .list-item {
    width: calc(50% - 1rem);
    margin-right: 2rem;
    margin-bottom: 2rem
  }

  .home-page-hot-game .list-item:nth-child(3n + 3),
  .home-page-activity-list .list-item:nth-child(3n + 3) {
    margin-right: 2rem
  }

  .home-page-hot-game .list-item:nth-child(2n + 2),
  .home-page-activity-list .list-item:nth-child(2n + 2) {
    margin-right: 0
  }

  .home-page-game-list .list-item {
    width: 50%
  }

  .home-page-game-list .list-item:nth-child(4n + 1),
  .home-page-game-list .list-item:nth-child(4n + 4) {
    --bs-btn-bg: transparent
  }

  .home-page-game-list .list-item:nth-child(4n + 2),
  .home-page-game-list .list-item:nth-child(4n + 3) {
    --bs-btn-bg: rgba(0, 0, 0, .05)
  }
}

@media (max-width: 768px) {
  .home-page-top-game .list-box {
    flex-flow: row wrap
  }

  .home-page-top-game .list-item {
    width: calc(50% - .5rem);
    margin-right: 1rem
  }

  .home-page-top-game .list-item:nth-child(3n + 3) {
    margin-right: 1rem
  }

  .home-page-top-game .list-item:nth-child(2n + 2) {
    margin-right: 0
  }

  .home-page-top-game .list-item:nth-child(n + 3) {
    display: none
  }

  .home-page-hot-game .list-item,
  .home-page-activity-list .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem
  }

  .home-page-hot-game .list-item:nth-child(3n + 3),
  .home-page-activity-list .list-item:nth-child(3n + 3) {
    margin-right: 0
  }
}

.user-mes-box .card-body {
  padding: 0
}

/* 自定义下拉框 */
.my_init_dropdown_wrap{
  position: relative;
}



.my_init_dropdown_box{
  display: none;
  /* display: block; */
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 999;
  /*width: 775px;*/
  width: 375px;

  background-color: #FFFFFF;
  height: 250px;
}

.my_init_show_msg{
  width: 400px;
  height: 250px;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
}
.my_init_show_msg p{
  position: absolute;
  width: 170px;
  left: 0;
  bottom: 0;
  margin: 10px;
  /* 最多只能显示4行，超出显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.my_init_show_msg img{
  width: 100%;
  height: 100%;
}

.show_game_list{
position: absolute;
display: inline-block;
width: 375px;
height: 100%;
background-color: #FFFFFF;
padding: 15px 10px;
}

.show_game_list h3{
  text-align: center;
  color: #222529;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.show_game_list .line_general{
  text-align: center;
  background-image: linear-gradient(90deg, #fff, #666 20%, #333 50%, #666 80%, #fff);
  height: 1px;
}

.show_game_list .game_list{
  padding: 0 15px;
}

.show_game_list .game_list a{
  display: inline-block;
  width: 32%;
  color: #FF9800;
  font-size: 12px;
  margin: 10px 0;
}
.show_game_list .game_list a .hot{
display: inline-block;
width: 14.4px;
height: 14.4px;
line-height: 14px;
color: #ffffff;
text-align: center;
border-radius: 2px;
background-color: rgba(220, 53, 69, 1);
font-size: 10px;
animation: colorChange 0.3s infinite alternate;
}
/* 定义颜色动画 */
@keyframes colorChange {
  0% {
    background-color: rgba(220, 53, 69, 0.6); /* 初始颜色 */
  }
  100% {
    background-color: rgba(220, 53, 69, 1); /* 目标颜色 */
  }
}


.more_game_wraps{
  text-align: end;
  margin: 4px 15px;
  font-size: 12px;

}

.more_game_wraps span{
  cursor: pointer;
  color: rgba(33,37,41,0.5);
}


.more_game_wraps span:hover{
  color: rgba(33,37,41,1);
}



/* 导航 */
.my_init_navigation_dropdown_wrap{
  position: relative;
}

.my_init_navigation_dropdown_wrap .navigation_dropdown_wraps{
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 999;
  width: 355px;
  /* height: 130px; */
  padding: 10px;
  background-color: #FFFFFF;
}
.my_init_navigation_dropdown_wrap_top{
  margin: 0 10px;
}
.my_init_navigation_dropdown_wrap_top a{
  color: #ec231c;
  font-size: 12px;
  margin-right: 15px;
  border-bottom: 2px solid #ec231c;
}

/* 导航 */
#navigate_wraps_button{
  position: relative;
}

#navigate_wraps_show_box{
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 390px;
  height: 130px;
  background-color: #ffffff;
  z-index: 999;
  padding: 10px 15px;
}

#navigate_wraps_show_box .navigate_child_top_box a{
  font-size: 12px;
  color: #EC231C;
  margin-right: 15px;
  position: relative;
}

#navigate_wraps_show_box .navigate_child_top_box .current_link::after{
  content:'';
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 10px;
  background-color: #FF7700;
  position: absolute;
}

#navigate_wraps_show_box .line_general{
  margin: 15px 0;
  text-align: center;
  background-image: linear-gradient(90deg, #fff, #666 20%, #333 50%, #666 80%, #fff);
  height: 1px;
}


#navigate_wraps_show_box .navigate_child_center_box a{
  font-size: 12px;
  color: #666666;
  margin-right: 15px;
  position: relative;
}


#navigate_wraps_show_box .navigate_child_center_box .active_link{
  color: #ec231c;
}

.navigate_child_bottom_box{
  margin-top: 15px;
}

.navigate_child_bottom_box a{
  font-size: 12px;
  margin-right: 15px;
  color: #666666;
}

.navigate_child_bottom_box .active_link{
  color: #ec231c;
}
.opacity-50 {
  opacity: .5!important;
}
.img-preview {
  width: 200px;
  height: 200px;
  border-radius: 400px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.layer-msg-error {
  background-color: #f8d7da !important; /* 设置背景颜色为粉红色 */
  color: #842029 !important; /* 设置文字颜色 */
  border-color: #f5c2c7 !important; /* 设置边框颜色 */
  border-radius: 4px !important; /* 设置圆角边框 */
  text-align: center !important;
}
.layer-msg-success {
  background-color: #d1e7dd !important; /* 设置背景颜色为粉红色 */
  color: #0f5132!important; /* 设置文字颜色 */
  border-color: #badbcc !important; /* 设置边框颜色 */
  border-radius: 4px !important; /* 设置圆角边框 */
  text-align: center !important;
}
.layer-msg-info {
  background-color: #cff4fc !important; /* 设置背景颜色为粉红色 */
  color: #055160 !important; /* 设置文字颜色 */
  border-color: #b6effb !important; /* 设置边框颜色 */
  border-radius: 4px !important; /* 设置圆角边框 */
  text-align: center !important;
}
/* 自定义其他任意主题  */
.class-layer-demo-custom .layui-layer-title {
  background-color: #EDEFF2;
}

.class-layer-demo-custom .layui-layer-btn {
  padding: 5px 10px 10px;
}

.class-layer-demo-custom .layui-layer-content {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.class-layer-demo-custom .layui-layer-btn a {
  background: #fff;
  border-color: #E9E7E7;
  color: #333;
}

.class-layer-demo-custom .layui-layer-btn .layui-layer-btn0 {
  color: #fff;
  background-color: #ff8d2a;
  border-color: transparent;
}

.class-layer-demo-custom .layui-layer-btn .layui-layer-btn1 {
  color: #ff9f4b;
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  text-align: center;
}
.active-g044-n001-page .part3.part-progress .btn-list:nth-child(2) {
  margin: 0 120px;
}
.active-g044-n001-page .part3.part-progress .btn-list:nth-child(4) {
  margin: 0 120px;
}
.active-g044-n001-page .part3.part-progress .btn-list:nth-child(4) > .btn-img:nth-child(2) {
  transform: translateX(-260px);
}
.active-g044-n001-page .part3.part-progress .btn-list:nth-child(4) > .btn-img:nth-child(1) {
  transform: translateX(-170px);
}
.role-select .role-list img.logo {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.role-select {
  max-height: 500px;
  position: relative;
}
.role-select .role-list {
  overflow-y: auto;
}
.role-select .role-list tr {
  cursor: pointer;
}
.common-tag {
  border: 1px solid #d9ecff;
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
  padding: 0 10px;
  height: 24px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
    .message-button {
        display: none !important;
    }
}
