body {
    background-color: #232323;
    color: #ffffff;
    font-family:
        "Source Han Sans SC",
        "PingFang SC",
        "Microsoft YaHei",
        "Noto Sans SC",
        sans-serif;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 131px;
    padding: 0px 40px 0px 40px;
    background-color: transparent;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 38px;
}

.nav-item {
    list-style: none;
}

.dropdown-menu {
    --bs-dropdown-border-radius: 10px;
    --bs-dropdown-link-active-bg: #777777;
}

.btn.show {
    color: #c7c7c7;
}

.nav-text {
    font-size: 22px;
    font-weight: 480;
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
    --bs-btn-hover-color: #c7c7c7;
    --bs-btn-active-color: #a7a7a7;
}

.app-download-btn {
    width: 136px;
    height: 52px;
    border: none;
    font-size: 22px;
    font-weight: 480;
    color: #ffffff;
    background-color: #0c08af;
    border-radius: 14px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    --bs-btn-hover-bg: #110e87;
    --bs-btn-active-bg: #0a0874;
}

.search-module {
    position: absolute;
    width: 885px;
    left: 50%;
    top: 33%;
    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.shaoshao-logo-container {
    width: 240px;
    margin-bottom: 69px;
}

#shaoshao-logo {
    width: 100%;
    height: auto;
}

.search-box-container {
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 16px;

    display: flex;
}

#search-box {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(217, 217, 217, 1);
    border: 0px solid #a0a0a0;
    border-radius: 90px;
    padding:0 80px 0 40px;
    font-size: 22px;
    font-weight: 450;
    color: #232323;
}

input[type="search"]::placeholder {
    color: #a0a0a0;
}

input:focus {
    outline: none;
}

#search-button-container {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    position: fixed;
    width: 200px;
    bottom: 11px;
    left: 14px;
}

.icp {
    font-size: 16px;
    font-weight: 450;
    color: #6e6e6e;
    text-decoration: underline;
    padding: 0px;
    --bs-btn-hover-color: #aeaeae;
    --bs-btn-active-color: #d7d7d7;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 960px) {
    .nav-text {
        font-size: 20px;
    }

    .app-download-btn {
        width: 120px;
        height: 48px;
        font-size: 20px;
    }

    .search-module {
        width: 622px;
    }

    .shaoshao-logo-container {
        width: 180px;
        margin-bottom: 58px;
    }

    #search-box {
        font-size: 18px;
        height: 60px;
    }

    #search-button-container {
        right: 16px;
        transform: translateY(-60%);
    }

    #search-btn {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0px 34px 0px 34px;
        gap: 26px;
    }

    .nav-text {
        font-size: 18px;
    }

    .app-download-btn {
        width: 106px;
        height: 38px;
        font-size: 18px;
    }

    .search-module {
        width: 510px;
    }

    .shaoshao-logo-container {
        width: 180px;
        margin-bottom: 58px;
    }

    #search-box {
        font-size: 18px;
        height: 60px;
    }

    #search-button-container {
        right: 16px;
        transform: translateY(-60%);
    }

    #search-btn {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 672px) {
    .search-module {
        width: 436px;
    }

    .icp {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .navbar {
        padding: 0px 20px 0px 23px;
        justify-content: flex-start;
    }

    .app-download-btn {
        margin-left: auto;
        width: 106px;
        height: 38px;
        font-size: 17px;
    }

    .search-module {
        width: 378px;
    }

    #search-button-container {
        right: 13px;
        transform: translateY(-63%);
    }

}

@media (max-width: 380px) {
    .navbar {
        width: 380px;
    }
}

@media (max-height: 430px) {
    .navbar {
        padding: 0px 34px 0px 34px;
        height: 90px;
        gap: 22px;
    }

    .nav-text {
        font-size: 18px;
    }

    .app-download-btn {
        width: 106px;
        height: 38px;
        font-size: 17px;
    }

    .search-module {
        top: 28%;
        width: 510px;
    }

    .shaoshao-logo-container {
        width: 180px;
        margin-bottom: 40px;
    }

    #search-box {
        font-size: 18px;
        height: 60px;
    }

    #search-button-container {
        right: 16px;
        transform: translateY(-60%);
    }

    #search-btn {
        width: 33px;
        height: 33px;
    }
}
