@charset "utf-8";
table{
    border-collapse: collapse;
}
#wrapper{
     min-width:1200px;
}
.container-fluid{
    min-width: 950px;
    position: absolute;
    left: 175px;
    top: 0;
    right: 0;
}
/*页面加载进度*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.5);
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
/*旋转loading*/
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 200000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: rgba(0,0,0,0.5);
    border-left-color: rgba(0,0,0,0.5);
    border-radius: 10px !important;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg); }
}
a{
    color:#000;
    text-decoration: none;}
a:hover{
    text-decoration: none;
    outline: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a{
    cursor: pointer;
    outline: none;
}
img{
    width: auto;
    max-width: 100%;
}

.ser-box.disabled,.ui-select.disabled,
input:disabled,select:disabled{
	background-color:#eee;
	color:#333;
}

.pad10{
    padding: 10px;
}
.pad20{
    padding: 20px;
}
.inline{
    display: inline-block;
}
.block{
    display: block;
}
.border{
    border:thin solid #ddd;
}
.wbg{
    background-color: #fff;
}
.cor9{
    color: #999;
}
.cor6{
    color: #666;
}
.core4{
    color: #e4e4e4;
}
.left{
    float: left;
}
.right{
    float: right;
}
.position{
    position:relative;
}
#sidebar,.main-content,.main-content .navbar-fixed-top,.nav-head img,.main-top{
    transition:all 0.5s
}
.navbar-static-side.small-nav{
    width: 60px;
}
.small-nav .nav-head img{
    margin-left: -18px
}
.small-nav .sidebar-collapse li a{
    padding-left: 10px;
}
.main-content.big-cent{
    margin-left:44px;
}
.main-top.big-cent{
    left: 0;
}
.small-nav .sidebar-collapse li a i{
    margin-right:20px;
}

.frame-cent{
    background-color: #f8f8f8;
    padding: 10px;
    height: 100vh;
}
.top-tabs:after,.kd-item:after,.fei-list:after,.dui-search:after,
.zhan-box:after,.work-other:after,.duiz-top:after,.gong-list li:after,.gong-row:after,
.xuan-list li:after{
    content: '';
    display: block;
    clear: both;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.m-left5{
    margin-left: 5px;
}
.clear10{
    clear: both;
    height: 10px;
}
.bor-top{
    border-top:thin solid #ddd;
}
.dropdown p,.yfc-box p,.lu-xian p,.ser-item p,.hide-btn p,.time-item,.qx-show p,
.zhan-change p,.zhi-img p,.tong-row p{
    margin-bottom: 0;
}
.bor-dash{
    border-top:thin dashed #ddd;
}
.border-left{
    border-left:thin solid #ddd;
}
.rad4{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blue-btn,.orange-btn{
    min-width: 96px;
}
.blue-btn{
    color: #fff;
    background-color: #d22328;
    border:thin solid #015ea0;
}
.orange-btn{
    color: #fff;
    background-color: #fd9b42;
    border:thin solid #ff7421;
}
.btn.blue-btn.focus,.btn.blue-btn:focus,.btn.blue-btn:hover{
    color:#fff;
    outline: none;
}
.btn.orange-btn.focus,.btn.orange-btn:focus,.btn.orange-btn:hover{
    color:#fff;
    outline: none;
}
.red{
    color:#ff0303;
}
.pad-r25{
    padding-right: 25px;
}
.tc-box{
    padding: 10px 10px 0 10px;
}
.blur-bor p{
    margin-bottom: 0;
}
.bor-right{
    border-right: thin solid #ddd;
}
.bor-side{
    border-left: thin solid #ddd;
    border-right: thin solid #ddd;
}
.zhan-change .dropdown-menu{
    background-color: #fefdd7;
    padding: 0;
    border:thin solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    min-width: 100.9%;
}
.yf-sum .dropdown-menu>li>a:hover{
    background-color: #fc8f35;
    color: #fff;
}
.dropdown-menu>li{
    float: none;
    width: 100%;
    padding: 3px 0;
}
.dropdown-menu>li>a{
    overflow: hidden;
}
label{
    font-weight: normal;
}
.fix-btm{
    position: fixed;
    border:thin solid #ddd;
    bottom:0;
    background-color: #fff;
    right:10px;
    left:10px;
}
.fix-space{
    clear: both;
    height: 70px;
}
.fix-btm .billing-btm{
    padding-bottom: 10px;
}
/*向下小箭头*/
.hide-btn i,.down-sj{
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    float: right;
    margin-right: 7px;
    margin-top: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hide-btn i.up-show,.down-sj.up-show{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 8px;
}
/*关闭按钮(叉叉)*/
.i-close{
    display: inline-block;
    width: 15px;
    height:1px;
    background-color: #fd9946;
    line-height: 0;
    font-size:0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.i-close:after{
    content:'/';
    display:block;
    width: 15px;
    height:1px;
    background: #fd9946;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*按钮*/
.btn-list input{
    padding:27px 9px 5px 10px;
    background-image:url(../images/sc.png);
    background-repeat:no-repeat;
    background-color:transparent;
}
.daochu{
    background-position:center 0;
}
.daying{
    background-position:center -54px;
}
.shanchu{
    background-position:center -111px;
}
.shoudong{
    background-position:center -165px;
}
.fache{
    background-position:center -222px;
}
.chehui{
    background-position:center -278px;
}
.queding{
    background-position:center -335px;
}
.zuofei{
    background-position:center -389px;
}
.dongjie{
    background-position:center -446px;
}
.bianji{
    background-position:center -501px;
}
.zhuanchu{
    background-position:center -556px;
}
.fangru{
    background-position:center -614px;
}
.xinzeng{
    background-position:center -671px;	
}
.shenqing{
    background-position:center -727px;
}
.tuihui{
    background-position:center -789px;
}
.peisong{
    background-position:center -849px;
}
.chuli{
    background-position:center -907px;
}
.shangbao{
    background-position:center -965px;
}
.renling{
    background-position:center -1022px;
}

/*页码设置*/
.page{
    margin-top:10px;
    text-align:center;
}
.page a,.p-num{
    display:inline-block;
    padding:0px 10px;
    height: 23px;
    line-height: 20px;
    margin-right:1px;
    border:1px solid #ebecee;
    color:#39485e;
    background-color: #f1f1f1;
	margin-top:0;
}
.page a:hover,
.page a.pre-one:hover,
.page a.next-one:hover,
.page a.p_cur
{
    cursor:pointer;
    background-color:#39485e;
    border:1px solid #7c8694;
    color:#fff;
}
.page select{
	min-width:60px;
	border:thin solid #ddd;
}
.page i{
	margin-left:-10px;
	color:#999;
	padding:0 5px;
	cursor:pointer;
}
.left.search-btn input{
    margin-left:10px;
}

#city-picker{
    min-width: 320px;
    width: auto;
}
/*city select*/
.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}
.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}
.city-picker-span > .placeholder {
    color: #aaa;
}
.city-picker-span.focus,
.city-picker-span.open {
    border-bottom-color: #46A4FF;
}
.city-picker-span.open > .arrow {
    background-position: -10px -10px;
}
.city-picker-span > .title > span {
    color: #000;
    padding: 5px;
    border-radius: 3px;
}
.city-picker-dropdown {
    position: absolute;
    width: 315px;
    left: 0;
    top: 100%;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
}
.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}
.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}
.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46A4FF;
}
.city-select-tab > a:first-child {
    border-left: none;
}
.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}
.city-select-content {
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}
.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}
.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}
.city-select.province dd {
    margin-left: 3em;
}
.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}
.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 2px;
}
/*tree-view*/
.treeview ul li{
    margin: 0;
    padding: 5px 0 5px 16px;
    cursor: pointer;
}
.treeview .hitarea {
    margin-left: -22px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    border: 1px solid #0070c0;
    width: 9px;
    height: 9px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.treeview .hitarea:after{
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    position: absolute;
    background-color: #0070c0;
    top: 4px;
    left: 1px;
}
.treeview .expandable-hitarea:before{
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0070c0;
    position: absolute;
    top: 1px;
    left: 4px;
}
.treeview span.hover,
.treeview span.cur-hover{
    background-color: #ddd;
}

.tc-btn{
	text-align:center;
	padding:10px 0;
	border-top:thin dashed #ddd;
	margin-top:10px;
}
.tc-btn input{
	width:90px;
	height:30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background-color:#ddd;
	border:none;
	color:#666;
	cursor:pointer;
    margin-left: 10px;
}
.tc-btn input.b-sure{
	background-color:#d22328;
	color:#fff;
}
.ui-select{
    width: 85px;
    height: 100%;
    line-height: 28px;
    background-color: transparent;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
.ui-select.full-sel{
    width: 100%;
}
.ui-select span{
    display: block;
    line-height: 26px;
    float: left;
    width: 85%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ui-select i{
    float: right;
    margin-top: 10px;
}
.ui-select select{
    width:100%;
    height: 100%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
}
.marginb7{
    margin-bottom: 7px;
}
