.header{
    height: 55px;
}
.com-width{
    min-width: 99%;
}
.content-main {
    padding-top: 60px;
}
.boot{
    height: 85px;
    background-color: #3477ff;
    color: #fff;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    left: 0px;;
}
.boot ul {
    margin: 0;
}
.boot ul li.active, .header .nav ul li:hover {
    background-color: #2566eb;
}
.boot ul li {
    width: 25%;
}
.boot ul li {
    float: left;
    height: 25px;
    line-height: 0px;
    font-size: 16px;
}
.boot ul li a {
    text-align: center;
    padding: 13px 0px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.index-page>ul>li{
    height: 400px;
    margin: 0 0.5% 10px 0;
}
.categories ul {
    padding: 5px 0;
}
.index-page>ul>li .content .voice .voice-paper:not(.active) .voice-content .voice-title{
    font-size: 12px;
}
.index-page>ul>li .content .voice .voice-paper:not(.active) {
    height: 30px;
}
.index-page>ul>li .content .voice .voice-paper:not(.active) .voice-function .icon-wrap {
    line-height: 27px;
}
.cover{
    min-width: 100%;
    height: 100%;
    top:0%;
}
.modal{
    min-width: 98%;
    height: 80%;
    top: 10%;
    left: 1%;
}
table.dataintable{
    min-width: 99%;
    margin-top: 10%;
    margin-left: 1%;
}
.activity-modal{
    width: 90%;
    height: 70%;
    top: 16%;
    left: 5%;
}
.index-page>ul>li .content .voice{
    height: calc(100% - 0px);
}
.logo-img{
    width:140px;
}