/* 启用无障碍浏览 */
#wza {
    display: block !important;
}
.bannerbg {
    width: 100%;
    height: 220px;
    background: url('../img/bannerbg.png') center top no-repeat;
}
.ma{
    width: 1200px;
    margin: auto;
}
.banner span {
    display: block;
    font-size: 40px;
    color: #FFFFFF;
    padding-top: 70px;
    text-align: left;
}
.mianbao div:first-child {
    height: 40px;
    width: 20px;
    background: url(../img/dqwz.png) center center no-repeat;
    margin-right: 15px;
}
#timeSelect,#areaSelect{
    border: 1px solid #D9D9D9;
    display: inline-block;
    border-radius: 4px;
    width: 280px !important;
    font-size: 14px;
    /*color: #999999;*/
    height: 35px;
    margin-top: 20px;
}
input[type="radio"]{
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 2px;
}

#index{
    width: 500px!important;
}

/* result css */

#result{
    display: none;
}
#result>div>span{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

.table tr td{
    height: 48px;
    /* line-height: 48px; */
    box-sizing: border-box;
    padding: 16px 10px;
    border: 1px solid #A9C1F7;
}
.table tr td.column {
    background-color: #EFF3F6;
    color: #393C3E;
    width: 40%;
}

.table{
    /* border: 1px solid #333; */
    text-align: center;
    border-collapse: collapse;
    color: #666666;
    font-size: 16px;
    border-spacing:0px 10px;
    width: 100%;
    margin-bottom: 10px;
}
/* table,table tr th, table tr td { border:1px solid #A9C1F7; } */
.mian>div{
    width: 800px!important;
}
.mian>div>span{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}
.firstline{
    background-color:#E7F1FF ;
    color: #333333;
}
.bannerbg {
    width: 100%;
    height: 220px;
    background: url('../img/bannerbg.png') center top no-repeat;
    background-size: cover;
}
#tjjl{
    text-align: center;
    margin: 10px auto 20px;
}
.trStyle{
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    height: 36px;
    line-height: 36px;

}
.trStyle td{
    padding: 10px 4px;
    color: #555555;
    font-size: 16px;
}
.mian>div{
    height: auto!important;
}

.noResult{
    text-align: center;
    color: black;
    font-weight: bold;
}
.clickMore{
    font-size: 14px;
    color: #1F59D8;
}
.clickMore:hover{
    cursor: pointer;
}
.item{
    margin-bottom: 20px;
}
.more{
    display: none;
}
#waitingMask{
    text-align: center;
    padding-top: 130px;
    height: 300px;
}

.lable{
    color: #bab6b6;
    font-family: 微软雅黑;
}
#app  .queryTitle {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    /* padding-top: 60px; */
    /* margin-left: 40px; */
}

/* 结果页面 */
#app  .resultPage .resultHead{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}
#app  .resultPage{
    width: 60rem;
    /* margin-top: 60px; */
    margin-left: -50%;
}
#app  .resultHead p:first-child{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
#app  .resultHead p:last-child{
    font-weight: normal;
    font-size: 16px;
    color: #1F59D8;
    cursor: pointer;
}
#app  .ulData{
    /* margin-bottom: 40px; */
}
#app  .ulData li{
 display: flex;
 justify-content: space-between;
 width: 100%;
 color: #393C3E;
}
#app  .ulData li:last-child p{
     border-bottom:1px solid #A9C1F7 ;
}
#app  .ulData li p{
    padding: 16px 10px;
    border-top: 1px solid #A9C1F7;
    border-left:1px solid #A9C1F7;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap:break-word;
}
#app  .ulData li p:first-child{
    background-color: #EFF3F6;
    width: 40%;

}
#app  .ulData li p:last-child{
    width: 60%;
    border-right:1px solid #A9C1F7;
}
[v-cloak] {
    display: none;
}