﻿* {
    margin: 0;
    padding: 0;
}

body {
    /*background-image: linear-gradient(199deg, rgb(255, 255, 255) 0%, rgb(240, 245, 255) 92%);*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

div {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-fdc {
    display:none;
    width: 100%;
    float: left;
    text-align: center;
    bottom: 5px;
    font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    line-height: 24px;
}


.Up_Div {
    width: 100%;
    height: 50px;
    background: #2D2D2D;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    letter-spacing: 2px;
    color: #00BBFF;
}


.FanH {
    width: 120px;
    height: 40px;
    float: left;
    margin-top: 5px;
    background: url(../Images/logoBlue.png) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
}

.header-test {
    margin-top: 30px;
    height: 55px;
    width: 74%;
    margin-left: 13%;
    position: relative;
}

.reader {
    height: auto;
    width: 100%;
    margin-top: 33px;
}

.header-test h1 { 
    padding-bottom: 0;
    display: inline-block;
    width: auto;
    word-break: break-all;
    font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
    font-size: 18px;
    color: #232222;
    letter-spacing: 0;
    font-weight: 600;
}

.header-value {
      margin-top: 10px;
}

    .header-value .date {
       font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
        font-size: 12px;
        color: #777777;
        letter-spacing: 0;
        margin-right: 15px;
    }


    .header-value span {
        float: left;
       font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
        font-size: 12px;
        color: #777777;
        letter-spacing: 0;
    }
 


.Show-toolbar {
    background: rgb(50, 54, 57);
    height: 48px;
    box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
    color: rgb(241, 241, 241);
    font-size: 1.5em;
    position: relative;
    width: 100%;
    border-top: 1px solid #ccc;
}

.show-page {
    position: absolute;
    text-align: center;
    left: 10px;
    color: #fff;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    top: 0;
}

    .show-page span {
        padding-right: 5px;
    }

.page-input {
    width: 28px!important;
    height: 22px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: right;
    color: #606060;
    margin-right: 3px;
    padding-right: 3px;
}

.Show-toolbar button {
    margin-top: 5px;
    margin-left: 15px;
    background: #4ea8f5;
    color: #fff;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    width: 85px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 400;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.show-info {
    width: 100%;
    height: auto;
}

.btn-down {
   width: 90px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 10px;
    right: 60px;
    background-color: #f7603e;
    vertical-align: middle;
    transition-duration: .25s;
    transition-property: background-color;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(19,36,51,0.20);
    border-radius: 4px;
      font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
    font-size: 14px;
    color: #E60012;
    letter-spacing: 0;
    text-align: center;
    border: 3px solid #E60012;
    border-radius: 4px;
    font-weight: bold;
}

.show-info canvas {
    width: 70%;
    margin-left: 13%;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

#footer-tool {
    display: none;
    position: fixed;
    bottom: 0px;
    color: #101010;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 16px; 
}

    .footer-tool a {
        text-decoration: none;
         font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 500;
    }
        .footer-tool a:hover {
            color:#E60012;
        }
.footerTool-text {
    float: left; 
    margin-left: 15%;
    text-align: left;
     font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
}
.footerTool-page {
    float: right;
    margin-right: 25%;
}

    .footerTool-page span {
     font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
        font-size: 14px;
        color: #777777;
        letter-spacing: 0;
    }

.leftlbb {
    margin-top: 20px;
    width: 74%;
    margin-left: 13%;
      font-family:"SimSun,STSongti-SC-Black,Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,sans-serif;
    font-size: 14px;
    color: #557087;
    letter-spacing: 0;
}