
/* 图书模块*/ 
.gcWrap{
  margin:47px auto 0px;
 display: grid;
  grid-template-columns: repeat(2, 1fr); /* 两列，每列等分空间 */
  gap: 40px;
  
}
.box_29 {
  width: 100%;
  height: 264px;
border-bottom:1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom:30px;
  justify-content: space-between;
}
.box_left{
display:flex;
}
.block_1 {
 background: url(../images/gcBg.png) no-repeat center center;
  background-size:cover;
  height: 264px;
  width: 199px;
    display:flex;
  justify-content:center;
  align-items:center;
}

.section_1 {
  width: 172px;
  height: 237px;

}

.text-wrapper_15 {
  width: 460px;
  margin: 54px 0 0 36px;
}

.text_4 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgba(55, 55, 55, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  height:42px;
  overflow:hidden;
}

.text_5 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgba(55, 55, 55, 1);
  font-size: 22px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 30px;
  margin-top: 26px;
  max-height:120px;
  overflow:hidden;
   display: -webkit-box; /* 触发 WebKit 内核的盒模型（关键） */
  -webkit-line-clamp: 4; /* 限制显示的最大行数（这里设为4） */
  -webkit-box-orient: vertical; /* 文本垂直排列（确保按行截断） */
  
  /* 3. 隐藏超出部分 + 显示省略号 */
  overflow: hidden; /* 隐藏超出容器的文本 */
  text-overflow: ellipsis; /* 超出时显示省略号（需配合 overflow:hidden） */
}
.box_right{
width:300px;
  margin-top:50px;
  display:flex;
  justify-content:space-around;
}
.text-wrapper_4 {
  background-color: rgba(22, 190, 250, 1);
  border-radius: 5px;
  height: 34px;
  width: 98px;
}

.text_6,.text_7 {
  width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 34px;
    text-align: center;
    cursor:pointer;
}
      .box_qq3 {
        background-color: rgba(201, 201, 201, 1);
        height: 1px;
        margin-left: 2%;
		margin-bottom:2%;
      }
.custom-select-container{
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
}
.serBtn{
 border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  height:56px;
  box-sizing:border-box;
}
.custom-select-container {
    box-sizing:border-box;
  height:56px;
  }
.select-trigger{
background-color: transparent;
}
.serBtn:before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 28px;
    top: 14px;
    left: 0px;
    bottom: 3px;
    background: #C8C8C8;
    position: absolute;
}

.block_1 img{
 object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
/* 当屏幕宽度小于等于 768px 时应用以下样式 */
@media (max-width: 768px) {
.custom-select-container{
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
}
.serBtn{
 border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  height:26px;
  box-sizing:border-box;
}
.custom-select-container {
    box-sizing:border-box;
  height:26px;
  width:90px;
  }
.select-trigger{
background-color: transparent;
}
  .search-container input{
   height:26px;
  }
  .search-container{
  width:100%;
  }
  .serBtn{
    display:none;
  }
  .select-trigger{
   width:100%;
  }
  .search-container input {
        padding: 10px;
        border: 1px solid #ccc;
        border-left: none;
        border-right: none;
        outline: none;
        flex: 1;
        font-size: 14px;
        color: #5E5E5E;
        background: rgba(255, 255, 255, 0.9);
        height: 26px;
        box-sizing: border-box;
    }
          
   /* 设置placeholder样式 */
  .search-container input::placeholder {
    /* 设置字体颜色 */
    color: #8D8D8D;
    /* 可以添加其他样式 */
    opacity: 0.8; /* 可选：调整透明度 */
    font-size:14px;
  }

  /* 针对不同浏览器的兼容性处理 */
  .search-container input:-ms-input-placeholder { /* IE 10-11 */
    color: #8D8D8D;
    font-size:14px;
  }

  .search-container input::-ms-input-placeholder { /* Edge */
    color: #8D8D8D;
    font-size:14px;
  }
  .select-options.open{
  width:90px;
  }
  .box_29 {
  width: 100%;
  height: auto;
    display:block;
border-bottom:1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom:30px;
  justify-content: space-between;
}
  .block_1{
  width:30%;
    height:auto;
    background-size:100% 100%;
  }
  .section_1{
  width:90%;
    height:90%;
  }
  .text-wrapper_15{
  flex:1;
    margin:10px;
    width:60%;
  }
  .text_4 {
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(55, 55, 55, 1);
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
  .text_5 {
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(55, 55, 55, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 20px;
    margin-top: 8px;
    max-height: 120px;
    overflow: hidden;
     display: -webkit-box; /* 触发 WebKit 内核的盒模型（关键） */
  -webkit-line-clamp: 4; /* 限制显示的最大行数（这里设为4） */
  -webkit-box-orient: vertical; /* 文本垂直排列（确保按行截断） */
  
  /* 3. 隐藏超出部分 + 显示省略号 */
  overflow: hidden; /* 隐藏超出容器的文本 */
  text-overflow: ellipsis; /* 超出时显示省略号（需配合 overflow:hidden） */
}
  .box_right {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap:30px;
}
  .text-wrapper_4 {
    background-color: rgba(22, 190, 250, 1);
    border-radius: 5px;
    height: 24px;
    width: 68px;
}
  .text_6, .text_7 {
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
  .gcWrap {
    margin: 17px auto 30px;
}
  .search-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
}
}