ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .top {
    display: table;
    width: 100%;
}

#footer .left ,#footer .center{
    padding-top: 42px;
    text-align: left;
}
@media screen and (max-width: 414px){
    #footer .left {
        padding-top: 22px;
    }
}

#footer .left_inner {
    display: table;
    width: 100%;
}

#footer.winwin-footer .left_inner label {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}

#footer .left_inner .footer_list ul {
    margin-top: 24px;
}
@media screen and (max-width: 767px){
    #footer .left_inner .footer_list ul {
        margin-top: 15px;
    }
}
#footer .left_inner .footer_list ul li {
    color: #999;
    line-height: 1.7;
}

#footer .left_inner .footer_list ul li a {
    color: #999;
}

#footer .left_inner p {
    margin-top: 18px;
    color: #999;
}

#footer .qrcode {
    display: block;
    margin: 0 auto;
    margin-top: 10px;

}
@media screen and (max-width: 767px){
    #footer .left_inner .footer_list{
        text-align: center;
        margin-bottom: 15px;
    }
    #footer .left_inner .footer_list:last-child{
        margin-bottom: 0;
    }
    #footer .center{
        padding-top: 22px;
    }
    #footer .qrcode {
        display: block;
        margin: 0 auto;
    }
}
.th1_hr{
    border-color: #f9f9f9;
}
#footer .bottom p{
    color: #999;
}