@charset "utf-8";
body { overflow-y: visible !important; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: moz-none; user-select: none; }
body * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
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 { margin: 0; padding: 0; }
fieldset, img { border: 0 none; }
address, caption, cite, code, dfn, em, th, var, b, h1, h2, h3 { font-style: normal; font-weight: normal; }
ol, ul, li { list-style-type: none; }
em, i { font-style: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
table { border-collapse: collapse; border-spacing: 0; }
th, td, caption { vertical-align: top; text-align: left; }
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="date"], input[type="month"], input[type="tel"], input[type="radio"], input[type="checkbox"], button { -webkit-appearance: none; -moz-appearance: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #E5E5E5;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #E5E5E5;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #E5E5E5;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #E5E5E5;
}
img { vertical-align: middle; font-size: 0; }
header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside { margin: 0; padding: 0; display: block; }
::-moz-placeholder, ::-webkit-input-placeholder {
 color:#546374;
}
a { text-decoration: none; color: #666; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { opacity: 1 }
.clear { clear: both; font-size: 0; height: 0; line-height: 0; overflow: hidden; }
.clearfix:after { clear: both; content: ""; display: block; font-size: 0; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }
/*body,html{
    width: 100%;
    height: 100%;
    font-size: 100px;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}*/
body { font-size: 0.14rem; line-height: 1.8; font-family: BrushScriptStd, Hiragino Sans GB, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; color: #666666; }

@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2) {
html { font-size: 117.1875px; }
}

@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) {
html { font-size: 129.375px; }
}
.ui.layout { display: -webkit-box; display: -webkit-flex; display: flex; }
.ui.layout > .row-1 { -moz-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.ui.layout > .row-2 { -moz-box-flex: 2; -webkit-box-flex: 2; -webkit-flex: 2; flex: 2; }
.ui.layout > .row-3 { -moz-box-flex: 3; -webkit-box-flex: 3; -webkit-flex: 3; flex: 3; }
.ui.layout > .row-4 { -moz-box-flex: 4; -webkit-box-flex: 4; -webkit-flex: 4; flex: 4; }
.ui.layout > .row-5 { -moz-box-flex: 5; -webkit-box-flex: 5; -webkit-flex: 5; flex: 5; }
section.main { width: 100%; height: 100%; z-index: 100; }
section.main.fixed { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; flex-direction: column;                       /*将项目垂直实现*/ }
section.main.fixed > article { -moz-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow-x: hidden; overflow-y: scroll; height: 100%; position: relative; }
.wrap { margin-left: auto; margin-right: auto; width: 6.4rem; }
body { font-family: '微软雅黑'; }
/*footer { position: fixed; bottom: 0; width: 100%; }*/
.fr { float: right; }
.fl { float: left; }
.green{color: palegreen !important;}
.common{color: #ff4500 !important;}
.flex{
	display: flex;
	flex-direction: row;/* 横向排列 */
	justify-content:space-between;/* 置首置尾居中 */
}
.hide{
    display: none;
}
.show{
    display: block;
}
.fox-nav img{
	width: .52rem;
	height: .42rem;
}
/* .fox-nav nav a:nth-of-type(2){
	display: flex !important;
	flex-direction: column;
} */
.go-top{
    width: .8rem;
    height: .8rem;
    border-radius: .4rem;
    background-color: rgba(0,0,0,.3);
    color: rgba(255,255,255,.8);
    text-align: center;
    line-height: .8rem;
    position: fixed;
    bottom: 15%;
    right: 4%;
    display: none;
    z-index: 222222222;
}
.fixed-time{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-25px);
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.heade-item ul li a.cur{
		 color: #000;
		}
#pagination {
	margin: 100px auto;
	/* width: 230px; */
	height: 30px;
	width: 300px;
	/* margin-left: 50%;
	transform: translateX(-50%); */
}

#pagination ul, #pagination ul ol{
	display: flex;
	justify-content: start;
	align-items: center;
}
#pagination ul li a {
	display: block;
	/* width: 30px; */
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	margin-right: 10px;
	font-size: 15px
}

#pagination select {
	padding: 0;
	margin: 0;
	/* margin-right: 10px; */
}

#pagination .pages-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-right: 10px; */
}

#pagination a.cur {
	/* color: #fff; */
	/* background-color: #ff1f85; */
	border: 1px solid #ff1f85;
	color: #ff1f85;
}

/* #pages .pages-center a img{
	width: 10px;
	height: 7px;
	
} */
#pagination select option {
	padding: 0 10px;
}
#pages {
	margin: 100px auto;
	/* width: 230px; */
	height: 30px;
	width: 300px;
	/* margin-left: 50%;
	transform: translateX(-50%); */
}

#pages .pagination{
	display: flex;
	justify-content: start;
	align-items: center;
}
#pages .pagination li{
	margin-right:10px;
}
#pages .pagination li a {
	display: block;
	/* width: 30px; */
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	
	font-size: 15px
}

#pages .paginationselect {
	padding: 0;
	margin: 0;
	/* margin-right: 10px; */
}


#pages .pagination a.cur {
	/* color: #fff; */
	/* background-color: #ff1f85; */
	border: 1px solid #ff1f85;
	color: #ff1f85;
}


#beian{
	color:#fff;
	padding:20px 0px;
}
#beian a{
	color:#fff;
}