/* 移动端布局 */
@media (max-width: 992px) {
    .container {
        max-width: 992px;
    }
    /* 统计图标 */
    .item__stats {
        margin-left: 0; /* 将统计信息推到右边 */
    }
}
@media (max-width: 768px) {
    /*搜索字体设置*/
    .tab-content {
        margin-top: 75px;
    }
    .content__title {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .content__title {
        width: 343px;
        height: 18px;
        font-family: Roboto, Roboto;
        font-weight: 700;
        font-size: 14px;
        color: #333333;
        line-height: 18px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    /*搜索结果*/
    .item {
        height: 137px;
        padding: 0;
        margin-top: 2px;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .item__cover-wrapper {
        margin-left: 0;
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
        border-radius: 0px 0px 0px 0px;
        width: 97px;
        height: 100%;
    }
    .item__content {
        height: 100%;
    }
    /*标题*/
    .item__title {
        width: 221px;
        height: 12px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: -5px;
        margin-bottom: 0;
    }
    /*作者*/
    .item__author {
        width: 180px;
        height: 12px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    /*描述*/
    .item__description {
        width: 70%;
        height: 60px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 2px;
        margin-bottom: 0;
        overflow: hidden;          /* 溢出: 隐藏 */
        text-overflow: ellipsis;   /* 文本溢出: 省略号 */
        display: -webkit-box;      /* 显示: Webkit盒子 */
        -webkit-line-clamp: 4;     /* Webkit行数限制: 2行 */
        -webkit-box-orient: vertical; /* Webkit盒子方向: 垂直 */
    }
    /*标签*/
    .item__tags {
        margin-bottom: 0;
    }
    .item__tag {
        height: 12px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .item__status {
        display: none;
    }
    .item__stats {
        margin-top: -20px;
        gap: 5px;
        margin-right: 5px;
        margin-left: auto;
    }

    .item__stat {
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    /*按钮*/
    .item__actions {
        position: relative;
        z-index: 9;
        margin-left: -115px;
        gap: 5px;
        margin-top: 35px;
        height: 50px;
        padding-right: 12px;
    }
    .add-to-library-btn,
    .in-library-btn {
        height: 16px;
        width: 77px;
        background-size : 77px 16px;
    }
    .read-now-btn {
        height: 20px;
        width: 77px;
        min-width : 0;
        background-size : 77px 20px;
        padding: 0;
    }
}
@media (max-width: 576px) {
    /*搜索字体设置*/
    .tab-content {
        margin-top: 75px;
    }
    .content__title {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .content__title {
        width: 343px;
        height: 18px;
        font-family: Roboto, Roboto;
        font-weight: 700;
        font-size: 14px;
        color: #333333;
        line-height: 18px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    /*搜索结果*/
    .item {
        height: 137px;
        padding: 0;
        margin-top: 2px;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .item__cover-wrapper {
        margin-left: 0;
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
        border-radius: 0px 0px 0px 0px;
        width: 97px;
        height: 100%;
    }
    .item__content {
        height: 100%;
    }
    /*标题*/
    .item__title {
        width: 221px;
        height: 12px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: -5px;
        margin-bottom: 0;
    }
    /*作者*/
    .item__author {
        width: 180px;
        height: 12px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    /*描述*/
    .item__description {
        width: 60%;
        height: 60px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 2px;
        margin-bottom: 0;
        overflow: hidden;          /* 溢出: 隐藏 */
        text-overflow: ellipsis;   /* 文本溢出: 省略号 */
        display: -webkit-box;      /* 显示: Webkit盒子 */
        -webkit-line-clamp: 4;     /* Webkit行数限制: 2行 */
        -webkit-box-orient: vertical; /* Webkit盒子方向: 垂直 */
    }
    /*标签*/
    .item__tags {
        margin-bottom: 0;
    }
    .item__tag {
        height: 12px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .item__status {
        display: none;
    }
    .item__stats {
        margin-top: -20px;
        gap: 5px;
        margin-right: 22px;
    }
    .item__stat {
        font-weight: 400;
        font-size: 9px;
        color: #999999;
        line-height: 12px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    /*按钮*/
    .item__actions {
        position: relative;
        z-index: 9;
        margin-left: -115px;
        gap: 5px;
        margin-top: 35px;
        height: 50px;
        padding-right: 12px;
    }
    .add-to-library-btn,
    .in-library-btn {
        height: 16px;
        width: 77px;
        background-size : 77px 16px;
    }
    .read-now-btn {
        height: 20px;
        width: 77px;
        min-width : 0;
        background-size : 77px 20px;
        padding: 0;
    }
}