﻿@charset "utf-8";
.editor {
    padding: 20px 20px;
    min-height: 500px;
    line-height: 24px;
}

.editors {
    word-wrap: break-word;
    padding: 10px 0px;
    min-height: 500px;
    font-size: 13px;
}

.zs-search {
    padding: 10px 15px 20px 15px;
    border-bottom: 1px solid #dcdcdc;
}

    .zs-search .input-box {
        margin-left: 20px;
        width: 210px;
    }

.input-box {
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    width: 200px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #969696;
    outline: none;
    border: 1px solid #ccc;
}

.marl30 {
    margin-left: 50px;
}

.zs-search .s-but {
    line-height: 34px;
    height: 34px;
    margin-left: 120px;
    background: #3d9ee3;
    margin-top: 30px;
    color: #fff;
}

.s-but, .s-res {
    height: 30px;
    line-height: 30px;
    width: 90px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.zs-search .s-res {
    line-height: 34px;
    height: 34px;
    margin-left: 80px;
    color: #212121;
    margin-top: 30px;
}
