.footer {
    background: #fff;
    overflow-x: hidden;
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    stroke: currentColor;
    overflow: hidden;
}

svg:not(:root) {
    overflow: hidden;
}
.footer .footer-fastLink{
    gap:20px 30px;
}
.footer .footer-fastLink .fastLink-box .link-caption {
    font-weight: 600;
    color: #000000;
}

.footer .footer-fastLink .fastLink-box ul.fastLink-list li {
    font-size: 0;
}

.footer .footer-fastLink .fastLink-box ul.fastLink-list li+li {
    margin-top: 6px;
}

.footer .footer-fastLink .fastLink-box ul.fastLink-list li .button-get-vip,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li a {
    display: inline-block;
    max-width: 286px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 4px;
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li .button-get-vip:hover,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li .button-get-vip:active,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li a:hover,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li a:active {
    color: var(--tt-theme-color);
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li.top-100 .list{
    display: grid;
    gap: 5px 22px;
    grid-template-columns: repeat(3, minmax(35px, 55px));
    justify-content: center;
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li.links-Alphabet .list{
    display: grid;
    gap: 5px 5px;
    grid-template-columns: repeat(9, minmax(10px, 25px));
    justify-content: center;
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li.article-dates-links{
    font-size: 14px;
    position: relative;
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li.article-dates-links .caption{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer .footer-desc {
    margin: 0 auto;
}

.footer .footer-desc .f-right {
    font-size: 16px;
    line-height: 19px;
}

.footer .footer-menu {
    background: #f9f9f9;
}

.footer .footer-menu .footer-menu-box {
    margin: 0 auto;
}

.footer .footer-menu .footer-menu-box .f-left-link {
    display: flex;
    align-items: center;
}

.footer .footer-menu .footer-menu-box .f-left-link .f-link-item {
    font-size: 0;
}

.footer .footer-menu .footer-menu-box .f-left-link .f-link-item .icon-logo:first-child {
    display: block;
}

.footer .footer-menu .footer-menu-box .f-left-link .f-link-item .icon-logo:last-child {
    display: none;
}

.footer .footer-menu .footer-menu-box .f-left-link .f-link-item:hover .icon-logo:first-child,
.footer .footer-menu .footer-menu-box .f-left-link .f-link-item:active .icon-logo:first-child {
    display: none;
}

.footer .footer-menu .footer-menu-box .f-left-link .f-link-item:hover .icon-logo:last-child,
.footer .footer-menu .footer-menu-box .f-left-link .f-link-item:active .icon-logo:last-child {
    display: block;
}

.footer .footer-menu .footer-menu-box .f-right-menu {
    display: flex;
    align-items: center;
}

.footer .footer-menu .footer-menu-box .f-right-menu .link-item {
    font-weight: 600;
    color: #000000;
    opacity: 0.6;
}

.footer .footer-menu .footer-menu-box .f-right-menu .link-item:hover,
.footer .footer-menu .footer-menu-box .f-right-menu .link-item:active {
    opacity: 1;
    color: var(--tt-theme-color);
}

.footer .footer-copyright {
    background: #f9f9f9;
}

.footer .footer-copyright .gv{
    width: auto;
    height: 16px;
    vertical-align: -3px;
    margin-left: 8px;
    margin-right: 5px;
    border-radius: 10px;
}

.footer .footer-copyright .footer-copyright-text {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.6);
}
.footer .footer-copyright .flex-space{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-copyright a.footer-copyright-text:hover{
    color: var(--tt-theme-color);
}
.footer .footer-friend-links {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer .footer-friend-links .links{
    flex:1;
    min-width: 0;
}

.footer .footer-friend-links .caption {
    display: inline-block;
    margin-right: 40px;
    word-break: keep-all;
}
.footer .footer-friend-links a {
    display: inline-block;
    color: #191919;
    margin-right: 40px;
    margin-bottom: 10px;
    word-break: break-word;
}

.footer .footer-friend-links a:hover {
    text-decoration: underline;
    color: var(--tt-theme-color);
}

@media screen and (max-width: 768px) {
    .footer .footer-fastLink {
        padding: 40px 14px;
    }

    .footer .footer-friend-links {
        padding: 10px 23px 40px;
    }

    .footer .footer-fastLink .fastLink-box {
        text-align: center;
    }

    .footer .footer-fastLink .fastLink-box .link-caption {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .footer .footer-fastLink .fastLink-box+.fastLink-box {
        margin-top: 30px;
    }

    .footer .footer-desc {
        padding: 10px 23px 40px;
        text-align: center;
    }

    .footer .footer-desc .f-logo .icon-logo {
        width: 112px;
        height: 30px;
    }

    .footer .footer-desc .f-right {
        line-height: 1.5;
        margin-top: 25px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item {
        width: 31px;
        height: 31px;
        margin: 0 8px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item .icon-logo {
        font-size: 31px;
        width: 31px;
        height: 31px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item:first-child {
        margin-left: 0;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item:last-child {
        margin-right: 0;
    }

    .footer .footer-menu .footer-menu-box .f-right-menu {
        border-top: 1px solid #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
    }

    .footer .footer-menu .footer-menu-box .f-right-menu .link-item {
        font-size: 12px;
        line-height: 1.2;
        margin: 0 13px;
    }

    .footer .footer-menu .footer-menu-box .f-right-menu .link-item:first-child {
        margin-left: 0;
    }

    .footer .footer-menu .footer-menu-box .f-right-menu .link-item:last-child {
        margin-right: 0;
    }

    .footer .footer-copyright {
        border-top: 1px solid #eeeeee;
        padding: 14px 10px;
    }

    .footer .footer-copyright .footer-copyright-text {
        font-size: 12px;
        line-height: 1.2;
        justify-content: center;
    }
}
@media screen and (min-width: 1315px) {
    .footer .footer-fastLink {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (min-width: 769px) {
    .footer .footer-fastLink {
        max-width: 1522px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        /* padding: 44px 20px 44px; */
        padding: 49px 0px 49px
    }

    .footer .footer-friend-links {
        padding: 0 20px 22px;
    }

    .footer .footer-fastLink .fastLink-box .link-caption{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 27px;
    }

    .footer .footer-fastLink .fastLink-box ul.fastLink-list li+li {
        margin-top: 6px;
    }

    .footer .footer-fastLink .fastLink-box ul.fastLink-list li.article-dates-links{
        max-width: 196px;
    }
    .footer .footer-fastLink .fastLink-box ul.fastLink-list li.links-Alphabet .link-item{
        width: 10.76%;
    }


    /* .footer .footer-fastLink .fastLink-box ul.fastLink-list li a {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 4px;
  } */

    .footer .footer-desc {
        padding: 0 20px 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .footer-desc .f-logo {
        width: 124px;
        height: 33px;
    }

    .footer .footer-desc .f-logo .icon-logo {
        width: 124px;
        height: 33px;
    }

    .footer .footer-desc .f-right {
        font-size: 16px;
        line-height: 19px;
    }

    .footer .footer-menu .footer-menu-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
        padding: 0 20px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item {
        width: 32px;
        height: 32px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item .icon-logo {
        font-size: 32px;
        width: 32px;
        height: 32px;
    }

    .footer .footer-menu .footer-menu-box .f-left-link .f-link-item+.f-link-item {
        margin-left: 16px;
    }

    .footer .footer-menu .footer-menu-box .f-right-menu .link-item {
        font-size: 16px;
        line-height: 20px;
    }

    .footer .footer-menu .footer-menu-box .f-right-menu .link-item+.link-item {
        margin-left: 34px;
    }

    .footer .footer-copyright {
        border-top: 1px solid #eeeeee;
    }

    .footer .footer-copyright .footer-copyright-text {
        height: 44px;
    }
}

.footer .langDrop.el-popper[x-placement^="bottom"] {
    margin-top: 5px;
    min-width: 120px;
    border-radius: 6px;
}

.langDrop.el-popper[x-placement^="bottom"] .popper__arrow {
    display: none;
}

.langDrop.el-popper[x-placement^="bottom"] .popper__arrow::after {
    top: -20px;
    margin-left: -8px;
    border-width: 16px 10px;
}

.footer .language {
    display: inline-block;
    text-align: right;
    height: 48px;
    line-height: 45px;
}

.footer .language .el-button {
    position: relative;
    color: #191919;
    background: none;
}

.footer .language .el-button .btn-text {
    display: inline-block;
    vertical-align: middle;
}

.footer .language .el-button i {
    position: absolute;
    transition: transform 0.3s;
    transform: rotateZ(180deg);
}

.footer .language .el-button:hover,
.footer .language .el-button.isActive {
    background: #fff;
    color: var(--tt-theme-color);
    border-color: var(--tt-theme-color);
}

.footer .language .el-button .icon_language {
    display: inline-block;
    vertical-align: middle;
    fill: #2f3032;
}

.footer .language .el-button.isActive .icon_language,
.footer .language .el-button.focusing .icon_language {
    fill: var(--tt-theme-color);
}

.footer .language .el-button .icon_language.icon_language_active {
    display: none;
}

.footer .language .el-button:hover .icon_language_default,
.footer .language .el-button.isActive .icon_language_default {
    display: none;
}

.footer .language .el-button:hover .icon_language_active,
.footer .language .el-button.isActive .icon_language_active {
    display: inline-block;
}

.footer .language .el-button:hover i,
.footer .language .el-button.isActive i {
    transform: rotateZ(0deg);
}

.footer .language .el-button .icon-arrow {
    display: inline-block;
    vertical-align: middle;
    border-top-color: #666;
    width: 0;
    height: 0;
}

.el-popover.el-popper.langDrop .lang-list li a {
    display: block;
    padding: 8px 0px;
    color: #000000;
    text-decoration: none;
}

.el-popover.el-popper.langDrop .lang-list li a:hover,
.el-popover.el-popper.langDrop .lang-list li a.active {
    cursor: pointer;
    font-weight: 600;
    color: var(--tt-theme-color);
}

@media screen and (max-width: 768px) {
    .footer .language .el-button {
        padding: 0 10px;
        height: 22px !important;
    }

    .footer .language .el-button .btn-text {
        padding: 0 10px 0 4px;
        font-size: 12px;
        margin-top: -2px;
    }

    .footer .language .el-button i {
        right: 3px;
        top: 3px;
        font-size: 12px;
    }

    .footer .language .el-button .icon_language {
        width: 12px;
        height: 12px;
        margin-top: -2px;
    }

    .footer .language .el-button .icon-arrow {
        margin-left: 9px;
        margin-top: 4px;
        border: 5px solid transparent;
        margin-left: 1px;
    }
}

@media screen and (min-width: 769px) {
    .footer .language .el-button {
        padding: 0 14px 0 14px;
        height: 32px;
    }

    .footer .language .el-button .btn-text {
        padding: 0 8px 0 4px;
        font-size: 14px;
    }

    .footer .language .el-button i {
        right: 6px;
        top: 8px;
    }

    .footer .language .el-button .icon_language {
        width: 18px;
        height: 18px;
    }

    .footer .language .el-button .icon-arrow {
        margin-left: 9px;
        margin-top: 4px;
        border: 5px solid transparent;
        margin-left: 1px;
    }
}