/* CSS Document */
html,body{
    min-width: 300px;
	height:100%;
	width:100%;
	-webkit-font-smoothing: antialiased;
}
body{
	padding-top:51px;	
}
*{
  font-family: "klavika-web", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Hiragino Sans GB", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif !important;	
}
.cwTeXYen
,.cwTeXYen *{
  font-family: "cwTeXYen","klavika-web", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Hiragino Sans GB", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif !important;	
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;	
}

.navbar>.container-fluid .navbar-header>a.navbar-brand {
	padding: 15px 0px 15px 5px;
	margin-left:0px;
}
@media screen AND (min-width:768px){
	.navbar>.container-fluid .navbar-header {
		padding-right: 12px;
	}
	
}
.navbar-header>a.nologin {
	padding: 15px 7px 15px 7px !important;
    font-size: 15px;
}
.content1 {
	margin-top:10px;
	padding-bottom:60px;
}
.content1>div {
	max-width:1030px;	
}
.content1 .introtext img{
	max-width: 100%;
    height: inherit;
}

.table1 {
	background-color:#FFF;
		
}
.table1 th{
	background-color: #688449;;
	color:#FFF;
	white-space:nowrap!important;
		
}
.table1 th.title{
	text-align:center;
	background-color: #3F3F3F;;
	color:#FFF;
	font-size: 20px;
}
.table2 {
	background-color:#FFF;
	border-radius: 10px;
}
.table2 th{
	background-color: #008E83;;
	color:#FFF;
	white-space:nowrap!important;
}
/*
.table2 tr:first-child>th:first-child{
	border-top-left-radius:10px;
}
.table2 tr:first-child>th:last-child{
	border-top-right-radius:10px;
}
.table2 tr:last-child>td:first-child{
	border-bottom-left-radius:10px;
}
.table2 tr:last-child>td:last-child{
	border-bottom-right-radius:10px;
}
.table2 th:first-child{
	border-top-left-radius:6px;
}
*/
.table2 th.title{
	text-align:center;
	background-color: #105A49;;
	color:#FFF;
	font-size: 20px;
}
.table3 {
	background-color:#FFF;
	
		
}
.table3 th{
	background-color: #633548;;
	color:#FFF;
	padding:0px !important;
	text-align:center;
}

.table3 tr.space>td{
	border: 1px #FFF solid;
    border-bottom: 1px solid #ddd;
    height: 30px;
}
.table3 tr.space:last-child>td{
    border-bottom: 0px solid #ddd;
    height: 0px;
}
.table3 tr.cpans_tr{
	background-color: #494949;
    color: #FFF;
}

.table3 tr.cpans_data .qdatabox{
	 position: relative;
}
/*.table3 tr.cpans_tr, .table3 tr.cpans_tr2{
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
}
.table3 tr.cpans_tr:last-child{
	border-bottom:3px #000000 solid;
}*/
.table3 th.title{
	color:#FFF;
	font-size:20px;
	background-color: #831643;
	
	margin: 0px;
	padding: 5px;
		
}
.table3 th>span.large{
	
}
.table3 th>span.small{
	display:none;
}


.tablebox {
	widows:100%;
	overflow-x:auto;
	overflow-y:visible;
}
.tablebox2 {
	border-radius:4px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

@media screen and (max-width:370px){
	.table3 th>span.large{
		display:none;
	}
	.table3 th>span.small{
		display:inline;
		font-size:100%;
	}
}


#qrcodeCanvas{
	max-width:300px;
	margin: 30px auto 10px auto;
	padding: 0 30px;
}
#qrcodeCanvas>canvas{
	width:100%;
}
#qrcodeCanvastext{
	text-align:center;
}
.rows.appdownload>div>a {
	width:100%;	
}
a.img_btn>img {
	width:100%;	
}