@font-face {
  font-family: "BasierCircle-Bold";
  src: url("../font/BasierCircleBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BasierCircle-Medium';
  src: url('/font/BasierCircleMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Italic";
  src: url("../font/BasierCircleItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Regular";
  src: url("../font/BasierCircleRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --theme-primary: #4177ff;
  --theme-primary-op-8: rgba(65, 119, 255, 0.8);
  --theme-primary-dark: #505bed;
  --theme-primary-light-1: #6a73f1;
  --bg-color: #edecf5;
  --text-color: #453d65;
  --border-color: #d0cfdb;
  --icon-filter: none;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --hover-bg: #e9f0ff;
  --disabled-text: #999;
  --text-color-regular: #453d65;
  --blog-title-start-color: #706b82;
  --blog-title-end-color: #362f51;
  --blog-search-border-color: #bfbad7;
  --blog-search-txt-color: #4b4959;
  --blog-search-bg-color: #edecf5;
  --blog-tag-btnbg-color: #e8e7f2;
  --blog-tag-btnbg-hover-color: #edecf5;
  --blog-tag-btnbg-border-color: #d8d7e8;
  --blog-tag-btnbg-border-hover-color: #bfbad7;
  --blog-tag-txt-color: #4b4959;
  --blog-tag-txt-hover-color: #453d65;
  --logo-ai-url: url("/images/header/logo_small_ai_light.png");
  --logo-header-theme: url("/images/header/icon_header_theme_light.png");
  --logo-header-langs: url("/images/header/icon_header_langs_light.png");
  --blog-list-item-border-color: #d8d7e8;
  --blog-list-item-bg-color: #e8e7f2;
  --blog-list-item-title-color: #453d65;
  --blog-list-item-desc-color: #4b4959;
  --blog-list-item-tag-bg-color: #e8e7f2;
  --blog-list-item-tag-border-color: #d8d7e8;
  --blog-list-item-tag-txt-color: #4b4959;
  --blog-list-item-time-img: url("/images/blog/icon_blog_list_item_time_light.png");
  --blog-footer-channel-border-color: #d8d7e8;
  --blog-footer-channel-bg-color: #e8e7f2;
  --blog-footer-desc-color: #4b4959;
  --blog-footer-desc2-color: #6f7394;
  --blog-footer-icon-email: url("/images/footer/icon_footer_email_light.png");
  --blog-footer-icon-facebook: url("/images/footer/icon_footer_facebook_light.png");
  --blog-footer-icon-in: url("/images/footer/icon_footer_in_light.png");
  --blog-footer-icon-tg: url("/images/footer/icon_footer_tg_light.png");
  --blog-footer-icon-twitter: url("/images/footer/icon_footer_twitter_light.png");
  --blog-footer-icon-union: url("/images/footer/icon_footer_union_light.png");
  --blog-footer-icon-whatsapp: url("/images/footer/icon_footer_whatsapp_light.png");
  --blog-footer-icon-youtube: url("/images/footer/icon_footer_youtube_light.png");
  --blog-footer-right-title-color: #4b4959;
  --blog-footer-right-title2-color: #453d65;
  --page-num-txt-color: #49495a;
  --page-num-txt-page-active-color: #505bed;
  --page-num-txt-border-active-color: #505bed;
  --page-num-txt-border-color: #d8d7e8;
  --page-num-txt-bg-color: #e8e7f2;
  --page-num-txt-bg-active-color: #e8e7f2;
  --page-num-box-shadow: 0px 5px 10px 0px rgba(58, 81, 117, 0.05);
  --page-left-normal-res: url("/images/page/icon_page_normal_left_light.svg");
  --page-left-active-res: url("/images/page/icon_page_active_left_light.svg");
  --page-right-normal-res: url("/images/page/icon_page_normal_right_light.svg");
  --page-right-active-res: url("/images/page/icon_page_active_right_light.svg");
  --blog-detail-title-color: #453d65;
  --blog-detail-right-border-color: #d8d7e8;
  --blog-detail-right-bg-color: #e8e7f2;
  --blog-detail-anchor-info-line-color: #d6d5e1;
  --blog-detail-right-check: url("/images/blog/check_light.svg");
  --blog-detail-page-pre: url("/images/page/icon_page_active_left_light.svg");
  --blog-detail-page-next: url("/images/page/icon_page_active_right_light.svg");
  --blog-detail-content-span-color: #453d65;
  --table-th-bg-color: linear-gradient(180deg, #edecf5, #d8d7e8, #d8d7e8);
  --table-tr-bg-color-odd: rgba(216, 215, 232, 0.3);
  --table-tr-bg-color-hover: rgba(111, 92, 247, 0.08);
  --code-bg-color: #eee;
  --blockquote-bg-color: #e1e1e1;
  --sp-color-gray: #666;
  --sp-scrollbar-track-color: transparent;
  --sp-scrollbar-thumb-color: var(--sp-color-gray);
  --sp-scrollbar-thumb-color-hover: #bfbfc4;
  --sp-scrollbar-pre-thumb-color: #edecf5;
}
:root ::-webkit-scrollbar-track {
  background: var(--sp-scrollbar-track-color);
}
:root ::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-thumb-color);
  border-radius: 7px;
}
:root pre::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-pre-thumb-color);
}
:root ::-webkit-scrollbar-thumb:hover {
  background: var(--sp-scrollbar-thumb-color-hover);
}
[class*="theme-dark"] {
  --theme-primary-op-8: rgba(80, 91, 237, 0.8);
  --bg-color: #040114;
  --text-color: #fff;
  --border-color: #26253f;
  --icon-filter: brightness(0) invert(1);
  --shadow-color: rgba(0, 0, 0, 0.5);
  --hover-bg: #333;
  --disabled-text: #666;
  --text-color-regular: #bdb9d4;
  --blog-title-start-color: #ffffff;
  --blog-title-end-color: #847daa;
  --blog-search-border-color: #666278;
  --blog-search-txt-color: #fff;
  --blog-search-bg-color: #100e1c;
  --blog-tag-btnbg-color: #100e1c;
  --blog-tag-btnbg-hover-color: #19152a;
  --blog-tag-btnbg-border-color: #1d1a2b;
  --blog-tag-btnbg-border-hover-color: #666278;
  --blog-tag-txt-color: #bdb9d4;
  --blog-tag-txt-hover-color: #ffffff;
  --logo-ai-url: url("/images/header/logo_small_ai_dark.png");
  --logo-header-theme: url("/images/header/icon_header_theme_dark.png");
  --logo-header-langs: url("/images/header/icon_header_langs_dark.png");
  --blog-list-item-border-color: #1d1a2b;
  --blog-list-item-bg-color: #100e1c;
  --blog-list-item-title-color: #ffffff;
  --blog-list-item-desc-color: #bdb9d4;
  --blog-list-item-tag-bg-color: #2e2a43;
  --blog-list-item-tag-border-color: #2e2a43;
  --blog-list-item-tag-txt-color: #fff;
  --blog-list-item-time-img: url("/images/blog/icon_blog_list_item_time_dark.png");
  --blog-footer-channel-border-color: #2b2741;
  --blog-footer-channel-bg-color: #2b2741;
  --blog-footer-desc-color: #bdb9d4;
  --blog-footer-desc2-color: #bdb9d4;
  --blog-footer-icon-email: url("/images/footer/icon_footer_email_dark.png");
  --blog-footer-icon-facebook: url("/images/footer/icon_footer_facebook_dark.png");
  --blog-footer-icon-in: url("/images/footer/icon_footer_in_dark.png");
  --blog-footer-icon-tg: url("/images/footer/icon_footer_tg_dark.png");
  --blog-footer-icon-twitter: url("/images/footer/icon_footer_twitter_dark.png");
  --blog-footer-icon-union: url("/images/footer/icon_footer_union_dark.png");
  --blog-footer-icon-whatsapp: url("/images/footer/icon_footer_whatsapp_dark.png");
  --blog-footer-icon-youtube: url("/images/footer/icon_footer_youtube_dark.png");
  --blog-footer-right-title-color: #bdb9d4;
  --blog-footer-right-title2-color: #ffffff;
  --page-num-txt-color: #a8a8bd;
  --page-num-txt-page-active-color: #ffffff;
  --page-num-txt-border-active-color: #2a2a3d;
  --page-num-txt-border-color: rgba(118, 114, 164, 0.1);
  --page-num-txt-bg-color: rgba(118, 114, 164, 0.1);
  --page-num-txt-bg-active-color: #2a2a3d;
  --page-num-box-shadow: none;
  --page-left-normal-res: url("/images/page/icon_page_normal_left_dark.svg");
  --page-left-active-res: url("/images/page/icon_page_active_left_dark.svg");
  --page-right-normal-res: url("/images/page/icon_page_normal_right_dark.svg");
  --page-right-active-res: url("/images/page/icon_page_active_right_dark.svg");
  --blog-detail-title-color: #bdb9d4;
  --blog-detail-right-border-color: #1d1a2b;
  --blog-detail-right-bg-color: #100e1c;
  --blog-detail-anchor-info-line-color: #1d1a2b;
  --blog-detail-right-check: url("/images/blog/check_dark.svg");
  --blog-detail-page-pre: url("/images/page/icon_page_active_left_dark.svg");
  --blog-detail-page-next: url("/images/page/icon_page_active_right_dark.svg");
  --blog-detail-content-span-color: #bdb9d4;
  --table-th-bg-color: linear-gradient(180deg, #2e2a43, #2e2a43, #040114);
  --table-tr-bg-color-odd: rgba(46, 42, 67, 0.3);
  --table-tr-bg-color-hover: rgba(138, 124, 255, 0.1);
  --code-bg-color: #2e2a43;
  --blockquote-bg-color: #373250;
  --sp-color-gray: #999;
  --sp-scrollbar-track-color: transparent;
  --sp-scrollbar-thumb-color: var(--sp-color-gray);
  --sp-scrollbar-thumb-color-hover: #2a2738;
  --sp-scrollbar-pre-thumb-color: #1d1a2b;
}
[class*="theme-dark"] ::-webkit-scrollbar-track {
  background: var(--sp-scrollbar-track-color);
}
[class*="theme-dark"] ::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-thumb-color);
  border-radius: 7px;
}
[class*="theme-dark"] pre::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-pre-thumb-color);
}
[class*="theme-dark"] ::-webkit-scrollbar-thumb:hover {
  background: var(--sp-scrollbar-thumb-color-hover);
}
.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.hide {
  display: none !important;
}
.top-ad-pd {
  padding-top: 60px;
}
.cursor-p {
  cursor: pointer;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
header {
  box-sizing: border-box;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 5;
  color: var(--text-color-regular);
  position: sticky;
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
}
header img {
  width: auto;
  height: auto;
}
header .nav-show {
  display: flex;
}
header .nav-hide {
  display: flex;
}
header .header-langs {
  display: flex;
  gap: 30px;
  cursor: pointer;
}
header .header-langs .header-langs-box {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
header .header-langs .header-langs-box:hover .header-langs-list {
  display: block;
}
header .header-langs .header-langs-list {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-color);
  box-shadow: 0 4px 20px var(--shadow-color);
  border-radius: 8px;
  padding: 5px 10px;
  min-width: 180px;
  z-index: 1000;
}
header .header-langs .header-langs-list .lang-item {
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: var(--text-color);
  font-size: 14px;
  font-weight: normal;
}
header .header-langs .header-langs-list .lang-item:hover {
  background: var(--hover-bg);
  color: #4177ff;
}
header .header-langs .header-langs-list .lang-item.disabled {
  cursor: not-allowed;
  color: var(--disabled-text);
  background: none;
}
header .header-langs .header-langs-list .lang-item.disabled:hover {
  background: none;
  color: var(--disabled-text);
}
header .header-langs div {
  gap: 10px;
  display: flex;
}
header .header-langs img {
  width: auto;
  height: 24px;
}
header .header-langs p {
  font-weight: bold;
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
header .header-langs #header-logo-theme {
  content: var(--logo-header-theme);
}
header .header-langs #header-logo-langs {
  content: var(--logo-header-langs);
}
header .header-ad-box {
  max-height: 60px;
  min-width: 1200px;
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
}
header .header-ad-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 60px;
  margin-left: calc(50vw - 960px);
}
header .nav-box {
  transition: all 0.3s;
  width: 100%;
  min-width: 1200px;
  position: relative;
  height: 100%;
}
header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-color);
  transition: background 0.3s, border 0.3s;
}
header .top-right {
  gap: 30px;
  align-items: center;
  display: flex;
}
header .logo-pic {
  height: 30px;
  cursor: pointer;
  font-size: 3px;
  flex-shrink: 0;
  display: flex;
  gap: 10px;
}
header .logo-pic img {
  width: auto;
  height: 30px;
}
header .logo-pic #header-logo-ai {
  content: var(--logo-ai-url);
}
header .top-title-li {
  font-weight: bold;
  font-size: 16px;
  color: #453d65;
  line-height: 24px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
header .header-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}
header .header-nav .xiala {
  padding: 2px;
  margin-left: 5px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
header .header-nav .xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header-nav .xiala use {
  fill: #453d65;
  transition: all 0.3s;
}
header .header-nav .xiala path {
  fill: #453d65;
  transition: all 0.3s;
}
header .header-nav > li,
header .header-nav .download {
  transition: all 0.3s;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
header .header-nav > li span,
header .header-nav .download span {
  font-weight: bold;
  font-size: 16px;
  color: #453d65;
  line-height: 24px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
header .header-nav > li > a,
header .header-nav .download > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  color: inherit;
}
header .header-nav > li:hover,
header .header-nav .download:hover {
  color: var(--theme-primary-dark);
}
header .header-nav > li:hover .xiala,
header .header-nav .download:hover .xiala {
  transform: rotate(180deg);
}
header .header-nav > li:hover .xiala svg,
header .header-nav .download:hover .xiala svg {
  fill: #4177ff;
}
header .header-nav > li:hover .xiala use,
header .header-nav .download:hover .xiala use {
  fill: #4177ff;
}
header .header-nav .mobile-download,
header .header-nav .width-min {
  display: none;
}
header .navRight {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
}
header .navRight .media-menus-icon {
  display: none;
}
header .navRight .media-user-icon {
  display: none;
}
header .navRight .login-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .navRight .login-btn .login-left-login {
  font-weight: bold;
  font-size: 16px;
  color: #4177ff;
  line-height: 18px;
}
header .navRight .login-btn .login-left-register {
  padding: 0 24px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  color: #fff;
  transition: all 0.3s;
  background: #505bed;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navRight .login-btn .login-left-register:hover {
  background: var(--theme-primary-light-1);
}
header .navRight .user-btn {
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
}
header .navRight .user-btn .user-btn-content:hover {
  color: #505bed;
}
header .navRight .user-btn .user-btn-content:hover .user-xiala {
  rotate: 180deg;
}
header .navRight .user-btn .user-btn-content:hover .user-xiala .icon {
  color: #505bed;
}
header .navRight .user-btn-content {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}
header .navRight .user-btn .user-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header .navRight .user-btn .user-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .user-icon use {
  fill: #333;
  transition: all 0.3s;
}
header .navRight .user-btn .user-icon path {
  fill: #333;
  transition: all 0.3s;
}
header .navRight .user-btn .user-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .navRight .user-btn .user-xiala {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
header .navRight .user-btn .user-xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .user-xiala use {
  fill: currentColor;
  transition: all 0.3s;
}
header .navRight .user-btn .user-xiala path {
  fill: currentColor;
  transition: all 0.3s;
}
header .navRight .user-btn .user-xiala .icon {
  color: var(--text-color);
}
header .navRight .user-btn.isShowUserBtn {
  display: none !important;
}
header .navRight .user-btn:hover .userInfo-box {
  display: block;
}
header .navRight .user-btn:hover .user-menu-dropdown {
  display: block;
}
header .nav-list {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 2;
  transition: height 0.5s;
  padding-top: 10px;
  display: none;
}
header .nav-list .solution-list,
header .nav-list .core-list,
header .nav-list .platform-list,
header .nav-list .support-tabs-box {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  width: 100px;
}
header .nav-list .support-tabs-box {
  width: 1140px;
  margin-left: -326px;
}
header .platform-tabs-li .nav-list {
  left: auto;
  right: 0;
}
header li:hover .nav-list {
  display: block;
}
header .list-item {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 12px;
  background: #fff;
}
header .list-item .icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #e5e5e5;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .list-item .icon .svg {
  width: 24px;
  height: 24px;
}
header .list-item .nav-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #453d65;
}
header .list-item:hover {
  background: #e9f0ff;
}
header .support-tabs {
  display: flex;
}
header .support-tabs .tabs__header {
  width: 200px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
}
header .support-tabs .tabs__header .tabs__item {
  font-weight: 400;
  font-size: 16px;
  color: #4177ff;
  color: #453d65;
  cursor: pointer;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 0 10px;
}
header .support-tabs .tabs__header .tabs__item + .tabs__item {
  margin-top: 10px;
}
header .support-tabs .tabs__header .tabs__item.active,
header .support-tabs .tabs__header .tabs__item:hover {
  color: #4177ff;
  background: #e9f0ff;
}
header .support-tabs .tabs__content {
  flex: 1;
}
header .support-tabs .tabs__content .tab-pane {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  display: none;
}
header .support-tabs .tabs__content .tab-pane .tab-pane-item {
  width: 200px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 10px;
  background: #fff;
  transition: background 0.3s;
  will-change: transition;
}
header .support-tabs .tabs__content .tab-pane .tab-pane-item .icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .support-tabs .tabs__content .tab-pane .tab-pane-item .icon .svg {
  width: 24px;
  height: 24px;
}
header .support-tabs .tabs__content .tab-pane .tab-pane-item .tab-pane-text {
  font-weight: 400;
  font-size: 16px;
  color: #453d65;
  transition: color 0.3s;
  will-change: color;
}
header .support-tabs .tabs__content .tab-pane .tab-pane-item:hover {
  background: #e9f0ff;
}
header .support-tabs .tabs__content .tab-pane .tab-pane-item:hover .tab-pane-text {
  color: #4177ff;
}
header .userInfo-box {
  animation: fadeIn 0.5s ease-in-out forwards;
  position: absolute;
  right: 0;
  top: 75px;
  width: 270px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
header .userInfo-box .cards {
  padding: 10px 10px 0 10px;
}
header .userInfo-box .cards .vip-card {
  width: 250px;
  border-radius: 8px;
  padding: 10px 10px 5px 10px;
  background: url(/images/header/vip-banner.png) no-repeat right top / cover;
}
header .userInfo-box .cards .vip-card .vip-title {
  display: flex;
  justify-content: space-between;
}
header .userInfo-box .cards .vip-card .vip-title .vip-text {
  font-size: 18px;
  color: #ffffff;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns {
  display: flex;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .renew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 26px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .renew-btn .renew-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/xufei.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
  flex-shrink: 0;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 26px;
  font-size: 12px;
  color: #4177ff;
  border-radius: 6px;
  background-color: #fff;
  margin-left: 5px;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon {
  margin-right: 5px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon use {
  fill: #4177ff;
  transition: all 0.3s;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon path {
  fill: #4177ff;
  transition: all 0.3s;
}
header .userInfo-box .cards .vip-card .vip-main {
  margin-top: 10px;
}
header .userInfo-box .cards .vip-card .vip-main .vip-item {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
header .userInfo-box .cards .vip-card .vip-main .vip-item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
header .userInfo-box .cards .vip-card .vip-main .vip-item-footer {
  margin-top: 15px;
  font-weight: 500;
}
header .userInfo-box .cards .yun-coin-box {
  width: 250px;
  height: 90px;
  background-color: #f6f4fe;
  border-radius: 8px;
  margin-top: 5px;
  padding: 10px;
}
header .userInfo-box .cards .yun-coin-box .b-title {
  display: flex;
  align-items: center;
}
header .userInfo-box .cards .yun-coin-box .yunB-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .yunB-icon {
  width: 20px;
  height: 20px;
  background: url(/images/header/yunbi.png) no-repeat center;
  background-size: 20px;
  flex-shrink: 0;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .yunB-text {
  font-weight: 350;
  font-size: 14px;
  color: #453d65;
  line-height: 20px;
  margin-left: 5px;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .cdkey-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #4177ff;
  font-size: 12px;
  font-weight: 500;
  color: #4177ff;
  margin-left: 15px;
  cursor: pointer;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .cdkey-btn .cdkey-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/cdk.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
  flex-shrink: 0;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .recharge-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  padding-left: 5px;
  padding-right: 5px;
  height: 26px;
  background-color: #4177ff;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .recharge-btn .recharge-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/chongzhi.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
}
header .userInfo-box .cards .yun-coin-box .yunB-num {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;
  color: #001d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .userInfo-box .cards .proxy-num-box {
  width: 250px;
  height: 90px;
  background-color: #f6f4fe;
  border-radius: 8px;
  margin-top: 5px;
  padding: 10px;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-num-left {
  display: flex;
  align-items: center;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-num-left .proxy-num-icon {
  width: 22px;
  height: 22px;
  background: url("/images/header/shebeishu.png");
  background-size: 22px;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-num-left .proxy-text {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 26px;
  background-color: #4177ff;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-buy-btn .proxy-buy-btn-icon {
  width: 14px;
  height: 14px;
  background: url(/images/header/goumai.png) no-repeat center;
  background-size: 14px;
  margin-right: 5px;
  flex-shrink: 0;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-text {
  font-size: 20px;
  font-weight: 900;
  color: #001d4d;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .userInfo-box .cards .user-detail {
  margin-top: 20px;
  font-size: 12px;
  color: #001d4d;
}
header .userInfo-box .cards .user-detail .user-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-left {
  display: flex;
  align-items: center;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-left .yunb-icon {
  width: 18px;
  height: 18px;
  background: url(/images/header/mingxi.png) no-repeat center;
  background-size: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-left .dingdan-icon {
  width: 18px;
  height: 18px;
  background: url(/images/header/guanli.png) no-repeat center;
  background-size: 18px;
  margin-right: 10px;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon use {
  fill: #999;
  transition: all 0.3s;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon path {
  fill: #999;
  transition: all 0.3s;
}
header .userInfo-box .outlogin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #4177ff;
  background-color: #f6f4fe;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
}
header .userInfo-box .outlogin .outlogin-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
header .userInfo-box .outlogin .outlogin-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .userInfo-box .outlogin .outlogin-icon use {
  fill: #4177ff;
  transition: all 0.3s;
}
header .userInfo-box .outlogin .outlogin-icon path {
  fill: #4177ff;
  transition: all 0.3s;
}
header .user-menu-dropdown {
  display: none;
  animation: fadeIn 0.5s ease-in-out forwards;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 75px;
  width: 140px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
header .user-menu-dropdown .user-menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #453d65;
  transition: background-color 0.2s;
  font-weight: bold;
}
header .user-menu-dropdown .user-menu-item:hover {
  background-color: #f6f4fe;
  color: #4177ff;
}
header .user-menu-dropdown .user-menu-item .item-text {
  flex: 1;
  white-space: nowrap;
}
header.white .header-transparency {
  background-color: #fff;
}
header.white .nav-box {
  background-color: #fff;
}
.hide-add {
  top: -60px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.main-activity {
  animation: fadeIn 0.5s ease-in-out forwards;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex;
  overflow: auto;
}
.main-activity-content {
  position: absolute;
  text-align: center;
  width: 45%;
  max-width: 540px;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  opacity: 1;
  transition: all 0.45s ease-in-out;
}
.main-activity-content .close {
  position: absolute;
  height: 30px;
  width: 30px;
  background: url("/images/activity/close-618.png") no-repeat;
  background-size: 100%;
  top: 16%;
  right: -30px;
  display: block;
  cursor: pointer;
}
.main-activity-content .activity-img {
  width: 100%;
  height: auto;
}
.main-activity-content .join {
  width: 257px;
  height: 65px;
  margin: 520px 0 0 141px;
  cursor: pointer;
  border: 1px solid red;
}
.main-activity-content .activity-img-btn {
  width: 165px;
  height: 50px;
  position: absolute;
  left: 66px;
  bottom: 95px;
  border-radius: 25px;
  cursor: pointer;
}
.main-activity-content .activity-service-btn {
  width: 165px;
  height: 50px;
  position: absolute;
  right: 64px;
  bottom: 95px;
  border-radius: 25px;
  cursor: pointer;
}
.small-activity {
  width: 200px;
  height: auto;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 900;
}
.small-activity img {
  width: 100%;
}
.small-activity .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url("/images/activity/close-618.png") no-repeat;
  background-size: 100%;
}
.small-activity .join {
  position: absolute;
  bottom: 7px;
  left: 57px;
  width: 86px;
  height: 24px;
  cursor: pointer;
}
.hide {
  display: none;
}
@keyframes headheartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
