
.yryname{
    width: 133px;
    height: 47px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), inset 0px -2px 6px 0px rgba(236,206,166,0.8);
    border-radius: 15px;
    margin-right: 15px;
    text-align: center;
    line-height: 35px;
    color: #5F6366;
    cursor: pointer;
    padding: 6px;
    box-sizing: border-box;
}
.yryname1{
    border-radius: 15px;
    background-color: #E69304;
    color: #fff;
}
/* .yryname1 {
    width: 133px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 10px;
    padding: 6px;
    box-sizing: border-box;
    position: relative; 
    overflow: hidden;  
    color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), 
                inset 0px -2px 6px 0px rgba(236,206,166,0.8);
} */

.yrynamebox{
    display: flex;
    align-items: center;
}
.yrynamebox1{
    display: flex;
    align-items: center;
}
.inpusk{
    width: 513px;
    height: 47px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), inset 0px -2px 6px 0px rgba(236,206,166,0.8);
    border-radius: 15px;
    margin-left: 30px;
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ipus{
    width: 413px;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
}
input:focus{
    outliine: none;
    }
.btnseach{
    width: 61px;
    height: 41px;
    background: #E59100;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), inset 0px 0px 16px 0px rgba(255,255,255,0.2);
    border-radius: 14px 14px 14px 14px;
    cursor: pointer;
}    
.btnseach img{
    width: 22px;height: 22px;
    position: relative;
    top: 50%;left: 50%;transform: translate(-50%,-50%);
}
.boxcontent{
    height:  calc( 100vh - 88px - 40px - 50px - 10px);
    margin-top: 15px;
    overflow-y: auto;
}
/* Chrome/Safari/Opera */
.boxcontent::-webkit-scrollbar {
    display: none;
  }
.booklist{
    width: 253px;
    height: 345px;
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(81,127,0,0.2), inset 0px -6px 12px 0px rgba(236,206,166,0.8);
    border-radius: 55px
}
.booklistimg {
    width: 100%;
    height: 205px;
    border-radius: 55px;
    background-color: #E59100;
  
    transition: transform 0.4s ease; /* 平滑过渡 */
  }
  
  .booklistimg:hover {
    transform: scale(1.05); /* 鼠标移上去放大 5% */
  }
.booklistname{
    color: #E7960C;
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.booklistcontent{
    font-size: 16px;
    color: #8F9499;
    margin-top: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.boxcontent {
    display: grid;
    height: calc( 100vh  - 230px);
    grid-template-columns: repeat(auto-fill, 273px); /* 子项宽度 */
    justify-content: space-between; /* 完美分散对齐 */
    align-items: center;
    gap: 20px; /* 控制间距 */
    align-items: flex-start; /* 关键属性：顶部对齐 */

  }
  .zanwu{
    width: 352px;
    height: 82px;
    background: rgba(29,30,31,0.6);
    border-radius: 20px 20px 20px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 82px;
  }
  /* 在login.css中添加强制样式 */
.swal2-container {
    z-index: 99999 !important;
  }
  .swal2-popup {
    font-family: inherit !important;
  }