﻿body {
    background-color: #E1E3E7;
}

.preview {
    width: 50%;
    min-height: 1080px;
    float: left;
}

.preview-title {
    text-align: center;
    font-size: 16px;
    margin-top: 80px;
}

    .preview-title span {
        color: #858585;
    }

.exhibition {
    height: auto;
    background-color: #ffffff;
    margin: 22px auto;
}

.function {
    width: 50%;
    min-height: 1080px;
    float: right;
    background-color: #ffffff;
}

.function-main {
    margin-left: 50px;
}

.function-title {
    margin-top: 28px;
    font-size: 40px;
    width: 614px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.function-describe {
    margin-top: 20px;
    font-size: 20px;
    color: #858585;
    width: 614px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
}

    .function-describe a {
        color: #858585;
    }

.function-min-title {
    font-size: 18px;
    margin-top: 40px;
}

.function-content {
    width: 590px;
    height: 220px;
    margin-top: 15px;
    background-color: #F6F5F5;
    border-radius: 10px;
    text-align: center;
}

    .function-content textarea {
        margin: 10px 0 0 0;
        width: 95%;
        background-color: #F6F5F5;
        font-size: 14px;
        height: 120px;
        outline: none; /*去除蓝色边框*/
        resize: none; /*禁止拖拽*/
        border: none;
    }

.function-content-wordnum {
    color: #858585;
    font-size: 12px;
    text-align: right;
    width: 100%;
}

    .function-content-wordnum span {
        margin-right: 15px;
    }

.function-content hr {
    background: #E1E3E7;
    border: none;
    height: 1px;
    width: 99%;
}

.function-content-quick {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

    .function-content-quick a {
        color: #FF4242;
        text-decoration: underline;
    }

.function-content-Strokes {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.selectStrokes, .btnstroke {
    width: 40px;
    height: 30px;
    background-color: #06bfff;
    border-radius: 10px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-left: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: 'strokes';
    display: block;
    width: 40px;
    height: 28px;
    font-size: 12px;
    color: #555666;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ccccd8;
    text-align: center;
    line-height: 28px;
}

.penControl {
    width: 40px;
    height: 40px;
    background-color: #06bfff;
    border-radius: 10px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    float: left;
    margin-left: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: 'kongbi';
    background-image: linear-gradient(90deg,#ff4f1d,#ff1866);
    background-color: #0088ff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(134,140,150,0.65);
}

.radicalControl {
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 30px;
    color: #555666;
    text-align: center;
    font-size: 26px;
    float: left;
    margin-left: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'radical';
    border:1px solid #dedede;
}

.btnstroke {
    width: 50px;
    line-height: 20px;
}

.fontStrokes {
    font-family: 'strokes';
}

.fontPenControl {
    font-family: 'kongbi';
}

.fontradicalControl {
    font-family: 'radical';
}

.function-font {
    margin-top: 12px;
}

.function-font-select {
    margin: 0 20px 20px 0;
    float: left;
}

.function-lattice-select {
    margin: 20px 20px 0 0;
    float: left;
}

.function-lattice-color {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    float: left;
    margin: -4px 0 0 10px;
    border: 1px solid #ccc;
}

.function-lattice-Size.active {
    background-image: linear-gradient(#FF4242, #FF7142);
    color: #ffffff;
}

.function-lattice-Size {
    border-radius: 10px;
    float: left;
    width: 95px;
    text-align: center;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    margin: -10px 10px 0 10px;
    background-color: #F5F5F5;
    color: #858585;
}

.function-blankrow-ico {
    font-size: 24px;
    background-color: #ccc;
}

.function-blankrow-input {
    width: 40px;
    border: 1px solid #ccc;
    height: 24px !important;
    text-align: center;
}

.createcopybook {
    height: 220px;
    background-color: #ffffff;
}

    .createcopybook a {
        border-radius: 18px;
        background-image: linear-gradient(#FF4242, #FF7142);
        color: #ffffff;
        margin: 52px 20px 0 0;
        float: right;
        width: 240px;
        text-align: center;
        height: 83px;
        font-size: 28px;
        line-height: 83px;
    }

.btnCreateCopybook {
    display: block;
    border-radius: 18px;
    background-image: linear-gradient(#FF4242, #FF7142);
    color: #ffffff !important;
    margin: 52px 20px 20px 0;
    float: left;
    width: 240px;
    text-align: center;
    height: 83px;
    font-size: 28px;
    line-height: 83px;
}

.yinbiao {
    font-family: 'yinbiaoziti' !important;
}

@font-face {
    font-family: 'shuzi';
    src: url('/fonts/shuzi.ttf');
}

@font-face {
    font-family: 'pinyin';
    src: url('/fonts/拼音字母字体.ttf');
}

@font-face {
    font-family: 'strokes';
    src: url('/fonts/Strokefont.ttf');
}

@font-face {
    font-family: 'kongbi';
    src: url('/fonts/kbzt.ttf');
}

@font-face {
    font-family: 'radical';
    src: url('/fonts/Radical.ttf');
}

@font-face {
    font-family: 'DengLiQiang-Xing';
    src: url('/fonts/DengLiQiang-Xing.ttf');
}

@font-face {
    font-family: 'Futura Light3';
    src: url('/fonts/Futura-Light3.ttf');
}

@font-face {
    font-family: 'Huni_Arizona';
    src: url('/fonts/Huni_Arizona.ttf');
}

@font-face {
    font-family: 'ItalicFour';
    src: url('/fonts/ItalicFour.ttf');
}


@font-face {
    font-family: 'yinbiaoziti';
    src: url('/fonts/yinbiaoziti.ttf');
}

@font-face {
    font-family: 'yinbiaoziti';
    src: url('/fonts/fangzhengkaiti.ttf');
}
