/* ==================unit=================== */

/* 按钮 */
.u-btn,.u-a-box,.u-a-armyG{
	display:inline-block;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	border-radius:2px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	word-wrap:normal;
	white-space:nowrap;
}
.u-btn-r{
	border:0;
	color:#fff !important;
	background-color:#d71414;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#d71414),to(#c20808));
	background:-webkit-linear-gradient(#d71414,#c20808);
	background:-moz-linear-gradient(#d71414,#c20808);
	background:-ms-linear-gradient(#d71414,#c20808);
	background:linear-gradient(#d71414,#c20808);	
}
.u-btn-r:hover,.u-btn-r:active,.u-btn-r:focus{
	color:#fff !important;
	text-decoration:none;
	background-color:#c20808;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#c20808),to(#d71414));
	background:-webkit-linear-gradient(#c20808,#d71414);
	background:-moz-linear-gradient(#c20808,#d71414);
	background:-ms-linear-gradient(#c20808,#d71414);
	background:linear-gradient(#c20808,#d71414);
}
.u-btn-r-h40{
	width:280px;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	font-family:Microsoft Yahei;
	letter-spacing:1px;
}
.u-btn-r-h30,.u-btn-g-fbd-h30{
	height:30px;
	line-height:30px;
	font-size:12px;
	padding:0 18px;
}
.u-btn-g-fbd{
	border:0;
	color:#999;
	background-color:#e7e7e7;
	cursor:text;
}
.u-btn-g{
	color:#333;
	background-color:#fff;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#e4e4e4));
	background:-webkit-linear-gradient(#fff,#e4e4e4);
	background:-moz-linear-gradient(#fff,#e4e4e4);
	background:-ms-linear-gradient(#fff,#e4e4e4);
	background:linear-gradient(#fff,#e4e4e4);
}
.u-btn-g:hover,.u-btn-g:active{
	color:#333;
	background-color:#e4e4e4;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#e4e4e4),to(#fff));
	background:-webkit-linear-gradient(#e4e4e4,#fff);
	background:-moz-linear-gradient(#e4e4e4,#fff);
	background:-ms-linear-gradient(#e4e4e4,#fff);
	background:linear-gradient(#e4e4e4,#fff);
}
.u-btn-g-h30{
	border:solid 1px #c1c3c5;
	height:28px;
	line-height:28px;
	font-size:12px;
	padding:0 20px;
}
.u-btn-armyG{
	color:#fff;
	background-color:#a19672;
}
.u-btn-armyG:hover,.u-btn-armyG:active{
	color:#fff;
	background-color:#978d6e;
}
.u-btn-armyG-h34{
	border:0;
	height:34px;
	line-height:34px;
	font-size:12px;
	padding:0 27px;
}
.u-a-box{	
	border-radius:0;
	height:16px;
	line-height:16px;
	font-size:12px;
	cursor:pointer;
}
.u-a-box-l,.u-a-box-bg{
	color:#a19672;
	border:solid 1px #a19672;
}
.u-a-box-l:hover,.u-a-box-l:active,.u-a-box-l:focus{
	color:#ff8a01;
	border:solid 1px #ff8a01;
}
.u-a-box-bg:hover,.u-a-box-bg:active{
	color:#fff;
	border:solid 1px #ffb001;
	background-color:#ffb001;
}
.u-a-armyG{
	border-radius:0;
	text-align:right;
	color:#a19672;
}
.u-a-armyG:hover,.u-a-armyG:active{
	color:#c20808;
}
.u-a-armyG .icon{
	display:inline-block;
	width:18px;
	height:15px;
	vertical-align:middle;
}
.u-a-armyG-up .icon{
	background:url(../../../images/v20/common.png) no-repeat 4px 0;
}
.u-a-armyG-up:hover .icon,.u-a-armyG-up:active .icon,.u-a-armyG-up:focus .icon{
	background:url(../../../images/v20/common.png) no-repeat 4px -21px;
}
.u-a-armyG-dn .icon{
	background:url(../../../images/v20/common.png) no-repeat 4px -52px;
}
.u-a-armyG-dn:hover .icon,.u-a-armyG-dn:active .icon,.u-a-armyG-dn:focus .icon{
	background:url(../../../images/v20/common.png) no-repeat 4px -72px;
}
.u-a-armyG-lt .icon{
	background:url(../../../images/v20/common.png) no-repeat 4px -148px;
}
.u-a-armyG-lt:hover .icon,.u-a-armyG-lt:active .icon,.u-a-armyG-lt:focus .icon{
	background:url(../../../images/v20/common.png) no-repeat 4px -124px;
}
.u-a-red{ color:red;}
.u-a-red:hover,.u-a-red:active{ color:red; text-decoration:underline;}
.u-a-blue{ color:#3399ff;}
.u-a-blue:hover,.u-a-blue:active{ color:#3399ff; text-decoration:underline;}
.u-a-bgg{
	padding:1px 2px;
	text-decoration:none;
	background-color:#ccc;
	color:#fff;
}
.u-a-bgg:hover{
	text-decoration:none;
	background-color:#c20808;
	color:#fff;
}


/*提示框*/
.u-bg-tip{
	position:relative;
	min-width:198px;
	line-height: 30px;
	color: #DB7C22;
	font-size: 12px;
	background-color: #ffffe5;
	border: solid 1px #ffb001;
	display: none;
}
.u-bg-tip-arrow{
	position: absolute;
	overflow: hidden;
	font-style: normal;
	font-family: simsun;
	font-size: 20px;
}
.u-bg-tip-arrow em,.u-bg-tip-arrow i{
	position: absolute;
	left:0;
	top:0;
	font-style: normal;
}
.u-bg-tip-arrow em{
	color: #ffb001;
}/*em控制的是尖角边框的颜色*/
.u-bg-tip-arrow i{
	color: #ffffe5;
}/*i控制的是尖角背景的颜色*/

/*上尖角*/
.u-bg-tip-arrow-tp{
	height: 13px;
	width: 40px;
	left:12px;
	top: -13px;
}
.u-bg-tip-arrow-tp em,.u-bg-tip-arrow-tp i{
}
.u-bg-tip-arrow-tp em{
	top: -1px;
}
.u-bg-tip-arrow-tp i{
	top: 0;
}

/*右尖角*/
.u-bg-tip-arrow-rt{
	height: 40px;
	width: 13px;
	right: -13px;
	top: 13px;
}
.u-bg-tip-arrow-rt em,.u-bg-tip-arrow-rt i{ left:-10px; }
.u-bg-tip-arrow-rt i{ left:-11px;}

/*下尖角*/
.u-bg-tip-arrow-bt{
	height: 13px;
	width: 40px;
	left:12px;
	bottom: -13px;
}
.u-bg-tip-arrow-bt em{
	top: -14px;
}
.u-bg-tip-arrow-bt i{
	top: -15px;
}

/*左尖角*/
.u-bg-tip-arrow-lt{
	height: 40px;
	width: 13px;
	left: -11px;
    top: 12px;
}
.u-bg-tip-arrow-lt i{
	left: 2px;
}

.u-bg-tip-con{
	color:#666;
	line-height:20px;
	padding:10px;
}
.u-bg-tip-con strong{
	font-weight:normal;
	color:#ffb001;
}

/* 标题文本-默认大小继承 */
.u-tt{}
.u-tt-sm{font-size:12px;}
.u-tt-md{font-size:14px;}
.u-tt-lg{font-size:16px;}
.u-tt-xl{font-size:18px;}
.u-tt-smb{font-size:12px; font-weight:bold;}
.u-tt-mdb{font-size:14px; font-weight:bold;}
.u-tt-lgb{font-size:16px; font-weight:bold;}
.u-tt-xlb{font-size:18px; font-weight:bold;}
.u-tc-nipt{ color:#999;}
.u-tc-ipt{ color:#333;}
.u-tc-prc{ color:#ec650e;}
.u-tc-sttr{ color:#c20808;}
.u-tc-sttr:hover{ color:#970b0b;}
.u-tc-sttg{ color:#318d11;}
.u-tc-err{ color:#ff0000;}
/*一级栏目*/
.u-tt1{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.u-tt1 span{
	display:inline-block;
	width:9px;
	height:12px;
	background-color:#C20808;
	margin-right:10px;
}
/*二级栏目*/
.u-tt2{
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.u-tt2 span{
	display:inline-block;
	width:12px;
	height:12px;
	margin-left:6px;
	background:url(../../../images/v20/common.png) no-repeat -47px 0;
}

/*各类icon*/
.u-dtic{
	display:inline-block;
	width:20px;
	height:17px;
	vertical-align: text-bottom;
	background:url(../../../images/v20/common.png) no-repeat -140px 0;
}
.u-ipt-date + .u-dtic.u-dtic-outy,.u-ipt-date + .u-dtic.u-dtic-bky{
	position:absolute;
	right:6px;
	top:6px;
}
.u-ipt-date:focus + .u-dtic.u-dtic-outy{
	background:url(../../../images/v20/common.png) no-repeat -176px 0;	
}
.u-ipt-date:focus + .u-dtic.u-dtic-bky{
	background:url(../../../images/v20/common.png) no-repeat -216px 0;	
}
.u-aplus,.u-aminus{
	display:inline-block;
	width:13px;
	height:13px;
	vertical-align: text-bottom;
}
.u-aplus{
	background:url(../../../images/v20/common.png) no-repeat -255px 0;
}
.u-aplus:hover{
	background:url(../../../images/v20/common.png) no-repeat -288px 0;
}
.u-aminus{
	background:url(../../../images/v20/common.png) no-repeat -325px 0;
}
.u-aminus:hover{
	background:url(../../../images/v20/common.png) no-repeat -358px 0;
}
.u-write,.u-dollar{
	font-size:14px;
	color:#a19672;
}
.u-write:hover,.u-dollar:hover{ 
	cursor:pointer;color:#c20808;}
.u-write-icon,.u-dollar-icon{
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align: text-bottom;
}
.u-write-icon{
	background:url(../../../images/v20/common.png) no-repeat -392px 0;
}
.u-write:hover .u-write-icon,.u-write-icon:hover{
	cursor:pointer;
	background:url(../../../images/v20/common.png) no-repeat -428px 0;
}
.u-dollar-icon{
	background:url(../../../images/v20/common.png) no-repeat -460px 0;
}
.u-dollar:hover .u-dollar-icon,.u-dollar-icon:hover{
	background:url(../../../images/v20/common.png) no-repeat -489px 0;
}
.u-warn{
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:middle;
	background:url(../../../images/v20/common.png) no-repeat -97px -1px;	
}
/*表单*/

/*表单的文本输入框 */
.u-ipt{
	padding:0 10px;
	height:28px;
	border:1px solid #e0e0e0;
	line-height:28px;
	vertical-align:middle;
	font-size:12px;
	color:#999;
	background:#fff;
}
.u-ipt:focus{border:1px solid #ffaf01;}
.u-ipt-err{
	border-color:#c00 #e00 #ff0000;
}

/*表单的label*/
.u-iptl{
	line-height:30px;
	padding-right:10px;
	text-align:right;
}

/*表单的tips*/
.u-tip{
	line-height:30px; 
    font-size:12px; 
	color:#999;
	vertical-align:middle;
}
.u-tip b{
	width:20px;
	height:30px;
	line-height:30px;
	color:#ff0000;
	text-align:center;
}
.u-tip-err{
	position:absolute;	
	border:solid 1px #ffcc7f;
	background:url(../../../images/v20/common.png) no-repeat 4px -183px #ffffe5;
	padding:0 5px 0 20px;
	line-height:22px;
	_width:84%;
	left:0;
}

/*表单的输入区*/
.u-sel{
	height:28px;
	line-height:28px;
	padding-left:10px;
	font-size:12px;
	background-color:#fff;
}