
 :root {
	--theme-color: #e60012;
  }
a:hover{
	cursor: pointer;
}
.personalCenter{
	background-color: #f5f5f5;
	width: 100%;
	padding: 20px 0;
}
.personal_center{
	width: 1200px;
	margin: 0 auto;
	
}
.footer{
	background-color: #f5f5f5;
	margin-top: 0;
	padding-top: 30px;
}

/*分页*/
.pagelistbox{
	margin-top: 50px;
    text-align: center;
    font-size: 13px;
}
.pagelistbox span,.pagelistbox  a{
	border: 1px solid #d1d1d1;
	margin-right: 5px;
	padding: 2px 15px;
}
.current{
	color: white;
	background-color: var(--theme-color);
}
/*header*/
.personal_center .header{
	background: url(../images/index/headerBg.png) no-repeat;
	margin: 10px 0 20px;
	height: 180px;
}

.header_left{
	float: left;
}
.header_right{
    float: right;
    padding: 34px 50px 0 0;
}
.header_right a:hover{
text-decoration:none;
}
.personal_head{
	width: 100px;
    height: 180px;
    line-height: 180px;
    display: inline-block;
    margin-left: 55px;
}
.personal_head img{
	border-radius: 100%;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}
.personal_name{
    display: inline-block;
    margin-left: 20px;
    font-size: 30px;
   	height: 180px;
    line-height: 140px;
    vertical-align: middle;
}
.comment{
	margin-left: 38px;
}

.collect{
	width: 112px;
    height: 103px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 12px 0;
    background: url(../images/index/collectBg.png) no-repeat;
}
.collect p{
	line-height: 26px;
}
.collect_num{
	margin-top: 6px;
}
.f70Color{
	color: #a3a3a3;
}
.ican{
	text-align: center;
}
.border_bottom{
	width: 20px;
    height: 1px;
    background-color: #d6d6d6;
    margin: 0 auto;
}

/*personal_main*/
.personal_menu{
    width: 220px;
    height: 424px;
    background-color: white;
    float: left;
}
.personal_menu a{
	width:220px ;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #f5f5f5;
	display: block;
}
.personal_menu .active{
	background-color: var(--theme-color);
	color: white;
}
.active:hover{
    text-decoration: none;
    cursor: default;
}
.personal_menu .active .commentImg{
	background:url(../images/index/ican_personal3.png) no-repeat;
}
.personal_menu .active .replyImg{
	background:url(../images/index/ican_personal4.png) no-repeat;
}
.personal_menu .active .feedbackImg{
	background:url(../images/index/ican_personal5.png) no-repeat;
}
.personal_menu a img{
    margin: 0 16px;
    vertical-align: middle;
}
.personal_menu i{
	display: inline-block;
	width: 19px;
	height: 16px;
	 margin: 0 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.commentImg{
	background:url(../images/index/ican_personal03.png) no-repeat;
	
}
.replyImg{
	background:url(../images/index/ican_personal04.png) no-repeat;
	
}
.feedbackImg{
	background:url(../images/index/ican_personal05.png) no-repeat;
	
}
.personal_content{
	background-color: white;
    min-height: 424px;
    width: 965px;
    display: inline-block;
    margin-left: 15px;
}
.content_head{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #f5f5f5;
	padding-left: 40px;
	position: relative;
}
.content_head a{
	margin-right: 60px;
    display: inline-block;
    height: 44px;
}
.content_head .active{
	color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    font-weight: bold;
}
.content_head .new_news{
    width: 10px;
    height: 10px;
    top: 8px;
    left: 171px;
}
.content_main{
	padding: 0 34px;
}
.comment_item{
	border-bottom: 1px dashed #d1d1d1;
    min-height: 62px;
    position: relative;
    padding-bottom: 14px;
}
.comment_item p{
    margin-top: 20px;
    width: 550px;
    font-size: 14px;
    word-wrap: break-word;
}
.f70Color a{
	    color: #a3a3a3;
}
.comment_item_right{
	position: absolute;
    right: 0;
    top: -18px;
}
.comment_item_right img{
	float: right;
	cursor: pointer;
    width: 21px;
}
.timeColor{
	color: #a3a3a3;
	font-size: 14px;
    text-align: right;
}
.del{
	margin-top: 20px;
    font-size: 14px;
}
.del_choose{
	display: none;
}
.del_choose .delete{
	background-color: var(--theme-color);
    color: white;
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    
}
.cancel{
	 width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}


/*回复*/


.reply_item{
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
    padding-bottom: 20px;
    word-wrap: break-word;
}
.reply_item p {
    margin-top: 20px;
    width: 550px;
    font-size: 14px;
}
.reply_con{
    width: 550px;
    position: relative;
    display: inline-block;
    padding: 0 15px 14px;
    background-color: #fafafa;
    border-radius: 8px;
    margin-top: 14px;
}

.replyIcan{
	background:url(../images/index/ican_sanjiao.png) no-repeat;
	display: block;
	width: 18px;
	height: 12px;
	position: absolute;
	top: -8px;
    left: 15px;
}





/*收藏*/
.content_head i{
	display: block;
    width: 65px;
    height: 44px;
}
.favorite_item_right{
	position: absolute;
    right: 0;
    top: 0;
}

.favorite_item{
	border-bottom: 1px dashed #d1d1d1;
    min-height: 62px;
    position: relative;
    padding-bottom: 14px;
}
.favorite_item p{
    margin-top: 20px;
    width: 550px;
    font-size: 14px;
}
.without{
	text-align: center;
	padding-top: 30px;
}
.without img{
	margin-right: 50px;
}
.without p{
	margin-top: 44px;
	font-size: 20px;
}



.favorite_del_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.favorite_del{
	width: 337px;
	height: 124px;
	position: fixed;
	top: 50%;
	left: 50%;
    background-color: white;
    margin: -90px 0 0 -167px;
    text-align: center;
    padding: 70px 20px 20px;
    border-radius: 4px;
}

.favorite_del p{
	margin: 15px 0 20px;
	font-size: 14px;
}
.warning_img{
    position: absolute;
    top: -50px;
    left: 143px;
    width: 90px;
    height: 90px;
}
.warning_img_close{
	position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.delChoose span{
    height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    display: inline-block;
    color: white;
    cursor: pointer;
}
.chooseYes{
	background-color: #d6d6d6;
	margin-right: 20px;
}

.chooseNo{
	background-color: var(--theme-color);
}




/*意见反馈*/
.suggest_cont{
	margin: 20px 0px 0px;
    width: 870px;
    height: 222px;
    padding: 10px;
    color: #7d7d7d;
    resize: none;
}

.suggest_submit{
    margin-top:20px;
	cursor: pointer;
    width: 150px;
    height: 50px;
    color: white;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme-color);
    border: none;
    border-radius: 4px;
    /*float: right;*/
}


/*头部*/
/*.search{
	width: 642px;
}*/

.m_searh_form{
    display: inline-block;
}

.search-btn{
	display: inline-block;
}
.new_news{
	display: inline-block;
	position: absolute;
    width: 7px;
    height: 7px;
	border-radius: 100%;
	background-color: #FF4444;
}
.header_contribute,.header_personal{
    cursor: default;
	display: inline-block;
    float: right;
}
.header_personal{
	position: relative;
}
.header_contribute img,.header_personal img{
	vertical-align: middle;
    width: 22px;
    height: 24px;
    margin-bottom: 4px;
    margin-right: 6px;
}
.login em{
    cursor: pointer;
}

.header_personal em img{
	width: 9px!important;
	height: 6px;
}
.drop_out{
	position: absolute;
    left: -33px;
    top: 45px;
    width: 118px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: white;
    border: 1px solid #f5f5f5;
    display: none;
}
.login{
    visibility: visible;
}
.contribute-yanzheng input {
    width: 175px;
    height: 60px;
    margin-left: 30px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}
.contribute-yanzheng img {
    vertical-align: middle;
    margin-left: 43px;
}

.contribute-yanzheng a {
    margin-left: 65px;
    color: #CCCCCC;
}


/*12.28赞赏记录*/
.new_content_main{
	padding:0 0 0 34px;
}
.rewardImg{
	background: url(../images/index/ican_personal07.png) no-repeat;
}

.personal_menu .active .rewardImg {
    background: url(../images/index/ican_personal7.png) no-repeat;
}
.reward_item{
    border-bottom: 1px dashed #ebecf0;
    padding: 20px 0;
    position: relative;
    padding-right: 34px;
}
.record_to{
	color:#3d3d3d ;
	font-size: 16px;
	font-weight: bold;
}
.record_time{
	color:#A3A3A3 ;
	font-size: 14px;
	margin-top: 10px;
}

.record_money{
    position: absolute;
    right: 34px;
    top: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
}
.new_without{
	text-align: center;
    padding-top: 30px;
    margin-right: 34px;
}


.mes_item {
    padding: 20px 0;
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
}
.mess_main {
    width: 85%;
    font-size: 16px;
}
.mess_main .active {
    color: #FF4444;
}
.mes_time {
    margin-top: 20px;
    font-size: 14px;
    color: #A3A3A3;
}
.mes_item .delImg {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    right: 0;
}
.delImg {
    float: right;
    cursor: pointer;
    width: 21px;
}
.mes_item .del_choose {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
.messageImg {
    background: url(../images/index/ican_personal08.png) no-repeat center;
}

.personal_menu .active .messageImg {
    background: url(../images/index/ican_personal8.png) no-repeat center;
}