.content .order-message-area {
    min-height: 630px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.content .order-message-area .order-message-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    margin-bottom: 19px;
    padding-left: 18px;
}

.content .order-message-area .order-message-list {
    margin-bottom: 24px;
    padding: 0px;
}

.content .order-message-area .order-message-list .list-item {
    margin-bottom: 20px;
    font-weight: normal;
    position: relative;
}

.content .order-message-area .order-message-list .list-item .oreder_type {
    height: auto;
    width: 22%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    left: 0px;
}

.content .order-message-area .order-message-list .list-item .oreder_type .order_type_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #203152;
    text-align: center;
    position: relative;
}

.content .order-message-area .order-message-list .list-item .oreder_type .order_type_desc {
    font-size: 12px;
    line-height: 17px;
    color: #8f98a8;
    margin-top: 8px;
    text-align: center;
}

.content .order-message-area .order-message-list .list-item .oreder_type:hover,
.content .order-message-area .order-message-list .list-item .oreder_type.oreder_type_hover {
    border: 1px solid #0099e5;
}

.content .order-message-area .order-message-list .list-item .oreder_type.oreder_type_hover .order_type_name {
    color: #0099e5;
}

.content .order-message-area .order-message-list .list-item .oreder_type.oreder_type_hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #0099e5;
    border-left: 20px solid transparent;
}

.content .order-message-area .order-message-list .list-item .oreder_type.oreder_type_hover::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 4px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}

.content .order-message-area .order-message-list .list-item .oreder_type.order-type-small {
    padding: 8px 0;
    margin-top: 10px;
}

.content .order-message-area .order-message-list .list-item .oreder_type.no-margin {
    margin-left: 0;
}

.content .order-message-area .order-message-list .list-item .icon-required {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("/assets/img/api_x.png") no-repeat;
    background-size: contain;
    top: 4px;
    left: -13px;
}

.content .order-message-area .order-message-list .list-item input::-webkit-input-placeholder {
    color: #cfcfcf;
}

.content .order-message-area .order-message-list .list-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #cfcfcf;
}

.content .order-message-area .order-message-list .list-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #cfcfcf;
}

.content .order-message-area .order-message-list .list-item input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #cfcfcf;
}

.content .order-message-area .order-message-list .list-item .list-name {
    display: block;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 20px;
    margin: 10px 0px;
}

.content .order-message-area .order-message-list .list-item .list-name .remark {
    color: #999;
}

.content .order-message-area .order-message-list .list-item .list-name.input-checkbox {
    width: auto;
    float: left;
}

.content .order-message-area .order-message-list .list-item .list-input {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    line-height: 17px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    font-size: 14px;
    padding: 4.5px 10px;
    color: #666;
}

.content .order-message-area .order-message-list .list-item .list-remark {
    display: inline;
    font-size: 12px;
    color: #8f98a8;
    line-height: 17px;
}

.content .order-message-area .order-message-list .list-item .field-options-wrap {
    padding: 10px 0px;
}

.content .order-message-area .order-message-list .list-item .field-options-wrap::before,
.content .order-message-area .order-message-list .list-item .field-options-wrap::after {
    content: "";
    display: table;
    clear: both;
}

.content .order-message-area .order-message-list .list-item .field-options-wrap .option-item {
    float: left;
    width: 17.75%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    left: 0;
    padding: 5px 20px;
    color: #203152;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #d2d6dc;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
}

.content .order-message-area .order-message-list .list-item .field-options-wrap .option-item:nth-child(6n + 1) {
    margin-left: 0;
}

.content .order-message-area .order-message-list .list-item .field-options-wrap .option-item:hover {
    color: #0099e5;
}

.content .order-message-area .order-message-list .list-item .field-options-wrap .option-item.active {
    border: 1px solid #0099e5;

    color: #0099e5;
    content: "";
}

.content .order-message-area .order-message-list .list-item .list-field,
.content .order-message-area .order-message-list .list-item .list-output {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-radius: 1px;
    padding: 4.5px 10px;
    color: #666;
}

.content .order-message-area .order-message-list .list-item .select2 {
    border: 1px solid #e6e6e6;
    outline: none;
}

.content .order-message-area .order-message-list .list-item .select2 .select2-selection {
    border: none;
    height: 28px;
    outline: none;
}

.content .order-message-area .order-message-list .list-item .select2 .select2-selection .select2-selection__rendered {
    height: 30px;
    line-height: 30px;
    outline: none;
}

.content .order-message-area .order-message-list .list-item .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #cfcfcf;
}

.content .order-message-area .order-message-list .list-item .select2 .selection {
    outline: none;
}

.content .order-message-area .order-message-list .list-item.output-type {
    margin-bottom: 8px;
}

.content .order-message-area .order-message-list .list-item.list-item-field {
    margin-bottom: 14px;
}

.content .order-message-area .order-message-list .list-item.list-phone {
    position: relative;
}

.content .order-message-area .order-message-list .list-item.list-phone .note-tips {
    display: none;
    position: absolute;
    bottom: -19px;
    font-size: 12px;
    line-height: 17px;
    padding-left: 10px;
    color: #fc3f3f;
}

.content .order-message-area .after-create {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    margin-top: 20px;
}

.content .order-message-area .after-create a {
    color: #0099e5;
    text-decoration: none;
}

.content.artificial .upload-area {
    min-height: 430;
}

.content.artificial .upload-area .uploader-list .item-wrap {
    padding-bottom: 21.5px;
}

.content.artificial .upload-area .uploader-list .item-wrap.upload-success .hot-words-input {
    display: block;
    width: auto;
}

.content.artificial .order-message-area .order-message-list .list-item.output-type {
    display: block;
}

.content.artificial .order-message-area .order-message-list .list-item.output-type .tip_p {
    display: inline-block;
    width: auto !important;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit {
    display: none;
    position: relative;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit::before,
.content.artificial .order-message-area .order-message-list .list-item.word-limit::after {
    content: "";
    display: table;
    clear: both;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit .list-word-limit {
    float: left;
    width: 124px;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit .edit-limit {
    display: none;
    width: 206px;
    margin-left: 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    position: relative;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit .edit-limit input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 12px;
    line-height: 17px;
    padding: 5.5px 10px;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit .edit-limit.limit-show {
    display: inline-block;
}

.content.artificial .order-message-area .order-message-list .list-item.word-limit .word-limit-tips {
    position: absolute;
    padding-left: 144px;
    color: #fc3f3f;
}

.button-wrap {
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}

.button-wrap .button-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 4px 0;
    box-sizing: border-box;
}

.button-wrap .button-content::before,
.button-wrap .button-content::after {
    content: "";
    display: table;
    clear: both;
}

.button-wrap .audio-msg-content {
    float: right;
    color: #203152;
    margin-right: 24px;
    font-size: 16px;
    line-height: 36px;
}

.button-wrap .createOrdBtn {
    float: right;
    position: relative;
    width: 160px;
    text-align: center;
    background-color: #0099e5;
    box-sizing: border-box;
    margin: -4px 0;
    line-height: 48px;
    border-radius: 0;
    font-size: 14px;
    border: none;
    outline: none;
    color: #fff;
}

.button-wrap .createOrdBtn:hover {
    background-color: rgba(65, 133, 246, 0.8);
}

.button-wrap .createOrdBtn.submiting {
    background-color: #dedede;
}

.button-wrap .createOrdBtn .btn-newgift-tip {
    display: none;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 12px;
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-image: linear-gradient(90deg, #e8346f 0%, #ea524d 97%);
    border-radius: 10.5px 4px 4px 0;
    color: #fff;
}

.button-wrap.button-fixed {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    box-shadow: 0 0 6px 1px rgba(154, 154, 154, 0.5);
}

.output-speaker-tips {
    padding-top: 2px;
    cursor: pointer;
    vertical-align: text-top;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: url(/assets/img/speaker_tips.svg) center no-repeat;
}

/*区分说话人*/
.output-speaker-switch {
    box-sizing: border-box;
    display: inline-block;
    width: 36px;
    height: 18px;
    border-radius: 18px;
    background: #0099e5;
    vertical-align: middle;
    margin-top: 7px;
    float: right;
    position: relative;
    cursor: pointer;
}

.output-speaker-switch::after {
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    content: "";
    top: 2px;
    right: 2px;
    transition: right 0.2s ease-in-out;
}

.output-speaker-switch.inActive {
    background: #d2d6dc;
}

.output-speaker-switch.inActive::after {
    right: auto;
    right: 20px;
}

/*时间戳*/
.output-time-switch {
    box-sizing: border-box;
    display: inline-block;
    width: 36px;
    height: 18px;
    border-radius: 18px;
    background: #0099e5;
    vertical-align: middle;
    margin-top: 7px;
    float: right;
    position: relative;
    cursor: pointer;
}

.output-time-switch::after {
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    content: "";
    top: 2px;
    right: 2px;
    transition: right 0.2s ease-in-out;
}

.output-time-switch.inActive {
    background: #d2d6dc;
}

.output-time-switch.inActive::after {
    right: auto;
    right: 20px;
}

/*
重写出稿类型部分
*/
.output-speaker-list-wrap {
    width: 195px;
    height: 32px;
    line-height: 32px;
    position: relative;
}

.output-hide {
    display: none;
}

.forbid-content-wrap {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 29px;
    padding-top: 11px;
    background-color: transparent;
    width: 272px;
    box-sizing: border-box;
    cursor: default;
}

.forbid-content-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 25px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #fff;
}

.forbid-content-wrap .forbid-content {
    padding: 9px 12px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(132, 145, 175, 0.35);
    border: 1px solid #d2d6dc;
    font-size: 12px;
    line-height: 17px;
    color: #203152;
    text-align: left;
}

.forbid-content-wrap .forbid-content .forbid-link {
    color: #0099e5;
    cursor: pointer;
}

.forbid-content-wrap .forbid-content .forbid-link:hover {
    color: #0099e5;
}

.output-type-list-wrap::before,
.output-type-list-wrap::after {
    content: "";
    display: table;
    clear: both;
}

.output-type-list-wrap .output-type-item {
    position: relative;
    float: left;
    width: 45%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d2d6dc;
    text-align: center;
    cursor: pointer;
}

.output-type-list-wrap .output-type-item .output-type-name {
    font-size: 14px;
    line-height: 30px;
    color: #4e5b75;
}

.output-type-list-wrap .output-type-item:hover {
    border-color: #0099e5;
}

.output-type-list-wrap .output-type-item.output-forbid {
    cursor: not-allowed;
    background-color: #f5f5f5;
    position: relative;
}

.output-type-list-wrap .output-type-item.output-forbid .output-type-name {
    color: rgba(0, 0, 0, 0.25);
}

.output-type-list-wrap .output-type-item.output-forbid:hover {
    border-color: #d9d9d9;
}

.output-type-list-wrap .output-type-item.output-forbid:hover .forbid-content-wrap {
    display: block;
}

.output-type-list-wrap .output-type-item.active {
    border-color: #0099e5;
}

.output-type-list-wrap .output-type-item.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #0099e5;
    border-left: 20px solid transparent;
}

.output-type-list-wrap .output-type-item.active::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 4px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}

.output-type-list-wrap .output-type-item.active .output-type-name {
    color: #0099e5;
}

.output-type-list-wrap .output-type-item:nth-child(odd) {
    margin-right: 5%;
    left: 0px;
}

.output-type-list-wrap .output-type-item:nth-child(1) {
    padding: 10px 0px;
}

.output-type-list-wrap .output-type-item:nth-child(2) {
    padding: 10px 0px;
}

/* mobile */
@media screen and (max-height: 820px) {
    .content .order-message-area .order-message-list {
        margin-bottom: 24px;
        padding-left: 15px;
    }

    .content .order-message-area {
        display: inline-block;
        min-height: 498px;
        font-size: 14px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 4px;
        padding: 20px 4px 0;
        margin-bottom: 20px;
    }

    .content .order-message-area .order-message-list .list-item .oreder_type {
        height: auto;
        width: 22%;
        box-sizing: border-box;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
        cursor: pointer;
        position: relative;
    }

    .content .order-message-area {
        margin-bottom: 10px;
    }

    .button-wrap {
        position: fixed;
        z-index: 10;
        left: 0; 
        bottom: 0px;
        width: 100%;
        max-width: none;
        box-shadow: 0 0 6px 1px rgba(154, 154, 154, 0.5);
    }

    .output-type-list-wrap .output-type-item {
        position: relative;
        float: left;
        width: 45%;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #d2d6dc;
        text-align: center;
        cursor: pointer;
    }

    .content .order-message-area .order-message-list .list-item .field-options-wrap .option-item {
        float: left;
        width: 17%;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 10px;
        left: 0;
        padding: 5px 10px;
        color: #203152;
        text-align: center;
        border-radius: 3px;
        border: 1px solid #d2d6dc;
        cursor: pointer;
        position: relative;
    }
}
