@charset "utf-8";
/* CSS Document */

*{font-family:"微软雅黑";}
html{background-color:#f2f2f2;}
/*
/*页面头部标题start
*/
.uc-page .uc-header {
    background-color: #FE5E44;
    border-bottom: 1px solid #D32D12;
    height: 39px;
    text-align: center;
    width: 100%;
	overflow:hidden;
}
.uc-page .uc-header .uc-header-title {
	position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.uc-page .uc-header .uc-header-title .uc-title-text {
	color: #FFFFFF;
	font-size:16px;
	font-weight:normal;
	position: relative;
}
.uc-page .uc-header .uc-header-title .uc-title-text.uc-icon-has {
	margin-left:30px;
}
.uc-page .uc-header .uc-header-title .uc-title-icon {
	left: -30px;
    position: absolute;
    top: 0px;
}
.uc-page .uc-header .uc-header-title .uc-icon-left {
	position: absolute;
    left: 10px;
    top: 0;
    width: 50%;
	height: 40px;
	text-align:left;
}
.uc-page .uc-header .uc-header-title .uc-icon-left img {
	padding-top:10px;
}
/*页面头部标题end*/

/*页面内容start*/
.uc-page .uc-content {
	padding:9px;
	overflow:hidden;
}
/*页面内容end*/

/*错误提示 start*/
.error{position:fixed;left:0;top:100px;display:none;z-index:9999;text-align:center;width:100%;}
.error span{background:#333;color:#fff;padding:10px 30px;border-radius:.4em;margin:0 50px;display:block;}
/*错误提示 end*/

.cls{
	clear:both;
}
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

/*提交按钮*/
.btn-panel{margin-top:10px;text-align:center;margin-bottom:10px;}
.btn-panel .btn-orange{
	background-color:#f26a50;
	border:1px solid #df5237;
	border-radius:4px;
	height:35px;
	line-height:35px;
	display: inline-block;
	text-align: center;
	width: 99%;
	cursor:pointer;
	color: #FFFFFF;
}