.footerbox{
	margin-top: 80px;
	width: 100%;
	height: 140px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	background: url(../images/ft_02.aed1920f.png) no-repeat 50%
}

.footerbox p{
	font-size: 16px;
	line-height: 35px;
	color: #fff
}

.el-breadcrumb {
	margin: 30px 0
}

.mains {
	width: 100%;
	display: block
}

#app {
	overflow: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
images,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	font-size: 14px;
	color: #333
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

images {
	max-width: 100%;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a,
a:hover {
	color: #333;
	text-decoration: none
}

a {
	cursor: pointer
}

a:hover {
	color: #f96d64
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

body {
	font-size: 16px
}

.wrap1200 {
	max-width: 1200px;
	margin: 0 auto
}

.wrap1600 {
	max-width: 1600px;
	margin: 0 auto
}

.wrap1400 {
	max-width: 1200px;
	margin: 0 auto
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both
}

.clearfix {
	zoom: 1
}

.line1 {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.line2 {
	-webkit-line-clamp: 2
}

.line2,
.line3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical
}

.line3 {
	-webkit-line-clamp: 3
}

.fr {
	float: right
}

.fl {
	float: left
}

.wrap1300 {
	max-width: 1400px;
	margin: 0 auto
}

div.clear {
	clear: both;
	height: 0;
	width: 0
}

.wraph5 {
	padding: 0 15px
}

@media screen and (max-width:1300px) {
	.wrap1300 {
		padding: 0 20px
	}
}

@media screen and (max-width:992px) {
	.el-message {
		min-width: 90% !important
	}

	.main-boxss {
		padding-top: 0 !important;
		margin-top: -50px
	}

	.zzc {
		width: auto !important
	}
}

.pt120 {
	padding-bottom: 80px;
	padding-top: 30px
}

.container {
	padding: 20px 60px !important;
}

.btn100 {
	width: 100px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px
}

.is-disabled .el-input__inner {
	height: 34px !important;
	line-height: 34px !important
}

.el-textarea.is-disabled .el-textarea__inner,
.is-disabled .el-input__inner {
	background-color: #eee !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #eee !important;
	padding: 0 15px !important;
	color: #000 !important;
	opacity: 1 !important
}

.disabled-info {
	background-color: #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eee;
	padding: 0 15px;
	min-height: 32px;
	color: #666
}

.disabled-info .tag {
	background: #049fd7;
	color: #fff;
	padding: 2px 10px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 12px
}

.noData {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: center
}

.noData .pic {
	width: 45%
}

.noData .text {
	color: #999;
	font-size: 17px;
	margin-top: -25px
}