﻿
/* 通用 */

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.clickable {
	cursor: pointer;
}

.hide {
    display: none;
}

.clearfix:after {
	content: '';
	clear: both;
	zoom: 1;
}

/* 页面内容 */

.container {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.container .download-btn {
	top: 85px;
	right: 70px;
	position: absolute;
    width: 84px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #fff;
    color: #ff9900;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
	text-decoration: none;
}

.container .logo {
	width: 100%;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.container .traffic {
	position: absolute;
	left: calc(50% - 110px);
}


.traffic {
	width: 220px;
	height: 80px;
}

.traffic .qrcode {
	float: left;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.traffic .info {
	float: left;
}

.traffic .info .swipe-tip {
	color: #000;
	width: 80px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	text-align: center;
	margin-top: 16px;
	margin-left: 40px;
}

.traffic .info .swipe-tip:before {
	content: '';
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 12px solid transparent;
	margin-left: -36px;
	position: absolute;
}

.traffic .info .msg {
	color: #fff;
	width: 120px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}

.container .button {
	cursor: pointer;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 30px;
    font-family: Arial, "Microsoft Yahei", 微软雅黑;
    font-size: 14px;
    line-height: 16px;
}

.footer .police {
    width: 14px;
    vertical-align: middle;
}

.show-small {
	display: none;
}

/* 小屏适配 */

@media (max-width: 750px) {
	.container .download-btn {
		top: 26px !important;
		right: 13px !important;
	}

	.traffic {
		display: none !important;
	}

	.show-small {
		display: block !important;
	}

	.hide-small {
		display: none !important;
	}
}
