.index_app_3Qs6X {
    height: 100%;
    padding: 0 8px 8px 8px;
    position: relative;
    width: 100%;
}

body {
    margin: 0!important;
    padding: 0!important;
    min-width: 1024px;
    min-height: 400px;
    padding-bottom: 3px;
    height: 100%;
    /* background: linear-gradient(to right,#DBF5FF, #FEECD4); */
    background-color: #EFF3F9;
    background-size: 100% 100%!important;
    font-family: 微软雅黑;
    font-family: "Microsoft YaHei" !important;
    /* display: flex; */
    /* overflow-x: hidden; */
    overflow: hidden;
    font-size: 13px;
}

input {
    font-family: "Microsoft YaHei";
}

textarea {
    font-family: "Microsoft YaHei";
}

html {
    height: 100%!important;
}

/*滚动条*/

html::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

html::-webkit-scrollbar-button {
    background: none;
    height: 2px
}

html::-webkit-scrollbar-track {
    background: none
}

html::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px
}

html::-webkit-scrollbar-corner {
    background: #82afff
}

html::-webkit-scrollbar-resizer {
    background: #ff0bee
}

html:hover::-webkit-scrollbar-thumb {
    background: #ccc
}

/* @todo: move globally? Safe / side FX, for blocks particularly? */

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.asyncComponent_loading-box_2lnWl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:10px;width:100%;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#333}

/* #E5F0FF */ /* #E9F1FC */ /* #D9E3F2 */ /* 72% transparent version of motion-primary */ /* #FFFFFF */ /* 25% transparent version of ui-white */ /* 25% transparent version of ui-white */ /* 15% transparent version of black */ /* #575E75 */ /* #4C97FF */ /* #3373CC */ /* 35% transparent version of motion-primary */ /* 10% transparent version of motion-primary */ /* #FF661A */ /* #E64D00 */ /* #CF63CF */ /* #BD42BD */ /* #FFAB19 */ /* #FF8C1A */ /* #0FBD8C */ /* #0FBD8C */ /* #FF8C1A */ /* #FF8C1A */ /* #0FBD8C */ /* #0B8E69 */ /* 35% transparent version of extensions-primary */ /* opaque version of extensions-transparent, on white bg */ /* make sure to keep these in sync with other constants,
e.g. STAGE_DIMENSION_DEFAULTS in lib/screen-utils.js */ /* layout contants from `layout-constants.js` */ body {

} h2 {
    font-size: 1.125rem;
    font-weight: bold;
} p {
    font-size: 12px;
    line-height: 1.5em;
} .browser-modal_common-scroll-bar_pYVqB::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0.5rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.5rem;
} .browser-modal_common-scroll-bar_pYVqB::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09);
    background: #E5EAF1;
    border-radius: 0.8rem;
} .browser-modal_common-scroll-bar_pYVqB::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 0.625rem;
    background: transparent;
} /*
    Contains constants for the z-index values of elements that are part of the global stack context.
    In other words, z-index values that are "inside" a component are not added here.
    This prevents conflicts between identical z-index values in different components.
*/ /* Toolbox z-index: 40; set in @ubt/ucode-blocks */ /* tooltips should go over add buttons if they overlap */ /* monitors go over add buttons */ /* Block drag z-index: 50; set in @ubt/ucode-blocks */ /* so it is draggable into other panes */ /* in most interfaces, the context menu is always on top */ .browser-modal_modal-overlay_3TDyF {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background-color: hsla(217, 13.0%, 31.6%, 0.72);
} .browser-modal_modal-content_3iHow {
    margin: 100px auto;
    outline: none;
    border: .25rem solid hsla(0, 100%, 100%, 0.25);
    padding: 0;
    border-radius: 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 500px;

    color: hsla(225, 15%, 40%, 1);
    overflow: hidden;
} .browser-modal_illustration_1qhRy {
    width: 100%;
    height: 208px;
    background-color: hsla(215, 100%, 65%, 1);
    background-image: url(static/assets/905aaa5ec7fca7cf364f5e74bcb10be1.png);
    background-size: cover;
} [dir="rtl"] .browser-modal_illustration_1qhRy {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
} .browser-modal_body_1pvBQ {
    background: hsla(0, 100%, 100%, 1);
    padding: 1.2rem 2.25rem;
    text-align: center;
} /* Confirmation buttons at the bottom of the modal */ .browser-modal_button-row_15bbH {
    margin: 1.5rem 0;
    font-weight: bolder;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
} .browser-modal_button-row_15bbH button {
    border: 1px solid hsla(215, 100%, 65%, 1);
    border-radius: 0.25rem;
    padding: 0.5rem 2rem;
    background: hsla(215, 100%, 65%, 1);
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
    cursor: pointer;
} .browser-modal_faq-link-text_1e8bS {
    margin: 2rem 0 .5rem 0;
    font-size: .875rem;
    color: hsla(225, 15%, 40%, 1);
} .browser-modal_faq-link_3leDC {
    color: hsla(215, 100%, 65%, 1);
    text-decoration: none;
}

.box_box_2jjDp {
}

/* #E5F0FF */ /* #E9F1FC */ /* #D9E3F2 */ /* 72% transparent version of motion-primary */ /* #FFFFFF */ /* 25% transparent version of ui-white */ /* 25% transparent version of ui-white */ /* 15% transparent version of black */ /* #575E75 */ /* #4C97FF */ /* #3373CC */ /* 35% transparent version of motion-primary */ /* 10% transparent version of motion-primary */ /* #FF661A */ /* #E64D00 */ /* #CF63CF */ /* #BD42BD */ /* #FFAB19 */ /* #FF8C1A */ /* #0FBD8C */ /* #0FBD8C */ /* #FF8C1A */ /* #FF8C1A */ /* #0FBD8C */ /* #0B8E69 */ /* 35% transparent version of extensions-primary */ /* opaque version of extensions-transparent, on white bg */ /* make sure to keep these in sync with other constants,
e.g. STAGE_DIMENSION_DEFAULTS in lib/screen-utils.js */ /* layout contants from `layout-constants.js` */ body {

} h2 {
    font-size: 1.125rem;
    font-weight: bold;
} p {
    font-size: 12px;
    line-height: 1.5em;
} .upload-progress-modal_common-scroll-bar_2GJvV::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0.5rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.5rem;
} .upload-progress-modal_common-scroll-bar_2GJvV::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09);
    background: #E5EAF1;
    border-radius: 0.8rem;
} .upload-progress-modal_common-scroll-bar_2GJvV::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 0.625rem;
    background: transparent;
} /*
    Contains constants for the z-index values of elements that are part of the global stack context.
    In other words, z-index values that are "inside" a component are not added here.
    This prevents conflicts between identical z-index values in different components.
*/ /* Toolbox z-index: 40; set in @ubt/ucode-blocks */ /* tooltips should go over add buttons if they overlap */ /* monitors go over add buttons */ /* Block drag z-index: 50; set in @ubt/ucode-blocks */ /* so it is draggable into other panes */ /* in most interfaces, the context menu is always on top */ .upload-progress-modal_modal-overlay_18_CF {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background-color: hsla(217, 13.0%, 31.6%, 0.72);
} .upload-progress-modal_progress-bar_2LODR {
  background: rgba(103, 151, 237, 0.15);
  width: 520px;
  height: 8px;
  border-radius: 21px;
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 16px;
  color: #D7E2EE;
  letter-spacing: 0;
  line-height: 8px;
  display:none
} .upload-progress-modal_progress-bar-downLoaded_1CoYf{
  display:none;
  font-size: 14px;
  height:14px;
  line-height: 14px;
  color: #53D8F2;
  margin-top: 12px;
} .upload-progress-modal_progress-bar-downLoad-error_ln48O{
  display:none;
  font-size: 14px;
  height:14px;
  line-height: 14px;
  color: red;
  margin-top: 12px;
} .upload-progress-modal_content-header_3Ruqn {
  height:63px;
  border-bottom:1px solid #e1e1e1;
  font-size: 16px;
  color: #193D62;
  text-align: center;
  line-height: 63px;
  width: 100%;
} .upload-progress-modal_content-box_1tiLg{
  margin: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

} .upload-progress-modal_progress-bar-icon_36OrB{
  width: 120px;
  height: 120px;
  border-radius:15px;
  margin-right: 20px;
  background-color: #c1c1c1;
} .upload-progress-modal_progress-bar-con_2BpdQ{
  height: 120px;
  width: 520px;
} .upload-progress-modal_progress-bar-con-title_3LEFd{
  height: 36px;
  width: 100%;
  font-size: 16px;
  color: #2E2B33;
  line-height: 36px;
} .upload-progress-modal_progress-bar-con-des_39uqJ{
  min-height: 40px;
  width: 100%;
  font-size: 14px;
  color: #3B4859;
  line-height: 20px;

} .upload-progress-modal_image_3wDnk {
  width: 22px;
  height: 22px;
  display: inline;
} .upload-progress-modal_content-footer_yfbFq{
  margin: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
 } .upload-progress-modal_button-class_77pL8{
  margin: 0 8px;
} .upload-progress-modal_button-class-home_1NPHJ{
  margin: 0 0 0 8px;
} .upload-progress-modal_button-problem_1m0hp{
  height: 40px;
  min-width: 80px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #5E69E9;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
} .upload-progress-modal_downLoad-loading_3RJjh{
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    -webkit-animation: upload-progress-modal_myMove1_3r2aC 1s linear infinite;
            animation: upload-progress-modal_myMove1_3r2aC 1s linear infinite;
} .upload-progress-modal_downLoad-loading_3RJjh img{
  width: 100%;
  height: 100%;
} @-webkit-keyframes upload-progress-modal_myMove1_3r2aC {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} @keyframes upload-progress-modal_myMove1_3r2aC {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/* #E5F0FF */ /* #E9F1FC */ /* #D9E3F2 */ /* 72% transparent version of motion-primary */ /* #FFFFFF */ /* 25% transparent version of ui-white */ /* 25% transparent version of ui-white */ /* 15% transparent version of black */ /* #575E75 */ /* #4C97FF */ /* #3373CC */ /* 35% transparent version of motion-primary */ /* 10% transparent version of motion-primary */ /* #FF661A */ /* #E64D00 */ /* #CF63CF */ /* #BD42BD */ /* #FFAB19 */ /* #FF8C1A */ /* #0FBD8C */ /* #0FBD8C */ /* #FF8C1A */ /* #FF8C1A */ /* #0FBD8C */ /* #0B8E69 */ /* 35% transparent version of extensions-primary */ /* opaque version of extensions-transparent, on white bg */ /* make sure to keep these in sync with other constants,
e.g. STAGE_DIMENSION_DEFAULTS in lib/screen-utils.js */ /* layout contants from `layout-constants.js` */ body {

} h2 {
    font-size: 1.125rem;
    font-weight: bold;
} p {
    font-size: 12px;
    line-height: 1.5em;
} .sb-file-tip_common-scroll-bar_ojDHf::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0.5rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.5rem;
} .sb-file-tip_common-scroll-bar_ojDHf::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09);
    background: #E5EAF1;
    border-radius: 0.8rem;
} .sb-file-tip_common-scroll-bar_ojDHf::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 0.625rem;
    background: transparent;
} /*
    Contains constants for the z-index values of elements that are part of the global stack context.
    In other words, z-index values that are "inside" a component are not added here.
    This prevents conflicts between identical z-index values in different components.
*/ /* Toolbox z-index: 40; set in @ubt/ucode-blocks */ /* tooltips should go over add buttons if they overlap */ /* monitors go over add buttons */ /* Block drag z-index: 50; set in @ubt/ucode-blocks */ /* so it is draggable into other panes */ /* in most interfaces, the context menu is always on top */ ul,li{list-style: none} .sb-file-tip_overlay_16cBM {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: hsla(217, 13.0%, 31.6%, 0.72);
} .sb-file-tip_content_14Mdg {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    outline: none;
    width: 360px;
    /* min-height: 370px; */
    border-radius: 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    background-color: hsla(0, 100%, 100%, 1);
} .sb-file-tip_content-div_2ANPY {
    margin: auto;
} .sb-file-tip_close-btn_3xCqk, .sb-file-tip_disabled-btn_6x27F {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    z-index: 510;
    background: url(static/assets/3ba6a9018a283a5eeabb8bc0fbd75957.svg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border-radius: 50%;
} .sb-file-tip_close-btn_3xCqk:hover {
    background: url(static/assets/7085245d3e17eb8e434ec1b211960f32.svg) no-repeat;
    background-size: 100% 100%;
} .sb-file-tip_sbFileTip_2lU5C {
    padding: 30px;
} .sb-file-tip_title_2JbCj {
    font-size: 16px;
    color: #2e2b33;
    text-align: center;
    font-weight: normal;
    margin: 0;
} .sb-file-tip_container_52z2A {
    margin: 20px auto;
    /* padding: 30px; */
    width: 100%;
    font-size: 14px;
} .sb-file-tip_tipBtn_2sKQ5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
} .sb-file-tip_toUpper_1uJVk {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    color: white;
    background-image: -webkit-gradient(linear,left top, right top,from(#627F95), to(#65737d));
    background-image: -o-linear-gradient(left,#627F95 0%, #65737d 100%);
    background-image: linear-gradient(90deg,#627F95 0%, #65737d 100%);
} .sb-file-tip_toUpper_1uJVk:hover {
    opacity: 0.8;
} .sb-file-tip_toOpen_2Zm6r {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5D5EEF), to(#7F9EFF));
    background-image: -o-linear-gradient(left, #5D5EEF 0%, #7F9EFF 100%);
    background-image: linear-gradient(90deg, #5D5EEF 0%, #7F9EFF 100%);
    border-radius: 20px;
    cursor: pointer;
    color: white;
} .sb-file-tip_toOpen_2Zm6r:hover {
    opacity: 0.8;
}
/* #E5F0FF */ /* #E9F1FC */ /* #D9E3F2 */ /* 72% transparent version of motion-primary */ /* #FFFFFF */ /* 25% transparent version of ui-white */ /* 25% transparent version of ui-white */ /* 15% transparent version of black */ /* #575E75 */ /* #4C97FF */ /* #3373CC */ /* 35% transparent version of motion-primary */ /* 10% transparent version of motion-primary */ /* #FF661A */ /* #E64D00 */ /* #CF63CF */ /* #BD42BD */ /* #FFAB19 */ /* #FF8C1A */ /* #0FBD8C */ /* #0FBD8C */ /* #FF8C1A */ /* #FF8C1A */ /* #0FBD8C */ /* #0B8E69 */ /* 35% transparent version of extensions-primary */ /* opaque version of extensions-transparent, on white bg */ /* make sure to keep these in sync with other constants,
e.g. STAGE_DIMENSION_DEFAULTS in lib/screen-utils.js */ /* layout contants from `layout-constants.js` */ body {

} h2 {
    font-size: 1.125rem;
    font-weight: bold;
} p {
    font-size: 12px;
    line-height: 1.5em;
} .tips-component_common-scroll-bar_3vDdi::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0.5rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.5rem;
} .tips-component_common-scroll-bar_3vDdi::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09);
    background: #E5EAF1;
    border-radius: 0.8rem;
} .tips-component_common-scroll-bar_3vDdi::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 0.625rem;
    background: transparent;
} /*
    Contains constants for the z-index values of elements that are part of the global stack context.
    In other words, z-index values that are "inside" a component are not added here.
    This prevents conflicts between identical z-index values in different components.
*/ /* Toolbox z-index: 40; set in @ubt/ucode-blocks */ /* tooltips should go over add buttons if they overlap */ /* monitors go over add buttons */ /* Block drag z-index: 50; set in @ubt/ucode-blocks */ /* so it is draggable into other panes */ /* in most interfaces, the context menu is always on top */ .tips-component_modal-overlay_39Zmi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: hsla(217, 13.0%, 31.6%, 0.72);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
} .tips-component_modal-content_1Kh8w {
    margin: auto;
    position: relative;
    width: 360px;
    outline: none;
    border-radius: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: hsla(225, 15%, 40%, 1);
    background: #ffffff;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
} .tips-component_illustration_WVVsY {
    margin: auto;
    left: 30px;
    top: 52px;
    position: absolute;
    outline: none;
    width: 90px;
    height: 90px;
    background-image: url(static/assets/d8dc8d876964d8487c105f63b5603ba7.png);
    background-size: 100% 100%;
} .tips-component_modal-text_F0ZSz {
    width: 100%;
    font-size: 14px;
    color: #627F95;
    line-height: 14px;
    text-align: center;
} .tips-component_modal-title_KgNmZ {
    font-size: 16px;
    color: #2E2B33;
    margin: 0 auto 32px auto;
    padding: 0;
    width: 100%;
    letter-spacing: 0;
    text-align: center;
} .tips-component_modal-message_RN816 {
    width: 80%;
    margin: 0 auto;
    line-height: 18px;
} .tips-component_modal-msg-container_Kfglc {
    height: 100%;
    overflow: hidden;
} .tips-component_modal-close-btn_OV6Gg {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: contain;
    cursor: pointer;
    background: url(static/assets/1736617d905155aef68042ee5992ec4a.png) no-repeat center;
} .tips-component_modal-close-btn_OV6Gg:hover {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: contain;
    background: url(static/assets/1691d179557259691a937f39aa6268e8.png) no-repeat center;
} .tips-component_modalBtnBox_1TgeY {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 38px;
} .tips-component_modal-btn_2dPdn {
    bottom: 24px;
    outline: none;
    border: none;
    width: 140px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5D5EEF), to(#7F9EFF));
    background-image: -o-linear-gradient(left, #5D5EEF 0%, #7F9EFF 100%);
    background-image: linear-gradient(90deg, #5D5EEF 0%, #7F9EFF 100%);
    border-radius: 24px;
    cursor: pointer;
} .tips-component_modal-btn_2dPdn:hover {
    opacity: 0.7;
} .tips-component_modal-btn_2dPdn:active {
    opacity: 1;
} .tips-component_modal-right-btn_28GJf {
    background-image: -webkit-gradient(linear, left top, right top, from(#5D5EEF), to(#7F9EFF));
    background-image: -o-linear-gradient(left, #5D5EEF 0%, #7F9EFF 100%);
    background-image: linear-gradient(90deg, #5D5EEF 0%, #7F9EFF 100%);
    border-radius: 24px;
} .tips-component_modal-right-btn2_3VpnR {
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    /* background: #4D90FF; */
    border-radius: 100px;
} .tips-component_modal-left-btn_3llnK {
    background-image: -webkit-gradient(linear, right top, left top, from(#A8BACE), to(#627F95));
    background-image: -o-linear-gradient(right, #A8BACE 0%, #627F95 100%);
    background-image: linear-gradient(270deg, #A8BACE 0%, #627F95 100%);
    border-radius: 24px;
    margin-right: 16px;
} .tips-component_modal-bottom-ctrl_RWDO_{
    font-size: 14px;
    color: #5E69E9;
    text-align: right;
    padding-top: 12px;
    text-decoration: underline;
} [dir="rtl"] .tips-component_modal-bottom-ctrl_RWDO_{
    text-align: left;
} .tips-component_modal-bottom-ctrl-btn_28hDp{
    cursor: pointer;
}
/* #E5F0FF */ /* #E9F1FC */ /* #D9E3F2 */ /* 72% transparent version of motion-primary */ /* #FFFFFF */ /* 25% transparent version of ui-white */ /* 25% transparent version of ui-white */ /* 15% transparent version of black */ /* #575E75 */ /* #4C97FF */ /* #3373CC */ /* 35% transparent version of motion-primary */ /* 10% transparent version of motion-primary */ /* #FF661A */ /* #E64D00 */ /* #CF63CF */ /* #BD42BD */ /* #FFAB19 */ /* #FF8C1A */ /* #0FBD8C */ /* #0FBD8C */ /* #FF8C1A */ /* #FF8C1A */ /* #0FBD8C */ /* #0B8E69 */ /* 35% transparent version of extensions-primary */ /* opaque version of extensions-transparent, on white bg */ /* make sure to keep these in sync with other constants,
e.g. STAGE_DIMENSION_DEFAULTS in lib/screen-utils.js */ /* layout contants from `layout-constants.js` */ body {

} h2 {
    font-size: 1.125rem;
    font-weight: bold;
} p {
    font-size: 12px;
    line-height: 1.5em;
} .loading-modal_common-scroll-bar_2m-Qe::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0.5rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.5rem;
} .loading-modal_common-scroll-bar_2m-Qe::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09);
    background: #E5EAF1;
    border-radius: 0.8rem;
} .loading-modal_common-scroll-bar_2m-Qe::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 0.625rem;
    background: transparent;
} /*
    Contains constants for the z-index values of elements that are part of the global stack context.
    In other words, z-index values that are "inside" a component are not added here.
    This prevents conflicts between identical z-index values in different components.
*/ /* Toolbox z-index: 40; set in @ubt/ucode-blocks */ /* tooltips should go over add buttons if they overlap */ /* monitors go over add buttons */ /* Block drag z-index: 50; set in @ubt/ucode-blocks */ /* so it is draggable into other panes */ /* in most interfaces, the context menu is always on top */ .loading-modal_overlay_35oal {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: rgba(23,31,40,0.3);
} .loading-modal_content_1_mVm {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    width: 360px;
    height: 15.1875rem;
    border-radius: 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    /*background-color: $ui-white;*/
} .loading-modal_content-div_2nPf7 {
    margin: auto;
    position: absolute;
    width: 100%;
    top: 0;
    height: 30%;
    bottom: 0;
    left: 0;
    text-align: center;
} .loading-modal_loading-icon_2IJV- {
    width: 3rem;
    height: 3rem;
} .loading-modal_loading-spin_18QY7 {
    -webkit-animation: loading-modal_spin_3qF-D 3s linear infinite;
            animation: loading-modal_spin_3qF-D 3s linear infinite;
} @-webkit-keyframes loading-modal_spin_3qF-D {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} @keyframes loading-modal_spin_3qF-D {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} .loading-modal_text_1YmSA {
    font-size: 14px;
    color: #5E69E9;
    letter-spacing: 0;
    text-align: center;
    display: block;
    line-height: 1.3rem;
    padding: 0.2rem 2rem;
    margin: 0;
    font-weight: 500;
} .loading-modal_close-btn_1GTkF, .loading-modal_disabled-btn_aL-Mm {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 42px;
    height: 42px;
    border: none;
    outline: none;
    z-index: 510;
    background: url(static/assets/d3768426457ec239dbc678e4cdc3991d.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    display: none; /* no close button */
} .loading-modal_close-btn_1GTkF:hover {
    opacity: 0.6;
} .loading-modal_close-btn_1GTkF:active {
    opacity: 1;
} .loading-modal_disabled-btn_aL-Mm {
    opacity: 0.6;
    cursor: not-allowed;
}

