html {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	/*font-size:62.5%;*/
	/*谷歌浏览器最小字体12px*/
	-webkit-text-size-adjust: 100%;
	/*100%,none 关闭字体大小自动调整功能*/
	/*a标签及拥有 :active 伪类的元素去除高亮显示的效果*/
	-webkit-tap-highlight-color: transparent;
	/*禁止文本被选中*/
	-webkit-user-select: none;
}

body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	/*开启mobile网页快速滚动和回弹的效果*/
	overflow-scrolling: touch;
	background-color: white!important;
}

form {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: url(cjkBg.jpg) repeat;
	position: relative;
	
}
#wrap{
	
}
#wrap h1 {
	width: 100%;
	height: 75px;
	line-height: 100px;
	text-indent: 30px;
	color: #fff;
	text-shadow: 0 1px 0px #b1acac, 0 2px 0 #b1acac, 0 3px 0 #b1acac, 0 0 10px #fff;
	border: none!important;
	display: none!important;
}

#wrap .card {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
	
	background-size: 100% 100%;
	
	padding-bottom: 0px;
	background-color: #FFD302;
	width: 93%;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	box-shadow: -2px -2px 4px #947A00 inset;
}

#wrap .card .img {
	width: 95%;
	margin: 0 auto;
}

#wrap .card img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#wrap>span {
	display: block;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	background-color: #0194e2;
	box-shadow: inset -2px -2px 4px 0px #004a8d;
}
#wrap .card> p {
	display: block;
	width: 160px;
	background: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #0194E2;
	border-radius: 10px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	
}
.breadcrumb{
	color: #0a73ff!important;
	margin-left: 20px;
	margin-top: 0px!important;
	padding-top: 20px!important;
}
.breadcrumb li{
	color: #0a73ff!important;
}
.breadcrumb li a{
	color: #0a73ff;
}
.ckgd{
	margin-top: 20px!important;
	margin-bottom: 0px!important;
	box-shadow: inset -2px -2px 4px 0px #004a8d!important;
}