.footer {
    background: url('../asset/img/footer.png') no-repeat;
    background-size: cover;
}

.footer_head {
    padding: 0 100px;
    height: 137px;
    border-bottom: 1px solid rgba(0, 13, 27, 0.04);
    display: flex;
    align-items: center;
}

.footer_logo {
    height: 57px;
}

.footer_head_link {
    margin-left: 100px;
}

.footer_head_link a {
    margin-left: 5px;
    text-decoration: none;
    color: rgba(0, 13, 27, 0.8);
}

.footer_head_link a:hover {
    color: rgba(43, 115, 237, 1);
}


.footer_con {
    padding: 0 100px;
    color: rgba(0, 13, 27, 0.8);
    font-size: 20px;
    height: 369px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 13, 27, 0.04);
    display: flex;
    gap: 103px;
    padding-top: 100px;
}

.footer_con_item {
    width: 320px;
    margin-right: 40px;
}

.footer_con_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.friend_link_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    height: 32px;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid #E5E7E8;
    background: #FFF;
    cursor: pointer;
}

.friend_link_title span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01px;
}

.friend_link_title img {
    width: 14px;
    height: 14px;
}

.friend_link_box,
.friend_link_box li {
    list-style: none;
}

.friend_link_box {
    display: none;
    width: 240px;
    padding: 8px 0;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #E5E7E8;
    background: #FFF;
    /* box-shadow-light */
    /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); */
}

.friend_link_container.active .friend_link_box {
    display: block;
}

.friend_link_box li {
    background: #FFF;
    padding: 5px 0;
    padding-left: 20px;
}

.friend_link_box li a {
    display: block;
    color: #000D1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: -0.01px;
}

.friend_link_box li:hover {
    background: linear-gradient(272deg, #6886D5 -0.06%, #004187 100%);
}

.friend_link_box li:hover a {
    color: #FFF;
}




.footer_bot {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: rgba(0, 13, 27, 0.6);
    font-size: 16px;
}