@font-face {
	font-family: 'DIN-Bold, DIN';
	font-display: swap;
	src: url("http://www.diwanuo.com/themes/default/static/fonts/DIN-Bold.otf");
	src: url("../font/DIN-Bold.ttf")format('truetype');
}
@font-face {
	font-family: 'FREESCPT';
	font-display: swap;
	src: url("../font/FREESCPT.eot");
	src: url("../font/FREESCPT.eot") format("embedded-opentype"), url("../font/FREESCPT.woff2") format("woff2"), url("../font/FREESCPT.woff") format("woff"), url("../font/FREESCPT.ttf") format("truetype"), url("https://www.xingyunka.com/wp-content/themes/eyek/assets/assets/fonts/FREESCPT/FREESCPT.svg") format("svg")
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	
	margin: 0;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noScroll{
	height: 100%;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
}

ul,
li {
	list-style-type: none;
}

ul,
p {
	margin: 0;
	padding: 0;
}

img {

	border-style: none;
}

[class*=' icon-'],
[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}



a:focus,
div:focus,
input:focus {
	outline: none;
}
canvas {
	padding-top: 35px;
	margin-top: 0;
}

/*导航部分*/

.header-pc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	background-color: #FFFFFF;
	z-index: 600;
}

.header-pc:after {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #F1F1F1;
}

.header-pc .header-main {
	width: 100%;
	height: 110px;
}

.header-pc .header-hint {
	position: absolute;
	top: 50%;
	right: 46px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-pc .header-hint img {
	margin: 0 14px;
}
.header-pc .header-hint a{
	position: relative;
}
.header-pc .header-hint a .ewm{
	transform: scale(0);
	transition: transform .4s ease-out;
	transform-origin: center top;
	position: absolute;
}
.header-pc .header-hint a .phone-wrap{
	width: 300px;
	height: 112px;
	top: 47px;
	right: -20px;
}
.header-pc .header-hint a .ewm-wrap{
	width: 120px;
	height: 136px;
	background-image: url(../image/二维码容器.svg);
	background-position: center;
	background-size: cover;
	text-align: center;
	top: 47px;
	right: -30px;
}
.header-pc .header-hint a .ewm img{
	width: 105px;
	height: 105px;
	margin: 0 auto;
	margin-top: 20px;
	
}
.header-pc .header-hint a:hover .ewm{
	transform: scale(1);
}

.header-pc .header-nav .header-menu {
	text-align: center;
}

.header-pc .header-nav .header-menu>li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.header-pc .header-nav .header-menu .item-nav {
	margin: 0 2.5em;
}

.header-pc .header-nav .header-menu .item-nav a {
	font-weight: 400;
	line-height: 30px;
	display: block;
}

.header-pc .header-nav .header-menu .item-nav .item-ltn {
	padding: 40px 0;
}

.header-pc .header-nav .header-menu .nav-active .item-ltn,
.header-pc .header-nav .header-menu .item-nav a:hover {
	font-weight: bold;
	color: #6c7641;
}

.header-pc .header-nav .header-menu .nav-active {
	background: url(../image/选中导航.svg) no-repeat;
	background-size: contain;
}

/*悬停之后的白色半圆*/

#bump {
	position: absolute;
	top: 108px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 400px;
	height: 20px;
	z-index: 200;
	pointer-events: none
}

.header-pc .header-nav .header-menu .item-nav:hover .subnav-wrap {
	visibility: visible;
	
}
.header-pc .header-nav .header-menu .item-nav:hover .subnav-menu{
	display: block;
}
.header-pc .header-nav .header-menu .item-nav:hover .subnav-wrap a{
	display: inline-block;
}
.subnav-wrap {
	position: absolute;
	left: 382px;
	top: calc(100% - 1px);
	text-align: left;
	visibility: hidden;
	/*display: none;*/
	transition: all .5s ease;
}

.subNav-menu::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100vw;
	width: 200vw;
	height: 0;
	background-color: #6c7641;
	transition-delay: .5s
}

.subNav-menu ul {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	margin-top: 56px;
	margin-bottom: 24px;
	z-index: 100
}

.subNav-menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4.2em;
}

.subNav-menu a {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	display: none;
	padding-right: 28px;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.subNav-menu a::after {
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
	content: "";
	display: block;
	position: absolute;
	right: 7px;
	top: 10px;
	background: url(../image/白色咖啡豆.svg) no-repeat center center;
	width: 15px;
	height: 14px;
	background-size: 15px 14px;
	opacity: 0
}


.header-pc .header-nav .header-menu .item-nav:hover .subNav-menu::before {
	height: 100%;
	transition-delay: .3s;
}

.header-pc .header-nav .header-menu .item-nav:hover .subNav-menu ul {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
}
.header-pc .header-nav .header-menu .item-nav .subNav-menu a:hover {
	color: #fff
}

.subNav-menu a:hover::after {
	opacity: 1
}

.header-pc .header-nav .header-menu .item-logo {
	margin-top: 10px;
	width: 200px;
	height: 101px;
}

.header-pc .header-nav .header-menu .item-logo a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

.header-pc .header-menu .item-logo img {
	height: 100%;
	width: auto;
	margin-top: 11px;
}

.header-pc .header-menu .item-logo .logo-svg {
	position: relative;
	top: -20px;
	z-index: 201;
}

.header-m {
	display: none;
}

.wrap {
	padding-top: 50px;
	width: 100%;
	margin-top:20px;
}


/*上一个 下一个*/

.slider-arrow {
	font-size: 20px
}

.slider-arrow .sa-btn {
	display: inline-block !important;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out
}

.slider-arrow .sa-prev {
	background-color: #f8f8f8;
	margin-right: .6em
}

.slider-arrow .sa-prev i {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	color: #6c7641
}

.slider-arrow .sa-next {
	background-color: #6c7641;
	margin-left: .6em
}

.slider-arrow .sa-next i {
	color: #fff;
	margin-left: 1px;
	margin-top: 1px
}

.slider-arrow i {
	font-size: .8em;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}


/*分页器*/

.slick-dots {
	width: 100%;
	height: 22px;
	margin-top: -68px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 19px;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	font-size: 0px;
	color: #FFFFFF;
	opacity: 0.56;
	padding: 0;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #FFFFFF;
	margin-top: 18.185%;
}

.slick-dots .slick-active button {
	width: 15px;
	height: 20px;
	background: url(../image/咖啡豆.svg);
	background-size: cover;
	opacity: 1;
	margin-top: 0;
}


/*底部*/

/*底部的canvas*/

.footer-canvas {
	background-color: transparent;
	display: none;
}

#canvas {
	width: 100%;
	height: 580px;
}

#canvas-m {
	display: none;
}


/*底部文字*/

.footer-wrap {
	width: 100%;
	position: absolute;
	/*bottom: 176px;*/
	bottom: 9vw;
	z-index: 201;
}

.footer-item {
	width: 72.91%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-left .footer-logo {
	width: 226px;
	height: 61px;
}

.footer-left .footer-phone {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 27px;
	letter-spacing: 12px;
	margin-top: 22px;
}

.footer-left .footer-tel {
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 45px;
}

.footer-left .footer-title {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 26px;
}

.footer-left .footer-txt {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 26px;
}

.footer-app img {
	margin-top: 33px;
	margin-right: 27px;
}
.footer-app a{
	position: relative;
}
.footer-app a .footer-ewm{
	background-image: url(../image/二维码容器2.svg);
	background-position: center;
	background-size: cover;
	transform: scale(0);
	transition: transform .4s ease-out;
	transform-origin: center bottom;
	position: absolute;
	bottom: 42px;
	left: -45px;
	width: 120px;
	height: 136px;
	text-align: center;
}
.footer-app a .footer-ewm img{
	width: 105px;
	height: 105px;
	margin: 0;
	margin-top: 8px;
}
.footer-app a:hover .footer-ewm{
	transform: scale(1);
}


/*底部右侧二维码*/

.footer-right .footer-ewm-wrap {
	display: flex;
	flex-direction: row;
}

.footer-right .footer-ewm-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 34px;
	margin-top: 136px;
}

.footer-right .footer-ewm-item img{
	width: 118px;
}

.footer-right .ewm-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
}

.footer-right .ewm-text img {
	width: 22px;
	height: 22px;
}

.footer-right .ewm-text p {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 27px;
}

.footer-bottom {
	display: none;
}

.footer-m-app {
	display: none;
}

@media(max-width:1650px) {
	.header-pc .header-nav .header-menu .item-nav {
		margin: 0 1.5em;
	}
	.subNav-menu ul li {
		margin-right: 2em;
	}
	
.header-pc .header-nav .header-menu.ul li:last-child {
	    margin: 0 3em 0 1.5em;
	}	
	
	
	
}

@media(max-width:1450px) {
	.header-pc {
		height: 90px;
	}
	.header-pc .header-main {
		height: 90px;
	}
	.header-pc .header-nav .header-menu .item-logo {
		width: 160px;
		height: 80px;
	}
	.header-pc .header-menu .item-logo .logo-svg {
		width: 160px;
		height: 29px;
	}
	.header-pc .header-nav .header-menu .item-nav {
		margin: 0 1em;
	}
	.header-pc .header-nav .header-menu>li {
		font-size: 16px;
	}
	.header-pc .header-nav .header-menu .item-nav .item-ltn {
		padding: 30px 0;
	}
	.wrap {
		padding-top: 90px;
	}
	#bump {
		top: 88px;
	}
	.subNav-menu ul {
		margin-top: 35px;
	}
	.subNav-menu a {
		font-size: 16px;
	}
	.subNav-menu ul li {
		margin-right: 0.4em;
	}
	.subNav-menu a::after {
		top: 8px;
	}
}

@media(max-width:1190px) {
	.header-pc .header-hint img {
		width: 26px;
		height: 26px;
		margin: 0 7px;
	}
	.header-pc .header-hint {
		right: 23px;
	}
	.header-pc .header-nav .header-menu .item-nav {
		margin: 0 0.5em;
	}
	.subNav-menu ul li {
		margin: 0 0.5em;
	}
}

@media(max-width:1160px) {
	.footer-wrap {
		bottom: 88px;
	}
}

@media(max-width:1024px) {
	.wrap {
		padding-top: 136px;
	}
	.header-pc {
		display: none;
	}
	.header-m {
		display: block;
	}
	.header-m {
		width: 100%;
		height: 136px;
		background-color: #FFFFFF;
		position: fixed;
		top: 0;
		z-index: 600;
	}
	.header-m .logo {
		width: 286px;
		height: 76px;
		margin-left: 38px;
		margin-top: 34px;
		margin-left: 36px;
	}
	.header-m .logo img {
		height: 100%;
	}
	.header-m .m-menu {
		width: 80px;
		height: 80px;
		background-color: #6c7641;
		position: absolute;
		right: 38px;
		top: 28px;
		border-radius: 50%;
		text-align: right
	}
	.header-m .m-menu i {
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		display: inline-block;
		height: 5px;
		background-color: #fff;
		margin: 3px 0;
		border-radius: 10px
	}
	.header-m .m-menu i:nth-child(1),
	.header-m .m-menu i:nth-child(3) {
		width: 39px
	}
	.header-m .m-menu i:nth-child(2) {
		width: 28px
	}
	.header-m .m-menu .box {
		width: 39px;
		height: 30px;
		position: relative;
		left: 21px;
		top: 25px;
		font-size: 0;
	}
	.open .m-menu i:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(8px, 8px);
		transform: rotate(45deg) translate(8px, 8px)
	}
	.open .m-menu i:nth-child(2) {
		opacity: 0
	}
	.open .m-menu i:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
		transform: rotate(-45deg) translate(7px, -8px)
	}
	.header-m .header-nav {
		position: fixed;
		left: 0;
		top: 136px;
		width: 100%;
		height: calc(100% - 136px);
		background-color: #FFFFFF;
		overflow-y: auto;
		z-index: 600;
		display: none;
	}
	.header-m .header-nav::-webkit-scrollbar {
		display: none
	}
	.header-m .item-nav {
		display: block;
		position: relative;
		padding: 42px 38px;
		border-bottom: 2px solid #EEEEEE;
	}
	.header-m .item-stn {
		width: 100%;
		font-size: 32px;
		font-weight: 400;
		color: #333333;
		line-height: 47px;
		align-items: center;
		display: block;
	}
	.header-m .item-stn i {
		font-size: 20px;
		position: absolute;
		right: 56px;
		top: 56px;
	}
	/*下面的三个图标*/
	.header-m .header-nav .nav-contact ul {
		display: flex;
		flex-direction: row;
	}
	.header-m .header-nav .nav-contact ul li {
		width: 33.33%;
		text-align: center;
		border: 1px solid #EEEEEE;
		border-bottom: 2px solid #EEEEEE;
		border-top: none;
	}
	.header-m .header-nav .nav-contact ul li a {
		width: 100%;
	}
	.header-m .header-nav .nav-contact ul li img {
		width: 72px;
		height: 72px;
		/*padding-top: 48px;*/
		padding-top: 6.28vw;
	}
	.header-m .header-nav .nav-contact ul li p {
		font-size: 32px;
		font-weight: 400;
		color: #333333;
		line-height: 47px;
		padding-top: 20px;
		/*padding-bottom: 48px;*/
		padding-bottom: 6.28vw;
	}
	/*底部导航*/
	.header-m .header-nav-m {
		width: 100%;
		height: 100px;
		display: block;
		position: fixed;
		bottom: 0;
		background: #FFFFFF;
		box-shadow: 0px -4px 10px -6px rgba(0, 0, 0, 0.08);
	}
	.header-m .header-nav-m-items {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
	}
	.header-m .header-nav-m-item {
		width: calc(100% / 4);
		height: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.header-m .header-nav-m-item div {
		width: 48px;
		height: 48px;
		margin: 0 auto;
		margin-top: 8px;
	}
	.header-m .header-nav-m-item .brand-img {
		background-image: url(../image/品牌介绍.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.header-m .header-nav-m-item .product-img {
		background-image: url(../image/产品介绍.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.header-m .header-nav-m-item .store-img {
		background-image: url(../image/门店展示.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.header-m .header-nav-m-item .cooperation-img {
		background-image: url(../image/加盟咨询-fill.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.header-m .header-nav-m-item p {
		font-size: 24px;
		font-weight: 400;
		color: #333333;
		line-height: 33px;
		margin-top: 4px;
		text-align: center;
	}
	.header-m .header-nav-m-item.active-m a {
		color: #6c7641;
		font-weight: 600;
	}
	.header-m .item-nav .a-active {
		color: #6c7641;
		font-weight: 600;
	}
	.header-m .header-menu .item-nav .a-active i {
		color: #6c7641;
		font-weight: 500;
	}
	.footer-bottom {
		display: block;
		width: 100%;
		height: 100px;
	}
	.index-footer {
		background-color: #6c7641;
	}
	#canvas {
		display: none;
	}
	#canvas-m {
		display: block;
		width: 100%;
		height: 1142px;
	}
	.footer-item {
		width: 89.6%;
		flex-direction: column;
		text-align: center;
	}
	
	.footer-left .footer-logo {
		width: 280px;
		height: 75px;
	}
	.footer-left .footer-phone {
		font-size: 28px;
		font-weight: 400;
		line-height: 40px;
		margin-top: 39px;
		letter-spacing: 1px;
	}
	.footer-left .footer-tel {
		font-size: 60px;
		line-height: 73px;
	}
	.footer-left .footer-title {
		margin-top: 16px;
		font-size: 28px;
		line-height: 46px;
	}
	.footer-left .footer-txt {
		font-size: 24px;
		font-weight: 400;
		line-height: 46px;
	}
	
	.footer-right .footer-ewm-wrap {
		justify-content: center;
	}
	.footer-right .footer-ewm-item {
		width: 33%;
		max-width: 204px;
		margin-top: 80px;
		margin-left: 0;
	}
	.footer-right .footer-ewm-item:nth-child(2){
		margin-left: 25px;
		margin-right: 25px;
	}
	.footer-right .footer-ewm-item .footer-ewm-img {
		width: 100%;
	}
	.footer-right .ewm-text {
		margin-top: 24px;
	}
	.footer-right .ewm-text img {
		width: 34px;
		height: 34px;
	}
	.footer-right .ewm-text p {
		font-size: 26px;
		font-weight: 400;
		line-height: 42px;
	}
	.footer-app {
		display: none;
	}
	.footer-m-app {
		display: block;
	}
	.footer-m-app img {
		width: 54px;
		height: 54px;
		margin-top: 73px;
		margin-right: 0;
	}
	.footer-m-app a:nth-child(2) {
		margin-left: 49px;
		margin-right: 49px;
	}
	.footer-m-app a{
		position: relative;
	}
	.footer-m-app a .footer-ewm{
		background-image: url(../image/二维码容器2.svg);
		background-position: center;
		background-size: cover;
		transform: scale(0);
		transition: transform .4s ease-out;
		transform-origin: center bottom;
		position: absolute;
		/*bottom: 42px;
		left: -45px;*/
		bottom: 60px;
		left: -31px;
		width: 120px;
		height: 136px;
		text-align: center;
	}
	.footer-m-app a .footer-ewm img{
		width: 105px;
		height: 105px;
		margin: 0;
		margin-top: 8px;
	}
	.footer-m-app a:hover .footer-ewm{
		transform: scale(1);
	}

	.footer-wrap {
		bottom: 130px;
	}
}

@media(max-width:840px) {
	.footer-right .ewm-text p {
		font-size: 22px;
	}
}
@media(max-width:560px){
	.footer-left .footer-txt{
		font-size: 22px;
		line-height: 40px;
	}
	.footer-right .ewm-text img{
		width: 26px;
		height: 26px;
	}
	.footer-right .ewm-text p{
		font-size: 18px;
		line-height: 30px;
	}
	#canvas-m{
		height: 1000px;
	}
}
@media(max-width:475px){
	.header-m{
		height: 68px;
	}
	.header-m .logo{
		width: 143px;
		height: 38px;
		margin-top: 17px;
		margin-left: 18px;
	}
	.header-m .m-menu{
		width: 40px;
		height: 40px;
		right: 19px;
		top: 14px;
	}
	.header-m .m-menu .box{
		width: 19px;
		height: 15px;
		left: 10px;
		top: 12px;
	}
	.header-m .m-menu i{
		height: 2px;
		margin: 1.5px 0;
	}
	.header-m .m-menu i:nth-child(1),
	.header-m .m-menu i:nth-child(3){
		width: 19px;
	}
	.header-m .m-menu i:nth-child(2){
		width: 14px;
	}
	.open .m-menu i:nth-child(1){
		transform: rotate(45deg) translate(4px, 4px);
	}
	.open .m-menu i:nth-child(3){
		transform: rotate(-45deg) translate(3px, -3px);
	}
	/*展开之后的二级菜单*/
	.header-m .header-nav{
		top: 68px;
		height: calc(100% - 68px);
	}
	.header-m .item-nav{
		padding: 21px 19px;
		border-bottom: 1px solid #EEEEEE;
	}
	.header-m .item-stn{
		font-size: 16px;
		line-height: 23px;
	}
	.header-m .item-stn i{
		font-size: 10px;
		right: 28px;
		top: 28px;
	}
	.header-m .header-nav .nav-contact ul li{
		border-bottom: 1px solid #EEEEEE;
	}
	.header-m .header-nav .nav-contact ul li img{
		width: 36px;
		height: 36px;
		padding-top: 5.3vw;
	}
	.header-m .header-nav .nav-contact ul li p{
		font-size: 16px;
		line-height: 23px;
		padding-top: 10px;
		padding-bottom: 5.3vw;
	}
	/*底部导航*/
	.header-m .header-nav-m{
		height: 50px;
	}
	.header-m .header-nav-m-item div{
		width: 24px;
		height: 24px;
		margin-top: 4px;
	}
	.header-m .header-nav-m-item p{
		font-size: 12px;
		line-height: 16px;
		margin-top: 2px;
	}
	.wrap{
		padding-top: 68px;
	}
	/*底部占位*/
	.footer-bottom{
		height: 50px;
	}
	/*底部*/
	.footer-wrap{
		bottom: 65px;
	}
	#canvas-m{
		height: 500px;
	}
	.footer-left .footer-logo{
		width: 140px;
		height: 37px;
	}
	.footer-left .footer-phone{
		font-size: 14px;
		line-height: 20px;
		margin-top: 20px;
	}
	.footer-left .footer-tel{
		font-size: 30px;
		line-height: 36px;
	}
	.footer-left .footer-title{
		margin-top: 8px;
		font-size: 14px;
		line-height: 23px;
	}
	.footer-left .footer-txt{
		font-size: 12px;
		line-height: 20px;
	}
	/*底部二维码*/
	.footer-right .footer-ewm-item{
		max-width: 102px;
		margin-top: 40px;
	}
	.footer-right .footer-ewm-item:nth-child(2){
		margin-left: 12px;
		margin-right: 12px;
	}
	.footer-right .ewm-text{
		margin-top: 12px;
	}
	.footer-right .ewm-text img{
		width: 17px;
		height: 17px;
	}
	.footer-right .ewm-text p{
		font-size: 12px;
		line-height: 21px;
	}
	.footer-m-app img{
		width: 27px;
		height: 27px;
		margin-top: 36px;
	}
	.footer-m-app a .footer-ewm{
		background-image: url(../image/二维码容器2.svg);
		background-position: center;
		background-size: cover;
		transform: scale(0);
		transition: transform .4s ease-out;
		transform-origin: center bottom;
		position: absolute;
		bottom: 30px;
		left: -45px;
		width: 120px;
		height: 136px;
		text-align: center;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.lazyload{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}


@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.floating-infor {
	position: fixed;
	right: 165px;
	bottom: 165px;
	z-index: 700;
	cursor: pointer;
	font-size: 20px;
}
.floating-infor .fi-item1 {
	width: 290px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #6c7641;
	z-index: 700;
}

.floating-infor .fi-item1 img {
	width: 100%;
	object-fit: cover;
}

@media(max-width:1024px){
	.floating-infor {
		right: 124px;
		bottom: 220px;
	}
	
	.floating-infor .fi-item1 {
		width: 220px;
	}
}
@media(max-width:475px){
	.floating-infor {
		right: 80px;
		bottom: 125px;
	}
	
	.floating-infor .fi-item1 {
		width: 150px;
	}
}