
/* 底部样式 */
.footer {
    width: 100%;
    padding-top: 37px;
    background-color: #1F1F26;
}

.footer-top {
    border-bottom: 1px solid #2E2D34;
}

.footer-bottom {
    display: flex;
    align-items: center;
}

.footer-link {
    padding-bottom: 35px;
    border-right: 1px solid #2B2B30;
    margin: 0;
}

.footer-link li {
    width: 134px;
    margin-right: 28px;
    border-right: 1px solid #2B2B30;
}

.footer-link li h4 {
    font-size: 16px;
    font-weight: 400;
    color: #E0E0E0;
    margin-top: 0;
    margin-bottom: 37px;
}

.footer-link li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #616162;
    margin-bottom: 10px;
}

.footer-link li:last-child {
    margin: 0;
    border-right: none;
}

.footer-link li a:last-child {
    margin: 0;

}

.footer-contact {
    padding-top: 33px;
    margin-left: 80px;
    height: auto;
}

.footer-contact h5 {
    font-size: 14px;
    font-weight: 400;
    color: #616162;
    margin-top: 0;
    margin-bottom: 32px;
}

.footer-contact p {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.weixin {
    margin-left: 148px;
    padding-top: 11px;
}

.weixin-item {
    font-size: 16px;
    font-weight: 400;
    color: #949495;
    text-align: center;
}

.weixin-item img {
    width: 108px;
    height: auto;
    margin-bottom: 23px;
}

.weixin-item:last-child {
    margin-left: 58px;
}

.footer-bottom .address h5 {
    font-size: 14px;
    color: #E1E1E1;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.footer-bottom .address a {
    font-size: 12px;
    font-weight: 400;
    color: #747474;
    margin: 0;
}

.footer-bottom .licence{
    width: 103px;
    margin: 20px 0 20px 43px;

}

.footer-bottom .supervise-icon{
    width: 365px;
    height: 40px;
    margin-left: 65px;
 }
 
 .footer-bottom .gs{
     width: 63px;
     height: 73px;
     margin-left: 37px;
 }
 
 .footer-bottom .gs img{
     width: 100%;
     height: 100%;
 }

 .zx{
    height: 38px;
    padding: 0 13px;
    margin-left: 50px;
    background-color: #3A3A40;
    border-radius: 4px;
 }

 .zx p{
    font-size: 17px;
    color: #D6D6D6;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
 }