﻿@charset "UTF-8";

/**!
 * pagename: &#101;&#109;&#97;&#105;&#108;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#23089;&#20048;&#30331;&#24405;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20122;&#27954;&#30495;&#20154;公共资源交易不见面开标系统——互动交流页
 * date: 2022-05-07
 * author: 井宇轩;
 */

body {
    background-color: #f5f8fb;
}

.mt20 {
    margin-top: 20px;
}


/* 右侧主体信息 */

.info-sec-tit {
    position: relative;
    height: 56px;
    color: #3869bb;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
}

.info-sec-tit:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    background-color: #e8ebef;
    z-index: 1;
}

.info-sec-tit span {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    background: #fff url('../images/icon_arrow_right.png') left center no-repeat;
    z-index: 2;
}

.form-label {
    width: 85px;
    line-height: 36px;
    font-size: 16px;
    text-align: right;
}

.form-con {
    width: calc(100% - 85px);
}

.form-item select,
.form-item textarea,
.form-item input {
    height: 36px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #4e95ed;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-item select {
    width: 260px;
}

.form-item textarea {
    padding: 12px;
}

.interaction .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid #4e95ed;
    border-radius: 4px;
}

.interaction .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #4371bf;
    border-radius: 0;
    box-shadow: none;
}

.interaction .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 16px;
    color: #333;
}

.interaction .chosen-container-active.chosen-with-drop .chosen-single span {
    color: #4371bf;
}

.interaction .chosen-container-single .chosen-single div {
    width: 30px;
}

.interaction .chosen-container-single .chosen-single div b {
    background: url("../images/sel_down.png") center no-repeat;
}

.interaction .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_up.png") center no-repeat;
}

.interaction .chosen-container .chosen-drop {
    top: 100%;
    bottom: auto;
    border: 1px solid #4e95ed;
}

.interaction .chosen-container .chosen-results {
    margin: unset;
    padding: unset;
}

.interaction .chosen-container .chosen-results li.highlighted {
    background: none;
    background-color: #456dd2;
}

.form-item textarea {
    width: 100%;
    height: 200px;
}

.form-item input {
    width: 150px;
}

.code-img {
    display: inline-block;
    width: 100px;
    height: 36px;
    margin-left: 10px;
    border: 1px solid #4e95ed;
    border-radius: 4px;
    box-sizing: border-box;
}

.submit {
    display: block;
    margin: 14px auto 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background-color: #3869bb;
    text-align: center;
}


/* 留言板 */

.msg-board-item {
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 16px;
    background-color: #f9fdff;
}

.msg-board-question {
    padding: 10px 0;
    padding-left: 30px;
    background: url('../images/icon_question.png') left 14px no-repeat;
    border-bottom: 1px dashed #e2e7ec;
}

.msg-board-answer {
    padding: 10px 0;
    padding-left: 30px;
    background: url('../images/icon_answer.png') left 14px no-repeat;
}

.msg-board-word span {
    color: #3a79e2;
}

.msg-board-time {
    color: #999;
    text-align: right;
}


/* 分页 */

.main .m-pagination-page li {
    height: 30px;
}

.main .m-pagination-page li.active a {
    font-weight: normal;
    background-color: #3869bb;
}

.main .m-pagination-page li a {
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-color: #f5f5f5;
    border-radius: 5px;
}

.main .m-pagination-page li a:hover {
    color: #fff;
    background-color: #3869bb;
}

.main .m-pagination-info {
    margin: 2px 10px 0 0;
    color: #999;
    font-size: 16px;
}

.main .m-pagination-info span {
    margin: unset;
    color: #999;
    font-weight: normal;
}

@media (max-width:979px) {
    .bar {
        width: 100%;
        min-height: auto;
    }
    .info {
        width: 100%;
    }
}

@media (max-width:767px) {
    .main {
        padding: 10px;
    }
    .form-item select,
    .form-item textarea,
    .form-item input {
        width: 100%;
    }
    .code-img {
        margin-left: 0;
        margin-top: 10px;
    }
}

.promise {
    line-height: 28px;
    font-size: 16px;
}

.promise-hd {
    line-height: 60px;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Bold';
    text-align: center;
}

.promise-sec-hd {
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Bold';
}

.promise-info h3 {
    margin-top: 28px;
}

.promise-info p {
    text-indent: 38px;
}

.promise-time {
    text-align: right;
}

.zbb .form-label {
    width: 100px;
}

.zbb .form-con {
    width: calc(100% - 100px);
}