.headerBox{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 1000;
    background-color: #FFF;
}
.header{
    width: 1200px;
    height: 80px;
    margin: auto;
    display: flex;
    line-height: 80px;
}
.header .logo{
    height: 50px;
    margin: 15px 15px 15px 0;
    
}
.header .logo img{
    width: 175px;
    height: 50px;
}
.header .tel{
    line-height: 80px;
    margin: 0 15px;
    font-weight: 600;
}
.header .menu{
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}
.header .menu .item{
    margin: 0 10px;
}
.header .tools{
    display:flex;
}
.header .tools .item{
    margin-left: 15px;
    position: relative;
    display: inline-block;
}
.header .tools .item .icon{
    vertical-align: middle;
    color: #fff;
    border-radius: 100px;
    margin-right: 5px;
    width: 35px;
}
.header .tools .item .qr-code{
    position: absolute;
    top: 80px;
    left: -60px;
    display: none;
    position: absolute; 
    z-index: 1;
}
.header .tools .item:hover .qr-code {
    display: block;
}
.header .tools .item .qr-code img{
    width: 160px;
    height: 160px;
}
[v-cloak] {
    display: none;
}
