.footer {
    width: 100%;
    background: rgba(20, 20, 20, 1);
}

.footer-content {
    width: 1080px;
    margin: 0 auto;
}

.footer-content-list {
    display: flex;
    justify-content: space-between;
    padding-top: 86px;
    margin-bottom: 77px;
}

.footer-content-list a {
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.content-list-1_title {
    color: white;
    font-weight: 600;
    font-size: 32px;
}

.content-list-1-text {
    color: white;
    font-weight: 300;
    margin-top: 22px;
    font-size: 16px;
}

.copyright {
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 60px;
    height: 62px;
    font-size: 16px;
}

.copyright::before {
    content: '';
    display: block;
    width: 1080px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.content-list-1-L div {
    color: white;
    font-weight: 300;
    margin-top: 152px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.content-list-1 {
    position: relative;
}

.L-list {
    position: absolute;
    left: 180px;
    bottom: 0;
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    display: none;
}

.L-list-item {
    line-height: 25px;
}

.L-list-item a {
    font-size: 14px;
    color: black;
    white-space:nowrap;
}

.content-list-1-L-text {
    cursor: pointer;
}

.content-list-1-L div::after {
    content: url('../images/down_right_white.svg');
    display: inline-block;
    width: 7.13px;
    height: 12.1px;
    margin-left: 14px;
    transform: rotate(90deg);
    transition: all 0.5s;
}

.content-list-1-active::after {
    transform: rotate(0deg) !important;
}

.list-2-title,
.list-3-title,
.list-4-title {
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.list-2-menu,
.list-3-menu {
    margin-top: 22px;
}

.list-2-menu-item a,
.list-3-menu-item a {
    line-height: 220.5%;
}

.list-2-menu-item a:hover,
.list-3-menu-item a:hover {
    color: #842CFF;
}

.newsletter-name,
.follow-us-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.newsletter-email {
    width: 227px;
    height: 39px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    margin: 25px 0 40px 0;
    position: relative;
}

.newsletter-btn {
    position: absolute;
    right: 13px;
    top: 13.9px;
    background: url('../images/down_right_white.svg');
    background-size: 100% 100%;
    width: 7px;
    height: 12px;
    cursor: pointer;
}

.newsletter-input {
    height: 39px;
    font-size: 16px;
    outline: none;
    border: none;
    margin-left: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 187.5%;
    background: rgba(255, 255, 255, 0.01);
    color: rgba(255, 255, 255, 0.3);
}

.newsletter-tips {
    color: #886DFF;
    position: absolute;
    z-index: 2;
    top: 43px;
    font-size: 14px;
    font-weight: 300;
}

.follow-us-icon {
    margin-top: 25px;
    display: flex;
    width: 134px;
    justify-content: space-between;
}

.follow-us-icon .icon-item {
    width: 33px;
    height: 33px;
    border-radius: 8px;
    background-size: 15px 15px;
}

.follow-us-icon .icon-item:nth-child(1) {
    background: url('../images/facebook-logo-white.svg') no-repeat center rgba(255, 255, 255, 0.13);
}

.follow-us-icon .icon-item:nth-child(2) {
    background: url('../images/twitter-logo-white.svg') no-repeat center;
}

.follow-us-icon .icon-item:nth-child(3) {
    background: url('../images/youtube-logo-white.svg') no-repeat center rgba(255, 255, 255, 0.13);
}

.follow-us-icon .icon-item:hover {
    cursor: pointer;
}

/* .follow-us-icon .icon-item:nth-child(1):hover {
    background-image: url('../images/facebook-logo-white.svg');
}

.follow-us-icon .icon-item:nth-child(2):hover {
    background-image: url('../images/twitter-logo-white.svg');
}

.follow-us-icon .icon-item:nth-child(3):hover {
    background-image: url('../images/youtube-logo-white.svg');
} */
@media (max-width: 1024px) {
    .footer-content {
        width: 95%;
    }

    .copyright::before {
        width: 100%;
    }

    .newsletter-email {
        width: 175px;
    }
}
@media (max-width: 770px) {

    .footer {
        height: auto;
    }

    .footer-content {
        width: 100%;
        padding: 36rem 17rem 0 17rem;
    }

    .list-mobile_title {
        color: white;
        font-weight: 600;
        font-size: 38rem;
    }

    .list-mobile_desc {
        font-size: 16rem;
        line-height: 19rem;
        color: #FFFFFF;
        margin: 22rem 0 55rem;
    }

    .drop-down-title {
        font-weight: 400;
        font-size: 18rem;
        line-height: 21rem;
        color: #FFFFFF;
    }

    .drop-down-box {
        height: 69rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .drop-down-box .drop-down-box-img {
        transform: rotate(0);
        transition: all 0.5s;
    }

    .drop-down-box img {
        width: 12.5rem;
        height: 7rem;
        transition: all 0.5s;
        transform: rotate(180deg);
    }

    .list-mobile-drop-down {
        line-height: 69rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .option-item {
        font-size: 14rem;
        line-height: 246.5%;
    }

    .option-item a {
        color: white;
    }

    .option-item:last-child {
        margin-bottom: 15rem;
    }



    .newsletter-text {
        font-weight: 400;
        font-size: 18rem;
        line-height: 21rem;
        color: #FFFFFF;
        margin-top: 26rem;
    }

    .language-mobile {
        margin: 100rem 0 28rem 0;
        position: relative;
    }

    .language-mobile-text {
        font-size: 16rem;
        line-height: 19rem;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .language-mobile-text::after {
        content: url('../images/down_right_white.svg');
        display: inline-block;
        height: 14rem;
        margin-left: 14rem;

    }

    .copyright {
        text-align: left;
        line-height: 62rem;
        height: 62rem;
        font-size: 12rem;
    }

    .copyright::before {
        width: 100%;

    }

    .newsletter-email {
        width: 227rem;
        height: 39rem;
        border-radius: 6rem;
        margin: 25rem 0 45rem 0;
    }

    .newsletter-input {
        height: 39rem;
        font-size: 16rem;
        margin-left: 10rem;
        font-size: 16rem;
    }

    .newsletter-tips {
        top: 43rem;
        font-size: 14rem;
    }

    .newsletter-btn {
        right: 13rem;
        top: 13.9rem;
        width: 7.1rem;
        height: 12.1rem;
    }

    .follow-us-icon {
        margin-top: 25rem;
        width: 134rem;
    }

    .follow-us-icon .icon-item {
        width: 33rem;
        height: 33rem;
        border-radius: 8rem;
        background-size: 15rem 15rem;
    }

    .language-mobile-pop {
        background: white;
        position: absolute;
        left: 190rem;
        bottom: 0rem;
        border-radius: 5rem;
        padding: 5rem 10rem;
        text-align: center;
    }

    .drop-down-option-2,
    .drop-down-option-1,
    .language-mobile-pop {
        display: none;
    }

    .language-item {
        font-size: 14rem;
        line-height: 25rem;
    }
}