div.wrapper {
    color: #333;
    line-height: 1.6;
}

.head {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
}

.bar {
    float: left;
    width: 4px;
    height: 18px;
    background: #1b82d1;
    margin-right: 10px;
    margin-top: 5px;
}

.body {
    width: 90%;
    margin: 30px auto;
}

.left {
    float: left;
    width: 18%;
    margin-top: 96px;
    border-right: 1px solid #eee;
    margin-bottom: 30px;
}

.left_item {
    color: #666;
    padding: 10px;
    cursor: pointer;
    border-right: 4px solid transparent;
}

li.left_item.active,
li.left_item:hover {
    background-image: linear-gradient(90deg, rgba(42, 104, 201, 0) 0%, rgba(0, 98, 251, 0.2) 100%);
    border-right: 4px solid #2a68c9;
    color: #2a68c9;
}

.right {
    float: left;
    padding-left: 40px;
    width: calc(81% - 40px);
}

.right_item {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.right_title {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.right_desc {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.right_result {
    color: #666;
    margin-bottom: 10px;
}

.right_content {
    margin-bottom: 16px;
}

.right_text {
    float: left;
}

.file .right_text {
    padding: 5px 0;
}

.right_source {
    float: left;
}

.file .right_source {
    padding: 5px 12px;
    background-color: #F4F7FC;
    border-radius: 13px;
}

.right_preview {
    float: left;
    color: #1b82d1;
    margin-left: 10px;
    cursor: pointer;
}

.file .right_preview {
    padding: 5px 0;
}

.pointer {
    cursor: pointer;
}

.color-F0422C {
    color: #F0422C;
}

.color-1b82d1 {
    color: #1b82d1;
}

.float-left {
    float: left;
}

.clearfix {
    width: 0;
    height: 0;
    clear: both;
}

div.left_hotword {
    cursor: default;
    margin-bottom: 8px;
}

div.left_hotword > img {
    float: left;
    display: block;
    margin-right: 5px;
    margin-top: 3px;
}

span.hint-word-settings {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

