a{
	cursor: pointer;
}
/* 浮动 */
.clear { clear:both;}
.fl {float:left;}
.fr {float:right;}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
/* margin */
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.ml80{margin-left: 80px;}
.ml10{margin-left: 10px;}
.ml30{margin-left: 30px;}

.mb15{margin-bottom: 15px;}
.mb30{margin-bottom: 30px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr50{margin-right: 50px;}
/* panding */
.pand_20{
	padding: 20px;
}
.pand_10{
	padding: 10px;
}
.pand_b15{
	padding-bottom: 15px;
}
.pand_l10{
	padding-left: 10px;
}
.pand_l20{
	padding-left: 20px;
}
.pand_t5{
	padding-top:5px;
}
.pand_t10{
	padding-top:10px;
}
.pand_t35{
	padding-top:35px;
}
/* font-size */
.font_20{
	font-size:20px;
}
.font_18{
	font-size:18px;
}
.font_16{
	font-size: 16px;
}
.font_14{
	font-size: 14px;
}
.font_10{
	font-size: 10px;
}
.font_24{
	font-size: 24px;
}
.font_28{
	font-size: 28px;
}
/* bac-color */
.bac_write{
	background-color: white;
}
.font-bloder{
	font-weight: bolder;
}
/* color */
.active_y{
	color: #FF6600;
}
.color_f{
	color:#ffffff;
}
.color_b{
	color:dodgerblue;
}
.color_g{
	color:grey;
}
.color_c{
	color:#CCCCCC;
}
.color_3{
	color:#333333;
}
.color_6{
	color:#666666;
}
.color_9{
	color:#999999;
}
.color_red{
	color:red;
}
.active_green{
	color: #1ac268;
}
/* top */
.top_8{
	top:-8px
}
.top_2{
	top:2px
}
.right_35{
	right: 35px;
}

/* lin-height */
.line-h20{
	line-height: 20px;
}
.line-h25{
    line-height: 25px;
}
.line-h30{
	line-height: 30px;
}
/* border */
.border_1{
	border: 1px solid #E5E5E5;
}
.border_t1{
	border-top: 1px solid #EEEEEE;
}
.border_b1{
	border-bottom: 1px solid #EEEEEE;
}
.border_l1{
	border-left: 1px solid #EEEEEE;
}
.border_r1{
	border-right: 1px solid #EEEEEE;
}


.v_a{
	vertical-align: middle;
}
.flex_a{
	display: flex;
	align-items: center;
}

.text_in{
	text-indent: 25px;
}