[v-cloak] {
    display: none;
}
html,
body {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    display: inline-block;
    /* margin-bottom: 0; */
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.flex {
    display: flex;
}

.header {
    width: 100%;
    height: 77px;
    background: #ff2215;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.content {
    margin-top: 77px;
    width: 100%;
}

.footer {
    width: 100%;
    height: 40px;
    /* background: #b0b0b0; */
    /* position: fixed;
    bottom: 0;
    left: 0; */
}


.footer-flex {
    height: 100%;
    font-size: 12px;
    font-family: PingFangHK, PingFangHK;
    /* font-weight: 600; */
    /* color: #ffffff; */
    color: #999;
    align-items: center;
    justify-content: center;
}

.jh-logo {
    width: 13px;
    height: 14px;
    margin-right: 5px;
    line-height: 1px;
}

.beian:hover{
    cursor: pointer;
}


.m-b-10{
    margin-bottom: 10px;
}
.m-b-5{
    margin-bottom: 5px;
}

.mr-30{
    margin-right: 10px;
}