/*----------bootstrap----------*/
.btn,.btn:hover{
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
}
.input-group .form-control{
	position: static;
}
.form-group{
	margin-bottom: 30px;
}
.help-block{
	margin-bottom: 0;
}
.breadcrumb-right:after{
	display: block;
	content: "";
	clear: both;
}
.breadcrumb-right li{
	float: right;
}
.breadcrumb-right>li+li:before{
	padding: 0;
	content: none;
}
.breadcrumb-right>li+li:after{
	padding: 0 5px;
	content: '>';
	color: #ccc;
}
.input-group{
	width: 100%;
}
.input-group-addon{
	top: 0;
	width: 45px;
	text-align: center;
}
.form-horizontal .has-feedback .form-control-feedback{
	right: 20px;
}


.checkbox label, .radio label{
	padding-left: 0;
}
.checkbox-inline, .radio-inline{
	padding-left: 0;
}
[class*="icheckbox_"],[class*="iradio_"]{
	margin-right: 10px;
}
input[type="checkbox"]{
	display: none;
}
input[type="radio"]{
	display: none;
}
.form-horizontal .form-group-inline .form-group{
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.form-group .control-label{
	padding-top: 7px;
}
.form-group .control-label-name-mark{
    font-size: 12px;
    color: #999;
}
.form-group-inline .form-group>.control-label{
	float: left;
	margin-right: 10px;
}
.form-group-inline .form-group>div{
	float: left;
	margin-right: 10px;
}
.form-horizontal .form-group-inline{
	margin-bottom: 10px;
}
.form-horizontal .form-group-inline .form-group{
	float: left;
	margin-bottom: 20px;
}
.form-horizontal .form-group-inline .form-control-feedback{
	right: 15px;
}
.form-group-inline [class*="col-"] label+div,.form-group-inline [class*="col-"] .form-group:first-child{
    /*width: 100%;*/
}
.form-group-inline .help-block{
    max-width: 90%;
    position: absolute;
    margin-top: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-horizontal .form-group-inline .checkbox{
    padding-right: 30px;
}

.form-inline{
	vertical-align: middle;
}
.form-inline:after{
	display: block;
	content: '';
	clear: both;
}
.form-inline .help-block{
	position: absolute;
}
.form-inline .has-feedback .form-control-feedback{
	right: 5px;
}
.form-inline>.form-group{
	width: 100%;
	margin-bottom: 50px;	
}
.form-inline>.form-group>label{
	margin-bottom: 0;
	padding-top: 7px;
	text-align: right;
}
.form-inline .form-group-fluid,.form-inline .form-group-fluid .form-group,.form-inline .form-group-fluid .form-control{
	width: 100%;
}
.form-inline .form-group-fluid .control-label{
	display: none;
}
.form-inline .radio-inline{
	padding-top: 7px;
}
.form-inline .form-group>.form-group{
	position: relative;
}
.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fe-form-submit{
    margin-bottom: 15px;
}
.checkbox-inline, .radio-inline{
    margin-left: 0;
    margin-right: 10px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0;
}
.fe-form-radio [class*=col-]>div,.fe-form-checkbox [class*=col-]>div{
    padding-right: 34px;
}
.pagination>li>a{
    margin-bottom: 10px;
}
.pagination>li>a, .pagination>li>span{
    /*margin-left: 0;*/
    /*border-right: 0;*/
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    /*border-right-width: 1px;*/
}

/*----------bootstrap----------*/

/*----------fontawesome----------*/

.input-group-addon.fa{
	display: table-cell;
}
.fe-fa-qq:before{
    content: "\f1d6";
}
.fe-fa-weixin:before{
    content: "\f1d7";
}
.fe-fa-weibo:before{
    content: "\f18a";
}
/*----------fontawesome----------*/

.fe-clear:after{
	content: '';
	display: block;
	clear: both;
}
#fe-getPath{
    background-image: url(image/getpath.gif);
    display: none;
}
.fe-hidden{
    display: none;
}
/*竖直居中*/
.fe-center-border{
    width: 100%;
    height: 100%;
    display: table;
}
.fe-center-main{
	vertical-align: middle;
    display: table-cell;
}
/*异步数据*/
.feAjax-tpl{
    display: none;
}
.feAjax-loadingBorder{
    position: absolute;
    z-index: 100;
    margin: 0;
    display: none;
}
.feAjax-loadingBg{
    position: absolute;
    margin: 0;
    background-color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70)\9;
}
img.feAjax-loading{
    display: block;
    position: absolute;
}
.fe-ajax-group .fe-ajax{
    display: none;
}
/*模态层*/
#feModalLayer-border{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	display: none;
}
#feModalLayer-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70)\9;
    z-index: 1;
}
#feModalLayer-main{
	width: 100%;
	height: 100%;
	position: absolute;
    z-index: 2;
}
#feModalLayer-close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
    text-align: center;
    line-height: 33px;
    font-size: 35px;
    color: #000;
	background-color: #ddd;
	border-radius:20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    cursor: pointer;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
}
#feModalLayer-close:hover{
    background-color: #aaa;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
}
#feModalLayer-close:active{
    background-color: #808080;
}
.feModalLayer-tpl{
    display: none;
}
#feModalLayer-tpl{
    position: absolute;
    width: auto;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
/*确定对话框*/
#feAlert-bg{
	position: absolute;
	z-index: 1;
}
#feAlert-body{
	position: absolute;
	z-index: 2;
}
#feAlert-header{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
#feAlert-icon{
	float: left;
}
#feAlert-title{
	float: left;
    margin-top: 4px;
	letter-spacing: 1px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#feAlert-close{
	float: right;
	padding-bottom: 2px;
	cursor: pointer;
}
#feAlert-close:hover{
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70)\9;
}
#feAlert-close:active{
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50)\9;
}
#feAlert-main{
    margin: 20px;
    overflow-y: auto;
}
#feAlert-footer{
    padding: 10px 0 10px 0;
}
#feAlert-sure{
    text-align: center;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}
#feAlert-sure:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/*选择对话框*/
#feConfirm-bg{
    position: absolute;
    z-index: 1;
}
#feConfirm-body{
    position: absolute;
    z-index: 2;
}
#feConfirm-header{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}
#feConfirm-icon{
    float: left;
}
#feConfirm-title{
    float: left;
    margin-top: 4px;
    letter-spacing: 1px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#feConfirm-close{
    float: right;
    padding-bottom: 2px;
    cursor: pointer;
}
#feConfirm-close:hover{
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70)\9;
}
#feConfirm-close:active{
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50)\9;
}
#feConfirm-main{
    margin: 20px;
    overflow-y: auto;
}
#feConfirm-footer{
    padding: 10px 0 10px 0;
}
#feConfirm-sure,#feConfirm-negative{
    float: left;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}
#feConfirm-sure:active,#feConfirm-negative:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/*toast*/
#feToast-border{
    max-width: 50%;
    min-width: 240px;
    position: fixed;
    padding: 20px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    z-index: 10001;
    display: none;
}
#feToast-content{
    overflow-y: auto;
}
#feToast-close-border{
    width: 36px;
    position: absolute;
    right: -35px;
    top: 0;
    background-color: #000;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
}
#feToast-close-bg{
    width: 39px;
    position: absolute;
    margin-left: -3px;
    z-index: 1;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70)\9;
}
#feToast-close{
    width: 36px;
    position: absolute;
    z-index: 2;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    /*border-left: 1px solid #414141;*/
}
#feToast-close-border:hover #feToast-close-bg{
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter:alpha(opacity=80)\9;
}
#feToast-close-border:active #feToast-close-bg{
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter:alpha(opacity=60)\9;
}
/*表单*/
.feForm-help{
	display: none;
	font-size: 12px;
}
.fe-form-submit{
    display: block;
    float: right;
    margin-right: 30%;
}
.fe-form-hidden{
    display: none;
}
.form-horizontal .fe-form-text-date .form-control-feedback{
    right: 61px;
}
.form-horizontal .fe-form-text-date .input-group-addon{
    cursor: pointer;
}
.form-horizontal .fe-form-text-date .input-group-addon .glyphicon{
    font-weight: bold;
}
.form-horizontal .fe-form-text-date input{
    background-color: #fff;
}
.form-horizontal .fe-form-text-date .input-group-addon+div input{
    border-radius: 0;
}
.feForm-file-border{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.feForm-file-contentBorder{
	width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: none;
}
.feForm-file-content-close{
    width: 14px;
    height: 14px;
    position: absolute;
    /*margin-top: -13px;*/
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
    color: #fff;
    background-color: #797979;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
}
.feForm-file-content-close:hover{
    background-color: #ED4E52;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
}
.feForm-file-content-close:active{
    background-color: #9A0E04;
}
.feForm-file-uploadBorder{
    min-height: 50px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: none;
}
.feForm-file-uploadButton input{
	display: none;
}
.feForm-file-uploadButton .btn{
    height: 30px;
    float: left;
    margin-right: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 3px;
}
.feForm-file-uploadButton .btn span{
    margin-right: 10px;
    margin-left: 3px;
}
.feForm-file-progressBar-border{
    width: 50%;
    height: 6px;
    float: left;
    border: 1px solid #204d74;
    margin-top: 12px;
    margin-right: 10px;
    display: none;
}
.feForm-file-progressBar{
    width: 0;
    height: 4px;
    background-color: #337ab7;
}
.feForm-file-progressBar-num{
    float: left;
    margin-top: 6px;
    font-size: 12px;
    color: #337ab7;
    display: none;
}
.feForm-file-content-fileBorder{
    max-width: 270px;
    float: left;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
}
.feForm-file-content-imgBorder{
    float: left;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.feForm-file-content-imgBorder img{
    max-width: 270px;
    max-height: 270px;
    cursor: pointer;
}
.feForm-file-content-img{
    float: left;
}
.feForm-file-content-img img{
    margin: 20px 25px 30px 25px;
    box-shadow: 0 5px 25px #000;
	cursor: default;
}
.feForm-file-uploadBorder{
    padding: 10px;
}
.fe-form-group>div{
    display: none;
}
.fe-form-group-tpl:after{
    content: "";
    display: block;
    clear: both;
}
.fe-form-group-add{
    padding-top: 7px;
    padding-bottom: 7px;
}
.fe-form-group-add i,.fe-form-group-delete i{
    color: #337ab7;
    cursor: pointer;
}
.fe-form-group-add i:hover,.fe-form-group-delete i:hover{
     color: #286090;
 }
.fe-form-group-add i:active,.fe-form-group-delete i:active{
    color: #204E75;
}
.fe-form-group-add.fe-form-group-add-disabled i,.fe-form-group-delete.fe-form-group-delete-disabled i{
    color: #aaa;
    cursor: default;
}
.fe-form-group-add i{
    margin-left: 1px;
}
.fe-form-group-tpl-border{
   	padding-top: 10px;
   	border-top: 1px dashed #ddd;
    overflow: hidden;
}
.fe-form-group-border{
    display: none;
}
/*图片展现区*/
.feForm-file-show-border{
    width:100%;
    float: left;
    margin:0;
    background-color: #f0f0f0;
    /*text-align: center;*/
    overflow:hidden;
}
/*图片*/
img.feForm-file-photo{
    /*position:absolute;*/
    margin:0;
    cursor:move;
    z-index:1;
}
/*裁剪框*/
.feForm-file-cut{
    position:absolute;
    margin:0;
    cursor:move;
    z-index:3;
}
.feForm-file-cut .feForm-file-cut-border-1{
    width:100%;
    height:100%;
    position:absolute;
    margin:0;
    border:1px solid #000;
}
.feForm-file-cut .feForm-file-cut-border-2{
    width:100%;
    height:100%;
    position:absolute;
    margin:0;
    border:1px dashed #FFF;
}
/*无效区*/
.feForm-file-cover-top,.feForm-file-cover-bottom,.feForm-file-cover-left,.feForm-file-cover-right{
    position:absolute;
    z-index:2;
    background-color:#000;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter:alpha(opacity=60)\9;
    pointer-events:none;
}
/*图片处理区*/
.feForm-file-dispose{
	float: left;
	margin-top: 20px;
}
/*滑动条*/
.feForm-file-dispose .feForm-file-reduce{
	float:left;
	margin-top:-8px;
	cursor:pointer;
    text-align: right;
    font-size: 16px;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.feForm-file-dispose .feForm-file-reduce:hover{
	color: #337ab7;
}
.feForm-file-dispose .feForm-file-reduce:active{
    color: #255884;
}
.feForm-file-dispose .feForm-file-bar{
	width:210px; 
	height:5px; 
	float:left; 
	margin-left:15px;
	background-color:#CCC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.feForm-file-dispose .feForm-file-child{
	width:6px; 
	height:21px; 
	margin-top:-8px; 
	position:absolute; 
	cursor:move; 
	background-color:#666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.feForm-file-dispose .feForm-file-child:hover{
    background-color: #337ab7;
}
.feForm-file-dispose .feForm-file-child:active{
    background-color: #255884;
}
.feForm-file-dispose .feForm-file-magnify{
	float:left;
	margin:-8px 0 0 15px;
    font-size: 16px;
	cursor:pointer;
}
.feForm-file-dispose .feForm-file-magnify:hover{
    color: #337ab7;
}
.feForm-file-dispose .feForm-file-magnify:active{
    color: #255884;
}
/*比例*/
.feForm-file-scale{
	float:left; 
	margin:-5px 0 0 20px; 
	color:#000; 
	font-size:12px;
}
.feForm-file-uploadButton{
    padding: 10px;
}
.feForm-file-uploadDisable{
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.feForm-file-disposeButton{
    float: right;
    margin-top: 10px;
}
.feForm-file-dispose-button{
    height: 30px;
    line-height: 30px;
    float: right;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    color: #FFF;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 13px;
    padding-right: 13px;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}
.feForm-file-dispose-button:hover{
    background-color: #1d64a0;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, -o-transform 0.3s;
}
.feForm-file-dispose-button:active{
    background-color: #185283;
}
.feForm-file-dispose-button span.glyphicon{
    margin-right: 10px;
}
.feForm-file-cancel{
    margin-right: 30px;
}
.form-horizontal .fe-form-text-map .form-control-feedback{
    right: 61px;
}
.fe-form-text-map-border{
    margin-top: 10px;
}
.BMap_cpyCtrl.BMap_noprint.anchorBL{
    display: none;
}
/*tab*/
.fe-tab-panes{
    overflow: hidden;
}
.fe-tab-panes>ul{
    display: none;
}
.fe-tab-panes>ul:after{
    content: "";
    display: block;
    clear: both;
}
.fe-tab-panes>ul>li{
    float: left;
}

.fe-spinner{
    display: inline-block;
}
.form-control.fe-spinner-input{
    text-align: center;
}
.input-group-addon.fe-spinner-minus,.input-group-addon.fe-spinner-plus{
    color: #777;
    cursor: pointer;
}
.input-group-addon.fe-spinner-minus:hover,.input-group-addon.fe-spinner-plus:hover{
    color: #555;
}
.input-group-addon.fe-spinner-minus:active,.input-group-addon.fe-spinner-plus:active{
    color: #333;
    background-color: #D8D8D8;
}
.input-group-addon.fe-spinner-disabled,.input-group-addon.fe-spinner-disabled:hover,.input-group-addon.fe-spinner-disabled:active{
    color: #ccc;
    background-color: #eee;
    cursor: default;
}
.input-group-addon.fe-spinner-minus{

}
.input-group-addon.fe-spinner-plus{

}
/*树形列表*/
.fe-treeList{
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
}
.fe-treeList-border{
	float: left;
    padding-top: 15px;
    padding-bottom: 15px;
} 
.fe-treeList-action{
	height: 27px;
	float: left;
	padding: 3px 8px 2px 8px;
	border: 1px solid #333;
}
.fe-treeList-name{
	float: left;
}
.fe-treeList-button{
	float: left;
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
	display: none;
}
.fe-treeList-edit{
    margin-top: 3px;
	color: #eb9d2f;
}
.fe-treeList-edit:link,.fe-treeList-edit:visited{
    text-decoration: none;
}
.fe-treeList-edit:hover{
    color: #B27723;
    text-decoration: none;
}
.fe-treeList-delete{
    margin-top: 2px;
	color: #d9534f;
}
.fe-treeList-delete:hover{
    color: #B04340;
}
.fe-treeList-list-border{
	float: left;
}
.fe-treeList-line1{
	width: 30px;
	height: 1px;
	float: left;
	margin-top: 13px;
	background-color: #333;
	display: none;
}
.fe-treeList-show,.fe-treeList-hide{
	float: left;
	margin-top: 6px;
    margin-left: -1px;
	font-size: 14px;
    color: #333;
	cursor: pointer;
	display: none;
}
.fe-treeList-show:hover,.fe-treeList-hide:hover{
    color: #000;
    text-decoration: none;
}
.fe-treeList-list-border{
    float: left;
    margin-top: -3px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
    display: none;
}
.fe-treeList-list-action{
	float: left;
}
.fe-treeList-list-title{
	height: 18px;
	margin-top: -4px;
	margin-left: -1px;
	padding-left: 16px;
	padding-right: 15px;
	border-bottom: 1px solid #333;
	font-size: 12px;
}
.fe-treeList-list-button-border{
	padding-left: 10px;
	padding-right: 15px;
}
.fe-treeList-list-button{
	float: right;
	margin-left: 5px;
	cursor: pointer;
	font-size: 12px;
}
.fe-treeList-add{
	color: #337ab7;
	margin-top: 2px;
	display: none;
}
.fe-treeList-add:hover{
    color: #255783;
    text-decoration: none;
}
.fe-treeList-add:link,.fe-treeList-add:visited{
    text-decoration: none;
}
.fe-treeList-refresh{
	color: #03a003;
	margin-top: 3px;
	font-weight: bold;
	display: block;
}
.fe-treeList-refresh:hover{
    color: #026902;
    text-decoration: none;
}
ul.fe-treeList-list{
	float: left;
	margin-bottom: 0;
    border-left: 1px solid #333;
}
ul.fe-treeList-list>li{
	margin-bottom: 20px;
}
ul.fe-treeList-list>li:last-child{
	margin-bottom: 0;
}
.fe-treeList-line2{
	width: 15px;
	height: 1px;
	float: left;
	margin-top: 13px;
	background-color: #333;
	display: none;
}
ul.fe-treeList-list>li:first-child>.fe-treeList-line2:before{
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    float: left;
    margin-left: -1px;
    margin-top: -13px;
    background-color: #fff;
}
ul.fe-treeList-list>li:last-child{
    margin-left: -1px;
    border-left: 1px solid #fff;
}
ul.fe-treeList-list>li:first-child{
    margin-left: 0;
    border-left: 0;
}
ul.fe-treeList-list>li:last-child>.fe-treeList-line2:before{
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    float: left;
    margin-left: -1px;
    margin-top: -13px;
    background-color: #333;
}
ul.fe-treeList-list>li .fe-treeList-tree{
	float: left;
}
/*星级评分*/
.fe-star-border{
	float: left;
}
.fe-star-list-border{
    overflow: hidden;
}
.fe-star-star{
    padding-right: 2px;
}
.fe-star-star:last-child{
    padding-right: 0;
}
/*link*/
.fe-link{
    color: #1b809e;
    border-bottom: 1px solid #1b809e;
    cursor: pointer;
}
.fe-link:hover{
    color: #23A8D0;
    border-bottom: 1px solid #23A8D0;
}
/*显示动画*/
.fe-show{
    opacity: 0;
}

