@charset "utf-8";
/* footer */
.footer-top{
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 73px;
    border-bottom:1px solid #575757;
}

.footer-content{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    height: 127px;
    margin-top: 30px;
}

.footer-content ul:nth-of-type(1){
    width: 93px;
}

.footer-content ul:nth-of-type(2){
    width: 330px;
    padding:0 25px 0 32px;
}

.footer-content ul:nth-of-type(3){
    width: 388px;
    padding:0 30px 0 17px;
}

.footer-content ul li{
    font-size: 12px;
    line-height: 20px;
}

.footer-content ul li:nth-of-type(1){
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-content .qr-code{
    width: 380px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-align: center;
    padding-left: 36px;
}

.footer-content .qr-code>div{
    display: flex;
    flex-direction:column;
    align-items: center;
}

.footer-content .qr-code img{
    width: 88px;
    height: 88px;
    margin-bottom: 6px;
}

.footer-content .line{
    width: 1px;
    height: 90px;
    background-color: #575757;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.footer-bottom>div{
    border-right: 1px solid #575757;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.footer-bottom>div:nth-last-child(1){
    border:none;
}

.footer .wrapper ul li a{
    color:#fff
}

.gongan img{
    transform: translateY(4px);
}