.top {
    overflow: hidden;
    width: calc(100% - 20px);
    padding: 10px;
    height: 500px;
    background-image: url(/n/bing/api);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-width: 320px;
}

.top-bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 60px;
    background-color: #00000030;
    background: linear-gradient(0deg,
            #2e2e2e 0%,
            rgba(46, 46, 46, 0.8) 20%,
            rgba(46, 46, 46, 0.5) 40%,
            rgba(46, 46, 46, 0.3) 60%,
            rgba(46, 46, 46, 0.1) 80%,
            rgba(46, 46, 46, 0) 100%);
}

@media screen and (max-width: 600px) {
    .top {
        height: 300px;
    }
}

.top-content {
    overflow: hidden;
    position: absolute;
    width: calc(100% - 20px);
    max-width: 600px;
    height: 180px;
    background-color: #00000030;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*search*/
.search hr {
    width: 100%;
    border: 0;
    height: 20px;
}

.search {
    width: 100%;
    height: 110px;
}

.ver_a {
    color: #ffffff;
}

#ver {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

#wallpaper {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.search-menu {
    width: calc(100% - 20px);
    max-width: 600px;
    margin: 0 auto;
}

.search-menu-div {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 8px;
    padding: 0 5px;
}

.search-menu-div i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.search-menu div i,
.search-menu div p {
    float: left;
}

.search-input .search-input-icon {
    float: left;
    width: 50px;
    height: 38px;
    line-height: 36px;
    text-align: center;
}

.search-input {
    width: calc(100% - 20px);
    height: 38px;
    max-width: 600px;
    margin: 0 auto;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden;
}

.search-input #search-input {
    float: left;
    width: calc(100% - 100px);
    height: 38px;
    border: 0;
    font-size: 15px;
    border-radius: 3px;
    background-color: #00000000;
    color: #ffffff;
}

.search-input #search-input::placeholder {
    color: #ffffff;
}

.search-input .search-input-btn {
    float: left;
    width: 50px;
    height: 38px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

/*home*/
.home {
    overflow: hidden;
    max-width: 1600px;
    min-width: 320px;
    width: calc(100% - 20px);
    padding: 10px;
    height: auto;
    margin: 30px auto;
}

.home h1 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px auto;
    border-left: 3px solid #4bf3ff;
    border-radius: 3px;
    padding-left: 10px;
    width: calc(100% - 10px);
}

/*home-nav*/
.home-nav {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-auto-rows: minmax(80px, auto);
    gap: 20px;
    grid-auto-flow: row dense;
    position: relative;
    padding: 50px 0;
}

.home-nav-div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #2e2e2e;
    position: relative;
}

.fa.fa-trash-o.sc {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffee00d8;
    background-color: #775353d5;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    font-size: 12px;
    right: -10px;
    cursor: pointer;
    overflow: hidden;
    display: none;
    transform: scale(1.3);
}

.home-nav-div section {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    transform: scale(0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 68%;
    margin-bottom: 10px;
    position: relative;
}

.home-nav-div p {
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
}

.home-nav .fa-plus-square,
.home-nav #fa-cog {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    background-color: #775353d5;
    border-radius: 3px;
    border-radius: 50%;
    top: 0px;
}

.home-nav #fa-cog {
    right: 50px;
}

.home-nav .fa-plus-square {
    right: 10px;
}

/*home-video*/
.home-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: minmax(200px, auto);
    gap: 20px;
    grid-auto-flow: row dense;
}

.home-video div {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px;
    padding: 5px;
    width: 110px;
    height: calc(100% - 10px);
    cursor: pointer;
    color: #ffffff;
}

.home-video div section {
    float: left;
    width: 100%;
    height: calc(100% - 25px);
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-video div section div {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #2e2e2e;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -3px;
    left: -3px;
}

.home-video div p {
    overflow: hidden;
    width: 100%;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

/*home-bing*/
.home-bing {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: minmax(160px, auto);
    gap: 20px;
    grid-auto-flow: row dense;
}

.home-bing-img-a {
    border-radius: 6px;
    float: left;
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.home-bing-img-p{
    position: absolute;
    left: 5px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 13px;
    border-radius: 3px;
    padding: 0 10px;
}
/*footer*/
footer {
    overflow: hidden;
    max-width: 1600px;
    min-width: 320px;
    width: calc(100% - 20px);
    padding: 10px;
    height: auto;
    margin: 30px auto;
}

footer div {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
    float: left;
}

footer div i {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 5px;
}

footer div a {
    color: #4bf3ff;
}

/*wallpaper*/
.wallpaper {
    display: none;
    width: 300px;
    height: auto;
    background-color: #ffffff;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.wallpaper section {
    float: left;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.wallpaper-text {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.wallpaper-text input {
    float: left;
    width: calc(100% - 74px);
    height: 26px;
    padding: 0 10px;
    border: 0;
    border: 2px solid #40514e;
}

.wallpaper-text button {
    float: left;
    cursor: pointer;
    width: 50px;
    height: 30px;
    border: 0;
    background-color: #40514e;
    color: #ffffff;
}

.wallpaper-list {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: auto;
    min-height: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    grid-auto-rows: 30px;
    gap: 10px;
    grid-auto-flow: row dense;
}

.wallpaper-list p {
    float: left;
    overflow: hidden;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    background-color: #ce6e00;
    color: #ffffff;
    cursor: pointer;
}

/*home-nav-add*/
.gb-fusion {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff7300;
    position: absolute;
    top: 0px;
    font-size: 20px;
    right: 0px;
    cursor: pointer;
    overflow: hidden;
}

.gb-fusion i.fa.fa-times-circle {
    font-size: 20px;
}

.home-nav-add {
    display: none;
    width: 200px;
    height: auto;
    background-color: #00000030;
    backdrop-filter: blur(10px);
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
    z-index: 101;
    padding: 20px;
}

.home-nav-add input {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    color: #ffffff;
    border-bottom: 1px solid #44c0a9;
    background-color: #00000000;
    margin-bottom: 10px;
}

.home-nav-add input::placeholder {
    color: #ffffff;
}

.home-nav-add button {
    float: left;
    width: 100%;
    background-color: #488b1cd2;
    height: 30px;
    color: #ffffff;
    padding: 0 10px;
    border: 0;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}