
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td{  
padding:0;  
margin:0;
} 
.container-fluid{
	padding: 0;
}
a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: none !important;
}
a, a:visited {
	text-decoration: none;
}
.text-ellipsis {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
button{
	background: none;
	outline: none;
	border: none;
}
.row{
	margin: 0;
}
.col-sm-12,.col-xs-12{
	padding:0
	
}
/*寮规€у竷灞€鍏煎*/

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.justify_center {
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
}

.justify_end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-moz-box-pack: flex-end;
	-webkit--moz-box-pack: flex-end;
	box-pack: flex-end;
}

.space_around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-moz-box-pack: space-around;
	-webkit--moz-box-pack: space-around;
	box-pack: space-around;
}

.justify_between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
}

.align_center {
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}

.align_items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align_between {
	align-items: space-between;
	-webkit-align-items: space-between;
	box-align: space-between;
	-moz-box-align: space-between;
	-webkit-box-align: space-between;
}

.align_end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	box-align: flex-end;
	-moz-box-align: flex-end;
	-webkit-box-align: flex-end;
}

.flex_wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
ol, ul {
  list-style: none;
  margin: 0;
}
a{
  text-decoration: none;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}
/* ---底部版本号---- */
.versions {
	height: 100px;
	width: 100%;
	background-color: #F0F0F0;
	font-size: 14px;
	color: #808080;
	text-align: center;
}

.versions p {
	padding-bottom: 8px;
}
.header{
	width: 100%;
	height: 50px;
	background: #55aaff;
	color: #ffc30e;
	font-size: 22px;
	text-align: right;
	padding-right: 10%;
	box-sizing: border-box;
	line-height: 50px;
}