@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}

html,
body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	width: 100%;
}

body {
	line-height: 1.5;
	font-size: 0.8rem;
	color: #212121;
	background-color: #fff;
	outline: 0;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.container {
	max-width: 640px;
	margin: 0 auto;


}

@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 21px !important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}

@media screen and (min-width: 640px) {
	html {
		/* background: url(0904htmlbg.jpg) top/cover no-repeat; */
		background-attachment: fixed;
		font-size: 33px !important;
	}

}

ul,
li {
	list-style: none;
}

p {
	font-size: 0.7rem;
}

a {
	color: #666;
	text-decoration: none;
	background-color: transparent;
}

/* 公共样式结束 */
.top {
	/* margin-bottom: 10px; */
}

.top-box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.top-box .timu,
.top-box .gaotie {
	position: absolute;
}

.top-box .timu {
	top: 0.9rem;
	left: 4.09rem;
	width: 10.90rem;
	height: 19.27rem;
}

.timu img {
	position: absolute;
	top: 0;
	left: 0;
}

.timugif2 {
	display: none;
}

.bike-none {
	display: none;
}

.bike-block {
	display: block;
}

.bike1 {
	top: 20.06rem;
	left: -5.84rem;
	width: 4.84rem;
	height: 4.93rem;
	animation-name: bike1gif;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
}

.bike2 {
	top: 20.03rem;
	left: -4.84rem;
	width: 4.84rem;
	height: 4.93rem;
	animation-name: bike2gif;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

@keyframes bike1gif {
	0% {
		left: -5.84rem;
	}

	80% {

		opacity: 1;
	}

	100% {
		left: 6.24rem;
		opacity: 0;
	}
}

@keyframes bike2gif {
	0% {
		left: -4.84rem;
	}

	80% {

		opacity: 1;
	}

	100% {
		left: 8.57rem;
		opacity: 0;
	}
}

.car {
	width: 9.36rem;
	height: 7.45rem;
	top: 22.12rem;
	right: -9.36rem;
	animation-name: car-gif;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

@keyframes car-gif {
	0% {
		right: -9.36rem;
	}

	50% {

		right: 50%;
	}

	100% {
		right: 100%;

	}
}

.tiaosan-red {
	width: 7.96rem;
	height: 9.21rem;
	right: -7.96rem;
	top: -9.21rem;
	animation-name: ts-red-gif;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: infinite;
}

.tiaosan-red2 {
	width: 7.96rem;
	height: 9.21rem;
	left: -7.96rem;
	top: 9rem;
	animation-name: ts-red-gif2;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 8s;
	animation-iteration-count: infinite;
}

.tiaosan-yellow {
	width: 3.93rem;
	height: 4.78rem;
	right: -3.39rem;
	top: -4.78rem;
	animation-name: ts-red-gif;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}

.tiaosan-yellow2 {
	width: 3.93rem;
	height: 4.78rem;
	right: -3.39rem;
	top: -4.78rem;
	animation-name: ts-yellow-gif2;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 9s;
	animation-iteration-count: infinite;
}

@keyframes ts-red-gif {
	0% {
		right: -7.96rem;
		top: -9.21rem;
	}

	100% {
		top: 6rem;
		right: 100%;
	}
}

@keyframes ts-red-gif2 {
	0% {
		left: -7.96rem;
		top: 6rem;
	}

	100% {
		top: 14rem;
		left: 100%;
	}
}

@keyframes ts-yellow-gif {
	0% {
		right: -3.93rem;
		top: -9.21rem;
	}

	100% {
		top: 8rem;
		right: 100%;
	}

}

@keyframes ts-yellow-gif2 {
	0% {
		left: -3.93rem;
		top: 8rem;
	}

	100% {
		top: 21rem;
		left: 100%;
	}
}


/* 浮云 */
.fuyun1 {
	width: 7.06rem;
	height: 1.81rem;
	top: 9.15rem;
	right: 0;
	position: absolute;
}

.fuyun2 {
	width: 11.60rem;
	height: 4.06rem;
	top: 9rem;
	left: 10%;
	animation-name: fuyun2-gif2;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;

}

@keyframes fuyun2-gif2 {
	0% {
		top: 9rem;
		left: 10%;
	}

	50% {
		top: 9rem;
		left: 30%;
	}

	100% {
		top: 9rem;
		left: 10%;
	}
}

.dingwei {
	position: absolute;
}



.shuye {
	width: 16.84rem;
	height: 10.09rem;
	right: 0;
	top: 21.63rem;
	animation-iteration-count: infinite;
}


.top-box .gaotie {
	top: 15.15rem;
	left: 2.09rem;
}

.shapo-shipin {
	position: relative;
}

.shapo-box,
.shapo-shipin1 {
	/* position: absolute; */
	top: 41.21rem;
	width: 86%;
	margin-left: 7%;
}

.shapo-rgiht {
	float: right;
	width: 34%;
	margin-right: 7%;
	/* margin-left: 6%; */
}

.shipo-shipin-box {
	float: left;
	border: 2px solid #2c231d;
	box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
	width: 50%;
	/* margin-left: 7%; */
	box-sizing: border-box;
}

.shipo-shipin-box img {
	width: 100%;
	border: 1px solid #000;
}

.shapo-shipin1 {
	/* position: absolute; */
	top: 31.06rem;
	border: 0.18rem solid #1d92a1;
	box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	left: 7%;
	width: 86%;
	/* height: 9.09rem; */
	overflow: hidden;
	margin-bottom: 1rem;
}

.shapo-shipin1 img {
	width: 100%;
}








.bottom-menu {
	position: fixed;
	width: 19.39rem;
	left: 50%;
	margin-left: -9.69rem;
	bottom: 10px;
	z-index: 100;
}

.bottom-menu-box {
	width: 19.39rem;
	margin: 0 auto;
	height: 3.12rem;
}

.bottom-menu ul {
	display: flex;
	background-color: rgba(5, 175, 178, 0.3);
	width: 90%;
	margin: 0 auto;
	padding: 0.6rem 0;
	border-radius: 10px;
}

.bottom-menu ul li {
	margin: 0 3%;
	font-size: 0.6rem;
}

@keyframes menuone {
	0% {
		top: -5%;
	}

	100% {
		top: 10%;
	}
}

@-webkit-keyframes menuone {
	0% {
		top: -5%;
	}

	100% {
		top: 10%;
	}
}

@keyframes menutwo {
	0% {
		top: -2%;
	}

	100% {
		top: 13%;
	}
}

@-webkit-keyframes menutwo {
	0% {
		top: -2%;
	}

	100% {
		top: 10%;
	}
}

@keyframes menuthree {
	0% {
		top: 0;
	}

	100% {
		top: 15%;
	}
}

@-webkit-keyframes menuthree {
	0% {
		top: 0;
	}

	100% {
		top: 20%;
	}
}

.bottom-bg {
	background: url(0919-bottom.jpg) no-repeat left bottom #eaf3f1;
}

/* 加载页面 */

.guoduye {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.guoduye_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

@media screen and (min-width: 640px) {
	.guoduye_1 {
		width: 640px;
		left: 50%;
		margin-left: -320px;
	}

}

.jiazai {
	z-index: 115;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.jiazai-text {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4rem;
	width: 8rem;
	height: 11.78rem;
	top: 5.5rem;

}

/* .jiazai-bg{ position: absolute; top:0; left: 0; width: 100%; height: 100%!important;z-index: 112;} */
.jiazai-bg {
	width: 100%;
	height: 100% !important;
	z-index: 112;
}

.jiazai-enter {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 5.69rem;
	top: 16.6rem;
}

.pagetx_video {
	width: 100%;
	top: 0px;
	left: 0px;
	height: auto;
	z-index: 110;
	object-fit: fill;
	-webkit-tap-highlight-color: transparent;
	-tap-highlight-color: transparent;
	position: absolute;
}

.zhuti {
	display: none;
}


.more-shipin {
	margin-top: 0.6rem;
}

/* 点赞 */
@keyframes praisetipsmove {
	0% {
		margin-top: 0;
		opacity: 0;
	}

	100% {
		margin-top: -0.5rem;
		opacity: 1;
	}
}

@-webkit-keyframes praisetipsmove {
	0% {
		margin-top: 0;
		opacity: 0;
	}

	100% {
		margin-top: -0.5rem;
		opacity: 1;
	}
}


/* .toupiao {
	position: fixed;
	bottom: 3.5rem;
	right: 0.5rem;
	width: 5.24rem;
	height: 4.81rem;
	background: url(dianzan.png) no-repeat;
	background-size: 100% auto;
	z-index: 11;
}
 */

.tupiao-box {
	position: relative;
	right: 0;
}

.toupiao {
	position: absolute;
	bottom: 2.5rem;
	right: 0.5rem;
	width: 5.24rem;
	height: 4.81rem;
	background: url(dianzan.png) no-repeat;
	background-size: 100% auto;
	z-index: 11;
}

.toupiao .tips {
	width: 0.9rem;
	position: absolute;
	z-index: 1000;
	top: -0.5rem;
	right: 3rem;
	opacity: 0;
	animation: praisetipsmove linear 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation: praisetipsmove linear 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.87, 0.2, 1, 1);
}

.toupiao .tips:nth-child(2) {
	transform: rotate(4deg);
	width: 0.78rem;
	top: -1.2rem;
	right: 2rem;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}

.toupiao .tips:nth-child(3) {
	transform: rotate(4deg);
	top: -2rem;
	right: 2.5rem;
	width: 0.66rem;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-duration: 1.4s;
	-webkit-animation-duration: 1.4s;
}

/* .toupiao .tips:nth-child(4) {
	transform: rotate(4deg);
	top: -3rem;
	right: 2rem;
	width: 0.66rem;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
}

.toupiao .tips:nth-child(5) {
	transform: rotate(4deg);
	top: -3rem;
	right: 1rem;
	width: 0.66rem;
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
} */


/* 返回首页 */
.fanhui {
	height: 36px;
	line-height: 36px;
	border-radius: 25px 0 0 25px;
	background-color: #13925e;
	position: absolute;
	top: 13%;
	right: 0;
	z-index: 999;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.7rem;
	padding: 0 15px;
}

.fanhui a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}

.lvyou-text {
	width: 279px;
	width: 8.45rem;
	position: absolute;
	top: 12.00rem;
	right: 0;
	font-size: 0.6rem;
	color: #05b0b3;
	line-height: 20px;
}

.lvyou-text-tips p {
	float: left;
	padding-left: 3px;
	font-size: 0.5rem;
	box-sizing: border-box;
}

.lvyou-text-tips p a {
	color: #05b0b2;
}

.lvyou-tab div {
	cursor: pointer;
}

/* 弹出层 */
.tanchu {
	width: 100%;
	height: 100vh;
	padding: 1rem 0;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.tanchu-box {
	background-color: #fff;
	height: 100%;
	width: 94%;
	margin: 0 auto;
	color: #05b0b2;
	padding: 1rem 0;
	border-radius: 20px;
}

.tanchu-box h4 {
	font-size: 1rem;
	color: #05b0b2;
	text-align: center;
}

.tanchu-box-text {
	font-size: 0.7rem;
	margin: 1rem 0;
	padding: 0 1rem;
	line-height: 160%;
}

.close {
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 10px;
	background-color: #169d7a;
	border-radius: 20px;
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	width: 3.63rem;
	margin-left: -1.81rem;
	font-size: 0.7rem;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 640px) {
	.tanchu {
		width: 640px;
	}
}

.meishi-tab {
	display: flex;
	justify-content: center;
	margin-top: 0.8rem;
}

.meishi-tab span {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0.5rem;
	color: #13b5b1;
	font-size: 0.6rem;
	background-color: #fff;
	border: 1px solid #13b5b1;
}

.meishi-tab span.now {
	background-color: #13b5b1;
	color: #fff;
}

.meishi-tab span:first-child {
	border-radius: 20px 0 0 20px;
}

.meishi-tab span:last-child {
	border-radius: 0 20px 20px 0;
}

.xinzeng-btn {
	position: relative;
	/* margin-bottom: 20px; */
}

.xinzeng-btn a {
	position: absolute;
	top: 1.1rem;
	left: 4.9rem;
	width: 3.63rem;
	height: 1.78rem;
	display: block;
	background-color: transparent;
}

.xinzeng-btn a span {
	display: block;
	text-indent: -9999px;
}

.xinzeng-btn a:nth-child(2) {
	left: 8.6rem;
}

.xinzeng-btn a:nth-child(3) {
	left: 12.5rem;
	width: 5.5rem;
}



.dianzan-num {
	font-size: 0.8rem;
	color: #861111;
	text-align: center;
	position: absolute;
	bottom: 0.3rem;
	width: 90%;
	left: 5%;
	font-weight: bold;
	z-index: 111;
}

/* 区县文字 */
.quxian-text {
	width: 90%;
	margin: 0 auto;
	font-size: 0.7rem;
	color: #595757;
	padding: 15px 0;
}

.quxian-text p {
	text-indent: 2em;
}

.quxian-text a {
	color: #169e7a;
	display: block;
	font-size: 0.75rem;
	text-align: center;
	margin: 10px auto;
}

/* 背景颜色 */
.page1-bg {
	background-color: #fff;
}

/* 底部菜单 */
.footer-menu-box {
	width: 640px;
	margin: 0 auto;
	/* height: 2.62rem; */
	height: 8.90rem;
}

.footer-menu {
	width: 640px;
	left: 50%;
	margin-left: -320px;
	position: fixed;
	bottom: 0;
	height: 2.62rem;
	background-color: #fff;

}



.footer-menu ul {
	width: 90%;
	margin: 0 auto;
}

.footer-menu ul li {
	width: 23.5%;
	float: left;
	background: url(menu-bg1.png) no-repeat;
	height: 2.12rem;
	display: flex;
	align-items: center;
	margin-right: 2%;
	background-size: cover;
	color: #fff;
	font-size: 0.7rem;
}

.footer-menu ul li:last-child {
	margin-right: 0;
}

.footer-menu ul li span {
	padding-left: 15px;
	padding-top: 15px;
	font-style: italic;
}

.footer-menu ul li.current,
.footer-menu ul li:hover {
	background: url(menu-bg2.png) no-repeat;
	height: 2.12rem;
	display: flex;
	align-items: center;
	background-size: cover;
}

/* 标题文字 */
.jingyang-text1,
.jingyang-text2,
.jingyang-text3 {
	position: absolute;
	top: 0;
	left: 0;
}

.jingyang-text1 {
	width: 4.03rem;
	height: 11.57rem;
	left: 4.96rem;
	top: 2.06rem;
}

.jingyang-text2 {
	width: 3.24rem;
	height: 11.33rem;
	left: 9rem;
	top: 3.60rem;
}

.jingyang-text3 {
	width: 4.36rem;
	height: 5.81rem;
	top: 3.60rem;
	left: 11.78rem;
}

/* 精品旅游 */
.jinpin-bg {
	background: linear-gradient(#c6e5e3, #e6eee2, #f2f2e2);

}

.jinpin-title {
	margin-bottom: 1rem;
}

.jinpin-list {
	width: 70%;
	margin: 0 auto;
	margin-top: 1.4rem;
}

.jingpin-img {
	width: 100%;
	height: auto;
	position: relative;
}

.jingpin-img i {
	display: block;
	position: absolute;
	width: 5.69rem;
	top: -0.78rem;
	height: 5.36rem;
	left: -1.57rem;
}

.jingpin-img i img {
	width: 100%;
	height: auto;
}

.jingpin-img img {
	width: 100%;
}



.jinpin-list .jinpin-text {
	margin-top: 0.8rem;
}

.jinpin-list .jinpin-text h4 {
	color: #213a72;
	font-size: 0.9rem;
	font-weight: bold;
}

.jinpin-list .jinpin-text p {
	color: #213a72;
	font-size: 0.7rem;
	padding: 10px 0;
}

.youhui {
	margin: 1rem auto 0;
}

/* 特色商品 */
.tssp-bg {
	background: url(tssp-bg.png) no-repeat #fff;
	background-size: 100% auto;
	width: 100%;
	padding-top: 13.03rem;
}

.tssp1 {
	background: url(tesp-bg1.png) no-repeat;
	width: 100%;
	height: 13.21rem;
	background-size: 100% auto;
}

.tssp2 {
	background: url(tesp-bg2.png) no-repeat;
	width: 100%;
	background-size: 100% auto;
	height: 13.93rem;
}

.tssp3 {
	background: url(tesp-bg3.png) no-repeat;
	width: 100%;
	background-size: 100% auto;
	height: 16.01rem;
}

.tssp1-box,
.tssp2-box,
.tssp3-box {
	width: 86%;
	margin: 0 auto;
	position: relative;
	margin-top: 1.8rem;
}

.jianzhi {
	width: 14.54rem;
	height: 9.84rem;
	left: 0;
	top: 0
}

.tssp1-box p {
	right: 1rem;
	top: 7.5rem;
	color: #000103;
	font-size: 0.6rem;
}

.tssp2-box h4.big-title,
.tssp2-box h4 {
	background: url(1021biaoti-bg.png) no-repeat;
	width: 8.87rem;
	height: 1.93rem;
	background-size: cover;
	text-align: center;
	line-height: 1.93rem;
	font-weight: normal;
	color: #000103;
	font-size: 0.8rem;
}

.tssp2-box h4 {
	background: none;
}

.fengmi {
	right: 0;
	top: 3rem;
}

.tssp2-box p {
	font-size: 0.6rem;
	margin-top: 1rem;
	padding-left: 0.6rem;
}

.tssp3-box h2 {
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
	font-weight: normal;
}

.kuaizi {
	top: 0;
	right: 0;
	width: 5.12rem;
	height: 4.18rem;
}

.ji {
	top: 2.51rem;
	left: 0;
	width: 9.87rem;
	height: 10.45rem;
}

.cai {
	top: 10.06rem;
	right: 4.2rem;
	width: 5.39rem;
	height: 5.39rem;
}

.tssp3-box p {
	right: 0;
	top: 12.27rem;
	bottom: 0;
	display: block;
	height: 40px;
	font-size: 0.6rem;
}

/* 文化 */
.wenhua-bg {
	background: url(1021wenhua.png) no-repeat;
	height: 27.06rem;
	background-size: 100% auto;
}

.wenhua-shipin {
	width: 80%;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-top: 7.42rem;
}

/* 引入框架高度 */
.iframe-box {
	width: 100%;
	height: 139vh;
}

@media screen and (max-width: 414px) {
	.footer-menu-box {
		width: 100%;
	}

	.footer-menu {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		margin-left: 0;
	}

	.iframe-box {
		width: 100%;
		height: 100vh;
	}
}

.leaf {
	top: 0px;
	right: -200px;
	z-index: 100;
	position: absolute;
}

.leaf-donghua {
	animation: tr-lb linear 8s;	
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation: tr-lb linear 8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.87, 0.2, 1, 1);
}

.leaf1 {
	top: -30px;
	right: -100px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	width: 3.51rem;
	height: 1.15rem;
}

.leaf2 {
	top: -30px;
	right: -20px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 5.3s;
	animation-duration: 5.3s;	
	width: 1.287rem;
	height: 0.42rem;
}

.leaf3 {
	top: 150px;
	right: -40px;
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	width: 1.09rem;
	height: 0.6rem;
}
.leaf4 {
	top: 190px;
	right: -5px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	width: 1.96rem;
	height: 1.66rem;
}
.leaf5 {
	top: 230px;
	right: -30px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;	
	width: 1.15rem;
	height: 1.12rem;
}
.leaf6 {
	top: 130px;
	right: -50px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	width: 0.87rem;
	height: 1.48rem;
}

.leaf7 {
	top: 100px;
	right: -30px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;	
	width: 1.15rem;
	height: 1.12rem;
}



@keyframes tr-lb {
	0% {
		transform: translate(-640px, 220px) rotate(0);
	}

	100% {
		transform: translate(0, 470px) rotate(500deg);
	}
}

@-webkit-keyframes tr-lb {
	0% {
		transform: translate(-640px, 220px) rotate(0);
	}

	100% {
		transform: translate(0, 470px) rotate(500deg);
	}
}