.footer {
    max-width: 1300px;
    margin: 0 auto;
    background: #000000;
    border-top: 1px solid #3e3e3e;
    padding-bottom: 32px;
    position: relative;
}
.footerJumbleweb {
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 16px;
    font-family:
        Squada One,
        Squada One;
    font-weight: 400;
    font-size: 40px;
    color: #13c4ca;
    line-height: 48px;
    text-align: center;
}
.footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer ul img {
    width: 32px;
    height: 32px;
    margin: 0 16px;
}
.footer ul li a {
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    padding: 0 40px;
    margin-top: 16px;
    display: inline-block;
}
.footer p {
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 16px;
    color: #aaaaaa;
    line-height: 24px;
    text-align: center;
    margin: 32px 0;
}
.fanhui {
    width: 48px;
    height: 48px;
    position: absolute;
    right: -140px;
    top: -140px;
}
@media (max-width: 1630px) {

.fanhui{
   right: 54px;
    top: 100px;
}








}
@media (max-width: 1320px) {
    .footer {
        padding: 0 20px 32px 20px;
    }
}

@media (max-width: 768px) {
    .footerJumbleweb {
        font-size: 32px;
        line-height: 40px;
    }
     .fanhui {
        right: 32px;
        top: 10px;
    }
}
@media (max-width: 600px) {
    .footerJumbleweb {
        font-size: 20px;
        line-height: 24px;
    }
    .footer ul img {
        width: 24px;
        height: 24px;
        margin: 0 6px;
    }
    .footer ul li a {
        font-size: 12px;
        line-height: 16px;
        padding: 0 12px;
    }
    .footer p {
        font-size: 12px;
        line-height: 16px;
        margin: 12px 0;
    }
    .footer {
        padding: 0 10px 16px 10px;
    }
     .fanhui {
        width: 28px;
    height: 28px;
    }
}





 



















