html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
list-style: none;
}
/* 启用无障碍浏览 */
#wza {
    display: block !important;
}
.bannerbg {
    width: 100%;
    height: 220px;
    background: url('../img/bannerbg.png') center top no-repeat;
    text-align: center;
}
.ma{
    width: 1200px;
    /* margin: auto; */
}
.mg{margin: auto;}
.banner span {
    display: block;
    font-size: 40px;
    color: #FFFFFF;
    padding-top: 70px;
    text-align: left;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 399px;
}
.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; 改 */
    width: 100%;
}
.mainbg{
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 600px;
}
.mianbao {
    display: flex;
}
.mianbao :nth-child(2){
    line-height: 43px;
}
/* result css */
.mianbaobg{
    display: flex;
    justify-content: center;
    background: #E7F1FF
}
.bannerbg {
    width: 100%;
    height: 220px;
    background: url('../img/bannerbg.png') center top no-repeat;
    background-size: cover;
}
.mian {
    min-height: 600px;
    background: #ffffff;
    position: relative;
    top: -44px;
    /* padding-top: 60px; 
    box-shadow: 0 0 10px 0 rgb(153 153 153 / 10%); 改
    padding: 20px 30px; */
    display: flex;
    justify-content: center;
}
#aTitle{
    color: #1F59D8;
}

/* 更改element样式 */
.container .box1 .el-form{
   padding: 0 28.5%;
   margin-top: 40px;
}
.container .box1 .el-tabs__nav{
    width: 100%;
}
.container .box1 .el-tabs__item{
  width: 50%;
  text-align: center;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.container .box1{
    height: 100%;
}
.container .box1 .el-tabs{
 height: 100%;
}
.pagination{
 text-align: right;
 margin-top: 20px;
}
.container .box1 .el-form .el-select{
  display: block;
}

/* 结果页面 */
#index  .resultPage .resultHead{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;

}
#index  .resultHead{
    display: flex;
    justify-content: center;
}
#index  .resultPage{
    width: 800px;
    margin-top: 60px;
}
#index  .resultHead p:first-child{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
#index  .resultHead p:last-child{
    font-weight: normal;
    font-size: 16px;
    color: #393C3E;
    cursor: pointer;
}
#index  .ulData{
    margin-bottom: 40px;
}
#index  .ulData li{
 display: flex;
 justify-content: space-between;
 width: 100%;
 color: #393C3E;
}
#index  .ulData li:last-child p{
     border-bottom:1px solid #A9C1F7 ;
}
#index  .ulData li p{
    padding: 8px 8px;
    border-top: 1px solid #A9C1F7;
    border-left:1px solid #A9C1F7;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap:break-word;
}
#index  .ulData li p:first-child{
    background-color: #EFF3F6;
    width: 40%;

}
#index  .ulData li p:last-child{
    width: 60%;
    border-right:1px solid #A9C1F7;
}
#index .resBox{
    display: flex;
    justify-content: center;
}
[v-cloak] {
    display: none;
}