.setOFbookOPcss {
  content: "20250617下午";
}

.setOFbookOPSet h2 {
  color: var(--G900);
  font-size: var(--h2FS);
  margin-bottom: 1.5rem;
}

.setOFbookOPWrap {
  padding-top: 1.5rem;
}

.setOFbookOPSet {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin: auto;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  row-gap: 1.5rem;
}

.setOFbookOPWrap {
  padding-bottom: 2.5rem;
}

.setOFbookOPSet .coverBioGroup {
  text-align: center;
  width: 229px;
  height: 275px;
   box-shadow:2px 5px 10px -1px rgba(0, 0, 0, 0.15);
   background: #fff;
}

.setOFbookOPSet .coverBioGroup .coverImg {
  /*width: 204px;
  height: 275px;*/
  width: 100%;
  height: 100%;
  display: inline-block;
}

.setOFbookOPLayout .bookShelfGroup .compile {
  display: block;
}

.setOFbookOPSet>.col {
  width: 100%;
}

@media (min-width: 768px) {
  .setOFbookOPSet {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
    margin: auto;
    width: 100%;
    max-width: 1230px;
    flex-direction: row;
  }
}

@media (min-width: 1260px) {
  .setOFbookOPSet {
    padding: 1.5rem 0 !important
  }

  .setOFbookOPSet .coverBioGroup {
    width: 295px;
    height: 355px;
  }

  .setOFbookOPSet .coverBioGroup .coverImg {
    /*width: 264px;
    height: 356px;*/
    width: 100%;
    height: 100%;
    text-align: center;
  }
}