/*  留言列表上方的action */
.action-area {
    height: 52px;
    line-height: 52px;
    margin: 14px 0 31px 0;
    color: #787878;
}

/* .action-area>p {
    float: left;
    font-weight: 400;
    color: rgba(154, 154, 154, 1);
} */


.action-area a {
    color: #787878;
    font-size: 14px;
}

.action-area a:hover {
    color: #FF6161;
    text-decoration: underline;
}

.action-area>button {
    float: right;
    position: relative;

    height: 100%;
    width: 189px;

    border: none;
    background: linear-gradient(90deg, #ff4d4d 0%, #ff6a6a 100%);
    border-radius: 26px;

    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);

    outline: none;
}

.action-area>button>img {
    position: relative;
    display: inline-block;
    width: 21px;
    top: 3px;
    margin: 0 12px 0 0;
}








/* 文章列表部分 */
.list {
    width: 100%;
    padding: 0 21px 0 21px;
    margin: 38px auto 46px auto;

    border-radius: 6px;
    background: #ffffff;
    box-shadow: 1px 1px 8px 1px #68686812;
}

.list-content {
    /* UL,预留一下 */
    width: 100%;
}

.list-content>li {
    position: relative;

    width: 100%;

    padding: 36px 19px 38px 16px;

    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 65, 65, 1);

    border-bottom: 1px solid #dfdfdf;
}

.list-content>li:last-child {
    border: none;
}

.list-content-quession {
    margin-bottom: 26px;
}

.list-content-feedback {
    /* 解答,预留一下 */
}


.list-content-quession .quession-title,
.list-content-quession .quession-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    vertical-align: top;
}

.list-content-feedback .feedback-title,
.list-content-feedback .feedback-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    vertical-align: top;
}

.list-content-feedback .feedback-title {
    padding-left: 35.5px;
}

.list-content .quession-date {
    float: right;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #b0b0b0;
}

.list-content-feedback .feedback-text,
.list-content-quession .quession-text {
    width: 900px;
}

/* END ********** 文章列表部分 */

/* 分页部分 */
.list-page {
    width: 100%;
    line-height: 36px;
    margin-bottom: 85px;
}

.list-page-info {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #646464;
}

.list-paging {
    margin: 0 auto;
    width: 70%;
}


.page-bar {
    /* float: right; */
    text-align: center;
}

.page-bar li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.page-bar li.special a {
    width: 80px;
}

.page-bar a {
    height: 36px;
    width: 36px;
    float: left;
    display: block;
    position: relative;
    line-height: 1.42857143;

    font-size: 12px;
    cursor: pointer;
    text-align: center;
    color: #646464;
    font-weight: 400;
    text-decoration: none;

    padding: 10px 10px;

    border-radius: 2px;
    background: rgba(240, 240, 240, 1);
    border: 1px solid rgba(230, 230, 230, 1);

}

.page-bar a:hover {
    background-color: #eee;

}

.page-bar .active {
    background: #ff4d4d;
}

.page-bar .active a {
    cursor: default;
    color: #FFFFFF;
    background: #ff4d4d;
    border: none;
}

.page-bar .active a:hover {
    background: #ff4d4d;
}

.page-bar span {
    color: #0996de;
    margin: 0px 4px;
    font-weight: 400;
}

/* 提交留言模态框 */

.message-submit {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.37);
    top: 0;
    left: 0;
    z-index: 1;
}

.message-submit input,
.message-submit textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.message-submit-content {
    width: 1018px;
    height: 632px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 8px;
}

.message-submit-content-top {
    position: relative;

    height: 46px;
    line-height: 46px;

    padding-left: 22px;

    font-size: 14px;
    font-weight: 400;
    color: #595959;

    background: #f3f3f3;
    border-radius: 8px;
}





.message-submit-content-top>img {
    position: absolute;
    right: 24px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
}


.message-submit-content-group {
    width: 100%;
    padding: 0 111px 0 49px;
    margin-top: 25px;
}

.message-submit-content-group label {
    height: 41px;
    line-height: 41px;

    vertical-align: top;
    margin-right: 15px;

    font-size: 16px;
    font-weight: 400;
    color: #3a3939;
}

.message-submit-content-group textarea {
    height: 81px;
    width: 770px;
    padding: 10px 15px;
    font-size: 16px;
    resize: none;
}

.message-submit-content-group ul,
.message-submit-content-group li {
    list-style: none;
    display: inline-block;
    height: 41px;
    line-height: 41px;

    font-size: 16px;
    font-weight: 400;
    color: #3a3939;
}

.message-submit-content-group li {
    padding: 0 50px 0 0;
    cursor: pointer;
}

.message-submit-content-group li>span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.message-submit-content-group li>span.normal {
    border: 1px solid #7c7c7c;
}

.message-submit-content-group li>span.active {
    border: 1px solid #ff5b5b;
    background: #ff5b5b;
}

.message-submit-content-group input.long {
    width: 278px;
    height: 41px;
    font-size: 16px;
    padding-left: 15px;
}

.message-submit-content-group input.short {
    width: 183px;
    height: 41px;
    font-size: 16px;
    padding-left: 15px;
}

.message-submit-content-group-item:first-child {
    float: left;
}

.message-submit-content-group-item:last-child {
    float: right;
}

.message-submit-content-verify {
    width: 92px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    margin-left: 18px;
    font-size: 20px;
    vertical-align: middle;
    letter-spacing: 5px;
    padding: 0 10px;
    border: 1px solid #DDD;
    text-align: center;
    cursor: pointer;
}

.message-submit-content-verify span:nth-child(1) {
    color: #a73d3d;
}

.message-submit-content-verify span:nth-child(2) {
    color: #dc1313;
}

.message-submit-content-verify span:nth-child(3) {
    color: #2416e4;
}

.message-submit-content-verify span:nth-child(4) {
    color: #fded0c;
}

.message-submit-content-button {
    width: 277px;
    height: 44px;

    background: linear-gradient(262deg, #ff4d4d 0%, #ff6f6f 100%);
    box-shadow: 1px 1px 8px 1px rgba(255, 80, 80, 0.54);
    border-radius: 22px;

    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: none;

    display: block;
    margin: 51px auto 0 auto;

    outline: none;
}