/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

section,
figure,
aside,
article,
footer,
header,
nav {
	display: block;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: inherit;
	font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea,
p,
div,
a,
button {
	font-family: inherit;
	font-size: inherit;
}

img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

html {
	font-size: 16px;
}

body {
	font-family:sans-serif, "Calibri Light", 'Microsoft YaHei';
	font-size: .875rem;
	background-color: #f3f7ff;
	min-height: 100%;
	overflow-x: hidden;
	color: #5e5e5e;
}

/*去除百度地图web地图中的百度版权信息*/

.anchorBL {
	display: none
}

.textflow {
	height: 1;
	line-height: 1;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*header*/

.header {
	height: 80px;
	box-shadow: none;
	border: none;
	background:#fff ;
}

.header .mui-title {
	line-height: 80px;
}

.header img {
	width: auto;
	height: 70px;
	vertical-align: middle;

}

.header .menu_btn {
	padding-top: 30px;
}

/*mui-content*/

.mui-bar-nav~.mui-content {
	background: #f3f7ff;
	height: 100%;
	padding-top: 80px;
}


/*banner*/

.banner {
	height: 30vw;
}

.banner img {
	display: block;
	height: 100%;
	width: 100%;
}

.index .banner img,
.index .banner {
	height: auto;
}


/*menu*/

.menu {
	width: 100%;
	background:#fff;
}

.menu ul {
	padding: 1rem 1rem 0;
	margin: 0;
}

.menu li {
	list-style: none;
	padding: .75rem 0;
	border-bottom: 1px dotted #5e5e5e;
}

.menu li a {
	display: block;
	text-align: center;
}

.viewUEdit {
	word-wrap: break-word;
} 

/*footer*/

.footer_box {
	margin-top: 1rem;
	border-top: 2rem solid white;
	padding: 0.5rem;
	text-align: center;
	position: relative;
}

.footer_box p {
	margin:0 !important;
}

.footer_box .backTop {
	position: absolute;
	right: .75rem;
	top: -1.65rem;
	font-size: 1rem;
}

.footer_box .backTop .triangle {
	position: static;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 0 .25rem .5rem .25rem;
	border-style: solid;
	border-color: transparent transparent #5e5e5e transparent;
}


/*pagination*/

.pagination {
	margin: 0;
	font-size: .75rem;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.pagination li {
	display: block;
	margin: .25rem;
	vertical-align: middle;
	line-height: 22px;
}

.pagination li>a {
	border: 1px solid #a9a9a9;
	border-radius: 3px !important;
	color: #5e5e5e;
	padding: 0;
	line-height: 22px;
	min-width: 24px;
	text-align: center;
}

.pagination li:active>a,
.pagination li.mui-active>a {
	background: #F1D79E;
	border: 1px solid #a9a9a9;
	color: #fff;
}

.pagination .page_form {
	display: flex;
	justify-content: center;
	flex-flow: row nowrap;
}

.pagination .page_form input {
	width: 2.5rem;
	height: 24px;
	line-height: 22px;
	border: 1px solid #a9a9a9;
	padding: 0;
	flex: none;
	margin-bottom: 0;
	text-align: center;
}

.pagination .page_form .page_form_append {
	margin-left: -2px;
}

.pagination .page_form .page_form_append .btn {
	height: 24px;
	padding: 0 5px;
	color: #F1F1F1;
	line-height: 22px;
	background: #F1D79E;
	border: 1px solid #a9a9a9;
	border-left: none;
}
