You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__tasks__Jupyter.fd66e319....

1156 lines
49 KiB

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-statistic {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
}
.ant-statistic-title {
margin-bottom: 0px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
}
.ant-statistic-content {
color: rgba(0, 0, 0, 0.85);
font-size: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ant-statistic-content-value {
display: inline-block;
direction: ltr;
}
.ant-statistic-content-value-decimal {
font-size: 16px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
display: inline-block;
}
.ant-statistic-content-prefix {
margin-right: 4px;
}
.ant-statistic-content-suffix {
margin-left: 4px;
font-size: 16px;
}
.ant-statistic-rtl {
direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
margin-right: 0;
margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
margin-right: 4px;
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.bg___3hUp0 {
height: 100vh;
}
.header___1T3qP {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
height: 60px;
background-color: #070f1a;
padding-left: 30px;
z-index: 99;
font-size: 14px;
}
.header___1T3qP [class~='ant-statistic-content'] {
font-size: 14px;
color: #fff !important;
}
.dragingMask___2ws9_ {
bottom: 0;
position: fixed;
position: absolute;
background: rgba(0, 0, 0, 0.5);
z-index: 902;
top: 0;
width: 100%;
}
.content___3T3D2 {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-align: center;
align-items: center;
}
.content___3T3D2 .leftContainer___2glEu {
position: relative;
height: 100%;
}
.content___3T3D2 .leftContainer___2glEu .tabNav___1M9T6 {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
padding: 0;
border-bottom: 1px solid #ddd;
}
.content___3T3D2 .leftContainer___2glEu .tabNav___1M9T6 > div {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
height: 40px;
line-height: 40px;
overflow: hidden;
text-align: center;
border-bottom: 2px solid #4cacff;
color: #05101a;
font-size: 16px;
}
.content___3T3D2 .leftContainer___2glEu .mdContent___1g5St {
height: calc(100% - 57px);
overflow-y: auto;
padding: 16px;
}
.content___3T3D2 .resizeBar___2cdua {
width: 4px;
cursor: ew-resize;
height: 100%;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-ms-flex-pack: center;
justify-content: center;
background: #111c24;
}
.content___3T3D2 .resizeBar___2cdua.has-unity-3d___BA2-j {
cursor: inherit;
width: 0;
}
.content___3T3D2 .resizeBar___2cdua.has-unity-3d___BA2-j .btn-resize___TRleN {
margin-left: 0;
}
.content___3T3D2 .resizeBar___2cdua .btn-resize {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
text-align: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: 24px;
height: 24px;
font-size: 24px;
z-index: 903;
border-radius: 50%;
position: absolute;
margin-left: -10px;
opacity: 0.7;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
background-color: #e0e0e0;
color: rgba(0, 0, 0, 0.87);
}
.content___3T3D2 .resizeBar___2cdua .btn-resize:hover {
opacity: 1;
}
.content___3T3D2 .rightCotainer___3hfgn {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 1;
flex: 1 1;
position: relative;
height: 100%;
background: #111c24;
}
.user___3gcln {
color: #fff;
}
.user___3gcln img {
width: 30px;
height: 30px;
border-radius: 50%;
}
.titleWrap___BPyXW {
color: #fff !important;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.title___1hc9j {
font-size: 16px;
line-height: 40px;
height: 30px;
}
.endTimeWrap___tCmLs {
width: 1px;
height: 1px;
overflow: hidden;
display: block;
}
.colorGray___2s62a {
color: #888;
}
.main___g8cKX {
position: absolute;
overflow: hidden;
width: 100%;
height: calc(100vh - 130px);
}
.loadFail___1h3vW {
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
.reload___2TZng {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.failIcon___3mbwQ {
font-size: 100px;
color: #f5f5f5;
text-align: center;
}
.failWrap___138EN {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.failReload___3eeAm {
color: #1e8ffd;
font-size: 12px;
cursor: pointer;
margin-right: 18px;
}
.dataSetButton___38M58 {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
background-image: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAACRCAYAAABAMKFdAAADsklEQVR4Xu2cv4scZRjHP8/s3ryj3s6sez/MzhyXI2rUIlH0ukSFg8QfWIgKEvEHYpHKQol2CmIVBBGxEhGxsEmhlf4DYidY2NuZSsRKwpl5ZPZc2ZDbc++5vZtXeKae77uf/bzfnV1mdx8h3kMkRrasP3yk1uSDmOAk5MPHEHkDON9Iax0uK1ZP1HQuCPIicO/kTrYBl2b9Y2fQzjnQ8woPTpN0uHC9aqkLJ7sdvU+VhxTdFJXTCNksXd8/3MrKYvpn53jS7a7U1P3kuhQqWigMRHSISqnCENgQWJoFYto5M8EtFMPNRHkB5HGEe4DkIA86a3ZPuIV+9UCi9Ucgj8664DzPmwYXQlF+CHoRpDPPB9zPWjfD9aqlIPo1wsP7Wegwzr0RLl8bBKl/gFGvWj8m4ZJQlN+Nr86tk01e/NK8fE+Ed2OAGjOMzIV87W6of0ZIo4NL8/ILEV6JCWznjb9Yvz3oX1cRQnRwWb98VZXPYwMbmUvz4Zci8lKccEX5k8D9scL9LtCPEi4Uw22QbqRwpcYINnpBhMLhTJvj5kzavHNWbW7OzR3AgDXq1zk3ZzVgzXnn3JzVgDXnnXNzVgPWnHfOzVkNWHPeOTdnNWDNeefcnNWANeedm7u56zVnm0U7Cd9bFz9obuq2Xvvj151vFFu8oe1w1u11c27OasCa8865OasBa8475+asBqw575ybsxqw5rxzbs5qwJrzzrk5qwFr7v/Zuahv5Fi3Yp45v3lotenm3JzVgDXnnXNzVgPWnHfOzVkNWHPeOTdnNWDNeefcnNWANeedc3NWA9acd87NWQ1YcxL135bTovxNYGB9doeZk7Qof5SdCT/RHc2l5DPgtejIdiYglBdE+CpKOJaXe+l2elXgttgAx78uvAy8HSVcr1cuX0v4RWAxJsB/Z+SEvHwd4eMo4RqoUFRXQJ+LBfDG0UeDQR7q7FuUMzEA7jLRqrw1FHoF5Mm2AaeN2+qmxfAtQd4BbmkLcs9BZaFYvRMWLkP9dBszwWYa8Zb1j23Umjwv0Eza2xTIj8LmTHA3gSzesbqQyIYIx0U666Dr1JxAOAWsz2uWog1uL22DQd7dzk51Ejmt6FmBZnZdZTE9f7hdKEK+dpeIbin6LOjWrDN5jgRukrd5q9xO9JkaufhfnyOPHG4SNCuqLVUuIfrEbtveKtwYKBTlOeAT4OQkZBRw/wA1cxbfBy6NX+0xwY0Ys7x6WdFPm6lu0cGNPh31qqdI6m+ihBsB9qs3/wb3Al1Npco7wAAAAABJRU5ErkJggg==);
height: 141px;
width: 38px;
position: absolute;
right: 0px;
top: 32%;
cursor: pointer;
left: auto;
z-index: 11;
padding-top: 15px;
}
.dataSetText___k4Y8a {
-webkit-writing-mode: tb-rl;
-ms-writing-mode: tb-rl;
writing-mode: tb-rl;
color: #fff;
padding-left: 10px;
}
.dataSetOpen___Eqml_ {
right: 330px;
animation-duration: 2s;
animation: mymove___3BEqr 0.35s;
animation-fill-mode: forwards;
}
.footer___icPw1 {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 70px;
position: fixed;
bottom: 0;
left: 0;
z-index: 900;
width: 100%;
}
.footer___icPw1 > span {
position: absolute;
left: 20px;
font-size: 14px;
color: #333;
}
.footer___icPw1 > button {
height: 40px;
border-radius: 4px;
font-size: 16px;
}
.start___2WJgs {
width: 100%;
height: 100%;
background-color: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-direction: column;
flex-direction: column;
}
.start___2WJgs .title___1hc9j {
font-size: 16px;
color: #272a3a;
}
.start___2WJgs > b {
display: inline-block;
color: #0152d9;
font-size: 30px;
margin-top: 30px;
margin-bottom: 70px;
}
.start___2WJgs .liWarp___1I-fd {
width: 774px;
max-height: 500px;
overflow-y: auto;
}
.start___2WJgs .liWarp___1I-fd .li___3Vt_p {
width: 333px;
height: 30px;
line-height: 28px;
border-radius: 4px;
border: 1px solid #0152d9;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
padding: 0 12px;
color: #0152d9;
display: inline-block;
margin: 0px 26px 23px 26px;
cursor: pointer;
}
.start___2WJgs .liWarp___1I-fd .li___3Vt_p i {
margin-right: 6px;
}
.start___2WJgs .liWarp___1I-fd .li___3Vt_p:hover {
line-height: 30px;
background: #0152d9;
color: #fff;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-drawer {
position: fixed;
z-index: 1000;
width: 0%;
height: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer > * {
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
position: absolute;
width: 100%;
height: 100%;
}
.ant-drawer .ant-drawer-content {
width: 100%;
height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
top: 0;
width: 0%;
height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
width: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left {
left: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper {
left: 0;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right {
right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right.ant-drawer-open.no-mask {
right: 1px;
-ms-transform: translateX(1px);
transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
left: 0;
width: 100%;
height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
height: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top {
top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom {
bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
bottom: 1px;
-ms-transform: translateY(1px);
transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
height: 100%;
opacity: 1;
transition: none;
animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
pointer-events: auto;
}
.ant-drawer-title {
margin: 0;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
font-size: 14px;
line-height: 22px;
}
.ant-drawer-content {
position: relative;
z-index: 1;
overflow: auto;
background-color: #fff;
background-clip: padding-box;
border: 0;
}
.ant-drawer-close {
position: absolute;
top: 0;
right: 0;
z-index: 10;
display: block;
padding: 15px;
color: rgba(0, 0, 0, 0.45);
font-weight: 700;
font-size: 14px;
font-style: normal;
line-height: 1;
text-align: center;
text-transform: none;
text-decoration: none;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
transition: color 0.3s;
text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.ant-drawer-header-no-title .ant-drawer-close {
margin-right: var(--scroll-bar);
/* stylelint-disable-next-line function-calc-no-invalid */
padding-right: calc(15px - var(--scroll-bar));
}
.ant-drawer-header {
position: relative;
padding: 11px 16px;
color: rgba(0, 0, 0, 0.85);
background: #fff;
border-bottom: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0;
}
.ant-drawer-header-no-title {
color: rgba(0, 0, 0, 0.85);
background: #fff;
}
.ant-drawer-wrapper-body {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
height: 100%;
}
.ant-drawer-body {
-ms-flex-positive: 1;
flex-grow: 1;
padding: 16px;
overflow: auto;
font-size: 12px;
line-height: 1.66667;
word-wrap: break-word;
}
.ant-drawer-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 8px 8px;
border-top: 1px solid #f0f0f0;
}
.ant-drawer-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0, 0, 0, 0.45);
opacity: 0;
filter: alpha(opacity=45);
transition: opacity 0.3s linear, height 0s ease 0.3s;
pointer-events: none;
}
.ant-drawer-open-content {
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-drawer .ant-picker-clear {
background: #fff;
}
@keyframes antdDrawerFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ant-drawer-rtl {
direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
right: auto;
left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.drawerWrap___30u-E div[class~='ant-drawer-content-wrapper'] {
width: 330px;
padding-top: 60px;
}
.drawerWrap___30u-E div[class~='ant-drawer-wrapper-body'] {
overflow: hidden;
background: #070f1a;
padding-bottom: 40px;
}
.drawerWrap___30u-E div[class~='ant-drawer-body'] {
padding: 0px;
}
.drawer___25Cz3 {
height: 100%;
}
.title___2sb8_ {
padding-left: 20px;
height: 49px;
line-height: 49px;
background: #070f1a;
color: #ffffff;
border-top: 1px solid #17212f;
}
.titleIcon___2sEYD {
color: #28b887;
font-size: 30px;
margin-right: 20px;
}
.filePathWrap___1lqDk {
color: #888;
font-size: 16px;
background: #070f1a;
border-bottom: 1px solid #17212f;
border-top: 1px solid #17212f;
padding-top: 5px;
}
.filePathContent___3g6vP {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
}
.folderName___1_P2P {
margin-left: 20px;
color: #ffffff;
height: 45px;
line-height: 45px;
max-width: 186px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
width: 186px;
}
.copy___2Lnre {
height: 45px;
line-height: 45px;
color: #0152d9;
font-size: 14px;
margin-right: 10px;
}
.listWrap___W2kd8 {
overflow-y: auto;
margin-left: 20px;
height: calc(100vh - 240px);
}
.item___2WUk2 {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
}
.itemText___2QG3L {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: #ffffff;
max-width: 152px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
width: 152px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.diff-panel-container___XlGUk {
width: 100%;
height: 100%;
color: #fff;
font-size: 0;
overflow: hidden;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-weight: normal;
font-feature-settings: 'liga' 0, 'calt' 0;
}
.diff-panel-container___XlGUk div {
width: 49.5%;
white-space: pre;
overflow-x: auto;
line-height: 18px;
font-size: 12px;
display: inline-block;
letter-spacing: 0px;
vertical-align: top;
padding: 10px 14px;
background: #f5f5f5;
border-radius: 4px;
color: #333;
min-height: 80px;
}
.diff-panel-container___XlGUk div:first-child {
margin-right: 1%;
}
.diff-panel-container___XlGUk .line-break___3Po-A {
display: block;
height: 20px;
}
.diff-panel-container___XlGUk del {
color: #dd5555;
white-space: pre;
text-decoration: none;
}
.diff-panel-container___XlGUk del:empty {
display: none;
}
.diff-panel-container___XlGUk del.empty___3j3Wi {
background: hsl(0, 67%, 60%);
}
.diff-panel-container___XlGUk ins {
color: #2ea44f;
white-space: pre;
text-decoration: none;
}
.diff-panel-container___XlGUk ins:empty {
display: none;
}
.diff-panel-container___XlGUk ins.empty___3j3Wi {
background: #2ea44f;
}
.diff-panel-container-2___2D6_x {
background: none;
}
.diff-panel-container-2___2D6_x > div {
background: none;
padding-top: 0;
}
.diff-panel-container-2___2D6_x ins {
white-space: pre;
text-decoration: none;
color: #333;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.choose-game-item___WfH7Z {
padding: 16px 15px;
border-radius: 4px;
}
.choose-game-item___WfH7Z p {
margin: 0;
}
.choose-game-item___WfH7Z .output-title-container___3NwgO {
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: justify;
justify-content: space-between;
color: #333;
-ms-flex-align: center;
align-items: center;
margin-bottom: 12px;
}
.choose-game-item___WfH7Z .output-title-container___3NwgO span {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
}
.choose-game-item___WfH7Z .output-title-container___3NwgO span span {
-ms-flex: initial;
flex: initial;
}
.choose-game-item___WfH7Z .output-title-container___3NwgO span span:nth-child(1) {
margin-left: 9px;
-ms-flex: 1 1;
flex: 1 1;
}
.choose-game-item___WfH7Z .output-title-container___3NwgO .output-title___3To7G {
color: #333;
}
.test-case-list___21iUT {
padding: 0;
position: fixed;
z-index: 905;
bottom: 70px;
left: 0;
width: 100%;
background-color: #fff;
height: 300px;
}
.test-header___1Or85 {
width: 100%;
height: 34px;
padding: 0 25px;
line-height: 34px;
color: #f4f1ed;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
background-color: #111c24;
border-bottom: 1px solid #222c34;
}
.test-header___1Or85 a {
color: #747a7f;
}
.test-header___1Or85 span {
position: relative;
display: block;
cursor: pointer;
padding: 0 25px;
}
.test-header___1Or85 span.active___19fk-:after {
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
top: auto;
bottom: 0;
right: auto;
height: 2px;
width: 20px;
background-color: #29bd8b;
}
.resize-y-bar___1UDWa {
height: 3px;
background: #111c24;
cursor: ns-resize;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.resize-y-bar___1UDWa > i {
color: #111c24;
position: absolute;
top: 50%;
left: 50%;
margin-top: -7px;
z-index: 10;
}
.test-result___tYDK3 {
font-size: 14px;
font-family: PingFangSC-Bold, PingFang SC;
line-height: 25px;
font-weight: bold;
width: 100%;
display: inline-block;
margin-bottom: 10px;
}
.test-result___tYDK3 p {
font-size: 14px !important;
}
.test-result___tYDK3 .markdown-body___3-KhD p {
white-space: normal;
}
.test-result___tYDK3.success___2OfOn {
color: #29bd8b;
}
.test-result___tYDK3.failer___2VGze {
color: #dd5555 !important;
}
.test-result___tYDK3.failer___2VGze p {
color: #dd5555 !important;
}
.test-result___tYDK3 img {
display: block;
margin-right: 5px;
}
.test-result___tYDK3 .count___qFRJr {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
float: left;
-ms-flex-align: center;
align-items: center;
line-height: 25px;
padding: 0 10px 0 4px;
}
.test-case-item___3hhFP {
width: 100%;
margin: 0 auto 20px auto;
border-radius: 4px;
border: 1px solid #dedede;
font-size: 14px;
}
.test-case-item___3hhFP .case-header___JtLmE {
padding: 9px 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #dedede;
}
.test-case-item___3hhFP .case-header___JtLmE .iconfont___2SyLv {
font-size: 14px !important;
color: #f4f1ed;
}
.test-case-item___3hhFP .case-header___JtLmE .description___2Pe8J {
color: #616b77;
padding: 0 8px;
font-size: 12px;
}
.test-case-item___3hhFP .item-desc___1hgqX {
display: none;
}
.test-case-item___3hhFP .item-desc___1hgqX.show___2cRso {
display: block;
}
.test-case-item___3hhFP .item-tip___ucSVS {
font-size: 12px;
color: #c67676;
line-height: 12px;
}
.test-case-item___3hhFP h2 {
font-size: 14px;
color: #bfbfbf;
margin: 0;
line-height: 21px;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-align: center;
align-items: center;
}
.test-case-item___3hhFP h4 {
font-size: 14px;
color: #637da6;
line-height: 14px;
padding: 15px 0 5px 0;
}
.test-case-item___3hhFP p {
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
}
.arrow-down___H7ffD {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #bfbfbf;
}
.test-title___3ymqs {
margin-left: 10px;
font-weight: 400;
color: #333;
}
.arrow-right___34mQw {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 8px solid #bfbfbf;
}
.case-info___3lG1j {
-ms-flex: 1 0;
flex: 1 0;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
}
.case-info___3lG1j i,
.case-info___3lG1j img {
margin-left: 8px;
}
.test-case-run-header___yyiFL {
color: #617c93;
font-size: 14px;
padding: 10px 0;
}
.test-case-run-wrp___N-VB1 textarea {
background: none;
border: none;
color: #fff;
resize: none;
}
.test-case-run-wrp___N-VB1 > div:nth-child(2) > div {
color: #fff;
background: #1b2a37;
margin-right: 12px;
}
.title___2shYw {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-top: 28px;
margin-bottom: 20px;
}
.warp___3CAK7 {
padding: 0 30px;
overflow: auto;
height: 100%;
}
.warp___3CAK7 div[class~='ant-spin-nested-loading'] {
height: 100%;
}
.spin___26jAt {
background-color: #fff;
}
.diff-panel-container___n3jbN {
width: 100%;
height: 100%;
color: #fff;
font-size: 0;
overflow: hidden;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-weight: normal;
font-feature-settings: 'liga' 0, 'calt' 0;
}
.diff-panel-container___n3jbN div {
width: 49.5%;
white-space: pre;
overflow-x: auto;
line-height: 18px;
font-size: 12px;
display: inline-block;
letter-spacing: 0px;
vertical-align: top;
padding: 10px 14px;
background: #f5f5f5;
border-radius: 4px;
color: #333;
min-height: 80px;
}
.diff-panel-container___n3jbN div:first-child {
margin-right: 1%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face{font-family:KaTeX_AMS;src:url(./static/KaTeX_AMS-Regular.d4531cf7.woff2) format("woff2"),url(./static/KaTeX_AMS-Regular.b1489df1.woff) format("woff"),url(./static/KaTeX_AMS-Regular.f80d9eaf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Bold.f046a374.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Bold.7ce7636b.woff) format("woff"),url(./static/KaTeX_Caligraphic-Bold.0c96bc8f.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Regular.4519ba4c.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Regular.4a559f36.woff) format("woff"),url(./static/KaTeX_Caligraphic-Regular.35f3c951.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Bold.5b8749ee.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Bold.2ea3916b.woff) format("woff"),url(./static/KaTeX_Fraktur-Bold.069514d4.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Regular.2c629b06.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Regular.0d90113d.woff) format("woff"),url(./static/KaTeX_Fraktur-Regular.96556db6.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Bold.20b90c20.woff2) format("woff2"),url(./static/KaTeX_Main-Bold.a9cdbc85.woff) format("woff"),url(./static/KaTeX_Main-Bold.07e762d0.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-BoldItalic.b345de5b.woff2) format("woff2"),url(./static/KaTeX_Main-BoldItalic.7649d52f.woff) format("woff"),url(./static/KaTeX_Main-BoldItalic.bc8d96e9.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Italic.ab751a9e.woff2) format("woff2"),url(./static/KaTeX_Main-Italic.e3954fe9.woff) format("woff"),url(./static/KaTeX_Main-Italic.44a32ae6.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Regular.13b3f852.woff2) format("woff2"),url(./static/KaTeX_Main-Regular.9e75cd60.woff) format("woff"),url(./static/KaTeX_Main-Regular.af7fc7b3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-BoldItalic.d5d35e84.woff2) format("woff2"),url(./static/KaTeX_Math-BoldItalic.94810ff6.woff) format("woff"),url(./static/KaTeX_Math-BoldItalic.4d6241be.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-Italic.ffda8803.woff2) format("woff2"),url(./static/KaTeX_Math-Italic.11278d36.woff) format("woff"),url(./static/KaTeX_Math-Italic.cae7ea26.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Bold.5a20a475.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Bold.2946bdb5.woff) format("woff"),url(./static/KaTeX_SansSerif-Bold.f0ad0abc.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Italic.e5fc2aef.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Italic.c834ba6d.woff) format("woff"),url(./static/KaTeX_SansSerif-Italic.c7feacd5.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Regular.5bf28900.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Regular.a4fd0563.woff) format("woff"),url(./static/KaTeX_SansSerif-Regular.5af9e1cf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(./static/KaTeX_Script-Regular.a1c15978.woff2) format("woff2"),url(./static/KaTeX_Script-Regular.cd3b0634.woff) format("woff"),url(./static/KaTeX_Script-Regular.dd0db7ae.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(./static/KaTeX_Size1-Regular.1876361f.woff2) format("woff2"),url(./static/KaTeX_Size1-Regular.c4ae0d25.woff) format("woff"),url(./static/KaTeX_Size1-Regular.bbd9552c.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(./static/KaTeX_Size2-Regular.f516b73c.woff2) format("woff2"),url(./static/KaTeX_Size2-Regular.635e9324.woff) format("woff"),url(./static/KaTeX_Size2-Regular.d1e8ff17.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(./static/KaTeX_Size3-Regular.1ef7adae.woff2) format("woff2"),url(./static/KaTeX_Size3-Regular.f32a9fde.woff) format("woff"),url(./static/KaTeX_Size3-Regular.5d632274.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(./static/KaTeX_Size4-Regular.4f012d6a.woff2) format("woff2"),url(./static/KaTeX_Size4-Regular.f668d566.woff) format("woff"),url(./static/KaTeX_Size4-Regular.1d132596.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(./static/KaTeX_Typewriter-Regular.4f31d033.woff2) format("woff2"),url(./static/KaTeX_Typewriter-Regular.d3c8e68f.woff) format("woff"),url(./static/KaTeX_Typewriter-Regular.b1d1af1a.ttf) format("truetype");font-weight:400;font-style:normal}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.11.1"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathdefault{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left}