.paper-editor {
    width: 100%;
}

.paper-title {
    color: #333;
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 20px;
}

.paper-title .paper-version {
    font-size: 12px;
    background-color: #F1F3F4;
    color: #999;
    margin-left: 10px;
    padding: 0 4px;
    border-radius: 4px;
}

.paper-editor .el-tabs__item.is-top.is-active {
    background: #FFFFFF;
}

.paper-editor .el-tabs__item {
    background: #E8E8E8;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    border-bottom: none;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    border-right: 2px solid #ffffff;
    border-left: 0;
}

.paper-editor .el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: none;
    margin-right: 2px;
}

.paper-editor .el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
    color: #707070;
}

.paper-editor .el-tabs--card>.el-tabs__header {
    border-color: #D8D8D8;
    background: #EEEEEE;
}

.paper-editor .el-tabs__new-tab {
    border: none;
    height: 35px;
    line-height: 35px;
    background: #E8E8E8;
    color: #48A736;
    width: 33px;
    margin: 0;
}

.paper-editor .el-tabs__content {
    padding: 0 20px 20px;
}

.editor-draggable{
    min-height: 100px;
    position: relative;
}
.editor-draggable .q-type-item{
    line-height: 100px;
    height: 100px;
    background-color: #f6fffb;
    font-family: PingFangSC-Regular;
    letter-spacing: .5px;
    text-align: center;
  }
  .editor-draggable .q-type-item i{
    font-size: 13px;
    margin-right: 10px;
    color: #333;
  }