*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
    display: block;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    white-space: pre
}
a{
    color: #37474f;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0,0,0,0.85);
    font-weight: 500;
}
b, strong {
    font-weight: bolder;
}
img {
    vertical-align: middle;
    border-style: none;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
html{
    --antd-wave-shadow-color: #37474f;    
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
}
html body{
    height: 100%;
    overflow: auto;
}
body{
    min-width: 900px;
    display: block;
    overflow: auto;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
}
#cgcode_app{
    min-height: 94vh;
    display: flex;
    flex-direction: column;
}
.cgcode_homewrapper{
    min-width: 300px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    flex: 1 1 auto;
}
.cgcode_layout{
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100%;
    min-width: 896px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
.cgcode_main{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    z-index: 0;
    min-height: 0;
}
.cgcode_content{
    display: flex;
    flex-direction: column;
    min-height: 0;
    z-index: 0;
    flex: 1 1 auto;
}
.cgcode_content>div{
    min-height: 0;
    flex: 1 1 0;
}
.cgcode_LeftContainer{
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}
.cgcode_ResizeBar{
    z-index: 1;
    color: rgb(176, 190, 197);
    background: linear-gradient(rgb(250, 250, 250) 10%, white 90%);
}
.cgcode_RightContainer{
    display: flex;
    flex-direction: column;
    z-index: 0;
    overflow-y: auto;
    position: relative;
}
.cgcode_side-tools{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.cgcode_wrapper{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.cgcode_bottom-container{
    position: relative;
}
.cgcode_TabView{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cgcode_TabViewHeader{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
    background: rgb(250, 250, 250);
    overflow: hidden;
}
.cgcode_show_content {
    display: flex;
}
.cgcode_hidden_content{
    display: none;
}
.cgcode_show_content,.cgcode_hidden_content{
    border-right: 1px solid #eee;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
}
.cgcode_TabHeaderContainer{
    max-width: none;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.cgcode_TabHeaderContainer::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.cgcode_show_TabHeader{
    color: rgb(55, 71, 79);
    background: rgb(255, 255, 255);
}
.cgcode_hidden_TabHeader{
    color: rgb(117, 117, 117);
    background: transparent;
}
.cgcode_show_TabHeader,.cgcode_hidden_TabHeader{
    text-overflow: ellipsis;
    white-space: pre;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1;
    height: 40px;
    font-size: 12px;
    max-width: 160px;
    overflow: hidden;
    flex: 0 1 120px;
}
.cgcode_show_TabHeader::after{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    right: 0;
    background: rgb(238, 238, 238);
}
.cgcode_hidden_TabHeader::before{
    content: "";
    height: 40%;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    background: rgb(238, 238, 238);
}
.cgcode_TabHeaderContainer>div>*{
    overflow: hidden;
}
.cgcode_TabHeaderContainer>div>a{
    display: flex;
    color: inherit;
    flex: 1 1 0;
    text-decoration: none;
}
.cgcode_TabHeaderRow{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    color: inherit;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    line-height: 16px;
    padding: 12px;
}
.cgcode_TabHeaderRow>div{
    display: flex;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.cgcode_TabHeader{
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.cgcode_description__2b0C{
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-overflow-scrolling: touch;
}
.cgcode_css-tt3ivf-Title{
   
   
}
.cgcode_css-tt3ivf-Title a{
    color: rgb(66, 66, 66);
    text-overflow: ellipsis;
    white-space: pre;
    text-decoration: none;
    overflow: hidden;
}
.cgcode_css-14c3gsg-Tools{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(84, 110, 122);
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px;
    user-select: none;
    padding: 0 0 16px;
    border-bottom: 1px solid rgb(232, 232, 232);
}
.cgcode_Difficulty{
    color: rgb(97, 97, 97);
    margin-right: 15px;
}
.cgcode_css-14c3gsg-Tools button {
    margin-right: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 10px;
}
.cgcode_css-1i7zy6w-Button {
    line-height: 12px;
    cursor: pointer;
    color: rgb(97, 97, 97);
    outline: 0;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    transition: color 0.18s ease-in-out 0s;
}
.cgcode_css-1cl4b6x-Button{
    line-height: 12px;
    cursor: pointer;
    color: rgb(97, 97, 97);
    outline: 0;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    transition: color 0.18s ease-in-out 0s;
}
.cgcode_content__1Y2H {
    margin: 1em 0;
    font-size: 13px;
}
.cgcode_content__1Y2H p {
    font-size: inherit;
}
.cgcode_content__1Y2H img {
    max-width: 100%;
    height: auto!important;
}
.cgcode_content__1Y2H pre {
    white-space: pre-wrap;
    background: #f7f9fa;
    padding: 10px 15px;
    color: #263238;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 3px;
}
.cgcode_css-dhjq4w-Submission {
    text-align: left;
    line-height: 1;
    margin: 24px 0 6px;
}
.cgcode_css-dhjq4w-Submission>div{
    display: inline-block;
}
.cgcode_css-1oj4zir-Type {
    color: rgb(117, 117, 117);
    font-size: 12px;
    margin: 0;
}
.cgcode_css-w1molw-Count {
    font-family: FetteMittelschrift, sans-serif;
    color: rgb(66, 66, 66);
    margin: 0 0 0 8px;
}
.cgcode_css-1qt0p03-Separator {
    display: inline-block;
    width: 1px;
    height: 18px;
    vertical-align: middle;
    margin: 0 16px;
    background: rgb(224, 224, 224);
}
.cgcode_container__35eI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
}
.cgcode_container__35eI .cgcode_label__1TJ4 {
    font-size: 13px;
    line-height: 100%;
    color: #757575;
}
.cgcode_container__35eI .cgcode_contributors__1Ef7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
}
.cgcode_container__35eI .cgcode_contributors__1Ef7>div:last-child {
    margin-right: 0;
}
.cgcode_container__35eI .cgcode_contributors__1Ef7>div {
    margin-right: 10px;
}
.cgcode_avatar__3dBl {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.cgcode_css-isal7m {
    background: white;
    border-top: 1px solid rgb(238, 238, 238);
    overflow: hidden;
}
.cgcode_css-1ld1cnq-baseHeaderStyle{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: rgb(117, 117, 117);
    min-height: 40px;
    transition: padding 0.3s ease 0s, color 0.3s ease 0s;
    padding: 0;
}
.cgcode_css-1hky5w4 {
    height: 0;
    opacity: 0;
    transition: height 0.3s ease 0s, opacity 0.15s ease 0s;
    overflow: hidden;
}
.cgcode_css-1hky5w4::after {
    content: "";
    display: block;
    margin-bottom: 15px;
}
.cgcode_css-1jqueqk {
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 0;
    overflow: hidden;
}
.cgcode_header__1If0 {
    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;
    font-size: 13px;
}
.cgcode_css-1y50gc9-icon{
    vertical-align: middle;
    fill: currentcolor;
    width: 18px;
    height: 18px;
    transform: rotate(0deg);
    overflow: hidden;
    flex: 0 0 auto;
    transition: transform 0.3s ease 0s;
}
.cgcode_header__22S7 {
    font-size: 13px;
}
.cgcode_topic-tags__1S89 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cgcode_css-17pj4zl-TagWrapper {
    display: inline-flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    color: rgb(38, 50, 56);
    background-color: rgb(245, 245, 245);
    user-select: none;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 1000px;
    transition: all 0.3s ease 0s;
    padding: 5px 8px;
}
.cgcode_css-8y9fej-baseHeaderStyle {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: rgb(117, 117, 117);
    min-height: 40px;
    transition: padding 0.3s ease 0s, color 0.3s ease 0s;
    padding: 21px 0;
}
.cgcode_css-vrmejz {
    height: 39px;
    opacity: 1;
    transition: height 0.3s ease 0s, opacity 0.15s ease 0s;
    overflow: hidden;
}
.cgcode_header___3eQ {
    font-size: 13px;
}
.cgcode_question__3cwj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-self: center;
}
.cgcode_question__3cwj+.cgcode_question__3cwj {
    margin-top: 20px;
}
.cgcode_title__2Eh1, .cgcode_title__2Eh1:hover {
    color: #424242;
}
.cgcode_title__2Eh1 {
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cgcode_difficulty__1lqy {
    color: #c62928;
    width: 60px;
    text-align: end;
}
.cgcode_css-c3docz {
    height: 75px;
    opacity: 1;
    transition: height 0.3s ease 0s, opacity 0.15s ease 0s;
    overflow: hidden;
}
.cgcode_css-c3docz::after {
    content: "";
    display: block;
    margin-bottom: 15px;
}
.cgcode_question-fast-picker-wrapper__3JMn {
    width: 100%;
    border-top: 1px solid #eee;
    background: #fff;
    font-size: 13px;
}
.cgcode_question-fast-picker__3qGP {
    width: 100%;
    padding: 10px 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cgcode_picker-menu-handler__1qoy {
    position: relative;
    min-width: 0;
    max-width: 115px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: pre;
}
.cgcode_css-p77s63-default-sm-Btn {
     display: inline-flex;
     vertical-align: middle;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
     line-height: 20px;
     cursor: pointer;
     box-shadow: rgba(38, 50, 56, 0.2) 0 0 0 1px inset;
     color: rgb(69, 90, 100);
     height: 32px;
     font-size: 13px;
     border-width: 0;
     border-style: initial;
     border-color: initial;
     border-image: initial;
     border-radius: 3px;
     transition: all 0.18s ease-in-out 0s;
     outline: 0;
     background: rgb(250, 250, 250);
     padding: 0 9px;
}
.cgcode_handler-text__1FDD {
    color: #455a64;
    white-space: nowrap;
}
.cgcode_picker-handlers__2tMY {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cgcode_space-filler__2E6x {
    flex-basis: 40px;
    flex-shrink: 1;
    min-width: 15px;
}
.cgcode_shuffle-handler__3i8W {
    white-space: nowrap;
}
.cgcode_space-filler__2E6x {
    flex-basis: 40px;
    flex-shrink: 1;
    min-width: 15px;
}
.cgcode_picker-pagination-handlers__3dWm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cgcode_pagination-screen__DnGE {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 80px;
    text-align: center;
    align-self: center;
}
.cgcode_erd_scroll_detection_container_animation_active {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-name: erd_scroll_detection_container_animation;
    animation-name: erd_scroll_detection_container_animation;
}
.cgcode_ResizeBar::before {
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    opacity: 0;
    background: rgb(207, 216, 220);
    transition: opacity 0.3s ease 0s;
    content: "";
    position: absolute;
    pointer-events: none;
}
.cgcode_ResizeBar:hover{
    color: white;
}
.cgcode_ResizeBar:hover>div{
    background-color: rgb(207,216,220);
}
.cgcode_ResizeBar::after {
    opacity: 1;
    width: 2px;
    height: 2px;
    display: flex;
    flex-direction: column;
    box-shadow: currentcolor 0 8px 0, currentcolor 0 16px 0, currentcolor 0 24px 0, currentcolor 0 32px 0, currentcolor 0 40px 0;
    border-radius: 100%;
    background: currentcolor;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    top: 39.7%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    pointer-events: none;
}
.cgcode_css-pwvbgl-CodeAreaContainer{
    display: flex;
    flex-direction: column;
    z-index: 0;
    flex: 1 1 auto;
}
.cgcode_css-cqyrzo-Container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.cgcode_css-w8jsc9-EditorContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.cgcode_container__Kjnx, .cgcode_container__Kjnx .cgcode_func__yE3F {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cgcode_container__Kjnx {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    font-size: 13px;
}
.cgcode_editor__3zVG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.cgcode_css-wqlwmu-wrapperCls {
    display: flex;
    flex-direction: column;
}
.cgcode_container__Kjnx .cgcode_func__yE3F {
    overflow: hidden;
}
.cgcode_container__Kjnx .cgcode_action__KaAP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-left: auto; */
}
.cgcode_contribute__2g0q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cgcode_question-picker-detail__2A9V.cgcode_show__GfjG {
    pointer-events: auto;
}
#cgcode_questionlist{
    display: none;
}
.cgcode_question-picker-detail__2A9V {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.cgcode_question-picker-mask__2FlK.cgcode_show__-2Qb {
    opacity: 0.7;
}
.cgcode_question-picker-mask__2FlK {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #212121;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.cgcode_question-picker-detail-menu__3NQq.cgcode_show__3hiR {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cgcode_question-picker-detail-menu__3NQq {
    max-width: 650px;
    width: 100%;
    height: 100%;
    background: #212121;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
}
.cgcode_question-picker-detail-menu__3NQq .cgcode_question-picker-toolbar-wrapper__1TAh {
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.cgcode_question-picker-detail-menu__3NQq .cgcode_question-picker-questions-wrapper__13qM {
    height: calc(100% - 61px);
    overflow-x: hidden;
    overflow-y: auto;
}
.cgcode_list-filter__HhlZ, .cgcode_picker-toolbar__vOYx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cgcode_picker-toolbar__vOYx {
    width: 100%;
    padding: 14px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #424242;
    color: #9e9e9e;
}
.cgcode_handlers__312N {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.cgcode_list-filter-selector__1EgW {
    max-width: 150px;
    min-width: 90px;
}
.cgcode_css-15au7em-SelectContainer {
    position: relative;
    display: inline-block;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-dark {
    background-color: rgb(33, 33, 33);
    color: rgb(117, 117, 117);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(117, 117, 117);
    border-image: initial;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select {
    border-radius: 3px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_css-16vov4m-SelectClass-sm {
    height: 32px;
    font-size: 12px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_css-16vov4m-SelectClass {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.cgcode_ant-select, .cgcode_ant-select ol, .cgcode_ant-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cgcode_ant-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0;
}
.cgcode_css-16vov4m-SelectClass {
    height: 40px;
    transition: all 0.3s ease 0s;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-sm .cgcode_ant-select-selection {
    height: 32px;
}
.cgcode_ant-select-sm .cgcode_ant-select-selection--single {
    height: 24px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-selection {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    transition: none 0s ease 0s;
}
.cgcode_ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}
.cgcode_ant-select-selection {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(38,50,56,0.2);
    border-top: 1.02px solid rgba(38,50,56,0.2);
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
    transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-sm .cgcode_ant-select-selection__rendered {
    line-height: 32px;
}
.cgcode_ant-select-sm .cgcode_ant-select-selection__rendered {
    margin-left: 7px;
    line-height: 22px;
}
.cgcode_ant-select-selection--single .cgcode_ant-select-selection__rendered {
    margin-right: 24px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-selection__rendered {
    width: 100%;
}
.cgcode_ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-dark .cgcode_ant-select-arrow {
    color: rgb(117, 117, 117);
}
.cgcode_ant-select-sm .cgcode_ant-select-arrow, .cgcode_ant-select-sm .cgcode_ant-select-selection__clear {
    right: 8px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-arrow {
    margin-top: -9px;
    margin-right: -4px;
    transition: all 0.3s ease 0s;
}
.cgcode_ant-select-arrow {
    height: 23px;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0,0,0,0.25);
    font-size: 12px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-dark .cgcode_ant-select-selection__placeholder {
    color: rgb(117, 117, 117);
}
.cgcode_ant-select-search__field__placeholder, .cgcode_ant-select-selection__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #bfbfbf;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.cgcode_ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.cgcode_ant-select-search--inline {
    position: absolute;
    width: 100%;
    height: 100%;
}
.cgcode_ant-select-search--inline .cgcode_ant-select-search__field__wrap {
    width: 100%;
    height: 100%;
}
.cgcode_ant-select-search__field__wrap {
    position: relative;
    display: inline-block;
}
.cgcode_ant-select-search--inline .cgcode_ant-select-search__field {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1;
    background: transparent;
    border-width: 0;
    border-radius: 3px;
    outline: 0;
}
.cgcode_ant-select-search__field__mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    opacity: 0;
    pointer-events: none;
}
.cgcode_ant-select-selection__rendered:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: ".";
    pointer-events: none;
}

.cgcode_ant-select-arrow:before {
    display: none;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-arrow i.cgcode_ant-select-arrow-icon {
    display: none;
}
.cgcode_ant-select-arrow .cgcode_ant-select-arrow-icon {
    display: block;
}
.cgcode_ant-select-arrow>* {
    line-height: 1;
}
.cgcode_anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cgcode_anticon-down{
    position: relative;
    top:-4px;
}
.cgcode_css-sm-Wrapper{
    display: inline-block;
    position: relative;
    color: rgb(117, 117, 117);
    transition: all 0.3s ease 0s;
}
.cgcode_handlers__312N .cgcode_space__2d2f {
    width: 10px;
}
.cgcode_css-gwf707-night-sm-Btn {
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 20px;
    cursor: pointer;
    color: rgb(117, 117, 117);
    height: 32px;
    font-size: 13px;
    border-radius: 3px;
    transition: all 0.18s ease-in-out 0s;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(117, 117, 117);
    border-image: initial;
    background: rgb(33, 33, 33);
    padding: 0 9px;
}
.cgcode_picker-toolbar-select__1GFb {
    width: 55px;
}
.cgcode_css-1frd9o9-Wrapper{
    display: inline-block;
    position: relative;
}
.cgcode_css-1frd9o9-Wrapper .cgcode_e14u0gvp0 {
    font-size: 12px;
    padding: 6px 10px;
}
.cgcode_css-6c70nf-sm-Wrapper input {
    padding-right: 32px;
}
.cgcode_picker-toolbar-search__ekud {
    width: 140px;
}
.cgcode_css-1o94qae-Input {
    width: 100%;
    box-sizing: border-box;
    font-weight: 300;
    text-overflow: ellipsis;
    color: rgb(224, 224, 224);
    background-color: rgb(33, 33, 33);
    border-radius: 3px;
    transition: all 0.4s ease 0s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(117, 117, 117);
    border-image: initial;
}
.cgcode_css-6c70nf-sm-Wrapper .cgcode_css-ba8qtq-search {
    width: 32px;
    height: 32px;
}
.cgcode_css-ba8qtq-search {
    position: absolute;
    right: 15px;
    top: 11px;
    margin: 0;
    padding: 0;
}
.cgcode_css-6c70nf-sm-Wrapper .cgcode_css-ba8qtq-search > span {
    width: 20px;
    height: 20px;
}
.cgcode_css-ba8qtq-search > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease 0s;
}
.cgcode_css-1lc17o4-icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentcolor;
    position: relative;
    top:-3px;
    cursor: pointer;
}

.cgcode_css-gwf707-night-sm-Btn span:last-child {
    margin-right: -1px;
}
.cgcode_css-gwf707-night-sm-Btn span:first-of-type {
    margin-left: -1px;
}
.cgcode_css-gwf707-night-sm-Btn span {
    width: 15px;
    height: 17px;
    margin: 0 3px;
}
.cgcode_question-list__1Kev {
    padding: 10px 0;
    height: 100%;
}
.cgcode_question-list__1Kev .cgcode_question__3lUu.cgcode_active__2qli {
    color: #fff;
}
.cgcode_question-list__1Kev .cgcode_question__3lUu {
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
    color: #9e9e9e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    line-height: 16px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cgcode_question-row-left__3GJe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cgcode_question-row-right__D_cf {
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cgcode_question-row-right__D_cf .cgcode_paid-only-status__13fo {
    display: block;
    width: 15px;
    height: 15px;
    background: transparent;
    margin-left: 4px;
}
.cgcode_panel__2jUF {
    color: #263238;
    opacity: 1;
    -webkit-transition: all 0.15s;
    -o-transition: 0.15s all;
    transition: all 0.15s;
}
.cgcode_wrapper__3Gl0.cgcode_important__3Rip {
    position: relative;
    padding: 0;
    width: 100%;
    border-left: 1px solid #eee;
}
.cgcode_header__3dyn.cgcode_collapse__2Ayu {
    border-bottom-width: 0;
}
.cgcode_header__3dyn, .cgcode_header__3dyn .cgcode_icon-wrapper__2xWh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cgcode_header__3dyn {
    width: 100%;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
}
.cgcode_wrapper__3Gl0.cgcode_important__3Rip>div {
    width: 100%;
}
.cgcode_header-content__15k2 {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cgcode_css-11zaw7c-TabView {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cgcode_css-nok86h-TabViewHeader {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    background: rgb(250, 250, 250);
    overflow: hidden;
}
.cgcode_show_TabContentRow {
    display: flex;
    max-height: 500px;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
}
.cgcode_css-1lexzqe-TabHeaderContainer {
    max-width: none;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.cgcode_hidden_TabHeaderRow {
    text-overflow: unset;
    white-space: pre;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(117, 117, 117);
    cursor: pointer;
    z-index: 1;
    height: 36px;
    font-size: 12px;
    max-width: 160px;
    overflow: hidden;
    background: transparent;
    flex: 0 1 auto;
}
.cgcode_hidden_TabHeaderRow > * {
    overflow: hidden;
}
.cgcode_css-b57l95-TabHeaderRow {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    color: inherit;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    line-height: 14px;
    padding: 11px 10px;
}
.cgcode_css-b57l95-TabHeaderRow span {
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.cgcode_show_TabHeaderRow {
    text-overflow: unset;
    white-space: pre;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(55, 71, 79);
    cursor: pointer;
    z-index: 1;
    height: 36px;
    font-size: 12px;
    max-width: 160px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    flex: 0 1 auto;
}
.cgcode_show_TabHeaderRow::before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    left: 0;
    background: rgb(238, 238, 238);
}
.cgcode_show_TabHeaderRow::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
    right: 0;
    background: rgb(238, 238, 238);
}
.cgcode_show_TabHeaderRow:nth-last-of-type(1) .cgcode_e16udao3 {
    border-right: none;
}
.cgcode_show_TabHeaderRow > * {
    overflow: hidden;
}
.cgcode_css-nok86h-TabViewHeader::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.cgcode_container__2fZN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px;
}
.cgcode_editor-container__1Iqe {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: calc(100vh - 240px);
    overflow: auto;
    border-radius: 3px;
    -webkit-transition: border-color 0.18s ease-in-out;
    -o-transition: border-color 0.18s ease-in-out;
    transition: border-color 0.18s ease-in-out;
}
.cgcode_container__2fZN .cgcode_testcase-editor__lA_R {
    font-size: 12px;
    font-family: Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;
    height: 100%;
    width: 100%;
    line-height: 21px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    resize: none;
    padding: 7px;
}
.cgcode_hidden_TabContentRow {
    display: none;
    max-height: 500px;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
}
.cgcode_placeholder__3nlP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e0e0e0;
    height: 160px;
    font-size: 18px;
    font-weight: 500;
}
.cgcode_panel__2jUF.cgcode_closable__1NwJ .cgcode_header__3dyn .cgcode_icon-wrapper__2xWh {
    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;
    width: 30px;
    padding-top: 6px;
    padding-left: 6px;
    cursor: pointer;
}
.cgcode_panel__2jUF.cgcode_closable__1NwJ .cgcode_header__3dyn .cgcode_icon-wrapper__2xWh img {
    width: 1.18em;
    height: 1.18em;
    -webkit-transition: all 0.3s;
    -o-transition: 0.3s all;
    transition: all 0.3s;
}
.cgcode_header__3dyn.cgcode_active__1V2d .cgcode_icon-wrapper__2xWh img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cgcode_container__39KX {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
    -webkit-box-shadow: inset 0 -1px #eee;
    box-shadow: inset 0 -1px #eee;
}
.cgcode_first-section-container__2OTI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.cgcode_select__2kN7 {
    margin: 6px 0;
    min-width: 116px;
    width: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cgcode_ant-select-light{
    box-shadow: rgba(38, 50, 56, 0.1) 0 0 0 1px inset;
    background-color: #ffffff!important;
    color: rgb(55, 71, 79);
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select {
    border-radius: 3px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_css-16vov4m-SelectClass-xs {
    height: 24px;
    font-size: 12px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_css-16vov4m-SelectClass {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.cgcode_select__2kN7>div {
    background: none;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-xs.cgcode_with-icon .cgcode_ant-select-selection {
    margin-left: 14px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-xs .cgcode_ant-select-selection {
    height: 24px;
    box-shadow: none;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-selection {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    transition: none 0s ease 0s;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-xs .cgcode_ant-select-selection__rendered {
    line-height: 24px;
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-light .cgcode_ant-select-arrow {
    color: rgb(176, 190, 197);
}
.cgcode_css-15au7em-SelectContainer .cgcode_ant-select-arrow {
    margin-top: -9px;
    margin-right: -4px;
    transition: all 0.3s ease 0s;
}
/**新增*************************************************/
.back-style{
    font-size: 16px;
    background: #8f8f8f;
    padding: 6px 10px;
    color: #fff !important;
    border-radius: 5px;
}
.select-style{
    display: inline-block;
    border: 1px solid #03d555;
    padding: 6px 10px !important;
    font-size:16px;
    margin: 5px 10px;
    border-radius: 5px;
    background: #00ca94;
    color: #fff !important;
}
.next-style{
    display: inline-block;
    border: 1px solid #ff5507;
    padding: 6px 10px !important;
    font-size:16px;
    margin: 5px;
    background: #ff9c02;
    border-radius: 5px;
    color: #fff !important;
}
.curcontent-style{
    display: inline-block;
    border: 1px solid #0045d9;
    padding: 6px 10px !important;
    font-size:16px;
    margin: 5px;
    background: #007bff;
    border-radius: 5px;
    color: #fff !important;
}

.btn-style,.btn-style .nav-item{
    display: inline-block;
    
}
#cgcode_closable{
    display: block;
    position: absolute;
    left: 29px;
    width: 100% !important;
    bottom: 45px;
    height: calc(100vh-160px);
    overflow: auto;    
}
.auto-style{
    overflow:auto;
}
.add-style-close{
    font-size: 14px;
      background: #00ca94;

    margin-left: 30px;
    line-height: 23px;
    height: 23px;
    margin-top: 6px;
    border-radius: 6px;
    padding: 0 10px;
    color:#fff;
    cursor: pointer;
}
.cgcode_submit{
    position: absolute;
    z-index: 10;
    bottom: 0;
    width:100%;
}
.cg_mask{
    display: none;
    position: absolute;left:0;top:0;bottom:0;right:0;
    z-index: 9;
}


@media (max-height: 760px)
{
    .cgcode_layout{height: 96vh;}
}
/* .iframe-style{
    padding-bottom:80px;
} */
