/*header*/
.header .logo{ margin: 10px 0; }
.header .logo img{ width: 106px; 
	height: 40px;
}
.header a{ color: #ccc; }
.headerL{ justify-content: flex-start; }
.headerL ul{ margin:22px 0 0; }
.headerL ul li{ padding: 0 20px; 
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #ccc;
}
.headerL .pr:hover .appqr{ display: flex; }
.appqr{ width: 120px; 
	top: 42px;
	left: 0;
	flex-wrap: wrap;
	display: none;
	z-index: 99;
}
.appqr span{ width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	margin-left: 54px;
	border-bottom:8px solid #333;
}
.appqr img{ width: 100px; 
	height: 100px;
	border:10px solid #333;
	border-radius: 10px;
}

.headerL ul li:first-child{ border:none; }
.headerR{ margin: 20px 0; }
.headerR a,.headerR span{ margin-left: 20px; }

.headerL .pr .tag{ 
	color: #fff;
	margin-left: 5px;
	font-size: 12px;
	padding: 0 5px;
	height: 20px;
	cursor: pointer;
	line-height: 20px;
	background: #5be;

}
.themeBlue .headerL .pr .tag{ background-color: #5be;}
.themeRed .headerL .pr .tag{ background-color: #e55;}
.themeGreen .headerL .pr .tag{ background-color: #5b5;}
.themeYellow .headerL .pr .tag{ background-color: #fc0; color: #333;}
.themeCyan .headerL .pr .tag{ background-color: #4cb;}
.themeOrange .headerL .pr .tag{ background-color: #f80;}
.themePurple .headerL .pr .tag{ background-color: #90f;}

/*footer*/
.footer p{ line-height: 21px; }
.footer a{ color: #ccc; }

/*blue*/
.themeBlue .h_regBtn,.themeBlue .header a:hover,.themeBlue .footer a:hover{ color: #5be; }

/*red*/
.themeRed .h_regBtn,.themeRed .header a:hover,.themeRed .footer a:hover{ color: #e55; }

/*green*/
.themeGreen .h_regBtn,.themeGreen .header a:hover,.themeGreen .footer a:hover{ color: #5b5; }

/*yellow*/
.themeYellow .h_regBtn,.themeYellow .header a:hover,.themeYellow .footer a:hover{ color: #fc0; }

/*cyan*/
.themeCyan .h_regBtn,.themeCyan .header a:hover,.themeCyan .footer a:hover{ color: #4cb; }

/*orange*/
.themeOrange .h_regBtn,.themeOrange .header a:hover,.themeOrange .footer a:hover{ color: #f80; }

/*purple*/
.themePurple .h_regBtn,.themePurple .header a:hover,.themePurple .footer a:hover{ color: #90f; }