@charset "utf-8";
html{width: 100%; position: relative; margin: 0; padding: 0px; height: 100%;}
body{width: 100%; position: relative; margin: 0; padding: 0px;overflow-x: hidden; overflow-y: auto; font-family: '微软雅黑';height: 100%;}
p{margin: 0;padding: 0;}
.big-box{
	background-image: linear-gradient(to right bottom,#3fa9f5,#018ae0); height: 100%; min-height: 612px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	width: 100%; position: relative; margin: 0; float: left;padding: 0px 0px 0px 0px; overflow: hidden;
}

.data-box{
	width: 80%; height: auto; overflow: hidden; position: absolute; z-index: 2; border-radius: 4px;
	border: 2px solid #ffffff; top:50px; left: 10%; padding: 50px 0;
}

.data-label-a{
	width: 100%; text-align: center; font-size: 25px; line-height: 40px; color: #FFFFFF;
}

.data-label-b{
	width: 100%; text-align: center; font-size: 18px; line-height: 30px; color: #FFFFFF; margin-top: 5px;
}

.app-logo{
	width: 120px; height: 120px; margin-left: auto; margin-right: auto;position: relative; overflow: hidden; margin-top: 50px;
	display: block;background-color: #fff;border-radius: 8px;
}

.button-box{
	width: 100%; position: relative; overflow: hidden; margin-top: 40px; padding: 10px 0px;
}

.button-a{
	width: 80%;text-align: center;margin-left: auto;margin-right: auto;background-color: #ffffff;font-size: 18px;line-height: 24px;
	padding: 10px;border-radius: 4px;color: #555555;box-shadow: -1px 1px 3px #555555;cursor: pointer; box-sizing: border-box;
	-webkit-user-select:none;-moz-user-select:none-ms-user-select:none;
}

.button-a-tips{
	width: 80%;text-align: center;margin-left: auto;margin-right: auto;  font-size: 14px; line-height: 24px; color: #FFFFFF;
	text-align: center;
}

.button-a:active{
	background-color: #f1f1f1;box-shadow:none;
}

.tips-box{
	width: 100%; height: 100%; position: fixed; z-index: 101; background-color: #333333; opacity: 0.95; display: none;
}

.tips-img{
	width: 96%; height: atuo; position: absolute; z-index: 101;
	left: 2%; top: 20px; display: block;
}