@charset "utf-8";
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}
.t_right{ text-align:right !important;}
.floatL{float:left;}
.floatR{ float:right;}
.indent{text-indent:30px;}
.ellip{
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.ellip2{
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
body .green{
	color:#02B2B5;
}
body .bold{
	font-weight: bold;
}
/* 字体倾斜 */
body .italic{
	font-style: italic;
}
.mauto{
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flex-item{
	flex:1;
}
img.flex-item{
	width: 100%;
	height: 100%;
}
.flex-jcenter{
	justify-content:center;
}
.flex-acenter{
	align-items: center;
}
.flex-between{
	justify-content: space-between;
}
.flex-around{
	justify-content:space-around;
}
.flex-column{
	flex-direction: column;
}
/*------------------------------------------------------------
        clearfix
------------------------------------------------------------*/
.clear{
    clear:both;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
html,body{
    font-family: "微软雅黑";
    color:#333;
    width: 100%;
    font-size: 1em;
    background: #fff; 
}