/* 底部更新 */
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #333A4D;
}

.footer-nav-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #888888;
}

.footer-logo {
    height: 120px;
}

.footer-logo img {
    height: 100%;
}

.footer-nav-list {
    display: flex;
}

.footer-nav-list-item {
    margin-right: 110px;
}

.footer-nav-list-item:last-child {
    margin-right: 0;
}

.footer-nav-list-item dt {
    font-size: 12px;
    font-family: 'OPPOSansBold';
    color: #ffffff;
    line-height: 16px;
}

.footer-nav-list-item dd {
    margin-top: 10px;
}

.footer-nav-list-item dd a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 16px;
}

.footer-nav-list-item dd a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-related-platform-item {
    position: relative;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

/* .footer-related-platform-item:first-child .related-platform-text {
    margin-left: 9px;
} */

.footer-related-platform-item:last-child {
    margin-bottom: 0;
}

.footer-related-platform-item:last-child:hover .related-platform-text {
    color: #fff;
}

.footer-related-platform-item img {
    /* width: 25px; */
    height: 16px;
}

.related-platform-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 16px;
    margin-left: 19px;
}

.platform-code-box {
    width: 130px;
    height: 130px;
    position: absolute;
    background: #454545;
    border-radius: 10px;
    padding: 10px;
    z-index: 4;
    top: -135px;
    right: 0;
    display: none;

}

.platform-code-text {
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.platform-code-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.platform-code-box::after {
    content: '';
    display: block;
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #454545;
    bottom: -14px;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .footer-related-platform-item:first-child:hover img{
    content: url();
} */
.footer-related-platform-item:hover .related-platform-text {
    color: #28C445;
}

.footer-related-platform-item:hover .platform-code-box {
    display: block;
}

.footer-bottom {
    padding-top: 16px;
}

.footer-blogroll {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-blogroll dt {
    font-size: 12px;
    font-family: 'OPPOSansBold';
    color: #ffffff;
    line-height: 16px;
}

.footer-blogroll dd {
    margin-left: 30px;
}

.footer-blogroll dd a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 16px;
}

.footer-blogroll dd a:hover {
    color: rgba(255, 255, 255, 1)
}

.footer-website-copyright {
    display: flex;
    align-items: center;
}

.footer-website-copyright p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 16px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.72);
}

.footer-website-copyright p:first-child {
    padding: 0 20px 0 0;
}

.footer-website-copyright p:last-child {
    border-right: none;
    padding: 0 0 0 28px;
}

@media (max-width:875px) {
    footer {
        display: none !important;
    }
}

  /* 2024-2-3 */
  .footer-blogroll-dd-more {
    position: relative;
}

.footer-blogroll-dd-more-a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 16px;
    cursor: pointer;
}

.footer-blogroll-dd-more-a:hover {

    color: rgba(255, 255, 255, 1);
}


.platform-more-hover-box {
    padding-bottom: 10px;
    position: absolute;
    z-index: 4;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    display: none;
}
.footer-blogroll-dd-more:hover .platform-more-hover-box {
    display: block;
}

.footer-blogroll-dd-more .platform-more-box {
    background: #454545;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;

}

.footer-blogroll-dd-more .platform-more-box::after {
    content: '';
    display: block;
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #454545;
    bottom: -14px;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

.platform-more-box p {
    margin-top: 10px;
    text-align: center;
}


.platform-more-box p:nth-child(1) {
    margin-top: 0;
}

.platform-more-box p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 24px;
    white-space: nowrap;

}