:root {
	font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	color-scheme: light dark;
	color: rgba(0, 0, 0, .87);
	background-color: #242424;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	--main-color: #da0319;
	--main-active-color: #b70101;
	--main-line-color: #b70101;
	--white-color: #000;
	--shadow-color: rgba(250, 1, 1, 1);
	--shadow-light-color: rgba(250, 1, 1, 0.8);
	--scrollbar-color: #c40505
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldest,
img {
	border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}
ol,
ul {
	list-style: none
}
caption,
th {
	text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}
p:before,
q:after {
	content: ""
}
abbr,
acronym {
	border: 0
}
* {
	box-sizing: border-box
}
.f12 {
	font-size: 12px
}
.f13 {
	font-size: 13px
}
.f14 {
	font-size: 14px
}
.f15 {
	font-size: 15px
}
.f16 {
	font-size: 16px
}
.f17 {
	font-size: 17px
}
.f18 {
	font-size: 18px
}
.f19 {
	font-size: 19px
}
.f20 {
	font-size: 20px
}
.bold {
	font-weight: bold
}
.normal {
	font-weight: normal
}
.lineh150 {
	line-height: 150%
}
.lineh180 {
	line-height: 180%
}
.lineh200 {
	line-height: 200%
}
.underline {
	text-decoration: underline
}
.undernone {
	text-decoration: none
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.relative {
	position: relative
}
.absolute {
	position: absolute
}
.absolute-t {
	position: absolute;
	top: 0
}
.absolute-r {
	position: absolute;
	right: 0
}
.absolute-b {
	position: absolute;
	bottom: 0
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden
}
.hide {
	display: none
}
.none {
	display: none
}
.block {
	display: block
}
.flex-row,
.flex-rows {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}
.flex-column,
.flex-columns {
	display: flex;
	flex-direction: column
}
.flex-nowarp {
	flex-wrap: nowrap
}
.flex-align-center {
	align-items: center
}
.flex-align-end {
	align-items: flex-end
}
.flex-align-start {
	align-items: flex-start
}
.flex-content-between {
	justify-content: space-between
}
.flex-content-center {
	justify-content: center
}
.flex-text-center {
	display: flex;
	align-items: center;
	justify-content: center
}
.flex-text-between {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.flex-auto {
	flex: 1
}
.h-full {
	height: 100%
}
.link {
	cursor: pointer
}
.flex-col1 {
	width: 8.3333333333%
}
.flex-col2 {
	width: 16.6666666667%
}
.flex-col3 {
	width: 25%
}
.flex-col4 {
	width: 33.3333333333%
}
.flex-col5 {
	width: 41.6666666667%
}
.flex-col6 {
	width: 50%
}
.flex-col7 {
	width: 58.3333333333%
}
.flex-col8 {
	width: 66.6666666667%
}
.flex-col9 {
	width: 75%
}
.flex-col10 {
	width: 83.3333333333%
}
.flex-col11 {
	width: 91.6666666667%
}
.flex-col12 {
	width: 100%
}
.flex-space1 {
	margin: -0.5px
}
.flex-space1>* {
	padding: 0.5px;
	box-sizing: border-box
}
.flex-space2 {
	margin: -1px
}
.flex-space2>* {
	padding: 1px;
	box-sizing: border-box
}
.flex-space3 {
	margin: -1.5px
}
.flex-space3>* {
	padding: 1.5px;
	box-sizing: border-box
}
.flex-space4 {
	margin: -2px
}
.flex-space4>* {
	padding: 2px;
	box-sizing: border-box
}
.flex-space5 {
	margin: -2.5px
}
.flex-space5>* {
	padding: 2.5px;
	box-sizing: border-box
}
.flex-space6 {
	margin: -3px
}
.flex-space6>* {
	padding: 3px;
	box-sizing: border-box
}
.flex-space7 {
	margin: -3.5px
}
.flex-space7>* {
	padding: 3.5px;
	box-sizing: border-box
}
.flex-space8 {
	margin: -4px
}
.flex-space8>* {
	padding: 4px;
	box-sizing: border-box
}
.flex-space9 {
	margin: -4.5px
}
.flex-space9>* {
	padding: 4.5px;
	box-sizing: border-box
}
.flex-space10 {
	margin: -5px
}
.flex-space10>* {
	padding: 5px;
	box-sizing: border-box
}
.flex-space11 {
	margin: -5.5px
}
.flex-space11>* {
	padding: 5.5px;
	box-sizing: border-box
}
.flex-space12 {
	margin: -6px
}
.flex-space12>* {
	padding: 6px;
	box-sizing: border-box
}
.flex-space13 {
	margin: -6.5px
}
.flex-space13>* {
	padding: 6.5px;
	box-sizing: border-box
}
.flex-space14 {
	margin: -7px
}
.flex-space14>* {
	padding: 7px;
	box-sizing: border-box
}
.flex-space15 {
	margin: -7.5px
}
.flex-space15>* {
	padding: 7.5px;
	box-sizing: border-box
}
.flex-space16 {
	margin: -8px
}
.flex-space16>* {
	padding: 8px;
	box-sizing: border-box
}
.flex-space17 {
	margin: -8.5px
}
.flex-space17>* {
	padding: 8.5px;
	box-sizing: border-box
}
.flex-space18 {
	margin: -9px
}
.flex-space18>* {
	padding: 9px;
	box-sizing: border-box
}
.flex-space19 {
	margin: -9.5px
}
.flex-space19>* {
	padding: 9.5px;
	box-sizing: border-box
}
.flex-space20 {
	margin: -10px
}
.flex-space20>* {
	padding: 10px;
	box-sizing: border-box
}
.flex-space21 {
	margin: -10.5px
}
.flex-space21>* {
	padding: 10.5px;
	box-sizing: border-box
}
.flex-space22 {
	margin: -11px
}
.flex-space22>* {
	padding: 11px;
	box-sizing: border-box
}
.flex-space23 {
	margin: -11.5px
}
.flex-space23>* {
	padding: 11.5px;
	box-sizing: border-box
}
.flex-space24 {
	margin: -12px
}
.flex-space24>* {
	padding: 12px;
	box-sizing: border-box
}
.flex-space25 {
	margin: -12.5px
}
.flex-space25>* {
	padding: 12.5px;
	box-sizing: border-box
}
.flex-space26 {
	margin: -13px
}
.flex-space26>* {
	padding: 13px;
	box-sizing: border-box
}
.flex-space27 {
	margin: -13.5px
}
.flex-space27>* {
	padding: 13.5px;
	box-sizing: border-box
}
.flex-space28 {
	margin: -14px
}
.flex-space28>* {
	padding: 14px;
	box-sizing: border-box
}
.flex-space29 {
	margin: -14.5px
}
.flex-space29>* {
	padding: 14.5px;
	box-sizing: border-box
}
.box-shadow-blue-in {
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1) inset;
	border: 1px solid #ccc
}
.box-shadow-blue-in.active,
.box-shadow-blue-in:hover {
	border: 1px solid var(--shadow-color);
	box-shadow: 0 1px 20px 0 var(--shadow-light-color) inset
}
.mt5 {
	margin-top: 5px
}
.mb5 {
	margin-bottom: 5px
}
.ml5 {
	margin-left: 5px
}
.mr5 {
	margin-right: 5px
}
.pt5 {
	padding-top: 5px
}
.pb5 {
	padding-bottom: 5px
}
.pl5 {
	padding-left: 5px
}
.pr5 {
	padding-right: 5px
}
.p5 {
	padding: 5px
}
.m5 {
	margin: 5px
}
.border-radius-1 {
	border-radius: 1px
}
.mt10 {
	margin-top: 10px
}
.mb10 {
	margin-bottom: 10px
}
.ml10 {
	margin-left: 10px
}
.mr10 {
	margin-right: 10px
}
.pt10 {
	padding-top: 10px
}
.pb10 {
	padding-bottom: 10px
}
.pl10 {
	padding-left: 10px
}
.pr10 {
	padding-right: 10px
}
.p10 {
	padding: 10px
}
.m10 {
	margin: 10px
}
.border-radius-2 {
	border-radius: 2px
}
.mt15 {
	margin-top: 15px
}
.mb15 {
	margin-bottom: 15px
}
.ml15 {
	margin-left: 15px
}
.mr15 {
	margin-right: 15px
}
.pt15 {
	padding-top: 15px
}
.pb15 {
	padding-bottom: 15px
}
.pl15 {
	padding-left: 15px
}
.pr15 {
	padding-right: 15px
}
.p15 {
	padding: 15px
}
.m15 {
	margin: 15px
}
.border-radius-3 {
	border-radius: 3px
}
.mt20 {
	margin-top: 20px
}
.mb20 {
	margin-bottom: 20px
}
.ml20 {
	margin-left: 20px
}
.mr20 {
	margin-right: 20px
}
.pt20 {
	padding-top: 20px
}
.pb20 {
	padding-bottom: 20px
}
.pl20 {
	padding-left: 20px
}
.pr20 {
	padding-right: 20px
}
.p20 {
	padding: 20px
}
.m20 {
	margin: 20px
}
.border-radius-4 {
	border-radius: 4px
}
.mt25 {
	margin-top: 25px
}
.mb25 {
	margin-bottom: 25px
}
.ml25 {
	margin-left: 25px
}
.mr25 {
	margin-right: 25px
}
.pt25 {
	padding-top: 25px
}
.pb25 {
	padding-bottom: 25px
}
.pl25 {
	padding-left: 25px
}
.pr25 {
	padding-right: 25px
}
.p25 {
	padding: 25px
}
.m25 {
	margin: 25px
}
.border-radius-5 {
	border-radius: 5px
}
.mt30 {
	margin-top: 30px
}
.mb30 {
	margin-bottom: 30px
}
.ml30 {
	margin-left: 30px
}
.mr30 {
	margin-right: 30px
}
.pt30 {
	padding-top: 30px
}
.pb30 {
	padding-bottom: 30px
}
.pl30 {
	padding-left: 30px
}
.pr30 {
	padding-right: 30px
}
.p30 {
	padding: 30px
}
.m30 {
	margin: 30px
}
.border-radius-6 {
	border-radius: 6px
}
.mt35 {
	margin-top: 35px
}
.mb35 {
	margin-bottom: 35px
}
.ml35 {
	margin-left: 35px
}
.mr35 {
	margin-right: 35px
}
.pt35 {
	padding-top: 35px
}
.pb35 {
	padding-bottom: 35px
}
.pl35 {
	padding-left: 35px
}
.pr35 {
	padding-right: 35px
}
.p35 {
	padding: 35px
}
.m35 {
	margin: 35px
}
.border-radius-7 {
	border-radius: 7px
}
.mt40 {
	margin-top: 40px
}
.mb40 {
	margin-bottom: 40px
}
.ml40 {
	margin-left: 40px
}
.mr40 {
	margin-right: 40px
}
.pt40 {
	padding-top: 40px
}
.pb40 {
	padding-bottom: 40px
}
.pl40 {
	padding-left: 40px
}
.pr40 {
	padding-right: 40px
}
.p40 {
	padding: 40px
}
.m40 {
	margin: 40px
}
.border-radius-8 {
	border-radius: 8px
}
.mt45 {
	margin-top: 45px
}
.mb45 {
	margin-bottom: 45px
}
.ml45 {
	margin-left: 45px
}
.mr45 {
	margin-right: 45px
}
.pt45 {
	padding-top: 45px
}
.pb45 {
	padding-bottom: 45px
}
.pl45 {
	padding-left: 45px
}
.pr45 {
	padding-right: 45px
}
.p45 {
	padding: 45px
}
.m45 {
	margin: 45px
}
.border-radius-9 {
	border-radius: 9px
}
.mt50 {
	margin-top: 50px
}
.mb50 {
	margin-bottom: 50px
}
.ml50 {
	margin-left: 50px
}
.mr50 {
	margin-right: 50px
}
.pt50 {
	padding-top: 50px
}
.pb50 {
	padding-bottom: 50px
}
.pl50 {
	padding-left: 50px
}
.pr50 {
	padding-right: 50px
}
.p50 {
	padding: 50px
}
.m50 {
	margin: 50px
}
.border-radius-10 {
	border-radius: 10px
}
.mt55 {
	margin-top: 55px
}
.mb55 {
	margin-bottom: 55px
}
.ml55 {
	margin-left: 55px
}
.mr55 {
	margin-right: 55px
}
.pt55 {
	padding-top: 55px
}
.pb55 {
	padding-bottom: 55px
}
.pl55 {
	padding-left: 55px
}
.pr55 {
	padding-right: 55px
}
.p55 {
	padding: 55px
}
.m55 {
	margin: 55px
}
.border-radius-11 {
	border-radius: 11px
}
.mt60 {
	margin-top: 60px
}
.mb60 {
	margin-bottom: 60px
}
.ml60 {
	margin-left: 60px
}
.mr60 {
	margin-right: 60px
}
.pt60 {
	padding-top: 60px
}
.pb60 {
	padding-bottom: 60px
}
.pl60 {
	padding-left: 60px
}
.pr60 {
	padding-right: 60px
}
.p60 {
	padding: 60px
}
.m60 {
	margin: 60px
}
.border-radius-12 {
	border-radius: 12px
}
.mt65 {
	margin-top: 65px
}
.mb65 {
	margin-bottom: 65px
}
.ml65 {
	margin-left: 65px
}
.mr65 {
	margin-right: 65px
}
.pt65 {
	padding-top: 65px
}
.pb65 {
	padding-bottom: 65px
}
.pl65 {
	padding-left: 65px
}
.pr65 {
	padding-right: 65px
}
.p65 {
	padding: 65px
}
.m65 {
	margin: 65px
}
.border-radius-13 {
	border-radius: 13px
}
.mt70 {
	margin-top: 70px
}
.mb70 {
	margin-bottom: 70px
}
.ml70 {
	margin-left: 70px
}
.mr70 {
	margin-right: 70px
}
.pt70 {
	padding-top: 70px
}
.pb70 {
	padding-bottom: 70px
}
.pl70 {
	padding-left: 70px
}
.pr70 {
	padding-right: 70px
}
.p70 {
	padding: 70px
}
.m70 {
	margin: 70px
}
.border-radius-14 {
	border-radius: 14px
}
.mt75 {
	margin-top: 75px
}
.mb75 {
	margin-bottom: 75px
}
.ml75 {
	margin-left: 75px
}
.mr75 {
	margin-right: 75px
}
.pt75 {
	padding-top: 75px
}
.pb75 {
	padding-bottom: 75px
}
.pl75 {
	padding-left: 75px
}
.pr75 {
	padding-right: 75px
}
.p75 {
	padding: 75px
}
.m75 {
	margin: 75px
}
.border-radius-15 {
	border-radius: 15px
}
.mt80 {
	margin-top: 80px
}
.mb80 {
	margin-bottom: 80px
}
.ml80 {
	margin-left: 80px
}
.mr80 {
	margin-right: 80px
}
.pt80 {
	padding-top: 80px
}
.pb80 {
	padding-bottom: 80px
}
.pl80 {
	padding-left: 80px
}
.pr80 {
	padding-right: 80px
}
.p80 {
	padding: 80px
}
.m80 {
	margin: 80px
}
.border-radius-16 {
	border-radius: 16px
}
.mt85 {
	margin-top: 85px
}
.mb85 {
	margin-bottom: 85px
}
.ml85 {
	margin-left: 85px
}
.mr85 {
	margin-right: 85px
}
.pt85 {
	padding-top: 85px
}
.pb85 {
	padding-bottom: 85px
}
.pl85 {
	padding-left: 85px
}
.pr85 {
	padding-right: 85px
}
.p85 {
	padding: 85px
}
.m85 {
	margin: 85px
}
.border-radius-17 {
	border-radius: 17px
}
.mt90 {
	margin-top: 90px
}
.mb90 {
	margin-bottom: 90px
}
.ml90 {
	margin-left: 90px
}
.mr90 {
	margin-right: 90px
}
.pt90 {
	padding-top: 90px
}
.pb90 {
	padding-bottom: 90px
}
.pl90 {
	padding-left: 90px
}
.pr90 {
	padding-right: 90px
}
.p90 {
	padding: 90px
}
.m90 {
	margin: 90px
}
.border-radius-18 {
	border-radius: 18px
}
.mt95 {
	margin-top: 95px
}
.mb95 {
	margin-bottom: 95px
}
.ml95 {
	margin-left: 95px
}
.mr95 {
	margin-right: 95px
}
.pt95 {
	padding-top: 95px
}
.pb95 {
	padding-bottom: 95px
}
.pl95 {
	padding-left: 95px
}
.pr95 {
	padding-right: 95px
}
.p95 {
	padding: 95px
}
.m95 {
	margin: 95px
}
.border-radius-19 {
	border-radius: 19px
}
.padding {
	padding: 15px
}
.bg-white {
	background-color: #fff
}
.bg-blue {
	background-color: #0084cc;
	color: #fff
}
.bg-blue-active {
	background-color: #006094;
	color: #fff
}
.color-white {
	color: #fff
}
.color-blue {
	color: #0084cc
}
.color-red {
	color: #aa2421
}
.color-green {
	color: #377503
}
html {
	height: 100%;
	width: 100%
}
body {
	font-size: 14px
}
a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: #333
}
#app {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg.jpg) center top no-repeat;
	background-size: cover;
	min-width: 1400px
}
#app .container {
	position: relative;
	height: 100%
}
#app .app-header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, .3)
}
#app .app-header.red {
	background: rgba(0, 0, 0, 0)
}
#app .app-header .logo {
	max-height: 100px
}
#app .app-header .logo img {
	height: 90px
}
#app .app-center {
	width: 80%;
	min-width: 1170px;
	margin: 35px auto;
	box-sizing: border-box;
	height: calc(100% - 200px);
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px
}
#app .app-center .leftmenu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 150px;
}
#app .app-center .leftmenu-item {
	border-bottom: 1px solid var(--main-line-color);
	cursor: pointer;
	background-color: var(--main-color);
	color: #fff;
	position: relative;
	transition: ease-out .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: auto
}
#app .app-center .leftmenu-item i {
	font-size: 40px;
	display: block;
	color: #fff;
	text-align: center;
}
#app .app-center .leftmenu-item span {
	font-size: 16px;
	color: #fff;
	display: block
}
#app .app-center .leftmenu-item:first-child {
	border-top-left-radius: 10px
}
#app .app-center .leftmenu-item:last-child {
	border-bottom-left-radius: 10px;
	border-bottom: 0
}
#app .app-center .leftmenu-item:hover,
#app .app-center .leftmenu-item.active {
	background-color: var(--main-active-color);
	position: relative
}
#app .app-center .leftmenu-item:hover:after,
#app .app-center .leftmenu-item.active:after {
	z-index: 1;
	right: -15px;
	width: 15px
}
#app .app-center .leftmenu-item::after {
	background: url(../images/nav_right_red.png) left center no-repeat;
	width: 0px;
	right: 0px;
	position: absolute;
	top: 0;
	transition: ease-out .5s;
	bottom: 0;
	content: " ";
	background-size: 100% 100%
}
#app .app-center .leftmenu-item.red::after {
	background-image: url("../images/nav_right_red.png")
}
#app .app-center .rightbody {
	height: 100%;
	box-shadow: 0 1px 30px 0 var(--shadow-light-color) inset;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: rgba(255, 255, 255, .9);
	overflow: hidden;
	position: relative
}
#app .app-center .rightbody .rightbody-box {
	position: relative;
	height: 100%;
	padding: 15px 20px 15px 30px;
	box-sizing: border-box
}
#app .app-center .rightbody .content-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}
#app .app-center .rightbody .content-box .tit {
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 40px;
	padding: 0 50px 15px 50px;
	color: var(--main-color);
	text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	font-size: 700
}
#app .app-center .rightbody .content-box .titbtns {
	display: block;
	max-width: 100%
}
#app .app-center .rightbody .content-box .titbtns .tit-btn {
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	padding: 0 15px
}
#app .app-center .rightbody .content-box .main {
	padding: 30px;
	overflow-y: auto;
	flex: auto;
	border: 1px solid rgba(var(--main-color), 0.5);
	border-radius: 10px;
	box-shadow: 0 1px 20px 0 var(--shadow-light-color);
	background: #fff;
}
#app .app-center .rightbody .content-box .main::-webkit-scrollbar {
	width: 15px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 15px
}
#app .app-center .rightbody .content-box .main::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 15px
}
#app .app-center .rightbody .content-box .main::-webkit-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
	display: none
}
#app .app-center .rightbody .content-box .main::-webkit-scrollbar-thumb {
	border-radius: 15px;
	box-shadow: inset 0 0 10px var(--scrollbar-color)
}
#app .app-center .rightbody .content-box .content {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em
}
#app .app-center .rightbody .content-box .content img {
	max-width: 100%;
	display: block;
	height: auto!important;
	margin: 6px auto;
}
#app .app-center .rightbody .content-box .content table {
	margin: 0 auto;
	border: 1px solid #333;
	border-collapse: collapse
}
#app .app-center .rightbody .content-box .content h2 {
	padding: 8px 20px;
	background: var(--main-color);
	color: #fff;
	display: block;
	width: 120px;
	font-weight: 600;
	font-size: 18px;
	margin: 15px 0;
	text-indent: 0;
	border-radius: 10px
}
#app .app-center .rightbody .content-box .footer {
	padding-top: 10px
}
#app .app-center .rightbody .content-box .footer .backbtn {
	font-size: 16px;
	height: 40px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: 100px;
	border-radius: 50px;
	line-height: 40px;
	text-align: center
}
#app .app-center .rightbody .content-box .message-table {
	border-collapse: collapse;
	border: 1px solid var(--main-color);
	width: 100%
}
#app .app-center .rightbody .content-box .message-table th {
	font-weight: bold;
	width: 140px;
	background-color: rgba(var(--main-color), 0.4);
	text-align: center
}
#app .app-center .rightbody .content-box .message-table td,
#app .app-center .rightbody .content-box .message-table th {
	font-size: 16px;
	line-height: 40px;
	vertical-align: top;
	border: 1px solid var(--main-color);
	padding: 5px 15px
}
#app .home .app-header {
	height: 30%
}
#app .home .app-header .logo {
	margin-top: 10%
}
#app .home .app-center {
	background: url("../img/logo_index.png") no-repeat center 80%;
	box-shadow: none
}
#app .home .app-center .leftmenu {
	flex-direction: row;
	width: 100%
}
#app .home .app-center .leftmenu-item {
	border-radius: 50%;
	width: 150px;
	height: 160px;
	flex: auto;
	margin: 30px;
	overflow: hidden;
	background-image: linear-gradient(#0aa9ff, #0084cc);
	box-shadow: 0 0px 50px #fff;
	border: 0
}
#app .home .app-center .leftmenu-item:hover,
#app .home .app-center .leftmenu-item.active {
	background-image: linear-gradient(#0084cc, #0aa9ff);
	box-shadow: 0 0px 50px #fcf303;
	transform: scale(1.2)
}
#app .home .app-center .leftmenu-item:hover:after,
#app .home .app-center .leftmenu-item.active:after {
	display: none
}
#app .home .app-center .leftmenu-item:after {
	display: none;
	background: rgba(0, 0, 0, 0)
}
#app .home .app-center .leftmenu-item:nth-child(1) {
	margin-top: 180px
}
#app .home .app-center .leftmenu-item:nth-child(2) {
	margin-top: 80px
}
#app .home .app-center .leftmenu-item:nth-child(4) {
	margin-top: 80px
}
#app .home .app-center .leftmenu-item:nth-child(5) {
	margin-top: 180px
}
#app .home .app-center .rightbody {
	display: none
}
#app .app-footer {
	height: 50px
}
#app .loading {
	text-align: center;
	display: block;
	color: #ccc
}
.home_ewm {
	position: fixed;
	bottom: 10px;
	right: 10px
}
.home_ewm img {
	width: 160px;
	border-radius: 10px
}
.fans-item {
	margin: 10px 1.5%
}
.fans-item .fans-item-box {
	flex: auto;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: content-box;
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1) inset
}
.fans-item .fans-item-box:hover {
	border: 1px solid var(--shadow-color);
	box-shadow: 0 1px 20px 0 var(--shadow-light-color) inset;
	flex-direction: row;
	justify-content: space-between
}
.fans-item .fans-item-box .fans-item-img {
	width: 100px;
	background-size: cover;
	border-radius: 5px
}
.fans-item .fans-item-box .fans-item-text {
	flex: auto;
	line-height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 100px)
}
.fans-item .fans-item-box2 {
	cursor: pointer
}
.fans-item .fans-item-box2 .fans-item-img {
	border-radius: 5px;
	height: 180px
}
.fans-item .fans-item-box2 .fans-item-text {
	line-height: 25px;
	display: block;
	text-align: center
}
.daibiao_info {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate
}
.daibiao_info th,
.daibiao_info td {
	padding: 15px;
	border-top: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	font-size: 16px
}
.daibiao_info th {
	background-color: #daedf8;
	text-align: center
}
.daibiao_info tr td:last-child {
	border-right: 1px solid var(--main-color)
}
.daibiao_info tr:nth-child(2) td:last-child,
.daibiao_info tr:nth-child(3) td:last-child {
	border-right: 0
}
.daibiao_info tr:last-child th,
.daibiao_info tr:last-child td {
	border-bottom: 1px solid var(--main-color)
}
.daibiao_info .daibiao_file li {
	margin-left: 20px;
	list-style-type: decimal;
	line-height: 30px
}
.daibiao_info tr:first-child td:first-child,
.daibiao_info tr:first-child th:first-child {
	border-top-left-radius: 10px
}
.daibiao_info tr:first-child td:last-child {
	border-top-right-radius: 10px
}
.daibiao_info tr:last-child td:first-child,
.daibiao_info tr:last-child th:first-child {
	border-bottom-left-radius: 10px
}
.daibiao_info tr:last-child td:last-child {
	border-bottom-right-radius: 10px
}
.qrcode {
	text-align: center
}
.news-item {
	height: 50px;
	cursor: pointer
}
.news-item span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.container {
	width: 100%
}
.home-logo {
	margin-top: -100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.home-navs li {
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.home-navs img {
	max-width: 200px
}
.times {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 15px;
	color: var(--main-color);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff
}
.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s
}
.fade-enter,
.fade-leave-to {
	opacity: 0
}
.spinner {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0
}
.spinner>div {
	width: 30px;
	height: 30px;
	background-color: #006094;
	border-radius: 100%;
	display: inline-block;
	animation: bouncedelay 1.4s infinite ease-in-out;
	animation-fill-mode: both
}
.spinner .bounce1 {
	animation-delay: -0.32s
}
.spinner .bounce2 {
	animation-delay: -0.16s
}
@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}
@keyframes xuan {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
.huodong {
	display: flex;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	align-items: center
}
.huodong .cate_table {
	width: 100%;
	border-collapse: collapse;
	height: 418px;
}
.huodong .cate_table td {
	padding: 0;
	vertical-align: bottom;
	position: relative
}
.huodong .cate_table .cate_table_item {
	display: flex;
	flex-wrap: nowrap;
	align-items: end;
	margin-bottom: -1px;
	margin-left: -1.2vw;
	gap: 10px
}
.huodong .cate_table .cate_table_item div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: url(../img/d2.jpg) no-repeat center bottom;
	background-size: 100% auto;
	transition: all .2s
}
.huodong .cate_table .cate_table_item a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.huodong .cate_table .cate_table_item div.hover,
.huodong .cate_table .cate_table_item div:hover {
	background-image: url(../img/d3.jpg)
}
.huodong .cate_table .cate_table_item div.hover h1,
.huodong .cate_table .cate_table_item div:hover h1 {
	color: #c1181b
}
.huodong .cate_table .cate_table_item div h1 {
	font-size: 1.2vw;
	font-weight: 700;
	position: absolute;
	bottom: 30%;
	margin: 0 auto;
	writing-mode: vertical-lr;
	text-orientation: upright;
	color: #494544;
	letter-spacing: 10px
}
.huodong .cate_table img {
	width: 100%
}
.huodong .cate_box2 {
	flex: auto;
	margin: 0 auto;
	height: 418px;
	text-align: center;
	display: flex;
	flex-wrap: nowrap
}
.huodong .cate_box2 .hcate {
	cursor: pointer;
	display: flex;
	align-items: center
}
.huodong .cate_box2 .hcate:hover h1 {
	color: var(--main-active-color);
	font-size: 700
}
.huodong .cate_box2 .hcate img {
	width: 100%
}
.huodong .cate_box {
	flex: auto;
	margin: 0 auto;
	height: 418px;
	text-align: center;
	display: flex;
	flex-wrap: nowrap
}
.huodong .cate_box .hcate {
	cursor: pointer;
	display: flex;
	align-items: center
}
.huodong .cate_box .hcate:hover h1 {
	color: var(--main-active-color);
	font-size: 700
}
.huodong .cate_box .hcate img {
	width: 100%
}
.huodong .time_box {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: nowrap;
	overflow-x: scroll;
	width: 100%;
	padding: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.huodong .time_box::-webkit-scrollbar {
	height: 0px;
	display: none
}
.huodong .time_box::after {
	position: static;
	content: "";
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: 80px;
	right: 0;
	background-image: linear-gradient(120deg, #fbc2eb 0%, #7661ec 100%)
}
.huodong .time_box .timecate {
	text-align: center;
	position: relative;
	padding: 10px 40px;
	color: #fff;
	z-index: 12;
	margin: 0px 20px;
	font-size: 24px;
	white-space: nowrap;
	cursor: pointer
}
.huodong .time_box .timecate:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #672669;
	z-index: -1;
	transform: skew(45deg);
	border-radius: 10px 0 10px 0
}
.huodong .time_box .timecate.active:before {
	background-color: #7661ec
}
.d_title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 15px
}
.d_time {
	text-align: center;
	color: #999;
	margin-bottom: 10px
}
.content {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em
}
.content img {
	display: block;
	margin: 6px auto;
	max-width: 100%
}
.content table {
	margin: 0 auto;
	border: 1px solid #333;
	border-collapse: collapse
}
.content table td {
	text-indent: 0
}
.content p {
	text-indent: 0
}
.piclist {
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
	cursor: pointer;
	zoom: 1
}
.piclist img {
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	text-align: center
}
.piclist h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 270px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	z-index: 3;
	padding: 5px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 16px;
	transition: all .3s ease-in-out;
	overflow: hidden
}
.piclist:hover h1 {
	top: 0
}
.layui-layer {
	background: rgba(0, 0, 0, 0)
}
.layui-layer-title {
	border: 0;
	box-shadow: 0 1px 30px 0 var(--shadow-light-color) inset;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: var(--main-active-color);
	font-weight: bold;
	font-size: 16px;
	color: #fff
}
.layui-layer-content {
	border: 1px solid var(--main-line-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 1px 20px 0 var() inset;
	background-color: #fff
}
.layui-layer-content .content {
	background: none;
	padding: 20px
}
.layui-layer-setwin span {
	color: #fff
}
.imgbox {
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px dashed #ccc
}
.imgbox .title {
	font-size: 18px;
	font-weight: 700
}
.imgbox .desc {
	color: #666;
	margin-top: 8px;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.imgbox .time {
	font-size: 14px;
	color: #ccc;
	margin-top: 8px
}
.imgbox .img {
	border: 1px solid #ddd;
	display: block;
	height: 130px;
	width: 220px;
	margin-left: 30px;
	border: 1px solid #ddd;
	padding: 2px;
	object-fit: cover;
}
.imgbox .img:hover {
	padding: 0px;
	border: 0
}
.fadeIn {
	animation: fadeIn .5s .1s ease both
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0.5)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 0
}
.btn-list li {
	cursor: pointer;
}
.popup-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.7);
	width: 80%;
	max-width: 1000px;
	height: 80vh;
	border-radius: 8px;
	display: none;
	z-index: 100;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	border: 1px solid #b70101;
}
.popup-box .tctit {
	background-color: #b70101;
	color: #fff;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
}
.popup-box .tcimg {
	width: 100%;
	overflow: auto;
	text-align: center;
	padding: 20px;
	height: calc(80vh - 50px);
	background-color: #fff;
}
.popup-box img {
	width: 90%;
}
.close-btn {
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	transition: color 0.3s;
	z-index: 99999;
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.content-container {
	width: 100%;
	margin-top: 10px;
}
.cate_table {
	position: absolute;
	opacity: 0;
	transform: scale(0.3);
	transition: transform 0.5s ease;
	box-sizing: border-box;
	pointer-events: none;
	overflow: hidden;
}
.cate_table.active {
	position: relative;
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
.beianhao {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    text-align: center;
    width: 100%;
	font-size: 15px;
}
.beianhao a{
	color: #fff;
}