* {
    margin: 0;
}

#author_text,
#album_text {
    margin-left: 10px;
    width: 120px;
    height: 25px;
    font-size: small;
}

#user-img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

/* .head {
    width: 100vw;
    height: 180px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
} */

#gender-img {
    width: 20px;
    height: 20px;
}

.head-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

#collectionauthor {
    color: rgb(2, 76, 100);
}

.user-info-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: large;
    color: rgb(150, 92, 6);
}

.user-div {
    position: relative;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-left: 13%;
    /* -webkit-text-stroke: 1px white; */
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    /* background-clip: text; */
}

.user-card {
    width: 400px;
    height: 150px;
    border-radius: 10px;
    user-select: none;
    position: relative;
    z-index: 9;
    font-weight: bolder;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: rgb(231, 226, 226) 0px 0px 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.user-card:hover {
    cursor: pointer;
    backdrop-filter: blur(0.1px);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: rgb(143, 130, 130) 0 0 1px;
}

.user-info {
    border-left: 2px solid rgba(255, 255, 255, 0.692);
}

.user-info div {
    padding-left: 10px;
}

#userList {
    position: absolute;
    left: 400px;
    top: 120px;
    min-width: 140px;
    height: 40px;
    background-color: rgba(246, 247, 248, 0.753);
}

.anchorAuthor-container p {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(143, 51, 51);
    font-weight: bold;
}

.searchDiv {
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.685);
    opacity: 0.8;
    /* font-size: 5em; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    color: rgb(204, 207, 13);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#gender {
    font-weight: bolder;
    color: brown;
}

#anchorAuthor {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    /* max-width: 420px; */
    max-height: 700px;
    min-height: 260px;
    max-width: 200px;
    overflow: auto;
}

.author-div {
    width: 80px;
    height: 100px;
    position: relative;
    border-radius: 10px;
}

.author-div:hover {
    cursor: pointer;
    box-shadow: black 1px 1px 2px;
    transform: scale(0.95);
    transition: all 0.2s;
}

.cover {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.author-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: small;
}

.anchorAuthor-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.collection-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* width: 760px; */
    /* height: 680px; */
    position: relative;
    gap: 5px;
}

#collection {
    max-width: 850px;
    min-width: 510px;
    height: 700px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    overflow: auto;
}

.pageDiv {
    /* position: absolute;
    left: 680px; */
    top: 30px;
    width: 40px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid; */
    gap: 10px;
    overflow-y: auto;
}

.pageDiv button {
    border-radius: 5px;
    border: none;
    font-size: large;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background-color: white;
}

.pageDiv button:hover {
    background-color: black;
    color: white;
}

button[selected="true"] {
    background-color: orangered;
    font-weight: bolder;
    color: white;
}

.album-search-div {
    display: flex;
}

.book {
    width: 160px;
    height: 220px;
    position: relative;
    border-radius: 10px;
    box-shadow: rgb(54, 45, 45) 0 0 1px;
    cursor: pointer;
    margin-bottom: 2px;
}

.bookauthorname {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 135px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(167, 23, 23, 0.5);
    font-size: small;
    font-weight: bold;
}

.book-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.book-background:hover {
    background: linear-gradient(45deg,
            rgba(133, 127, 127, 0.1) 45%,
            rgba(255, 255, 255, 0.85) 50%,
            rgba(133, 127, 127, 0.1) 55%);
    background-size: 400%;
    background-position-x: 100%;
    animation: shink 3s linear infinite;
}

@keyframes shink {
    to {
        background-position-x: -120%;
    }
}

#book-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    margin-top: 10px;
    width: 120px;
}

#book-info span {
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 120px;
    background-color: rgba(240, 128, 128, 0.26);
    color: rgb(25, 29, 32);
    font-weight: bold;
    font-family: Georgia, serif;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.album-info {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.book img {
    width: 160px;
    height: 160px;
    border-radius: 10px;
}

.book:hover {
    box-shadow: black 2px 2px 3px;
    animation-play-state: running;
}

.book-title {
    width: 100%;
    height: 20px;
    text-align: center;
    user-select: none;
    overflow: hidden;
    line-height: 20px;
    font-size: small;
    color: rgb(56, 46, 46);
    display: block;
    background-color: aliceblue;
    overflow: hidden;
}

.book-hot {
    display: block;
    width: 100%;
    text-align: center;
    /* color: rgb(197, 193, 193); */
    font-size: smaller;
    text-shadow: rgba(255, 230, 0, 0.719) 1px -1px 1px;
    font-weight: bold;
}

.playcount {
    font-size: small;
    color: rgba(175, 51, 13, 0.842);
    font-weight: bolder;
    background-color: lightgrey;
    border-radius: 5px;
}

.book-author {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: smaller;
    color: rgb(185, 175, 171);
    text-align: center;
}

h4 {
    text-align: center;
}

.book-selected {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: linear-gradient(45deg, rgba(233, 191, 7, 0.3) 20%, white);
    border-radius: 10px;
}

#searchall {
    width: 20px;
    height: 20px;
    background-image: url('../ico/refresh.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    background-color: white;
}

#searchall:hover {
    transform: scale(0.95);
    background-color: cornsilk;
}

#searchall:active {
    transform: scale(0.8);
}

.collection-sub-div {
    display: flex;
    gap:5px;
}
.media{
    display: block;
    width: 45px;
    overflow: hidden;
}