.wf-theme-border .avue--detail .avue-form__group,
.wf-theme-border .avue--detail .avue-form__row {
  border: 1px solid #333 !important;
}
.wf-theme-border .avue--detail .el-form-item > .el-form-item__content {
  border-left: 2px solid #333 !important;
}
.wf-theme-border .avue--detail .el-table__row .el-form-item__content {
  border-left: none !important;
}
.wf-theme-border .avue--detail .avue-form__row {
  margin-bottom: 0px !important;
}
.wf-theme-border .avue--detail .el-form-item {
  margin-bottom: 0px !important;
}
.wf-theme-border .avue--detail .el-form-item__label {
  text-align: center !important;
}
.wf-theme-border .avue--detail .el-input.is-disabled .el-input__inner,
.wf-theme-border .avue--detail .el-range-editor.is-disabled,
.wf-theme-border .avue--detail .el-textarea.is-disabled .el-textarea__inner {
  border: 1px solid transparent;
  background: #fff;
  background-color: #fff;
}
.wf-theme-border .avue--detail .el-input-number.is-disabled .el-input-number__decrease,
.wf-theme-border .avue--detail .el-input-number.is-disabled .el-input-number__increase {
  display: none;
}
.wf-theme-default .avue--detail .el-col {
  margin-bottom: 0 !important;
}
.wf-theme-default .avue--detail .hover-row td {
  background-color: #fff !important;
}
.wf-theme-default .avue--detail .avue-group__header {
  padding-left: 10px;
}
.wf-theme-default .avue--detail .el-collapse-item__header {
  margin-bottom: 0;
  background-color: #f3f3f3 !important;
}
.wf-theme-default .avue--detail .el-input.is-disabled .el-input__inner,
.wf-theme-default .avue--detail .el-textarea.is-disabled .el-textarea__inner,
.wf-theme-default .avue--detail .el-range-editor.is-disabled,
.wf-theme-default .avue--detail .el-range-editor.is-disabled input {
  color: #606266;
  background-color: #fff;
  padding-left: 0;
  cursor: default;
}
.wf-theme-default .avue--detail .el-input-number__decrease,
.wf-theme-default .avue--detail .el-input-number__increase {
  display: none;
}
.wf-theme-default .avue--detail .el-input-group__append,
.wf-theme-default .avue--detail .el-input-group__prepend {
  background-color: transparent;
  border: none;
}
.wf-theme-default .avue--detail .el-input__suffix {
  display: none;
}
.wf-theme-default .avue--detail .el-input__inner,
.wf-theme-default .avue--detail .el-textarea__inner {
  border: none;
}
.wf-theme-default .avue--detail .el-input__inner::-webkit-input-placeholder,
.wf-theme-default .avue--detail .el-textarea__inner::-webkit-input-placeholder {
  color: transparent !important;
}
.wf-theme-default .avue--detail .el-input__inner::-moz-placeholder,
.wf-theme-default .avue--detail .el-textarea__inner::-moz-placeholder {
  color: transparent !important;
}
.wf-theme-default .avue--detail .el-input__inner::-moz-placeholder,
.wf-theme-default .avue--detail .el-textarea__inner::-moz-placeholder {
  color: transparent !important;
}
.wf-theme-default .avue--detail .el-input__inner::-ms-input-placeholder,
.wf-theme-default .avue--detail .el-textarea__inner::-ms-input-placeholder {
  color: transparent !important;
}
.wf-theme-default .avue--detail .el-input__inner::-ms-input-placeholder,
.wf-theme-default .avue--detail .el-textarea__inner::-ms-input-placeholder {
  color: transparent !important;
}
.wf-theme-default .avue--detail .avue-checkbox__all {
  display: none;
}
.wf-theme-default .avue--detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.wf-theme-default .avue--detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #fff;
}
.wf-theme-default .avue--detail .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.wf-theme-default .avue--detail .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #fff;
}
.wf-theme-default .avue--detail .el-checkbox__input.is-disabled + span.el-checkbox__label,
.wf-theme-default .avue--detail .el-radio__input.is-disabled + span.el-radio__label {
  color: #606266;
}
.wf-theme-default .avue--detail .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.wf-theme-default .avue--detail .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  display: none;
}
.wf-theme-default .avue--detail .el-row {
  border-top: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
}
.wf-theme-default .avue--detail .el-col {
  padding: 0 !important;
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
}
.wf-theme-default .avue--detail .el-form-item {
  margin: 0;
  background: #fafafa;
}
.wf-theme-default .avue--detail .el-form-item__label,
.wf-theme-default .avue--detail .el-form-item__content {
  padding: 2px 0;
}
.wf-theme-default .avue--detail .el-form-item__label {
  padding: 0 10px;
  color: #909399;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wf-theme-default .avue--detail .el-tag {
  margin-left: 0 !important;
  margin-right: 6px !important;
}
.wf-theme-default .avue--detail .el-form-item__content {
  border-left: 1px solid #ebeef5;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.wf-theme-default .avue--detail__column .el-form-item {
  background-color: #fff;
}
.wf-theme-default .avue--detail__column .el-form-item__label {
  padding-right: 12px;
}
.wf-theme-default .avue--detail__column .el-form-item__content {
  padding-left: 0;
  border-left: none;
}
.container {
  position: relative;
  width: 100%;
  height: 100%;
}

.components-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.components-list .components-part {
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
.components-list .components-part:last-child {
  margin-bottom: 0;
}
.components-list .components-draggable {
  margin-right: -10px;
}
.components-list .components-item {
  display: inline-block;
  width: 110px;
  margin: 0 10px 10px 0;
  -webkit-transition: -webkit-transform 0ms !important;
  transition: -webkit-transform 0ms !important;
  transition: transform 0ms !important;
  transition: transform 0ms, -webkit-transform 0ms !important;
}
.components-list .components-item.disabled .components-body {
  background: #E4E7ED;
  cursor: not-allowed;
  border: none !important;
  color: #999 !important;
}
.components-list .components-item.disabled .components-body .icon-ym {
  color: #999 !important;
}
.components-list .components-item.disabled .components-body:hover {
  border: none !important;
  color: #999 !important;
}
.components-list .components-item.disabled .components-body:hover .icon-ym {
  color: #999 !important;
}

.components-title {
  font-size: 14px;
  color: #043254;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.components-body {
  padding-left: 8px;
  background: #F3F9FF;
  font-size: 12px;
  height: 36px;
  cursor: move;
  border: 1px dashed #F3F9FF;
  border-radius: 3px;
  color: #043254;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.components-body i {
  color: #043254;
  line-height: 16px;
  height: 16px;
  margin-right: 4px;
}
.components-body:hover {
  border: 1px dashed #409EFF;
  color: #409EFF;
}
.components-body:hover i {
  color: #409EFF;
}

.left-board {
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.left-scrollbar {
  height: 100%;
  overflow: hidden;
}
.left-scrollbar .el-scrollbar__wrap {
  overflow-x: auto;
}

.center-scrollbar {
  height: calc(100% - 42px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center-scrollbar .el-scrollbar__wrap {
  overflow-x: auto;
}
.center-scrollbar .el-scrollbar__view {
  overflow-x: hidden;
}

.center-board {
  height: 100%;
  width: auto;
  margin: 0 350px 0 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.center-board .snows-editor-quill .ql-editor {
  min-height: 100px !important;
}
.center-board .table-tip {
  width: 100%;
  color: #999;
  text-align: center;
  position: absolute;
  top: 60px;
  font-size: 14px;
}
.center-board .table-tip.tab-tip {
  top: 45px;
}
.center-board .table-tip.card-tip {
  top: 30px;
}
.center-board #ipad {
  height: calc(100% - 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 711px;
}
.center-board #ipad .outeripad {
  background: url(../../static/img/iphoneBg.86faf130.png);
  width: 389px;
  height: 711px;
  padding: 65px 40px;
}
.center-board #ipad .outeripad .ipadHead {
  background: #f7f8f9;
  text-align: center;
}
.center-board #ipad .outeripad .ipadHead .ipadHead-img {
  margin: 0 auto;
  height: 20px;
}
.center-board #ipad .outeripad .ipadbody {
  height: 100%;
}
.center-board #ipad .outeripad .ipadbody .center-board-row > .el-form {
  height: 550px;
}
.center-board #ipad .outeripad .ipadbody .center-scrollbar {
  height: 100%;
  overflow: hidden;
}

.empty-info {
  position: absolute;
  top: 20%;
  left: calc(50% - 250px);
}
.empty-info.app-empty-info {
  top: calc(50% - 150px);
  left: calc(50% - 150px);
}
.empty-info.app-empty-info .empty-img {
  width: 300px;
  height: 300px;
}
.empty-info .empty-img {
  width: 500px;
  height: 500px;
}

.action-bar {
  position: relative;
  height: 42px;
  text-align: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dcdfe6;
}
.action-bar .delete-btn {
  color: #F56C6C !important;
}
.action-bar .unActive-btn {
  color: #606266 !important;
}
.action-bar .unActive-btn:hover {
  color: #1890ff !important;
}
.action-bar .action-bar-right {
  position: absolute;
  right: 15px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}

.logo {
  position: absolute;
  left: 12px;
  top: 6px;
  line-height: 30px;
  color: #00afff;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
}
.logo > img {
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.logo .github {
  display: inline-block;
  vertical-align: sub;
  margin-left: 15px;
}
.logo .github > img {
  height: 22px;
}

.center-board-row {
  padding: 12px 12px 15px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.center-board-row > .el-form {
  height: calc(100vh - 150px);
}
.center-board-row .el-tabs__header {
  margin: 0;
}

.drawing-board {
  height: 100%;
  position: relative;
}
.drawing-board .el-select {
  width: 100%;
}
.drawing-board .components-body {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.drawing-board .sortable-ghost {
  position: relative;
  display: block;
  overflow: hidden;
}
.drawing-board .sortable-ghost i {
  display: none;
}
.drawing-board .sortable-ghost .el-form-item i {
  display: inline;
}
.drawing-board .sortable-ghost::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: #409EFF;
  z-index: 2;
}
.drawing-board .components-item.sortable-ghost {
  width: 100%;
  height: 60px;
  background-color: #F3F9FF;
}
.drawing-board .active-from-item > .el-form-item {
  background: #F3F9FF;
  border: 1px solid #409EFF;
}
.drawing-board .active-from-item > .drawing-item-copy, .drawing-board .active-from-item > .drawing-item-delete {
  display: block;
}
.drawing-board .active-from-item > .component-name {
  color: #409EFF;
}
.drawing-board .el-form-item {
  margin-bottom: 10px !important;
}

.drawing-item {
  position: relative;
  cursor: move;
}
.drawing-item.unfocus-bordered:not(.active-from-item) > div:first-child {
  border: 1px dashed #ccc;
}
.drawing-item .el-form-item {
  border: 1px dashed #e2e0e0;
  padding: 10px;
}

.drawing-row-item {
  position: relative;
  cursor: move;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #ccc;
  padding: 10px 2px;
  margin-bottom: 10px;
}
.drawing-row-item .drawing-item-copy {
  right: 48px !important;
}
.drawing-row-item .drawing-item-delete {
  right: 16px !important;
}
.drawing-row-item .drawing-row-item {
  margin-bottom: 2px;
}
.drawing-row-item.drawing-row-item-table {
  padding-top: 15px;
}
.drawing-row-item.drawing-row-item-table .el-col {
  margin-top: 15px;
}
.drawing-row-item .el-form-item {
  margin-bottom: 0;
}
.drawing-row-item .drag-wrapper {
  min-height: 80px;
}
.drawing-row-item.active-from-item {
  border-color: #409EFF;
}
.drawing-row-item .component-name {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #bbb;
  display: inline-block;
  padding: 5px 6px 0;
}

.drawing-item:hover > .el-form-item,
.drawing-row-item:hover > .el-form-item {
  background: #F3F9FF;
}
.drawing-item:hover > .drawing-item-copy, .drawing-item:hover > .drawing-item-delete,
.drawing-row-item:hover > .drawing-item-copy,
.drawing-row-item:hover > .drawing-item-delete {
  display: block;
}
.drawing-item > .drawing-item-copy, .drawing-item > .drawing-item-delete,
.drawing-row-item > .drawing-item-copy,
.drawing-row-item > .drawing-item-delete {
  display: none;
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid;
  cursor: pointer;
  z-index: 1;
}
.drawing-item > .drawing-item-copy,
.drawing-row-item > .drawing-item-copy {
  right: 56px;
  border-color: #409EFF;
  color: #409EFF;
  background: #fff;
}
.drawing-item > .drawing-item-copy:hover,
.drawing-row-item > .drawing-item-copy:hover {
  background: #409EFF;
  color: #fff;
}
.drawing-item > .drawing-item-delete,
.drawing-row-item > .drawing-item-delete {
  right: 24px;
  border-color: #F56C6C;
  color: #F56C6C;
  background: #fff;
}
.drawing-item > .drawing-item-delete:hover,
.drawing-row-item > .drawing-item-delete:hover {
  background: #F56C6C;
  color: #fff;
}

.drawing-row-item .el-card__body > .el-col {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.table-wrapper-web {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.table-wrapper-web > .el-col {
  width: 200px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-wrapper-web > .el-col .el-form-item {
  margin-bottom: 0 !important;
}
input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

.editor-tabs {
  background: #121315;
}
.editor-tabs .el-tabs__header {
  margin: 0;
  border-bottom-color: #121315;
}
.editor-tabs .el-tabs__header .el-tabs__nav {
  border-color: #121315;
}
.editor-tabs .el-tabs__item {
  height: 32px;
  line-height: 32px;
  color: #888a8e;
  border-left: 1px solid #121315 !important;
  background: #363636;
  margin-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.editor-tabs .el-tabs__item.is-active {
  background: #1e1e1e;
  border-bottom-color: #1e1e1e !important;
  color: #fff;
}
.editor-tabs .el-icon-edit {
  color: #f1fa8c;
}
.editor-tabs .el-icon-document {
  color: #a95812;
}

.right-scrollbar .el-scrollbar__view {
  padding: 10px;
}
.right-scrollbar .el-scrollbar__view .el-input-number {
  width: 100%;
}

.el-scrollbar__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden !important;
  margin-bottom: 0 !important;
}

.center-tabs .el-tabs__header {
  margin-bottom: 0 !important;
}
.center-tabs .el-tabs__item {
  width: 33.33%;
  text-align: center;
}
.center-tabs .el-tabs__nav {
  width: 100%;
}

.reg-item {
  padding: 12px 6px;
  background: #f8f8f8;
  position: relative;
  border-radius: 4px;
}
.reg-item .close-btn {
  position: absolute;
  right: -6px;
  top: -6px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  font-size: 12px;
}
.reg-item .close-btn:hover {
  background: rgba(210, 23, 23, 0.5);
}
.reg-item + .reg-item {
  margin-top: 18px;
}

.action-bar .el-button + .el-button {
  margin-left: 15px;
}
.action-bar i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.main .el-scrollbar__view {
  overflow-x: hidden;
}
.main .el-rate {
  display: inline-block;
  vertical-align: text-top;
}
.main .el-upload__tip {
  line-height: 1.2;
}
.IntelligentSecurity * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* 中等大小 */
.echartsModelS {
    width: 100%;
    height: 100%;
}

.echartsModelS>.echartsModelS-title {
    height: 4.1667vh;
    line-height: 4.1667vh;
    width: 100%;
    background-image: url(../../static/img/modelTitleS.9fd068a3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 1vw;
    font-family: 'PingFangSt';
    color: #D9EAF5;
    /* font-style: italic; */
    font-weight: bold;
    padding-left: 4.1667vh;
}

.echartsModelS>.echartsModelS-chart {
    width: 100%;
    height: calc(100% - 4.1667vh);
    background-image: url(../../static/img/chartBackgroundS.0cd34fc0.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.circleChart,
.circleChartL {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.circleChart>div:first-child,
.circleChartL>div:first-child {
    width: 40%;
    height: 100%;
}

.circleChart>div:last-child,
.circleChartL>div:last-child {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.circleChart>div:last-child>div,
.circleChartL>div:last-child>div {
    width: 50%;
}

/* 第一行标题 */
.circleChart>div:last-child>div:nth-child(1),
.circleChart>div:last-child>div:nth-child(2) {
    font-size: 0.729vw;
    color: #e3f3ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 25px;
}

.circleChart>div:last-child>div:nth-child(1)::before,
.circleChart>div:last-child>div:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 0.104vw;
    height: 0.729vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#0AF), to(#00FFE0));
    background: linear-gradient(180deg, #0AF 0%, #00FFE0 100%);
    margin-right: 10px;
    margin-bottom: 3px;
}

/* 第二行数字 */
.circleChart>div:last-child>div:nth-child(3),
.circleChart>div:last-child>div:nth-child(4) {
    font-size: 1.146vw;
    color: #00aaff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/* 4300 1290 */
/* 第一行标题 */
.circleChartL>div:last-child>div:nth-child(1),
.circleChartL>div:last-child>div:nth-child(2) {
    font-size: 0.326vw;
    color: #e3f3ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.581vw;
}

.circleChartL>div:last-child>div:nth-child(1)::before,
.circleChartL>div:last-child>div:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 0.047vw;
    height: 0.465vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#0AF), to(#00FFE0));
    background: linear-gradient(180deg, #0AF 0%, #00FFE0 100%);
    margin-right: 0.233vw;
    margin-bottom: 0.07vw;
}

/* 第二行数字 */
.circleChartL>div:last-child>div:nth-child(3),
.circleChartL>div:last-child>div:nth-child(4) {
    font-size: 0.605vw;
    color: #00aaff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/* 列表 */
.listBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #E3F3FF;
    padding: 0.9259vh;
}

.listBox>.listBox-item {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listBox span {
    line-height: 2.3148vh;
    display: inline-block;
    height: 2.3148vh;
    font-size: 1.2963vh;
}

.listBox>.listBox-item>div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* 去除标题的外边距 */
/* .listBox-item>div>span {
    padding: 0 0.9259vh;
    margin: 0 0.9259vh 0.9259vh 0;
} */

.listBox-title {
    height: calc(33% - 0.9259vh);
    vertical-align: text-top;
    padding-left: 0.9259vh;
}

.itemS {
    background-image: url(../../static/img/liBackgroundS.81b57aef.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.463vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.9259vh 0.9259vh 0.9259vh;
    height: calc(33% - 00.9259vh);
}

.itemL {
    background-image: url(../../static/img/liBackgroundL.c9ac277a.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.463vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.9259vh 0.9259vh 0.9259vh;
    height: calc(33% - 00.9259vh);
}

.listBox-itemL {
    padding: 0.465vw;
    color: #e3f3ff;
}

.itemSL {
    background-image: url(../../static/img/liBackgroundS.81b57aef.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.116vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.116vw 0.116vw 0.116vw;
    font-size: 0.372vw;
}

.itemLL {
    background-image: url(../../static/img/liBackgroundL.c9ac277a.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.116vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.116vw 0.116vw 0.116vw;
    font-size: 0.372vw;
}

/* 世界地图地球切换 */

.wordMapBox {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 20.833vw !important;
    height: 2.344vw !important;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
}

.activeWordMap {
    width: 8.333vw;
    height: 2.344vw;
    background-image: url(../../static/img/activeWordMap.da657d12.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0.156vw 0.156vw 0.156vw #11141638;
    font-size: 1.146vw;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 2.344vw;
    cursor: pointer;
}

.wordMap {
    width: 8.333vw;
    height: 2.344vw;
    background-image: url(../../static/img/wordMap.c4dee935.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 0.156vw 0.156vw 0.156vw #11141638;
    font-size: 1.146vw;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 2.344vw;
    cursor: pointer;
}

/* 4300 1290 */
.modelBody-title-L {
    width: 100%;
    height: 1.047vw;
    line-height: 1.047vw;
    background-image: url(../../static/img/modelTitleL.98a5dbe8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.558vw;
    font-family: 'PingFangSt';
    color: #fff;
    font-style: italic;
    font-weight: bold;
    padding-left: 1.047vw;
}

.modelBody-body-L {
    width: 100%;
    height: calc(100% - 1.047vw);
    background-image: url(../../static/img/chartBackgroundL.b23856bc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modelBody-title-S {
    width: 100%;
    height: 1.047vw;
    line-height: 1.047vw;
    background-image: url(../../static/img/modelTitleS.9fd068a3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.558vw;
    font-family: 'PingFangSt';
    color: #fff;
    font-style: italic;
    font-weight: bold;
    padding-left: 1.047vw;
}

.modelBody-body-S {
    width: 100%;
    height: calc(100% - 1.047vw);
    background-image: url(../../static/img/chartBackgroundS.0cd34fc0.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.b1,
.b2 {
    width: 50vw !important;
    height: 50vw !important;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 0;
}

.b2 {
    background-size: 53% 45%;
    background-repeat: no-repeat;
    background-position: center 100%;
}

.b2 .rainBox {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 45%;
}

.b2 .rainBox canvas {
    position: absolute;
    bottom: 0;
}

.yy {
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 10vh;
    border-radius: 50% 50% 0 0;
    background-color: rgba(72, 173, 255, 0.26);
    -webkit-box-shadow: 0 0 20vh rgba(72, 173, 255, 0.856);
            box-shadow: 0 0 20vh rgba(72, 173, 255, 0.856);
    -webkit-transform: translateY(130%) scale(1.6);
            transform: translateY(130%) scale(1.6);
}

.xg {
    position: absolute;
    -webkit-transform: rotateX(75deg);
            transform: rotateX(75deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.xg0 {
    width: 75%;
    height: 62%;
    bottom: -26%;
    background: url(../../static/img/0.9d230ad2.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
    opacity: 0.7;
}

.xg1 {
    width: 30%;
    height: 30%;
    bottom: -10%;
    background: url(../../static/img/1.66d3eb71.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
}

.xg2 {
    width: 47%;
    height: 47%;
    bottom: -19%;
    background: url(../../static/img/2.eb3c19c5.png) no-repeat center;
    background-size: 100%;
    animation: rotate3 20s linear infinite reverse;
}

.xg3 {
    width: 70%;
    height: 70%;
    bottom: -31%;
    background: url(../../static/img/4.4ce60b88.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
}

.xg4 {
    width: 55%;
    height: 55%;
    bottom: -23%;
    background: url(../../static/img/3.81cd25f6.png) no-repeat center;
    background-size: 100%;
    animation: rotate3 20s linear infinite reverse;
}

.xg5 {
    width: 85%;
    height: 85%;
    bottom: -39%;
    background: url(../../static/img/5.d91848ad.png) no-repeat center;
    background-size: 100%;
    animation: rotate3 20s linear infinite reverse;
    opacity: 0.7;
}

.xg6 {
    width: 100%;
    height: 100%;
    bottom: -47%;
    background: url(../../static/img/6.a38f45cb.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
    opacity: 0.5;
}

.xg61 {
    width: 100%;
    height: 100%;
    bottom: -47%;
    background: url(../../static/img/61.1bb51f59.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
}

.xg7 {
    width: 100%;
    height: 100%;
    bottom: -47%;
    background: url(../../static/img/7.54f5b8de.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
}

.xg2c {
    width: 27%;
    height: 27%;
    bottom: -6%;
    background: url(../../static/img/2c.9d276d5c.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
}

.xg2c1 {
    width: 79%;
    height: 79%;
    bottom: -32%;
    background: url(../../static/img/2c1.ab969b2c.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: rotate3 20s linear infinite;
            animation: rotate3 20s linear infinite;
}

@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: translateX(-50%) rotateX(80deg) rotateZ(0);
                transform: translateX(-50%) rotateX(80deg) rotateZ(0);
    }

    100% {
        -webkit-transform: translateX(-50%) rotateX(80deg) rotateZ(360deg);
                transform: translateX(-50%) rotateX(80deg) rotateZ(360deg);
    }
}

@keyframes rotate3 {
    0% {
        -webkit-transform: translateX(-50%) rotateX(80deg) rotateZ(0);
                transform: translateX(-50%) rotateX(80deg) rotateZ(0);
    }

    100% {
        -webkit-transform: translateX(-50%) rotateX(80deg) rotateZ(360deg);
                transform: translateX(-50%) rotateX(80deg) rotateZ(360deg);
    }
}

@-webkit-keyframes shan {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shan {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
