.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
html,
body {
  height: 100%;
}
.index-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: PingFangSC;
  background-size: cover;
  background-image: url(https://lf3-ad-platform.byteadverts.com/obj/ad-platform/business_center/account_web/static/1.0.0.1826/images/back.png);
}
.index-container #account-sdk {
  width: 448px;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  float: right;
  padding-top: 50px;
  padding-left: 50px;
  background: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.index-container #account-sdk .account-center-sdk-container {
  box-shadow: none;
  position: unset;
}
.index-container #account-sdk .account-center-sdk-container label {
  font-weight: normal;
}
.index-container #account-sdk .account-center-header > div:last-child {
  margin-bottom: 40px;
}
.index-container #account-sdk .account-center-header-title {
  height: 36px;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
}
.index-container #account-sdk .account-center-switch-button.switch-panel {
  color: #2F88FF;
}
.index-container #account-sdk .account-center-switch-button.switch-panel > label:nth-child(1) {
  color: #c1c1c1;
}
.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-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.d-flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.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;
}
.have-header-nav-container .byted-card-header {
  border-bottom: none;
}
.a_link {
  cursor: pointer;
  text-decoration: none;
  color: #338AFF;
}
.a_link:hover {
  color: #58a0ff;
}
.a_link:active,
.a_link:focus {
  color: #0672ff;
}
@font-face {
  font-family: bui-num;
  font-weight: 400;
  src: url("https://lf1-cdn-tos.bytegoofy.com/obj/ttfe/adfe/bui/font/Oswald-Regular.ttf");
}
@font-face {
  font-family: bui-num;
  font-weight: 500;
  src: url("https://lf1-cdn-tos.bytegoofy.com/obj/ttfe/adfe/bui/font/Oswald-Medium.ttf");
}
@font-face {
  font-family: bui-num;
  font-weight: 600;
  src: url("https://lf1-cdn-tos.bytegoofy.com/obj/ttfe/adfe/bui/font/Oswald-SemiBold.ttf");
}
.bui-num {
  font-family: bui-num;
}

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: 29px 24px 24px 0;
}
.bui-pagination-size-changer {
  width: auto !important;
}
.byted-icon svg {
  height: 1em;
}
.bui-input-group-addon .byted-icon {
  vertical-align: middle;
  margin-right: 1em;
}
.byted-layout-sider {
  background-color: white;
}
.byted-pagination ul.bui-pagination-list li.bui-pagination-num > a {
  color: #333;
}
.bui-table-body tr td .bui-btn,
.bui-table-fixed-body tr td .bui-btn {
  display: inline-block;
  padding: 0 6px;
  min-width: 0;
}
.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://lf1-cdn-tos.bytescm.com/obj/cdn-static-resource/bytecom/account_center/static/1.0.0.458/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%;
}
.byted-table .byted-loading {
  margin-bottom: 20px;
}

.self_toast_container[data-v-7a9cbbe1] {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  padding: 0 16px;
  pointer-events: none;
  text-align: center;
  z-index: 2000;
}
.self_toast_container .toast_content[data-v-7a9cbbe1] {
  display: inline-block;
  vertical-align: top;
  padding: 8px 16px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-align: left;
  color: #333;
  pointer-events: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-position: 16px 11px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.self_toast_container .toast_content.toast_type_success[data-v-7a9cbbe1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABHVBMVEX///+//7+225KJxHaSyG2IzGaAz2CAxFh4xk51wVN5w1F2xE5zxk1ywUlwwkdvw0ZwwEhxwEdtwkVwv0hvwEZtwUVvwkRuv0dwwEZuwUVtwkRvv0ZtwEZsv0ZtwURvwkRtv0ZswEVuwURswUNuv0ZtwEVvwURsv0VuwEVtwURswERrwENrwEFqv0JrwEFrwEFsv0Jrv0JswEFswEFswEFqv0Jrv0Fqv0Jrv0Jqv0FrwEFrv0JrwEFrv0Jqv0Frv0FqwEFrwEBqv0FrwEFqwEBrv0Frv0FqwEFqv0Fqv0Bqv0Bqv0BqwD9qwD9qv0Bqv0BrwD9qv0Bqv0Bqv0BqwD9qv0Bqv0Bqv0BqwD9qv0Bqv0Bqv0BrwD9qv0Bqv0BmlRwuAAAAXnRSTlMDBAcNDg8QGiQlJicoMTI3OT0/QEVGR0hJSktMTVBSU1RVVldYWVpcXV5heYGEhYaHiImOlZeYo6eoqquxs7S3ubq7vc7P0NHT1tfY2d3r7O3u7/Dx8vP09fb3+Pn6kr4yIQAAAAFiS0dEAIgFHUgAAAGtSURBVEjHxZZnX8IwEMZbEQe4BwUUxIWoKEuUjYIylSloGff9P4Y2belKk7zS512v/ye95Je7K8f9vZxHyVK7P5/3W8WE30mjeX9+CjpNcj6exJ83wKJ6yBbfqAJWFTeePx2CjUZXuOyjQFDSshP+EYhKmx0JoOjOyF8CVRHD+Yzphk+XzlAFBlU0/gyYdLI4oQaboa6elB8Y5VUMeQIzCC6H5+pDVuZXpgR++xd4Up9EBy0jxGsGEJAhSeH3FylBHBlKdvxwR3q9O9IiBWR41wJfqdTYtP6e/hK0kKGrBY45bqtrz0MHGWZaQKp5xYHjYWo2XHOqA8srhp4WEA+lwGYHs19dSm1dRDxA3/jArg/QRIYiWBxLeF45VmN1yg48DzHc1ZD3Yc1fkkduphOwfgO3PnzLl4/LmeLizWoEW+QZJVsfawEJaom+svG1RTMLsRkCWtsos/Avur7kHtH54bq+9V3QDaaWf0/jo+Z2nybzD9aJckscKLiRFRrYjqwwfsi5nvF8ec12jgZrVvwtQBzs3qxouIcZgaf9DDiEeKHZm816zULM4/iHf5cfaLAAtcDkSx8AAAAASUVORK5CYII=);
}
.self_toast_container .toast_content.toast_type_error[data-v-7a9cbbe1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABCFBMVEX/////v7//qqr/kpL/dnb/d3f/cHD4Y2P4YGD4ZWX4YmL5YGD4Wlr4XFz1W1v1Wlr1XFz1W1v1WVn2Wlr2WVn2W1v2Wlr2WVn2W1v2Wlr2WVn3W1v3WVn3Wlr1Wlr1WVn1Wlr3WVn1V1f1V1f1WFj1WFj2V1f2WFj2V1f2V1f2WFj2V1f3WFj3V1f2V1f2V1f2V1f2V1f2WFj2V1f2Vlb2V1f2Vlb2V1f3Vlb3Vlb3V1f1Vlb1V1f2Vlb2Vlb2V1f2Vlb2V1f2V1f3V1f1Vlb2V1f2Vlb2Vlb2Vlb2Vlb2Vlb2Vlb3Vlb1Vlb2Vlb2Vlb2Vlb2Vlb2Vlb2Vlb2Vlb2Vlb2Vlb2VlZmvLpnAAAAV3RSTlMDBAYHDQ8QJCUmJyhHSElKS0xQUlNUVVZXWFlaXF1mZ2l5gYSFhoeIiZOUlZeYpKWnqKmqq6yxs7S3ubq7vcbOz9DR09bX2Nnr7e7v8PHy8/X29/j5+vvzTV51AAAAAWJLR0QAiAUdSAAAAahJREFUSMfFlmtbgjAUx0dopYmYZffSLK+ZeSHTUsprYWZ5Pd//m/Q4QBkMtlf1fwPP9v/Bdjg7B4T+Xv79bH0wXCyG/adMxM9yCxFlBhZNq7Lg5T/pgkOdmKt9rwVUNYN0/9EIXDS+oK0+CR7KOnYi3IOnCnYiAwzdkP4zYOqSiM83G/gKWIAWcKi58R8Dlw7XEeryAR0zUhHgVNgAFOvgMpdQzXs1kV9a58q6f5vIzxxCYkW/rYgI5axzEx9lRXFkEis/ihOTEgayxJgqGgT2iyoxmcZAndzZ48q4VVTw5YGcq2Hg3RYL/dEi2mxmrT4GNHv08Dsozwf4wONzoBNOP8xcAEUHii6ARvfTCH1JA/5N92hhNeJpRJcW1gz/h0thQCbGrrxSI6QX0ylv8v3oyYeqRHrn3dO7ZJwHmfcASeYRfeXzt9fFLMYHRDdlo8Hjf7HUpeCY7R/tWkvfKRuwlfxblj9pL/cFb/+ds6NcezYUWsuKfbq2rHN6kws80/2NHdc+etB22t+ino09XJ4QxbEkCayfAZ+UrvW0+Vzr1VIh3z/8u/wCFNHRiPSjXhoAAAAASUVORK5CYII=);
}
.self_toast_container .toast_content.toast_type_warning[data-v-7a9cbbe1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA2FBMVEX//////7//xDv/tjf/uzP/sxr/tRn/rxj/sxX/rhT/sRT/sxP/rAf/qgf/qwf/rAf/qgf/qwb/rAb/qgb/qwb/rAb/qwb/qgb/qwb/qgX/qwT/qgL/qQL/qQL/qgL/qQL/qQL/qQL/qgL/qQL/qgL/qQL/qgL/qgH/qgH/qQH/qgH/qgH/qQH/qgH/qQH/qgH/qgH/qgH/qgH/qQH/qgH/qgH/qQH/qQD/qQD/qAD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQCgMmOBAAAAR3RSTlMDBA0ODx4fICUmJyhHSElKS1JTVFVWWFpbXXmBg4aHiImVlqeoqaqrsbKztLW3uLm6vL3Q0dLT1dbX2Nns7u/w8fL19vf5+guShG8AAAABYktHRACIBR1IAAABYElEQVRIx8WW7VaCQBCGQQ0/ig/NSkuo1MwyI0PLLDJQmPu/o05Iuiy77OCPen/OzMPZGWZnVpL+XiXDGr27Yegu7i29JIqWjcEaCK1udDkr/uQFUpo1ueGHz8DUpMb5/BI48tqs+HPI0FUqE7kLmerSgAkCdZLxbcr9cKCMKdNZoj4e5VUkqUyZvqoEYNMH+DGmqksUFDAANLYVcnDA9Le2BuAA0GLgFgv0435eYwG/yDsRBwA1Ai7xgBkBIzwwjIAFHniLABcPfERAiAeC/YDcR8qR9Hy/sloMD+MC7X6czvCMlfIjw3y0ab4VIOUXNu06wAK9+D4wzsSYGsQFkme4pJ3t+GvigPpubEwwVbKJuVTzxBkvK+Toa4mB0+Rw7YjiL+jxLRj313kXCmsFHX9yV1aLveSqT+x4u8Ldo41pOtypZy52rZ/oXb+nyaLHQFE17+ZuELivQ1Mt/MPb5RuZc4oFOCtXZAAAAABJRU5ErkJggg==);
}
.self_toast_container .toast_content.toast_type_info[data-v-7a9cbbe1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA2FBMVEX///+///9inf9bpP9Vmf9Emf9KlP9Il/9Fkf9DlP9BkP9Ak/85jP85jv84jP83jf86j/84jP83jf83jP85jf84i/83jv85jv84jP83jP83i/81iv81iv81i/81jP81i/80jP81i/81i/80i/80iv81i/81iv80i/80iv80i/81iv80i/80iv80iv81i/80i/80iv80iv81i/8zi/80i/80iv80i/8ziv8ziv8ziv8ziv8zif8ziv8ziv8ziv8ziv8ziv8ziv8ziv8ziv8ziv8ziv8ziv8ziv8jj/vtAAAAR3RSTlMDBA0ODx4fICUmJyhHSElKS1JTVFVWWFpbXXmBg4aHiImVlqeoqaqrsbKztLW3uLm6vL3Q0dLT1dbX2Nns7u/w8fL19vf5+guShG8AAAABYktHRACIBR1IAAABc0lEQVRIx8WWb1uCMBTFhxr+KQHNSkuo1EwzU1PLKFJR2Pf/RtlEA3Yvm72o83Kc3x52nrt7R8jfK2NYvXfH9x37wdIzIrditNc0pNWdriT5z14op2kFtR8/U1CjArL9nCJa1iD/JU3QDXcSpUET1YgDJhWoHvXXqFAXkXyWYmCRDwFcno9Haj++NgwFym2nEpLlFsv7hKZywGSXrcH/cF/NPvGrWgDcU0m1gnpeywJumgE65TMihE9poyIDrqEjQ4em1GRADwYIAHTZBxvICAHeGOAAXxDggwG+POD9Djj4l2x5YIbEigIdBljygImUBgqcbItvJQu4qW25tmWBZnAfdKBYv8UVrIZcUXV3d2MFO963v4ocUPppGyOgWDf+6LUehPpSQaKRzXPh1lcVA+fR5loX+a/i7VvQ7m8PHSjQCDr9REdWFR5y+SHsH+TQOVqe8PZxKXGwa61I7bpNTRE9BtJFsztzPM957ZjF1D+8Xb4ASHeEC+jrAisAAAAASUVORK5CYII=);
}
.fade-enter-active[data-v-7a9cbbe1],
.fade-leave-active[data-v-7a9cbbe1] {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.fade-enter[data-v-7a9cbbe1],
.fade-leave-to[data-v-7a9cbbe1] {
  opacity: 0;
}

.popover_copy.byted-popover {
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}
.popover_copy.byted-popover .bui-popover-arrow {
  background-color: rgba(51, 51, 51, 0.95);
}
.popover_copy.byted-popover .bui-popover-panel {
  padding: 8px 16px;
  background-color: rgba(51, 51, 51, 0.95);
}
.popover_copy.byted-popover .bui-popover-panel .bui-popover-body {
  color: #fff;
}
.popover_copy_wrapper {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
}

.card_box[data-v-96095de2] {
  margin-bottom: 20px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #fff;
}
.card_box .card_header[data-v-96095de2] {
  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;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #E4E9ED;
}
.card_box .card_header .card_title[data-v-96095de2] {
  font-size: 16px;
  color: #333;
}
.card_box .card_body[data-v-96095de2] {
  padding: 32px 24px;
}

.limit_textarea_box[data-v-51ad0646] {
  position: relative;
  display: inline-block;
}
.limit_textarea_box .text_area[data-v-51ad0646] {
  padding: 6px 12px;
  padding-bottom: 22px;
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
  color: #333;
  outline: none;
  border-width: 1px;
  border-color: #dadfe3;
  border-radius: 4px;
}
.limit_textarea_box .text_area[data-v-51ad0646]:hover {
  border-color: #2f88ff;
}
.limit_textarea_box .text_area[data-v-51ad0646]:focus {
  border-color: #2f88ff;
  box-shadow: 0 0 0 2px rgba(47, 136, 255, 0.2);
}
.limit_textarea_box .text_area[data-v-51ad0646] ::-webkit-input-placeholder,
.limit_textarea_box .text_area[data-v-51ad0646] ::-moz-placeholder,
.limit_textarea_box .text_area[data-v-51ad0646] :-ms-input-placeholder,
.limit_textarea_box .text_area[data-v-51ad0646] :-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
.limit_textarea_box .counter[data-v-51ad0646] {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 14px;
  color: #c1c1c1;
}

.candidate_input_box[data-v-78b474a4] {
  position: relative;
}
.candidate_input_box .candidate_list_box[data-v-78b474a4] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 200;
}
.candidate_input_box .candidate_list_box .candidate_list[data-v-78b474a4] {
  max-height: 192px;
  overflow-y: auto;
  overflow-x: hidden;
}
.candidate_input_box .candidate_list_box .candidate_item[data-v-78b474a4] {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  cursor: pointer;
}
.candidate_input_box .candidate_list_box .candidate_item[data-v-78b474a4]:hover {
  background-color: #F0F0F0;
}

.wrapper-content-box[data-v-2d659290] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.wrapper-content-box .wrapper-main-header[data-v-2d659290] {
  min-height: 64px;
  position: relative;
  background-color: #fff;
  z-index: 200;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.wrapper-content-box .wrapper-main-header .mul-bread-crumbs-box[data-v-2d659290] {
  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;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 12px;
}
.wrapper-content-box .wrapper-main-header .mul-bread-crumbs-box .mul-bread-crumbs[data-v-2d659290] {
  margin-bottom: 0;
  padding-left: 0;
}
.wrapper-content-box .wrapper-main-header .mul-bread-crumbs-box .mul-bread-crumbs[data-v-2d659290] .bui-breadcrumb-content {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.wrapper-content-box .wrapper-main-content[data-v-2d659290] {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.wrapper-content-box .wrapper-main-content.no-padding[data-v-2d659290] {
  padding: 0;
}

.vitual_scroll_wrapper[data-v-5891b654] {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.vitual_scroll_wrapper .virtual_scroll_loadmore[data-v-5891b654] {
  margin-bottom: 10px;
}

.assign_card .assign_type_item[data-v-0424b981] {
  position: relative;
}
.assign_card .assign_type_item[data-v-0424b981] .bui-form-item-label {
  position: relative;
  padding-left: 38px;
}
.assign_card .assign_type_item[data-v-0424b981] .bui-form-item-label .byted-popover-wrapper {
  position: absolute;
  top: 50%;
  left: 22px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.assign_card .assign_type_item[data-v-0424b981] .bui-form-item-label .byted-popover-wrapper .byted-icon svg {
  width: 1em;
}
.assign_sub_wrapper .search_input[data-v-0424b981] {
  width: 492px;
  margin-bottom: 16px;
}
.assign_sub_wrapper .search_input .input_select[data-v-0424b981] {
  width: 122px;
}
.assign_sub_wrapper .search_input[data-v-0424b981] .bui-input-group-addon {
  padding: 0;
}
.assign_sub_wrapper .search_input .search_btn[data-v-0424b981] {
  height: 34px;
  line-height: 32px;
  padding: 0 28px;
  padding-left: 46px;
  box-sizing: border-box;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAAmJLR0QA/4ePzL8AAADZSURBVBgZbcEhTwJxHMfh713QkZiRBMFNN8bG/T7/C2dh10kEEkECgUoiUC3ORFQKBCy+BALN2Sg6fQdOomw3GAHE3QaM51HKXVnDbsMb+dpXLrgJa2a8suCTWKlygW/G5OQXz6IMPRKr6p+bMJbn7vhlZS+lC9rMyUrimjW5y3N7Jg6LDCjJ48NakqzBTEfo8yjJmrzpiLtnKCmIWEQZHbApXW35fNHTnrDCMsjrDzEJbXnaCSv82EgpqzLnnT4PNmVpIxKrK0XWWjwxpBvkJauTWE2nWY3OBhbtPmm7uF/yAAAAAElFTkSuQmCC) 28px 49%/14px 14px no-repeat;
  border-left: none;
  border-color: #e0e0e0;
  background-color: #FAFAFA;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.9;
}
.assign_sub_wrapper .search_input .search_btn[data-v-0424b981]:hover {
  opacity: 0.7;
}
.assign_sub_wrapper .search_input .search_btn[data-v-0424b981]:active {
  opacity: 1;
}
.assign_sub_wrapper .select_assign_account[data-v-0424b981] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account[data-v-0424b981] .byted-icon svg {
  height: initial;
}
.assign_sub_wrapper .select_assign_account .assign_content[data-v-0424b981] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #DADFE3;
  border-radius: 4px;
  background-color: #fff;
  width: 494px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item_header.assign_item[data-v-0424b981] {
  height: 38px;
  padding-left: 12px;
  padding-right: 28px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #F8F9FA;
  border-bottom: 1px solid #DADFE3;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_list[data-v-0424b981] {
  position: relative;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item[data-v-0424b981] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 12px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name[data-v-0424b981],
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .account_info[data-v-0424b981] {
  display: inline-block;
  vertical-align: top;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name[data-v-0424b981] {
  width: 55px;
  text-align: center;
  font-size: 10px;
  color: #338AFF;
  border: 1px solid #338AFF;
  border-radius: 2px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name_enterprise[data-v-0424b981] {
  color: #FFA900;
  border: 1px solid #FFA900;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name_yuntu[data-v-0424b981] {
  color: #6ABF40;
  border: 1px solid #6ABF40;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_check[data-v-0424b981] {
  display: inline-block;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box[data-v-0424b981] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-0424b981] {
  height: 22px;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-0424b981]:first-child {
  width: 230px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-0424b981]:nth-child(2) {
  padding-right: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-0424b981]:nth-child(3) {
  width: 160px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_column[data-v-0424b981] {
  padding-top: 1px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .selected_table_box[data-v-0424b981] {
  position: relative;
  width: 400px;
  margin-left: 16px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table[data-v-0424b981] {
  width: 100%;
  border: 1px solid #DADFE3;
  border-radius: 4px;
  vertical-align: bottom;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header[data-v-0424b981] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #DADFE3;
  box-sizing: border-box;
  background-color: #F8F9FA;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .seleted_title[data-v-0424b981] {
  line-height: 38px;
  font-weight: 500;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action[data-v-0424b981] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-0424b981] {
  width: auto;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-0424b981] .bui-input {
  color: #338aff;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role.byted-select-disabled[data-v-0424b981] .bui-input {
  color: #a1caff;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-0424b981] .bui-select-icon-plain {
  margin-right: 0;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-0424b981] .bui-select-icon-plain svg {
  height: 100%;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .seleted_del_all[data-v-0424b981] {
  padding: 0;
  min-width: auto;
  margin-left: 16px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list[data-v-0424b981] {
  position: relative;
  height: 100%;
  padding: 12px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item_box[data-v-0424b981] {
  padding-bottom: 8px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content[data-v-0424b981] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 26px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content > p[data-v-0424b981] {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .plat_name[data-v-0424b981] {
  width: 55px;
  text-align: center;
  font-size: 10px;
  color: #338AFF;
  border: 1px solid #338AFF;
  border-radius: 2px;
  margin-right: 4px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .plat_name_enterprise[data-v-0424b981] {
  color: #FFA900;
  border: 1px solid #FFA900;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .plat_name_yuntu[data-v-0424b981] {
  color: #6ABF40;
  border: 1px solid #6ABF40;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .seleted_id[data-v-0424b981] {
  width: 150px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .seleted_name[data-v-0424b981] {
  padding-right: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .del_seleted[data-v-0424b981] {
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #338AFF;
  box-sizing: border-box;
}
.assign_sub_wrapper .empty_table[data-v-0424b981] {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAAAAADg9X/fAAAAAmJLR0QA/4ePzL8AAAE1SURBVDjLzZLLboMwEEXn/z/wEkdgoQjzCKUoaSCEALcLwDwCyapSz8bW9ZE9M7Kw55GaYI1JH8Op9EvmYAvne26V2KOcWQGQd1zT5UAwWZ2C5hYah85aP0BK3le1RWQK3KwVARXZpsmCgqyAyFpHuNzGxXG0SiDZsZK+S7Hb63pkTm4vEHvtIwqXRJUtRqYSN+kbk6ndTW5ASgqpoToyU6+E48CFNWBIFuErF5IGqCnMgCv3uQAZhT6cqh542sMxqSsHPuW5mJEZJLNIG8mXoyxIksUyzOUExF8DCXAsSBYKSMYwBk7iwZtKjQHoQAOIp9CDt7SYDG/MpA2LpXEPrrnzvbXBX1ptPdHsWY2a/9Rix2rdmaXu/6fHfcuHat5KjYIvZ3zmLK3+KOlW2OVR+I4o7/gLdYsAz8rVADgAAAAASUVORK5CYII=) 50% 34%/36px 36px no-repeat;
}
.assign_sub_wrapper .empty_table .empty_txt[data-v-0424b981] {
  position: absolute;
  width: 100%;
  bottom: 46%;
  font-size: 14px;
  color: #C1C1C1;
}
.assign_sub_wrapper .seleted_content[data-v-0424b981],
.assign_sub_wrapper .assign_list[data-v-0424b981] {
  height: 270px;
  box-sizing: border-box;
  background-color: #fff;
}
.assign_sub_wrapper .seleted_content[data-v-0424b981]::-webkit-scrollbar,
.assign_sub_wrapper .assign_list[data-v-0424b981]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.assign_sub_wrapper .seleted_content[data-v-0424b981]::-webkit-scrollbar-thumb,
.assign_sub_wrapper .assign_list[data-v-0424b981]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.assign_sub_wrapper .seleted_content[data-v-0424b981]:hover::-webkit-scrollbar-thumb,
.assign_sub_wrapper .assign_list[data-v-0424b981]:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

.assign_card .assign_type_item[data-v-cc1a59cc] {
  position: relative;
}
.assign_card .assign_type_item[data-v-cc1a59cc] .bui-form-item-label {
  position: relative;
  padding-left: 38px;
}
.assign_card .assign_type_item[data-v-cc1a59cc] .bui-form-item-label .byted-popover-wrapper {
  position: absolute;
  top: 50%;
  left: 22px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.assign_card .assign_type_item[data-v-cc1a59cc] .bui-form-item-label .byted-popover-wrapper .byted-icon svg {
  width: 1em;
}
.assign_sub_wrapper .search_input[data-v-cc1a59cc] {
  width: 492px;
  margin-bottom: 16px;
}
.assign_sub_wrapper .search_input .input_select[data-v-cc1a59cc] {
  width: 122px;
}
.assign_sub_wrapper .search_input[data-v-cc1a59cc] .bui-input-group-addon {
  padding: 0;
}
.assign_sub_wrapper .search_input .search_btn[data-v-cc1a59cc] {
  height: 34px;
  line-height: 32px;
  padding: 0 28px;
  padding-left: 46px;
  box-sizing: border-box;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAAmJLR0QA/4ePzL8AAADZSURBVBgZbcEhTwJxHMfh713QkZiRBMFNN8bG/T7/C2dh10kEEkECgUoiUC3ORFQKBCy+BALN2Sg6fQdOomw3GAHE3QaM51HKXVnDbsMb+dpXLrgJa2a8suCTWKlygW/G5OQXz6IMPRKr6p+bMJbn7vhlZS+lC9rMyUrimjW5y3N7Jg6LDCjJ48NakqzBTEfo8yjJmrzpiLtnKCmIWEQZHbApXW35fNHTnrDCMsjrDzEJbXnaCSv82EgpqzLnnT4PNmVpIxKrK0XWWjwxpBvkJauTWE2nWY3OBhbtPmm7uF/yAAAAAElFTkSuQmCC) 28px 49%/14px 14px no-repeat;
  border-left: none;
  border-color: #e0e0e0;
  background-color: #FAFAFA;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.9;
}
.assign_sub_wrapper .search_input .search_btn[data-v-cc1a59cc]:hover {
  opacity: 0.7;
}
.assign_sub_wrapper .search_input .search_btn[data-v-cc1a59cc]:active {
  opacity: 1;
}
.assign_sub_wrapper .select_assign_account[data-v-cc1a59cc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account[data-v-cc1a59cc] .byted-icon svg {
  height: initial;
}
.assign_sub_wrapper .select_assign_account .assign_content[data-v-cc1a59cc] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #DADFE3;
  border-radius: 4px;
  background-color: #fff;
  width: 494px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item_header.assign_item[data-v-cc1a59cc] {
  height: 38px;
  padding-left: 12px;
  padding-right: 28px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #F8F9FA;
  border-bottom: 1px solid #DADFE3;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_list[data-v-cc1a59cc] {
  position: relative;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item[data-v-cc1a59cc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 12px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name[data-v-cc1a59cc],
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .account_info[data-v-cc1a59cc] {
  display: inline-block;
  vertical-align: top;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name[data-v-cc1a59cc] {
  width: 55px;
  text-align: center;
  font-size: 10px;
  color: #338AFF;
  border: 1px solid #338AFF;
  border-radius: 2px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name_enterprise[data-v-cc1a59cc] {
  color: #FFA900;
  border: 1px solid #FFA900;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .plat_name_yuntu[data-v-cc1a59cc] {
  color: #6ABF40;
  border: 1px solid #6ABF40;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_check[data-v-cc1a59cc] {
  display: inline-block;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box[data-v-cc1a59cc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-cc1a59cc] {
  height: 22px;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-cc1a59cc]:first-child {
  width: 230px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-cc1a59cc]:nth-child(2) {
  padding-right: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_desc_child[data-v-cc1a59cc]:nth-child(3) {
  width: 160px;
}
.assign_sub_wrapper .select_assign_account .assign_content .assign_item .assign_desc_box .assign_column[data-v-cc1a59cc] {
  padding-top: 1px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .selected_table_box[data-v-cc1a59cc] {
  position: relative;
  width: 400px;
  margin-left: 16px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table[data-v-cc1a59cc] {
  width: 100%;
  border: 1px solid #DADFE3;
  border-radius: 4px;
  vertical-align: bottom;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header[data-v-cc1a59cc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #DADFE3;
  box-sizing: border-box;
  background-color: #F8F9FA;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .seleted_title[data-v-cc1a59cc] {
  line-height: 38px;
  font-weight: 500;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action[data-v-cc1a59cc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-cc1a59cc] {
  width: auto;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-cc1a59cc] .bui-input {
  color: #338aff;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role.byted-select-disabled[data-v-cc1a59cc] .bui-input {
  color: #a1caff;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-cc1a59cc] .bui-select-icon-plain {
  margin-right: 0;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .unify_assign_role[data-v-cc1a59cc] .bui-select-icon-plain svg {
  height: 100%;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_header .header_action .seleted_del_all[data-v-cc1a59cc] {
  padding: 0;
  min-width: auto;
  margin-left: 16px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list[data-v-cc1a59cc] {
  position: relative;
  height: 100%;
  padding: 12px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item_box[data-v-cc1a59cc] {
  padding-bottom: 8px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content[data-v-cc1a59cc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 26px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content > p[data-v-cc1a59cc] {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .plat_name[data-v-cc1a59cc] {
  width: 55px;
  text-align: center;
  font-size: 10px;
  color: #338AFF;
  border: 1px solid #338AFF;
  border-radius: 2px;
  margin-right: 4px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .plat_name_enterprise[data-v-cc1a59cc] {
  color: #FFA900;
  border: 1px solid #FFA900;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .plat_name_yuntu[data-v-cc1a59cc] {
  color: #6ABF40;
  border: 1px solid #6ABF40;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .seleted_id[data-v-cc1a59cc] {
  width: 150px;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .seleted_name[data-v-cc1a59cc] {
  padding-right: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.assign_sub_wrapper .select_assign_account .selected_table_box .seleted_table .seleted_content .seleted_list .seleted_item .seleted_item_content .del_seleted[data-v-cc1a59cc] {
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #338AFF;
  box-sizing: border-box;
}
.assign_sub_wrapper .empty_table[data-v-cc1a59cc] {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAAAAADg9X/fAAAAAmJLR0QA/4ePzL8AAAE1SURBVDjLzZLLboMwEEXn/z/wEkdgoQjzCKUoaSCEALcLwDwCyapSz8bW9ZE9M7Kw55GaYI1JH8Op9EvmYAvne26V2KOcWQGQd1zT5UAwWZ2C5hYah85aP0BK3le1RWQK3KwVARXZpsmCgqyAyFpHuNzGxXG0SiDZsZK+S7Hb63pkTm4vEHvtIwqXRJUtRqYSN+kbk6ndTW5ASgqpoToyU6+E48CFNWBIFuErF5IGqCnMgCv3uQAZhT6cqh542sMxqSsHPuW5mJEZJLNIG8mXoyxIksUyzOUExF8DCXAsSBYKSMYwBk7iwZtKjQHoQAOIp9CDt7SYDG/MpA2LpXEPrrnzvbXBX1ptPdHsWY2a/9Rix2rdmaXu/6fHfcuHat5KjYIvZ3zmLK3+KOlW2OVR+I4o7/gLdYsAz8rVADgAAAAASUVORK5CYII=) 50% 34%/36px 36px no-repeat;
}
.assign_sub_wrapper .empty_table .empty_txt[data-v-cc1a59cc] {
  position: absolute;
  width: 100%;
  bottom: 46%;
  font-size: 14px;
  color: #C1C1C1;
}
.assign_sub_wrapper .seleted_content[data-v-cc1a59cc],
.assign_sub_wrapper .assign_list[data-v-cc1a59cc] {
  height: 270px;
  box-sizing: border-box;
  background-color: #fff;
}
.assign_sub_wrapper .seleted_content[data-v-cc1a59cc]::-webkit-scrollbar,
.assign_sub_wrapper .assign_list[data-v-cc1a59cc]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.assign_sub_wrapper .seleted_content[data-v-cc1a59cc]::-webkit-scrollbar-thumb,
.assign_sub_wrapper .assign_list[data-v-cc1a59cc]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.assign_sub_wrapper .seleted_content[data-v-cc1a59cc]:hover::-webkit-scrollbar-thumb,
.assign_sub_wrapper .assign_list[data-v-cc1a59cc]:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

.authority_member_update .apply_join_tip[data-v-3cc39eb6] {
  margin-bottom: 16px;
}
.authority_member_update .single_input[data-v-3cc39eb6] {
  width: 350px;
}
.authority_member_update .end_date_form_item .end_date_radio[data-v-3cc39eb6] {
  vertical-align: middle;
  margin-right: 16px;
}
.authority_member_update .end_date_form_item[data-v-3cc39eb6] .bui-form-item-help {
  left: 160px;
}
.authority_member_update .remark_form_item.byted-form-item[data-v-3cc39eb6] {
  margin-bottom: 0;
}
.authority_member_update .select_wrapper .batch_btn[data-v-3cc39eb6] {
  border-color: #dadfe3;
}
.authority_member_update .select_wrapper .account_select_box[data-v-3cc39eb6] {
  margin-right: 12px;
  vertical-align: middle;
}
.authority_member_update .select_wrapper .account_select_box[data-v-3cc39eb6] .bui-input {
  width: 400px;
}
.authority_member_update .select_table[data-v-3cc39eb6] {
  margin-top: 16px;
}
.authority_member_update[data-v-3cc39eb6] .bui-textarea {
  width: 726px;
}
.authority_member_update .btn_box[data-v-3cc39eb6] {
  padding: 16px 24px;
  text-align: right;
  border-radius: 4px;
  background-color: #fff;
}
.authority_member_update .btn_box[data-v-3cc39eb6] .bui-btn {
  margin-right: 12px;
}
.authority_member_update .btn_box[data-v-3cc39eb6] .bui-btn:last-child {
  margin-right: 0;
}
body .bui-select-popper .byted-option[data-v-3cc39eb6] {
  font-size: 12px;
}
html[lang=en] .authority_member_update .end_date_form_item[data-v-3cc39eb6] .bui-form-item-help {
  left: 240px;
}

.list_item[data-v-6582196f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 8px;
  margin-bottom: 32px;
  font-size: 0;
}
.list_item[data-v-6582196f]:last-child {
  margin-bottom: 0;
}
.list_item.v_center[data-v-6582196f] {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.list_item .item_label[data-v-6582196f],
.list_item .item_body[data-v-6582196f] {
  display: inline-block;
  font-size: 14px;
}
.list_item .item_label[data-v-6582196f] {
  margin-right: 20px;
}
.list_item .item_body[data-v-6582196f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.list_item .item_body .desc_text[data-v-6582196f] {
  font-weight: 600;
}
.item_auth_content[data-v-6582196f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.item_auth_content.part_assign_auth .custom_table_body[data-v-6582196f] {
  overflow: auto;
}
.custom_table[data-v-6582196f] {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.custom_table .custom_table_header[data-v-6582196f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
}
.selected_list_wrapper[data-v-6582196f] {
  width: 540px;
  margin-right: 16px;
}
.selected_list_wrapper .item_field_account[data-v-6582196f],
.selected_list_wrapper .item_field_remark[data-v-6582196f] {
  display: inline-block;
  vertical-align: top;
}
.selected_list_wrapper .item_field_account[data-v-6582196f] {
  width: 275px;
}
.selected_list_wrapper .item_field_remark[data-v-6582196f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.selected_list_wrapper .item_field_remark .account_remark[data-v-6582196f] {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.selected_list_wrapper .selected_list_body[data-v-6582196f] {
  height: 512px;
}
.selected_list_wrapper .selected_list_body .selected_item_body[data-v-6582196f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 3px 12px;
  cursor: pointer;
}
.selected_list_wrapper .selected_list_body .selected_item_body[data-v-6582196f]:hover,
.selected_list_wrapper .selected_list_body .selected_item_body.selected_item_body_active[data-v-6582196f] {
  background-color: #EBF3FF;
}
.selected_list_wrapper .selected_list_body .selected_item_body .plat_name[data-v-6582196f],
.selected_list_wrapper .selected_list_body .selected_item_body .account_info[data-v-6582196f] {
  display: inline-block;
  vertical-align: top;
}
.selected_list_wrapper .selected_list_body .selected_item_body .plat_name[data-v-6582196f] {
  width: 56px;
  text-align: center;
  font-size: 12px;
  color: #338AFF;
  border: 1px solid #338AFF;
  border-radius: 2px;
}
.selected_list_wrapper .selected_list_body .selected_item_body .enterprise[data-v-6582196f] {
  color: #FFA900;
  border: 1px solid #FFA900;
}
.selected_list_wrapper .selected_list_body .selected_item_body .account_info[data-v-6582196f] {
  margin-left: 6px;
}
.selected_list_wrapper .selected_list_body .selected_item_body .account_info .account_name[data-v-6582196f] {
  font-size: 0;
}
.selected_list_wrapper .selected_list_body .selected_item_body .account_info .account_name .account_name_text[data-v-6582196f] {
  font-size: 14px;
  color: #333;
}
.selected_list_wrapper .selected_list_body .selected_item_body .account_info .account_name .account_name_add[data-v-6582196f] {
  font-size: 14px;
  color: #666;
}
.auth_wrapper[data-v-6582196f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.auth_wrapper .custom_table_body[data-v-6582196f] {
  position: relative;
}
.auth_wrapper .custom_table_body .auth_plat[data-v-6582196f] {
  padding: 0 12px;
  margin-top: 12px;
  border-bottom: 1px solid #ebebeb;
}
.auth_wrapper .custom_table_body .auth_plat[data-v-6582196f]:last-child {
  border-bottom: none;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_header[data-v-6582196f] {
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
  font-size: 16px;
  background-color: #f5f5f5;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_header[data-v-6582196f] .byted-icon,
.auth_wrapper .custom_table_body .auth_plat .auth_plat_header .plat_header_text[data-v-6582196f] {
  display: inline-block;
  vertical-align: middle;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_header[data-v-6582196f] .byted-icon {
  cursor: pointer;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_header[data-v-6582196f] .byted-icon > svg {
  width: 1em;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_header .plat_header_text[data-v-6582196f] {
  font-size: 14px;
  margin-left: 4px;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body[data-v-6582196f] {
  padding: 14px 12px;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body[data-v-6582196f] .byted-checkbox {
  margin-bottom: 8px;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body .checkbox_list[data-v-6582196f] .byted-checkbox {
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body .checkbox_list[data-v-6582196f] .byted-checkbox:last-child {
  margin-bottom: 0;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body .checkbox_list[data-v-6582196f] .byted-checkbox > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body .checkbox_list[data-v-6582196f] .byted-checkbox > label .bui-checkbox-input-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.auth_wrapper .custom_table_body .auth_plat .auth_plat_body .checkbox_list[data-v-6582196f] .byted-checkbox > label .bui-checkbox-input-label .check_desc {
  font-size: 12px;
  color: #999;
}
.auth_wrapper .custom_table_body .auth_plat.feiyu_plat .feiyu_tip[data-v-6582196f] {
  padding: 2px 12px;
  white-space: nowrap;
  background: #EBF3FF;
}
.auth_wrapper .custom_table_body .auth_plat.feiyu_plat .feiyu_tip .info_icon[data-v-6582196f],
.auth_wrapper .custom_table_body .auth_plat.feiyu_plat .feiyu_tip .tip_text[data-v-6582196f] {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.auth_wrapper .custom_table_body .auth_plat.feiyu_plat .feiyu_tip .info_icon[data-v-6582196f] {
  font-size: 0;
  width: 14px;
  height: 14px;
}
.auth_wrapper .custom_table_body .auth_plat.feiyu_plat .feiyu_tip .tip_text[data-v-6582196f] {
  margin-left: 2px;
  white-space: normal;
}
.auth_wrapper .custom_table_body .empty_txt[data-v-6582196f] {
  position: absolute;
  width: 100%;
  bottom: 46%;
  text-align: center;
  font-size: 14px;
  color: #C1C1C1;
}
.footer_wrapper[data-v-6582196f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 66px;
  padding: 0 24px;
  margin-top: 16px;
  text-align: right;
  border-radius: 4px;
  background-color: #fff;
}
.footer_wrapper button.bui-btn[data-v-6582196f]:not(:first-child) {
  margin-left: 16px;
}

.confirm_account_modal[data-v-59bac850] .bui-modal-header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px solid #E4E9ED;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-header .apply_confirm_title {
  padding-left: 32px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA2FBMVEX//////7//xDv/tjf/uzP/sxr/tRn/rxj/sxX/rhT/sRT/sxP/rAf/qgf/qwf/rAf/qgf/qwb/rAb/qgb/qwb/rAb/qwb/qgb/qwb/qgX/qwT/qgL/qQL/qQL/qgL/qQL/qQL/qQL/qgL/qQL/qgL/qQL/qgL/qgH/qgH/qQH/qgH/qgH/qQH/qgH/qQH/qgH/qgH/qgH/qgH/qQH/qgH/qgH/qQH/qQD/qQD/qAD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQD/qQCgMmOBAAAAR3RSTlMDBA0ODx4fICUmJyhHSElKS1JTVFVWWFpbXXmBg4aHiImVlqeoqaqrsbKztLW3uLm6vL3Q0dLT1dbX2Nns7u/w8fL19vf5+guShG8AAAABYktHRACIBR1IAAABYElEQVRIx8WW7VaCQBCGQQ0/ig/NSkuo1MwyI0PLLDJQmPu/o05Iuiy77OCPen/OzMPZGWZnVpL+XiXDGr27Yegu7i29JIqWjcEaCK1udDkr/uQFUpo1ueGHz8DUpMb5/BI48tqs+HPI0FUqE7kLmerSgAkCdZLxbcr9cKCMKdNZoj4e5VUkqUyZvqoEYNMH+DGmqksUFDAANLYVcnDA9Le2BuAA0GLgFgv0435eYwG/yDsRBwA1Ai7xgBkBIzwwjIAFHniLABcPfERAiAeC/YDcR8qR9Hy/sloMD+MC7X6czvCMlfIjw3y0ab4VIOUXNu06wAK9+D4wzsSYGsQFkme4pJ3t+GvigPpubEwwVbKJuVTzxBkvK+Toa4mB0+Rw7YjiL+jxLRj313kXCmsFHX9yV1aLveSqT+x4u8Ldo41pOtypZy52rZ/oXb+nyaLHQFE17+ZuELivQ1Mt/MPb5RuZc4oFOCtXZAAAAABJRU5ErkJggg==) 0 50%/20px 20px no-repeat;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-header .close_box {
  width: 20px;
  height: 20px;
  fill: #C1C1C1;
  cursor: pointer;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-body .account_change_pic_box {
  padding: 18px 0 30px;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-body .account_change_pic_box .change_pic {
  height: 198px;
  background: url(https://lf3-ad-platform.byteadverts.com/obj/ad-platform/business_center/account_web/static/1.0.0.1826/images/account_change.png) 0 0/100% 100% no-repeat;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-body .account_tip {
  padding-bottom: 20px;
  font-size: 12px;
  color: #666;
  box-sizing: border-box;
  background-size: 12px 12px;
  background-position: 12px 12px;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-body .account_tip p {
  margin-top: 4px;
  line-height: 16px;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-body .account_tip .change_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #E4E9ED;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-footer .byted-button {
  margin-left: 20px;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-footer .byted-button:first-child {
  margin-left: 0;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-footer .loading_icon {
  margin-right: 2px;
  vertical-align: -2px;
}
.confirm_account_modal[data-v-59bac850] .bui-modal-footer .loading_icon /deep/ .bui-loading-icon-rotate-small,
.confirm_account_modal[data-v-59bac850] .bui-modal-footer .loading_icon /deep/ .bui-loading-icon-rotate-large {
  fill: #fff !important;
}

.detail_drawser.byted-drawer[data-v-aa8256f6] {
  padding-bottom: 66px;
}
.detail_drawser.byted-drawer[data-v-aa8256f6] .bui-drawer-header {
  padding: 12px 24px;
  background: #fafbfe;
}
.detail_drawser.byted-drawer[data-v-aa8256f6] .bui-drawer-wrapper .bui-drawer-body {
  padding: 0;
  padding-bottom: 80px;
}
.detail_drawser.byted-drawer .content_box[data-v-aa8256f6] {
  height: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
  overflow: auto;
}
.detail_drawser.byted-drawer .content_box .title_box[data-v-aa8256f6] {
  margin-bottom: 24px;
}
.detail_drawser.byted-drawer .content_box .title_box .msg_title[data-v-aa8256f6] {
  margin: 0;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.detail_drawser.byted-drawer .content_box .title_box .msg_summary[data-v-aa8256f6] {
  color: #999;
  font-size: 0;
}
.detail_drawser.byted-drawer .content_box .title_box .msg_summary span[data-v-aa8256f6] {
  font-size: 14px;
}
.detail_drawser.byted-drawer .content_box .title_box .msg_summary .msg_time[data-v-aa8256f6]::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background-color: #dee4f5;
  vertical-align: middle;
}
.detail_drawser.byted-drawer .content_box .msg_main[data-v-aa8256f6] {
  font-size: 14px;
  color: #666;
}
.detail_drawser.byted-drawer .content_box .msg_main[data-v-aa8256f6] .msg_text a {
  text-decoration: none;
}
.detail_drawser.byted-drawer .content_box .msg_main[data-v-aa8256f6] .msg_text img {
  max-width: 412px;
  height: 100%;
  margin: 10px auto;
  display: block;
}
.detail_drawser.byted-drawer .btn_box[data-v-aa8256f6] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
  padding: 0 24px;
  line-height: 66px;
  border-top: 1px solid #e4e9ed;
  text-align: right;
  background-color: #fff;
}
.detail_drawser.byted-drawer .btn_box .confirm[data-v-aa8256f6] {
  margin-left: 14px;
}
.detail_drawser.byted-drawer .btn_box .handled_btn[data-v-aa8256f6],
.detail_drawser.byted-drawer .btn_box .handled_btn[data-v-aa8256f6]:hover {
  border: 1px solid #e0e0e0 !important;
  color: #333;
}
.detail_drawser.byted-drawer[data-v-aa8256f6] .byted-form {
  margin-top: 8px;
}
.detail_drawser.byted-drawer[data-v-aa8256f6] .byted-form .bui-checkbox-input-label a {
  color: #338aff;
}
.detail_drawser.byted-drawer[data-v-aa8256f6] .byted-form .bui-checkbox-input-label p {
  font-size: 12px;
  color: #F65656;
}
.byted-modal .bui-modal-content[data-v-aa8256f6] {
  max-width: 500px;
}
.byted-modal .byted-input-group[data-v-aa8256f6] {
  margin: 10px 0;
}
.byted-modal .byted-input-group .bui-input-group-btn .captcha-img-btn[data-v-aa8256f6] {
  padding: 0px 5px;
  height: 34px;
  overflow: hidden;
}
.byted-modal .byted-input-group .bui-input-group-btn .captcha-img-btn img[data-v-aa8256f6] {
  max-height: 34px;
}
.byted-modal .protocol-tips[data-v-aa8256f6] {
  font-size: 12px;
  color: #F65656;
}

.header_msg.force_show[data-v-222adc21] {
  display: inline-block !important;
}
.header_msg[data-v-222adc21] .byted-tabs .bui-tabs-nav {
  padding: 16px;
  padding-bottom: 0;
}
.header_msg_content[data-v-222adc21] {
  position: relative;
  font-size: 12px;
}
.msg_list[data-v-222adc21] {
  padding: 8px 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: visible;
}
.msg_list .msg_item[data-v-222adc21] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 12px 16px;
  cursor: pointer;
}
.msg_list .msg_item .msg_dot[data-v-222adc21] {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #F45858;
}
.msg_list .msg_item .msg_dot.none_dot[data-v-222adc21] {
  background-color: transparent;
}
.msg_list .msg_item .msg_summary[data-v-222adc21] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 0;
}
.msg_list .msg_item .msg_summary > span[data-v-222adc21] {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.msg_list .msg_item .msg_summary .msg_title[data-v-222adc21] {
  color: #333;
}
.msg_list .msg_item .msg_summary .msg_content[data-v-222adc21] {
  display: block;
  padding-top: 6px;
  word-break: break-all;
  color: #999;
}
.msg_list .msg_item .msg_summary .bom_box[data-v-222adc21] {
  padding-top: 10px;
  font-size: 10px;
}
.msg_list .msg_item .msg_summary .bom_box .msg_time[data-v-222adc21] {
  float: right;
  color: #999;
}
.msg_list .msg_item .msg_summary .bom_box .msg_status[data-v-222adc21] {
  padding: 0 6px;
  color: #2F88FF;
  border: 1px solid #a8d7ff;
  border-radius: 2px;
  background-color: #f0f9ff;
}
.msg_list .msg_item .msg_summary .msg_txt[data-v-222adc21] {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg_list .msg_item .item_content[data-v-222adc21] {
  display: inline-block;
}
.msg_list .msg_item[data-v-222adc21]:hover {
  background-color: #FAFAFA;
}
.msg_list .msg_item:hover .msg_title .msg_txt[data-v-222adc21] {
  color: #2F88FF;
}
.empty_box[data-v-222adc21] {
  padding: 100px 0;
  box-sizing: border-box;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAAAAADg9X/fAAAAAmJLR0QA/4ePzL8AAAE1SURBVDjLzZLLboMwEEXn/z/wEkdgoQjzCKUoaSCEALcLwDwCyapSz8bW9ZE9M7Kw55GaYI1JH8Op9EvmYAvne26V2KOcWQGQd1zT5UAwWZ2C5hYah85aP0BK3le1RWQK3KwVARXZpsmCgqyAyFpHuNzGxXG0SiDZsZK+S7Hb63pkTm4vEHvtIwqXRJUtRqYSN+kbk6ndTW5ASgqpoToyU6+E48CFNWBIFuErF5IGqCnMgCv3uQAZhT6cqh542sMxqSsHPuW5mJEZJLNIG8mXoyxIksUyzOUExF8DCXAsSBYKSMYwBk7iwZtKjQHoQAOIp9CDt7SYDG/MpA2LpXEPrrnzvbXBX1ptPdHsWY2a/9Rix2rdmaXu/6fHfcuHat5KjYIvZ3zmLK3+KOlW2OVR+I4o7/gLdYsAz8rVADgAAAAASUVORK5CYII=) 50% 50%/36px 36px no-repeat;
}
.empty_box .empty_txt[data-v-222adc21] {
  position: relative;
  top: 36px;
  text-align: center;
  font-size: 12px;
  color: #C1C1C1;
}
.all_msg_tip[data-v-222adc21] {
  padding: 12px 0;
  text-align: center;
  color: #C1C1C1;
}
.all_msg_tip .all_msg_txt[data-v-222adc21]::before,
.all_msg_tip .all_msg_txt[data-v-222adc21]::after {
  content: '';
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  border-top: 1px solid currentColor;
}
.header_msg_footer[data-v-222adc21] {
  position: relative;
  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;
  padding: 8px 16px;
  border-top: 1px solid #E4E9ED;
}
.header_msg_footer > a[data-v-222adc21] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.header_msg_footer .close_tip[data-v-222adc21]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px solid #E4E9ED;
}

.custom_header_wrapper[data-v-75d62f39] {
  position: relative;
  height: 64px;
  min-width: 1280px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 999;
}
.custom_header_box[data-v-75d62f39] {
  height: 100%;
  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;
  padding: 0 32px;
  background-color: #0A2140;
  font-size: 0;
}
.custom_header_box .nav_box[data-v-75d62f39] {
  height: 100%;
}
.custom_header_box .nav_box .logo_box[data-v-75d62f39] {
  display: inline-block;
  vertical-align: middle;
}
.custom_header_box .nav_box .logo_box .logo_icon[data-v-75d62f39] {
  cursor: pointer;
}
.custom_header_box .nav_box .nav_list_box[data-v-75d62f39] {
  display: inline-block;
  height: 100%;
  padding: 0 30px;
  vertical-align: middle;
}
.custom_header_box .nav_box .nav_list_box .nav_list[data-v-75d62f39] {
  display: inline-block;
  height: 100%;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item[data-v-75d62f39] {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: #999;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item[data-v-75d62f39]::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item[data-v-75d62f39]:hover {
  color: #fff;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item .nav_name[data-v-75d62f39] {
  vertical-align: middle;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item .active_line[data-v-75d62f39] {
  display: none;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item.active_nav[data-v-75d62f39] {
  color: #fff;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item.active_nav .active_line[data-v-75d62f39] {
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
}
.custom_header_box .nav_box .nav_list_box .nav_list .nav_item.active_nav .active_line[data-v-75d62f39]::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: #2F88FF;
}
.custom_header_box .action_box[data-v-75d62f39] {
  height: 100%;
}
.custom_header_box .action_box > div[data-v-75d62f39] {
  height: 100%;
}
.custom_header_box .action_box .quick_list[data-v-75d62f39] {
  display: inline-block;
  padding: 0 24px;
  vertical-align: middle;
}
.custom_header_box .action_box .icon_box[data-v-75d62f39] {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0 12px;
}
.custom_header_box .action_box .icon_box .icon_item_box[data-v-75d62f39] {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  box-sizing: content-box;
  cursor: pointer;
}
.custom_header_box .action_box .icon_box .icon_item_box[data-v-75d62f39]::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.custom_header_box .action_box .icon_box .icon_item_box svg[data-v-75d62f39] {
  vertical-align: middle;
}
.custom_header_box .action_box .icon_box .icon_item_box svg path[data-v-75d62f39] {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.custom_header_box .action_box .icon_box .icon_item_box:hover svg path[data-v-75d62f39] {
  fill: #fff;
}
.custom_header_box .action_box .icon_box .msg_icon_box[data-v-75d62f39] {
  width: 20px;
}
.custom_header_box .action_box .icon_box .msg_icon_box .svg_icon[data-v-75d62f39] {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom_header_box .action_box .icon_box .msg_icon_box .svg_icon .unread_msg_dot[data-v-75d62f39] {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f45858;
}
.custom_header_box .action_box .icon_box .msg_icon_box .svg_icon .bell_svg[data-v-75d62f39] {
  height: 18px;
  width: 18px;
}
.custom_header_box .action_box .icon_box .msg_icon_box .msg_pop_box[data-v-75d62f39] {
  width: 300px;
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  z-index: 200;
}
.custom_header_box .action_box .icon_box .msg_icon_box .msg_pop_box[data-v-75d62f39]::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 16px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.custom_header_box .action_box .icon_box .icon_item_box:hover .msg_pop_box[data-v-75d62f39] {
  display: inline-block;
}
.custom_header_box .action_box .esign_box[data-v-75d62f39] {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 0 24px;
  vertical-align: middle;
  cursor: pointer;
}
.custom_header_box .action_box .esign_box .esign_free_tag[data-v-75d62f39] {
  position: absolute;
  right: -23px;
  top: 6px;
  height: 20px;
  width: 52px;
  border-radius: 200px;
}
.custom_header_box .action_box .esign_box > .byted-popover-wrapper[data-v-75d62f39] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.custom_header_box .action_box .lang_box[data-v-75d62f39] {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 0 24px;
  vertical-align: middle;
  cursor: pointer;
}
.custom_header_box .action_box .lang_box .lang_select[data-v-75d62f39] {
  height: 100%;
}
.custom_header_box .action_box .lang_box .lang_select[data-v-75d62f39]::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.custom_header_box .action_box .lang_box .lang_select > span[data-v-75d62f39] {
  vertical-align: middle;
}
.custom_header_box .action_box .lang_box .lang_select .lang_txt[data-v-75d62f39] {
  margin-right: 12px;
  font-size: 14px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.custom_header_box .action_box .lang_box .lang_select .vl_arrow_icon[data-v-75d62f39] {
  display: inline-block;
}
.custom_header_box .action_box .lang_box .lang_select .vl_arrow_icon svg[data-v-75d62f39] {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_header_box .action_box .lang_box .lang_select .vl_arrow_icon svg path[data-v-75d62f39] {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.custom_header_box .action_box .lang_box .lang_menu[data-v-75d62f39] {
  padding: 6px 0;
  width: 80px;
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  z-index: 200;
  right: 6px;
}
.custom_header_box .action_box .lang_box .lang_menu[data-v-75d62f39]::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 16px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.custom_header_box .action_box .lang_box .lang_menu .lang_item[data-v-75d62f39] {
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
}
.custom_header_box .action_box .lang_box .lang_menu .lang_item[data-v-75d62f39]:hover {
  color: #2F88FF;
}
.custom_header_box .action_box .lang_box:hover .lang_select .lang_txt[data-v-75d62f39] {
  color: #fff;
}
.custom_header_box .action_box .lang_box:hover .lang_select .vl_arrow_icon svg[data-v-75d62f39] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom_header_box .action_box .lang_box:hover .lang_select .vl_arrow_icon svg path[data-v-75d62f39] {
  opacity: 1;
}
.custom_header_box .action_box .lang_box:hover .lang_menu[data-v-75d62f39] {
  display: inline-block;
}
.custom_header_box .action_box .v_line2[data-v-75d62f39] {
  display: inline-block;
  height: 28px;
  width: 1px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.25);
}
.custom_header_box .action_box .avatar_center[data-v-75d62f39] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
}
.custom_header_box .action_box .avatar_center[data-v-75d62f39]::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.custom_header_box .action_box .avatar_center > div[data-v-75d62f39],
.custom_header_box .action_box .avatar_center > p[data-v-75d62f39] {
  display: inline-block;
  vertical-align: middle;
}
.custom_header_box .action_box .avatar_center .avatar_pic[data-v-75d62f39] {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABFFBMVEUAAAD////////////////////////////////////////////////////////////////////////5+fn////5+fn5+fn5+fn09PT5+fn09PTv7+/09PTv7+/v7+/w8PDw8PDs7Ozs7Ozs7Ozt7e3t7e3p6enq6urq6urr6+vn5+fl5eXi4uLm5ubj4+Pj4+Pn5+fk5OTh4eHi4uLg4ODh4eHf39/e3t7a2trd3d3b29va2trc3Nza2trZ2dna2trZ2dnX19fZ2dnY2NjW1tbX19fX19fY2NjW1tbY2NjX19fW1tbW1tbX19fV1dXV1dXW1tbV1dXV1dXV1dXV1dXT09PV1dXU1NTU1NTW1tbV1dXV1dVEx65sAAAAXHRSTlMAAQgJDBESExQVGBkcHSEiJCUmKCgpKistLS4vLzAxMzQ1Njc4OTo8PT9AREZGSElJS01OU1VXXGBiZGhsb3F1eHp6e3x+gIKDhIaIiouMjY6RkpOXmJiZmpucnVor5mgAAAABYktHRAH/Ai3eAAABOUlEQVQoz4VT6VrCMBBMbSsFLW1KvfFGVPBCRfHWouJZtaBo8/7vYa/dBAE7fzLZ+bJ3CEHImm6YpqFrMumDpBoUYahSr6rkaQ/yiqhmaB80ro7RAciBqtGByCRx0VBY36oucT2KL2FWO23W9dldEfML8x+FW+X7YZNO1L8eC2BRAxnrbblT4VFjh1h/0Cvgc/5xTF6uMbpMskDLbD8mTksoXgc64zei03q/QlnnoemttxAedfASBTeRr3XeDuZLpz+OhSZTkO1GhwVw90QZnZefmdtsOjcec2a5c0htxfvYjZ7ZR59Pk4lxHOZh3beX4c22f4aFJW2p8l5Ret6djskINPXCs7lcYjVoKlEj5l6Ko349wZHEA90oivLqIg5UWIc/UIYuorBMhOT+XcW0RU77BmmfaNgX/AVFTUHPAgW9VgAAAABJRU5ErkJggg==) no-repeat;
  background-size: contain;
  background-position: 50%;
}
.custom_header_box .action_box .avatar_center .avatar_pic > img[data-v-75d62f39] {
  width: 100%;
  height: 100%;
}
.custom_header_box .action_box .avatar_center .account_info[data-v-75d62f39] {
  width: 280px;
  box-sizing: border-box;
  font-size: 12px;
  color: #999;
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  z-index: 200;
}
.custom_header_box .action_box .avatar_center .account_info[data-v-75d62f39]::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 16px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.custom_header_box .action_box .avatar_center .account_info .info_summary[data-v-75d62f39] {
  padding: 16px;
  position: relative;
}
.custom_header_box .action_box .avatar_center .account_info .info_summary[data-v-75d62f39]::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E4E9ED;
}
.custom_header_box .action_box .avatar_center .account_info .info_summary .user_email[data-v-75d62f39] {
  margin-top: 4px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custom_header_box .action_box .avatar_center .account_info .info_summary .account_detail_tip[data-v-75d62f39] {
  position: absolute;
  top: 16px;
  right: 16px;
  text-decoration: none;
  color: #2F88FF;
  cursor: pointer;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox[data-v-75d62f39] {
  position: relative;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox[data-v-75d62f39]::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E4E9ED;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_title[data-v-75d62f39] {
  padding: 16px;
  padding-bottom: 8px;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_title .select_account[data-v-75d62f39] {
  float: right;
  text-decoration: none;
  cursor: pointer;
  color: #2F88FF;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list[data-v-75d62f39] {
  max-height: 300px;
  overflow-y: auto;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item[data-v-75d62f39] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] {
  width: 220px;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc .account_name[data-v-75d62f39] {
  color: #333;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc .account_id[data-v-75d62f39] {
  font-size: 0;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc .account_id .account_id_svg[data-v-75d62f39],
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc .account_id .account_id_txt[data-v-75d62f39] {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc .account_id .account_id_svg[data-v-75d62f39] {
  display: none;
  padding: 0 8px;
  box-sizing: content-box;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] .byted-popover-wrapper .header_super_popover {
  cursor: auto;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] .byted-popover-wrapper .header_super_popover .super_admin_body .super_info_summary .super_email,
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] .byted-popover-wrapper .header_super_popover .super_admin_body .super_info_summary .super_mobile {
  line-height: 16px;
  color: #333;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] .byted-popover-wrapper .header_super_popover .super_admin_body .h_line {
  display: block;
  margin: 10px 0;
  border-top: 1px solid #dadfe3;
  background-color: transparent;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] .byted-popover-wrapper .header_super_popover .super_admin_body .super_tip .super_txt {
  line-height: 16px;
  margin-top: 6px;
  color: #333;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .account_desc[data-v-75d62f39] .byted-popover-wrapper .header_super_popover .super_admin_body .super_tip .super_txt:first-child {
  margin-top: 0;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item .selected_icon[data-v-75d62f39] {
  width: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAMAAABcxfTLAAAARVBMVEUAAAAziP8rjv8vh/8wiP8whv8xiv8whv8xiP8wh/8xiP8wh/0viP0xiP0wiP4wiP4wiP4xiP4wiP4wiP4wiP4wiP7///9O7L99AAAAFXRSTlMADxIxOjs/SlhkbYCBg6/Iyc3r8vTjZaeTAAAAAWJLR0QWfNGoGQAAAEFJREFUCNdjYEACrEIcKFxhYWYkLouwCBsml5OPEaaYFURziQowInEZGHhEBZlQ9PKK8rPDZSECoshcBgZuITgXALiBApEWQxzTAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  background-position: 50%;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item[data-v-75d62f39]:hover {
  background-color: #EDF1F5;
}
.custom_header_box .action_box .avatar_center .account_info .account_listbox .account_list .account_item:hover .account_desc .account_id .account_id_svg[data-v-75d62f39] {
  display: inline-block;
}
.custom_header_box .action_box .avatar_center .account_info .logout_box[data-v-75d62f39] {
  display: block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.custom_header_box .action_box .avatar_center .account_info .logout_box[data-v-75d62f39]:hover {
  color: #2F88FF;
}
.custom_header_box .action_box .avatar_center:hover .account_info[data-v-75d62f39] {
  display: inline-block;
}

.custom-icon[data-v-157eb402] {
  position: relative;
  width: 1em;
  height: 1em;
}

.left-nav[data-v-512c493c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 100%;
  overflow: auto;
  padding-top: 10px;
  background: #fff;
  background: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}
.left-nav .byted-menu[data-v-512c493c] {
  width: 100%;
}
.left-nav .nav-item[data-v-512c493c] {
  padding: 13px 24px 13px 32px;
  width: 200px;
  height: auto;
  line-height: normal;
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  border-left: 2px solid transparent;
}
.left-nav .nav-item[data-v-512c493c]:hover {
  background: rgba(47, 136, 255, 0.1);
}
.left-nav .nav-item.active[data-v-512c493c] {
  border-color: #2f88ff;
  background: rgba(47, 136, 255, 0.1);
}
.left-nav .nav-item .nav_item_text[data-v-512c493c] {
  padding-left: 8px;
}
.left-nav .menu_wrapper .title[data-v-512c493c] {
  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 .menu_wrapper .title .title_icon[data-v-512c493c],
.left-nav .menu_wrapper .title .title_text[data-v-512c493c] {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.left-nav .menu_wrapper .title .title_icon[data-v-512c493c] {
  margin-right: 8px;
  height: 18px;
  font-size: 18px;
}
.left-nav .menu_wrapper .title .icon[data-v-512c493c] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 7px;
}
.left-nav .menu_wrapper .title .icon img[data-v-512c493c] {
  width: 100%;
  height: 100%;
}
.change_cc_id_box[data-v-512c493c] {
  padding: 0 24px;
  padding-top: 8px;
  margin-bottom: 12px;
}
.change_cc_id_box .box_label[data-v-512c493c] {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.change_cc_id_box .select_input[data-v-512c493c] .bui-input {
  height: 30px;
  font-size: 12px;
}
.nav-jump-index[data-v-512c493c] {
  height: 52px;
  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;
}
.nav-jump-index[data-v-512c493c]:hover {
  color: #2f88ff;
}
.nav-jump-index:hover svg g[data-v-512c493c] {
  stroke: #2f88ff;
}
.bui-submenu-title[data-v-512c493c] {
  padding: 0;
}
.bui-submenu-title .title[data-v-512c493c] {
  display: inline-block;
  padding: 0 48px 0 0px;
  width: 176px;
  -webkit-user-select: none;
          user-select: none;
}
.nav-jump-index .byted-icon[data-v-512c493c] {
  margin-right: 1em;
}

.change_ccid_select_popover {
  width: 240px !important;
}
.change_ccid_select_popover /deep/ .byted-option {
  font-size: 12px;
}

.msg_banner_box {
  margin: 12px 16px;
}
.msg_banner_box.msg_banner_fixed_w /deep/ .byted-alert {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.msg_banner_box .go_cg {
  margin: 8px;
}

@-webkit-keyframes scaleout-6460de90 {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
@keyframes scaleout-6460de90 {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
.page_loader_box[data-v-6460de90] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: #f7f8fa;
  z-index: 1998;
}
.page_loader_box .loader[data-v-6460de90] {
  position: fixed;
  left: 50%;
  top: 40%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2F88FF;
  -webkit-animation: scaleout-6460de90 1s infinite ease-in-out;
          animation: scaleout-6460de90 1s infinite ease-in-out;
  z-index: 1999;
}

.app_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #f7f7f7;
  height: 100%;
  min-width: 1280px;
}
.main-layout-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.main-layout-content .router-page {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.intelli-app-wrapper .byted-icon svg {
  height: 100%;
}

