
.login-box {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background-color: #104d8e;
    border-radius: 15px;
    padding: 0 12px !important;
    display: inline-block;
}

.login-box a {
    color: #fff !important;
}

.login-box a:hover {
    color: #fff;
}

.headerSearch img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.comment-list-title {
    font-size: 18px;
    color: #0c4b8e;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.comment-list-title span {
    display: inline-block;
    position: relative;
}

.comment-list-title span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    height: 1px;
    background-color: #0c4b8e;
}

.media-heading {
    color: #c62626;
    font-size: 14px;
    line-height: 1.2;
}

.media-body p {
    line-height: 22px;
    font-size: 14px;
    color: #010101;
    text-indent: unset;
}

.media-body .create-date {
    font-size: 12px;
    color: #999999;
}

.comment-content {
    border: 2px solid #e5e5e5;
}

#commentDiv .comment {
    clear: both;
    padding-bottom: 82px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

#commentDiv .comment-btn {
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #999999;
    padding: 0;
    border-radius: unset;
    color: #fff;
}

.comment-head-title {
    margin-bottom: 20px;
}

.comment-head-title span {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #0c4b90;
}

.comment-head-title img {
    width: 21px;
    height: auto;
    vertical-align: -2px;
}

.media-object {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-list .media {
    display: flex;
    padding-bottom: 5px;
}

.comment-list .media:not(:last-child) {
    border-bottom: 1px dashed #e5e5e5;
}

.media-middle {
    display: inline-block !important;
}

.fav {
    background-position: center;
}

.no-more {
    display: none;
    cursor: auto;
    color: #7e7e7e;
    width: 70%;
    margin: 25px auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 20px;
}