@charset "utf-8";
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
 
 
.box-s{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.cashlist {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
}

.cashlist ul li {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1rem;
	border-bottom: 1px solid #EEEEF1;
}

.cashlist ul li a {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}
.cashlist ul li a p i{
	margin-right: 0.3rem;
	}
.cashlist ul li p {
	color: #696974;
}

.cashlist ul li i {
	color: #696974;
}

.center-btn {
	width: 96%;
	margin: 0 auto 5%;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #4C82FF;
	color: #fff;
	font-size: .48rem;
}

 

/*博文列表*/
.userList ul {width:100%;}
.userList ul li { background: #fff;margin-bottom: 10px}
.userList ul li .mid{ margin:0 10px 10px 10px; padding-top:5px;}
.userList ul li .mid header{border-bottom:1px solid #ccc; padding:5px 0;}
.userList ul li .mid .tit{font-weight:700; letter-spacing:1px; line-height:40px; padding-left:3px; font-size:16px;} 
.userList ul li .mid .tit def a{color:#FFA500; font-weight:500;}
.userList ul li .mid .site{letter-spacing:1px; line-height:24px; padding:3px; font-size:14px; color:#333;} 
.userList ul li .mid .tit top{ border:1px solid #C90; margin:0 5px; font-weight:400; padding:2px; font-size:10px; color:#C90; border-radius:3px;}
.userList ul li .mid .operate{display:inline-block;}
.userList ul li .mid .operate dd{float:left; margin-right:10px; color:#999;} 

.userList ul li .mid .commentitem{padding-bottom:5px;}
.userList ul li .mid .commentitem li{ width:50%; float:left; text-indent:14px; margin:0; font-size:12px;}
.userList ul li .mid .commentitem li,p label{color:#999;}
.userList ul li .mid .commentitem li def{color:#FFA500;}
.userList ul li .mid .commentitem p{line-height:30px; width:100%; display:inline-block;}
/*.userList ul li .mid .commentitem img{width:3.5rem; height:3.5rem; border-radius:50%; vertical-align:middle; border:1px solid #efefef;}*/
.userList ul li .mid .commentitem img.vip{width:14px; height:14px; position:relative; margin:22px 0 0 -10px;}
.userList ul li .mid .commentitem .piclist img{width:30%; height:120px;margin:6px 6px 0 6px; border-radius:5px;}

.userList ul li .mid .sub{display:inline-block; width:100%;}
.userList ul li .mid .sub .txt{
	padding:0 10px 0 10px;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
	letter-spacing: 1px;
	text-indent:10px;
	overflow:hidden;
}
.userList ul li .mid .sub .img{margin-top:10px;float:right;text-align:center;}
.userList ul li .mid .sub .img img{border-radius:10%;max-height:80px;max-width:110px;}





/*用户资料*/
.userinfo ul {width:100%;}
.userinfo ul li { background: #fff;margin-bottom: 10px; padding:10px;}
.userinfo ul li span{ color:#999;}
.userinfo .tou img{ max-height:5rem;} 
.userinfo ul li input{height:30px; margin-left:0;background-color:#FFF; border-radius:5px; text-align:center;border:1px solid #ccc;}
.userinfo ul li select{height:30px; background-color:#FFF; border-radius:5px;border:1px solid #ccc;}

.userinfo .sub {
	padding:0;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	height: auto;
	margin-bottom:10px;
}
.userinfo .sub textarea {
	width: 100%;
	height: auto;
	border: 0;
	outline: none;
}
.userinfo .btn {
	overflow: hidden;
}
.userinfo .btn p{ text-align:right; margin:3px; font-size:12px;}
.userinfo .btn a {
	background: #3F82ED;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin-bottom:10px;
}
.userinfo .btn a.w40{width:40%; float:left; margin:0 20px;}

.conf-btn {
	width:100%;
	background: #3F82ED;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin:10px 0;
	border:0;
}

.conf-btn-disabled{
	width:100%;
	background: #808080;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin:10px 0;
	border:0;
}


/*图片上传*/
.userimg{background-color:#fff; margin-bottom:10px; padding:10px;}
.userimg img{ max-height:80px; max-width:106px;}
.img_box ul li{
	float: left;
	width:20%;
	position:relative;
	cursor: pointer;
}
 
.img_box ul .del{
	position:absolute;
	width: 20px;
    height: 20px;
    line-height: 15px;
	text-align: center;
	font-size:1.5em;
	background: rgba(0,0,0, .5);
	color: #fff;
	font-style: inherit;
	cursor: pointer;
}

/* 关注的博主 */
.user_follow li{
	background-color:#FFF;
	margin-bottom: 10px;
	padding:10px 10px 0 10px;
}

.user_follow li header{
	border-bottom:1px solid #ccc;
	padding:5px 0;
	color:#999;
}
.user_follow li .operate{
	display:inline-block; 
	padding-left:10px; 
	width:100%; 
}

.user_follow li .operate dd{
	float:left; 
	margin-right:10px; 
	color:#666;
} 

.user_follow li dl{
	overflow: hidden;
	padding: 2%;
	display: flex;
	justify-content : space-between;
}

.user_follow li dl dd{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	/*background: #24c516;*/
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	border:1px solid #efefef;
}
.user_follow li dl dd img{
	width: 3rem;
	height: 3rem;
}
 
.user_follow li dl dt
{
	display: inline-block;
	width: 80%;
	margin-left: .5rem;
	margin-top: .2em;
	font-weight: normal;
	align-items : center;
}

.user_follow li dl dt h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size:.85rem;
}

.user_follow li dl dt span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color:#999;
}
 

.user_follow li dl p{
	text-align: right;
	width: 10%;
	line-height:.5rem;
	font-size: .2rem;
	color:#999; 
	
}

.user_follow li dl p span
{
	color: white;
	font-size: 12px;
	background-color: #F64E31;
	padding:0 3px;
	height: 18px;
	margin-left:5px;
	line-height: 18px;
	text-align: center;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
/* END关注的博主 */

/*我的积分*/
.user_follow li .detail{padding:10px 0 10px 20px;}
.user_follow li .detail p em{ color:#999}
.point_total{
	color: white;
	background-color: #F64E31;
	padding:0 10px 0 10px;
	height: 20px;
	line-height:20px;
	margin:4px 0 0 10px;
	text-align: center;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}

/*标签切换*/
.tabs,.tabs2{height:40px;}
.tabs a.active,.tabs2 a.active{color:#fff;background:#5A7AEA;border-radius:5px 5px 0px 0px;} 
.tabs a{display:block;float:left;width:24%; padding:0 2px;color:#fff;text-align:center;background:#ccc;line-height:40px;font-size:15px;text-decoration:none; margin-right:3px;border-radius:5px 5px 0px 0px; cursor:pointer;}
.tabs2 a{display:block;float:left;width:20%;color:#fff;text-align:center;background:#ccc;line-height:40px;font-size:16px;text-decoration:none; margin-right:3px;border-radius:5px 5px 0px 0px; cursor:pointer;}


/*评论回复*/
.userList li .mid div.replay{
	padding:10px;
}
.userList li .mid div.replay .detail{
	margin:5px 0 5px 10px;
	border:1px dashed #CCC;
	border-radius:.5rem;
	border-bottom:0;
}

.userList li .mid div.replay .detail li{
	margin:0;
	clear:both;
	padding:5px;
	font-size:14px;
	border-bottom:1px dashed #CCC;
}

 
.userList li .mid div.replay .detail li .tou img{
	border-radius: 50%;
	float:left;
	vertical-align:middle;
	width:2rem;
	height:2rem;
	margin:5px 10px 20px 5px;
}

.userList li .mid div.replay .detail li div p{
	line-height:20px;
}

.block a{
	display:inline-block;
	margin:0 10px;
	float:right;
	color:#999;
}

/*记事本*/
.note-add{background-color:#FFF; margin-bottom:1px;}
.note-add p{display:block; width:98%; padding:5px 0; text-align:right; font-size:20px;}
.notebook{ background-color:#FFF;}
.notebook ul {width:100%;}
.notebook ul li {background: #fff;margin-bottom: 10px; border-bottom:1px dashed #CCC;}
.notebook ul li .mid{ margin:0 10px 10px 10px; padding-top:5px;}
.notebook ul li .mid .tit{ font-size:22px;letter-spacing:1px; line-height:40px; color:#000;} 
.notebook ul li .mid .note{
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
} 
.notebook ul li .mid i.ion-android-time{ width:18px;} 


.btn-note-add{ width:40px; height:40px;bottom:120px; right:10px; position:fixed;}
.btn-note-add a{ background-color:#FDC115; color:#FFF;width:40px; height:40px; line-height:40px; display:block; text-align:center; border-radius:50%; font-size:30px;}

/*pc宽度大于1200px*/
@media screen and (min-width:1200px){
	.btn-note-add{ width:40px; height:40px;bottom:120px; right:38%; position:fixed;}
	.btn-note-add a{ background-color:#FDC115; color:#FFF;width:40px; height:40px; line-height:40px; display:block; text-align:center; border-radius:50%; font-size:30px;}	
}

/*平板 小于1199 大于501px*/
@media screen and (max-width:1199px) and (min-width:501px){
	.btn-note-add{ width:40px; height:40px;bottom:120px; right:15%; position:fixed;}
	.btn-note-add a{ background-color:#FDC115; color:#FFF;width:40px; height:40px; line-height:40px; display:block; text-align:center; border-radius:50%; font-size:30px;}	
}

/*我的文章*/
.tab_conbox{height:40px; line-height:40px;background: linear-gradient(to bottom, #fff, #fff)}
.tab_conbox ul li{width:18%; float:left; text-align:center; margin:1px; font-size:14px;}
.tab_conbox ul li a{color:#333;}
.tab_conbox ul li a.active{color:#0E4ACD; text-decoration:underline;}
.tab_conbox ul li a:hover{ color:#0E4ACD; text-decoration:underline;}
.blog_refuse{border-top:1px dashed #CCC; border-radius:5px; margin:5px 0; padding:5px; font-size:12px; color:#FFA500;}
.blog_refuse label{color:#999;}


.notesave .time{ color:#999; padding:5px 0 5px 10px; border-bottom:1px solid #f0f0f0; margin-bottom:5px;}
.notesave .dui{ font-size:18px; padding:0 10px; cursor:pointer;}
.notesave .digit{ color:#FDC115;}
.notesave input{ 
	border:0 !important; 
	text-align:left !important; 
	padding-left:10px; 
	width:96%;
	border-radius:5px;
   	outline-color:#fff;
	font-size:22px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}

.notesave input::placeholder{ color:#bbb;}
.notesave textarea::placeholder{ color:#bbb;}
.notesave textarea {
	caret-color: #FDC115;
	font-size:16px;
	color:#333;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
}


/*站内信*/ 
.onsite-article{width:100%;padding-top:10px;margin-top:-10px; overflow:hidden;} 
.onsite-article-list label{margin-right:20px;}
.onsite-article-list label input{vertical-align:middle;margin-top:-1px;}
 
 
 
/*消息提醒*/ 
.msg
{
	font-size:12px;
	display:inline-block;
	position:relative;
	color: white;
	background-color: #F64E31;
	padding:0 1px 1px 1px;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	top:-5px;
	font-weight:500;
}
.top10{ top:10px !important;} 