footer {
    width: 100%;
    min-width: 1200px;
    padding: 72px 0 30px;
    background-color: #272727;
}
.footer-box {
    width: 1200px;
    margin: 0 auto;
}
.footer-content {
    display: flex;
}
.footer-content-l {
    flex: 1;
    display: flex;
}
.footer-list {
    width: 240px;
    min-width: 120px;
    padding-right: 16px;
    margin-bottom: 16px;
}
.footer-list div {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-list p {
    margin-bottom: 8px;
}
.footer-list a {
    font-size: 12px;
    color: #9fa3a6;
    transition: all .3s ease;
    line-height: 24px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-list a:hover {
    color: #f2f2f2;
    text-decoration: unset;
}
.footer-contact {
    width: 240px;
}
.footer-contact-contact {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer-contact-phone {
    height: 29px;
    color: #fff;
    font-size: 20px;
    font-family: "ui-rounded";
    white-space: nowrap;
    margin-bottom: 8px;
    display: none;
}
.footer-contact-email {
    height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
}
.footer-contact-follow {
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
}
.footer-contact-box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.footer-contact-icon {
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer-contact-icon img {
    height: 16px;
}
.footer-contact-icon:hover {
    background: rgba(255, 255, 255, .09);
}
.footer-contact-icon:hover .footer-contact-code {
    display: block !important;
}
.footer-contact-code {
    width: 144px;
    height: 144px;
    border-radius: 6px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 44px;
    right: -1px;
    z-index: 10;
}
.footer-contact-code div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: 12px;
    transform: rotate(45deg);
}
.footer-contact-code img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    z-index: 10;
}
.footer-contact-feedback {
    min-height: 72px;
}
.footer-contact-complain {
    font-size: 12px;
    color: #9fa3a6;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright {
    padding: 16px 0;
    display: flex;
    align-items: center;
}
.footer-copyright div {
    color: #6c7073;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
}
.footer-copyright div span {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #6c7073;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-copyright a {
    color: #6c7073;
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}
.footer-copyright a:hover {
    color: #919699;
    text-decoration: none;
}
.footer-copyright a span {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #6c7073;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-copyright a:nth-last-child(1) span {
    display: none;
}
.footer-language {
    width: 82px;
    min-width: 82px;
    height: 24px;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 4px;
    display: none;
    align-items: center;
    position: relative;
}
.footer-language:hover {
    background: rgba(255,255,255,.09);
}
.footer-language-icon {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.footer-language-name {
    color: #9fa3a6;
    font-size: 12px;
    line-height: 24px;
}
.footer-language:focus .footer-language-box {
    display: block;
    position: absolute;
    bottom: 36px;
    left: 0;
    z-index: 10;
}
.footer-language-box {
    padding: 4px 0;
    border-radius: 5px;
    background-color: #fff;
    display: none;
}
.footer-language-item {
    height: 40px;
    text-align: left;
    line-height: 30px;
    padding: 5px 12px;
}
.footer-language-item:hover {
    background-color: #f5f5f5;
}
.footer-language-item span {
    color: #333;
    font-size: 14px;
}
