﻿
@charset "utf-8";
/*样式初始化*/



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 14px;
}

body {
	font-size: 14px;
	font-family: "微软雅黑","Arial Narrow",HELVETICA;
}

a {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

	a:hover {
		color: rgb(255,136,5,0.8);
	}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline: none;
}

img:hover {
	/*opacity: 0.8;
    filter: alpha(opacity:80);*/
}

/*居中*/
.container {
	max-width: 1200px;
	min-width: 375px;
	margin: 0 auto;
}



input {
	-webkit-appearance: none;
}



.not-arrow::-ms-expand {
	display: none;
}


.empty {
	text-align: center;
}

	.empty p {
		color: #666;
		text-align: center;
	}





/*分页*/

.paging_border {
	width: 100%;
	/*padding: 8px 0;*/
	margin-top: 8px;
	max-width: 1200px;
	min-width: 375px;
	height: 35px;
	line-height: 35px;
	/*background: #fff;*/
}


.bottom_paging_border {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 90%;
	padding: 5px 5%;
	max-width: 1200px;
	min-width: 375px;
	height: 35px;
	line-height: 35px;
}


.mobpager1 {
	width: 90%;
	padding: 8px 5%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
}


	.mobpager1 a {
		height: 33px;
		line-height: 33px;
		padding: 0 10px;
		color: #666;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		border: solid 1px #dcdcdc;
	}

		.mobpager1 a:visited {
			background: #fff;
		}

		.mobpager1 a:hover {
			border: solid 1px #F50;
		}

	.mobpager1 .cpb {
		height: 33px;
		line-height: 33px;
		padding: 0 10px;
		color: #ff8805;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		border: solid 1px #ff8805;
	}
