﻿.content_l {
    width: 910px;
    float: left;
}

.content_r {
    width: 270px;
    float: right;
}

.question-title {
    font-size: 26px;
    text-align: center;
    height: 75px;
    line-height: 75px;
}

.question-container {
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    padding: 0 20px 45px;
}

.question-item {
    margin-bottom: 20px;
}

.question {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .question .qtxt {
        width: 80px;
        text-align: right;
        font-size: 12px;
        flex-shrink: 0;
        padding-right: 10px;
    }

        .question .qtxt span {
            color: #ff0000;
        }

    .question input {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        height: 36px;
        line-height: 36px;
        padding: 0 6px;
    }

    .question textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        height: 130px;
        padding: 10px 6px;
    }

.question-item .tips {
    text-align: right;
    color: #888;
    font-size: 12px;
}

.question-item .tips1 {
    color: #888;
    font-size: 12px;
    padding-left: 80px;
}

    .question-item .tips span, .question-item .tips1 span {
        color: #ff0000;
    }

.img-list {
    display: flex;
    flex-wrap: wrap;
}

    .img-list .img-item {
        width: 100px;
        height: 100px;
        position: relative;
        margin-right: 18px;
        overflow: hidden;
    }

        .img-list .img-item img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .img-list .img-item .img-remove {
            background-color: rgb(0, 0, 0);
            position: absolute;
            right: 0;
            top: 0;
            width: 44px;
            text-align: center;
            height: 22px;
            line-height: 22px;
            color: #fff;
            font-size: 12px;
        }

.upload {
    width: 100px;
    height: 100px;
    background-image: url('images/4.png');
    background-size: cover;
    position: relative;
}

    .upload input {
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 6;
        opacity: 0;
    }

.question select {
    display: block;
    width: 140px;
    border: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
    margin-right: 15px;
}

.question-btn {
    cursor: pointer;
    background-color: rgb(47, 180, 118);
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size:16px;
    margin-left:80px;
}
