body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
    /* ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ¦Ã…â€œÃ¢â‚¬Â°ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¨Ã‚Â·Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ©Ã†â€™Ã‚Â½ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¦Ã‚Â¸Ã¢â‚¬Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ */
    margin: 0;
    padding: 0;
    /*ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®*/
    font-size: 14px;
    font-family: "Microsoft Yahei",sans-serif;
    /* ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã…Â½Ã…Â¸ÃƒÂ§Ã¢â‚¬Å¡Ã‚Â¹ */
    list-style: none;
}

/*ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°*/
html,body{
    min-width: 1280px;
    width: 100%;
    height: 100%;
}
.main{

    /* min-height: 100%; */
}
/*a,a:active,a:visited{
    text-decoration: none;
    color: #ccc;
}*/



i{
    font-style: normal;
}

table{
    /*ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ¥Ã‚Â¹Ã‚Â¶*/
    border-collapse:collapse;
    border-spacing:0;
}


/* ÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¤Ã‚Â¼Ã‚ÂªÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â ÃƒÂ¦Ã‚Â¸Ã¢â‚¬Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã…Â Ã‚Â¨ */
.clearfix::before,
.clearfix::after{
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

i {
    color: #FFFFFF;
    font-size: 12px;
}
a {
    text-decoration: none;
    color: #ccc;
}
a:hover{
    color:#fff;
}
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}
.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-side {
    height: 100%;
    position: absolute;
    display: inline-block;
    min-width: 100px;
    top: 60px;
    left: 0;
    width: 180px;
    bottom: 60px;
    background-color: #292929;
    padding: 10px;
}con
.s-side .s-firstItem i {
    font-size: 20px;
}
.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0px 0px 5px #EEEEEE;
    white-space: 10px;
}
.s-side .first {
    padding: 10px 0px;
    border-bottom: 1px solid #424242;
}
.s-side .d-firstNav span {
    color:white;
    display: inline-block;
    margin-left: 10px;
}
.s-side .d-firstNav i.fr {
    font-size: 25px;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
    margin-left: 20px;
    margin-top: 10px;
}
.s-secondNav:hover,.d-firstNav:hover{
    cursor: pointer
}
.s-side .d-secondDrop {
    margin-left: 100px;
    margin-top: 10px;
}
.iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
    display: none;
}
.img-user {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.hideSwitch{
    color:white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: none;
    background-color: #292929;
    position: absolute;
    top:60px;
    left: 0;
    width: 30px;
    height: 50px;
}
.pageoverlay{
    min-height: 100%;
    min-width: 1024px;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    overflow-x: auto;
    overflow-y: auto;
}
.pageoverlay::-webkit-scrollbar{
    display: none;
}
.layui-icon{
    display: inline-block;
    font-size: 22px;
    /*    margin-top: 13px;
        margin-left: 3px;*/
}
.hideSwitch span{
    line-height: 50px;
    margin-left: 3px;
}
.layui-tab-content{
    padding: 0;
}
.scalebar_bottom-right {
    right: 150px;
    bottom: 80px;
}
.footer{
    margin-top: -60px;
    /* margin-bottom: -60px; */
    width: 100%;
    line-height: 60px;
    text-align: center;
    background: #e6e6e6;
    font-size:16px;
    height: 60px;
    color:black;
     position: absolute;
    z-index:999;
    font-family:'SimHei';
}
.fakeFooter{
    height: 60px;
}
.loading{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color:rgba(0,0,0,0.5);
    z-index:999999;
}
div.white{
    background-color:white;
}
.loading img,.loading span{
    text-align: center;
    line-height: 100px;
    font-size: 80px;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: 50%;
    top:50%;
    margin-left: -50px;
    margin-top: -50px;
    color:white;
}
.loadingArea img{
    width: 100%;
    height: 100%;
}
div.loadingImgDiv{
    background-color: white;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
td{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width: 120px;
}
div.shadow{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index:999;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    display: none;
}
div.main>div.content{
    margin-left: 200px;
}
.footer small{
    font-size: 13px;
}
/*Ã¥Â½â€œÃ¥Â±ÂÃ¥Â¹â€¢Ã¥Â®Â½Ã¥ÂºÂ¦Ã¤Â¸ÂÃ¨Â¶Â³1280Ã¦â€”Â¶Ã¥â‚¬â„¢*/
@media screen and (max-width: 1310px){
    .s-side{
        width: 150px;
    }
    div.main>div.content{
        margin-left: 170px;
    }
}

@media screen and (min-width: 1658px){
    div.main>div.content{
        width:87% ;
    }
}
@media screen and (max-width: 1658px) and (min-width: 1440px){
    div.main>div.content{
        width:85% ;
    }
}

.layui-badge{
    margin-left: 5px;
    height: 12px;
    width: 20px;
    padding: 0 2px;
    padding-bottom: 5px;
    background: rgba(244,3,5,.6);
}
