*{
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}

.foot{
    color: #fff;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot .CompanyName{
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.foot .CompanyInfo{
    padding: 15px;
}
.foot .bottom{
    background-color: #000;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 12px;
}
.foot .conts{
    background: #06204c;
    width: 100%;
}
.foot .logo{
    width: 150px;
}
.foot .qrcode-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.foot .qrcode-box div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 20px;
}
.foot .qrcode-box div img{
    width: 120px;
}
.foot .qrcode-box div p{
    margin-bottom: 0;
}
.foot a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.header{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(88,107,146,.2);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.header .logo {
    width: 84px;
    height: 30px;
}
.header .right img{
    width: 25px;
}
.header .nablist{
    position: absolute;
    width: 40%;
    height: auto;
    background: rgba(88,107,146,1);
    right: 0;
    top: 50px;
    z-index: 999;
    border-radius: 0 0 0 5px;
}
.header .nablist ul{
    list-style: none;
    padding: 0;
    margin-left: 15px;
}
.header .nablist ul li{
    margin-top: 10px;
}
.header .nablist ul li a{
    color: #fff;
    font-size: 16px;
}
.totop{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 999;
}
.totop img{
    width: 35px;
    height: 35px;
}
ol, ul {
    -webkit-text-size-adjust: 100%;
}

[v-cloak] {
    display: none !important;
}