*{
	padding: 0px;
	margin: 0px;
	font-family: 'PingFang SC', 'Hiragino Sans GB', 'Open Sans','Microsoft YaHei', '微软雅黑',sans-serif;
}

body{
	background-color: #F85858;
}

.wrapper {
}

.container {
	padding-top: 120px;
}

/*语言栏*/
.lang{
	background: #FAFAFA;
	width: 100%;
	position: fixed;
}

.lang .text{
	font-size: 14px;
	color: #6A6A6A;
	line-height: 34px;
	text-align: right;
	max-width: 786px;
	margin: auto;
	padding-right: 15px;
}

/*移动版*/
.m-logo {
	margin-left: auto;
	margin-right: auto;
}

	.m-logo-zh {
		width: 271px;
		height: 82px;
		background: url('images/m-logo-zh.png') center no-repeat;
		background-size: 271px 82px;
	}

	.m-logo-es {
		width: 225px;
		height: 102px;
		background: url('images/m-logo-es.png') center no-repeat;
		background-size: 225px 102px;
	}

.version{
	margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 9px;
}

.tips{
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	color: #fff;
}

.qrcode{
	width: 120px;
	height: 120px;
	background: url('images/qrcode.png') center no-repeat;
	background-size: 120px 120px;
	margin: auto;
	margin-top: 40px;
}

.zhaoshang{
	margin: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}

.zhaoshang a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

div#ios_bt{
	margin:60px auto 0px auto;
	height:47px;
	width:160px;
	background:url('images/appstore_bt.png')no-repeat;
	background-size:160px 47px;
	background-position:0px 0px;
}
div#playstore_bt{
  margin:60px auto 0px auto;
  height:38px;
  width:130px;
  background:url('images/android_bt.png')no-repeat;
  background-size:130px 82px;
  background-position:0px 0px;
}
div#apk_bt{
  margin:9px auto 0px auto;
  height:42px;
  width:130px;
  background:url('images/android_bt.png')no-repeat;
  background-size:130px 82px;
  background-position:0px -44px;
}

div#ios_bt,div#playstore_bt,div#apk_bt {
  display: none;
}
