﻿.xc-main-space{
    margin:59px 10px 70px;  
}
.xc-toolbar {
    text-align:right;
    padding-right:20px;
}
.xc-tmp-height{
    height:58px;
}
.xc-card-content {
    padding-top: 15px;
}
.xc-toolbar {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #FAFAFA;
    color: #888;
    z-index: 100;
    height:30px;
    overflow: hidden;
    border-bottom:1px solid #EEE;
}
.xc-toolbar td {
    padding: 0px;
    margin: 0px;
    word-break: keep-all;
    white-space: nowrap;
}
.xc-toolbar .xleft {
    width: 45px;
    line-height: 45px;
    border-right: 1px solid #DDD;
    text-align: center;
    cursor: pointer;
}
.xc-toolbar .xcenter{
    min-width:100px;
    text-align:left;
}
.xc-toolbar .xright {
    width:20px;
    text-align: right;
    border-left: 1px solid #DDD;
}
.xc-toolbar .xc-btns {
    display:inline-block; 
    padding:0px 10px; 
}
.xtoolbar {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #FAFAFA;
    color: #888;
    z-index: 100; 
    height:45px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
}
.xtoolbar .xleft {
    float:left;
    width: 45px;
    line-height: 45px;
    border-right: 1px solid #DDD;
    text-align: center;
    cursor: pointer;
}
.xtoolbar .xcenter {
    float: left; 
    line-height: 45px; 
    text-align: left; 
}
.xtoolbar .xright {
    min-width:25px;
    float:right; 
    padding:0px 10px;
    line-height:45px;
    text-align: right;
    border-left: 1px solid #DDD;
}
.xtoolbar:before,.xtoolbar::after{
    content:""
}