html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,input,q,b,dl,dt,dd,ol,ul,li,form,label,canvas{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
}
	body{ 
		margin: 0px; 
		padding: 0px; 
		border:0px; 
		background-color: #FFF; 
	}
	
 	@media screen and (min-width: 768px) {
 		.logo{
			margin-top: 3px;
 		} 
 		#mb{
 			display: none;
 		} 
		
 		#pc{ 
 			margin: 0px auto; 
 			text-align: center; 
 			height: 100%; 
 		} 
 		#header{ 
 			text-align: center; 
 			border-bottom:3px solid #F5C030;
 			height: 74px;
 			} 
 		#content{
 			text-align: center; 
 			padding-bottom: 10%; 
 			} 
 		#content .title{ 
 			padding-top: 40px; 
 			padding-bottom: 20px; 
 			font-size: 20px; 
 			color: #000000;
 		} 
 		#content .qrcode{
			
 			width: 188px; 
 			height: 188px; 
 			border: none; background: url("../img/DriverQrCode/DriverQrCode.png") no-repeat;
 			background-size: 188px 188px; 
 			box-shadow:3px 3px 12px gray; 
 			border-radius:20px; 
 			display: inline-block;
 		} 
 		#content .tip_1{padding-top: 20px; 
 			padding-bottom: 60px; 
 			font-size: 16px; 
 			color: #a9a9a9;
 		} 
 		#content .tip_2{
 			font-size: 18px; 
 			color: #666666; 
 			padding-bottom: 15px;
 		} 
 		#content a{
 			display: inline-block; 
 			width:75px; 
 			height:75px; 
 			margin:0px 17px 12px 17px; 
 			vertical-align: top; 
 			text-decoration: none; 
 		} 
 		#content a.ios{
 			background: url("../img/DriverQrCode/btn-app-store-single.png"); 
 			background-color: rgba(0, 0, 0, 0.3); 
 			border-radius:20px; 
 			background-size:75px 75px; 
 	} 
 		#content a.android{ 
 			background: url("../img/DriverQrCode/btn-google-play-single.png"); 
 			background-color: rgba(0, 0, 0, 0.3); 
 			border-radius:20px; 
 			background-size:75px 75px; 
 	}
 		#content a span{ color:#666666; 
 			font-size:18px; 
 			display: inline-block; 
 			text-decoration: none; 
 			position: relative; 
 			margin-top: 87px; 
 			vertical-align: top; 
 		} 
 		#content a span.little{ margin: 0px; 
 			font-size:12px; 
 			color:#666666; 
 			position: relative; 
 			top:-4px; 
 			left:20px; 
 		} 
 		#footer {text-align: center; 
 			color: #878787; 
 			background-color: #ebebeb; 
 			font-size:12px; 
 			line-height: 40px; 
 			position: fixed; 
 			bottom: 0; 
 			left: 0; 
 			width: 100%;
 		} 
 	} 
	
	@media screen and (max-width: 768px) { 
		#pc{
			display: none;
		}
		
		#mb{ 
			margin: 0px auto; 
			text-align: center; 
			height: 100%;
			background-color: #000; 
		}
		#header_mb{
			text-align: center; 
			padding-top: 13%;
			background-color: #000; 
		}
		#content_mb{
			text-align: center; 
			padding-bottom: 10%; 
			background-color: #000; 
			margin-bottom: 50px;
		} 
		#content_mb .title{
			font-size: 1.4em; 
			font-weight: bold;
			color: #fac834; 
			padding-bottom: 30px;
			background-color: #000;
		}
		#content_mb .tip_2{
			font-size: 0.8em; 
			color: #FFF; 
			padding-bottom: 15px;
		} 
		#content_mb a{
			display: inline-block; 
			width:53px; 
			height:53px; 
			margin: 9px 12px 6px; 
			vertical-align: top; 
			text-decoration: none; 
		} 
 		#content_mb a.ios{
 			background: url("../img/DriverQrCode/btn-app-store-single.png"); 
 			background-color: rgba(255, 255, 255, 0.2); 
 			border-radius:10px; 
 			background-size:53px 53px; 
 		} 
 		#content_mb a.android{ 
 			background: url("../img/DriverQrCode/btn-google-play-single.png"); 
 			background-color: rgba(255, 255, 255, 0.2); 
 			border-radius:10px; 
 			background-size:53px 53px; 
 		} 
 		#content_mb a span{ color:#FFF; 
 			font-size:0.8em; 
 			display: inline-block; 
 			text-decoration: none; 
 			position: relative; 
 			margin-top: 61px; 
 			vertical-align: top; 
 		} 
 		#content_mb a span.little{ 
 			margin: 0px; 
 			font-size:8px; 
 			color:#666666; 
 			position: relative; 
 			top:-2px; 
 			left:11px; 
 		} 
		
		#footer_mb{
			color: #878787; 
			background-color: #ebebeb; 
			line-height: 50px; 
			position: fixed; 
			bottom: 0; 
			left: 0; 
			width: 100%;
		}
	}