.wrap {
  max-width: 14rem;
  margin: 0 auto;
}
.column-list {
  margin-top: .3rem;
}
.column-list ul li {
  width: 4.15rem;
  height: 3.37rem;
  background: url(/statics/againgb/images/19960.png) no-repeat center top;
  background-size: cover;
  border-radius: .08rem .08rem .08rem .08rem;
  padding: 0.27rem .21rem 0 .21rem;
  float: left;
  margin-right: .22rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.column-list ul li:last-child {
  margin-right: 0;
}
.column-list ul li:hover {
  transform: translateY(-0.1rem);
}
.column-list ul li:hover h3 {
  color: #2356DC;
}
.column-list ul li h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: .24rem;
  color: #666666;
  text-align: center;
}
.column-list ul li .columnbck {
  width: 3.73rem;
  height: 2.38rem;
  background: url(/statics/againgb/images/bck0.png) no-repeat center top;
  background-size: cover;
  margin-top: .21rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.column-list ul li .columnbck a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: .18rem;
  color: #333333;
  display: block;
  line-height: .35rem;
}
.book-list {
  height: 3.7rem;
  margin-top: .57rem;
  position: relative;
  margin-bottom: .46rem;
}
.book-list a {
  display: block;
  width: 2.41rem;
  height: 3.28rem;
  float: left;
  margin-right: .23rem;
}
.book-list a:last-child {
  margin-right: 0;
}
.book-list a img {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 1px 1px 10px 0px rgba(35, 86, 220, 0.25);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2356DC;
}
.book-list .book-img {
  max-width: 13rem;
  margin: 0 auto;
}
.book-list .bookbck {
  width: 100%;
  height: 1.52rem;
  background: url(/statics/againgb/images/bck1.png) no-repeat center top;
  background-size: 100% 1.52rem;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.box {
  margin-top: .3rem;
}
.box ul li {
  width: 2.05rem;
  height: 3.03rem;
  background: linear-gradient(360deg, #eaf5ff 0%, #f2f8fd 100%);
  border-radius: .08rem .08rem .08rem .08rem;
  position: relative;
  float: left;
  margin-right: .14rem;
}
.box ul li:last-child {
  margin-right: 0;
}
.box ul li:last-child .arrow-right {
  background: none;
}
.box ul li a {
  display: block;
  width: 1.89rem;
  height: 2.79rem;
  background: linear-gradient(360deg, #eaf5ff 0%, #f2f8fd 100%);
  border-radius: .08rem .08rem .08rem .08rem;
  text-align: center;
  padding-top: .1rem;
  margin: 0 auto;
  margin-top: .3rem;
}
.box ul li a img {
  width: 1.16rem;
  position: absolute;
  top: .25rem;
  left: 50%;
  transform: translateX(-50%);
}
.box ul li a h3 {
  padding-top: .2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: .18rem;
  color: #333333;
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.box ul li a .text {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.box ul li a .text div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .16rem;
  color: #666666;
  line-height: .32rem;
}
.box ul li .arrow-right {
  position: absolute;
  top: 50%;
  right: -0.17rem;
  transform: translateY(-50%);
  z-index: 99;
  width: .27rem;
  height: 0.54rem;
  background: url(/statics/againgb/images/dz_right.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .wrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  .column-list {
    margin-top: 30px;
  }
  .column-list ul li {
    width: 415px;
    height: 337px;
    background: url(/statics/againgb/images/19960.png) no-repeat center top;
    background-size: cover;
    border-radius: 8px 8px 8px 8px;
    padding: 27px 21px 0 21px;
    float: left;
    margin-right: 22px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .column-list ul li:last-child {
    margin-right: 0;
  }
  .column-list ul li:hover {
    transform: translateY(-10px);
  }
  .column-list ul li:hover h3 {
    color: #2356DC;
  }
  .column-list ul li h3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #666666;
    text-align: center;
  }
  .column-list ul li .columnbck {
    width: 373px;
    height: 238px;
    background: url(/statics/againgb/images/bck0.png) no-repeat center top;
    background-size: cover;
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .column-list ul li .columnbck a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 35px;
  }
  .book-list {
    height: 370px;
    margin-top: 57px;
    position: relative;
    margin-bottom: 46px;
  }
  .book-list a {
    display: block;
    width: 241px;
    height: 328px;
    float: left;
    margin-right: 23px;
  }
  .book-list a:last-child {
    margin-right: 0;
  }
  .book-list a img {
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: inset 1px 1px 10px 0px rgba(35, 86, 220, 0.25);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #2356DC;
  }
  .book-list .book-img {
    max-width: 1300px;
    margin: 0 auto;
  }
  .book-list .bookbck {
    width: 100%;
    height: 152px;
    background: url(/statics/againgb/images/bck1.png) no-repeat center top;
    background-size: 100% 152px;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .box {
    margin-top: .3rem;
  }
  .box ul li {
    width: 205px;
    height: 303px;
    background: linear-gradient(360deg, #eaf5ff 0%, #f2f8fd 100%);
    border-radius: 8px 8px 8px 8px;
    position: relative;
    float: left;
    margin-right: 14px;
  }
  .box ul li:last-child {
    margin-right: 0;
  }
  .box ul li:last-child .arrow-right {
    background: none;
  }
  .box ul li a {
    display: block;
    width: 189px;
    height: 279px;
    background: linear-gradient(360deg, #eaf5ff 0%, #f2f8fd 100%);
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .box ul li a img {
    width: 116px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box ul li a h3 {
    padding-top: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box ul li a .text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box ul li a .text div {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
  }
  .box ul li .arrow-right {
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
    z-index: 99;
    width: 27px;
    height: 54px;
    background: url(/statics/againgb/images/dz_right.png) no-repeat center top;
    background-size: cover;
  }
}
