*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family:"微软雅黑","宋体",sans-serif,"方正启体繁体";
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}
body{
    background: #fff;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
img{
    border: 0;
}
a{
    -webkit-tap-highlight-color: #fff;
}
header{
    padding:20px 18%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    z-index: 999;
}
.biao{
    width: 250px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.biao img{
    width: 100%;
}
header ul{
    /*flex:6;*/
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 0 5px;
}
header ul li{
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:35px;
}
header .act{
    border-bottom: 2px solid #0089e4;
    color:#0089e4;
}
.shou{
    display: block;
    color: #000;
    padding:10px 5px;
}