*{
    margin: 0;
    padding: 0;
}
body{
    color: #333333;
    padding-bottom: 13.333vw;
    min-height: calc(100vh - 13.333vw);
    background: #FFFFFF;
    height: auto!important;
}
a{
    text-decoration: none;
    color: #333333;
}
label{
    margin: 0;
}

.con-padding{
    padding: 0 3.333vw;
}



.beian{
    width: 100%;
    color: #cccccc;
    text-align: center;
    padding: 8vw 0;
}
.beian p{
    font-size: 3.5vw;
}
.beian a{
    color: #666666;
    font-size: 3.5vw;
}



.footer{
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.333vw;
    box-shadow: 5px 5px 5px 5px #cccccc;
    display: flex;
    background: #ffffff;
}
.footer .active{
    color: #0265fe;
}
.footer-item{
    margin: 2vw 0;
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-item img{
    height: 5.866vw;
}
.footer-item-text{
    font-size: 3.2vw;
}

