@charset "utf-8";
/* CSS Document */

body {
font-family:"微软雅黑"; font-size:12px; color:#333;background-color:#ffffff;padding-bottom: 100px;
}
.jz {
	margin-left: auto;
	margin-right: auto;
}
.nrjz {
	text-align: center;
}
img { max-width: 100%;}


@media screen and (max-width: 298px){
html {font-size: 40%;/*10 ÷ 16 × 100% = 62.5%*/}
#logo {display:none;}
}

@media screen and (min-width: 300px){
html {font-size: 50%;/*10 ÷ 16 × 100% = 62.5%*/}
#logo {
	display: none;
}
}


@media screen and (min-width:400px){
html {
	font-size: 68%;/*10 ÷ 16 × 100% = 62.5%*/
}
/*#logo {display:none;}*/
#logo img {
	width: 35%;
	height: auto;


}
#logo {
	display: block;
}

}


@media screen and (min-width: 500px){
html {font-size: 80%;/*10 ÷ 16 × 100% = 62.5%*/}
#logo {display:block;}
#logo img {
	width: 40%;
}

}

@media screen and (min-width: 600px){
html {font-size: 90%;/*10 ÷ 16 × 100% = 62.5%*/}
#logo {display:block;}
}

@media screen and (min-width: 700px){
html {font-size: 100%;/*10 ÷ 16 × 100% = 62.5%*/}
#logo {display:block;}
}

@media screen and (min-width: 1000px){
html {font-size: 130%;/*10 ÷ 16 × 100% = 62.5%*/}
#logo {display:block;}
}

/**
 * page
 */
.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	padding:0 8px;
}
.page a, .page span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin: 5px 5px;
	text-align: center;
	color: #7f8487;
	text-decoration: none;
	line-height: 40px;
	background:#fff;
}
.page .select-change-container {
	position: relative
}
.page .select-change-container select {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 45px
}
.page .select-change-container .select-page-num {
	display: block;
	height: 30px;
	line-height: 30px
}
.page .select-change-container .select-page-num::after {
	content: '';
	display: block;
	border-top: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px
}
.page .prev-page {
	margin-left: 0;
	color:#1370a5;
}
.page .next-page {
	margin-right: 0;
	color:#1370a5;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}
