.index img.pic {
    width: 6.025rem;
    height: 2.8875rem;
    margin-bottom: .95rem;
}
.index a.btn-link {
    width: 2.725rem;
    height: .8rem;
    border-radius: .4rem;
    color: #fff;
    border: .0125rem solid #FFFFFF;
    font-size: .275rem;
    text-align: center;
}
.index a.btn-link:hover {
    backdrop-filter: blur(.03rem);
    background: #fff;
    color: #333;
}
header .header .other-links a.globe p {
  top: 150%;
  width: max-content;
}

@media screen and (max-width: 768px) {
    .index img.pic {
        width: 300px;
        height: auto;
    }
    .index a.btn-link {
        width: 45%;
        height: 45px;
        font-size: 16px;
    }
}

.icp {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.icp p {
    color: #fff !important;
    margin: 0;
}

.icp a {
    color: #fff !important;
    text-decoration: none; /* 默认不显示下划线 */
}

.icp a:hover {
    color: #fff !important;
    text-decoration: none; /* 悬浮时也不显示下划线 */
}