* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "SFUI";
}

html,
body {
    /* background-color: #0f172a; */
    background-color:#f1ede9;
}

[v-cloak] {
    display: none;
}

.header {
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0 20px;
    box-shadow: 0 0 10px #0000001a;
}

.header-box {
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box div {
    width: 40px;
}

.header-box span {
       font-size: 26px;
    color: #38affd;
    font-weight: bold;
}

.header-icon {
    width: 40px;

}

.main {
    /* max-width: 1200px; */
    margin: 80px auto;
}
.recommend {
    padding: 0 10px;
    /* padding: 0 40px; */
}

.recommend h2 {
    font-size: 24px;
    color: #ffffff;
    /* color: #000; */
}

.recommend-box {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.recommend-container {
    /* width: calc(100% - 120px); */
    display: flex;
    justify-content: space-between;
}

.recommend-content {
    /* box-shadow: 0px 2px 4px 0px 
        rgba(41, 42, 62, 0.3);
    border-radius: 20px;
    border: solid 1px #919192; */
    /* width: 350px; */
    /* height: 200px; */
    /* padding: 50px 20px; */
}


.info {
    display: flex;
    width: 100%;
}

.info img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-right: 10px;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.info-name {
    font-size: 20px;
    color: #22bbff;
}

.info-play {
    color: #ffffff;
}

.info-button {
    width: 70px;
    height: 30px;
    background-color: #22bbff;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
}

.category {
    border: solid 1px #22bbff;
    display: flex;
}

.mask {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(33, 33, 33, 0.5);
}

.sidebar {
    border: solid 1px #22bbff;
    width: 365px;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    overflow: auto;
    background-color: #191919;
}

.sidebar-title {
    height: 80px;
    font-size: 24px;
    color: #ffffff;
    line-height: 80px;
    padding-left: 40px;
}

.sidebar-item {
    height: 80px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 20px 0;
    background-color: #1d1d1f;
}

.sidebar-item:hover {
    background-color: #22bbff;
    color: #191919;
    transition: none;
}

.sidebar-item img {
    margin: 0 20px 0 40px;
    width: 40px;
    height: 40px;
}

.box {
    width: 100%;
    padding: 0 10px;
    /* padding: 0 40px; */
    /* border: solid 1px #22bbff; */
    margin: 40px 0;
}

.title {
    /* border-bottom: solid 1px #22bbff; */
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #3f4140;
    /* color: #000; */
    line-height: 80px;
    text-align: left;
        display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.title h1{
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    gap: .5rem;
    align-items: center;
}
.title img{
    width: 20px;
    height: 20px;
}
.more{
        font-size: .875rem;
    display: flex;
    align-items: center;
}
.container {
    /* padding: 30px; */


    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content {
    width: 300px;
    margin-bottom: 30px;
    position: relative;

    /* margin-right: 30px; */
}


.item-image{
    position: relative;
    width: 100%;
    height: 125px;
}
.item-content{
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 8px;
        box-sizing: border-box;
            position: relative;
                color: #2a2928;
}
.name {
       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
        font-weight: 600;
    color: #2a2928;


}
.label-relate-cate {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 80px;
    padding: 3px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    text-align: center;
    background-color: #c0bbb4;
    font-weight: 600;
}

.play {
       position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #46ccc5;
    color: #1f1c1a;
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 12px;
    font-size: 13px;
    text-transform: uppercase;
}



.share {
    position: fixed;
    width: 150px;
    height: calc(100% - 80px);
    top: 80px;
    right: 0;
    background-color: #191919;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}


.footer {
    height: 120px;
    background-color: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}



@media screen and (max-width: 768px) {

    .recommend-icon {
        width: 16px;
        height: 80px;
        margin: auto 2px;
    }

    .recommend-container {
        width: calc(100% - 40px);
        /* overflow: auto; */
        display: flex;
        flex-wrap: wrap;
    }

    .recommend-content {
        padding: 5px;
        width: 25%;
        animation: bounce 1.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        /* width: 49%; */
        /* height: 140px;
        display: flex; */

    }

    @keyframes bounce {

        0%,
        100% {
            transform: rotate(0deg) scale(1);
        }

        25% {
            transform: rotate(2deg) scale(.95);
        }

        50% {
            transform: rotate(0deg) scale(1);
        }

        75% {
            transform: rotate(-2deg) scale(.95);
        }
    }

    /* .recommend-content:nth-child(n+3) {
        display: none;
    } */
    .recommend-content img {
        width: 80px;
        height: 80px;
        margin: auto 0;
        margin-right: 5px;

    }

    .info {
        margin: auto 0;
    }

    .info-name {
        font-size: 12px;
    }

    .info-play {
        font-size: 12px;
    }

    .info-button {
        width: 55px;
        margin: 0;
    }

    /* .sidebar {
        width: 140px;
    }
    .sidebar-title {
        padding-left: 10px;
    }


    .sidebar-item img {
        margin: 5px;
    } */
    .box {
        margin: 30px 5px;
        width: calc(100% - 10px)
    }

    .container {
        padding:0 10px;
    }

    .content {
        width: 42%;
        margin: 8px 5px;
        /* width: 33.33%; */
    }
    .content p {
        font-size: 14px;
    }

    .content img {
              width: 100%;
        height: 125px;
    }

}