body {
	background: rgba(255, 255, 255, 1);
	font-family: Microsoft YaHei;
	color: rgba(0, 0, 0, 1);
	line-height: 1.5;
	font-size: 14px;
}

.container[data-v-6dbe2c91] {
	font: 14px/1.5 Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	word-break: break-all;
	height: 100vh
}

.container .tip[data-v-6dbe2c91] {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%
}

.container .tip-con[data-v-6dbe2c91] {
	display: table-cell;
	vertical-align: middle
}

.container .tip h3[data-v-6dbe2c91] {
	font-size: 26px;
	margin-bottom: 14px;
	font-weight: 400
}

.container .tip p[data-v-6dbe2c91] {
	font-size: 14px;
	color: #888
}

.container .btn[data-v-6dbe2c91] {
	margin-top: 50px
}

.container .btn small[data-v-6dbe2c91] {
	margin-left: 5px;
	color: #999
}

.container .btn a[data-v-6dbe2c91] {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #444
}

.container .icon[data-v-6dbe2c91] {
	display: inline-block;
	width: 24px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px
}

.container .icon404[data-v-6dbe2c91] {
	-webkit-animation: twinkling-data-v-6dbe2c91 .6s ease-in-out infinite;
	margin-bottom: 30px
}

.container .icon404>svg[data-v-6dbe2c91] {
	fill: currentColor
}

@-webkit-keyframes twinkling-data-v-6dbe2c91 {
	0%,to {
		color: #ccc
	}

	50% {
		color: #333
	}
}

@media only screen and (max-width:640px) {
	.container .tip h3[data-v-6dbe2c91] {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 400
	}
}

.loading-icon[data-v-e296f94a] {
	position: fixed;
	z-index: 9999;
	top: 20px;
	left: 20px;
	opacity: 0;
	pointer-events: none
}

.loading-icon.active[data-v-e296f94a],.loading-icon[data-v-e296f94a] {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.loading-icon.active[data-v-e296f94a] {
	opacity: 1
}

.loading-icon .icon[data-v-e296f94a] {
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid #e2e2e2;
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 0 10px hsla(0,0%,100%,.23);
	box-shadow: 0 0 10px hsla(0,0%,100%,.23);
	height: 20px;
	width: 20px;
	background: transparent;
	display: inline-block;
	-webkit-animation: rotate-data-v-e296f94a .75s linear 0s infinite;
	animation: rotate-data-v-e296f94a .75s linear 0s infinite
}

@-webkit-keyframes rotate-data-v-e296f94a {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1)
	}

	to {
		-webkit-transform: rotate(1turn) scale(1);
		transform: rotate(1turn) scale(1)
	}
}

@keyframes rotate-data-v-e296f94a {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1)
	}

	to {
		-webkit-transform: rotate(1turn) scale(1);
		transform: rotate(1turn) scale(1)
	}
}

.copyright[data-v-97c0684e] {
	padding: 12px;
	background: #f3f3f3!important;
	text-align: center;
	font-size: 15px;
	border-top: 1px solid #ecebeb!important
}

.copyright[data-v-97c0684e],.copyright a[data-v-97c0684e] {
	color: #6f6f6f
}

.ad-pc[data-v-97c0684e] {
	position: fixed;
	z-index: 9999;
	right: 30px;
	bottom: 0
}

.ad-pc .ad-box[data-v-97c0684e] {
	padding: 12px;
	background-color: #e1e1e1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	min-width: 300px
}

.ad-pc .ad-box .scala-icon[data-v-97c0684e] {
	cursor: pointer
}

.ad-pc .ad-box.ad-box-min[data-v-97c0684e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 17px 12px
}

.ad-pc .ad-box.ad-box-min .ad-box-left[data-v-97c0684e] {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	font-weight: 700
}

.ad-pc .ad-box.ad-box-min .ad-box-left .ad-icon[data-v-97c0684e] {
	display: inline-block;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 5px
}

.ad-pc .ad-box.ad-box-min .ad-box-left .ad-icon>i[data-v-97c0684e] {
	font-size: 14px
}

.ad-pc .ad-box.ad-box-min .ad-box-icon[data-v-97c0684e] {
	width: 25px;
	text-align: center;
	line-height: 30px;
	margin-left: 5px
}

.ad-pc .ad-box.ad-box-full .ad-icon[data-v-97c0684e] {
	margin: 40px auto;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 100px;
	line-height: 80px
}

.ad-pc .ad-box.ad-box-full .ad-icon>i[data-v-97c0684e] {
	font-size: 30px
}

.ad-pc .ad-box.ad-box-full .ad-box-icon[data-v-97c0684e] {
	float: right;
	width: 25px;
	text-align: center
}

.ad-pc .ad-box.ad-box-full .content[data-v-97c0684e] {
	margin-top: 10px;
	text-align: center;
	font-size: 17px
}

.ad-pc .ad-box.ad-box-full .content .title[data-v-97c0684e] {
	margin-bottom: 5px;
	padding: 0 15px
}

.ad-pc .ad-box.ad-box-full .ad-btn-wrap[data-v-97c0684e] {
	margin-top: 40px;
	margin-bottom: 45px;
	text-align: center;
	font-size: 15px
}

.ad-pc .ad-box.ad-box-full .ad-btn-wrap .ad-btn[data-v-97c0684e] {
	border-radius: 100px;
	padding: 12px 45px
}

.ad-mobile[data-v-97c0684e] {
	height: 54px
}

.ad-mobile .ad-box[data-v-97c0684e] {
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 12px;
	font-size: 15px
}

.ad-mobile .ad-box .text[data-v-97c0684e] {
	margin-right: 10px
}

.ad-mobile .ad-box .ad-btn[data-v-97c0684e] {
	display: inline-block;
	border-radius: 100px;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px
}

.fade-enter-active[data-v-97c0684e],.fade-leave-active[data-v-97c0684e] {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.fade-enter[data-v-97c0684e],.fade-leave-to[data-v-97c0684e] {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.scale-enter-active[data-v-97c0684e],.scale-leave-active[data-v-97c0684e] {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.scale-enter[data-v-97c0684e],.scale-leave-to[data-v-97c0684e] {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.expire-tip .expire-tip-inner[data-v-37c25c98] {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	color: #333
}

.expire-tip .expire-tip__desc[data-v-37c25c98] {
	font-size: 16px;
	margin-top: 20px;
	text-align: center
}

#render {
	position: relative;
	width: 100%;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#render.overflow {
	height: 100vh;
	overflow: hidden
}[mode=preview] .zz-comp-filter,[mode=preview] .zz-comp-search,[mode=preview] .zz-comp-spec {
	pointer-events: none
}

.single.single-anchor-page[data-v-31534c6d] {
	position: fixed;
	z-index: 1000;
	max-height: 100%;
	overflow-y: auto
}

.single.single-anchor-self[data-v-31534c6d] {
	position: absolute;
	z-index: 1;
	overflow-y: auto
}

.single[data-v-31534c6d] .zz-container {
	overflow-x: hidden;
	table-layout: auto!important
}

.single.single-self-anchor-top-left[data-v-31534c6d] {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.single.single-self-anchor-top-right[data-v-31534c6d] {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.single.single-self-anchor-[data-v-31534c6d],.single.single-self-anchor-center-center[data-v-31534c6d] {
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0)
}

.single.single-self-anchor-bottom-left[data-v-31534c6d] {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.single.single-self-anchor-bottom-right[data-v-31534c6d] {
	-webkit-transform: translate3d(-100%,-100%,0);
	transform: translate3d(-100%,-100%,0)
}

.single.single-self-anchor-top-center[data-v-31534c6d] {
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0)
}

.single.single-self-anchor-center-left[data-v-31534c6d] {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.single.single-self-anchor-center-right[data-v-31534c6d] {
	-webkit-transform: translate3d(-100%,-50%,0);
	transform: translate3d(-100%,-50%,0)
}

.single.single-self-anchor-bottom-center[data-v-31534c6d] {
	-webkit-transform: translate3d(-50%,-100%,0);
	transform: translate3d(-50%,-100%,0)
}

.mark[data-v-31534c6d] {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.fade-enter-active[data-v-31534c6d],.fade-leave-active[data-v-31534c6d] {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.fade-enter[data-v-31534c6d],.fade-leave-to[data-v-31534c6d] {
	opacity: 0
}

.scale-enter-active[data-v-31534c6d],.scale-leave-active[data-v-31534c6d] {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s
}

.scale-enter[data-v-31534c6d],.scale-leave-to[data-v-31534c6d] {
	-webkit-transform: scale3d(.97,.97,0);
	transform: scale3d(.97,.97,0)
}

.zz-comp-col[data-v-6905896b] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.col__wrapper[data-v-6905896b] {
	width: 100%
}

.zz-submenu.is-opened>a .zz-submenu__title .zz-submenu__icon-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}




.zz-comp-breadcrumb {
	padding: 10px
}

.preview-dialog[data-v-0a178488] .el-dialog {
	background: rgba(0,0,0,.8)
}

.preview-dialog[data-v-0a178488] .el-dialog .el-dialog__header {
	padding: 0
}

.preview-dialog[data-v-0a178488] .el-dialog__headerbtn {
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	padding: 5px 5px 15px 20px;
	background: #000;
	border-radius: 0 0 0 50px
}

.preview-dialog[data-v-0a178488] .el-dialog__headerbtn .el-dialog__close {
	color: #fff;
	font-size: 26px
}

.preview-dialog[data-v-0a178488] .swiper-container {
	height: -webkit-calc(100vh - 60px);
	height: calc(100vh - 60px)
}

.preview-dialog[data-v-0a178488] .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.preview-dialog[data-v-0a178488] .swiper-container .swiper-pagination {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px
}

.preview-dialog[data-v-0a178488] .swiper-container .swiper-button-next,.preview-dialog[data-v-0a178488] .swiper-container .swiper-button-prev {
	background-size: 24px 19px;
	height: 19px;
	width: 24px;
	background-image: url(/images/lightbox-arrow.png)
}

.preview-dialog[data-v-0a178488] .swiper-container .swiper-button-prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.preview-img[data-v-0a178488] {
	max-height: 80vh
}

.captcha-btn[data-v-1a27b506] {
	display: block;
	width: 100%;
	background-color: #1cb514
}

.theme-green[data-v-1a27b506] {
	color: #1cb514
}

.v-center[data-v-1a27b506] .el-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.zz-comp-form .form-init[data-v-2e0254ca] {
	min-height: 350px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-form-gap[data-v-49fc2ace] {
	min-height: 15px
}

.zz-form-gap:hover .gap__text[data-v-49fc2ace] {
	opacity: 1
}

.zz-form-gap .gap__text[data-v-49fc2ace] {
	color: #999;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	opacity: 0
}

.from-left-enter,.from-left-leave-to,.slide-left-enter,.slide-left-leave-to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.from-left-enter-active,.from-left-leave-active,.slide-left-enter-active,.slide-left-leave-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.right-in-enter,.right-in-leave-to,.slide-right-enter,.slide-right-leave-to {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.right-in-enter-active,.right-in-leave-active,.slide-right-enter-active,.slide-right-leave-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.slide-top-enter,.slide-top-leave-to {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.slide-top-enter-active,.slide-top-leave-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.slide-bottom-enter,.slide-bottom-leave-to {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.slide-bottom-enter-active,.slide-bottom-leave-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,:after,:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

body {
	overflow-x: hidden
}

body,html {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

body.full-page-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f5f5f5
}

body.full-page-body::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5
}

body.full-page-body ::-webkit-scrollbar-thumb {
	background-color: #000;
	border: 2px solid #555
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0
}

ul {
	padding-left: 0
}

li {
	list-style: none
}

a {
	cursor: pointer;
	color: inherit
}[v-cloak] {
	display: none!important
}

button {
	border: none;
	cursor: pointer
}

button,input,textarea {
	outline: none;
	-webkit-tap-highlight-color: transparent
}

input,textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-family: inherit
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #b6b7b7!important
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #b6b7b7!important
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #b6b7b7!important
}

label {
	-webkit-tap-highlight-color: transparent
}

a {
	text-decoration: none
}

ul {
	padding: 0;
	margin: 0
}

h1,h2,h3,h4,h5 {
	margin: 0;
	font-weight: 400
}

.h1,h1 {
	font-size: 26px;
	margin-bottom: 12px
}

.h2,h2 {
	font-size: 22px;
	margin-bottom: 8px
}

.h3,h3 {
	font-size: 20px;
	margin-bottom: 6px
}

.h4,h4 {
	font-size: 18px;
	margin-bottom: 4px
}

.h6,h5 {
	font-size: 16px;
	margin-bottom: 3px
}

p {
	margin: 8px 0;
	word-wrap: break-word
}

p:first-child {
	margin-top: 0
}

p:last-child {
	margin-bottom: 0
}

img {
	vertical-align: middle
}

img,video {
	max-width: 100%
}

.middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

img {
	border-style: none
}

table {
	word-break: break-word;
	border-collapse: collapse
}

table:not(.el-table__body):not(.el-date-table) td,table:not(.el-table__header):not(.el-date-table) th {
	border: 1px solid #ccc;
	padding: .4rem
}

figure {
	display: table;
	margin: 1rem auto
}

figure figcaption {
	color: #999;
	display: block;
	margin-top: .25rem;
	text-align: center
}

hr {
	border: solid #ccc;
	border-width: 1px 0 0
}

.block {
	display: block!important
}

.hide {
	display: none!important
}

.inline {
	display: inline-block!important
}

.text-left {
	text-align: left!important
}

.text-center {
	text-align: center!important
}

.text-right {
	text-align: right!important
}

.v-middle {
	vertical-align: middle!important
}

.v-top {
	vertical-align: top!important
}

.v-bottom {
	vertical-align: bottom!important
}

.no-radius {
	border-radius: 0
}

.r {
	border-radius: 2px
}

.r-2x {
	border-radius: 4px
}

.r-3x {
	border-radius: 6px
}

.r-l {
	border-radius: 2px 0 0 2px
}

.r-r {
	border-radius: 0 2px 2px 0
}

.r-t {
	border-radius: 2px 2px 0 0
}

.r-b {
	border-radius: 0 0 2px 2px
}

.m-n {
	margin: 0!important
}

.m-xxs {
	margin: 2px 4px
}

.m-xs {
	margin: 5px
}

.m-sm {
	margin: 10px
}

.m {
	margin: 15px
}

.m-md {
	margin: 20px
}

.m-lg {
	margin: 30px
}

.m-xl {
	margin: 50px
}

.m-l-none {
	margin-left: 0!important
}

.m-l-xs {
	margin-left: 5px
}

.m-l-sm {
	margin-left: 10px
}

.m-l {
	margin-left: 15px
}

.m-l-md {
	margin-left: 20px
}

.m-l-lg {
	margin-left: 30px
}

.m-l-xl {
	margin-left: 40px
}

.m-l-xxl {
	margin-left: 50px
}

.m-l-n-xxs {
	margin-left: -1px
}

.m-l-n-xs {
	margin-left: -5px
}

.m-l-n-sm {
	margin-left: -10px
}

.m-l-n {
	margin-left: -15px
}

.m-l-n-md {
	margin-left: -20px
}

.m-l-n-lg {
	margin-left: -30px
}

.m-l-n-xl {
	margin-left: -40px
}

.m-l-n-xxl {
	margin-left: -50px
}

.m-t-none {
	margin-top: 0!important
}

.m-t-xxs {
	margin-top: 1px
}

.m-t-xs {
	margin-top: 5px
}

.m-t-sm {
	margin-top: 10px
}

.m-t {
	margin-top: 15px
}

.m-t-md {
	margin-top: 20px
}

.m-t-lg {
	margin-top: 30px
}

.m-t-xl {
	margin-top: 40px
}

.m-t-xxl {
	margin-top: 50px
}

.m-t-n-xxs {
	margin-top: -1px
}

.m-t-n-xs {
	margin-top: -5px
}

.m-t-n-sm {
	margin-top: -10px
}

.m-t-n {
	margin-top: -15px
}

.m-t-n-md {
	margin-top: -20px
}

.m-t-n-lg {
	margin-top: -30px
}

.m-t-n-xl {
	margin-top: -40px
}

.m-t-n-xxl {
	margin-top: -50px
}

.m-r-none {
	margin-right: 0!important
}

.m-r-xxs {
	margin-right: 1px
}

.m-r-xs {
	margin-right: 5px
}

.m-r-sm {
	margin-right: 10px
}

.m-r {
	margin-right: 15px
}

.m-r-md {
	margin-right: 20px
}

.m-r-lg {
	margin-right: 30px
}

.m-r-xl {
	margin-right: 40px
}

.m-r-xxl {
	margin-right: 50px
}

.m-r-n-xxs {
	margin-right: -1px
}

.m-r-n-xs {
	margin-right: -5px
}

.m-r-n-sm {
	margin-right: -10px
}

.m-r-n {
	margin-right: -15px
}

.m-r-n-md {
	margin-right: -20px
}

.m-r-n-lg {
	margin-right: -30px
}

.m-r-n-xl {
	margin-right: -40px
}

.m-r-n-xxl {
	margin-right: -50px
}

.m-b-none {
	margin-bottom: 0!important
}

.m-b-xxs {
	margin-bottom: 1px
}

.m-b-xs {
	margin-bottom: 5px
}

.m-b-sm {
	margin-bottom: 10px
}

.m-b {
	margin-bottom: 15px
}

.m-b-md {
	margin-bottom: 20px
}

.m-b-lg {
	margin-bottom: 30px
}

.m-b-xl {
	margin-bottom: 40px
}

.m-b-xxl {
	margin-bottom: 50px
}

.m-b-n-xxs {
	margin-bottom: -1px
}

.m-b-n-xs {
	margin-bottom: -5px
}

.m-b-n-sm {
	margin-bottom: -10px
}

.m-b-n {
	margin-bottom: -15px
}

.m-b-n-md {
	margin-bottom: -20px
}

.m-b-n-lg {
	margin-bottom: -30px
}

.m-b-n-xl {
	margin-bottom: -40px
}

.m-b-n-xxl {
	margin-bottom: -50px
}

.no-padder {
	padding: 0!important
}

.wrapper-xs {
	padding: 5px
}

.wrapper-sm {
	padding: 10px
}

.wrapper {
	padding: 15px
}

.wrapper-md {
	padding: 20px
}

.wrapper-lg {
	padding: 30px
}

.wrapper-xl {
	padding: 50px
}

.padder-lg {
	padding: 0 30px
}

.padder-25 {
	padding: 0 25px
}

.padder-md {
	padding: 0 20px
}

.padder {
	padding: 0 15px
}

.padder-sm {
	padding: 0 10px
}

.padder-xs {
	padding: 0 5px
}

.padder-v-lg {
	padding: 30px 0
}

.padder-v-md {
	padding: 20px 0
}

.padder-v {
	padding: 15px 0
}

.padder-v-sm {
	padding: 10px 0
}

.padder-v-xs {
	padding: 5px 0
}

.pos-rlt {
	position: relative
}

.pos-stc {
	position: static!important
}

.pos-abt {
	position: absolute
}

.pos-fix {
	position: fixed
}

.w-xxs {
	width: 60px
}

.w-xs {
	width: 90px
}

.w-sm {
	width: 150px
}

.w {
	width: 200px
}

.w-md {
	width: 240px
}

.w-lg {
	width: 280px
}

.w-xl {
	width: 320px
}

.w-xxl {
	width: 360px
}

.w-full {
	width: 100%
}

.w-auto {
	width: auto
}

.img-full,.img-full img {
	width: 100%
}

.h-auto {
	height: auto
}

.h-full {
	height: 100%
}

.l-h {
	line-height: 1.42857143
}

.l-h-0x {
	line-height: 0
}

.l-h-1x {
	line-height: 1.2
}

.l-h-2x {
	line-height: 2em
}

.l-s-1x {
	letter-spacing: 1
}

.l-s-2x {
	letter-spacing: 2
}

.l-s-3x {
	letter-spacing: 3
}

.text-primary {
	color: #27c24c
}

.text-warning {
	color: #f70!important
}

.text-error {
	color: #d50000!important
}

.text-white {
	color: #fff
}

.text-gray {
	color: #aaa
}

.text-muted {
	color: #999
}

.text-desc {
	color: #666
}

.text-color {
	color: #333
}

.text-black {
	color: #000
}

.bg-gray {
	background: #f8f9fa!important
}

.bg-transparent {
	background: transparent!important
}

.bg-muted {
	background-color: #f8f8f8
}

.font-normal {
	font-weight: 400
}

.font-thin {
	font-weight: 300
}

.font-bold {
	font-weight: 700
}

.f10 {
	font-size: 10px!important
}

.f12 {
	font-size: 12px!important
}

.f13 {
	font-size: 13px!important
}

.f14 {
	font-size: 14px!important
}

.f16 {
	font-size: 16px!important
}

.f18 {
	font-size: 18px!important
}

.f20 {
	font-size: 20px!important
}

.f22 {
	font-size: 22px!important
}

.f24,.f26,.f28 {
	font-size: 24px!important
}

.f30 {
	font-size: 30px!important
}

.f36 {
	font-size: 36px!important
}

.f42 {
	font-size: 42px!important
}

.f48 {
	font-size: 48px!important
}

.clearfix:after,.clearfix:before {
	display: table;
	content: ""
}

.clear-float,.clearfix:after {
	clear: both
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.pull-none {
	float: none
}

.hand {
	cursor: pointer
}

.move {
	cursor: move
}

.cursor-pointer {
	cursor: pointer
}

.pointer-none {
	pointer-events: none
}

h1.title {
	font-weight: 400;
	color: #333
}

h3.subTitle {
	color: #666;
	font-weight: 400
}

.flex-auto {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-auto,.flex-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.no-listData {
	border: 1px dashed #ccc;
	padding: 20px 0
}

.border-left {
	border-left: 1px solid #ccc;
	padding-left: 10px
}

.no-line {
	border-width: 0
}

.no-border,.no-borders {
	border-color: transparent!important;
	border-width: 0
}

.text-ellipsis {
	display: block;
	white-space: nowrap;color: #fff;
}

.text-ellipsis,.text-ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis
}

.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.next-line {
	white-space: pre-line
}

.no-highlight {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent
}

.row {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.handle {
	cursor: move
}

.nodrag {
	display: block
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bg-f8 {
	background-color: #f8f8f8
}

.show-around {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.prevent-scroll {
	overflow-y: hidden
}

.is--flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.filter-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grey;
	filter: gray
}

:focus {
	outline: none
}

.wow {
	visibility: hidden
}

.zz-noData {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100px;
	border: 1px dashed #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.do-middle {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center
}

.do-middle .do-middle-center {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.zz-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zz-column {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-col-1 {
	width: 8.33333%
}

.zz-col-2 {
	width: 49.66667%
}

.zz-col-3 {
	width: 25%
}

.zz-col-4 {
	width: 33.33333%
}

.zz-col-5 {
	width: 41.66667%
}

.zz-col-6 {
	width: 50%
}

.zz-col-7 {
	width: 58.33333%
}

.zz-col-8 {
	width: 66.66667%
}

.zz-col-9 {
	width: 75%
}

.zz-col-10 {
	width: 49.33333%
}

.zz-col-11 {
	width: 91.66667%
}

.zz-col-12 {
	width: 100%
}

.zz-page-layout {
	height: 100%;
	overflow: hidden;
	position: relative
}

.layout3 .main-section,.layout4 .main-section {
	height: 100%;
	min-height: 100vh
}

.layout3 .main-section .page-header,.layout4 .main-section .page-header {
	width: 300px;
	height: 100%;
	position: fixed
}

.layout3 .main-section .page-header {
	top: 0;
	left: 0
}

.layout4 .main-section .page-header {
	right: 0;
	top: 0
}

.layout3 .main-section .body-footer,.layout4 .main-section .body-footer {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	height: 100%
}

.layout3 .main-section .body-footer {
	margin-left: 300px
}

.layout3 .page-header .zz-row,.layout4 .page-header .zz-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.layout3 .page-header .zz-row [class*=zz-column],.layout4 .page-header .zz-row [class*=zz-column] {
	float: none!important;
	width: 100%!important;
	display: block!important
}

@media (max-width:767px) {
	.zz-col-xs-1 {
		width: 8.33333%
	}

	.zz-col-xs-2 {
		width: 16.66667%
	}

	.zz-col-xs-3 {
		width: 25%
	}

	.zz-col-xs-4 {
		width: 33.33333%
	}

	.zz-col-xs-5 {
		width: 41.66667%
	}

	.zz-col-xs-6 {
		width: 50%
	}

	.zz-col-xs-7 {
		width: 58.33333%
	}

	.zz-col-xs-8 {
		width: 66.66667%
	}

	.zz-col-xs-9 {
		width: 75%
	}

	.zz-col-xs-10 {
		width: 83.33333%
	}

	.zz-col-xs-11 {
		width: 91.66667%
	}

	.zz-col-xs-12 {
		width: 100%
	}

	.hidden-mobile {
		display: none!important
	}

	.layout3 .main-section,.layout4 .main-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}

	.layout3 .main-section .page-header,.layout4 .main-section .page-header {
		position: relative;
		width: 100%!important
	}

	.layout3 .main-section .body-footer,.layout4 .main-section .body-footer {
		width: 100%!important;
		margin-left: 0!important
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.zz-col-sm-1 {
		width: 8.33333%
	}

	.zz-col-sm-2 {
		width: 16.66667%
	}

	.zz-col-sm-3 {
		width: 25%
	}

	.zz-col-sm-4 {
		width: 33.33333%
	}

	.zz-col-sm-5 {
		width: 41.66667%
	}

	.zz-col-sm-6 {
		width: 50%
	}

	.zz-col-sm-7 {
		width: 58.33333%
	}

	.zz-col-sm-8 {
		width: 66.66667%
	}

	.zz-col-sm-9 {
		width: 75%
	}

	.zz-col-sm-10 {
		width: 83.33333%
	}

	.zz-col-sm-11 {
		width: 91.66667%
	}

	.zz-col-sm-12 {
		width: 100%
	}

	.hidden-ipad {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-pc {
		display: none!important
	}
}

.no-scrollX .el-scrollbar__wrap {
	overflow-x: hidden
}

.no-scrollY .el-scrollbar__wrap {
	overflow-y: hidden
}

.el-button {
	-webkit-transition: 0ms;
	transition: 0ms
}

.zz-comp-list {
	margin-left: -12px;
	margin-right: -12px
}

.zz-comp-list svg {
	fill: #000
}

.zz-comp-list,.zz-comp-list:hover {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.zz-comp-list:not(.swiper-container) .zz-comp-list__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.zz-comp-list__item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	height: auto!important
}



.zz-comp-list__item .zz-element-wrapper .text {
	overflow: hidden;
	margin-bottom: 0
}

.zz-comp-list__item .zz-element-wrapper .des .content,.zz-comp-list__item .zz-element-wrapper .title .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	visibility: visible
}

.zz-comp-list__item .zz-element-wrapper .title h4 {
	margin-bottom: 0
}

.zz-comp-list__item .zz-element-wrapper>.img {
	position: relative;
	
	overflow: hidden
}


.img-wrapper a{
	
	text-align: center;
	margin-top: 5%;
}
.zz-comp-list__item .zz-element-wrapper>.img img {
	max-height: 80%;
	width: 80%;
	height: auto;
}

.zz-comp-list__item .zz-element-wrapper .apply-time {
	font-size: 12px;
	color: #999;
	font-weight: 400;
	margin-top: 10px;
	display: inline-block
}

.zz-comp-list__item .zz-element-wrapper .apply-time .ymd-r {
	text-align: right
}

.zz-comp-list__item .zz-element-wrapper .apply-time div {
	padding: 10px 0
}

.zz-comp-list__item .zz-element-wrapper.zz-comp-list--flip>.img {
	position: relative;
	padding-top: 50%;
	overflow: hidden
}

.zz-comp-list__item .zz-element-wrapper.zz-comp-list--flip>.img:hover .img-0 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.zz-comp-list__item .zz-element-wrapper.zz-comp-list--flip>.img:hover .img-1 {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.zz-comp-list__item .zz-element-wrapper.zz-comp-list--flip .img-0,.zz-comp-list__item .zz-element-wrapper.zz-comp-list--flip .img-1 {
	-webkit-transition: all .4s cubic-bezier(.4,.01,.165,.99);
	transition: all .4s cubic-bezier(.4,.01,.165,.99)
}

.zz-comp-list__item .zz-element-wrapper.zz-comp-list--flip .img-1 {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.zz-comp-list__item .time-overlay-left .apply-time {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0
}

.zz-comp-list__item .time-overlay-right .apply-time {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0
}

.zz-comp-list__item .time-top .text-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zz-comp-list__item .time-top .apply-time {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 0 10px
}

.zz-comp-list__item .zz-element-wrapper.time-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.zz-comp-list__item .zz-element-wrapper.time-left .apply-time {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 10px 0 0
}

.zz-comp-list__item .zz-element-wrapper.time-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.zz-comp-list__item .zz-element-wrapper.time-right .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.zz-comp-list__item .zz-element-wrapper.time-right .apply-time {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 0 0 10px
}

.zz-comp-list__item.is-left>.zz-element-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.zz-comp-list__item.is-left>.zz-element-wrapper>.img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
._11gggv36h0002 .zz-comp-list__item .text {
    padding: 10px 10px 10px 10px;
}


.zz-comp-list__item.is-right>.zz-element-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.zz-comp-list__item.is-right>.zz-element-wrapper>.img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.zz-comp-list__item.is-right>.zz-element-wrapper>.text {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.zz-comp-list__item.is-bottom>.zz-element-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zz-comp-list__item.is-bottom>.zz-element-wrapper>.img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-comp-list__item.is-gallery>.zz-element-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zz-comp-list__item.is-gallery:nth-child(2n)>.zz-element-wrapper>.img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.zz-comp-list__item.is-gallery:nth-child(2n)>.zz-element-wrapper>.text,.zz-comp-list__item.is-gallery:nth-child(odd)>.zz-element-wrapper>.img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-comp-list__item.is-gallery:nth-child(odd)>.zz-element-wrapper>.text {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.zz-comp-list__item.is-text-bottom .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 12px
}

.zz-comp-list__item.is-text-bottom.is-hover-text .text {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.zz-comp-list__item.is-text-bottom.is-hover-text:hover .text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.zz-comp-list__item.is-text-overlay .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-comp-list__item.is-text-overlay .text>.text-body {
	width: 100%
}

.zz-comp-list__item.is-text-overlay.is-hover-text .text {
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.zz-comp-list__item.is-text-overlay.is-hover-text:hover .text {
	opacity: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.zz-swiper-wrapper,.zz-swiper-wrapper:hover {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.zz-swiper-wrapper .arrow-normal,.zz-swiper-wrapper .swiper-center {
	padding: 0 56px
}

.zz-swiper-wrapper .swiper-pagination:not(.swiper-pagination-progressbar) {
	position: relative;
	left: 50%!important;
	-webkit-transform: translate(-50%)!important;
	transform: translate(-50%)!important;
	width: inherit!important;
	bottom: auto;
	margin-top: 30px
}

.zz-swiper-wrapper .swiper-pagination:not(.swiper-pagination-progressbar) .swiper-pagination-bullet {
	margin: 0 4px!important
}

.zz-swiper-wrapper .swiper-button-next,.zz-swiper-wrapper .swiper-button-prev {
	height: auto!important;
	width: auto!important;
	background-image: none!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.zz-swiper-wrapper .swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.arrow-bottom .swiper-button-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.arrow-bottom .swiper-button-wrapper>.swiper-button-next,.arrow-bottom .swiper-button-wrapper>.swiper-button-prev {
	margin-top: 0;
	top: 0
}

.arrow-bottom .swiper-button-wrapper>.swiper-button {
	left: auto;
	right: auto;
	position: relative
}

.arrow-bottom .swiper-button-wrapper>.swiper-button-prev {
	margin-right: 30px
}

.arrow-topRight .swiper-button-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.arrow-topRight .swiper-button-wrapper>.swiper-button-next,.arrow-topRight .swiper-button-wrapper>.swiper-button-prev {
	margin-top: 0;
	top: 0
}

.arrow-topRight .swiper-button-wrapper>.swiper-button {
	left: auto;
	right: auto;
	position: relative
}

.arrow-topRight .swiper-button-wrapper>.swiper-button-prev {
	margin-right: 30px
}

.swiper-center .swiper-wrapper .swiper-slide {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.swiper-center .swiper-wrapper .swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination.custom .swiper-pagination-bullet {
	width: 30px;
	height: 10px;
	border-radius: 0
}

.swiper-pagination.custom1 .swiper-pagination-bullet,.swiper-pagination.custom2 .swiper-pagination-bullet {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}

.swiper-pagination.custom2 .swiper-pagination-bullet {
	border-radius: 0
}

.num1 .zz-comp-list__item {
	width: 100%
}

.num2 .zz-comp-list__item {
	width: 50%
}

.num3 .zz-comp-list__item {
	width: 33.333333333333336%;
	margin-bottom: 1rem;
	padding: 12px;
}

.num4 .zz-comp-list__item {
	width: 33.33333333333333%
}

.num5 .zz-comp-list__item {
	width: 20%
}

.num6 .zz-comp-list__item {
	width: 16.666666666666664%
}

.num7 .zz-comp-list__item {
	width: 14.28567142857143%
}

.num8 .zz-comp-list__item {
	width: 12.5%
}

.num9 .zz-comp-list__item {
	width: 11.11111111111111%
}

.num10 .zz-comp-list__item {
	width: 10%
}

@media (max-width:676px) {
	.num1-mobile .zz-comp-list__item {
		width: 100%
	}

	.num2-mobile .zz-comp-list__item {
		width: 50%
	}

	.num3-mobile .zz-comp-list__item {
		width: 33.333333333333336%
	}

	.num4-mobile .zz-comp-list__item {
		width: 25%
	}

	.num5-mobile .zz-comp-list__item {
		width: 20%
	}

	.num6-mobile .zz-comp-list__item {
		width: 16.666666666666664%
	}

	.num7-mobile .zz-comp-list__item {
		width: 14.28567142857143%
	}

	.num8-mobile .zz-comp-list__item {
		width: 12.5%
	}

	.num9-mobile .zz-comp-list__item {
		width: 11.11111111111111%
	}

	.num10-mobile .zz-comp-list__item {
		width: 10%
	}
}

@media (min-width:678px) and (max-width:1199px) {
	.num1-ipad .zz-comp-list__item {
		width: 100%
	}

	.num2-ipad .zz-comp-list__item {
		width: 50%
	}

	.num3-ipad .zz-comp-list__item {
		width: 33.333333333333336%
	}

	.num4-ipad .zz-comp-list__item {
		width: 25%
	}

	.num5-ipad .zz-comp-list__item {
		width: 20%
	}

	.num6-ipad .zz-comp-list__item {
		width: 16.666666666666664%
	}

	.num7-ipad .zz-comp-list__item {
		width: 14.28567142857143%
	}

	.num8-ipad .zz-comp-list__item {
		width: 12.5%
	}

	.num9-ipad .zz-comp-list__item {
		width: 11.11111111111111%
	}

	.num10-ipad .zz-comp-list__item {
		width: 10%
	}
}

.zz-comp-list-empty {
	padding: 40px 12px 0;
	text-align: center;
	color: #666
}

.zz-comp-mNav {
	width: 100%;
	height: 100%;
	z-index: 7;
	display: none
}

.zz-comp-mNav,.zz-comp-mNav .nav__wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-comp-mNav .nav__wrapper {
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 12;
	background-color: #fff;
	padding: 0 5px;
	height: 55px
}

.zz-comp-mNav .nav__wrapper,.zz-comp-mNav .nav__wrapper>.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-comp-mNav .nav__wrapper>.logo,.zz-comp-mNav .nav__wrapper>.logo h1 {
	margin-bottom: 0
}

.zz-comp-mNav .nav-btn {
	cursor: pointer
}

.zz-comp-mNav .nav-btn i {
	position: relative;
	width: 24px;
	height: 24px;
	display: block
}

.zz-comp-mNav .nav-btn i:after,.zz-comp-mNav .nav-btn i:before,.zz-comp-mNav .nav-btn i em {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	border-radius: 2px;
	background-color: #1a1a1a;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	width: 100%;
	-webkit-transform-origin: center;
	transform-origin: center
}

.zz-comp-mNav .nav-btn i em {
	display: inline-block;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.zz-comp-mNav .nav-btn i:before {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

.zz-comp-mNav .nav-btn i:after {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

.zz-comp-mNav .nav-btn.is-open i em {
	opacity: 0
}

.zz-comp-mNav .nav-btn.is-open i:before {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}

.zz-comp-mNav .nav-btn.is-open i:after {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}

.zz-comp-mNav>.nav-overlay {
	z-index: 9;
	background-color: rgba(0,0,0,.5)
}

.zz-comp-mNav>.menu-list,.zz-comp-mNav>.nav-overlay {
	position: fixed;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	top: 0;
	left: 0
}

.zz-comp-mNav>.menu-list {
	background-color: #fff;
	z-index: 10
}

.zz-comp-mNav>.menu-list .close {
	cursor: pointer;
	opacity: 0;
	height: 55px
}

.zz-comp-mNav.is-fixed>.nav__wrapper {
	position: fixed!important;
	top: 0;
	width: 100%;
	height: 55px
}

.zz-comp-mNav.is-fixed:before {
	content: "";
	display: block;
	height: 55px;
	width: 100%;
	position: relative
}

.zz-comp-mNav.slide-right>.menu-list {
	right: 0;
	left: inherit
}

.zz-comp-mNav.menu-full>.nav__wrapper {
	z-index: 9
}

.zz-comp-mNav.menu-full>.nav__wrapper>.nav-btn.is-open {
	display: none
}

.zz-comp-mNav.menu-full>.nav-overlay {
	z-index: 10
}

.zz-comp-mNav.menu-full>.menu-list {
	top: 0;
	z-index: 11
}

.zz-comp-mNav.menu-full>.menu-list .close {
	opacity: 1
}

.logo--center .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.btn--left:not(.logo--center) {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.btn--left:not(.logo--center),.btn--right {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal
}

.btn--right {
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.btn--right.logo--center {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (max-width:768px) {
	.zz-comp-mNav {
		display: block
	}
}

.zz-comp-button .btn-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zz-button,.zz-comp-button .btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-button {
	padding: 12px 40px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-button .btn-icon svg {
	width: 14px;
	height: 14px;
	fill: #000
}

.zz-button a {
	color: inherit
}

.zz-button .btn-icon--right {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 3px
}

.zz-button .btn-icon--left {
	margin-right: 3px
}

.zz-comp-upDown {
	padding: 10px
}

.zz-comp-upDown,.zz-comp-upDown .zz-upDown-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-comp-upDown .zz-upDown-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	overflow: hidden
}



.zz-comp-upDown .zz-upDown-item.is-prev .arrow-text {
	margin-right: 10px
}

.zz-comp-upDown .zz-upDown-item.is-next {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.zz-comp-upDown .zz-upDown-item.is-next .arrow-text {
	margin-left: 10px
}

.zz-comp-upDown .zz-upDown-item.is-next .cover-title {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.zz-comp-upDown .zz-upDown-item .arrow-text {
	min-width: auto;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-moz-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.zz-comp-upDown .zz-upDown-item .article-title {
	padding: 0 10px
}

.zz-comp-upDown .cover-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px)
}

.zz-comp-upDown .cover-title .article-logo {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-moz-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.zz-comp-upDown.is-top-one .zz-upDown-item,.zz-comp-upDown.is-top .zz-upDown-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.zz-comp-upDown.is-top-one .zz-upDown-item.is-next,.zz-comp-upDown.is-top .zz-upDown-item.is-next {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.zz-comp-upDown.is-top-one .zz-upDown-item.is-next .arrow-text,.zz-comp-upDown.is-top .zz-upDown-item.is-next .arrow-text {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.zz-comp-upDown.is-top-one .zz-upDown-item .cover-title,.zz-comp-upDown.is-top .zz-upDown-item .cover-title {
	margin-top: 10px
}

.zz-comp-upDown.is-line-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zz-comp-upDown.is-line-column .zz-upDown-item {
	padding-bottom: 10px
}

.zz-comp-upDown.is-line-column .zz-upDown-item.is-next,.zz-comp-upDown.is-line-column .zz-upDown-item.is-next .cover-title {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.zz-comp-upDown.is-line-column .zz-upDown-item.is-next .arrow-text {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.zz-comp-upDown.is-top-one .zz-upDown-item.is-next {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.zz-comp-upDown.is-top-one .zz-upDown-item.is-next .cover-title {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.zz-comp-layout-free {
	min-height: 100px;
	width: 100%;
	overflow: hidden;
	position: relative
}

.zz-comp-layout-free,.zz-comp-layout-free:hover {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.zz-comp-layout-free .free-item {
	position: absolute;
	width: 100%;
	height: 100%
}

.zz-comp-layout-free .free-item.mirrorRotateLevel {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.zz-comp-layout-free .free-item.mirrorRotateVertical {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.zz-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-tabs.zz-tabs--bottom,.zz-tabs.zz-tabs--top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zz-tabs.zz-tabs--bottom .zz-tabs__header {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.zz-tabs.zz-tabs--bottom .zz-tabs__content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-tabs.zz-tabs--left .zz-tabs__content {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.zz-tabs.zz-tabs--left .zz-tabs__item {
	display: block
}

.zz-tabs.zz-tabs--right .zz-tabs__header {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.zz-tabs.zz-tabs--right .zz-tabs__header .zz-tabs__item {
	display: block
}

.zz-tabs.zz-tabs--right .zz-tabs__content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.zz-tabs__header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-tabs__header.is-scrollable {
	padding: 0 20px
}

.zz-tabs__header.is-scrollable .zz-tabs__nav-next,.zz-tabs__header.is-scrollable .zz-tabs__nav-prev {
	display: block
}

.zz-tabs__nav-scroll {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-tabs__nav {
	white-space: nowrap;
	position: relative;
	float: left;
	z-index: 2;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s
}

.zz-tabs__item {
	line-height: 2;
	display: inline-block;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	padding: 0 5px;
	position: relative
}

.zz-tabs__item.is-active {
	color: #333
}

.zz-tabs__item:hover .delete-icon {
	display: block
}

.zz-tabs__nav-next,.zz-tabs__nav-prev {
	position: absolute;
	cursor: pointer;
	line-height: 44px;
	font-size: 12px;
	color: #909399;
	display: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.zz-tabs__nav-prev {
	left: 0
}

.zz-tabs__nav-next {
	right: 0
}

.zz-collapse-item {
	margin-bottom: 10px
}

.zz-collapse-item.is-active .zz-collapse-item__arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s;
	transition: all .3s
}

.zz-collapse-item__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background-color: #fafafa;
	position: relative
}

.zz-collapse-item__header:hover .delete-icon {
	display: block
}

.zz-collapse-item__arrow {
	margin: 0 8px 0 auto
}

.item-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 30px
}

.item-title .item-title__icon,.item-title .item-title__name {
	padding: 0 5px
}

.item-title .item-title__icon {
	display: inherit
}

.item-title.is-iconOnTheRight .item-title__icon {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.item-title.is-iconOnTheRight .item-title__name {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.item-title.is-iconAbove,.item-title.is-iconUnder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.item-title.is-iconUnder .item-title__icon {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.item-title__icon svg {
	width: 18px;
	height: 18px
}

.delete-icon {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #c0c4cc;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	display: none
}

.zz-tabs__content {
	width: 100%;
	overflow: hidden
}

.zz-invisible {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1;
	height: 0
}

.zz-comp-spec {
	border-radius: 5px;
	padding: 10px
}

.zz-comp-spec.spec-narrowList .spec-line {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.zz-comp-spec.spec-narrowList .spec-line .spec-list {
	margin-left: 0;
	margin-top: 10px
}

.spec-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.spec-title {
	min-width: 80px;
	white-space: normal;
	font-weight: 500;
	color: #404142;
	line-height: 1;
	margin-bottom: 10px
}

.spec-title span {
	word-break: break-all
}

.spec-list {
	margin-left: 20px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.spec-item {
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

.spec-item.is-active {
	color: #45bb43
}

.spec-item.is-active.spec-item__img {
	border: 1px solid #1db514!important
}

.spec-item span {
	line-height: 1;
	display: block
}

.spec-item .display-tag {
	width: 26px;
	height: 16px;
	border: 1px solid #e0e0e0;
	position: relative
}

.spec-item .display-tag.active-tag:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 6px;
	top: 1px;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-color: transparent transparent #f0f0f0 #f0f0f0;
	border-style: solid;
	border-width: 1px
}

.spec-item.spec-item__img {
	max-width: 60px;
	overflow: hidden
}

.spec-filter {
	font-style: normal;
	color: #666;
	line-height: 36px;
	cursor: pointer
}

.spec-filter .filter-tip {
	font-style: normal;
	margin-right: 10px
}

.spec-popover {
	max-width: 375px
}

.spec-popover .search-title {
	position: relative;
	font-size: 16px;
	padding: 10px 0;
	color: #333
}

.spec-popover .search-title i {
	position: absolute;
	right: 10px;
	top: 10px
}

.spec-popover .zz-dlg-footer {
	height: 44px
}

.spec-popover .zz-dlg-footer .footer-wrap {
	height: 44px;
	border-top: 1px solid #f5f5f5;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 3
}

.spec-popover .zz-dlg-footer .footer-wrap,.spec-popover .zz-dlg-footer .footer-wrap .zz-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.spec-popover .zz-dlg-footer .footer-wrap .zz-btn {
	height: 100%;
	cursor: pointer;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.spec-popover .zz-dlg-footer .footer-wrap .zz-btn:hover {
	background-color: #f5f5f5
}

.spec-popover .zz-dlg-footer .footer-wrap .zz-btn:first-child {
	border-right: 1px solid #f5f5f5
}

.spec-nodata {
	padding: 10px 0;
	font-size: 14px;
	color: #ed2b2b
}

.zz-comp-video {
	position: relative
}

.zz-comp-video video {
	-o-object-fit: cover;
	object-fit: cover
}

.video-content {
	position: relative;
	padding-top: 60%
}

.video-url {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.video-error {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.video-poster {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.video-poster img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-poster .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	color: #fff;
	cursor: pointer;
	text-align: center
}

.video-poster .video-btn>i {
	font-size: 48px;
	line-height: 1
}

.video-title {
	padding: 10px;
	color: #666
}

.video-title.no-title {
	display: none
}

.video-title.is-title-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff
}

.zz-video-dlg .el-dialog__header {
	padding: 0
}

.zz-video-dlg .el-dialog__header .el-dialog__headerbtn {
	top: -50px;
	right: -10%;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 8px 0 rgba(30,39,48,.1);
	box-shadow: 0 2px 8px 0 rgba(30,39,48,.1);
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.zz-video-dlg .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
	color: #fff
}

.zz-video-dlg .el-dialog__body {
	padding: 5px
}

.video-empty {
	font-size: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

@media (max-width:767px) {
	.zz-video-dlg .el-dialog {
		width: 90%!important;
		margin-top: 0!important;
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}

	.zz-video-dlg .el-dialog__header .el-dialog__headerbtn {
		top: 120%;
		right: 50%;
		-webkit-transform: translate(50%,50%);
		transform: translate(50%,50%)
	}
}

.zz-comp-banner .zz-banner-wrapper {
	position: relative
}

.zz-comp-banner .is-fullHeight {
	height: 100vh!important
}

.zz-comp-banner .zz-banner__item {
	height: auto;
	overflow: hidden
}

.zz-comp-banner .zz-banner__item .zz-bg-img {
	background-size: cover;
	background-position: 50%
}

.zz-comp-banner .zz-banner__item .do-middle {
	position: relative;
	z-index: 0
}

.zz-comp-banner .zz-banner__thumbnail {
	position: relative;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #000
}

.zz-comp-banner .zz-banner__thumbnail .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: .4;
	background-size: cover;
	background-position: 50%
}

.zz-comp-banner .zz-banner__thumbnail .swiper-slide.swiper-slide-active {
	opacity: 1
}

.zz-comp-banner .zz-banner__arrow .swiper-button-next,.zz-comp-banner .zz-banner__arrow .swiper-button-prev {
	height: auto;
	width: auto;
	background-image: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.zz-comp-banner .zz-banner__arrow .swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.zz-comp-banner .swiper-pagination-bullet {
	margin: 0 4px
}

.zz-comp-banner .swiper-container-vertical .swiper-pagination.custom1 .swiper-pagination-bullet,.zz-comp-banner .swiper-container-vertical .swiper-pagination.custom2 .swiper-pagination-bullet,.zz-comp-network {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-comp-network.is-bg .share-item i.weixin {
	background-color: #4bb93f
}

.zz-comp-network.is-plain .share-item i.weixin {
	color: #4bb93f;
	border: 1px solid #4bb93f
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #4bb93f
}

.zz-comp-network.is-icon i.weixin {
	color: #4bb93f
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #4bb93f
}

.zz-comp-network.is-bg .share-item i.sqq {
	background-color: #4cafe9
}

.zz-comp-network.is-plain .share-item i.sqq {
	color: #4cafe9;
	border: 1px solid #4cafe9
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #4cafe9
}

.zz-comp-network.is-icon i.sqq {
	color: #4cafe9
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #4cafe9
}

.zz-comp-network.is-bg .share-item i.qzone {
	background-color: #ffce00
}

.zz-comp-network.is-plain .share-item i.qzone {
	color: #ffce00;
	border: 1px solid #ffce00
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #ffce00
}

.zz-comp-network.is-icon i.qzone {
	color: #ffce00
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #ffce00
}

.zz-comp-network.is-bg .share-item i.tsina {
	background-color: #d32024
}

.zz-comp-network.is-plain .share-item i.tsina {
	color: #d32024;
	border: 1px solid #d32024
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #d32024
}

.zz-comp-network.is-icon i.tsina {
	color: #d32024
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #d32024
}

.zz-comp-network.is-bg .share-item i.huaban {
	background-color: #ec5867
}

.zz-comp-network.is-plain .share-item i.huaban {
	color: #ec5867;
	border: 1px solid #ec5867
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #ec5867
}

.zz-comp-network.is-icon i.huaban {
	color: #ec5867
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #ec5867
}

.zz-comp-network.is-bg .share-item i.fbook {
	background-color: #39579a
}

.zz-comp-network.is-plain .share-item i.fbook {
	color: #39579a;
	border: 1px solid #39579a
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #39579a
}

.zz-comp-network.is-icon i.fbook {
	color: #39579a
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #39579a
}

.zz-comp-network.is-bg .share-item i.twi {
	background-color: #00aced
}

.zz-comp-network.is-plain .share-item i.twi {
	color: #00aced;
	border: 1px solid #00aced
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #00aced
}

.zz-comp-network.is-icon i.twi {
	color: #00aced
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #00aced
}

.zz-comp-network.is-bg .share-item i.tel {
	background-color: #f1b109
}

.zz-comp-network.is-plain .share-item i.tel {
	color: #f1b109;
	border: 1px solid #f1b109
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #f1b109
}

.zz-comp-network.is-icon i.tel {
	color: #f1b109
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #f1b109
}

.zz-comp-network.is-bg .share-item i.email {
	background-color: #69c127
}

.zz-comp-network.is-plain .share-item i.email {
	color: #69c127;
	border: 1px solid #69c127
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #69c127
}

.zz-comp-network.is-icon i.email {
	color: #69c127
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #69c127
}

.zz-comp-network.is-bg .share-item i.custom-icon {
	background-color: #f19a64
}

.zz-comp-network.is-plain .share-item i.custom-icon {
	color: #f19a64;
	border: 1px solid #f19a64
}

.zz-comp-network.is-plain .share-item path,.zz-comp-network.is-plain .share-item svg {
	fill: #f19a64
}

.zz-comp-network.is-icon i.custom-icon {
	color: #f19a64
}

.zz-comp-network.is-icon path,.zz-comp-network.is-icon svg {
	fill: #f19a64
}

.zz-comp-network.is-bg i {
	color: #fff
}

.zz-comp-network.is-bg path,.zz-comp-network.is-bg svg {
	fill: #fff
}

.zz-comp-network.is-custom-bg .share-item i {
	color: #fff;
	background-color: #999
}

.zz-comp-network.is-custom-bg .share-item path,.zz-comp-network.is-custom-bg .share-item svg {
	fill: #fff
}

.zz-comp-network.is-custom-plain .share-item i {
	color: #999;
	border: 1px solid #999
}

.zz-comp-network.is-custom-plain .share-item path,.zz-comp-network.is-custom-plain .share-item svg {
	fill: #999
}

.zz-comp-network.is-custom-icon i {
	color: #999
}

.zz-comp-network.is-custom-icon path,.zz-comp-network.is-custom-icon svg {
	fill: #999
}

.zz-comp-network .share-item {
	display: inline-block;
	padding: 0;
	height: auto;
	background-image: none;
	margin: 0 10px 0 0
}

.zz-comp-network .share-item i {
	font-size: 18px;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	padding: 10px;
	position: relative
}

.zz-comp-share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zz-comp-share.is-bg .icon-wechat {
	background-color: #7bc549
}

.zz-comp-share.is-plain .share-item i.wechat {
	color: #7bc549;
	border: 1px solid #7bc549
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #7bc549
}

.zz-comp-share.is-icon i.wechat {
	color: #7bc549
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #7bc549
}

.zz-comp-share.is-bg .icon-qq {
	background-color: #4cafe9
}

.zz-comp-share.is-plain .share-item i.qq {
	color: #4cafe9;
	border: 1px solid #4cafe9
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #4cafe9
}

.zz-comp-share.is-icon i.qq {
	color: #4cafe9
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #4cafe9
}

.zz-comp-share.is-bg .icon-qzone {
	background-color: #fdbe3d
}

.zz-comp-share.is-plain .share-item i.qzone {
	color: #fdbe3d;
	border: 1px solid #fdbe3d
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #fdbe3d
}

.zz-comp-share.is-icon i.qzone {
	color: #fdbe3d
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #fdbe3d
}

.zz-comp-share.is-bg .icon-weibo {
	background-color: #ff763b
}

.zz-comp-share.is-plain .share-item i.weibo {
	color: #ff763b;
	border: 1px solid #ff763b
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #ff763b
}

.zz-comp-share.is-icon i.weibo {
	color: #ff763b
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #ff763b
}

.zz-comp-share.is-bg .icon-douban {
	background-color: #33b045
}

.zz-comp-share.is-plain .share-item i.douban {
	color: #33b045;
	border: 1px solid #33b045
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #33b045
}

.zz-comp-share.is-icon i.douban {
	color: #33b045
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #33b045
}

.zz-comp-share.is-bg .icon-facebook {
	background-color: #39579a
}

.zz-comp-share.is-plain .share-item i.facebook {
	color: #39579a;
	border: 1px solid #39579a
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #39579a
}

.zz-comp-share.is-icon i.facebook {
	color: #39579a
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #39579a
}

.zz-comp-share.is-bg .icon-twitter {
	background-color: #00aced
}

.zz-comp-share.is-plain .share-item i.twitter {
	color: #00aced;
	border: 1px solid #00aced
}

.zz-comp-share.is-plain .share-item path,.zz-comp-share.is-plain .share-item svg {
	fill: #00aced
}

.zz-comp-share.is-icon i.twitter {
	color: #00aced
}

.zz-comp-share.is-icon path,.zz-comp-share.is-icon svg {
	fill: #00aced
}

.zz-comp-share.is-bg .social-share-icon {
	color: #fff
}

.zz-comp-share.is-icon .social-share-icon {
	border: none
}

.zz-comp-share.is-custom-bg .social-share-icon {
	color: #fff;
	background-color: #999;
	border: none
}

.zz-comp-share.is-custom-plain .social-share-icon {
	color: #999;
	background-color: transparent;
	border-color: #999
}

.zz-comp-share.is-custom-icon .social-share-icon {
	color: #999;
	border: none;
	background-color: transparent
}

.zz-comp-share.social-share .social-share-icon {
	height: auto;
	width: auto;
	padding: 10px;
	line-height: 1;
	border-radius: 5px;
	font-size: 18px
}

.zz-comp-share.social-share .icon-wechat:hover .wechat-qrcode {
	display: none
}

.zz-network-dlg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zz-network-dlg .el-dialog {
	border-radius: 10px
}

.zz-network-dlg .el-dialog__header {
	padding: 0
}

.zz-network-dlg .el-dialog__body {
	padding: 10px
}

.zz-network-dlg .el-dialog__headerbtn {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #999;
	color: #fff;
	border-radius: 50%;
	padding: 3px;
	border: 2px solid #fff
}

.zz-network-dlg .el-dialog__headerbtn i {
	color: #fff;
	font-size: 18px!important
}

.zz-network-dlg .el-dialog__headerbtn:hover {
	background-color: #409eff
}

.zz-network-dlg .el-dialog__headerbtn:hover .el-dialog__close {
	color: #fff
}

.wechat-qrcode {
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px #aaa;
	box-shadow: 0 2px 10px #aaa
}

.wechat-qrcode h4 {
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.wechat-qrcode .help p {
	font-weight: 400;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.zz-comp-search .search-wrapper {
	position: relative
}

.zz-comp-search .input_wrapper,.zz-comp-search .search-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.zz-comp-search .input_wrapper {
	height: 44px;
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit
}

.zz-comp-search .input_wrapper,.zz-comp-search .zz-input {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-comp-search .zz-input {
	height: 100%;
	padding: 0 15px;
	border: none;
	background-color: #fff;
	color: #606266;
	outline: none;
	-webkit-appearance: none
}

.zz-comp-search .zz-button {
	height: 44px;
	padding: 0 20px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-moz-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-comp-search .zz-filter-select {
	width: 110px;
	line-height: 1
}

.zz-comp-search .zz-filter-select .el-input,.zz-comp-search .zz-filter-select .el-input__inner,.zz-comp-search .zz-filter-select .el-select {
	height: 100%
}

.zz-comp-search .zz-filter-select .el-input__inner {
	border-radius: 0;
	border: none;
	background-color: inherit
}

.zz-comp-search .input-filter-searchBtn .zz-button,.zz-comp-search .input-searchBtn .zz-button {
	background-color: #45bb43;
	color: #fff
}

.zz-comp-search .input-filter-searchBtn .zz-input {
	border-right: 1px solid #dcdfe6
}

.zz-comp-search .filter-input-searchBtn .zz-filter-select {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-comp-search .filter-input-searchBtn .zz-input {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-left: 1px solid #dcdfe6
}

.zz-comp-search .filter-input-searchBtn .zz-button {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	background-color: #45bb43;
	color: #fff
}

.zz-comp-search .filter-input-searchIcon .input_wrapper {
	border-radius: inherit
}

.zz-comp-search .filter-input-searchIcon .zz-filter-select {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-comp-search .filter-input-searchIcon .zz-input {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-left: 1px solid #dcdfe6
}

.zz-comp-search .filter-input-searchIcon .zz-button {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent
}

.zz-comp-search .filter-input-searchIcon .zz-button i {
	font-size: 16px
}

.zz-comp-search .input-searchIcon {
	border-radius: 22px
}

.zz-comp-search .input-searchIcon .input_wrapper {
	border-radius: inherit
}

.zz-comp-search .input-searchIcon .zz-button {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent
}

.zz-comp-search .input-searchIcon .zz-button i {
	font-size: 16px
}

.zz-comp-form .el-input__inner {
	border: none
}

.zz-comp-form.is-line .zz-form-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-comp-form.is-line .zz-form-item__label {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-moz-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.zz-comp-form.is-line .zz-form-item__content {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.zz-comp-form .zz-comp-row {
	margin: 0 -10px
}

.zz-comp-form .zz-column {
	padding: 0 10px
}

.zz-form-item {
	padding-bottom: 22px
}

.zz-form-item.is-required .zz-form-item__label:before {
	content: "*";
	color: #f56c6c;
	margin-right: 4px
}

.zz-form-item__label {
	vertical-align: middle;
	font-size: 14px;
	color: #606266;
	line-height: 40px;
	padding: 0 12px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-form-item__content {
	line-height: 40px;
	position: relative;
	font-size: 14px
}

.zz-input__inner {
	-webkit-appearance: none;
	outline: none;
	border: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	padding: 18px 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	width: 100%
}

.zz-input--mini .el-input__inner,.zz-input--mini .zz-input__append,.zz-input--mini .zz-input__inner {
	padding: 4px 15px
}

.zz-input--small .el-input__inner,.zz-input--small .zz-input__append,.zz-input--small .zz-input__inner {
	padding: 8px 15px
}

.zz-input--medium .el-input__inner,.zz-input--medium .zz-input__append,.zz-input--medium .zz-input__inner {
	padding: 12px 15px
}

.zz-input--large .el-input__inner,.zz-input--large .zz-input__append,.zz-input--large .zz-input__inner {
	padding: 16px 15px
}

.zz-textarea__inner {
	display: block;
	resize: vertical;
	padding: 5px 15px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: inherit;
	color: #606266;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 4px;
	-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	transition: border-color .2s cubic-bezier(.645,.045,.355,1)
}

.zz-submit-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-submit-btn.response .zz-button__submit {
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zz-button__submit {
	-webkit-transition: all .1s;
	transition: all .1s
}

.zz-button__submit:hover {
	opacity: .9
}

.zz-form-item__error {
	color: #f56c6c;
	font-size: 12px;
	line-height: 1;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	left: 0
}

.grid-1 {
	width: 100%
}

.grid-2 {
	width: 50%
}

.grid-3 {
	width: 33.333333333333336%
}

.grid-4 {
	width: 25%
}

.grid-5 {
	width: 20%
}

.grid-6 {
	width: 16.666666666666664%
}

.grid-7 {
	width: 14.28567142857143%
}

.grid-8 {
	width: 12.5%
}

.grid-9 {
	width: 11.11111111111111%
}

.grid-10 {
	width: 10%
}

.zz-input__append {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-moz-box-flex: 0;
	-ms-flex: none;
	flex: none;
	cursor: pointer;
	background-color: #f5f7fa;
	color: #909399;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-input__append span {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 100%;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zz-input__append span:not(:last-child) {
	border-right: 1px solid #dcdfe6
}

.zz-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-num .zz-input__inner {
	border-bottom-right-radius: 0!important;
	border-top-right-radius: 0!important
}

.zz-num__price {
	text-align: right;
	color: #666;
	font-size: 14px
}

.zz-num__price .total-price {
	font-size: 32px;
	color: #fd921f
}

.zz-upload .el-upload--picture-card {
	background-color: #fff
}

.zz-upload__image {
	line-height: 1.5;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zz-upload__image .zz-upload__text {
	font-size: 12px;
	color: #bbb
}

.zz-upload__btn {
	border-radius: 4px;
	font-size: 14px;
	color: #bbb;
	border: 1px solid #dcdfe6;
	background-color: #fff
}

.zz-checkbox,.zz-radio {
	color: #606266;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-radio__inner {
	border: 1px solid #dcdfe6;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-radio__inner:after {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	-webkit-transition: -webkit-transform .15s ease-in;
	transition: -webkit-transform .15s ease-in;
	transition: transform .15s ease-in;
	transition: transform .15s ease-in,-webkit-transform .15s ease-in
}

.zz-checkbox__inner {
	display: inline-block;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
	transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)
}

.zz-checkbox__inner:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	height: 7px;
	left: 4px;
	position: absolute;
	top: 1px;
	-webkit-transform: rotate(45deg) scaleY(0);
	transform: rotate(45deg) scaleY(0);
	width: 3px;
	-webkit-transition: -webkit-transform .15s ease-in .05s;
	transition: -webkit-transform .15s ease-in .05s;
	transition: transform .15s ease-in .05s;
	transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
	-webkit-transform-origin: center;
	transform-origin: center
}

.zz-image-choose .choose-list {
	margin-right: -15px
}

.zz-image-choose .choose-item {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 15px 0
}

.zz-image-choose .choose-item .choose-item__wrapper {
	height: 100%;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 4px;
	cursor: pointer
}

.zz-image-choose .choose-item .choose-item__wrapper:hover {
	border-color: #409eff
}

.zz-image-choose .choose-item .choose-item__image {
	padding-top: 75%;
	position: relative;
	overflow: hidden
}

.zz-image-choose .choose-item .choose-item__image img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.zz-image-choose .choose-item .choose-item__desc {
	width: 100%;
	height: 40px;
	padding: 0 10px
}

.zz-image-choose .choose-item.is-checked .zz-radio__inner {
	border-color: #409eff;
	background: #409eff
}

.zz-image-choose .choose-item.is-checked .zz-radio__inner:after {
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1)
}

.zz-image-choose .choose-item.is-checked .zz-checkbox__label,.zz-image-choose .choose-item.is-checked .zz-radio__label {
	color: #409eff
}

.zz-image-choose .choose-item.is-checked .zz-checkbox__inner {
	border-color: #409eff;
	background-color: #409eff
}

.zz-image-choose .choose-item.is-checked .zz-checkbox__inner:after {
	-webkit-transform: rotate(45deg) scaleY(1);
	transform: rotate(45deg) scaleY(1)
}

.zz-city .city-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px
}

.zz-city .city-wrapper .el-select {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 0 10px 5px 0
}

.zz-form-image {
	overflow: hidden
}

.zz-form-image .image-wrapper {
	padding-top: 50%;
	position: relative
}

.zz-form-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.zz-form-divide {
	position: relative
}

.zz-form-divide .divide__inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdfe6
}

.zz-comp-form .el-checkbox-group,.zz-comp-form .el-radio-group {
	width: 100%;
	display: block
}

.zz-comp-form .el-radio-group {
	line-height: inherit
}

.zz-comp-form .el-checkbox+.el-checkbox,.zz-comp-form .el-radio+.el-radio {
	margin-left: 0
}

.zz-comp-form .el-checkbox,.zz-comp-form .el-radio {
	margin-right: 0
}

.zz-comp-form .el-radio {
	line-height: inherit
}

.zz-form-forbid {
	width: 100%;
	height: 350px;
	text-align: center;
	color: #444;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-city .el-input__inner,.zz-dataTime .el-input__inner,.zz-select .el-input__inner {
	height: auto;
	line-height: 1
}

.zz-dataTime .el-date-editor.el-input,.zz-dataTime .el-date-editor .el-input__inner {
	width: 100%
}

.zz-dataTime .el-input--prefix .el-input__inner {
	padding-left: 30px
}

.zz-num {
	line-height: 1
}

.zz-comp-filter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.zz-comp-filter .el-select .el-input .el-input__inner:focus,.zz-comp-filter .el-select .el-input.is-focus .el-input__inner {
	border-color: #57c22d
}

.zz-filter-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-filter-wrapper.is-horizontal {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.zz-filter-wrapper .zz-filter-apply {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.zz-filter-wrapper .zz-filter-sort {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.zz-filter-wrapper .zz-filter-sort .zz-filter-item {
	margin-right: 0!important
}

.zz-filter-item {
	padding: 10px;
	cursor: pointer
}

.zz-filter-item.is-active {
	color: #45bb43
}

.zz-drop-menu .el-dropdown-menu__item:hover {
	color: #45bb43;
	background-color: transparent
}

.zz-drop-menu .el-dropdown-menu__item.is-active {
	color: #45bb43
}

.zz-filter-date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-filter-date__label,.zz-filter-month,.zz-filter-year {
	margin-right: 5px
}

.zz-language-drop,.zz-language-drop .zz-language-item-body,.zz-language-list,.zz-language-list .zz-language-item-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-language-drop .zz-language-item-body:last-child .space,.zz-language-list .zz-language-item-body:last-child .space {
	display: none
}

.zz-language-drop .zz-language-item-body .space,.zz-language-list .zz-language-item-body .space {
	font-weight: 500;
	line-height: 1
}

.zz-language-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	cursor: pointer
}

.zz-language-item img {
	margin-right: 6px
}

.zz-language-item span {
	line-height: 1
}

.zz-language-item.el-dropdown-menu__item {
	padding: 0
}

.zz-language-item.el-dropdown-menu__item a {
	padding: 0 20px;
	display: inline-block
}

.zz-menu-item {
	position: relative;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap
}

.zz-menu-item .menu-link {
	padding: 0 10px
}

.zz-submenu {
	margin: 0;
	padding-left: 0;
	font-size: 14px
}

.zz-submenu.is-opened>.menu-link .zz-submenu__icon-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.zz-submenu__title {
	white-space: nowrap
}

.zz-menu {
	margin: 0;
	padding: 0
}

.zz-menu .menu-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-menu .menu-icon img {
	-o-object-fit: contain;
	object-fit: contain;
	padding: 0 2px
}

.zz-menu .menu-icon.icon-right span {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-menu .menu-icon.icon-right img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.zz-menu .menu-icon.icon-right .zz-submenu__icon-arrow {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.zz-menu .menu-icon.icon-bottom,.zz-menu .menu-icon.icon-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zz-menu .menu-icon.icon-bottom span {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.zz-menu .menu-icon.icon-bottom img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.zz-menu .menu-link {
	text-decoration: none;
	height: 100%;
	color: #909399;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer
}

.zz-menu .menu-link,.zz-menu .menu-link:hover {
	-webkit-transition: all .3s;
	transition: all .3s
}

.zz-menu>.zz-submenu .menu-link {
	padding: 0 10px
}

.zz-menu--horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zz-menu--horizontal .zz-menu-item .menu-link,.zz-menu--horizontal .zz-submenu .menu-link {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zz-menu--popup {
	z-index: 100;
	border: none;
	padding: 5px 0;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	background-color: #fff;
	min-width: 140px;
	max-width: 280px
}

.zz-menu--popup .zz-menu-item .menu-link {
	min-height: 36px;
	color: #909399
}

.zz-menu--popup .zz-submenu__title {
	min-height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-menu--popup img {
	max-height: 36px
}

.zz-menu--vertical .zz-menu-item .menu-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-menu--vertical .zz-submenu .zz-submenu__icon-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	padding: 15px
}

.zz-submenu__icon-arrow {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	font-size: 12px;
	display: inline-block
}

.zz-loop-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.zz-loop-item {
	padding: 10px
}

.zz-loop-item__wrapper {
	position: relative
}

.swiper-slide.num-1,.zz-loop-item.num-1 {
	width: 100%
}

.swiper-slide.num-2,.zz-loop-item.num-2 {
	width: 50%
}

.swiper-slide.num-3,.zz-loop-item.num-3 {
	width: 33.333333333333336%
}

.swiper-slide.num-4,.zz-loop-item.num-4 {
	width: 25%
}

.swiper-slide.num-5,.zz-loop-item.num-5 {
	width: 20%
}

.swiper-slide.num-6,.zz-loop-item.num-6 {
	width: 16.666666666666664%
}

.swiper-slide.num-7,.zz-loop-item.num-7 {
	width: 14.28567142857143%
}

.swiper-slide.num-8,.zz-loop-item.num-8 {
	width: 12.5%
}

.swiper-slide.num-9,.zz-loop-item.num-9 {
	width: 11.11111111111111%
}

.swiper-slide.num-10,.zz-loop-item.num-10 {
	width: 10%
}

@media (max-width:676px) {
	.swiper-slide.num-1-mobile,.zz-loop-item.num-1-mobile {
		width: 100%
	}

	.swiper-slide.num-2-mobile,.zz-loop-item.num-2-mobile {
		width: 50%
	}

	.swiper-slide.num-3-mobile,.zz-loop-item.num-3-mobile {
		width: 33.333333333333336%
	}

	.swiper-slide.num-4-mobile,.zz-loop-item.num-4-mobile {
		width: 25%
	}

	.swiper-slide.num-5-mobile,.zz-loop-item.num-5-mobile {
		width: 20%
	}

	.swiper-slide.num-6-mobile,.zz-loop-item.num-6-mobile {
		width: 16.666666666666664%
	}

	.swiper-slide.num-7-mobile,.zz-loop-item.num-7-mobile {
		width: 14.28567142857143%
	}

	.swiper-slide.num-8-mobile,.zz-loop-item.num-8-mobile {
		width: 12.5%
	}

	.swiper-slide.num-9-mobile,.zz-loop-item.num-9-mobile {
		width: 11.11111111111111%
	}

	.swiper-slide.num-10-mobile,.zz-loop-item.num-10-mobile {
		width: 10%
	}
}

@media (min-width:678px) and (max-width:1199px) {
	.swiper-slide.num-1-ipad,.zz-loop-item.num-1-ipad {
		width: 100%
	}

	.swiper-slide.num-2-ipad,.zz-loop-item.num-2-ipad {
		width: 50%
	}

	.swiper-slide.num-3-ipad,.zz-loop-item.num-3-ipad {
		width: 33.333333333333336%
	}

	.swiper-slide.num-4-ipad,.zz-loop-item.num-4-ipad {
		width: 25%
	}

	.swiper-slide.num-5-ipad,.zz-loop-item.num-5-ipad {
		width: 20%
	}

	.swiper-slide.num-6-ipad,.zz-loop-item.num-6-ipad {
		width: 16.666666666666664%
	}

	.swiper-slide.num-7-ipad,.zz-loop-item.num-7-ipad {
		width: 14.28567142857143%
	}

	.swiper-slide.num-8-ipad,.zz-loop-item.num-8-ipad {
		width: 12.5%
	}

	.swiper-slide.num-9-ipad,.zz-loop-item.num-9-ipad {
		width: 11.11111111111111%
	}

	.swiper-slide.num-10-ipad,.zz-loop-item.num-10-ipad {
		width: 10%
	}
}

.zz-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}

.zz-pagination button {
	background-color: transparent;
	font-size: 14px
}

.zz-pagination button:disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.zz-pagination button:hover {
	color: #409eff
}

.zz-pagination .number {
	margin: 0 4px
}

.zz-pagination .bn-next,.zz-pagination .bn-prev,.zz-pagination .number {
	height: 28px;
	width: 28px;
	text-align: center;
	border-radius: 2px
}

.zz-pagination .bn-prev {
	margin-right: 4px
}

.zz-pagination .bn-next {
	margin-left: 4px
}

.zz-pager {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.zz-pager li.active {
	pointer-events: none
}

.zz-pager li [data-class=x-router-link],.zz-pager li a {
	display: block;
	padding: 0 4px;
	font-size: 14px;
	width: 100%;
	height: 100%;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer
}

.map-search-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.map-search-box .zz-input__inner {
	height: 44px
}

.map-search-box .zz-button {
	padding: 12px 20px
}

.map-list__filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0
}

.map-list__filter .auto-location {
	min-width: 80px
}

.reset-location {
	color: #999;
	cursor: pointer;
	font-size: 14px
}

.zz-comp-map-list .zz-pagination {
	padding-bottom: 20px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.zz-comp-map-list .el-scrollbar__bar.is-horizontal {
	display: none
}

.province-city__filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.province-city__filter .el-select .el-input.is-focus .el-input__inner,.province-city__filter .el-select .el-input__inner:focus {
	border: 1px solid #ccc
}

.zz-popper {
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	background-color: #fff
}

.popper {
	position: absolute;
	background: #fff;
	z-index: 999
}

.popper .popper__arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
	border-color: #fff
}

.popper[x-placement^=top] {
	margin-bottom: 5px
}

.popper[x-placement^=top] .popper__arrow {
	border-width: 5px 5px 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -5px;
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0
}

.popper[x-placement^=bottom] {
	margin-top: 5px
}

.popper[x-placement^=bottom] .popper__arrow {
	border-width: 0 5px 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -5px;
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0
}

.popper[x-placement^=right] {
	margin-left: 5px
}

.popper[x-placement^=right] .popper__arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -5px;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0
}

.popper[x-placement^=left] {
	margin-right: 5px
}

.popper[x-placement^=left] .popper__arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -5px;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0
}

.zz-comp {
	position: relative
}

.zz-comp-col {
	height: 100%;
	z-index: 0
}

.zz-bg,.zz-bg-color,.zz-bg-img,.zz-bg-media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.zz-bg {
	z-index: -1
}

.zz-bg-color {
	z-index: 1
}

.zz-bg-media .video-background {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.zz-comp-block-wrap {
	z-index: 0
}

.zz-comp-block-wrap.is-float {
	position: absolute;
	width: 100%;
	z-index: 999
}

.zz-comp-block-wrap.ie-hack .zz-container {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.zz-comp-block-wrap.ie-hack .zz-container>.zz-comp-block {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.zz-container {
	width: 100%;
	max-width: 1440px;
	z-index: 0
}[zz-page-width=default] .zz-container {
	max-width: 1000px
}[zz-page-width=narrow] .zz-container {
	max-width: 1500px
}[zz-page-width=wide] .zz-container {
	max-width: 1400px
}

.zz-block-heightFull {
	min-height: 100vh!important
}

.ie-hack.zz-block-heightFull {
	height: 100vh!important
}

.zz-comp-block-wrap.zz-block-widthFull .zz-container {
	max-width: 100%;
	width: 100%
}

.zz-comp-image {
	overflow: hidden
}

.zz-comp-image .image__wrapper {
	position: relative;
	padding-top: 50%
}

.zz-comp-image .image__wrapper .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: transparent;
	color: #fff
}

.zz-comp-image .image__wrapper .do-middle img[lazy=loading] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.zz-comp-image .object-fit-cover {
	width: 100%;
	height: 100%;
	max-height: 100%
}

.object-fit-cover {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover"
}

.object-fit-contain {
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain"
}

.zz-comp-map .amap-info-outer {
	-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.14);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.14)
}

.component-holder {
	height: 200px;
	line-height: 200px;
	text-align: center;
	background-color: #f5f5f5;
	color: #999
}

.fp-tableCell .zz-container {
	margin: 0 auto
}

.zz-comp-divide_line .divide_line_wrapper {
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-comp-divide_line .divide_line {
	width: 100%;
	border-bottom: 1px solid #000
}

.zz-tag {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 10px;
	font-size: 12px;
	line-height: 1
}

.zz-tag+.zz-tag {
	margin-left: 10px
}

.zz-comp-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zz-comp-logo .logo__wrapper {
	color: #666
}

.zz-comp-logo .logo__wrapper h1 {
	margin-bottom: 0;
	word-break: break-all
}

.zz-comp-breadcrumb .breadcrumb-item {
	font-weight: 400;
	display: inline-block
}

.zz-comp-text img {
	height: auto!important
}

.zz-comp-map img {
	max-width: none;
	width: 100%
}

.zz-comp-map .map-content {
	position: relative;
	padding-top: 60%
}

.zz-comp-map .amap-instance {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.zz-comp-map .BMap_bubble_title {
	font-size: 18px
}

.zz-comp-map .map-info {
	font-size: 14px;
	color: #999;
	margin-top: 5px
}

.zz-comp-map .BMap_bubble_title {
	white-space: normal!important
}

.zz-comp-breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zz-scrollbar {
	overflow: auto
}

.zz-scrollbar:hover::-webkit-scrollbar-thumb {
	display: block
}

.zz-scrollbar.is-invisible::-webkit-scrollbar {
	display: none
}

.zz-scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	position: absolute
}

.zz-scrollbar::-webkit-scrollbar-thumb {
	display: none;
	border-radius: 5px;
	background-color: rgba(0,0,0,.1)
}

.zz-scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.3)
}

.zz-scrollbar::-webkit-scrollbar-track {
	background-color: hsla(0,0%,100%,0)
}

.zz-scrollbar::-webkit-scrollbar-corner {
	background-color: transparent
}

.zz-scrollbar__y {
	overflow-y: auto;
	overflow-x: hidden
}

.zz-scrollbar__y:hover::-webkit-scrollbar-thumb {
	display: block
}

.zz-scrollbar__y.is-invisible::-webkit-scrollbar {
	display: none
}

.zz-scrollbar__y::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	position: absolute
}

.zz-scrollbar__y::-webkit-scrollbar-thumb {
	display: none;
	border-radius: 5px;
	background-color: rgba(0,0,0,.1)
}

.zz-scrollbar__y::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.3)
}

.zz-scrollbar__y::-webkit-scrollbar-track {
	background-color: hsla(0,0%,100%,0)
}

.zz-scrollbar__y::-webkit-scrollbar-corner {
	background-color: transparent
}

.zz-scrollbar__x {
	overflow-x: auto;
	overflow-y: hidden
}

.zz-scrollbar__x:hover::-webkit-scrollbar-thumb {
	display: block
}

.zz-scrollbar__x.is-invisible::-webkit-scrollbar {
	display: none
}

.zz-scrollbar__x::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	position: absolute
}

.zz-scrollbar__x::-webkit-scrollbar-thumb {
	display: none;
	border-radius: 5px;
	background-color: rgba(0,0,0,.1)
}

.zz-scrollbar__x::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.3)
}

.zz-scrollbar__x::-webkit-scrollbar-track {
	background-color: hsla(0,0%,100%,0)
}

.zz-scrollbar__x::-webkit-scrollbar-corner {
	background-color: transparent
}

@media (max-width:640px) {
	.el-message-box {
		width: 100%!important
	}
}

.x-object-fit>.x-object-fit-taller,.x-object-fit>.x-object-fit-wider,x-object-fit>.x-object-fit-taller,x-object-fit>.x-object-fit-wider {
	position: absolute!important;
	left: -100%!important;
	right: -100%!important;
	top: -100%!important;
	bottom: -100%!important;
	margin: auto!important
}

.x-object-fit-none>.x-object-fit-taller,.x-object-fit-none>.x-object-fit-wider {
	width: auto!important;
	height: auto!important
}

.x-object-fit-fill>.x-object-fit-taller,.x-object-fit-fill>.x-object-fit-wider {
	width: 100%;
	height: 100%!important
}

.x-object-fit-contain>.x-object-fit-taller {
	width: auto!important;
	height: 100%
}

.x-object-fit-contain>.x-object-fit-wider {
	width: 100%;
	height: auto!important
}

.x-object-fit-cover>.x-object-fit-taller,.x-object-fit-cover>.x-object-fit-wider {
	max-width: none!important;
	max-height: none!important
}

.x-object-fit-cover>.x-object-fit-taller {
	width: 100%!important;
	height: auto!important;
	max-width: none!important
}

.x-object-fit-cover>.x-object-fit-wider {
	width: auto!important;
	height: 100%!important;
	max-width: none!important
}

.x-object-position-top>.x-object-fit-taller,.x-object-position-top>.x-object-fit-wider {
	top: 0!important;
	bottom: auto!important
}

.x-object-position-right>.x-object-fit-taller,.x-object-position-right>.x-object-fit-wider {
	left: auto!important;
	right: 0!important
}

.x-object-position-bottom>.x-object-fit-taller,.x-object-position-bottom>.x-object-fit-wider {
	top: auto!important;
	bottom: 0!important
}

.x-object-position-left>.x-object-fit-taller,.x-object-position-left>.x-object-fit-wider {
	left: 0!important;
	right: auto!important
}

/*@font-face {
	font-family:iconfont;src:url(/__static__/render/fonts/ca5e139.eot);src:url(/__static__/render/fonts/ca5e139.eot#iefix) format("embedded-opentype"),url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"),url(/__static__/render/fonts/2f2dc86.woff) format("woff"),url(/__static__/render/fonts/452616e.ttf) format("truetype"),url(/__static__/render/img/e6f17a2.svg#iconfont) format("svg")
}*/

.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-huaban:before {
	content: "\e66c"
}

.icon-msnui-copy-file:before {
	content: "\e745"
}

.icon-lianjie:before {
	content: "\e627"
}

.icon-jia:before {
	content: "\e641"
}

.icon-mubanbianpai:before {
	content: "\e712"
}

.icon-shezhi:before {
	content: "\e628"
}

.icon-bofang:before {
	content: "\e653"
}

.icon-chuizhijuzhongduiqi:before {
	content: "\e654"
}

.icon-chuizhijunfen:before {
	content: "\e655"
}

.icon-shangduiqi:before {
	content: "\e657"
}

.icon-shuipingjuzhongduiqi:before {
	content: "\e658"
}

.icon-shuipingjunfen:before {
	content: "\e659"
}

.icon-xiaduiqi:before {
	content: "\e65b"
}

.icon-youduiqi:before {
	content: "\e65c"
}

.icon-zuoduiqi:before {
	content: "\e65e"
}

.icon-suo:before {
	content: "\e625"
}

.icon-shanchu:before {
	content: "\e629"
}

.icon-gou:before {
	content: "\e713"
}

.icon-guanbi:before {
	content: "\e62a"
}

.icon-ai44:before {
	content: "\e6a2"
}

.icon-ai47:before {
	content: "\e6a5"
}

.icon-remove-1-copy:before {
	content: "\e61b"
}

.icon-zanting:before {
	content: "\e76a"
}

.icon-bianji:before {
	content: "\e60d"
}

.icon-jiantou:before {
	content: "\e622"
}

.icon-tishi:before {
	content: "\e631"
}

.icon-tupian:before {
	content: "\e64a"
}

.icon-applications:before {
	content: "\e60a"
}

.icon-social-facebook:before {
	content: "\e670"
}

.icon-social-fb-simple:before {
	content: "\e672"
}

.icon-jiegousheji:before {
	content: "\e63b"
}

.icon-lishi:before {
	content: "\e63c"
}

.icon-727bianjiqi_ziti:before {
	content: "\e660"
}

.icon-shanchu1:before {
	content: "\e630"
}

.icon-sousuo:before {
	content: "\e632"
}

.icon-shipin:before {
	content: "\e64b"
}

.icon-jianqie:before {
	content: "\e620"
}

.icon-icon-test:before {
	content: "\e60e"
}

.icon-qiehuan-:before {
	content: "\e61f"
}

.icon-jian:before {
	content: "\e608"
}

.icon-play_icon:before {
	content: "\e667"
}

.icon-tupian1:before {
	content: "\e626"
}

.icon-fuzhi:before {
	content: "\e668"
}

.icon-shangchuan:before {
	content: "\e616"
}

.icon-huo:before {
	content: "\e60b"
}

.icon-twitter:before {
	content: "\e601"
}

.icon-weibo:before {
	content: "\e602"
}

.icon-qzone:before {
	content: "\e610"
}

.icon-wechat-friend:before {
	content: "\e66d"
}

.icon-qq:before {
	content: "\e66e"
}

.icon-weixin:before {
	content: "\e73c"
}

.icon-yidong:before {
	content: "\e62d"
}

.icon-code:before {
	content: "\e615"
}

.icon-wangzhan:before {
	content: "\e63a"
}

.icon-wenjian:before {
	content: "\e650"
}

.icon-yingyong:before {
	content: "\e7b7"
}

.icon-caijian:before {
	content: "\e61c"
}

.icon-zhuye:before {
	content: "\e65d"
}

.icon-shaixuan:before {
	content: "\e63d"
}

.icon-undo:before {
	content: "\e787"
}

.icon-redo:before {
	content: "\e788"
}

.icon-table:before {
	content: "\e7de"
}

.icon-block:before {
	content: "\e7df"
}

.icon-link:before {
	content: "\e7e2"
}

.icon-indent:before {
	content: "\e7f3"
}

.icon-outdent:before {
	content: "\e7f4"
}

.icon-unorderedlist:before {
	content: "\e7f5"
}

.icon-orderedlist:before {
	content: "\e7f6"
}

.icon-align-right:before {
	content: "\e7f7"
}

.icon-align-center:before {
	content: "\e801"
}

.icon-align-left:before {
	content: "\e7f8"
}

.icon-bold:before {
	content: "\e7f9"
}

.icon-font-size:before {
	content: "\e7fa"
}

.icon-line-height:before {
	content: "\e7fb"
}

.icon-strikethrough:before {
	content: "\e7fc"
}

.icon-underline:before {
	content: "\e7fd"
}

.icon-italic:before {
	content: "\e7fe"
}

.icon-column-width:before {
	content: "\e7ff"
}

.icon-bg-colors:before {
	content: "\e800"
}

.icon-biangengcheliangyanse:before {
	content: "\e60c"
}

.icon-zhengjia:before {
	content: "\e67e"
}

.icon-fanhuishangyibu-:before {
	content: "\e618"
}

.icon-fuhaolei-yemian:before {
	content: "\e731"
}

.icon-chanpin:before {
	content: "\e64f"
}

.icon-iconfont_xiangpica:before {
	content: "\e60f"
}

.icon-wenhao:before {
	content: "\e671"
}

.icon-fangda:before {
	content: "\e65a"
}

.icon-shuxiebianji:before {
	content: "\e68b"
}

.icon-xiangjipaizhao:before {
	content: "\e600"
}

.icon-xinwen:before {
	content: "\e619"
}

.icon-guoqizhongguo:before {
	content: "\e603"
}

.icon-guoqiyingguo:before {
	content: "\e604"
}

.icon-xiayibu:before {
	content: "\e605"
}

.icon-diannao:before {
	content: "\e606"
}

.icon-pad:before {
	content: "\e607"
}

.icon-shouji:before {
	content: "\e609"
}

.icon-zhixiangzuozuojiantou:before {
	content: "\e76b"
}

.icon-zhixiangyouyoujiantou:before {
	content: "\e76c"
}

.icon-yidongshu:before {
	content: "\e66f"
}

.icon-youxiang:before {
	content: "\e673"
}

.icon-chuizhijunfen1:before {
	content: "\e611"
}

.icon-shuipingjunfen1:before {
	content: "\e613"
}

.icon-shuipingfanzhuan:before {
	content: "\e612"
}

.icon-chuizhifanzhuan:before {
	content: "\e617"
}

.icon-jianshao:before {
	content: "\e61a"
}

.icon-xingzhuang:before {
	content: "\e614"
}

.icon-dianhua:before {
	content: "\e674"
}

.icon-display:before {
	content: "\e679"
}

.icon-bofang1:before {
	content: "\e61d"
}

.icon-icon_BRbaxi:before {
	content: "\e62e"
}

.icon-icon_CNzhongguo:before {
	content: "\e62f"
}

.icon-icon_DEdeguo:before {
	content: "\e639"
}

.icon-icon_FRfaguo:before {
	content: "\e633"
}

.icon-icon_GRxila:before {
	content: "\e634"
}

.icon-icon_INyindu:before {
	content: "\e635"
}

.icon-icon_ITyidali:before {
	content: "\e636"
}

.icon-icon_JPriben:before {
	content: "\e637"
}

.icon-icon_KRhanguo:before {
	content: "\e638"
}

.icon-icon_SEruidian:before {
	content: "\e640"
}

.icon-icon_THtaiguo:before {
	content: "\e643"
}

.icon-icon_VNyuenan:before {
	content: "\e645"
}

.icon-icon_USmeiguo:before {
	content: "\e646"
}

.icon-zujiantiaoshuju:before {
	content: "\e61e"
}

.icon-zujiantiaobianji:before {
	content: "\e621"
}

.icon-zujiantiaotianjia:before {
	content: "\e623"
}

.icon-zujiantiaoyidong:before {
	content: "\e624"
}

.icon-zujiantiaoshanchu:before {
	content: "\e62b"
}

.icon-zujiantiaofuzhi:before {
	content: "\e62c"
}

.icon-zailiulanqizhongfangwen:before {
	content: "\e63e"
}

.icon-shoujidaohangkai:before {
	content: "\e63f"
}

.icon-shoujidaohangguan:before {
	content: "\e642"
}

.icon-shoujidaohangmobanjiantou:before {
	content: "\e644"
}

.icon-bankuaijiesuo:before {
	content: "\e647"
}

.icon-genghuanmoban:before {
	content: "\e648"
}

.icon-zujiantiaosheji:before {
	content: "\e666"
}

.icon-zujianyangshi-beijing:before {
	content: "\e649"
}

.icon-zujianyangshi-banshi:before {
	content: "\e64c"
}

.icon-zujianyangshi-bianju:before {
	content: "\e64d"
}

.icon-zujianyangshi-gaoliangtiao:before {
	content: "\e64e"
}

.icon-zujianyangshi-lunbodian:before {
	content: "\e651"
}

.icon-zujianyangshi-shijian:before {
	content: "\e652"
}

.icon-zujianyangshi-moban:before {
	content: "\e656"
}

.icon-zujianyangshi-tubiao:before {
	content: "\e65f"
}

.icon-zujianyangshi-xiaoguo:before {
	content: "\e661"
}

.icon-zujianyangshi-wenzi:before {
	content: "\e662"
}

.icon-zujianyangshi-yinying:before {
	content: "\e663"
}

.icon-zujianyangshi-tupian:before {
	content: "\e664"
}

.icon-zujianyangshi-yuanjiaojibiankuang:before {
	content: "\e665"
}

.icon-zujianyangshi-jiantou:before {
	content: "\e669"
}

.icon-zujianyangshi-daxiao:before {
	content: "\e66a"
}

.icon-lightbox-jiantou:before {
	content: "\e66b"
}

.icon-biaodan-danxiangxuanze:before {
	content: "\e675"
}

.icon-biaodan-dizhi:before {
	content: "\e676"
}

.icon-biaodan-danhangshurukuang:before {
	content: "\e677"
}

.icon-biaodan-duoxiangxuanze:before {
	content: "\e678"
}

.icon-biaodan-duoxiangxialakuang:before {
	content: "\e67a"
}

.icon-biaodan-duohangshurukuang:before {
	content: "\e67b"
}

.icon-biaodan-shangchuan:before {
	content: "\e67c"
}

.icon-biaodan-riqi:before {
	content: "\e67d"
}

.icon-biaodan-tijiaoanniu:before {
	content: "\e67f"
}

.icon-biaodan-tupianshangchuan:before {
	content: "\e680"
}

.icon-biaodan-tupianxuanze:before {
	content: "\e681"
}

.icon-biaodan-xialakuang:before {
	content: "\e682"
}

.icon-biaodan-shuliang:before {
	content: "\e683"
}

.icon-biaodan-youxiang:before {
	content: "\e684"
}

.icon-biaodan-xingming:before {
	content: "\e685"
}

.icon-biaodan-shoujihao:before {
	content: "\e686"
}
/*
@font-face {
	font-family:'kugaoduanhei';src:url('//static.f.cdn-static.cn//font/站酷高端黑修订151105.ttf')
}

@font-face {
	font-family:'kaiti';src:url('//static.f.cdn-static.cn//font/方正楷体简体.ttf')
}

@font-face {
	font-family:'fangsong';src:url('//static.f.cdn-static.cn//font/仿宋.ttf')
}

@font-face {
	font-family:'siyuanheiti-light';src:url('//static.f.cdn-static.cn//font/思源黑体CN-Light.otf')
}

@font-face {
	font-family:'siyuanheiti-regular';src:url('//static.f.cdn-static.cn//font/思源黑体CN-Regular.otf')
}

@font-face {
	font-family:'siyuansongti-Regular';src:url('//static.f.cdn-static.cn//font/思源宋体-Regular.otf')
}

@font-face {
	font-family:'siyuansongti';src:url('//static.f.cdn-static.cn//font/思源宋体.otf')
}

@font-face {
	font-family:'kuaileti';src:url('//static.f.cdn-static.cn//font/站酷快乐体2016修订版.ttf')
}

@font-face {
	font-family:'yiwenti';src:url('//static.f.cdn-static.cn//font/站酷文艺体.ttf')
}

@font-face {
	font-family:'Georgia';src:url('//static.f.cdn-static.cn//font/Georgia.ttf')
}

@font-face {
	font-family:'helveticaneue-light';src:url('//static.f.cdn-static.cn//font/helveticaneue-light.otf')
}

@font-face {
	font-family:'IMPACTRegular';src:url('//static.f.cdn-static.cn//font/IMPACTRegular.ttf')
}

@font-face {
	font-family:'tahoma';src:url('//static.f.cdn-static.cn//font/tahoma.ttf')
}

@font-face {
	font-family:'NotoSansCJKsc-Black';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-Black.otf')
}

@font-face {
	font-family:'NotoSansCJKsc-Bold';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-Bold.otf')
}

@font-face {
	font-family:'NotoSansCJKsc-DemiLight';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-DemiLight.otf')
}

@font-face {
	font-family:'NotoSansCJKsc-Light';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-Light.otf')
}

@font-face {
	font-family:'NotoSansCJKsc-Medium';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-Medium.otf')
}

@font-face {
	font-family:'NotoSansCJKsc-Regular';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-Regular.otf')
}

@font-face {
	font-family:'NotoSansCJKsc-Thin';src:url('//static.f.cdn-static.cn//font/NotoSansCJKsc-Thin.otf')
}
  
*/

/*--------------------banner样式 开始----------------------*/
.banlist1 {
	background: url(/images/banner1.jpg) no-repeat center;
	
}

.banlist2 {
	background: url(/images/banner2.jpg) no-repeat center;
	
}

.banlist3 {
	background: url(/images/banner3.jpg) no-repeat center;
	
}

.banner {
	width: 100%;
	height: 670px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 670px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px !important;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding-left: 0;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 670px;
	display: block;
}

@media screen and (max-width:1200px) {
	.banlist1 {
	
	background-size: 100%;
	-webkit-background-size: 100%;
}

.banlist2 {

	background-size: 100%;
	-webkit-background-size: 100%;
}

.banlist3 {
	
	background-size: 100%;
	-webkit-background-size: 100%;
}
	
	
	
	.banner {
		height: 23rem;
	}

	.flexslider {
		height: 23rem;
	}

	.flexslider .slides a img {
		height: 23rem;
	}
}

@media screen and (max-width:1100px) {
	.banner {
		height: 23rem;
	}

	.flexslider {
		height: 23rem;
	}

	.flexslider .slides a img {
		height: 23rem;
	}
}

@media screen and (max-width:1000px) {
	.banner {
		height: 20rem;
	}

	.flexslider {
		height: 20rem;
	}

	.flexslider .slides a img {
		height: 20rem;
	}

	.mid-chicun {
		width: 45% !important;
	}

	.column_inner {
		border-right: 0 !important;
	}
}

@media screen and (max-width:800px) {
	.banner {
		height: 50rem;
	}

	.flexslider {
		height: 50rem;
	}


	
	.banlist1 a img{
		height: 50rem;
		background: url(mobibanner1.jpg);
		background-size: 100% 100%;
	}
	
	.banlist2 a img{
		height: 50rem;
		background: url(mobibanner2.jpg);
		background-size: 100% 100%;
	}
	.banlist3 a img{
		height: 50rem;
		background: url(mobibanner3.jpg);
		background-size: 100% 100%;
	}
	
}

@media screen and (max-width:800px) {
	.banner {
		height: 47rem;
	}

	.flexslider {
		height: 47rem;
	}

	.flexslider .slides a img {
		height: 47rem;
	}
}

@media screen and (max-width:700px) {
	.banner {
		height: 44rem;
	}

	.flexslider {
		height: 44rem;
	}

	.flexslider .slides a img {
		height: 44rem;
	}
}

@media screen and (max-width:600px) {
	.banner {
		height: 40rem;
	}

	.flexslider {
		height: 40rem;
	}

	.flexslider .slides a img {
		height: 40rem;
	}
}

@media screen and (max-width:500px) {
	.banner {
		height: 33rem;
	}

	.flexslider {
		height: 33rem;
	}

	.flexslider .slides a img {
		height: 33rem;
	}
}

@media screen and (max-width:450px) {
	.banner {
		height: 29rem;
	}

	.flexslider {
		height: 29rem;
	}

	.flexslider .slides a img {
		height: 29rem;
	}
}

@media screen and (max-width:400px) {
	.banner {
		height: 26rem;
	}

	.flexslider {
		height: 26rem;
	}

	.flexslider .slides a img {
		height: 26rem;
	}
}
/*--------------------banner样式 结束----------------------*/


   ._11eiodl4t0000{
  }
._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:hover>.img {
    transform: translateY(-10px);
}

._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper>.img {
    transition: all 0.3s;
}

._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:hover .title {
    transform: translateY(-10px);
}

._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper .title {
  transition: all 0.3s;
  position: relative;
  margin-bottom: 18px;
}
._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:hover .des {
    transform: translateY(10px);
}

._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper .des {
    transition: all 0.3s;
}
._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper .title:after {
    content: "";
    display: inline-block;
    position: relative;
    height: 2px;
    width: 40px;
    background-color: #f2b705;
    transition: all 0.3s;
}
._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:hover .title:after {
    width: 80px;
}

._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    border-width: 1px 0 0 1px;
    pointer-events: none;
    transition: .3s all ease;
    display: block;
}
._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    border-width: 0 1px 1px 0;
    pointer-events: none;
    transition: .3s all ease;
    display: block;
}
._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:hover:after,._11eiodl4t0000 .zz-comp-list__item>.zz-element-wrapper:hover:before {
    width: 100%;
    height: 100%;
    border-color: #f2b705;
}


.sycptit{height: 30px;line-height: 30px;font-size: 1rem;color: #000000;margin-bottom: 10px;}

    ._11eisi5110000{
  }


._11eisi5110000 .zz-comp-list__item{
  transition: all .5s linear;
}
 ._11eisi5110000 .zz-comp-list__item:hover{
   transform: translateY(-10px)
}

   ._11eivvt59000a{
  }


._11eivvt59000a .zz-comp-list__item{
  transition: all .5s linear;
}
 ._11eivvt59000a .zz-comp-list__item:hover{
   transform: translateY(-10px)
}
._11eivvt59000a .zz-comp-list__item:hover >.zz-element-wrapper>.text .title,._11eivvt59000a .zz-comp-list__item:hover >.zz-element-wrapper>.text .title > *{
  color: rgba(227, 146, 31, 1);
}


.content a{display: block;line-height: 24px;}
.content{max-height: 180px;overflow: hidden;}


.nav-overlay{display: none;}
.menu-list{display: none;}

.zaz-comp-toTop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    display: none;
}

.zaz-comp-toTop button{
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
    box-shadow: 0 0 6px rgba(0,0,0,.12);
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 12px;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;

    -webkit-transition: 0ms;
    transition: 0ms;
}

.f18 {
    font-size: 18px!important;
}

.el-icon-caret-top{
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.zhuanzhu{
	position: relative;
	
	 animation: zhuanzhu 1s;
  -webkit-animation: zhuanzhu 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s ;
}

@keyframes zhuanzhu {
  0% {right: -1000px;}
  100% {right: 0;}
  
}
@-webkit-keyframes zhuanzhu{
   0% {right: -1000px;}
  100% {right: 0;}
}
.zhuanzhuwz{
	position: relative;
	 animation: zhuanzhuwz 1s;
  -webkit-animation: zhuanzhuwz 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both ;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s ;
}

@keyframes zhuanzhuwz{
  0% {left: -1000px;}
  100% {left: 0;}
  
}
@-webkit-keyframes zhuanzhuwz{
  0% {left: -1000px;}
  100% {left: 0;}
}

.zzlist1{
	position: relative;
	 animation: zzlist 1s;
  -webkit-animation: zzlist 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both ;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s ;
}
.zzlist2{
	position: relative;
	 animation: zzlist 1s;
  -webkit-animation: zzlist 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both ;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s ;
}
.zzlist3{
	position: relative;
	 animation: zzlist 1s;
  -webkit-animation: zzlist 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both ;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s ;
}
@keyframes zzlist{
  0% {bottom: -300px;}
  100% {bottom: 0;}
  
}
@-webkit-keyframes zzlist{
 0% {bottom: -300px;}
  100% {bottom: 0;}
}

.aboutlf{
	position: relative;
	
	 animation: zhuanzhuwz 0.5s;
  -webkit-animation: zhuanzhuwz 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s ;
}


.aboutrt{
	position: relative;
	 animation: zhuanzhu 0.5s;
  -webkit-animation: zhuanzhu 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both ;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s ;
}

.cpmore{
	position: relative;
	 animation: cpmore 1.5s;
  -webkit-animation: cpmore 1.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both ;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s ;
}

@keyframes cpmore{
  0% {
  	transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);	
-moz-transform: rotateY(0deg);	
}
 60% {
  	transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);	
-moz-transform: rotateY(180deg);
  }
  

  100% {
  		transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);	
-moz-transform: rotateY(0deg);	
  }
  
}
@-webkit-keyframes cpmore{
  0% {
  	transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);	
-moz-transform: rotateY(0deg);	
}
 60% {
  	transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);	
-moz-transform: rotateY(180deg);
  }
  

  100% {
  		transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);	
-moz-transform: rotateY(0deg);	
  }
  
  
}


.bannernei{height: 500px;width: 100%;background: url(bannei.jpg) no-repeat;background-position: center center;}

@media screen and (max-width:1200px){
	.bannernei{height: 18rem;background-size: cover;}
}

@media screen and (max-width:710px){
	.bannernei{height: 15rem;}
}

@media screen and (max-width:710px){
	.bannernei{height: 15rem;}
}

@media screen and (max-width:600px){
	.bannernei{height: 12rem;}
}

@media screen and (max-width:480px){
	.bannernei{height: 9rem;}
}

@media screen and (max-width:360px){
	.bannernei{height: 7rem;}
}

    ._11ej1hk4d0006{
  }


._11ej1hk4d0006 .zz-comp-list__item{
  transition: all .5s linear;
}
 ._11ej1hk4d0006 .zz-comp-list__item:hover{
   transform: translateY(-10px)
}

.cptitle{width: 80%;overflow: hidden;margin: 0 auto;    display: block;    margin-top: 10px;}


.pczxbox{width: 100%;}

.pczxbox ul{clear: both;text-align: center;}
.pczxbox ul li{
	display: inline-block;
	width: auto;	
	padding:0 10px;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
	height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.pczxbox ul li a{
	color: #666666;
	font-size: 18px;
	display: block;
	
}
.pczxbox ul li a:hover{
	color: rgba(242, 183, 5, 1);
}

/**---------------------页码样式----------------------------------**/

.page{text-align: center;margin: 0 auto;height: auto;  padding-top: 15px; padding-bottom: 30px; width: 100%; font-size:14px; color:#666; }
.page a{ background:#FFF; line-height: 26px;clear: none; height: auto; font-size:0.8125rem; color:#333333; padding:0 15px; border:1px solid #eeeeee;  display:inline-block; margin:5px 3px;  border:1px solid #dbdbdb;}
.page a:hover{background-color:rgba(242, 183, 5, 1); border-color: rgba(242, 183, 5, 1); color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.page a.active{background: rgba(242, 183, 5, 1); color: #FFFFFF;border-color:rgba(242, 183, 5, 1); }

    ._11ej52vv9000a{
  }


._11ej52vv9000a .zz-comp-list__item{
  transition: all .5s linear;
}
 ._11ej52vv9000a .zz-comp-list__item:hover{
   transform: translateY(-10px)
}
._11ej52vv9000a .zz-comp-list__item:hover >.zz-element-wrapper>.text .title,._11ej52vv9000a .zz-comp-list__item:hover >.zz-element-wrapper>.text .title > *{
  color: rgba(227, 146, 31, 1);
}
.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.zz-comp-list__item .zz-element-wrapper>.img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
}
._11ej52vv9000a .zz-comp-list__item .img img {
    width: 100%;
}


._11ej52vv9000a .zz-comp-list__item .do-img-cover {
    justify-content: center;
}



._11ej52vv9000a .zz-comp-list__item.is-left > .zz-element-wrapper > .img, ._11ej52vv9000a .zz-comp-list__item.is-right > .zz-element-wrapper > .img {
    width: 41.156462585034014%;
}
._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.img {
    border-radius: 0px;
}

.zz-comp-list__item.is-left>.zz-element-wrapper {
    -webkit-box-orient: horizontal;
    /* -webkit-box-direction: normal; */
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper {
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
._11ej52vv9000a .zz-comp-list__item {
    padding: 14px;
}
.num2 .zz-comp-list__item {
    width: 50%;
}


.zz-comp-list__item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto!important;
}

.zz-comp-list__item.is-left>.zz-element-wrapper>.text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
._11ej52vv9000a .zz-comp-list__item .text {
    padding: 10px 10px 10px 20px;
}

.zz-comp-list__item .zz-element-wrapper .text {
    overflow: hidden;
    margin-bottom: 0;
}
._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .title, ._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .title > * {
    color: #333;
    font-size: 16px;
    line-height: 2.3;
    text-align: inherit;
}
._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .title>.content {
    -webkit-line-clamp: 1;
}

._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .title, ._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .title > * {
    color: #333;
    font-size: 16px;
    line-height: 2.3;
    text-align: inherit;
}
.zz-comp-list__item .zz-element-wrapper .des .content, .zz-comp-list__item .zz-element-wrapper .title .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.zz-comp-list__item .zz-element-wrapper .title h4 {
    margin-bottom: 0;
}
._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .des {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    text-align: inherit;
    margin-top: 0px;
}
._11ej52vv9000a .zz-comp-list__item>.zz-element-wrapper>.text .des>.content {
    -webkit-line-clamp: 2;
}

.zz-comp-list__item .zz-element-wrapper .des .content, .zz-comp-list__item .zz-element-wrapper .title .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.zz-comp-list__item .zz-element-wrapper .apply-time {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}
.inline {
    display: inline-block!important;
}
._11ej52vv9000a .zz-comp-list__item .apply-time div {
    color: #999;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.el-breadcrumb a{    font-size: 14px;
    color: #606266;}

._11gggv36d000c >.zz-text, ._11gggv36d000c >.zz-text>p {
    color: rgba(170, 170, 170, 1);
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}

._11gggv36d000f >.zz-text, ._11gggv36d000f >.zz-text>p {
    text-align: left;
        font-family: Microsoft YaHei;
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    font-size: 14px;
}
._11gggv36d000f {
    padding: 0px 0px 0px 0px;
}
.zz-comp {
    position: relative;
}
.zz-comp-col{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.col__wrapper{
    width: 100%;
}

._11gggv36d0005 {
    border: 0px solid #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    align-items: flex-start;
}
.zz-comp-col {
    height: 100%;
    z-index: 0;
}

._11gggv36d0004 >.zz-comp-row>.zz-column {
    padding: 0 30px;
}
.zz-col-8 {
    width: 66.66667%;
}

.zz-column {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
._11gggv36d0004 > .zz-comp-row {
    margin: 0 -30px;
}
.zz-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._11gggv36d0004 {
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
._11gggv36d0001 .zz-container {
    padding: 0px 0px 0px 0px;
}
.zz-container {
    max-width: 1200px;
}
.zz-container {
    width: 100%;
    max-width: 1440px;
    z-index: 0;
}









.zz-comp-list, .zz-comp-list:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
._11gggv36h0002 .zz-comp-list {
    margin-left: -10px;
    margin-right: -10px;
}
.zz-comp-list:not(.swiper-container) .zz-comp-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.zz-comp-list__item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto!important;
}
.num1 .zz-comp-list__item {
    width: 100%;
}
._11gggv36h0002 .zz-comp-list__item {
    padding: 10px;
}
.zz-comp-list__item .zz-element-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    
}
.zz-comp-list__item.is-left>.zz-element-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper {
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}


._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper>.img {
    border-radius: 0px;
}
._11gggv36h0002 .zz-comp-list__item.is-left > .zz-element-wrapper > .img, ._11gggv36h0002 .zz-comp-list__item.is-right > .zz-element-wrapper > .img {
    width: 38%;
}
.do-img-cover {
   
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._11gggv36h0002 .zz-comp-list__item .do-img-cover {
    justify-content: center;
}
.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.zz-comp-list__item .zz-element-wrapper>.img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
}
._11gggv36h0002 .zz-comp-list__item .img img {
    width: 100%;
}












._11gggv36h0002 .zz-comp-list__item .apply-time div {
    color: #999;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}

.zz-comp-list__item .zz-element-wrapper .apply-time {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}
.zz-comp-list__item .zz-element-wrapper .des .content, .zz-comp-list__item .zz-element-wrapper .title .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper>.text .des>.content {
    -webkit-line-clamp: 1;
}

._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper>.text .des {
    color: rgba(177, 177, 177, 1);
    font-size: 14px;
    line-height: 1.5;
    text-align: inherit;
    margin-top: 0px;
}
.zz-comp-list__item .zz-element-wrapper .title h4 {
    margin-bottom: 0;
}
._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper>.text .title>.content {
    -webkit-line-clamp: 1;
}
._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper>.text .title, ._11gggv36h0002 .zz-comp-list__item>.zz-element-wrapper>.text .title > * {
    font-size: 14px;
    line-height: 1.5;
    text-align: inherit;
}
.zz-comp-list__item .zz-element-wrapper .des .content, .zz-comp-list__item .zz-element-wrapper .title .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}

._11gggv36h0000 >.zz-text, ._11gggv36h0000 >.zz-text>p {
    color: #333;
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
}

.nei-cpimg{width: 100%;margin-bottom: 2rem;}

.nei-cpimg img{
	display: block;
	margin: 0 auto;
	width: 50%;
	
}
@media screen and (max-width: 1200px) {.zz-comp-block{padding: 20px;}}



@media screen and (max-width: 768px) {
	.zz-col-8{width: 100%}
}

.is-grid{
	padding: 12px;    transition: all .5s linear;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto!important;
    width: 50%;
}
.title2{ text-align: center;color: #FFFFFF;font-size: 0.8rem;margin-top: 10px;}

.title h4{font-size: 0.8rem;}
@media screen and (max-width: 640px) {
	.num2 .zz-comp-list__item{width: 100%}
	.is-grid{width: 50%;}
	
	.zz-comp-upDown, .zz-comp-upDown .zz-upDown-item{display: block;}
}

.danduye{color: #000000;font-size: 1rem;line-height: 1.8rem;}

.danduye p{text-indent: 2rem;}


/* 联系我们 */
.ddlmtop{font-weight: bold;font-size: 1.6rem;color: #333;line-height: 2rem;padding-bottom: 1rem;border-bottom: 1px solid #cccccc;text-align: center;margin-bottom: 2rem;}
.ddlmbot{font-size: 0.75rem;color: #666666;line-height: 2rem;}
.ddlmbot p{text-indent: 2rem;}


/*品牌坚守*/
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            margin-bottom: 50px; margin-top:40px;
        }
        
        .dh1 {
	color: rgb(242 183 5);
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: bold;
        }
        
        .subtitle {
            color: #7f8c8d;
            font-size: 15px;
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* 优势项网格布局 */
        .advantages-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }
        
        /* 优势项卡片样式 - 固定大小 */
        .advantage-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 25px;
            text-align: center;
            transition: all 0.4s ease;
            overflow: hidden;
            position: relative;
            height: 400px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            cursor: pointer;
        }
        
        /* 整个卡片悬停效果 */
        .advantage-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
        }
        
        /* 图片容器 */
        .product-image-container {
            width: 100%;
            height: 180px;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
        }
        
        .advantage-card:hover .product-image-container {
            transform: scale(0.95);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .product-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .advantage-card:hover .product-image {
            transform: scale(1.1);
        }
        
        /* 悬停时显示在卡片上的详细描述 */
        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.95);
            color: #333;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
            opacity: 0;
            transform: scale(0.9);
            transition: all 0.5s ease;
            border-radius: 15px;
            text-align: left;
            z-index: 2;
        }
        
        .advantage-card:hover .card-overlay {
            opacity: 1;
            transform: scale(1);
        }
        
        .overlay-title {
            font-size: 1.5rem;
            color: rgb(242 183 5);
            margin-bottom: 15px;
            font-weight: 700;
            text-align: center;
            width: 100%;
        }
        
        .overlay-content {
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 15px;
            max-height: 180px;
            overflow-y: auto;
            padding-right: 10px;
        }
        
        .overlay-content::-webkit-scrollbar {
            width: 5px;
        }
        
        .overlay-content::-webkit-scrollbar-thumb {
            background: #3498db;
            border-radius: 5px;
        }
        
        /* 标题和简短描述 */
        .advantage-title {
            font-size: 1.6rem;
            color: rgb(242 183 5);
            margin-bottom: 12px;
            font-weight: 700;
            transition: all 0.4s ease;
        }
        
        .advantage-card:hover .advantage-title {
            opacity: 0;
        }
        
        .advantage-brief {
            color: #7f8c8d;
            font-size: 1rem;
            margin-bottom: 15px;
            line-height: 1.5;
            transition: all 0.4s ease;
        }
        
        .advantage-card:hover .advantage-brief {
            opacity: 0;
        }
        
        /* 优势特点列表 */
        .features-list {
            text-align: left;
            width: 100%;
            margin-top: 15px;
            transition: all 0.4s ease;
        }
        
        .advantage-card:hover .features-list {
            opacity: 0;
        }
        
        .features-list ul {
            list-style-type: none;
            padding-left: 0;
        }
        
        .features-list li {
            padding: 5px 0;
            color: #555;
            font-size: 0.95rem;
            position: relative;
            padding-left: 25px;
        }
        
        .features-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2ecc71;
            font-weight: bold;
        }
        
        /* 卡片底部悬停提示 */
        .hover-hint {
            position: absolute;
            bottom: 15px;
            left: 0;
            width: 100%;
            text-align: center;
            color: #3498db;
            font-size: 0.85rem;
            opacity: 0.8;
            transition: all 0.3s ease;
            z-index: 1;
        }
        
        .advantage-card:hover .hover-hint {
            opacity: 0;
        }
        
        /* 悬停时显示的详细特点 */
        .overlay-features {
            width: 100%;
            margin-top: 10px;
        }
        
        .overlay-features ul {
            list-style-type: none;
            padding-left: 0;
        }
        
        .overlay-features li {
            padding: 8px 0;
            color: #555;
            font-size: 0.95rem;
            position: relative;
            padding-left: 30px;
            border-bottom: 1px solid #eee;
        }
        
        .overlay-features li:last-child {
            border-bottom: none;
        }
        
        .overlay-features li:before {
            content: "•";
            position: absolute;
            left: 10px;
            color: #3498db;
            font-size: 1.5rem;
            font-weight: bold;
        }
        
        /* 页脚 */
        footer {
            text-align: center;
            margin-top: 60px;
            color: #95a5a6;
            font-size: 0.9rem;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        
        /* 响应式设计 */
        @media (max-width: 1100px) {
            .advantages-grid {
                gap: 20px;
            }
            
            .advantage-card {
                height: 420px;
                padding: 20px;
            }
            
            .product-image-container {
                height: 170px;
            }
        }
        
        @media (max-width: 992px) {
            .advantages-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .advantage-card {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2.2rem;
            }
            
            .advantages-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .advantage-card {
                height: 380px;
                max-width: 450px;
                margin: 0 auto;
            }
            
            .product-image-container {
                height: 160px;
            }
        }
        
        @media (max-width: 480px) {
            .advantage-card {
                height: 360px;
                padding: 15px;
            }
            
            .product-image-container {
                height: 140px;
            }
            
            .card-overlay {
                padding: 20px;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .advantage-card {
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .advantage-card:nth-child(2) {
            animation-delay: 0.2s;
        }
        
        .advantage-card:nth-child(3) {
            animation-delay: 0.4s;
        }
        
        /* 卡片颜色主题 */
        .card-1 {
            border-top: 4px solid #ffce00;
        }
        
        .card-2 {
            border-top: 4px solid #ffce00;
        }
        
        .card-3 {
            border-top: 4px solid #ffce00;
        }
        
        /* 悬停指示器动画 */
        .hover-hint i {
            animation: bounce 2s infinite;
        }
        
        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-5px);
            }
        }
		
		
	 /* 导航 */	
		
.zz-page-header-comp{ background-color:#409eff;}		

#fz { padding-left:10px;}
#fz1 { padding-left:10px;}