﻿.aw-main-content {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}

.aw-nav-tabs {
    height: 50px;
    padding: 0 20px 0;
    border-color: #e6e6e6;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.aw-feed-list .aw-item {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
}

.aw-feed-list .aw-item .mod-footer {
    padding-left: 55px;
    min-height: 28px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 12px;
}

.aw-feed-list .operate {
    display: inline-block;
    float: left;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.aw-feed-list .operate a.active {
    color: #fff;
}

.aw-feed-list .operate a {
    float: left;
    height: 28px;
    padding: 0 10px;
    color: #999;
    line-height: 28px;
    text-decoration: none;
}

.aw-feed-list .operate a.disagree {
    border-radius: 0 4px 4px 0;
}

.aw-feed-list .operate a + a {
    border-left: 1px solid #ebebeb;
}

.aw-feed-list .operate + .operate {
    margin-left: 5px;
}

.aw-feed-list .operate {
    display: inline-block;
    float: left;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.aw-feed-list .operate .aw-add-comment:hover, .aw-feed-list .operate .aw-add-comment.active {
    background-color: #18B89C;
    color: #fff;
    border-radius: 4px;
}

.aw-feed-list .aw-item .mod-head {
    z-index: 1;
}

.aw-feed-list .aw-item .mod-head, .aw-feed-list .aw-item .mod-body, .aw-feed-list .aw-item .mod-footer {
    position: relative;
    padding-left: 50px;
}

.aw-feed-list .aw-item .aw-user-img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 40px;
    height: 40px;
}

.aw-feed-list .aw-item .aw-user-img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.aw-feed-list .aw-item .mod-head, .aw-feed-list .aw-item .mod-body, .aw-feed-list .aw-item .mod-footer {
    padding-left: 55px;
}


.aw-comment-box .aw-comment-list {
    padding: 15px 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.aw-comment-list li > .aw-user-name {
    position: absolute;
    left: 0;
}

.aw-comment-box .aw-comment-list a {
    color: #18B89C;
}

.aw-comment-box form {
    padding: 15px;
    background-color: #fafafa;
}

.aw-feed-list .operate a:hover i, .aw-feed-list .operate a.active i {
    color: #fff;
}

.aw-feed-list .meta i, .aw-question-detail .meta i {
    font-size: 16px;
    vertical-align: -2px;
    padding-right: 4px;
}

.pull-right {
    float: right !important;
}

.aw-comment-box {
    display: none;
    position: relative;
    margin: 10px auto;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.aw-comment-list li:first-child {
    padding-top: 0;
}

.aw-comment-list li {
    position: relative;
    padding: 15px 0 15px 42px;
    border-top: 1px solid #f5f5f5;
    line-height: 22px;
}

.aw-comment-box form {
    padding: 15px;
    background-color: #fafafa;
}

.aw-comment-box .aw-comment-box-btn {
    /*display: none;*/
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.aw-comment-box .aw-comment-box-btn .btn {
    margin-left: 10px;
}

a:link {
    text-decoration: none;
}

.btn-success, .btn-gray.active {
    border-color: #18B89C !important;
    background-color: #18B89C !important;
}

.btn-success, .btn-gray.active {
    border: none !important;
    background-color: #18B89C;
    color: #fff;
}

.btn-mini {
    min-width: 64px;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
}

.btn-gray {
    border: none !important;
    background-color: #eee;
    color: #999;
}

textarea {
    box-sizing: border-box;
}

.comment-list-total {
    font-family: PingFang-SC-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #171717;
}

.user-name {
    font-family: PingFang-SC-Heavy;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #496894;

}

.user-say-text {
    font-family: PingFang-SC-Regular;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #a6a6a6;
}

.comment-content {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #333333;
}
.comment-content p {
    margin: 10px 0;
}

.comment-content blockquote {
    line-height: 24px;
    padding: 10px 20px !important;
    margin: 10px 0 10px;
    background: #ebf7f5;
    border: 1px solid #18B89C;
    border-left: 3px solid #0ab99d;
    text-indent: -2rem;
}

.comment-content blockquote p {
   font-size: 14px;
}

.aw-user-name img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.comment-follow-btn {
    width: 65px;
    height: 27px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.comment-follow-btn span {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #18B89C;
}

.mod-head .title {
    margin-bottom: 7px;
}

.comment-datetime {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #a6a6a6;
}

.empty-comment-list {
    height: 247px;
    background-color: #ffffff;
    /* box-shadow: 0 0 5px 0 #ededed; */
    border-radius: 4px;
}

.empty-comment-list .empty-img {
    width: 63px;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 57px;
}

.empty-comment-list .empty-img img {
    width: 100%;
    height: auto;
}

.empty-comment-list .empty-message {
    text-align: center;
    height: 15px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #808080;
    margin: 12px auto auto auto;
    left: 0;
    right: 0;
}

.empty-comment-list .empty-button {
    width: 107px;
    height: 31px;
    background-color: #ebf7f5;
    border-radius: 15px;
    margin: 17px auto auto auto;
    left: 0;
    right: 0;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: -0.3px;
    color: #18b89c;
}

button {
    outline: none;
}

.comment-content a {
    border-bottom: 1px dashed #0ab99d;
    color: #525252;
}

.comment-content a:hover {
    color: #0ab99d;
}