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;
}
/* 头部 */
#app  .container{
    margin: 0 auto;
    width: 1200px;
}
#app .headerTop{
    background-color: rgb(231, 241, 255);
    width: 100%;
}
#app .headerBox{
   height: 40px;
   display: flex; 
   align-items: center;
}
#app .headerBox img{
 margin-right: 20px;
}
#app .title span{
    font-size: 14px;
}
#app .title span:first-of-type{
    color: rgb(153, 153, 153);
}

#app .title span:last-of-type{
    color: rgb(31, 89, 216);
}
/* banner图片 */
#app .bannerImg{
    background-image:url('../img/bannerbg.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    max-width: 100%;
    height: 220px; 
}
#app .bannerTitle{
    font-size: 40px;
    color: rgb(255, 255, 255);
    padding-top: 70px;
 
}
#app .bannerTitle2{
    font-size: 20px;
    color: rgb(255, 255, 255);
}
#app  .queryBox{
    background-color: #fff;
    box-shadow: rgba(153, 153, 153, 0.1) 0px 0px 10px 0px;
    position: relative;
    top: -44px;
    padding-top: 60px;
    min-height: 633px;
}
/* 表单样式 */
#app  .queryBox{
  padding: 0 300px;
}
#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: 800px;
    margin-top: 60px;
}
#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;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after, .el-tabs--left .el-tabs__nav-wrap.is-right::after, .el-tabs--right .el-tabs__nav-wrap.is-left::after, .el-tabs--right .el-tabs__nav-wrap.is-right::after {
height: 0%;
    width: 2px;
    bottom: auto;
    top: 0;
}

#app .infoBox{
    border: 1px solid #f5f5f5;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

#app .infotitle{
    display: flex;
    justify-content: space-between;
}

#app .outBox{
    display: flex;
    justify-content: center;
    padding: 2rem;
}
#app .listBox{
    margin-right: 3rem;
}

#app .listBox>ul>li>p{
    margin-bottom: 2rem;
}

#app .activeLi{
    font-weight: bold;
    color: #31a3e6ec;
}