.X-mask-drawer-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.X-mask-drawer-box.open {
  opacity: 1;
}
.X-drawer-box {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-drawer-box.left {
  right: auto;
  left: -100%;
}
.X-drawer-box.open {
  right: 0;
}
.X-drawer-box.left.open {
  left: 0;
}
.X-drawer-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #dee2e6;
}
.X-drawer-close {
  margin: -1rem;
  margin-right: 4px;
  padding: 1rem;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.X-drawer-content {
  height: 100%;
  padding: 24px;
}

.floating-window {
  position: absolute;
  bottom: 116px;
  left: calc(100% + 20px);
  z-index: 16;
  cursor: pointer;
}
.floating-window .floating-window-img {
  max-width: 408px;
  max-height: 408px;
  -o-object-fit: contain;
     object-fit: contain;
}
.floating-window .floating-window-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.floating-window.mob {
  position: fixed;
  left: 20px;
  bottom: 64px;
}
.floating-window.mob .floating-window-img {
  max-width: 166px;
  max-height: 166px;
}
.floating-window.mob .floating-window-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}

.tran {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu {
  position: sticky;
  z-index: 16;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  color: #999999;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1);
  height: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY();
      -ms-transform: translateY();
          transform: translateY();
}
.X-menu-fold {
  width: 148px;
}
.X-menu-close {
  position: absolute;
  top: 109px;
  right: -10px;
  z-index: 17;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  -webkit-box-shadow: 3px 0px 10px 0px rgba(36, 36, 36, 0.12);
          box-shadow: 3px 0px 10px 0px rgba(36, 36, 36, 0.12);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.X-menu-close.open {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.X-menu-fold .X-menu-close::after {
  margin-left: -2px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.X-menu-header {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu-logo {
  width: 160px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}
.X-menu-logo img {
  width: 100%;
  height: auto;
}
.X-menu-fold .X-menu-logo {
  width: 70px;
}
.X-menu-list {
  -ms-flex: 1 1;
      flex: 1 1;
}
.X-menu-fold .X-menu-list-item-box {
  max-height: 80px;
  overflow: visible;
  overflow: initial;
}
.X-menu-list-item-box {
  position: relative;
  display: block;
  max-height: 40px;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu-list-item-box.open {
  background-color: #fafafa;
}
[data-height="1"].open {
  max-height: calc(46px + 16px + 40px);
}
[data-height="2"].open {
  max-height: calc(46px + 16px + 40px * 2 + 16px);
}
[data-height="3"].open {
  max-height: calc(46px + 16px + 40px * 3 + 16px * 2);
}
[data-height="4"].open {
  max-height: calc(46px + 16px + 40px * 4 + 16px * 3);
}
[data-height="5"].open {
  max-height: calc(46px + 16px + 40px * 5 + 16px * 4);
}
[data-height="6"].open {
  max-height: calc(46px + 16px + 40px * 6 + 16px * 5);
}
[data-height="7"].open {
  max-height: calc(46px + 16px + 40px * 7 + 16px * 6);
}
.X-menu-list-item-title {
  position: relative;
  margin: 0 20px 0 0;
  padding-left: 20px;
  line-height: 40px;
}
.X-menu-fold .X-menu-list-item-box.active .X-menu-list-item-title,
.X-menu-fold .X-menu-list-item-box:hover .X-menu-list-item-title {
  color: #5c5c5c;
  background: #fafafa;
  border-radius: 6px;
}
.X-menu-fold .X-menu-list-item-title::after {
  display: none;
}
.X-menu-fold .X-menu-list-item-title {
  padding-left: 0;
  margin-left: 20px;
}
.X-menu-list-item-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 40px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.X-menu:not(.X-menu-fold) .X-menu-list-item-box.active .X-menu-list-item-title::after,
.X-menu:not(.X-menu-fold) .X-menu-list-item-title:hover::after {
  background: #b68756;
}
.X-menu-list-item-tit {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu-fold .X-menu-list-item-tit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 80px;
  padding: 0;
}
.X-menu-list-item-box.active .X-menu-list-item-tit,
.X-menu-list-item-box:hover .X-menu-list-item-tit {
  color: #b68756;
}
.X-menu-list-item-box.active .X-menu-title-close,
.X-menu-list-item-box:hover .X-menu-title-close {
  border-top-color: #b68756;
  border-left-color: #b68756;
}
.X-menu-list-item-box.open .X-menu-title-close {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.X-menu-list-item-title,
.X-menu-item-children-item {
  cursor: pointer;
}
.X-menu-fold .X-menu-title-close {
  display: none;
}
.X-menu-title-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0px;
  height: 0px;
  margin-top: -3px;
  border-top: 3px solid #9d9d9d;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #9d9d9d;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu-fold .X-menu-list-item-icon {
  margin: 0;
}
.X-menu-list-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: transparent;
}
.X-menu-list-item-fold-tit {
  position: absolute;
  margin-top: 12px;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  text-align: center;
}
.X-menu-list-item-fold-tit.item-fold-tit {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.active .item-fold-tit,
.X-menu-list-item-box:hover .item-fold-tit {
  color: #b68756;
}
.X-menu-list-item-label {
  margin-left: 8px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 center 0;
      -ms-transform-origin: 0 center 0;
          transform-origin: 0 center 0;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu-fold .X-menu-list-item-label {
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.X-menu-fold .X-menu-list-item-box:hover .X-menu-list-item-children {
  display: block;
  width: 200px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.X-menu-fold .X-menu-list-item-children {
  width: 200px;
  overflow: hidden;
  line-height: 44px;
  background: #ffffff;
  border-radius: 0px 12px 12px 0px;
  -webkit-box-shadow: 4px 1px 5px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 1px 5px 1px rgba(0, 0, 0, 0.08);
  position: fixed;
  z-index: 10;
  opacity: 1;
  padding: 0;
}
.open .X-menu-list-item-children {
  opacity: 1;
}
.X-menu-list-item-children {
  position: relative;
  padding-top: 8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.X-menu-fold .X-menu-item-children-item.X-menu-item-children-item {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  line-height: 44px;
  border-radius: 0;
  opacity: 1;
}
.X-menu-item-children-item {
  display: block;
  padding-right: 20px;
  padding-left: 52px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-menu-item-children-item:not(:last-child) {
  margin-bottom: 8px;
}
.X-menu-item-children-item:hover,
.X-menu-item-children-item.active {
  color: #292929;
  background-color: #fafafa;
}
.X-menu.kyc-status * {
  color: #cccccc !important;
}
.X-menu.kyc-status *:hover {
  color: #cccccc !important;
}
.X-menu-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.1;
}
/** Compatiblity with different languages */
.X-language-vi_VN .X-menu-fold .X-menu-list-item-box:hover .X-menu-list-item-children {
  width: 240px;
}
.X-language-id_ID .X-menu-fold .X-menu-list-item-box:hover .X-menu-list-item-children,
.X-language-ms_MY .X-menu-fold .X-menu-list-item-box:hover .X-menu-list-item-children {
  width: 210px;
}
.X-language-id_ID .X-drawer-box.left,
.X-language-ms_MY .X-drawer-box.left {
  width: 276px !important;
}

.X-back {
  height: 64px;
  padding-left: 38px;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 500px) and (max-width: 1100px) {
  .X-back {
    margin-top: 60px;
  }
  .X-back + .X-layout-main-content-box {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .X-back {
    margin-top: 44px;
  }
  .X-back + .X-layout-main-content-box {
    margin-top: 0;
    padding-top: 0;
  }
}
.X-back .X-back-con {
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.X-back p {
  margin-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 500px) {
  .X-back {
    height: 44px;
    padding-left: 19px;
  }
}

.X-dropdown {
  position: relative;
  z-index: 10;
}
.X-dropdown .X-dropdown-menu {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: fade-in-bottom 0.25s ease-in-out both;
          animation: fade-in-bottom 0.25s ease-in-out both;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  -webkit-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
}
.X-dropdown .X-dropdown-menu[data-placement="bottom"] {
  top: calc(100% + 20px);
}
.X-dropdown .X-dropdown-menu[data-placement="bottomLeft"] {
  top: calc(100% + 20px);
  left: 0;
}
.X-dropdown .X-dropdown-menu[data-placement="bottomRight"] {
  top: calc(100% + 20px);
  right: 0;
}
.X-dropdown .X-dropdown-menu[data-placement="top"] {
  bottom: calc(100% + 20px);
}
.X-dropdown .X-dropdown-menu[data-placement="topLeft"] {
  bottom: calc(100% + 20px);
  left: 0;
}
.X-dropdown .X-dropdown-menu[data-placement="topRight"] {
  bottom: calc(100% + 20px);
  right: 0;
}
.X-menu-divider {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.X-menu-item {
  padding: 15px 20px;
  line-height: 1;
  text-align: left;
  color: #999999;
  cursor: pointer;
}
.X-menu-item img {
  margin-right: 10px;
  width: 32px;
  height: 24px;
}
.X-menu-item:last-child {
  padding: 21px 20px;
}
.X-menu-item:hover {
  background-color: #fafafa;
  color: #292929;
}
.X-menu-item .icon-button {
  margin-right: 0.5rem;
}
.X-menu-item:last-child {
  border-bottom: none;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.language-select-wrapper {
  height: 12px;
  cursor: pointer;
}
.language-select-wrapper > img {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.language-select-wrapper > span {
  margin-left: 4px;
  margin-right: 4px;
  color: #292929;
  font-size: 12px;
}

.button {
  padding: 0 28px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  border-color: transparent;
  border-radius: 6px;
  outline: 0px solid transparent;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button:disabled {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.button.small {
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 3px;
}
.primary-btn,
.success-btn,
.danger-btn,
.warning-btn,
.text-btn {
  color: #fff;
}
.primary-btn {
  background-color: #b68756;
  border-color: #b68756;
}
.primary-btn:not(:disabled):hover {
  background-color: #9c7348;
  border-color: #9c7348;
  color: #fff;
}
.primary-btn:not(:disabled):hover .icon {
  color: #fff !important;
}
.success-btn {
  background-color: #218838;
  border-color: #218838;
}
.danger-btn {
  background-color: #fb1f4c;
  border-color: #fb1f4c;
}
.warning-btn {
  background-color: #ffbf43;
  border-color: #ffbf43;
}
.light-btn {
  background: #f7f3ee;
  border-color: transparent;
  color: #b68756;
}
.light-btn:disabled {
  color: #fff;
}
.light-btn:not(:disabled):hover {
  background-color: #b68756;
  border-color: #b68756;
  color: #ffffff;
}
.light-btn:not(:disabled):hover .icon {
  color: #fff !important;
}
.text-btn {
  color: #999999;
  border: 1px solid #e7e7e7;
}
.ghost-btn,
.text-btn:not(:disabled):hover {
  color: #b68756;
  background-color: #fff;
  border-color: #b68756;
}
.ghost-btn:not(:disabled):hover {
  color: #b68756;
  background-color: #f7f3ee;
  border-color: #f7f3ee;
}
.ghost-btn:not(:disabled):hover .icon {
  color: #b68756 !important;
}
.disabled.button {
  cursor: no-drop !important;
  cursor: not-allowed !important;
}
.button-postfix img {
  width: 0;
  height: 0;
  display: block;
  -webkit-animation: change-loading 0.8s linear 0s infinite normal;
          animation: change-loading 0.8s linear 0s infinite normal;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.button-postfix.loading img {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin-left: 8px;
  margin-right: -10px;
}
.X-button-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@-webkit-keyframes change-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes change-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.X-header-week {
  margin-bottom: 6px;
  color: #5c5c5c;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
.X-header-week svg {
  margin-right: 6px;
  vertical-align: top;
}
.X-header-time {
  color: #5c5c5c;
  font-size: 12px;
  line-height: 13px;
  line-height: 11px;
}

.X-nav-item {
  margin: 0 11px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  background-color: var(--primary-color);
  cursor: pointer;
}
.X-nav-item .nav-item-x {
  padding: 0 6.5px;
}
.X-nav-item .icon {
  width: 20px;
}
.X-nav-item .text + .icon {
  margin-left: 4px;
  color: var(--text-color-inverse);
}
.X-nav-item[data-havebg="true"] {
  padding: 0;
  background-color: var(--background-color-base);
}
.X-nav-item[data-havebg="true"] .text {
  color: var(--text-color);
}
.X-nav-item[data-tip="true"]::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -2px;
  padding: 0;
  height: 5px;
  width: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  text-align: center;
  background-color: #CB1E3A;
  -webkit-animation: shadow-pulse-dots 1s infinite;
          animation: shadow-pulse-dots 1s infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.X-nav-item[data-tip="true"][data-havebg="true"]::after {
  top: 9px;
  right: 6px;
}
.X-nav-fadeout {
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
}
@-webkit-keyframes shadow-pulse-dots {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
            box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
            box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
  }
}
@keyframes shadow-pulse-dots {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
            box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
            box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
  }
}

.X-tool {
  position: relative;
  z-index: 4;
}
.X-tool-tips {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
}
.X-tool-tips[data-line]:not([data-line="1"]) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.X-tool-tips[data-line="2"] {
  -webkit-line-clamp: 2;
}
.X-tool-tips[data-line="3"] {
  -webkit-line-clamp: 3;
}
.X-tool-tips[data-line="4"] {
  -webkit-line-clamp: 4;
}
.X-tool-tips[data-line="5"] {
  -webkit-line-clamp: 5;
}
.X-tips {
  position: absolute;
  max-width: 15vw;
  padding: 12px 22px;
  color: #999;
  font-size: 12px;
  line-height: 13px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.X-tips.top {
  bottom: calc(100% + 12px);
  left: -15px;
}
.X-tips.right {
  bottom: -20px;
  left: calc(100% + 12px);
}
.X-tips[data-line="1"] {
  white-space: nowrap;
}
.X-tips[data-line]:not([data-line="1"]) {
  min-width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.X-tips[data-line="2"] {
  -webkit-line-clamp: 2;
}
.X-tips[data-line="3"] {
  -webkit-line-clamp: 3;
}
.X-tips[data-line="4"] {
  -webkit-line-clamp: 4;
}
.X-tips[data-line="5"] {
  -webkit-line-clamp: 5;
}
.X-tips.hover-status {
  opacity: 1;
}

.X-mask-modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.X-mask-modal-box.open {
  opacity: 1;
}
.X-modal-box {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 20;
  border-radius: 7px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 36px 44px 40px;
  width: 446px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e7e7e7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.X-modal-box.open {
  top: 50%;
  opacity: 1;
}
.X-modal-title {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #292929;
}
.X-modal-header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .X-modal-header {
    margin-bottom: 16px;
  }
}
.X-modal-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 0;
}
.X-modal-content {
  -ms-flex: 1 1;
      flex: 1 1;
  max-height: 70vh;
  overflow-y: auto;
}
.X-modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 36px;
}
.X-modal-footer-btn {
  -ms-flex: 1 1;
      flex: 1 1;
  line-height: 46px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}
.X-modal-footer-cancel {
  margin-right: 14px;
}
@media screen and (max-width: 500px) {
  .X-layout-main-content.X-layout-main-content-mobile .X-modal-box.open,
  .X-layout-main .X-footer[data-is-mobile="1"] .X-modal-box.open {
    padding: 32px 20px 28px;
    width: 85.33vw;
  }
  .X-layout-main-content.X-layout-main-content-mobile .X-modal-box.open .X-modal-close,
  .X-layout-main .X-footer[data-is-mobile="1"] .X-modal-box.open .X-modal-close {
    right: 12px;
    top: 8px;
  }
}

.X-phone-area-box {
  position: relative;
  line-height: 24px;
  color: #292929;
  display: inline-block;
}
.X-phone-area-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.X-phone-area-prefix {
  margin-left: 8px;
  font-style: normal;
}
.X-phone-area-input {
  max-width: 45px;
}
.X-phone-area-list {
  position: absolute;
  top: 120%;
  left: 0;
  height: 200px;
  min-width: 120px;
  max-height: 200px;
  overflow-y: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 8px;
  padding: 6px 0;
  border: 1px solid #e7e7e7;
  z-index: 10;
  -webkit-animation: area-bottom 0.2s ease-in-out;
          animation: area-bottom 0.2s ease-in-out;
}
.X-phone-banner-x {
  min-width: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.X-phone-area-banner {
  max-width: 24px;
  display: block;
}
.X-phone-area-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 15px;
}
.X-phone-area-banner-li .X-phone-area-banner {
  margin-right: 8px;
}
.X-phone-area-text-li {
  font-size: 14px;
}
@-webkit-keyframes area-bottom {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes area-bottom {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.X-input {
  width: 100%;
  color: #292929;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  background-color: transparent !important;
}
.X-input-postfix {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.tran {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-form-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
.X-form-radio .X-form-radio-label {
  margin: 22px 0 20px;
  color: #b68756;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.X-form-radio-label-txt {
  margin-left: 4px;
  display: inline-block;
}
.X-form-element-box.error .X-form-radio-wrapper,
.X-form-element-box.error .X-form-radio-inner {
  border-color: #cb1e3a;
}
.X-form-radio-wrapper {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.2%;
  height: 46px;
  padding-left: 20px;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 400px) {
}
.X-form-radio-wrapper:not(:nth-last-child(-n + 2)) {
  margin-bottom: 16px;
}
.disabled .X-form-radio-wrapper:hover {
  border-color: #ccc;
}
.X-form-radio-wrapper:hover {
  border-color: #b68756;
}
.X-form-radio-item {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.X-form-radio-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  -webkit-transform: all 0.15s;
      -ms-transform: all 0.15s;
          transform: all 0.15s;
}
.X-form-radio-checked.X-form-radio-inner::after {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.X-form-radio-inner::after {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-color: #b68756;
  border-radius: 16px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: "";
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-margin-before: -8px;
          margin-block-start: -8px;
  -webkit-margin-start: -8px;
          margin-inline-start: -8px;
  -webkit-border-before: 0;
          border-block-start: 0;
  -webkit-border-start: 0;
          border-inline-start: 0;
}
.X-form-radio-checked {
  background-color: #fff;
  border-color: #b68756;
}
.disabled .X-form-radio-checked {
  background-color: #ccc;
  border-color: #ccc;
}
.X-form-radio-input {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
}
.X-form-radio-text {
  padding-left: 8px;
  color: #292929;
  font-size: 14px;
  line-height: 16px;
}
.X-form-radio-wrapper:hover .X-form-radio-inner {
  border: 1px solid #b68756;
}
.disabled .X-form-radio-wrapper:hover .X-form-radio-inner {
  border: 1px solid #ccc;
}
.X-radio-list {
  max-height: 489px;
  padding: 24px 0;
}
.X-radio-list .X-form-radio-label {
  margin-bottom: 20px;
  color: #b68756;
  font-size: 14px;
  line-height: 16px;
}
.X-radio-list .X-radio-list-content {
  height: 89.77%;
  overflow-y: auto;
}
.X-radio-list .X-radio-list-item {
  margin-bottom: 28px;
}
.X-radio-list .X-radio-list-item-label {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}
.X-radio-list .X-form-radio-wrapper {
  display: block;
  width: 100%;
  height: 16px;
  padding-left: 0;
  line-height: 16px;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.X-radio-list .X-form-radio-wrapper + .X-form-radio-wrapper {
  margin-top: 14px;
}
.error .X-radio-list .X-form-radio-inner {
  border-color: #d9d9d9 !important;
}

.X-form-upload-x {
  position: relative;
  cursor: pointer;
  width: 100%;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  color: #292929;
}
.error.X-form-element-box .X-form-upload-x {
  border-color: #cb1e3a;
  color: #cb1e3a;
}
.X-form-upload-img {
  height: 118px;
}
.X-form-upload-image {
  height: 100%;
  max-height: 118px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.X-form-upload-label {
  line-height: 47px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid #e7e7e7;
  padding-left: 20px;
  font-size: 14px;
}
.X-form-upload-label span {
  vertical-align: middle;
}
.X-form-upload-x.value {
  color: #292929;
}
.X-form-upload-x.disabled {
  opacity: 0.2;
}
.X-form-upload-input {
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1;
  opacity: 0;
}
.X-form-upload-file {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.X-form-upload-fileName {
  width: 70%;
  color: #292929;
  height: 42px;
  line-height: 42px;
}
.X-form-upload-network {
  width: 90%;
  color: #292929;
  line-height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.X-form-upload-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.X-form-upload-line-x {
  position: relative;
}
.X-form-upload-line {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #fafafa;
  border-radius: 8px;
  border-style: dashed;
  border-color: #e7e7e7;
  border-width: 1.5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 6px;
}
.X-form-upload-line.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.X-form-upload-line-label {
  margin-left: 8px;
  font-size: 12px;
  color: #cccccc;
}
.X-form-upload-line-item {
  margin-bottom: 6px;
  height: 32px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 16px;
  line-height: 1.5;
}
.X-form-upload-line-item span {
  line-height: 1.5;
}
.X-form-upload-line-item > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.X-form-upload-line-item > .cur {
  height: 20px;
}
.X-form-upload-line-item > .cur .icon {
  vertical-align: 1em;
}
.X-form-upload-line-name {
  font-size: 12px;
  color: #666666;
  max-width: 50%;
}
.X-form-upload-line-size {
  font-size: 12px;
  color: #999999;
  margin-left: 8px;
}

.X-drop-down {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  text-align: left;
}
.X-drop-down .X-form-drop-label {
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 1;
  padding: 0 4px;
  color: #b68756;
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
}
.X-drop-down input {
  background-color: transparent;
}
.X-form-drop-select-x {
  padding-left: 16px;
  height: 100%;
}
.X-form-drop-select-x .X-drop-down-select {
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
}
.X-drop-down-select-common {
  padding: 0 0 0 16px;
}
.X-drop-down-list {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  z-index: 5;
  display: none;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 4px 4px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  max-height: 224px;
  overflow-y: auto;
}
.X-drop-down-list.select {
  display: block;
}
.X-drop-down-item {
  padding: 0 16px;
  cursor: pointer;
  line-height: 28px;
  min-height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.X-drop-down-item > div {
  width: 100%;
}
.X-drop-down-country-icon {
  width: 24px;
  min-width: 24px;
  background: #d8d8d8;
  border-radius: 2px;
  margin-right: 8px;
}
.X-drop-down-item:hover {
  color: #292929;
  background: #fafafa;
}
.X-form-drop-icon {
  position: absolute;
  top: calc(50% - 0.15em);
  right: 18px;
  width: 12px;
  height: 12px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.X-form-checked-box .X-form-checked-wrapper {
  line-height: 25px;
  cursor: pointer;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 16px;
}
.X-form-checked-box .X-form-checked-item {
  position: relative;
}
.X-form-checked-box .X-form-checked-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transform: all 0.15s;
      -ms-transform: all 0.15s;
          transform: all 0.15s;
}
.X-form-checked-box .X-form-checked-checked.X-form-checked-inner::after {
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.X-form-checked-box .X-form-checked-inner::after {
  position: absolute;
  top: 50%;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: "";
  inset-inline-start: 21.5%;
  -webkit-border-start: 0;
          border-inline-start: 0;
}
.X-form-checked-box .X-form-checked-checked {
  background-color: #b68756;
  border-color: #b68756;
}
.X-form-checked-box .X-form-checked-input {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
}
.X-form-checked-box .X-form-checked-text {
  padding: 0 8px;
  -ms-flex: 1 1;
      flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  line-height: 14px;
}
.X-form-checked-box .X-form-checked-text a.checked-link {
  color: #b68756;
}
.X-form-checked-box .X-form-checked-wrapper:hover .X-form-checked-inner {
  border: 1px solid #b68756;
}

.X-form-datepicker {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.X-form-datepicker > div {
  height: 100%;
}
.X-form-datepicker-label {
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 1;
  padding: 0 4px;
  color: #b68756;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  background-color: #fff;
}
.react-datepicker__triangle {
  display: none;
}
.react-datepicker-popper {
  z-index: 5;
}
.react-datepicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.react-datepicker-wrapper {
  position: relative;
  width: 100%;
  background-color: transparent;
}
.react-datepicker__input-container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
}
.react-datepicker__input-container input {
  display: block;
  -ms-flex: 1 1;
      flex: 1 1;
  width: 100%;
  height: 54px;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}
.react-datepicker__header {
  padding: 0;
  text-align: left;
  background-color: #fff;
  border-bottom: 0;
}
.react-datepicker__navigation {
  top: 16px;
}
.react-datepicker__navigation-icon::before {
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
}
.react-datepicker__navigation--previous {
  right: 65px !important;
  left: auto;
}
.react-datepicker__navigation--next {
  right: 15px !important;
  left: auto;
}
.react-datepicker__current-month {
  padding: 20px 0;
  padding-left: 24px;
  color: #b68756;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.react-datepicker__triangle {
  -webkit-transform: translate3d(40px, 0px, 0px) !important;
          transform: translate3d(40px, 0px, 0px) !important;
}
.react-datepicker__input-container input:focus {
  border-color: #333;
}
@media screen and (max-width: 540px) {
  .react-datepicker__month-container {
    width: 100%;
  }
}
.react-datepicker__week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 540px) {
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__day-name {
    -ms-flex: 1 1;
        flex: 1 1;
  }
}
.react-datepicker__day,
.react-datepicker__day-name {
  margin: 0;
}
.react-datepicker__day-names {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(100% - 0.6rem);
  margin: 0.4em;
}
.react-datepicker__day,
.react-datepicker__day-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  font-size: 14px;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__day--selected {
  color: #b68756;
  background-color: #f7f3ee;
}
.react-datepicker__day--selected:empty {
  background-color: #fff;
}
.react-datepicker__day--today {
  position: relative;
  color: #b68756;
  background-color: #fff;
}
.react-datepicker__day--today::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #b68756;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.react-datepicker__day--selected:hover {
  color: #b68756;
  background-color: rgba(182, 135, 86, 0.2);
}
.react-datepicker__day--in-range:hover {
  color: #b68756;
  background-color: #f7f3ee !important;
  opacity: 0.4;
}
.react-datepicker__day--in-selecting-range:not(
    .react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range
  ),
.react-datepicker__day--in-range {
  color: #b68756;
  background-color: #fff;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #f0f0f0;
}
.X-form-datepicker-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  z-index: 1;
  width: 20px;
  line-height: 20px;
  height: 20px;
}
.react-datepicker__day--outside-month::before {
  display: none;
}
.DatePicker {
  width: 100%;
  z-index: 1;
}
.Calendar {
  z-index: 1;
}
.have-z-index .Calendar,
.have-z-index .DatePicker {
  z-index: 1000;
}
.Calendar__monthText {
  white-space: nowrap;
}
.Calendar__day,
.Calendar__monthText,
.Calendar__yearText,
.Calendar__monthSelectorItemText,
.Calendar__yearSelectorText {
  color: #292929;
}
.Calendar__day.-ltr {
  line-height: 2.6em;
  max-height: 38px;
}
.Calendar__day,
.Calendar__day.-selected {
  border-radius: 6px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(
    .-selectedBetween
  ):not(.-selected):hover {
  border-radius: 6px;
}
.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(
    .-selectedBetween
  ) {
  color: #292929;
}
.Calendar__day.-ltr.-selectedStart {
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.Calendar__day.-ltr.-selectedEnd {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.Calendar__monthSelector,
.Calendar__yearSelector {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* input */
.X-datePicker-input {
  width: 100%;
  display: inline-block;
  height: 54px;
  line-height: 24px;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  color: #292929;
}
.X-datePicker-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.X-datePicker-input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.X-datePicker-input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.X-datePicker-input::-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.X-datePicker-input::placeholder {
  font-size: 14px;
  color: #999999;
}
.responsive-calendar .Calendar {
  /* by setting font-size, all the elements will correspond */
  font-size: 9px !important;
  /* default to 10px */
}
@media (max-width: 1500px) {
  .responsive-calendar .Calendar {
    font-size: 8px !important;
  }
}
@media (max-width: 1200px) {
  .responsive-calendar .Calendar {
    font-size: 7px !important;
  }
}
@media (max-width: 768px) {
  .responsive-calendar .Calendar {
    font-size: 6px !important;
  }
}
/* Large screens */
@media (min-width: 2500px) {
  .responsive-calendar .Calendar {
    font-size: 12px !important;
  }
}
.Calendar {
  min-height: 33.7em;
}
.Calendar__sectionWrapper {
  min-height: 24.8em;
}
.Calendar__header {
  padding: 15px 20px;
}
.Calendar__weekDay {
  height: 24px;
  line-height: 24px;
}
.Calendar__day,
.Calendar__weekDays {
  margin-bottom: 0.1rem;
}

.tran {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-form-element-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
  margin-bottom: 36px;
  padding: 0 16px;
  color: #292929;
  font-size: 12px;
  height: 54px;
  line-height: 52px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-form-element-box .position-re {
  height: 100%;
}
.X-form-element-box input {
  font-size: 16px;
  line-height: 24px !important;
  border-radius: 8px;
}
.X-form-element-box ::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}
.X-form-element-box ::-moz-placeholder {
  color: #cccccc;
  font-size: 16px;
}
.X-form-element-box :-ms-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}
.X-form-element-box ::-ms-input-placeholder {
  color: #cccccc;
  font-size: 16px;
}
.X-form-element-box ::placeholder {
  color: #cccccc;
  font-size: 16px;
}
.X-form-element-box.error:hover .error-input-msg-wrapper {
  z-index: 10;
}
.X-form-element-box .error-input-msg-wrapper {
  z-index: 10;
}
.X-form-element-box.radioList,
.X-form-element-box.checkbox,
.X-form-element-box.file {
  height: auto;
}
.X-form-element-box.file {
  line-height: 1;
}
.X-form-element-box.radio,
.X-form-element-box.checkbox {
  padding: 0;
}
.X-form-element-box.file,
.X-form-element-box.fileList {
  border: 0;
  padding: 0;
}
.X-form-element-box.file > div,
.X-form-element-box.fileList > div {
  overflow: hidden;
}
.X-form-element-box.file .X-form-element-label,
.X-form-element-box.fileList .X-form-element-label {
  display: none;
}
.X-form-element-box.focus {
  border-color: #b68756;
}
.X-form-element-box.disabled .X-form-element-label,
.X-form-element-box.disabled .X-form-drop-label,
.X-form-element-box.disabled .X-form-datepicker-label,
.X-form-element-box.disabled .X-form-radio-label {
  color: #999999;
}
.X-form-element-label {
  position: absolute;
  top: 0px;
  left: 20px;
  padding: 0 4px;
  color: #b68756;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-form-element-box.error {
  border-color: #cb1e3a;
}
.X-form-element-box.error .X-form-element-label,
.X-form-element-box.error .X-form-radio-label,
.X-form-element-box.error .X-form-drop-label,
.X-form-element-box.error .X-form-datepicker-label {
  color: #cb1e3a;
}
.X-form-element-box.complete .X-form-element-label,
.X-form-element-label.focus {
  top: -10px;
  left: 20px;
  font-size: 12px;
  opacity: 1;
}
.X-form-element-required {
  display: inline-block;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.X-form-element-box .error-input,
.X-form-element-box .error-input:focus {
  border-color: #cb1e3a;
}
.error-input-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #cb1e3a;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.error-input-msg.error {
  bottom: -18px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.error-input-msg-wrapper {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 0px;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.error-input-msg-wrapper .error-input-msg-text {
  position: absolute;
  top: 4px;
  width: 100%;
  padding: 13px 20px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: 1px solid transparent;
  white-space: normal;
  word-break: break-word;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.error-input-msg-wrapper.top-error {
  top: calc(-100% - 4px);
}
.error-input-msg-wrapper.bottom-error {
  top: 100%;
  bottom: auto;
}
.X-form-element-box:hover .error-input-msg-wrapper,
.X-form-element-box.focus .error-input-msg-wrapper {
  height: auto;
  height: initial;
  overflow: visible;
  overflow: initial;
  padding-top: 4px;
}
.X-form-element-box:hover .error-input-msg-wrapper .error-input-msg-text[data-error="true"],
.X-form-element-box.focus .error-input-msg-wrapper .error-input-msg-text[data-error="true"] {
  opacity: 1;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #e7e7e7;
}
.error-input-msg-wrapper:hover {
  height: auto;
  height: initial;
  overflow: visible;
  overflow: initial;
  padding-top: 4px;
}
.error-input-msg-wrapper:hover .error-input-msg-text[data-error="true"] {
  opacity: 1;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #e7e7e7;
}

.X-form-box .X-form-btn-box {
  text-align: end;
}
.X-form-box .X-form-reset {
  margin-right: 14px;
}
.X-form-list {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.X-form-list .X-form-column {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .X-form-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.X-form-item-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.X-form-item-list .X-form-element-box {
  -ms-flex: 1 1;
      flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.X-form-item-list .X-form-element-box + .X-form-element-box {
  margin-left: 16px;
}
@media (min-width: 365px) and (max-width: 1240px) {
  .X-form-item-list .X-form-element-box {
    width: 100%;
    -ms-flex: none;
        flex: none;
  }
  .X-form-item-list .X-form-element-box + .X-form-element-box {
    margin-left: 0;
  }
}

.send-code-button-wrapper {
  margin-left: 20px;
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
}
.send-code-button-wrapper .send-code-button {
  color: #b68756;
  line-height: 1.2;
  font-size: 16px;
}
.send-code-button-wrapper.send-code-button-disabled {
  cursor: not-allowed;
}
.send-code-button-wrapper.send-code-button-disabled .send-code-button {
  color: #999;
}
.send-code-button-wrapper .code-loading {
  margin-left: 4px;
  height: 18px;
  width: 18px;
  display: block;
  -webkit-animation: vercode-loading-anim 0.8s linear 0s infinite normal;
          animation: vercode-loading-anim 0.8s linear 0s infinite normal;
}
@-webkit-keyframes vercode-loading-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vercode-loading-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.text-input-box,
.text-input-box-disabled {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 358px;
  width: calc(100% - 32px);
  height: 56px;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  cursor: pointer;
}
.text-input-box input,
.text-input-box-disabled input {
  -ms-flex: 1 1;
      flex: 1 1;
  height: 100%;
  color: #292929;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
}
.text-input-box input::-webkit-input-placeholder, .text-input-box-disabled input::-webkit-input-placeholder {
  color: #ccc;
}
.text-input-box input::-moz-placeholder, .text-input-box-disabled input::-moz-placeholder {
  color: #ccc;
}
.text-input-box input:-ms-input-placeholder, .text-input-box-disabled input:-ms-input-placeholder {
  color: #ccc;
}
.text-input-box input::-ms-input-placeholder, .text-input-box-disabled input::-ms-input-placeholder {
  color: #ccc;
}
.text-input-box input::placeholder,
.text-input-box-disabled input::placeholder {
  color: #ccc;
}
.text-input-box input:disabled,
.text-input-box-disabled input:disabled {
  color: #999;
  background-color: transparent;
  cursor: not-allowed;
}
.text-input-box .text-input-box-label,
.text-input-box-disabled .text-input-box-label {
  position: absolute;
  top: 0px;
  left: 16px;
  padding: 0px 4px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.text-input-box .text-input-box-label[data-visible="true"],
.text-input-box-disabled .text-input-box-label[data-visible="true"] {
  color: #b68756;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.text-input-box > input {
  overflow: hidden;
}
.text-input-box .X-phone-area-line svg {
  display: none;
}
.text-input-box .text-input-box-error-message-wrapper {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 0px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.text-input-box .text-input-box-error-message {
  width: 100%;
  color: #cb1e3a;
  line-height: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: 1px solid transparent;
}
.text-input-box-disabled {
  cursor: default;
}
.text-input-box-error {
  border-color: #cb1e3a !important;
  cursor: default;
}
.text-input-box-error .text-input-box-label {
  color: #cb1e3a !important;
}
.text-input-box:hover,
.text-input-box-focused {
  border-color: #b68756;
}
.text-input-box:hover .text-input-box-label,
.text-input-box-focused .text-input-box-label {
  color: #b68756;
}
.text-input-box:hover .text-input-box-error-message-wrapper,
.text-input-box-focused .text-input-box-error-message-wrapper {
  height: auto;
  height: initial;
  overflow: visible;
  overflow: initial;
  z-index: 1;
}
.text-input-box:hover .text-input-box-error-message[data-error="true"],
.text-input-box-focused .text-input-box-error-message[data-error="true"] {
  padding: 13px 20px;
  opacity: 1;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #e7e7e7;
}
.text-input-box-disabled:hover {
  border-color: #e7e7e7;
}
.text-input-box-disabled:hover .text-input-box-label {
  color: #999;
}

.bind-phone-modal {
  height: auto;
}
.bind-phone-modal .X-modal-content {
  overflow-y: visible;
  overflow-y: initial;
}
.bind-phone-modal .X-modal-content > div {
  margin-top: 5px;
}
.bind-phone-modal .X-modal-content > div .text-input-box {
  width: calc(100% - 34px);
}
.bind-phone-modal .X-modal-content > div .text-input-box .X-dropdown-menu {
  left: -17px !important;
}
.bind-phone-modal .bind-phone-modal-wrapper-phone {
  width: calc(100% - 34px);
  margin-bottom: 36px;
}
.bind-phone-modal .bind-phone-modal-wrapper-phone > input {
  margin-left: 8px;
}
.bind-phone-modal .bind-phone-modal-wrapper-phone .X-phone-area-list {
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  z-index: 11;
}
.bind-phone-modal .bind-phone-modal-wrapper-phone .text-input-box-error-message-wrapper {
  z-index: 10;
}
.bind-phone-modal .bind-phone-modal-footer {
  background-color: #fff;
}
.bind-phone-modal .bind-phone-modal-footer .bind-phone-modal-submit {
  width: 100%;
  max-width: 358px;
}
.bind-phone-modal .X-dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.bind-phone-modal .bind-phone-modal-send-code {
  cursor: pointer;
}
.bind-phone-modal .bind-phone-modal-send-code:hover {
  color: #b68756;
}
.bind-phone-modal .bind-phone-modal-send-code.bind-phone-modal-send-code-disbaled {
  color: #666;
  cursor: no-drop;
}
.bind-phone-modal .bind-phone-modal-code-input-box {
  margin-top: 28px;
  margin-bottom: 28px;
}
.bind-phone-modal .bind-phone-modal-save {
  max-width: 390px;
  width: 100%;
}
.bind-phone-modal .bind-phone-modal-save-disabled {
  background-color: #dcdcdc !important;
  border-color: #dcdcdc !important;
}

.X-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 93px;
  padding: 0 14px 0 40px;
  background: #ffffff;
  border-bottom: 1px solid rgba(180, 183, 195, 0.15);
}
.X-header .X-layout-header-mobile-content {
  height: calc(100% - 8px);
}
@media (min-width: 500px) and (max-width: 1100px) {
  .X-header {
    height: 60px;
    padding: 0 44px;
  }
}
@media screen and (max-width: 500px) {
  .X-header {
    height: 44px;
    padding: 0 10px;
  }
  .X-header .X-layout-header-mobile-content {
    height: calc(100% - 6px);
  }
}
.X-header .X-dropdown-menu {
  min-width: 192px;
}
.X-header .X-nav-item {
  margin: 0 7px;
}
.X-header .X-nav-item .nav-item-x {
  padding: 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
}
.X-header .X-nav-item .nav-item-x:hover,
.X-header .X-nav-item .nav-item-x:active {
  background: #fafafa;
  border-radius: 4px;
}
.X-header .X-nav-item .nav-item-x .text {
  color: #292929;
}
.X-header .X-tool .X-nav-item .nav-item-x {
  padding: 0 0;
  width: 34px;
}
.X-header .X-tool .X-nav-item .nav-item-x .icon {
  width: 24px;
  font-size: 24px !important;
}
.X-header .X-tips {
  bottom: -50px;
  left: -20px;
}
.X-header .language-select-container {
  height: 35px;
  margin-left: 14px;
  margin-right: 28px;
}
.X-header .language-select-container .language-select {
  height: 100%;
}
.X-header .language-select-container .language-select > img {
  width: 22px;
  height: 22px;
  border-radius: 11px;
}
.X-header .language-select-container .language-select > span {
  margin-left: 8px;
  margin-right: 0px;
  font-size: 12px;
}
.X-header .language-select-container .language-select > .icon {
  display: none;
}
.X-header .header-account-operation-dropdown .X-dropdown-menu {
  overflow: hidden;
}
.X-header .header-account-operation-dropdown .X-dropdown-menu .X-menu-item {
  padding: 0px 20px;
  height: 46px;
  -ms-flex-align: center;
      align-items: center;
}
.X-header .v_line {
  margin-right: 18px;
  height: 93px;
  width: 1px;
  background: #f3f3f3;
}
@media screen and (max-width: 1100px) {
  .X-header .v_line {
    height: 61px;
  }
}
.X-header .download-wrapper {
  margin-left: 14px;
  margin-right: 14px;
  padding: 6px 14px;
  color: #b68756;
  border-radius: 6px;
  border: 1px solid #b68756;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-header .download-wrapper .icon {
  margin-right: 6px;
}
.X-header .download-wrapper:hover {
  color: #fff;
  background-color: #b68756;
}
.X-header .download-wrapper:hover .icon {
  color: #fff;
}
.X-header .X-layout-header-mobile-content {
  width: 100%;
}
.X-header .X-layout-header-mobile-content .X-header-logo {
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}
.X-header .X-layout-header-mobile-content .X-header-logo img {
  width: auto;
  height: 100%;
}
.X-header .X-layout-header-mobile-content .icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.X-header .X-layout-header-mobile-content .icon-btn:active,
.X-header .X-layout-header-mobile-content .icon-btn:hover {
  background: #fafafa;
}
.X-header .header-beta-container {
  margin-right: 12px;
  padding: 0 10px;
  background: -o-linear-gradient(256deg, #deb488 0%, #aa7b4a 100%);
  background: linear-gradient(194deg, #deb488 0%, #aa7b4a 100%);
  border-radius: 22px 22px 0px 22px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.header-old-btn {
  line-height: 1;
  height: 28px;
}
.header-old-btn .jsb-c {
  font-size: 12px !important;
  font-weight: 400;
}
.header-old-btn .jsb-c .icon {
  margin-right: 4px;
}
.header-old-btn * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .header-old-btn .X-header-old-text {
    display: none;
  }
  .header-old-btn .icon {
    margin-right: 0px !important;
  }
}

.mobile-lang-container .language-select-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.mobile-lang-container .language-select-wrapper > img {
  width: 22px;
  height: 22px;
  border-radius: 11px;
}
.mobile-lang-container .language-select-wrapper:active {
  background: #fafafa;
}
.mobile-lang-container .language-select-wrapper.active {
  background: #e7e7e7;
}
.mobile-lang-container .language-select-menu {
  position: fixed;
  top: 129px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: fade-in-bottom 0.25s ease-in-out both;
          animation: fade-in-bottom 0.25s ease-in-out both;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  -webkit-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
  overflow-y: auto;
}
@media screen and (max-width: 500px) {
  .mobile-lang-container .language-select-menu {
    top: 113px;
  }
}
.mobile-lang-container .language-select-menu .X-menu-item {
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.mobile-lang-container .language-select-menu .X-menu-item.active,
.mobile-lang-container .language-select-menu .X-menu-item:active {
  color: #292929;
}
.mobile-lang-container .language-select-menu .X-menu-item img {
  width: 28px;
  height: 21px;
}
.mobile-lang-container .mobile-lang-arrow.open .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.X-mobile-user-option {
  width: 100vw;
}
@media screen and (max-width: 500px) {
  .X-mobile-user-option .bind-phone-modal {
    padding: 32px 20px 28px;
    width: 85.33vw;
  }
}
.X-mobile-user-option .X-mobile-user-option-top {
  padding-left: 16px;
  height: 84px;
  border-bottom: 1px solid #f3f3f3;
}
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  margin: 0;
  margin-right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item .icon {
  width: 24px;
  font-size: 24px !important;
}
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item:hover,
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item:active {
  background: #fafafa;
}
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item.active {
  background: #e7e7e7;
}
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item[data-tip="true"][data-havebg="true"]::after {
  top: 13px;
  right: 11px;
}
.X-mobile-user-option .X-mobile-user-option-top .X-nav-item .nav-item-x {
  width: 100%;
  height: 100%;
  padding: 0;
}
.X-mobile-user-option .X-mobile-user-option-top .msg-select-wrapper.active .X-nav-item {
  background: #e7e7e7;
}
.X-mobile-user-option .msg-select-menu {
  position: fixed;
  top: 129px;
  width: 222px;
  -webkit-animation: fade-in-bottom 0.25s ease-in-out both;
          animation: fade-in-bottom 0.25s ease-in-out both;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  -webkit-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
  overflow-y: auto;
}
@media screen and (max-width: 500px) {
  .X-mobile-user-option .msg-select-menu {
    top: 113px;
  }
}
.X-mobile-user-option .msg-select-menu .X-menu-item {
  padding: 0 20px;
  height: 44px;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
}
.X-mobile-user-option .msg-select-menu .X-menu-item:hover,
.X-mobile-user-option .msg-select-menu .X-menu-item:active {
  color: #292929;
  background: #fafafa;
}
.X-mobile-user-option .msg-select-menu .X-menu-item .msg-dot {
  width: 5px;
  height: 5px;
  background: #cb1e3a;
  border-radius: 50%;
}
.X-mobile-user-option .X-mobile-user-option-bottom {
  padding: 0 16px;
}
.X-mobile-user-option .X-mobile-user-option-bottom .X-mobile-password-title {
  height: 51px;
}
.X-mobile-user-option .X-mobile-user-option-bottom .X-mobile-password-title .X-mobile-password-lfx .user-icon-x {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #f7f3ee;
  border-radius: 50%;
  overflow: hidden;
}
.X-mobile-user-option .X-mobile-user-option-bottom .X-mobile-password-title .X-mobile-password-lfx .ellipsis {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
}
.X-mobile-user-option .X-mobile-user-option-bottom .X-mobile-password-arrow.open .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.X-mobile-user-option .X-mobile-user-option-bottom .msg-select-menu {
  top: 190px;
}
@media screen and (max-width: 500px) {
  .X-mobile-user-option .X-mobile-user-option-bottom .msg-select-menu {
    top: 174px;
  }
}
.X-mobile-user-old-btn {
  margin-left: 12px;
}
.X-mobile-user-old-btn .icon {
  color: #979797 !important;
}

.X-mobile-menu {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: -webkit-fill-available;
  overflow: hidden;
  color: #999;
}
.X-mobile-menu .mobile-menu-logo {
  width: 100%;
}
.X-mobile-menu .mobile-menu-logo img {
  margin: 20px auto;
  width: 120px;
  height: auto;
}
.X-mobile-menu .X-mobile-menu-wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.X-mobile-menu .X-mobile-menu-download {
  width: 286px;
  height: 88px;
  padding: 21px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px -4px 8px 0px rgba(31, 31, 31, 0.05);
          box-shadow: 0px -4px 8px 0px rgba(31, 31, 31, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.X-mobile-menu .X-mobile-menu-download .download-wrapper {
  margin: 0 auto;
  width: 214px;
  height: 44px;
  color: #b68756;
  border-radius: 6px;
  border: 1px solid #b68756;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-mobile-menu .X-mobile-menu-download .download-wrapper .icon {
  margin-right: 6px;
}
.X-mobile-menu .X-mobile-menu-download .download-wrapper:active {
  background-color: #b68756;
  color: #fff;
}
.X-mobile-menu-item-title-box {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  line-height: 40px;
}
.X-mobile-menu-item-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-left: 8px;
  line-height: 40px;
}
.X-mobile-menu-title-close {
  position: absolute;
  right: 12px;
}
.X-mobile-menu-title-icon {
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.X-mobile-menu-children {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-mobile-menu-item.open .X-mobile-menu-item-title {
  background: #fafafa;
  border-radius: 8px;
  color: #b68756;
}
.X-mobile-menu-item.open .X-mobile-menu-item-title .X-mobile-menu-title-close {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.X-mobile-menu-item.open .X-mobile-menu-item-title .X-mobile-menu-title-close .icon {
  color: #999;
}
.X-mobile-menu-item.open .X-mobile-menu-children {
  margin-top: -24px;
  margin-bottom: 24px;
  opacity: 1;
}
.X-mobile-menu-item.open [data-height="1"] {
  max-height: calc(40px * 1 + 8px * 1);
}
.X-mobile-menu-item.open [data-height="2"] {
  max-height: calc(40px * 2 + 8px * 2);
}
.X-mobile-menu-item.open [data-height="3"] {
  max-height: calc(40px * 3 + 8px * 3);
}
.X-mobile-menu-item.open [data-height="4"] {
  max-height: calc(40px * 4 + 8px * 4);
}
.X-mobile-menu-item.open [data-height="5"] {
  max-height: calc(40px * 5 + 8px * 5);
}
.X-mobile-menu-item.open [data-height="6"] {
  max-height: calc(40px * 6 + 8px * 6);
}
.X-mobile-menu-item.open [data-height="7"] {
  max-height: calc(40px * 7 + 8px * 7);
}
.X-mobile-menu-children-item {
  padding-left: 50px;
  margin-top: 8px;
  display: block;
  font-size: 14px;
  line-height: 40px;
}
.X-mobile-menu-children-item.active {
  color: #b68756;
}

.X-layout {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100vh;
  height: 100%;
  min-height: -webkit-fill-available;
  padding-bottom: constant(safe-area-inset-top, 44px);
  padding-bottom: env(safe-area-inset--top, 44px);
  padding-bottom: constant(safe-area-inset-bottom, 44px);
  padding-bottom: env(safe-area-inset-bottom, 44px);
}
.X-layout-header {
  width: 100%;
}
.X-layout-header.X-layout-header-mobile {
  z-index: 11;
}
.X-layout-header.X-layout-header-mobile .X-header {
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.X-layout-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
.X-layout-alert {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  margin-bottom: 22px;
  padding: 32px 0 10px;
  background-color: #fff;
  -webkit-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
}
.X-layout-main-content-box {
  position: relative;
  -ms-flex: 1 1;
      flex: 1 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 1100px) {
}
@media (min-width: 500px) and (max-width: 1099px) {
  .X-layout-main-content-box {
    padding-top: 60px;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 500px) {
  .X-layout-main-content-box {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.X-layout-main-content-lang {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 1 1;
      flex: 1 1;
  width: 68.57vw;
  margin: 0 auto;
  padding-bottom: 40px;
}
.X-layout-main-content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 1 1;
      flex: 1 1;
  width: 68.57vw;
  max-width: 1095px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.X-layout-main-content.X-layout-main-content-mobile {
  width: calc(100vw - 32px);
}
@media (min-width: 500px) and (max-width: 1100px) {
  .X-layout-main-content.X-layout-main-content-mobile {
    width: calc(100vw - 100px);
  }
}
.table-content {
  width: 93%;
  max-width: 2560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-content > div {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.X-phone-menu.left {
  z-index: 11;
}
.X-phone-menu.top .X-mask-drawer-box {
  top: -60px;
}
@media screen and (max-width: 500px) {
  .X-phone-menu.top .X-mask-drawer-box {
    top: -44px;
  }
}
.X-phone-menu.top .X-mask-drawer-box.open {
  top: 60px;
}
@media screen and (max-width: 500px) {
  .X-phone-menu.top .X-mask-drawer-box.open {
    top: 44px;
  }
}
.X-phone-menu.top .X-drawer-box {
  left: 0;
  top: -60px;
  right: auto;
  right: initial;
  width: 100vw;
  height: 136px;
}
@media screen and (max-width: 500px) {
  .X-phone-menu.top .X-drawer-box {
    top: -44px;
  }
}
.X-phone-menu.top .X-drawer-box.open {
  top: 60px;
}
@media screen and (max-width: 500px) {
  .X-phone-menu.top .X-drawer-box.open {
    top: 44px;
  }
}
.X-phone-menu .X-drawer-content {
  padding: 0;
}
.ag-theme-quartz,
.ag-theme-quartz-dark,
.ag-theme-quartz-auto-dark {
  --ag-font-family: PlusJakartaText-Regular, PingFang SC, Microsoft YaHei;
}
.X-language-vi_VN .ag-theme-quartz,
.X-language-vi_VN .ag-theme-quartz-dark,
.X-language-vi_VN .ag-theme-quartz-auto-dark {
  --ag-font-family: BAHNSCHRIFT;
}

.X-footer {
  width: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  background: #fafafa;
}
@media screen and (max-width: 1100px) {
  .X-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
}
.X-footer[data-is-mobile="1"] {
  padding: 13px 0;
  font-size: 12px;
}
.X-footer[data-is-mobile="1"] .icon {
  margin-right: 8px;
}
.X-footer .x-footer-img {
  width: auto;
  height: 46px;
  margin-right: 12px;
}
.X-footer .x-footer-img.img1 {
  margin-right: 30px;
}
.X-footer .x-footer-img[data-is-mobile="1"] {
  height: 30px;
  margin-right: 8px;
}
.X-footer .x-footer-text,
.X-footer .x-footer-text-mobile,
.X-footer .x-footer-text-tip {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.X-footer .x-footer-text {
  max-width: 61.67%;
}
.X-footer .x-footer-mobile {
  width: 100%;
}
.X-footer .x-footer-text-mobile {
  max-width: calc(100% - 38px - 48px);
}
.X-footer .x-footer-text-tip {
  font-size: 14px;
  line-height: 24px;
}
.X-footer .x-footer-connect {
  color: #666666;
}
.X-footer .X-tool-tips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.X-footer .X-tips {
  max-width: none;
  white-space: inherit;
  width: 80vw;
  left: calc(50% - 40vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.X-loading-screen {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.X-loading-screen .X-loading-screen-main {
  position: relative;
  max-width: 184px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.X-loading-screen .X-loading-screen-main img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .X-loading-screen .X-loading-screen-main {
    width: 126px;
  }
}
.X-loading-screen .X-loading-screen-bg {
  width: 100%;
  height: 100%;
}
.X-loading-screen .X-loading-screen-icon {
  position: absolute;
  top: 56px;
  right: 52px;
  width: 36px;
  height: 36px;
  -webkit-animation: loading-icon 0.8s linear 0s infinite normal;
          animation: loading-icon 0.8s linear 0s infinite normal;
}
.X-loading-screen .X-loading-text {
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 22px;
  font-size: 16px;
  color: #999999;
}
.X-loading-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.X-loading-mask .X-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: -18px;
  width: 36px;
  height: 36px;
  -webkit-animation: loading-icon 0.8s linear 0s infinite normal;
          animation: loading-icon 0.8s linear 0s infinite normal;
  z-index: 5;
}
.loading-view {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 20vh;
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@-webkit-keyframes loading-icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading-icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.screen-footer-banner {
  position: fixed;
  left: 50%;
  bottom: -172px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
  height: 122px;
  max-height: 122px;
  max-width: 90vw;
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.screen-footer-banner.open {
  opacity: 1;
  bottom: 20px;
}
.screen-footer-banner .screen-footer-banner-img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .screen-footer-banner {
    width: 970px;
    max-width: 95vw;
    max-height: 250px;
    height: auto;
  }
  .screen-footer-banner .screen-footer-banner-img {
    height: 100%;
    width: 100%;
  }
}
.screen-footer-banner .screen-footer-banner-close {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 22;
}
@media screen and (max-width: 900px) {
  .screen-footer-banner .screen-footer-banner-close {
    right: auto;
    left: 16px;
  }
}
.screen-footer-banner .screen-footer-banner-close::before,
.screen-footer-banner .screen-footer-banner-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background-color: #999;
}
.screen-footer-banner .screen-footer-banner-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.screen-footer-banner .screen-footer-banner-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.not-found-page {
  width: 100% !important;
  max-width: 2999px !important;
  padding: 0 !important;
}
.not-found-footer {
  display: none;
}
.not-found-page-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.not-found-page-main .not-found-page-main-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 67.5%;
  z-index: 0;
  -webkit-clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
  background: -o-linear-gradient(280deg, #ebd6b9 0%, #ffffff 100%);
  background: linear-gradient(170deg, #ebd6b9 0%, #ffffff 100%);
  opacity: 0.3;
}
.not-found-con {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
}
.not-found-con-image-x {
  margin-left: 7.2%;
  height: 478px;
}
@media screen and (max-width: 980px) {
  .not-found-con-image-x {
    display: none;
  }
}
.not-found-con-image {
  height: 100%;
}
.not-found-con-info {
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  .not-found-con-info {
    padding: 0 20px;
  }
}
.not-found-con-title,
.not-found-con-subtitle {
  font-size: 45px;
  font-weight: bold;
  color: #333333;
}
.not-found-con-title {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.not-found-con-title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 6px;
  background: #b68756;
  content: "";
}
.not-found-con-subtitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .not-found-con-subtitle {
    font-size: 32px;
    padding-top: 12px;
  }
}
.not-found-con-msg {
  max-width: 596px;
}
.not-found-con-msg {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  margin-bottom: 70px;
}
.not-found-con-msg + .primary-btn {
  min-width: 262px;
}
@media screen and (max-width: 468px) {
  .not-found-con-msg + .primary-btn {
    margin: 0 auto;
    display: block;
  }
}

.notification-box {
  position: fixed;
  top: 100px;
  right: 0;
  left: auto;
  z-index: 100;
  max-height: 80vh;
  overflow-y: scroll;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .notification-box {
    right: 0;
    left: 0;
    -ms-flex-align: center;
        align-items: center;
  }
}
.notification-box::-webkit-scrollbar {
  display: none;
}
.rc-notification-notice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 12px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .rc-notification-notice {
    padding-right: 0;
  }
}
.notification-content {
  position: relative;
  max-width: 476px;
  min-width: 206px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
          transform: translateX(70%);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #292929;
}
.notification-content.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .notification-content {
    -webkit-transform: translate(0%, -70%);
        -ms-transform: translate(0%, -70%);
            transform: translate(0%, -70%);
    max-width: 90vw;
    min-width: 90vw;
  }
  .notification-content.open {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.notification-content-clickable {
  cursor: pointer;
}
.notification-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.notification-content-msg {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 48px 0 20px;
  line-height: 64px;
  font-size: 14px;
}
.notification-content-msg .notification-content-msg-icon-x {
  margin-right: 12px;
}
.notification-content-msg .notification-content-msg-t {
  line-height: 1.5;
  padding: 20px 0;
  -ms-flex: 1 1;
      flex: 1 1;
}

:root {
  --family: PlusJakartaText-Regular, PingFang SC, Microsoft YaHei;
  /* --zh-family: Montserrat, Helvetica Neue, Arial, sans-serif; */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}
html,
body {
  height: 100%;
}
body {
  color: #292929;
  font-size: 16px;
  font-family: var(--family);
  /* font-family: PlusJakartaText-Regular, PingFang SC, Microsoft YaHei; */
  line-height: 1;
  background: var(--background-color-base);
  /* letter-spacing: 1px; */

  -ms-touch-action: manipulation;

      touch-action: manipulation;

  padding-bottom: constant(safe-area-inset-top, 88px);
  padding-bottom: env(safe-area-inset--top, 88px);
  padding-bottom: constant(safe-area-inset-bottom, 88px);
  padding-bottom: env(safe-area-inset-bottom, 88px);
}
body::-webkit-scrollbar {
  width: 0;
}
button {
  font-family: inherit;
}

ol,
ul {
  list-style: none;
}
img {
  pointer-events: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
span {
  display: inline-block;
  line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
input, textarea {
  letter-spacing: inherit;
  font-family: inherit;
}
input,
textarea,
label {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  outline: medium none !important;
}
button {
  background-color: transparent;
  border: 0;
  /* letter-spacing: 1px; */
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  -o-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}

::-moz-selection {
  color: #fff;
  background-color: #b68756;
}
::selection {
  color: #fff;
  background-color: #b68756;
}
#root {
  height: 100%;
}
.block {
  display: block;
}
.flex,
.f-jsb,
.f-jc,
.f-ac,
.f-ajc,
.f-col,
.jsb-c {
  display: -ms-flexbox;
  display: flex;
}

.f-jsb {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.jsb-c {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.f-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.f-jc {
  -ms-flex-pack: center;
      justify-content: center;
}

.f-ac {
  -ms-flex-align: center;
      align-items: center;
}

.f-ajc {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.hide {
  display: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.ellipsis-mult3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.icon {
  width: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: -0.15em;
  fill: currentColor;
}
.cur {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/*----------------------------------------------
Text Color
------------------------------------------------*/
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--text-color-secondary);
}
.text-success {
  color: var(--success-color);
}
.text-danger {
  color: var(--error-color);
}
.text-warning {
  color: var(--warning-color);
}
.text-light {
  color: var(--background-color-light);
}
.text-dark {
  color: var(--text-color);
}
.text-white {
  color: var(--text-color-inverse);
}

/*----------------------------------------------
Background Color
------------------------------------------------*/
.bg-primary {
  color: var(--text-color-inverse);
  background: var(--primary-color);
}
.bg-secondary {
  color: var(--text-color-inverse);
  background-color: var(--text-color-secondary);
}
.bg-success {
  color: var(--text-color-inverse);
  background: var(--success-color);
}
.bg-danger {
  color: var(--text-color-inverse);
  background: var(--error-color);
}
.bg-warning {
  color: var(--text-color-inverse);
  background: var(--warning-color);
}

.bg-light {
  background-color: var(--background-color-light);
}
.bg-dark {
  color: var(--text-color-inverse);
  background-color: var(--text-color);
}
/*----------------------------------------------
  Line Height
  ------------------------------------------------*/
.line-ht {
  line-height: normal;
}
.line-ht-2 {
  line-height: 2;
}
.line-ht-4 {
  line-height: 40px;
}
.line-ht-6 {
  line-height: 60px;
}

/*----------------------------------------------
  Font Size
  ------------------------------------------------*/
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-40 {
  font-size: 40px;
}
/*----------------------------------------------
  Margin
  ------------------------------------------------*/
.ml-4 {
  margin-left: 4px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.position-re {
  position: relative;
}
.no-border {
  border: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #011010 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.win input[disabled],
.win input:disabled {
  color: #cccccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  opacity: 1;
  background-color: transparent !important;
}

.ios input[disabled],
.ios input:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  -webkit-opacity: 1;
  opacity: 1;
}

/*---------------------------------------- ------
  Custom scroll bar
  ------------------------------------------------*/
.scrollBar {
  &::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  &:hover::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  &::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
  }
  &::-webkit-scrollbar-thumb {
    opacity: 0;
  }
  &:hover::-webkit-scrollbar-thumb {
    background-color: #999999;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    border-radius: 6px;
  }

  &:-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
  }
  &:hover:-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  &:-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
  }
  &:-webkit-scrollbar-thumb {
    opacity: 0;
  }
  &:hover:-webkit-scrollbar-thumb {
    background-color: #999999;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    border-radius: 6px;
  }
}

.pamm-detail-credits-main {
  .pamm-detail-manager-li {
    min-width: 25%;
  }
}

