.body-center-bottom{
	position: relative;
}
.body-center-bottom .peopleMoreA{
    display: block;
    position: absolute;
    font-size: 13px;
    color: #666666;
    bottom: 40px;
    left: 0px;
    right: 0px;
    width: 100px;
    margin: auto;
    text-align: center;
}
.body-center-bottom .peopleMoreA:hover{
	color: #e30911;
}

.showCharacter{
	transition: all 0.5s;
    -moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.showCharacter div img{
	width: 74px;
	height: 74px;
	border-radius: 5px;
}
.showCharacter .bch-lr-bottom{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.showCharacter:hover{
	opacity: 0.5;
}

.tdSelect{
	background-color: #c1beb2;
}
#selectBcbWhole:hover{
	background-color: rgb(172, 61, 40);
}

.showCharBottom{
	border: 1px solid transparent;
}
.showCharBottom:hover{
    opacity: 0.5;
}

.fbb-word1:hover{
	background-color: rgb(172, 61, 40);
}

.bcb-bottom{
	margin-bottom: 110px;
}

.b4c-list:hover{
	opacity: 0.5;
	cursor: pointer;
}

.bcb-bl-left img {
    border-radius: 5px;
}

#pageContentDiv{    
    width: 1140px;
    margin: 0 auto;
    background-color: rgb(247, 244, 248)
}