@charset "utf-8";
/* CSS Document  font-family:"Microsoft YaHei",Arial,SimHei, sans-serif;*/

.blue{
	color:#3b8cff!important;
}

.bg-blue{
	background-color:#3b8cff!important;
	color:white!important;
}

.bd-blue{
	border:1px solid #3b8cff!important;
}

.blue-link{
	color:#333;
}

.blue-link:hover{
	color:#3b8cff;
	text-decoration:underline;
}

.white{
	color:#ffffff!important;
}

.red{
	color:#ff4c4c!important;
}

.bg-red{
	background-color:#ff4c4c!important;
	color:white!important;
	border:1px solid #ff4c4c!important;
}

.orange{
	color:#ff5000!important;
}

.bg-orange{
	background-color:#ff5000!important;
	color:white!important;
}

.bd-orange{
	border:1px solid #ff5000!important;
}


.yellow{
	color:#f5bd23!important;
}

.green{
	color:#63bd62!important;
}

.black{
	color:black!important;
}

.gray-20per{
	color:#333333!important;
}

.gray-40per{
	color:#666666!important;
}

.gray-60per{
	color:#999999!important;
}

.gray-80per{
	color:#cccccc!important;
}

.gray-90per{
	color:#e5e5e5!important;
}

.bg-gray{
	background-color:#f9f9f9!important;
}

.bg-gray-20per{
	background-color:#333333!important;
}

.bg-white{
	background-color:#ffffff!important;
}


.button{
	padding:10px 40px;
	text-align:center;
	cursor:pointer;
	border-radius:4px;
	border:1px solid #3b8cff;
}

.button-gradual{
	padding:10px 30px;
	text-align:center;
	cursor:pointer;
	border-radius:4px;
	background: -webkit-linear-gradient(left, #52b5fb , #0f91f3); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #52b5fb, #0f91f3); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #52b5fb, #0f91f3); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #52b5fb , #0f91f3); /* 标准的语法（必须放在最后） */
}

.button-s{
	padding:6px 15px;
	text-align:center;
	cursor:pointer;
	border-radius:4px;
	border:1px solid #3b8cff;
}

.button-xs{
	padding:5px 10px;
	text-align:center;
	cursor:pointer;
	border-radius:4px;
	border:1px solid #3b8cff;
}

.button-secondary{
	padding:10px 40px;
	text-align:center;
	cursor:pointer;
	border-radius:4px;
	border:1px solid #cccccc;
}

.button-third{
	padding:10px 40px;
	text-align:center;
	cursor:pointer;
	border-radius:4px;
	border:1px solid #3b8cff;
	color:#3b8cff;
}

.gradual{
	background: -webkit-linear-gradient(left, #52b5fb , #0f91f3); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #52b5fb, #0f91f3); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #52b5fb, #0f91f3); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #52b5fb , #0f91f3); /* 标准的语法（必须放在最后） */
}

.panel-orange{
	border-color:#F18E26;
}

.panel-orange .panel-heading{
	background-color:#F18E26;
}

.panel-orange .panel-heading .panel-title{
	color:#ffffff;
}

.panel-red{
	border-color:#EC5049;
}

.panel-red .panel-heading{
	background-color:#EC5049;
}

.panel-red .panel-heading .panel-title{
	color:#ffffff;
}

.panel-blue{
	border-color:#0095B7;
}

.panel-blue .panel-heading{
	background-color:#0095B7;
}

.panel-blue .panel-heading .panel-title{
	color:#ffffff;
}

.panel-green{
	border-color:#6AB298;
}

.panel-green .panel-heading{
	background-color:#6AB298;
}

.panel-green .panel-heading .panel-title{
	color:#ffffff;
}

.panel-purple{
	border-color:#585EAA;
}

.panel-purple .panel-heading{
	background-color:#585EAA;
}

.panel-purple .panel-heading .panel-title{
	color:#ffffff;
}

.panel-yellow{
	border-color:#FCAF17;
}

.panel-yellow .panel-heading{
	background-color:#FCAF17;
}

.panel-yellow .panel-heading .panel-title{
	color:#ffffff;
}


























