/*touch站规范 */
/*颜色 */
@linkColor: #46d264;
@priceColor: #ff8400;
@warnColor: #ff8400;
@topbarColor: #f5f5f5;
@h1Color: #333;
@h2Color: #7f7f7f;
@h3Color: #ccc;
@descColor: #777;
@tipColor: #ccc;
@bodyBgColor:#f0f0f0;

/*字体 */
@h1Size: 36px;
@liTitleSize: 32px;
@liDescSize: 24px;
@priceSize: 40px;

/* 按钮 */
.Btn-common{
	text-align: center;
	font-family: "Hiragino Sans GB";
	border-radius: 10px; 
	border: 0 none;
	outline: 0;
	padding: 0;
}
.Btn-highlight{
	color: white;
	background: #ff8400;
}
.Btn-lowlight{
	background: rgb(204,204,204);
}
.Btn-disable{
	background: #ccc;
	color: #f0f0f0;
}
.Btn-grade-1{
	height:80px;
	max-width: 440px;
	width: 100%;
	font-size: @h1Size;
}
.Btn-grade-2{
	width: 100px;
	height: 50px;
	font-size: 24px;
}
.Btn-other{
	width: 150px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: white;
	background: #46d264;
}
/* label */
.Label-common{
	font-size: 18px;
	color: white;
	border-radius: 4px;
}
