/**!
* 在线征询
* date:2022-3-7
* author: zzongyi;
*/

#footer {
    margin-top: 0;
}

/* 标题 */
.main-content {
    margin-top: 4px;
    padding: 0 30px 36px 30px;
}

.content-tt {
    font-size: 44px;
    font-weight: bold;
    padding: 0 40px;
    text-align: center;
    line-height: 68px;
}

.content-tool {
    color: #666;
    font-size: 16px;
    line-height: 40px;
}

.content-time {
    float: left;
}

.content-time > span {
    margin-right: 35px;
}


.content-status {
    float: right;
}

.content-print,
.content-share,
.content-fontsize {
    float: left;
}

.content-fontsize {
    padding-left: 30px;
    background: url('../images/content_fontsize.png') no-repeat left center;
}

.content-fontsize > span {
    padding: 0 10px;
    cursor: pointer;
}

.content-fontsize > span:hover,
.content-fontsize > span.active {
    color: #0a7aee;
}

.content-print {
    padding-left: 28px;
    background: url('../images/content_print.png') left center no-repeat;
    color: #666;
}


.content-print ,
.content-share {
    margin-left: 35px;
}

.content-share > span {
    padding-left: 30px;
    background: url('../images/content_share.png') no-repeat left center;
}

.content-share > a {
    margin-left: 15px;
}

.content-share img {
    vertical-align: middle;
}

.content-article {
    line-height: 36px;
    font-size: 20px;
    margin-top: 22px;
}

.article-item {
    text-indent: 22px;
}

@media (max-width: 980px) {
    .main-content {
        padding:0;
        margin-top: 0;
    }

    .content-tt {
        font-size: 24px;
        line-height: 30px;
    }

    .content-print,
    .content-share,
    .content-fontsize,
    .content-time,
    .content-status {
        float: none;
    }

    .content-time > span {
        display: block;
    }

    .content-print,
    .content-share {
        margin-left: 0;
    }

    .content-tool {
        line-height: 30px;
        font-size: 14px;
    }

    .content-article {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
    }
}


/* 征询意见 */
.option {
    background-color: #f4f5f7;
}

.option-hd {
    line-height: 112px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../images/things_tt.png) no-repeat center center;
}

.option-bd {
    padding: 24px 0;
}


.option-upload p,
.option-reply p {
    float: left;
    color: #666;
    font-size: 20px;
    line-height: 60px;
}

.option-textarea {
    margin-left: 105px;
    height: 150px;
}

.option-textarea textarea {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    font-size: 20px;
    padding: 20px 10px;
    resize: none;
}

.upload {
    margin-left: 105px;
}

.upload-btn {
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    color: #0a7aee;
    border: 1px solid #0a7aee;
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
}


.option-upload p {
    line-height: 48px;
}
.option-upload {
    margin-top: 24px;
}

.webuploader-pick {
    width: 100%;
    text-decoration: none;
    color: #0a7aee;
}

.file-info ,
.file-name {
    float: left;
}

.file-item {
    line-height: 36px;
}

.file-name {
    color: #c6cedb;
}

.file-list {
    font-size: 20px;
    margin-top: 15px;
}

.progress {
    width: 144px;
    height: 6px;
    background-color: #e2e6ed;
    margin-top: 17px;
    margin-left: 10px;
}
.progress-bar {
    height: 6px;
    background-color: #0a7aee;
}

.remove {
    color: #ff0000;
    margin-left: 20px;
}

.sumbit {
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #0a7aee;
    border-radius: 4px;
    margin-top: 23px;
}

.sumbit {
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #0a7aee;
    border-radius: 4px;
    margin-top: 23px;
}
@media (max-width: 980px) {
    .option-hd {
        font-size: 20px;
        line-height:60px
    }

    .option-bd {
        padding: 0 0 10px 0;
    }

    .remove {
        margin-left: 10px;
    }

    .sumbit,
    .file-list,
    .upload-btn ,
    .option-textarea textarea,
    .option-upload p, .option-reply p {
        font-size: 16px;
    }

    .sumbit,
    .file-list,
    .option-upload {
        margin-top: 10px;
    }

    .upload-btn {
        font-size: 16px;
    }

    .option-upload p, .option-reply p{
        float: none;
        line-height: 40px;
    }

    .upload,
    .option-textarea {
        margin-left: 0;
    }

}

/* 20220725 */

.option-row {
    margin-top: 24px;
}

.option-row:first-child {
    margin-top: 0;
}

.option-col-half {
    width: calc(50% - 30px);
}

.option-label {
    width: 105px;
    float: left;
    color: #666;
    font-size: 20px;
    line-height: 48px;
    text-align: right;
}

.option-cont {
    margin-left: 105px;
}

.option-cont input {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 20px;
    border: 1px solid #e0e1e3;
    border-radius: 4px;
}

.option-cont input:focus {
    border: 1px solid #0a7aee;
}

@media (max-width: 980px) {
    .option-row {
        margin-top: 10px;
    }

    .option-label {
        width: auto;
        float: none;
        line-height: 40px;
        font-size: 16px;
        text-align: left;
    }

    .option-cont {
        margin-left: 0;
    }

    .option-cont input {
        font-size: 14px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .option-col-half {
        width: 100%;
    }
}
