/* ==================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;
    background-color:#d71414;
    background:-webkit-gradient(linear,0% 0%,0% 100%,from(#d71414),to(#c20808))!important;
    background:-webkit-linear-gradient(#d71414,#c20808)!important;
    background:-moz-linear-gradient(#d71414,#c20808)!important;
    background:-ms-linear-gradient(#d71414,#c20808)!important;
    background:linear-gradient(#d71414,#c20808)!important;
}
.u-btn-r:hover,.u-btn-r:active,.u-btn-r:focus{
    color:#fff;
    background-color:#c20808;
    background:-webkit-gradient(linear,0% 0%,0% 100%,from(#c20808),to(#d71414))!important;
    background:-webkit-linear-gradient(#c20808,#d71414)!important;
    background:-moz-linear-gradient(#c20808,#d71414)!important;
    background:-ms-linear-gradient(#c20808,#d71414)!important;
    background:linear-gradient(#c20808,#d71414)!important;
}
.u-btn-r-h40{
    width:280px;
    height:40px;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    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,.u-btn-g:focus{
    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-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,.u-a-box-bg:focus{
    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,.u-a-armyG:focus{
    color:#c20808;
}
.u-a-armyG-up .icon{
    display:inline-block;
    width:18px;
    height:15px;
    vertical-align:middle;
    background:url(../Images/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/common.png) no-repeat 4px -21px;
}
.u-a-armyG-dn .icon{
    display:inline-block;
    width:18px;
    height:15px;
    vertical-align:middle;
    background:url(../Images/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/common.png) no-repeat 4px -72px;
}
.u-a-red{ color:red;}
.u-a-red:hover,.u-a-red:active{ color:red;}


/*提示框*/
.u-bg-tip{
    position:relative;
    padding:10px;
    line-height: 30px;
    color: #DB7C22;
    font-size: 12px;
    background-color: #ffffe5;
    border: solid 1px #ffb001;
    display: none;
}
.u-bg-tip-top{
    position: absolute;
    overflow: hidden;
    font-style: normal;
    font-family: simsun;
    font-size: 20px;
    height: 13px;
    width: 40px;
    left:50%;
    margin-left:-6px;
    top: -13px;
}
.u-bg-tip-top em,.u-bg-tip-top i{
    position: absolute;
    left:0;
    top:0;
    font-style: normal;
}
.u-bg-tip-top em{
    color: #ffb001;
    top: -1px;
}/*em控制的是尖角边框的颜色*/
.u-bg-tip-top i{
    color: #ffffe5;
    top: 0;
}/*i控制的是尖角背景的颜色*/
.u-bg-tip-con{
    color:#666;
    line-height:20px;
}
.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-sttg{ color:#318d11;}
.u-tc-err{ color:#ff0000;}
/*一级栏目*/
.u-tt1{
    font-size:16px;
    font-weight:bold;
    color:#333;
    vertical-align:middle;
}
.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;
    vertical-align:middle;
}
.u-tt2 span{
    display:inline-block;
    width:12px;
    height:12px;
    margin-left:6px;
    background:url(../Images/common.png) no-repeat -47px 0;
}


/*表单*/

/*表单的文本输入框 */
.u-ipt{
    padding:0 20px;
    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/common.png) no-repeat 4px -93px #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;
}