@charset "UTF-8";
.hafeele-fun-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;

}

.hafeele-fun-wrap .topic-list-wrap,
.fun-detail-wrap .topic-list-wrap{
    position: relative;
    float: left;
    width: 780px;
    box-sizing: border-box;
}

.topic-list-wrap .topic-list{
    position: relative;
    width: 100%;
    padding: 20px 16px 0;
    background-color: #e6e6e6;
    box-sizing: border-box;
}

.topic-list .item{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #a8a7a7;
    box-shadow: 0 2px 0 #fff;
}

.topic-list .item:last-child{
    border-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 0 5px;
}

.topic-list .item:last-child:after{
    display: none;
}

.topic-list .item::after{
    content: " ";
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.topic-list .item .title{
    padding: 15px 0 20px;
    overflow: hidden;
}

.topic-list .item .title h4{
    float: left;
    font-size: 18px;
    color: #c91277;
    font-weight: bold;
    line-height: 28px;
    border-bottom: 1px solid #c91277;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topic-list .item .time,
.topic-list .item .by{
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 28px;
}

.topic-list .item .time{
    margin-right: 30px;
}

.topic-list .item .topic-con{
    position: relative;
    margin: 5px 0 10px;
    width: 100%;
    height: 430px;
    clear: both;
}

.topic-list .item .topic-con img{
    width: 100%;
    height: 100%;
}

.topic-con .action-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: rgba(0,0,0,.6);
    box-sizing: border-box;
}

.topic-con .action-bar .des{
    float: left;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 460px;
}

.topic-con .action-bar a{
    float: right;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.topic-con .action-bar .like i{
    background-position: 0 -202px;
}

.topic-con .action-bar .like:hover i,
.topic-con .action-bar .like.active i{
    background-position: 0 -238px;
}

.topic-con .action-bar .follow i{
    background-position: -45px -202px;
}

.topic-con .action-bar .follow:hover i,
.topic-con .action-bar .follow.active i{
    background-position: -45px -238px;
}

.topic-con .action-bar .comment i{
    background-position: -88px -202px;
}

.topic-con .action-bar .comment:hover i,
.topic-con .action-bar .comment.active i{
    background-position: -88px -238px;
}

.topic-con .action-bar a:hover span,
.topic-con .action-bar a.active span{
    color: #d61b5e;
}

.hafeele-fun-wrap .turn-btn{
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: right;
}

.turn-btn a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    background-color: #797878;
    border-radius: 100%;
}

.turn-btn .prev{
    padding: 1px 1px 0 0;
}

.turn-btn .next{
    padding: 1px 0 0 2px;
}

.turn-btn a:hover{
    background-color: #da007f;
}

.turn-btn a:active{
    background-color: #c91277;
    box-shadow: 0 0 4px #333;
}


.hafeele-fun-wrap .user-wrap,
.fun-detail-wrap .user-wrap{
    float: right;
    width: 368px;
    background-color: #e6e6e6;
    box-sizing: border-box;
}
.user-wrap .user-info{
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #bdbdbd;
}

.user-wrap .user-info .header{
    float: left;
    margin: 2px 10px 13px 0;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
}

.user-info .header img{
    width: 100%;
    height: 100%;
}

.user-wrap .user-info .user-name{
    float: left;
    margin: 30px 10px 13px 0;
    width: 170px;
}

.user-info .user-name h4{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.user-info .user-name p{
    font-size: 15px;
    color: #333;
}

.user-info .user-name h4,
.user-info .user-name p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-wrap .user-info .caret{
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 24px;
    color: #666;
    border-left: 1px solid #d3d3d3;
}

.user-wrap .user-info .caret::before{
    content: " ";
    position: absolute;
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.user-wrap .record-wrap{
    position: relative;
    width: 100%;
    padding: 10px 20px 0;
    box-sizing: border-box;
}

.user-wrap .record-wrap li{
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
    box-shadow: 0 1px 0 #fff;
}

.user-wrap .record-wrap li:last-of-type{
    border-bottom: 0;
    box-shadow: none;
}

.user-wrap .record-wrap li span{
    float: right;
    margin-right: 5px;
}

.user-wrap .record-wrap li .like{
    background-position: 0 -164px;
}

.user-wrap .record-wrap .active .like{
    background-position: 0 -238px;
}

.user-wrap .record-wrap li .follow{
    background-position: -43px -164px;
}

.user-wrap .record-wrap li .comment{
    background-position: -86px -164px;
}

.user-wrap .record-wrap li .msg{
    background-position: -129px -164px;
}

.more-subject a .subject{
    background-position: -172px -164px;
}

.user-wrap .record-wrap .upload i{
    background: none;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    padding-left: 8px;
    color: #5a5a5a;
}

.more-subject{
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 56px;
    line-height: 50px;
    border-top: 6px solid #b9b9b9;
    box-sizing: border-box;
}

.fun-detail-wrap{
    position: relative;
    width: 100%;
    padding: 35px 0;
    background-color: #e6e6e6;
    overflow: hidden;
    box-sizing: border-box;
}

.fun-detail-wrap .user-wrap{
    margin: 53px 16px 0 0;
    border: 2px solid #bcbcbc;
}

.fun-detail-wrap .topic-list .item .title{
    padding: 0;
}

.fun-detail-wrap .topic-list .item .title h4{
    color: #333;
    border-bottom: none;
}

.fun-detail-con{
    position: relative;
    width: 100%;
    padding: 20px 0 0;
    overflow: hidden;
}

.fun-detail-con .fig{
    position: relative;
    float: left;
    margin: 5px 35px 0 0;
    width: 318px;
    height: 190px;
}

.fun-detail-con .fig img{
    width: 100%;
    height: 100%;
}

.fun-detail-con .des{
    position: relative;
    width: 395px;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-align: justify;
}

.fun-detail-con .aside-wrap{
    position: relative;
    width: 100%;
    padding: 25px 0 0;
    clear: both;
}

.aside-wrap .act-wrap{
    position: relative;
    width: 100%;
    text-align: center;
}

.aside-wrap .act-wrap a{
    display: inline-block;
    margin: 10px 24px;
    font-size: 12px;
    text-align: center;
}

.aside-wrap .act-wrap a i{
    display: block;
    margin-bottom: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #7c7c7c url("../img/icon/icons.png") no-repeat;
    border-radius: 100%;
    transition: all .35s ease;
}

.aside-wrap .act-wrap .like i {
    background-position: 3px -194px;
}

.aside-wrap .act-wrap .follow i {
    background-position: -40px -195px;
}

.aside-wrap .act-wrap a:hover i,
.aside-wrap .act-wrap a.active i{
    background-color: #da007f;
}

.fun-detail-con .comment-wrap,
.comment-wrap .comment-list{
    position: relative;
    width: 100%;
}

.comment-wrap .comment-list .sum{
    position: relative;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.comment-wrap .comment-list .comments-item{
    padding: 5px 10px 10px;
    font-size: 14px;
    color: #333;
    background-color: #dcdcdc;
    border-bottom: 1px dashed #b8b7b7;
}

.comment-list .comments-content{
    overflow: hidden;
    line-height: 30px;
}

.comments-content .name-card{
    color: #da007f;
}

.comments-item .con{
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    color: #da007f;
}

.comments-item .comments-content .con{
    color: #333;
}

.comments-content .floor{
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.comments-item .comments-op{
    position: relative;
    clear: both;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.comments-op .act-reply:hover{
    color: #da007f;
}

.comments-op .act-reply:active{
    text-decoration: underline;
}

.comment-wrap .reply-wrap{
    position: relative;
    height: 105px;
    padding: 15px 15px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    margin:10px 0px 0px 100px;
}

.comment-wrap .reply-wrap::before{
    content: " ";
    position: absolute;
    top: -8px;
    right: 6px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.comment-wrap .reply-wrap .input-wrap{
    position: relative;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
}


.comment-wrap .reply-wrap textarea{
    position: absolute;
    padding: 0 10px;
    width: 80%;
    height: 30px;
    line-height: 28px;
    border: 0;
    resize: none;
    overflow: hidden;
}

.comment-wrap .reply-wrap textarea:focus{
    outline: none;
}

.comment-wrap .pagination{
    padding: 0;
    margin: 25px 0 0;
}

.comment-wrap .comment-reply-item{
    position: relative;
    margin:10px;
   /*  height: 32px; */
    /* line-height: 30px; */
    border-top: 1px dashed #b8b7b7;
    /* border-radius: 4px; */
    font-size: 12px;
}


.comment-wrap .comment-replylist{
    position: relative;
    padding: 0 80px  20px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin:10px 0px 0px 100px;
}

.order-info-wrap .item .goods-info{
    position: relative;
    width: 100%;
    padding: 10px 40px;
    box-sizing: border-box;
}

.goods-info span{
    display: block;
    font-size: 16px;
    color: #333;
}

.goods-info span b{
    font-size: 14px;
    padding-left: 5px;
}

.goods-info .form-item label{
    display: inline-block;
    min-width: 80px;
    margin-right: 10px;
    font-size: 16px;
}

.goods-info .form-item input{
    padding: 0 10px;
    margin-right: 10px;
}

.goods-info .form-item .max-input{
    width: 595px;
}

.goods-info .btn-group{
    margin: 20px 0;
    text-align: center;
    border-top: 1px dashed #b1b1b1;
}

.goods-info .btn-group .cm-btn{
    width: 270px;
    margin: 25px 0 10px;
    border-radius: 4px;
}

.fun-fig-list{
    position: relative;
    width: 100%;
}

.fun-fig-list ul{
    overflow: hidden;
    margin: 0 -10px;
}

.fun-fig-list li{
    float: left;
    position: relative;
    margin: 5px 10px;
}

.fun-fig-list .fig{
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
}

.fun-fig-list .fig img{
    width: 100%;
    height: 100%;
}

.fun-fig-list .fig .add-des{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-top: 1px solid #bbb;
    background-color: #d7d7d8;
}

.fun-fig-list .upload{
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 118px;
    border: 1px dashed #bbb;
    box-sizing: border-box;
}

.fun-fig-list .upload input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.fun-fig-list .upload span{
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-size: 42px;
}

.fun-fig-list .upload:hover span{
    color: #da007f;
}