.header {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.title_wrap {
    padding: 0.55rem 0.8rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0.5rem;
    background: #fff;
}
.title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.gray_text {
    color: #777777;
    font-size: 0.5rem;
    margin-left: 0.2rem;
}
.content {
    padding: 0.75rem 0.8rem;
    background: #fff;
}
.avatar {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.info_wrap {
    margin-left: 0.375rem;
}
.name span {
    color: #333;
    font-size: 0.5rem;
}
.name img {
    width: 2.35rem;
    height: 0.75rem;
    margin-left: 0.3rem;
}
.rank {
    margin-top: 0.375rem;
}
.rank span {
    color: #555;
    font-size: 0.5rem;
}
.rank img {
    width: 0.625rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}
.zan_icon {
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.15rem;
}
.zhuanye {
    margin-top: 0.625rem;
    position: relative;
}
.zhuanye p {
    color: #0f88eb;
    font-size: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.5rem;
}
.item {
    margin-top: 0.75rem;
    padding-bottom: 1.2rem;
}
.item p {
    font-size: 0.65rem;
    margin-bottom: 0.75rem;
    line-height: 1.2rem;
}
.bold {
    font-weight: bold;
}
.margin-bottom {
    margin-bottom: 2rem !important;
}
.start {
    color: #ed3d00;
}
.comment_title {
    padding: 0 0.575rem;
    height: 2rem;
    border-bottom: 1px solid #eee;
    background: #fff;
    margin-top: 0.5rem;
}
.comment_title img {
    width: 0.575rem;
    height: 0.65rem;
    margin-right: 0.3rem;
}
.comment_title span {
    color: #777;
    font-size: 0.6rem;
}
.comment_wrap {
    background: #fff;
}
.box {
    padding: 1.35rem 0 0.75rem;
    margin: 0 0.75rem;
    border-bottom: 1px solid #eee;
}
.comment_avatar {
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: 0.65rem;
}
.comment_info .name {
    font-size: 0.65rem;
    color: #333;
    font-weight: bold;
}
.comment_info .time {
    font-size: 0.55rem;
    color: #999;
    margin-top: 0.2rem;
}
.comment_content {
    padding-left: 2.25rem;
    font-size: 0.65rem;
    color: #666;
    line-height: 1rem;
    margin-top: 0.5rem;
}
.reply_box {
    margin-left: 2.15rem;
    margin-top: 0.5rem;
    padding: 0.65rem 0.5rem;
    background: #f7fbfe;
    border: 1px solid #c7d1db;
    border-radius: 0.5rem;
    position: relative;
}
.reply_box::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #f7fbfe;
    border-left: 1px solid #c7d1db;
    border-top: 1px solid #c7d1db;
    transform: rotate(45deg);
}
.reply_box .reply {
    line-height: 1rem;
    font-size: 0.65rem;
    color: #666;
}
.reply_box .reply span {
    font-weight: bold;
}
.reply_box .reply_p
{
    height: 1px; 
    background-color: #999;
    margin: 10px 0 10px 0; 
    opacity: 0.5;
}
.more {
    padding: 1.25rem 0 1.875rem;
    text-align: center;
}
.more img {
    width: 4.375rem;
}
.footer {
    padding: 1.2rem 0.75rem 2.65rem;
}
.textarea {
    margin-top: 0.5rem;
}
.textarea textarea {
    width: 100%;
    height: 8.575rem;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    padding: 0.7rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
}
.sendComment {
    text-align: center;
}
.sendComment button {
    width: 13.9rem;
    height: 2.1rem;
    line-height: 2.1rem;
    background: #0f88eb;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    margin: 1rem auto 0;
}
.tan_bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}
.tan_box {
    background: #fff;
    border-radius: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.comment_tan .tan_box {
    width: 64.5%;
    padding: 0.8rem 0 0.65rem;
    text-align: center;
}
#tan_confirm {
    text-align: center;
}
#tan_confirm button {
    width: 3.65rem;
    height: 1.35rem;
    line-height: 1.35rem;
    background: #0f88eb;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}
.gift_tan .tan_box{
    width: 90%;
    position: relative;
}
#close_ico {
    width: 0.65rem;
    height: 0.65rem;
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
}