body{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
} 
p,ul{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.box{
    margin: 0 16px;
}
#data{
    background-color: #fff;
}
[v-cloak] {
 display: none;
}
/*头部*/
header{
    height: 44px;
    background-color: #fff;
    width:100%;
    position:relative;
}
header .catalog{
    width:20px;
    height: 20px;
    float: left;
    margin: 12px 16px;
}
header .search{
    position:relative; 
    width:78%;
    height: 28px;
    border-radius: 14px;
    background-color: rgb(239,243,246);
    float: left;
    margin: 8px 16px 8px 0 ;
}
header .search input{
    width: 266px;
    background: none;
    border: none;
    height: 17px;
    margin: 5px 14px;
    outline: none;
}
header .search .searchIcon{
    position:absolute;
    right:15px;
    top:8px;
    width:12px;
    height: 12px;
}
header .list{
    position:absolute;
    left: 0;
    top:44px;
    width:110px;
    height: 240px;
    z-index: 3;
    background-color: #fff;
}
header .list a{
    display: block;
    height: 40px;
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
    color:rgb(51,51,51);
    font-size: 14px;
}
header .list a.active{
    color:rgb(116,196,235);
}
/*脚部*/
footer{
    background-color: rgb(50,50,50);
    color:#fff;
    font-size: 10px;
    overflow: hidden;
}
footer .box{
    overflow: hidden;
    height: 134px;
    position:relative;
}
footer .list{
    height: 107px;
    margin:12px 0;
    float: left;
    position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
}
footer .list div{
    flex: 1;
    margin-bottom: 6px;
    line-height: 17px;
}
footer .list div:last-child{
    margin: 0;
}
footer .list div b{
    display: inline-block;
    margin-right: 8px;
    width:60px;
}
footer .list div span{
    color:rgb(204,204,204);
}
footer .code{
    margin: 20px 0;
    width:72px;
    height: 94px;
    float: right;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    color:#333333;
    font-size: 10px;
    color:rgb(51,51,51);
}
footer .code img{
    width:64px;
    height: 64px;
    margin:4px 4px 0;
    float: left;
}
footer .code p{
    display: inline-block;
    margin: 6px 0;
}
footer .copyright{
    height: 44px;
    color:#fff;
    font-size: 10px;
    text-align: center;
    background-color: rgb(40,40,40);
}
footer .copyright span{
    display: inline-block;
    line-height: 14px;
    margin: 8px 0;
}