@CHARSET "UTF-8";
.clear {
  clear: both;
  }
  
.yh_a {
	color: #3c3b52;
}
.yh_background{
	background-color: #5cb85c !important;

}

/*加粗*/
.list_a{
	font-weight:bold;
	color: #5bc0de;
}
.list_a_red{
	font-weight:bold;
	color: #d9534f!important;
}

.yh_a:hover {
	color: #4c374b;
}
/**
按钮按下时样式样式
**/
.yh_btn:active {
	background-color: #4c374b !important;
	border-color: #4c374b !important;
}

/**分页样式*/


.num,.first,.next,.end,.prev {
	float: left;
	padding: 0 14px;
	line-height: 38px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
	color: #3c3b52;
}

.current {
	float: left;
	padding: 0 14px;
	line-height: 38px;
	text-decoration: none;
	background-color: #3c3b52;
	border: 1px solid #dddddd;
	border-left-width: 0;
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
	color: #fff;
}

.pagination {
	margin: 0 auto;
	float: left;
	line-height: 38px;
	text-decoration: none;
	background-color: #ffffff;
}

/*金额*/
.input_money_green{
	font-size:16px;
	color:#48CFAE!important;
}
.input_money_red{
	font-size:16px;
	color:#ED5564!important;
}

/*JQ提示框颜色*/
.jconfirm .jconfirm-box.jconfirm-type-green{
	border-top: solid 7px #3c3b52!important;
}
.type-green{border-color:#3c3b52!important;}


/*userInfo页面 绿色方块*/
.profile-header .profile-stat .stat-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
