@keyframes langl{
	from{transform: translateX(0);}
	to{transform: translateX(-90%);}
}
@-moz-keyframes langl{
	from{transform: translateX(0);}
	to{transform: translateX(-90%);}
}
@-ms-keyframes langl{
	from{transform: translateX(0);}
	to{transform: translateX(-90%);}
}
@-webkit-keyframes langl{
	from{transform: translateX(0);}
	to{transform: translateX(-90%);}
}
@keyframes langr{
	from{transform: translateX(-90%);}
	to{transform: translateX(0%);}
}
@-moz-keyframes langr{
	from{transform: translateX(-90%);}
	to{transform: translateX(0%);}
}
@-ms-keyframes langr{
	from{transform: translateX(-90%);}
	to{transform: translateX(0%);}
}
@-webkit-keyframes langr{
	from{transform: translateX(-90%);}
	to{transform: translateX(0%);}
}
body{
	height: 6.67rem;
	position: relative;
	display: none;
}
#share{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
#share img{
	width: 50%;
	float: right;
}
.title{
	font-size: 24px;
    line-height: 28px;
    color: #79797b;
    text-align: center;
    padding-top: 0.6rem;
    font-weight: 100;
}
.desc_eng{
    font-size: 12px;
    text-align: center;
    color: #afafb3;
    margin-top: 0.1rem;
    font-weight: 100;
}
.bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.bottom p{
    font-size: 10px;
    color: #F0FFFF;
    text-align: center;
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    z-index: 100;
    /*transform: scale(0.83);*/
}

.bottom p a{
	position: relative;
	font-size: 10px;
    color: #F0FFFF;
	text-decoration: none;
}

.bottom img{
	width: 1100%;
	display: block;
	position: absolute;
	bottom: 0;
}
.bottom img:first-child{
	animation: langl 27s linear infinite;
}
.bottom img:last-child{
	animation: langr 25s linear infinite;
	transform: translateX(-90%);
}

.bottom p a img{
	display: inline-block;
	animation: none !important;
	transform: none !important;
	width: 16px;
	height: 16px;
	position: relative;
	left: 0;
    top: 3px;
    margin-right: 2px;
}

.qyl_desc{
	text-align: center;
	font-size: 14px;
	color: #8E8E93;
	margin-top: 0.2rem;
	font-weight: 100;
}
.app_logo{
	width: 1em;
	height: 1rem;
	margin: 0 auto;
	margin-top: 0.7rem;
	border-radius: 0.04rem;
}
.app_logo img{
	width: 100%;
	display: block;
}
.down_load_btn{
	color: rgb(32, 183, 188);
	font-weight: 100;
	width: 1.64rem;
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 14px;
	background-color: #ffffff;
	box-shadow: 4px 4px 15px 0px 
		rgba(52, 141, 255, 0.1);
	border-radius: 100px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.45rem;
}


