﻿
body {
     width:100%;height:100%;
}
.reportcenter_main {
    width:100%;
    height:100%;
    margin:0 auto;
}

.reportcenter_main div{
    width:17%;
    height:122px;
    float:left;
    padding-left:2.2%;
    padding-right:2.2%;
    margin-top:5%;
}

.reportcenter_main div div{
    width:100%;
    height:122px;
}

.reportcenter_main div div img{
    width:100%;
    height:100px;
}
.reportcenter_main div div p{
  
    font-size:.22rem;
    width:100%;
    text-align:center;
}

.time_select {
    font-size:.28rem;
    height:.8rem;
    width:100%;
    background-color:ActiveBorder;
}

.time_select span {
    height:.8rem;
    line-height:.8rem;
    padding:1.5%;
    width:5%;
}

.time_select input {
    height:.4rem;
    line-height:.4rem;
    width:40%;
    padding-left:1%;
    border-radius:5px;
    text-align:center;
}


.time_chose {
    font-size:.28rem;
    height:.8rem;
    width:100%;
    background-color:ActiveBorder;
}


.time_chose p{
    height:.8rem;
    line-height:.8rem;
    width:50%;
    float:left;
    text-align:center;
    background: linear-gradient(#888888,#dddddd);
}

.p_select{
    background: linear-gradient(#111111,#888888) !important;
}

.report_bottom {
    position:absolute;
    bottom:50px;
    width:100%;
    z-index:2;
}

.search_word {
    font-size:.28rem;
    height:.8rem;
    width:100%;
    background-color:#8ca9cf;
   
}

.search_word input{
    height:.5rem;
    line-height:.5rem;
    width:40%;
    margin-top:.1rem;
    border-radius:5px;
    float:left;    
    margin-left:6%;
}

.search_button {
    height:.6rem !important;
}

.search_page {
    font-size:.28rem;
    height:.6rem;
    width:100%;
    background-color:#8ca9cf;
}

.search_page input{
    height:.6rem;
    line-height:.6rem;
    font-size:0.3rem;
    float:left;   
    width:15%;
    background-color:transparent;
    color:white;
    border:0;
}
.search_page p{
    height:.6rem;
    line-height:.6rem;
    float:left;   
    width:30%;
    text-align:center;
    color:white;
}


.Report_body {
    width:100%;
    height:100%;
    border-bottom:1px black solid;
}

.divider {
    height:63%;
}