/* Main CSS Document */
@charset "utf8";
/* reset */
@font-face {
	font-family: "NewYork";
	src: url('/static/fonts/NewYork.otf') format('opentype');
	font-style: normal;
}
@font-face {
	font-family:'SF Pro SC';
	font-style:normal;
	font-weight:600;
	src:local('☺'), url("/static/fonts/PingFangSC-Semibold.woff2") format("woff2");
	/* (C) 2015 Apple Inc. All rights reserved. */
}
@font-face {
	font-family:'SF Pro SC';
	font-style:normal;
	font-weight:400;
	src:local('☺'), url("/static/fonts/PingFangSC-Regular.woff2") format("woff2");
	/* (C) 2015 Apple Inc. All rights reserved. */
}
@font-face {
	font-family:'SF Pro Text';
	font-style:normal;
	font-weight:600;
	src:local('☺'), url("/static/fonts/sf-pro-text_semibold.woff2") format("woff2");
	/* (C) 2019 Apple Inc. All rights reserved. */
}
@font-face {
	font-family:'SF Pro Text';
	font-style:normal;
	font-weight:400;
	src:local('☺'), url("/static/fonts/sf-pro-text_regular.woff2") format("woff2");
	/* (C) 2019 Apple Inc. All rights reserved. */
}
:root {
	--webfont-primary: 'NewYork';
	--font-family: "SF Pro SC", "SF Pro Text";
	--def-color: #333;
	--color: #d5b66d;
	--color1: #FAF6EF;
	--color2: #F5EFE1;
	--color3: #F1E8D2;
	--color4: #EDE0C5;
	--color5: #E8D9B6;
	--color6: #E4D2A8;
	--color7: #E0CA99;
	--color8: #DCC38B;
	--color9: #D7BB7C;
	--bg-color: rgba(211,180,110,.7);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: var(--font-family, PingFang SC,HarmonyOS_Regular,Helvetica Neue,Microsoft YaHei,sans-serif!important);
	font-size: 14px;
	line-height: 1.5;
	outline: 0;
	-webkit-text-size-adjust: none;
	color: #333;
}
@media (-webkit-max-device-pixel-ratio: 1) {
body {
	font-family: var(--font-family, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif) !important;
}
}
html {
	font-size: min(calc(max(100vw, 1460px) / 1840 * 75), 75px);
}
@media (max-width: 990px) {
html {
	font-size: min(calc(max(100vw, 750px) / 990 * 75), 75px);
}
}
@media (max-width: 750px) {
html {
	font-size: min(calc(max(100vw, 320px) / 750 * 75), 75px);
}
body {
	min-width: 320px;
}
}
body {
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style-type: none;
	list-style-image: none;
}
td, th, div {
/*	word-break: break-all;*/
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: inherit;
	font-weight: normal;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.img-hover, *[data-hover="*"] *[data-hover="img"] {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.img-hover:hover, *[data-hover="*"]:hover *[data-hover="img"] {
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}
.img-before {
	display: block;
	position: relative;
	overflow: hidden;
}
.img-before:before {
	content: " ";
	display: block;
}
.img-before img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}
.shadow,.shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.shadow-lg,.shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.shadow-px,.shadow-px-100,.shadow-px-10,.shadow-xl {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-px {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
.shadow-px-100 {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,1);
}
.shadow-px-10 {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
}
*[data-hover="*"] {
	--transition-duration: 600ms;
	--border-margin: 30px;
	--border-width: 1px;
	--border-color: #FFF;
}
*[data-hover="*"] figure {
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure:after, *[data-hover="*"] > figure > figure:before, *[data-hover="*"] > figure > figure:after {
	content:" ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 600ms ease;
	transition: all var(--transition-duration) ease;
	background:rgba(255,255,255,.5);
	position:absolute;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure > figure:after {
	transform-origin: 0 0;
}
*[data-hover="*"] > figure:after, *[data-hover="*"] > figure > figure:before {
	transform-origin: 100% 100%;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure:after {
	left:15px;
	left:var(--border-margin);
	right:15px;
	right:var(--border-margin);
	height: 3px;
	height: var(--border-width);
	transform: scaleX(0);
}
*[data-hover="*"] > figure:before {
	top: 15px;
	top: var(--border-margin);
}
*[data-hover="*"] > figure:after {
	bottom:15px;
	bottom:var(--border-margin);
}
*[data-hover="*"] > figure > figure:before, *[data-hover="*"] > figure > figure:after {
	top:15px;
	top:var(--border-margin);
	bottom:15px;
	bottom:var(--border-margin);
	width:3px;
	width: var(--border-width);
	transform: scaleY(0);
}
*[data-hover="*"] > figure > figure:before {
	left:15px;
	left:var(--border-margin);
}
*[data-hover="*"] > figure > figure:after {
	right:15px;
	right:var(--border-margin);
}
a:hover *[data-hover="*"] > figure:before, a:hover *[data-hover="*"] > figure:after, a:hover *[data-hover="*"] > figure > figure:before, a:hover *[data-hover="*"] > figure > figure:after {
	transform: scale(1);
}
@media (max-width: 1630px) {
	*[data-hover="*"] {
		--border-margin: 15px;
		--border-width: 1px;
	}
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
	/* IE6~IE9 */
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*resize: vertical;*/
	resize: none;
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
.clearfix {
	*zoom:1;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/*窗体大小*/
.w-mauto {
	margin: 0 auto;
	max-width: 1536px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 990px) {
.w-mauto {
	width: 12.4rem;
}
}
@media (max-width: 750px) {
.w-mauto {
	width: 9.2rem;
}
}
.flex {
	display: -ms-flexbox;
	display: flex;
}
.l {
	float: left;
}
.r {
	float: right;
}
.scrollbar {
	overflow-y: auto;
	word-wrap: break-word;
	word-break: normal
}
.scrollbar::-webkit-scrollbar {
	width: 6px
}
.scrollbar::-webkit-scrollbar-track {
	background: #eee
}
.scrollbar::-webkit-scrollbar-thumb {
	background: #d9d9d9
}
*[data-trans="t"] {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
	_left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	top: 0;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 100002;
}
.modal-slide-entering {
	-webkit-animation: slideDownIn 0.3s both;
	animation: slideDownIn 0.3s both
}
@-webkit-keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
/*		opacity: 0*/
	}
	to {
		transform: translate3d(0px, 0px, 0px);
/*		opacity: 1*/
	}
}
@keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
/*		opacity: 0*/
	}
	to {
		transform: translate3d(0px, 0px, 0px);
/*		opacity: 1*/
	}
}
.modal-slide-exiting {
	-webkit-animation: slideDownOut 0.3s both;
	animation: slideDownOut 0.3s both
}
@-webkit-keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
/*		opacity: 1*/
	}
	to {
		transform: translate3d(0px, 15px, 0px);
/*		opacity: 0*/
	}
}
@keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
/*		opacity: 1*/
	}
	to {
		transform: translate3d(0px, 15px, 0px);
/*		opacity: 0*/
	}
}
.modal_tbox.offset_0 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal_tbox.offset_1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.modal_tbox.offset_2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_4 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.modal_tbox.offset_6 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal_tbox.offset_7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal_tbox.offset_8 {
	display: block;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
}
.modal_tbox .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.modal_tbox .tconbox .tcon-close svg {
	width: 100%;
	height: 100%;
}
.modal_tbox .tconbox .tcon-close:hover {
	color: #FF7200;;
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
	background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	padding-top: 0.68rem;
	line-height: 0.48rem;
	font-size: 0.48rem;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	width: 0.8rem;
	line-height: 0.8rem;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs i {
	text-align: center;
	display: block;
}
.mpage_boxs .prev {
	margin-right: 1.2rem;
}
.mpage_boxs .prev [href="javascript:;"] {
	color: #BBB;
}
.mpage_boxs .next {
	margin-left: 1.2rem;
}
.mpage_boxs .next [href="javascript:;"] {
	color: #BBB;
}
.mpage_boxs .num {
	padding-left: 0.16rem;
	padding-right: 0.16rem;
}
.mpage_boxs .num a {
	text-indent: -99999px;
	position: relative;
}
.mpage_boxs .num a:before {
	content: " ";
	left: 0;
	top: 50%;
	width: 100%;
	height: 0.08rem;
	transform: translateY(-50%);
	display: block;
	background: #DDD;
	position: absolute;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a:before, .mpage_boxs a:hover:before {
	background: var(--color);
}
@media (max-width: 990px) {
.mpage_boxs li {
	padding-top: 0.4rem;
}
.mpage_boxs .prev {
	margin-right: 0.6rem;
}
.mpage_boxs .next {
	margin-left: 0.6rem;
}
.mpage_boxs .num a {
	width: 0.6rem;
}
}
/* .hd-boxs */
.hd-boxs {
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 99999;
}
.hd-jg {
	height: 32px;
}
.hd-con {
	position: relative;
}
.hd-con:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.hd-con > .w-mauto {
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
@media (max-width: 1630px) {
.hd-con > .w-mauto {
	width: 94%;
}
}
.hd-l {
	position: relative;
}
.hd-r {
	position: relative;
}
.hd-logo {
	height: 76px;
	display: block;
}
.hd-logo img {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.hd-logo img:last-child {
	display: none;
}
/* 导航 */
.hd-mnav {
}
.hd-mnav .l-ul {
	margin: 0 -23px;
}
.hd-mnav .l-li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.hd-mnav .l-til {
	padding: 0 23px;
	line-height: 76px;
	font-size: 16px;
	display: block;
	color: #FFF;
}
.hd-mnav .l-box {
	padding-top: 10px;
	top: 100%;
	left: 50%;
/*	border-top: 3px solid var(--color);*/
	border-bottom: 3px solid var(--color);
	transform: translate(-50%, 5px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	display: block;
	position: absolute;
	visibility: hidden;
}
.hd-mnav .l-box:before {
	content: " ";
	margin-left: 50%;
	left: -10px;
	top: 1px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	display: block;
	position: absolute;
}
.hd-mnav .l-con {
	padding: 5px 10px;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	background: #FFF;
}
.hd-mnav .l-con ul {
}
.hd-mnav .l-con ul li {
	width: 100%;
	border-bottom: 1px solid #EEE;
	display: inline-block;
	float: left;
}
.hd-mnav .l-con ul li a {
	min-width: 100px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	display: block;
}
.hd-mnav .l-con ul li a:hover, .hd-mnav .l-con ul li.active a {
	color: var(--color);
}
.hd-mnav .l-con ul li:last-child {
	border-bottom: none;
}
.hd-mnav .l-li.on .l-box {
	display: none !important;
}
.hd-mnav .l-li.hover .l-box {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
}
/* 搜索 */
.hd-tool {
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.hd-tool .l-ul {
	margin: 0 -10px;
}
.hd-tool .l-li {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.hd-tool .l-til {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	display: block;
	color: #FFF;
}
.hd-tool .l-l1 {
}
.hd-tool .l-l1 .l-til {
	position: relative;
}
.hd-tool .l-l1 .l-til i {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: absolute;
}
.hd-tool .l-l1 .l-til .icon-look-for {
	transform: scale(1) rotate(0deg);
}
.hd-tool .l-l1 .l-til .icon-close {
	transform: scale(0) rotate(90deg);
}
.hd-tool .l-l1 .l-box {
	margin-top: 6px;
	right: 0;
	top: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: absolute;
	visibility: hidden;
}
.hd-tool .l-l1 .l-con {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	background: #FFF;
}
.hd-tool .l-l1 .l-con input[type="text"] {
	padding: 11px 50px 11px 21px;
	width: 270px;
	height: 48px;
	line-height: 24px;
	border: none;
	outline: 0 none;
	background: transparent;
}
.hd-tool .l-l1 .l-con a, .hd-tool .l-l1 .l-con input[type="submit"] {
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	border: none;
	outline: 0 none;
	position: absolute;
}
.hd-tool .l-l1 .l-con a {
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #666;
}
.hd-tool .l-l1 .l-con input[type="submit"] {
	background:transparent;
}
.hd-tool .l-l1.on .l-til .icon-look-for {
	transform: scale(0) rotate(90deg);
}
.hd-tool .l-l1.on .l-til .icon-close {
	transform: scale(1) rotate(0deg);
}
.hd-tool .l-l1.on .l-box {
	opacity: 1;
	visibility: visible;
}
/* 移动菜单按钮 */
.hd-menu {
	padding: 6px;
	right: 4%;
	top: 20px;
	display: none;
	position: absolute;
	z-index: 2;
}
.hd-menu a {
	width: 28px;
	height: 28px;
	display: block;
	position: relative;
	overflow: hidden;
}
.hd-menu span {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 2px;
	width: 80%;
	transition: .3s;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	position: absolute;
	overflow: hidden;
}
.hd-menu .s-1 {
	margin-top: -8px;
}
.hd-menu .s-2 {
}
.hd-menu .s-3 {
	margin-top: 8px;
}
.hd-boxs.on .hd-menu {
	position: fixed;
}
.hd-boxs.on .hd-menu span {
	background: #FFF;
}
.hd-boxs.on .hd-menu .s-1 {
	margin-top: 0;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.hd-boxs.on .hd-menu .s-2 {
	width: 0;
}
.hd-boxs.on .hd-menu .s-3 {
	margin-top: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}
/* 移动菜单 */
.hd-sjnav {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 1;
	overflow: hidden;
}
.hd-sjnav a {
	color: #BBB;
}
.hd-sjnav a:hover {
	color: #FFF;
}
.hd-sjnav .c-bg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .3);
	position: absolute;
}
.hd-sjnav .c-box {
	padding-top: 20px;
	left: 0;
	top: 0;
	max-width: 70%;
	width: 360px;
	height: 100%;
	transition: transform 0.4s;
	transform: translateX(-120%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #BBB;
	background: #222;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
}
.hd-sjnav .c-back {
	left: 30px;
	top: 0;
	width: 60px;
	line-height: 60px;
	font-size: 18px;
	position: absolute;
}
.hd-sjnav .c-con dl {
}
.hd-sjnav .c-con dl dd {
	line-height: 50px;
	position: relative;
}
.hd-sjnav .c-con dl dd a {
	padding: 0 30px;
	display: block;
}
.hd-sjnav .c-con .d-til {
	position: relative;
}
.hd-sjnav .c-con .d-more {
	right: 0;
	top: 0;
	position: absolute;
}
.hd-sjnav .c-con .d-more i {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
}
.hd-sjnav .c-con .d-con {
	display: none;
}
.hd-sjnav .c-con .d-con dl dd.on a, .hd-sjnav .c-con .d-con dl dd.active a {
	color: #FFF;
}
.hd-sjnav .c-con .d-dd.active .d-til {
	color: #FFF;
	background: #666;
}
.hd-sjnav .c-con .d-dd.on .d-more i {
	transform: rotate(90deg);
}
.hd-sjnav .c-con .d-dd.on .d-con {
	display: block;
	border-bottom: 1px solid #333;
	background: #111;
}
.hd-sjnav .c-tool {
	margin: 40px 30px 20px;
	background: #FFF;
	position: relative;
}
.hd-sjnav .c-tool input[type="text"] {
	padding: 0 48px 0 15px;
	width: 100%;
	height: 46px;
	line-height: 24px;
	border: none;
	outline: 0 none;
	background: transparent;
}
.hd-sjnav .c-tool a, .hd-sjnav .c-tool input[type="submit"] {
	right: 0;
	top: 0;
	width: 46px;
	height: 100%;
	border: none;
	outline: 0 none;
	position: absolute;
}
.hd-sjnav .c-tool a {
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #666;
}
.hd-sjnav .c-tool input[type="submit"] {
	background:transparent;
}
.hd-boxs.on .hd-sjnav {
	width: 100%;
	height: 100%;
}
.hd-boxs.on .hd-sjnav .c-bg {
	display: block;
}
.hd-boxs.on .hd-sjnav .c-box {
	-ms-flex-direction: column;
	flex-direction: column;
	transform: translateX(0);
}
@media (max-width: 1230px) {
.hd-mnav .l-ul {
	margin: 0 -15px;
}
.hd-mnav .l-til {
	padding: 0 15px;
}
}
@media (max-width: 1130px) {
.hd-mnav .l-ul {
	margin: 0 -10px;
}
.hd-mnav .l-til {
	padding: 0 10px;
}
.hd-tool {
	display: none;
}
}
@media (max-width: 990px) {
.hd-jg {
	height: 0;
}
.hd-logo img {
	width: auto;
	height: 56px;
}
.hd-boxs {
	top: 0;
}
.hd-con {
	padding: 0;
}
.hd-mnav {
	display: none;
}
.hd-menu {
	display: block;
}
.hd-boxs.on {
	height: 100%;
}
}
/* 黑色 */
*[data-style="black"] {
}
*[data-style="black"] .hd-logo img:first-child {
	display: none;
}
*[data-style="black"] .hd-logo img:last-child {
	display: block;
}
*[data-style="black"] .hd-tool .l-til {
	color: var(--def-color);
}
*[data-style="black"] .hd-mnav .l-til {
	color: var(--def-color);
}
*[data-style="black"] .hd-menu span {
	background: var(--def-color);
}
.hd-on {
	position: fixed;
	bottom: auto;
	top: 0px;
}
.hd-on .hd-con:before {
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
	display: block;
	background: #FFF;
}
.hd-on .hd-logo img:first-child {
	display: none;
}
.hd-on .hd-logo img:last-child {
	display: block;
}
.hd-on .hd-tool .l-til {
	color: var(--def-color);
}
.hd-on .hd-mnav .l-til {
	color: var(--def-color);
}
.hd-on .hd-mnav .l-li.active .l-til {
	color: var(--color);
}
.hd-on .hd-menu span {
	background: var(--def-color);
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding: 1.4rem 0 1.0rem;
	color: #FFF;
	background: url(/static/images/ft-bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.ft-boxs a {
	color: #FFF;
}
.ft-content {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* 菜单 */
.ft-menu {
	width: 70%;
}
.ft-menu dl {
	margin: 0 -0.2rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft-menu dl dd {
	padding: 0 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.ft-menu dl dd .til {
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #FFF;
}
.ft-menu dl dd .con {
	line-height: 30px;
}
.ft-menu dl dd ul li {
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	display:block;
}
.ft-menu dl dd ul li a {
	opacity: .7;
	display: block;
}
.ft-menu a:hover {
	opacity: 1;
	color: var(--color);
}
.ft-menu *[data-id="hotkey"] .con {
	height: 3.2rem;
	overflow: hidden;
	position: relative;
}
.ft-menu *[data-id="hotkey"] .con ul {
	height: 100%;
	overflow: hidden;
}
.ft-ewm {
	margin-left: 0.8rem;
	text-align: center;
}
.ft-ewm .til {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
}
@media (max-width: 1430px) {
.ft-menu {
	width: auto;
	flex: 1;
}
.ft-menu dl {
	margin: 0 -0.12rem;
}
.ft-menu dl dd {
	padding: 0 0.12rem;
}
.ft-ewm {
	margin-left: 0.4rem;
}
}
@media (max-width: 990px) {
.ft-content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.ft-menu {
	width: 100%;
	flex: auto;
}
.ft-menu dl {
	margin: -0.6rem -0.4rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.ft-menu dl dd {
	margin-top: 0.6rem;
	padding: 0 0.4rem;
	width: 33.33333%;
}
.ft-ewm {
	margin-top: 0.6rem;
	margin-left: 0;
}
}
/* 版权 */
.ft-copyright {
	margin-top: 1.0rem;
	text-align: center;
	opacity: .7;
}
.ft-copyright1 {
	margin-top: 10.0rem;
	text-align: center;
	opacity: .7;
}

@media (max-width: 990px) {
.ft-copyright1 {
	margin-top: 16.0rem;

}
}



/* 当前位置 */
.bd-position {
}
.bd-position.on {
	border-bottom: 1px solid #F7F7F7;
}
.bd-position .c-con {
	padding-left: 30px;
	line-height: 1.2rem;
	color: #999;
	position:relative;
}
.bd-position i {
	left: 0;
	top: 0;
	font-size: 18px;
	position: absolute;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #333;
}
/* 公共样式 */
.bd-mbox {
	position:relative;
	overflow: hidden;
}
.bd-mbox.bg {
	background: #F7F7F7;
}
.bd-mbox .bm-til {
	padding: 1.32rem 0 0.8rem;
	line-height: 0.6rem;
}
.bd-mbox .bm-til .ftil {
	padding-bottom: 0.2rem;
	font-size: 0.48rem;
	font-family: var(--webfont-primary);
	text-transform:uppercase;
	color: var(--color);
}
.bd-mbox .bm-til .til {
	font-size: 0.56rem;
	font-weight: bold;
	display: none;
}
@media (max-width: 990px) {
.bd-mbox .bm-til {
	padding-top: 0.8rem;
}
.bd-mbox .bm-til {
	line-height: 0.5rem;
}
.bd-mbox .bm-til .ftil {
	font-size: 0.38rem;
}
.bd-mbox .bm-til .til {
	font-size: 0.46rem;
}
}
/* 自适应 */
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after, .row:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after {
	clear: both;
}
/* 数字跳动 */
.bd-m-number dl {
	height: 560px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bd-m-number dl dd {
	width: 25%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}
.bd-m-number dl dd .box {
	width: 100%;
	text-align: center;
}
.bd-m-number dl dd .img {
}
.bd-m-number dl dd .img img {
	width: 75px;
}
.bd-m-number dl dd .info {
	flex: 1;
}
.bd-m-number dl dd .con {
	padding: 20px 0 12px;
	line-height: 45px;
	font-size: 34px;
}
.bd-m-number dl dd .til {
	line-height: 36px;
	font-size: 28px;
}
@media (max-width: 990px) {
.bd-m-number dl {
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-m-number dl dd {
	width: 50%;
	height: 50%;
}
}