.ac-service-container .close-container {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 28px;
  top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.ac-service-container .login-type > .gameunion > img {
  border-radius: unset;
}

.header-logo-container.header-nav[data-v-34672748] {
  height: 64px;
  line-height: 64px;
  position: fixed;
  left: 83px;
}
.header-logo-container .header-left[data-v-34672748] {
  position: relative;
  height: 70px;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.header-logo-container .header-left img[data-v-34672748] {
  width: 100%;
  height: 100%;
}
.header-logo-container .split[data-v-34672748] {
  width: 1px;
  height: 24px;
  top: 20px;
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.65);
}
.header-logo-container .head-title[data-v-34672748] {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  display: inline-block;
}

.index-container.theme-douyin .byted-loading-v {
  background: var(--ouath-douyin-bg-color);
}
.index-container.theme-huoshan .byted-loading-v {
  background: var(--ouath-huoshan-bg-color);
}
.index-container.theme-toutiao .byted-loading-v {
  background: var(--ouath-toutiao-bg-color);
}
.index-container.theme-ixigua .byted-loading-v {
  background: var(--ouath-ixigua-bg-color);
}
.index-container .byted-loading-v {
  background: var(--ouath-ixigua-bg-color);
}

.register-notice {
  padding: 24px;
  background: white;
  cursor: default;
}
.register-notice-slot {
  margin-top: 30px;
}
.register-notice-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 8px;
}
.register-notice-content .sub-title {
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.register-notice-content .h5-back {
  display: none;
}
.register-notice-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.register-notice-list-item img {
  margin-right: 8px;
  vertical-align: middle;
}
.register-notice-list-item span {
  font-size: 13px;
  line-height: 26px;
  color: #666;
}
.register-notice-guide {
  width: 100%;
  padding-top: 20px;
}
.register-notice-guide img {
  width: 100%;
}

@-webkit-keyframes swim {
from {
    top: 5px;
}
to {
    top: -5px;
}
}
@keyframes swim {
from {
    top: 5px;
}
to {
    top: -5px;
}
}
.user-guide {
  position: absolute;
  top: 600px;
  right: 464px;
  display: inline-block;
  cursor: pointer;
}
.user-guide .app {
  display: none;
}
.user-guide-content {
  position: relative;
}
.user-guide .bui-popper {
  -webkit-animation: swim 1.2s linear 0s infinite alternate;
          animation: swim 1.2s linear 0s infinite alternate;
}
.user-guide .bui-popper .bui-popover-arrow {
  background: #2F88FF;
}
.user-guide .bui-popper .bui-popover-panel {
  background: #2F88FF;
}
.user-guide .bui-popper .bui-popover-panel * {
  color: white;
}
.user-guide .bui-popper .bui-popover-panel .know-content {
  text-align: right;
}
.user-guide .bui-popper .bui-popover-panel .content {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.user-guide .height-light-circle {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #2F88FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.user-guide .height-light-circle:hover {
  background: #0672FF;
}
.user-guide .height-light-circle img {
  width: 24px;
}
.user-guide .register-notice {
  position: absolute;
  z-index: 1000;
  width: 50vw;
  right: 64px;
  bottom: 0;
  border-radius: 4px;
  /*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);*/
}
.fix-container {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #00000040;
  width: 100vw;
  height: 100vh;
}
.fix-container .fix-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: white;
  padding: 10px 0 30px 0;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.fix-container .fix-panel .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10000;
  font-size: 20px;
}
.fix-container .fix-panel .register-notice {
  position: static;
  width: 100%;
}
.fix-container .fix-panel .mobile-btn {
  width: 100%;
  padding: 0 22px;
}
.fix-container .fix-panel .mobile-btn .bui-btn-primary {
  width: 100%;
  border-radius: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.byted-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  -webkit-user-select: none;
          user-select: none;
}
.byted-header::after {
  border-color: #E8E8E8;
}
.byted-header--wrapper-fixed::after {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 44px;
  border-color: #E8E8E8;
  content: '';
}
.byted-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
}
.byted-header--maxZIndex {
  z-index: 3000;
}
.byted-header--primary {
  background: #0278FF;
  box-shadow: none;
}
.byted-header--primary .byted-header__title {
  color: #fff;
}
.byted-header .byted-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.byted-header__left {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
          flex: 2;
  padding-left: 16px;
  font-size: 0;
  text-align: left;
  cursor: pointer;
}
.byted-header__icon {
  display: inline-block;
  vertical-align: middle;
}
.byted-header__right {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
          flex: 2;
  padding-right: 16px;
  font-size: 0;
  text-align: right;
}
.byted-header__title {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
          flex: 8;
  height: 100%;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
}

.form-item {
  position: relative;
}
.form-item-error {
  height: 24px;
  font-size: 12px;
  color: #F45858;
  padding-left: 94px;
  line-height: 24px;
}
.form-item-con {
  width: 100%;
}
.form-item-title {
  width: 70px;
  min-width: 70px;
  text-align: right;
  margin-right: 24px;
}
.form-item-title::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #F65656;
  border-radius: 50%;
  position: absolute;
  left: 78px;
  top: 16px;
}

.security-verification__footer[data-v-9a8c7ac4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.security-verification__footer .security-verification__footer-cancel[data-v-9a8c7ac4] {
  margin-right: 10px;
}
.send-verify-code__button[data-v-9a8c7ac4] {
  cursor: pointer;
}

.auth-bind#account-sdk {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
.auth-bind-container .conflict-info {
    padding-top: 20px !important;
}
}
.auth-bind-container .connection {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 15px;
  opacity: 0.5;
}
.auth-bind-container .connection img:first-child {
  border-radius: 50%;
}
.auth-bind-container .connection img:nth-child(2) {
  margin: 0 16px;
}
.auth-bind-container .callback-message {
  text-align: center;
}
.auth-bind-container .callback-message .login-notice {
  display: inline-block;
  width: 80%;
}
.auth-bind-container .callback-message .to-login {
  margin-top: 10px;
}
.auth-bind-container .conflict-info {
  padding: 0 40px;
}
.auth-bind-container .conflict-info .title {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
}
.auth-bind-container .conflict-info .sub-title {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin: 12px 0 8px 0;
}
.auth-bind-container .conflict-info .resolve-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 24px;
}
.auth-bind-container .conflict-info .resolve-summary img {
  position: relative;
  bottom: -2px;
  margin-right: 4px;
}
.auth-bind-container .conflict-info .resolve-summary > div {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.auth-bind-container .conflict-info .resolve-conflict {
  padding: 8px 0 24px 0;
  border-bottom: 1px dashed #E0E0E0;
}
.auth-bind-container .conflict-info .resolve-conflict .summary {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.auth-bind-container .conflict-info .resolve-conflict .action-container {
  background: #EBF3FF;
  border-radius: 8px;
  padding: 24px;
  margin-top: 16px;
}
.auth-bind-container .conflict-info .resolve-conflict .action-container button {
  width: 100%;
}
.auth-bind-container .conflict-info .resolve-conflict .action-container .tips {
  font-size: 12px;
  color: #666666;
  margin-bottom: 8px;
}
.auth-bind-container .conflict-info .resolve-replace {
  margin-top: 16px;
  padding: 24px;
  background: #EBF3FF;
  border-radius: 8px;
}
.auth-bind-container .conflict-info .resolve-replace .summary {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 24px;
}
.auth-bind-container .conflict-info .resolve-replace .click-other {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: white;
}
.auth-bind-container .bind-success {
  text-align: center;
  padding: 0 24px;
}
.auth-bind-container .bind-success .success-icon > div {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
}
.auth-bind-container .bind-success .action-container {
  background: #EBF3FF;
  border-radius: 8px;
  padding: 24px;
  margin-top: 16px;
}
.auth-bind-container .bind-success .oauth-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.auth-bind-container .bind-success .oauth {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.auth-bind-container .bind-success .oauth img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 16px;
}
.auth-bind-container .bind-success .oauth .name {
  text-align: left;
}
.auth-bind-container .bind-success .oauth .name > div:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.auth-bind-container .bind-success .oauth .name > div:last-child {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  margin-top: 8px;
}
.auth-bind-container .bind-success .oe-info {
  text-align: left;
  margin: 20px 0 0 80px;
}
.auth-bind-container .bind-success .oe-info .summary {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.auth-bind-container .bind-success .oe-info .summary img {
  margin-right: 10px;
}
.auth-bind-container .bind-success .oe-info .bind-item {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-top: 8px;
}
.auth-bind-container .bind-success button {
  width: 60%;
  margin-top: 32px;
}

.index-container.theme-douyin .byted-loading-v {
  background: var(--ouath-douyin-bg-color);
}
.index-container.theme-huoshan .byted-loading-v {
  background: var(--ouath-huoshan-bg-color);
}
.index-container.theme-toutiao .byted-loading-v {
  background: var(--ouath-toutiao-bg-color);
}
.index-container.theme-ixigua .byted-loading-v {
  background: var(--ouath-ixigua-bg-color);
}
.index-container .byted-loading-v {
  background: var(--ouath-ixigua-bg-color);
}
.index-container .account-service {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
.index-container .lang-select {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 10;
}
.index-container .lang-select .byted-icon svg {
  height: unset;
}

.invalid_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100vh;
}
.invalid_container img {
  width: 120px;
  height: 120px;
}

.page-header {
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px #e4e7f2;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 24px;
}

.left-nav[data-v-bc4eb4fe] {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 12px;
}
.left-nav .byted-menu-item.bui-menu-item-light[data-v-bc4eb4fe] {
  border-radius: 8px;
}
.left-nav .top-blank[data-v-bc4eb4fe] {
  margin-top: 28px;
}
.left-nav .bui-submenu-title[data-v-bc4eb4fe] {
  padding: 0;
}
.left-nav .bui-submenu-title .title[data-v-bc4eb4fe] {
  padding: 0 48px 0 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 176px;
  overflow: hidden;
  display: inline-block;
  line-height: 48px;
}
.left-nav .nav-jump-index .byted-icon[data-v-bc4eb4fe] {
  margin-right: 1em;
}
.left-nav .byted-menu-item.bui-menu-item-light.bui-menu-item-active[data-v-bc4eb4fe]:before {
  content: none;
}
.left-nav .nav-jump-index[data-v-bc4eb4fe] {
  width: 100%;
  border-top: 1px solid #dee4f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.left-nav .nav-jump-index[data-v-bc4eb4fe]:hover {
  color: #2f88ff;
}
.left-nav .nav-jump-index:hover svg g[data-v-bc4eb4fe] {
  stroke: #2f88ff;
}
.help-title[data-v-bc4eb4fe] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.help-title .help-link[data-v-bc4eb4fe] {
  margin-left: 12px;
  width: 12px;
  height: 12px;
}
.come-in-center[data-v-bc4eb4fe] {
  padding-top: 10px;
}

.header-block[data-v-609b5e1a],
.header-left[data-v-609b5e1a],
.header-right[data-v-609b5e1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.header-block[data-v-609b5e1a] {
  height: 64px;
  background: #0a2140;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: #fff;
}
.header-block .header-left .header-left-icon[data-v-609b5e1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 16px 0 0px 32px;
}
.header-block .header-left .header-left-icon .header-icon-block[data-v-609b5e1a] {
  cursor: pointer;
}
.header-block .header-left .header-left-icon .self-head-title[data-v-609b5e1a] {
  padding: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: white;
  cursor: pointer;
}
.header-block .header-left .menu-router[data-v-609b5e1a] {
  position: relative;
}
.header-block .header-left .header-left-text[data-v-609b5e1a] {
  margin: 22px 20px 22px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.header-block .header-left .header-left-text > a[data-v-609b5e1a] {
  color: #999;
  text-decoration: none;
  margin: 2px 18px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.header-block .header-left .header-left-text > a[data-v-609b5e1a]:hover {
  color: #fff;
}
.header-block .header-left .header-left-text .router-link-active[data-v-609b5e1a] {
  color: #fff;
}
.header-block .header-left .header-left-text .router-link-active .menu-middle-active[data-v-609b5e1a] {
  position: absolute;
  content: '';
  display: block;
  border-radius: 2px;
  background: #2f88ff;
  width: 28px;
  height: 4px;
  top: 26px;
}
.header-block .header-right .header-right-language[data-v-609b5e1a] {
  position: relative;
  height: 28px;
  padding: 26px 20px 0 0;
  cursor: pointer;
}
.header-block .header-right .header-right-language .right-language-title[data-v-609b5e1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
  position: relative;
  bottom: 8px;
  color: #999;
  height: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-block .header-right .header-right-language .right-language-title > div[data-v-609b5e1a] {
  font-size: 14px;
}
.header-block .header-right .header-right-language .right-language-title .row[data-v-609b5e1a] {
  margin: 0 0 0 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-block .header-right .header-right-language .right-language-title .right-language-text[data-v-609b5e1a] {
  position: absolute;
  top: 30px;
  left: -8px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px #999;
  background: #fff;
  color: #000;
}
.header-block .header-right .header-right-language .right-language-title .right-language-text > div[data-v-609b5e1a] {
  padding: 6px;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-block .header-right .header-right-language .right-language-title .right-language-text > div[data-v-609b5e1a]:hover {
  color: #2f88ff;
}
.header-block .header-right .header-right-language .right-language-title[data-v-609b5e1a]:hover {
  color: #fff;
}
.header-block .header-right .right-info[data-v-609b5e1a] {
  padding-top: 16px;
  margin-right: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.header-block .header-right .right-info .right-info-hr[data-v-609b5e1a] {
  margin: 10px 24px 0 0;
  width: 1px;
  height: 16px;
  background: #999;
}
.header-block .header-right .right-info .right-info-box[data-v-609b5e1a] {
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.header-block .header-right .right-info .right-info-box .right-header-img[data-v-609b5e1a] {
  background: #2e415c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 4px 0 0 5px;
}
.header-block .header-right .right-info .right-info-box .right-info-det > div[data-v-609b5e1a] {
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  color: #b3bac4;
  margin: 0px 0 0px 8px;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.menu-middle-span[data-v-609b5e1a] {
  text-align: center;
  width: 100%;
}
.triangle-row-det[data-v-609b5e1a] {
  position: relative;
}
.triangle-row-det .row-block[data-v-609b5e1a] {
  position: relative;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #999 transparent transparent transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.triangle-row-det .triangle-text[data-v-609b5e1a] {
  position: absolute;
  overflow: hidden;
  left: -168px;
  top: 40px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1;
  background: #fff;
  width: 205px;
  color: #333;
  border-radius: 5px;
}
.triangle-row-det .triangle-text .row-det[data-v-609b5e1a] {
  padding: 16px 16px 8px 16px;
  font-size: 12px;
}
.triangle-row-det .triangle-text .row-det p[data-v-609b5e1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 20px;
  line-height: 20px;
  margin: 0 0 8px 0;
}
.triangle-row-det .triangle-text .row-det p[data-v-609b5e1a] :nth-child(1) {
  color: #666;
}
.triangle-row-det .triangle-text .row-det p .row-det-info[data-v-609b5e1a] {
  width: 134px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.triangle-row-det .triangle-text .row-out[data-v-609b5e1a] {
  padding: 0 16px;
  font-size: 12px;
  cursor: pointer;
}
.triangle-row-det .triangle-text .row-out p[data-v-609b5e1a] {
  padding: 16px 0;
  border-top: 0.5px solid #e0e0e0;
}
.row-triangle[data-v-609b5e1a] {
  position: absolute;
  top: 34px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 9999;
}
.row_hover[data-v-609b5e1a] {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.triangle_hover[data-v-609b5e1a] {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.self-split[data-v-609b5e1a] {
  background: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.3;
  border-radius: 0.5px;
  height: 20px;
  width: 1px;
  display: inline-block;
  position: relative;
  margin: 0 20px;
  top: 9px;
}
@media screen and (max-width: 500px) {
.header-left .header-left-icon[data-v-609b5e1a] {
    display: none !important;
}
.header-right-language[data-v-609b5e1a] {
    display: none;
}
.right-info .right-info-hr[data-v-609b5e1a] {
    display: none;
}
.header-left-text .link[data-v-609b5e1a] {
    display: none !important;
}
}

.layout-height[data-v-9f29b37c] {
  height: calc(100vh - 64px) !important;
}

html,
body,
*,
.account-center-sdk-container * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
:root {
  --ouath-douyin-bg-color: #161823;
  --ouath-toutiao-bg-color: #ffffff;
  --ouath-ixigua-bg-color: #ffffff;
  --ouath-huoshan-bg-color: #161823;
}
.body-main {
  overflow: hidden;
}
.app-block {
  min-width: 1280px;
}
.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-font-smoothing: antialiased;
}
.main-content .router-page {
  height: 100%;
  width: 100%;
  background: #fff;
}
.new-slide-container {
  display: none;
  position: fixed;
  z-index: 11111;
  left: 0;
  top: 0;
  background-color: #00000040;
  width: 100%;
  height: 100%;
}
.new-slide-container .captcha_verify_container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.left-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 200px;
  height: 100%;
  padding-top: 10px;
  background: #fff;
}
.left-nav .byted-menu {
  width: 100%;
}
.left-nav .nav-item {
  padding: 16px 24px 16px 32px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 46px;
  line-height: 1.2;
  font-size: 14px;
  cursor: pointer;
  border-left: 2px solid transparent;
}
.left-nav .nav-item:hover {
  background: rgba(47, 136, 255, 0.1);
}
.left-nav .nav-item.active {
  border-color: #2f88ff;
  background: rgba(47, 136, 255, 0.1);
}
.left-nav .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.left-nav .title .icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 7px;
}
.left-nav .title .icon img {
  width: 100%;
  height: 100%;
}
.no-header .account-con {
  top: 0;
}
@media screen and (max-width: 500px) {
.app-block {
    min-width: unset !important;
}
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
html,
body {
  height: 100%;
}
body {
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.innerContent-close img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 600px) {
  input,
  input:focus,
  textarea,
  textarea:focus,
  select,
  select:focus {
    font-size: 16px !important;
  }
  #common-header > div {
    min-width: unset !important;
    width: 100%;
  }
  #common-header > div > div:nth-child(5),
  #common-header > div > div:nth-child(4),
  #common-header > div > div:nth-child(1),
  #common-header > div > div:nth-child(2) {
    display: none;
  }
  .byted-layout {
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
            flex: unset !important;
  }
  .security-user .security-item {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccc;
  }
  .byted-layout-sider {
    display: none !important;
  }
  .index-container {
    position: fixed !important;
  }
  .index-container .account-service {
    width: 100% !important;
    z-index: 11;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .index-container .account-service .account-center-sdk-container {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .index-container .user-guide {
    z-index: 1000;
    bottom: 20px;
    right: 20px !important;
    top: unset;
  }
  .index-container .user-guide .pc {
    display: none;
  }
  .index-container .user-guide .app {
    display: unset !important;
  }
  .index-container .user-guide .app .register-notice .pc-back {
    display: none;
  }
  .index-container .user-guide .app .register-notice .h5-back {
    display: block;
  }
}
.index-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-image: url(https://lf3-ad-platform.byteadverts.com/obj/ad-platform/bytecom/oe_account_center/static/1.0.0.524/images/back.png);
}
.index-container .account-service {
  width: 448px;
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  float: right;
  padding-top: 50px;
  background: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.index-container .account-service .account-center-sdk-container {
  box-shadow: none;
  position: unset;
  margin: 0 auto;
  display: block;
}
.index-container .account-service .account-center-sdk-container label {
  font-weight: normal;
}
.index-container .account-service .account-center-header > div:last-child {
  margin-bottom: 40px;
}
.index-container .account-service .account-center-header-title {
  height: 36px;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
}
.index-container .account-service .account-center-switch-button.switch-panel {
  color: #2F88FF;
}
.index-container .account-service .account-center-switch-button.switch-panel > label {
  color: #c1c1c1;
}
.index-container .account-service .account-center-switch-button.switch-panel .login {
  color: #2F88FF;
}
.index-container .account-notice {
  position: fixed;
  left: 83px;
  bottom: 164px;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
  font-weight: 500;
}
.index-container .account-notice .title {
  font-family: "Source Han Sans CN";
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 54px;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: text;
}
.index-container .account-notice .title p {
  margin: 0;
}
.index-container .account-notice .summary {
  margin-top: 32px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  max-width: 630px;
}
.wrapper {
  padding: 10px;
}
.d-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.d-flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.d-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.d-flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.d-flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.pointer {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.font-sm {
  font-size: 12px;
}
.font-md {
  font-size: 14px;
}
.font-lg {
  font-size: 20px;
}
.font-xlg {
  font-size: 24px;
}
.padding {
  padding: 16px;
}
.padding-l {
  padding-left: 16px;
}
.padding-l-md {
  padding-left: 24px;
}
.padding-l-lg {
  padding-left: 32px;
}
.padding-l-xlg {
  padding-left: 48px;
}
.padding-l-sm {
  padding-left: 12px;
}
.padding-l-xs {
  padding-left: 8px;
}
.padding-t {
  padding-top: 16px;
}
.padding-t-md {
  padding-top: 24px;
}
.padding-t-lg {
  padding-top: 32px;
}
.padding-t-xlg {
  padding-top: 48px;
}
.padding-t-sm {
  padding-top: 12px;
}
.padding-t-xs {
  padding-top: 8px;
}
.padding-r {
  padding-right: 16px;
}
.padding-r-md {
  padding-right: 24px;
}
.padding-r-lg {
  padding-right: 32px;
}
.padding-r-xlg {
  padding-right: 48px;
}
.padding-r-sm {
  padding-right: 12px;
}
.padding-r-xs {
  padding-right: 8px;
}
.padding-b {
  padding-bottom: 16px;
}
.padding-b-md {
  padding-bottom: 24px;
}
.padding-b-lg {
  padding-bottom: 32px;
}
.padding-b-xlg {
  padding-bottom: 48px;
}
.padding-b-sm {
  padding-bottom: 12px;
}
.padding-b-xs {
  padding-bottom: 8px;
}
.padding-md {
  padding: 24px;
}
.padding-lg {
  padding: 32px;
}
.padding-xlg {
  padding: 48px;
}
.padding-sm {
  padding: 12px;
}
.padding-xs {
  padding: 8px;
}
.margin {
  margin: 16px;
}
.margin-l {
  margin-left: 16px;
}
.margin-l-md {
  margin-left: 24px;
}
.margin-l-lg {
  margin-left: 32px;
}
.margin-l-xlg {
  margin-left: 48px;
}
.margin-l-sm {
  margin-left: 12px;
}
.margin-l-xs {
  margin-left: 8px;
}
.margin-l-auto {
  margin-left: auto;
}
.margin-l-zero {
  margin-bottom: 0 !important;
}
.margin-t {
  margin-top: 16px;
}
.margin-t-md {
  margin-top: 24px;
}
.margin-t-lg {
  margin-top: 32px;
}
.margin-t-xlg {
  margin-top: 48px;
}
.margin-t-sm {
  margin-top: 12px;
}
.margin-t-xs {
  margin-top: 8px;
}
.margin-t-auto {
  margin-top: auto;
}
.margin-t-zero {
  margin-bottom: 0 !important;
}
.margin-r {
  margin-right: 16px;
}
.margin-r-md {
  margin-right: 24px;
}
.margin-r-lg {
  margin-right: 32px;
}
.margin-r-xlg {
  margin-right: 48px;
}
.margin-r-sm {
  margin-right: 12px;
}
.margin-r-xs {
  margin-right: 8px;
}
.margin-r-auto {
  margin-right: auto;
}
.margin-r-zero {
  margin-bottom: 0 !important;
}
.margin-b {
  margin-bottom: 16px;
}
.margin-b-md {
  margin-bottom: 24px;
}
.margin-b-lg {
  margin-bottom: 32px;
}
.margin-b-xlg {
  margin-bottom: 48px;
}
.margin-b-sm {
  margin-bottom: 12px;
}
.margin-b-xs {
  margin-bottom: 8px;
}
.margin-b-auto {
  margin-bottom: auto;
}
.margin-b-zero {
  margin-bottom: 0 !important;
}
.margin-xlg {
  margin: 48px;
}
.margin-lg {
  margin: 32px;
}
.margin-md {
  margin: 24px;
}
.margin-sm {
  margin: 12px;
}
.margin-xs {
  margin: 8px;
}
.margin-auto {
  margin: auto;
}
.margin-zero {
  margin-bottom: 0 !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.line-height-32 {
  line-height: 32px;
}
.inline-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.spliter-hr {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 32px 0;
}
.account-box {
  width: 348px;
  height: 404px;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.have-header-nav-container {
  background: #F7F7F7;
  border-radius: 2px 2px 0px 0px;
  height: 100%;
}
.have-header-nav-container .tab-content {
  height: calc(100% - 100px);
  margin: 20px 20px;
  background: #fff;
  padding: 30px;
  overflow: auto;
}
.font-color {
  color: #2f88ff;
}
.font-error {
  color: #F45858;
}
@font-face {
  font-family: 'ClarityMono';
  src: url(data:font/otf;base64,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) format('opentype');
  /* Super Modern Browsers */
}

div,
span,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  -webkit-user-select: none;
          user-select: none;
}
*::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #c8c8c8;
}
*::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #c8c8c8;
}
.btn-info {
  background: #2F6AFF !important;
}
.btn-info.plain {
  border: 1px solid #2F6AFF !important;
  background: #fff !important;
  color: #2F6AFF !important;
}
.btn-default {
  background: #f8f8f8 !important;
  border: 1px solid #dee4f5 !important;
}
.byted-tabs .nav-tabs > li.active > a {
  color: #2F6AFF;
}
.byted-tabs .nav-tabs > li.active > a:after {
  background-color: #2F6AFF;
}
.'ad-'icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}
.'ad-'icon-lg {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.'ad-'icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.byted-layout.byted-layout-has-sider {
  height: 100%;
}
.byted-layout-sider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}
.byted-card-body {
  overflow: auto;
}
.byted-menu-item.bui-menu-item-light.bui-menu-item-active:before {
  background-color: #f0f9ff;
}
.bui-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.bui-modal-header .byted-icon {
  margin-right: 3px;
}
.bui-modal-content {
  height: 100%;
}
.byted-modal .bui-modal-footer {
  padding: 24px;
}
.byted-pagination {
  margin: 24px 24px 24px 0;
}
.bui-pagination-size-changer {
  width: auto !important;
}
.bui-input-group-addon .byted-icon {
  vertical-align: middle;
  margin-right: 1em;
}
.byted-pagination ul.bui-pagination-list li.bui-pagination-num > a {
  color: #333;
}
.bui-table-body tr td .bui-btn {
  cursor: pointer;
  color: #2f88ff;
  text-align: left;
  padding: 0;
  background: none;
}
.byted-table table tr.bui-table-tr-active td {
  background-color: #F0F9FF;
}
.table-operator-btn {
  cursor: pointer;
  color: #2f88ff;
}
.byted-table {
  border-left: none;
}
.byted-table table tr th {
  border-left: none;
}
.byted-table table tr td:last-child,
.byted-table table tr th:last-child {
  border-right: none;
}
.byted-table::after,
.byted-table::before {
  background: none;
}
.byted-table .bui-table-no-data tbody {
  position: relative;
  display: block;
  height: 230px;
}
.byted-table .bui-table-no-data tr {
  position: absolute;
  width: 284px;
  height: 160px;
  margin: 0 auto;
  background-size: 100%;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 40px;
  background: url(https://lf3-ad-platform.byteadverts.com/obj/ad-platform/bytecom/oe_account_center/static/1.0.0.524/images/table_no_data.svg) no-repeat center center;
}
.byted-table .bui-table-no-data tr td {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0;
  margin-left: -2em;
  border: none;
}
.byted-table .bui-table-no-data tr td .bui-table-no-data-text {
  cursor: default;
  color: #666;
  font-size: 14px;
}
.bui-select-icon svg {
  height: 100%;
}


/*# sourceMappingURL=app.css.map*/