
.popup {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1500;
}

.popup .popup-mask {
    background-color: rgba(0, 0, 0, 0.4);
}

.popup .popup-maskpopup-mask, .popup .popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}


body { min-width: 992px; }


/* ahong popup */
.ahong-popup-mask, .ahong-popup-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; }
.ahong-popup-mask { background-color: rgba(0, 0, 0, 0.45); }
.ahong-popup .ahong-modal-close { position: absolute; top: 0; right: 0; z-index: 1; width: 54px; height: 54px; font-size: 16px; font-weight: 700; line-height: 54px; color: #8c8c8c; text-align: center; -webkit-transition: color 0.24s; transition: color 0.24s; cursor: pointer; }
.ahong-popup .ahong-modal-close:hover { color: #262626; }
.ahong-popup .ahong-modal-header { padding: 16px 54px 16px 24px; color: #262626; font-size: 16px; font-weight: 500; line-height: 22px; word-wrap: break-word; border-bottom: 1px solid #f0f0f0; }
.ahong-popup .ahong-modal-body { padding: 24px; font-size: 14px; line-height: 1.5715; word-break: break-word; }
.ahong-popup-mask.fade-enter-active { -webkit-animation: fadeIn 0.24s both; animation: fadeIn 0.24s both; }
.ahong-popup-mask.fade-leave-active { -webkit-animation: fadeIn 0.24s reverse both; animation: fadeIn 0.24s reverse both; }
.ahong-popup .ahong-modal { position: relative; color: #595959; border-top: 2px solid #fe6a00; border-radius: 4px; -webkit-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); 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); }
.ahong-popup .ahong-modal-wrap { position: relative; top: 100px; width: 520px; margin: 0 auto; }
.ahong-popup .ahong-modal-wrap.zoom-appear { opacity: 0; -webkit-transform: none; transform: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.ahong-popup .ahong-modal-wrap.zoom-enter-active { -webkit-animation: zoomIn 0.36s both running; animation: zoomIn 0.36s both running; }
.ahong-popup .ahong-modal-wrap.zoom-leave-active { -webkit-animation: zoomIn 0.36s reverse both running; animation: zoomIn 0.36s reverse both running; }
.ahong-popup .ahong-modal-footer { padding: 10px 16px; font-size: 0; text-align: right; border-top: 1px solid #f0f0f0; }
.ahong-popup .ahong-modal-btn { display: inline-block; height: 32px; padding: 4px 16px; font-size: 14px; background-color: #fff; border: 1px solid #d9d9d9; border-radius: 2px; cursor: pointer; -webkit-transition: all 0.24s; transition: all 0.24s; }
.ahong-popup .ahong-modal-btn:hover { color: #fe6a00; border-color: #fe6a00; }
.ahong-popup .ahong-modal-btn-primary { border-color: #fe6a00; background-color: #fe6a00; color: #fff; }
.ahong-popup .ahong-modal-btn-primary:hover { color: #fff; border-color: #ff8929; background-color: #ff8929; }
.ahong-popup .ahong-modal .ahong-modal-btn + .ahong-modal-btn { margin-left: 8px; }
.ahong-popup .ahong-modal-centered { position: relative; text-align: center; }
/*.ahong-popup .ahong-modal-centered::before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }*/
.ahong-popup .ahong-modal-centered .ahong-modal-wrap { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; text-align: left; vertical-align: middle; }
.ahong-modal-rightdrag, .ahong-modal-leftdrag { position: absolute; top: 54px; bottom: 53px; background-color: transparent; z-index: 999; cursor: col-resize; width: 8px; }
.ahong-modal-rightdrag { right: 0; }
.ahong-modal-leftdrag { left: 0; }
.ahong-popup .ahong-modal-body .ace_content { width: auto; }

/* 参考答案 */
.ahong-popup .answer-modal { width: 77.777777%; height: 79.333333%; max-width: 992px; }
.ahong-popup .answer-modal .ahong-modal { overflow: hidden; border-top: none; border-radius: 12px; height: 100%; }
.ahong-popup .answer-modal .ahong-modal-close { color: #8c8c8c; }
.ahong-popup .answer-modal .ahong-modal-close:hover { color: #fff; }
.ahong-popup .answer-modal .ahong-modal-header { color: #fff; border-bottom: none; cursor: move; }
.ahong-popup .answer-modal .ahong-modal-body { height: calc(100% - 106px); padding: 16px 24px; }
.ahong-popup .answer-modal .ahong-modal-footer { color: #fff; border-top: none; }
.ahong-popup .answer-modal .ahong-modal-footer .ahong-modal-btn { border-color: rgba(78, 57, 255, 0.6); background-color: rgba(78, 57, 255, 0.6); }
.ahong-popup .answer-modal .ahong-modal-footer .ahong-modal-btn:hover { color: #fff; border-color: #4e39ff; background-color: #4e39ff; }
.ahong-popup .answer-modal[data-theme="dracula"] .ahong-modal { color: #fff; }
.ahong-popup .answer-modal[data-theme="dracula"] .ahong-modal-body { background-color: #282a36; }
.ahong-popup .answer-modal[data-theme="dracula"] .ahong-modal-header,
.ahong-popup .answer-modal[data-theme="dracula"] .ahong-modal-footer { background-color: #2d3143; }
.ahong-popup .answer-modal[data-theme="monokai"] .ahong-modal { color: #fff; }
.ahong-popup .answer-modal[data-theme="monokai"] .ahong-modal-body { background-color: #272822; }
.ahong-popup .answer-modal[data-theme="monokai"] .ahong-modal-header,
.ahong-popup .answer-modal[data-theme="monokai"] .ahong-modal-footer { background-color: #20211c; }
.ahong-popup .answer-modal[data-theme="night"] .ahong-modal { color: #fff; }
.ahong-popup .answer-modal[data-theme="night"] .ahong-modal-body { background-color: #0a001f; }
.ahong-popup .answer-modal[data-theme="night"] .ahong-modal-header,
.ahong-popup .answer-modal[data-theme="night"] .ahong-modal-footer { background-color: #09001c; }


.disable-select {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.asidebar {
    position: absolute;
    left: 0;
    top: 48px;
    width: 60px;
    height: calc(100% - 48px);
    background: #383d42;
    z-index: 9;
    box-sizing: border-box;
}
.asidebar .asidebar-item {
    position: relative;
    display: block;
    width: 60px;
    font-size: 12px;
    color: rgba(255,255,255,.8);
    font-weight: 700;
    text-align: center;
    padding: 16px 0 14px;
}
a.asidebar-item:hover{
    background: #555c63;
}

.asidebar .asidebar-item i {
    position: relative;
    display: block;
    text-align: center;
    color: rgba(255,255,255,.8);
    font-size: 24px;
    z-index: 2;
    font-weight: normal;
}

[class*=" imv2-"], [class^=imv2-] {
    font-family: imv2!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sider{
    /*margin-left: 60px;*/
}

.releaseQuestion{
    height:25px;
    width: 97.5%;
    background-color:#ffffff;
    margin: 5px;
    text-align: center;
    font-size: larger;
}
.discussion-input{
    background-color:#ffffff;
    width: 97.5%;
    height: 280px;
    margin: 5px;
}
.discussion-area{
    background-color:#d9d9d9;
    width: 400px;
    height: calc(100vh - 50px - 53px);
    position: absolute;
    right: -400px;
    top: 48px;
    z-index: 9;
}
.discussion-input-title{
    width: 80%;
    height: 34px;
    margin-top: 10px;
    margin-left: 10%;

    line-height: 30px;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    background-color: #fff;
}
.discussion-list{
    height: 100%;
    width: 100%;
    background-color:#fefefe;
    padding-top: 167px;
}
.discussion-content{
    margin: 5px;
}
#inputdesc-content{
    height: 140px;
    width: 95%;
    margin: 5px;
}
.ask-user-avatar img {
    display: block;
    height: 40px;
    width: 40px;
}
.question-info {
    margin-left: 50px;
}
.question-item {
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    margin-left: 5px;
}
.question-content{
    padding: 0 15px 0 15px;
    height: 620px;
    overflow-y: auto;
}
.ask-user-avatar, .comment-user-avatar {
    float: left;
    position: relative;
    margin: 3px 0;
}
.ar-desc a, .ar-desc span {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}
.ar-desc {
    margin-top: 5px;
}
.v-line::before {
    content: "| ";
    padding-right: 5px;
}
.question-tab {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #EEE;
}
.question-tab li {
    display: inline-block;
    margin-right: 15px;
}

 .discussion-area>.title {
    position: absolute;
    top: 0;
    padding: 60px 0px 0px 0px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    font-weight: 700;
    background: #f3f5f6;
}

 .qa-input-button {
    position: absolute;
    width: 84px;
    height: 44px;
    right: 20px;
    top: 1px;
    border-radius: 8px;
    font-size: 16px;
    background-color: #b5d1fa;
    margin-left: 22px;
    border: 1px solid #b1ccf3;
    color: #444444;
    font-weight: 700;
    color: #31285d;
 }
.qa-input-button:hover{
    cursor: pointer;
    background-color: #adc8ef;
}
.qa-cont-nav{
    padding-left: 15px;
    margin-top: 10px;
}
.qa-father-position{
    position: relative;
}
.qa-input-searchtext{
    width: 258px;
    height: 48px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    margin-left: 15px;
    padding-left: 10px;
    font-size: 16px;
}
.qa-btn-search{
    position: absolute;
    top: 10px;
    left: 245px;
    width: 24px;
    height: 24px;
    color: #cdcdcd;
}
.qa-btn-search i{
    width: 24px;
    height: 24px;
}
.navs{
   float: left;
   margin-left: 50px;
   margin-bottom: 10px;
   margin-top: 15px;
   padding-bottom: 5px;
}
.js-qanav .navs:first-child{
   margin-left: 20px;
}

.wenda-item {
    padding: 28px 0!important;
}

.wenda-item {
    padding: 28px;
    width: 100%;
    background: #fefefe;
    box-sizing: border-box;
    box-shadow: none;
    border-bottom: 1px solid rgba(28,31,33,.1);
}
.wenda-item-right {
    width: 100%;
}

.wenda-item .wenda-item-title, .note-item .node-item-title {
    width: 100%;
    margin-bottom: 16px;
    word-break: break-word;
    font-weight: 600;
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    font-weight: 700;
    margin-left: 0px;
}
.wenda-item .content-box.have-answer {
    padding-left: 12px;
    border-left: 2px solid #d9dde1;
    box-sizing: border-box;
}
.wenda-item .content-box {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    font-size: 14px;
    color: #4d555d;
    line-height: 22px;
    /* word-wrap: break-word;
    max-height: 117px;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.wenda-item .content-box .content-top {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #545c63;
    font-weight: 700;
    line-height: 18px;
}
.l {
    float: left;
}
.wenda-item .content-box .content-top .line {
    margin: 0 8px;
}
.l {
    float: left;
}
.active {
    z-index: 1;
    visibility: visible!important;
    display: block;
}
.wenda-item .content-box .content-top .answer-user {
    color: #545c63;
}
.wenda-item .content-box .content {
    width: 100%;
    font-size: 12px;
    color: #4d555d;
    line-height: 24px;
    max-height: 144px;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.wenda-item .bottom {
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
}
.wenda-item .bottom .time {
    float: right;
}
#reportSubmit{
    line-height: 27px;
    color: #31285d;
}
.bottom .l{
    margin-right: 8px;
}

.discussion-close i, .data-close i, .note-close i, .write-note-close i, .feedback-Box-close i, .delBox-title i, .buy-tips-title i{
    color: #848484;
    padding-top: 3px;
    box-sizing: border-box;
    float: right;
    font-size: 16px;
    font-weight: 700;
}
.discussion-close i:hover, .data-close i:hover, .note-close i:hover, .write-note-close i:hover, .feedback-Box-close i:hover, .delBox-title i:hover, .buy-tips-title i:hover{
    cursor: pointer;
    color: #2f2f2f;
}
.discussion-close{
    position: absolute;
    top: 15px;
    width: 100%;
    padding: 0 15px 0 15px;
 }

 #put-question-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(000,000,000,0.8);
    z-index: 1200;
     opacity: 0;
 }
 .put-question{
    width: 40%;
    /* height: 60%; */
    background-color: #ffffff;
    position: absolute;
    right:  30%;
    top: 20%;
    border-radius: 15px;
    min-width: 671px;
    /* min-height: 562px; */
 }
 .put-question div:first-child{
     border-radius: 15px 15px 0 0;
 }
 .question-title{
    margin-left: 10px;
    margin-top: 25px;
 }
 .wenda-ask-title{
    display: block;
    width: 90%;
    background: #fff;
    border: 1px solid #d9dde1;
    border-radius: 8px;
    font-size: 18px;
    height: 48px;
    color: #4d555d;
    line-height: 24px;
    padding: 12px;
    box-sizing: border-box;
    margin-left: 20px;
     font-weight: 700;
 }

 #editorarea{
    margin-left: 30px;
    margin-top: 25px;
 }


 .note-head{
     background-color: #f3f5f6;
 }
.note-title{
    padding: 15px 15px;
    font-size: 16px;
    color: #1c1f21;
    text-align: left;
    position: relative;
    font-weight: 700;
    line-height: 24px;
}
.note-narrator{
    font-size: 16px;
    padding-left: 20px;
}
.note-btn{
    width: 75px;
    height: 30px;
    background-color: #b5d1fa;
    font-size: 16px;
    border: 1px solid #b1ccf3;
    border-radius: 8px;
    font-weight: 700;
    margin-left: 121px;
    margin-bottom: 5px;
    color: #31285d;
    transition: background-color 0.24s linear;
}
.note-btn:hover{
    cursor: pointer;
    background-color: #adc8ef;
}
.note-group{
    margin-top: 12px;
}
.allNote, .myNote{
    float: left;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 35px;
    cursor: pointer;
}
.allNote{
    margin-left: 35px;
}
.myNote{
    margin-left: 50px;
}

.note-list-shell{
    width: 100%;
    height: 617px;
    background-color:#fefefe;
    overflow-y: auto;
}
.note-list{
    width: 100%;
    padding:0 15px 0 15px;
}
.note-item{
    padding: 28px 0 ;
    width: 353px;
    border-bottom: 1px solid #cdcdcd;
    max-height: 253px;
}
.note-item-title{
    margin-bottom: 16px;
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 300px;
}
.note-item-main{
    font-size: 14px;
    margin-bottom: 16px;
    max-height: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    border-left: 2px solid #d9dde1;
}
.note-item-main p, .note-item-main pre{
    width: 100%;
    white-space: pre-wrap;
}

.note-item-footer{
    padding-top: 10px;
}
.note-item-footer span{
    float: right;
}
.note-item-btn{
    width: 55px;
    background-color: #b5d1fa;
    border: 1px solid #b1ccf3;
    border-radius: 8px;
    font-weight: 700;
    color: #444444;
    transition: background-color 0.24s linear;
    float: left;
    text-align: center;
}
.note-item-btn:hover{
    cursor: pointer;
    background-color: #adc8ef;
}
.note-item-del{
    margin-left: 15px;
}

/*加载更多*/
.loading-more{
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    font-size: 18px;
    transition: background-color 0.24s linear, border 0.24s linear, color 0.24s linear;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.loading-noMore{
    background-color: #b5d1fa;
    border-color: #b1ccf3;
    cursor: default;
    color: white;
}
.loading-more:hover{
    border: 1px solid #b1ccf3;
    background-color: #b5d1fa;
    color: #fefefe;
}


 .data-area, .note-area{
    background-color:#fefefe;
    width: 400px;
    height: calc(100vh - 50px - 53px);
    position: absolute;
    right: -400px;
    top: 48px;
    z-index: 9;
}
.data-list{
    height: 100%;
    width: 100%;
    background-color:#fefefe;
    margin-top: 20px;
}

 .sourcetitle {
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    text-align: left;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 24px;
    background-color:#fefefe;
}

.sourcelist .section {
    padding: 0 24px 24px;
}



.sourcelist li {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    color: #1c1f21;
    transition: .2s all;
}
.sourcelist a {
    display: block;
    color: #1c1f21;
    font-size: 14px;
}
.sourcelist .label {
    background: rgba(28,31,33,.06);
    border-radius: 6px;
    padding: 4px 6px;
    font-size: 12px;
    color: #9199a1;
    line-height: 16px;
}

.sourcelist .text {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin: 0 24px 0 8px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    transition: color 0.24s linear, font-weight 0.24s linear;
}
.sourcelist .item:hover .text{
    color: #444444;
    font-weight: 700;
}
.sourcelist .href {
    height: 30px;
    line-height: 24px;
    padding: 2px 12px;
    margin-right: 30px;
    float: right;
    font-weight: 700;
    color: #31285d;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: color 0.24s linear, background-color 0.24s linear;
}
.sourcelist .item:hover .href{
    background-color: #b5d1fa;
}

.icon-btn-transition{
    transition: color 0.24s linear, background-color 0.24s linear;
}
.shadow{
    box-shadow: -6px 0 5px -5px rgba(28,31,33, 0.3);
}
#write-note-box{
    width: 802px;
    height: 517px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 1px solid rgba(28,31,33,0.1);
    border-radius: 15px;
    box-shadow: 0px 12px 10px 0 rgba(28,31,33,0.3), 0px 0px 10px 0 rgba(28,31,33,0.3);
    background-color: #fefefe;
}
.write-note-title{
    width: 96%;
    line-height: 35px;
    cursor: move;
    border-radius: 15px 15px 0 0;
    padding: 5px 15px;
    background-color: #F3F3F3;
}
.write-note-close i{
    padding-top: 8px;
}
.write-note-content{
    width: 100%;
    height: 482px;
    background-color: #fefefe;
    border-radius: 0 0 15px 15px;
}
.write-note-dialong{
    width: 800px;
    height: 381px;
    padding: 10px 10px;
}
.note-content-title{
    margin-top: 5px;
}
.write-note-tips{
    font-size: 10px;
    color: rgba(174, 174, 174, 1);
    padding: 3px 40px;
}
.note-content-title input{
    width: 90%;
    height: 48px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    font-size: 18px;
    padding-left: 12px;
    margin: auto;
    display: block;
    font-weight: 700;
}
#note-content-mk{
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 100%;
}
.note-options{
    margin-top: 15px;
    color: #545c63;
}
.note-share{
    width: 150px;
    height: 27px;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
}
.note-shareRad{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
}
.note-share span{
    line-height: 27px;
    padding-left: 20px;
    font-weight: 600;
}
.write-note-option{
    float: right;
    font-size: 14px;
    padding-right: 30px;
    line-height: 27px;
}
.write-note-btn, #reportSubmit{
    float: right;
    margin-right: 39px;
    width: 52px;
    height: 27px;
    border: 1px solid #b1ccf3;
    background-color: #b5d1fa;
    font-weight: 700;
    border-radius: 8px;
    color: #31285d;
}

.write-note-btn:hover, #reportSubmit:hover{
    background-color: #adc8ef;
    cursor: pointer;
}

.feedback-Box-close i{
    padding-top: 7px;
}

.text{
    text-align: left;
    padding-left: 10px;
}
.annex-number{
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}
.aid-sheet{
    height: 620px;
    overflow-y: auto;
}
.aid-sheet li{
    margin-top: 20px;
}
.aid-sheet li:first-child{
    margin-top: 0;
}
.item:hover .annex-number{
    font-weight: 600;
}

/*问答 提问 错误提示*/
.question-err-tips{
    width: 550px;
    height: 58px;
    background-color: #ffe8d6;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    font-size: 18px;
    line-height: 58px;
    padding-left: 20px;
    box-shadow: 0px 0px 5px 2px white;
    opacity: 0;
}
.question-err-tips .tips-icon-color{
    color: orange;
    font-size: 20px;
    float: left;
    margin-top: 19px;
}
.question-err-tips .tips-content{
    padding-left: 8px;
}
.question-err-tips .tips-content:last-child{
    color: orange;
}
.buy-tips-mask, .note-delBox-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(000,000,000,0.8);
    z-index: 1200;
    opacity: 0;
}
.buy-tips, .note-delBox{
    width: 400px;
    height: 260px;
    background-color: #fefefe;
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 49;
}
.buy-tips {
    width: auto;
}
.buy-tips-title, .delBox-title{
    width: 100%;
    height: 38px;
}
.buy-tips-title i, .delBox-title i{
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 700;
}
.buy-tips-main, .delBox-main{
    width: 100%;
    padding: 0 40px 0 40px;
}
.buy-tips-main {
    width: auto;
}
.buy-tips-main i, .delBox-main i{
    display: block;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fe6a00;
    line-height: 30px;
}
.buy-tips-main .content, .delBox-main .content{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    display: block;
}
.buy-tips-main .content:last-child,.delBox-main .content:last-child{
    color: #999;
}
.buy-tips-bottom, .delBox-bottom{
    width: 100%;
    margin-top: 20px;
}
.buy-tips-bottom{
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    width: auto;
}
.buy-tips-bottom .buy-tips-btn{
    cursor: pointer;
    border: 1px solid rgba(170,170,170,0.5);
    background-color: rgba(170,170,170,0.8);
    color: white;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 30px;
    transition: background-color 0.24s linear, border 0.24s linear;
}
.buy-tips-bottom .buy-tips-btn:last-child{
    border-color: rgba(254,106,0,0.5);
    background-color: rgba(254,106,0,0.8);
}
.buy-tips-bottom .buy-tips-btn:hover{
    background-color: rgba(170,170,170,1);
    border-color: rgba(170,170,170,1);
}
.buy-tips-bottom .buy-tips-btn:last-child:hover{
    background-color: rgba(254,106,0,1);
    border-color: rgba(254,106,0,1);
}
.buy-tips-bottom .buy-tips-btn:last-child:hover a{
    color: white;
}

/*笔记删除确认*/
.note-delBox{
    width: 390px;
    height: 250px;
}
.delBox-main .content{
    margin-top: 30px;
    text-align: left;
    padding-left: 47px;
    font-size: 18px;
}
.delBox-main .content:last-child{
    color: #333;
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
}
.delBox-btn{
    width: 100px;
    height: 38px;
    background-color: rgba(181,209,250,0.5);
    border: 1px solid rgba(181,209,250,0.5);
    border-radius: 8px;
    margin-left: 60px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.24s linear;
}
.delBox-btn:last-child{
    border: 1px solid rgba(170,170,170,0.5);
    background-color: rgba(170,170,170,0.8);
}
.delBox-btn:hover{
    background-color: rgba(181,209,250,1);
    border-color: rgba(181,209,250,0.5);
}
.delBox-btn:last-child:hover{
    background-color: rgba(170,170,170,1);
    border-color: rgba(170,170,170,1);
}

.switch-bgcolor{
    background-color: #555c63;
}
.switch-navsbcg{
    color: #fe6a00!important;
    border-bottom: 2px solid #fe6a00;
}

.play-main-combat{
    width: calc(100% - 60px);
    margin-left: 60px;
}
/*卡片样式调整*/
.sider-shadow{
    box-shadow: -1px -8px 15px 6px #e8e8e8;
}
.new-playMain{
    position: relative;
}
.new-main{
    height: 100%;
    overflow-x: hidden;
}
.sider{
    height: 100%;
}
#play-main{
    height: calc(100vh - 48px);
}
#play-main .content{
    height: calc(100% - 55px);
}
.ban{
    pointer-events: none;
}



/*实战样式调整 sider*/
#combat-main{
    height: calc(100vh - 48px);
    background-color: #fff;
    position: relative;
}
#combat-main .sider{
    overflow-x: hidden;
    box-sizing: border-box;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: width .28s ease-in-out;
    transition: width .28s ease-in-out;
    position: absolute;
    z-index: 8;
}
#combat-main.opensider .sider {
    width: 340px;
    border-right: 1px solid #e8e8e8;
}
#combat-main .sider .sider-inner {
    width: 340px;
}

/*意见反馈*/
.feedBack-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1500;
}

.feedBack-Box-content {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translatex(-50%);
    width: 662px;
    background-color: #fff;
    border-radius: 4px;
}

.feedBack-Box-content .feedBack-Box-top {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
}

.feedBack-Box-body {
    padding: 0 30px;
}

.feedBack-Box-main {
    margin: 10px 0;
}

.feedBack-Box-head {
    font-size: 16px;
    font-weight: bold;
}

.feedBack-Box-close {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: color 0.1s linear;
    color: #9e9e9e;
}

.feedBack-Box-close:hover {
    color: #262626;
}

#feedBackRadio {
    margin: 12px 0;
}

.feedBack-Box-title {
    margin: 12px 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

#selecttype {
    border: none;
    color: #262626;
    font-size: 14px;
    font-feature-settings: "tnum";
    line-height: 1.5715;
    background-color: #fff;
}

#reportTo {
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    overflow: auto;
    resize: none;
    line-height: 22px;
    width: 100%;
    height: 200px;
    padding: 6px 8px;
    font-size: 14px;
    color: #262626;
    border-radius: 4px;
}

.feedBack-Box-ipt {
    padding: 6px 8px;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
    font-size: 14px;
}

#reportSubmit {
    background-color: #fe6a00;
    border: 1px solid #fe6a00;
    border-radius: 4px;
    color: #FFF;
    padding: 3px 30px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 14px;
    margin-right: 30px;
}

#reportSubmit:hover {
    background-color: #fe6a00;
    border: 1px solid #fe6a00;
}

/*编辑器顶部功能*/
.editor-top-operation {
    float: right;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
}

.editor-top-operation .operation-item {
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.24s linear;
}

.editor-top-operation .operation-item:hover {
    color: #fff;
}

/*功能*/


.shortcut-modal, .setting-modal {
    -webkit-transform: translate(45%,-50%) scale(0.1);
    -ms-transform: translate(45%,-50%) scale(0.1);
    -o-transform: translate(45%,-50%) scale(0.1);
    -moz-transform: translate(45%,-50%) scale(0.1);
    transform: translate(45%,-50%) scale(0.1);
    display: block;
    position: relative;
    top: 10%;
    transform: translate(45%,-50%) scale(0.1);
    width: 520px;
    color: #595959;
    background-color: #fff;
    margin: auto;
    transition: transform 0.3s linear;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    line-height: 49px;
    font-weight: 700;
    color: #8c8c8c;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.14s linear;
}

.modal-close:hover {
    color: #262626;
}

.modal-header {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    border-bottom: 1px solid #f0f0f0;
}

/*combat-pannel*/
#combat-main #play-main .combat-pannel{
    height: calc(100% - 55px);
    overflow-x: hidden;
}

.modal-body {
    padding: 24px;
    font-size: 14px;
}

.codecamp-editor-bottom .codecamp-btn-run {
    background-color: transparent;
}

.btn-bottom-wrap {
    display: flex;
}

.btn-bottom-item {
    flex: 1;
}

/*shortcut*/
.shortcut-item {
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}

.shortcut-block {
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    justify-content: flex-end;
    align-items: center;
}

.shortcut-point {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    background-color: #f0f0f0;
    font-size: 12px;
    color: #595959;
    padding: 0 4px;
}

.shortcut-or {
    margin: 0 5px;
}

/*setting*/
.setting-item {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.setting-item:last-child {
    margin-bottom: 0;
}

.setting-item .setting-item-label {
    width: 128px;
    line-height: 29px;
    text-align: right;
}

.setting-item .setting-item-control {
    -webkit-flex: 1;
    flex: 1;
}

.setting-item .setting-item-control .select-input-wrap {
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    height: 32px;
    padding: 4px 11px;
    transition: border-color 0.14s linear;
}

.setting-item .setting-item-control .select-input-wrap:hover {
    border-color: #fe6a00;
}

.setting-item .setting-item-control .select-input-wrapActive {
    border-color: #fe6a00;
}

.setting-input-text {
    position: relative;
    z-index: 9;
}

.select-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.setting-item-control {
    position: relative;
}

.setting-item-control .select-dropdown {
    -webkit-transform: scaleY(0.8);
    -o-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    -moz-transform: scaleY(0.8);
    transform: scaleY(0.8);
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.2);
    width: 100%;
    z-index: 99;
    opacity: 0;
    transform-origin: 50% 0;
    transition: transform 0.3s linear;
}

.select-dropdown .select-dropdown-item {
    padding: 4px 11px;
    cursor: pointer;
}

.select-dropdown .select-dropdown-item:hover {
    background-color: #f5f5f5;
}

.select-dropdown-itemActive {
    background-color: #f5f5f5;
}

/*主题色*/
.extra-dracula {
    background-color: #282a36 !important;
    color: #f8f8f2 !important;
}

.extra-monokai {
    background: #272822 !important;
    color: #f8f8f2 !important;
}

.extra-night {
    background: #0a001f !important;
    color: #f8f8f8 !important;
}

.night-border {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

#codecamp-editor[data-theme="dracula"] .cell-layout-nav { background-color: #2d3143; }
#codecamp-editor[data-theme="monokai"] .cell-layout-nav { background-color: #20211c; }
#codecamp-editor[data-theme="night"] .cell-layout-nav { background-color: #09001c; }

/*字体大小*/
.font-twelve { font-size: 12px !important; }
.font-fourteen { font-size: 14px !important; }
.font-sixteen { font-size: 16px !important; }
.font-eighteen { font-size: 18px !important; }
.font-twenty { font-size: 20px !important; }

/*PC 手机 切换按钮*/
.codecamp-result-top .switch-btn{
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding-top: 0;
}

/*快捷键使用提示*/
.shortcut-tip {
    position: fixed;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 8px;
    background-color: #ff976a;
    border: 1px solid #ff976a;
    border-radius: 4px;
    box-shadow: 1px 1px 0px 0px rgb(251 136 136), -1px -1px 0px 0px rgb(251 136 136);
    opacity: 0;
}

.shortcut-tip-text {
    font-size: 14px;
    color: #333;
}

/*吸顶条*/
#course_header, .play-breadcrumb{
    z-index: 10;
}

.play-body{
    overflow: hidden;
}

/*侧拉框*/
.discussion-area, .data-area, .note-area{
    width: 405px;
}

/*步骤规则面板优化*/
#codecamp-rules .tabs-content > .tabs-panel-container .two-perf {
    width: 100%;
}

#codecamp-rules .tabs-content .tabs-panel-perf {
    width: 100%;
}

.rich-text {
    min-height: calc(100% - 41px - 22px);
    position: relative;
}

#codecamp-rules .tabs-content .rules-panel-perf {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    border: 1px solid white;
    transition: border-color 1s linear, box-shadow 0.5s linear, opacity 0.5s linear;
    background: #f0f0f0;
    box-shadow: 1px 1px 0px 0px rgb(251 136 136), -1px -1px 0px 0px rgb(251 136 136);
    opacity: 0;
}

.play-exam-content {
    margin-top: 15px;
}

#qcontent {
    margin-top: 15px;
}

#peekAnswer:hover {
    color: #ddd;
}

.fullScreen {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    height: auto !important;
}

#toolbar, #rfbanner {
    display: none !important;
}

/*拖拽条*/
.codecamp-result-dragbar {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: transparent;
    cursor: col-resize;
}

/*.rich-text img {*/
/*    z-index: 999999;*/
/*    position: absolute;*/

/*}*/

#code-editor .ace_scroller {
    overflow-y: hidden;
    overflow-x: auto;
}

#combat-main #play-main .combat-pannel {
    overflow-x: inherit;
    display: flex;
}

/*实战 result*/
.iframe-wrapper {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.iframe {
    position: absolute;
    top: 85px;
    left: 22px;
    box-sizing: border-box;
    width: 257px;
    height: 459px;
}

.codecamp-result-layout-center .codecamp-result-iphone .iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.iframe-wrapper .iframe-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wangEditor-container{
    margin-top: 15px;
    width: 90%;
    /* height: 350px; */
    margin-left: 30px;
     
}
.source{
    margin-top: 10px;
    font-size: 8px;
    color: #9199a1;
    line-height: 15px;
}
.source_title{
    color: #9199a1;
}