.banner {
  position: relative;
  padding-top: 70rem;
}
.banner-img {
  width: 100%;
  height: 365rem!important;
}
.center {
  width: 416rem;
  height: 205rem;
  background-color: rgba(154, 51, 18, 0.9);
  position: absolute;
  bottom: -95rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  margin-bottom: 20rem;
}
.center .wrap {
  height: 190rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}
.center .wrap span {
  font-family: FZ;
  font-size: 48rem;
  color: #fffaeb;
  margin-bottom: 15rem;
  line-height: 68rem;
  letter-spacing: 1px;
}
.center .wrap .hook {
  height: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.center .wrap .hook img {
  display: block;
  text-align: center;
  position: absolute;
}
.center .wrap .hook img:nth-child(1) {
  width: 21rem;
  height: 21rem;
  top: 0;
}
.center .wrap .hook img:nth-child(2) {
  width: 1rem;
  height: 50rem;
  top: 21rem;
}
.center .wrap .hook img:nth-child(3) {
  width: 048rem;
  position: absolute;
  bottom: 0;
  animation: hookTranslateX 1s ease-in-out 3s 3 forwards;
}
@keyframes hookTranslateX {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -6rem;
  }
  100% {
    bottom: 0;
  }
}
.list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1400rem;
  margin: 134rem auto 56rem;
}
.list-wrap .item {
  width: 322rem;
  height: 360rem;
  display: flex;
  flex-direction: column;
  font-family: FZ;
  font-size: 32rem;
  color: #FFFFFF;
  text-align: center;
}
.list-wrap .item img {
  width: 100%;
  height: 256rem;
}
.list-wrap .item > div {
  height: 104rem;
}
.list-wrap .item > div .title {
  margin-top: 18rem;
}
.list-wrap .item > div .sub {
  color: #ffffffff;
  font-size: 16rem;
  font-family: FZ;
  line-height: 28rem;
  margin-top: 8rem;
}
.list-wrap .item > div .sub span {
  text-decoration: underline;
  color: #9A3312;
}
.list-wrap .item:nth-child(1) > div {
  background: url(../static/digital/digital-img-1-bg.jpg);
  background-repeat: repeat;
}
.list-wrap .item:nth-child(2) > div {
  background: url(../static/digital/digital-img-2-bg.jpg);
  background-repeat: repeat;
}
.list-wrap .item:nth-child(3) > div {
  background: url(../static/digital/digital-img-3-bg.jpg);
  background-repeat: repeat;
}
.list-wrap .item:nth-child(4) > div {
  background: url(../static/digital/digital-img-4-bg.jpg);
  background-repeat: repeat;
}
.list-wrap .item:hover {
  cursor: pointer;
}
.list-wrap .item:hover > div {
  background: none;
  background-color: #8c4126 !important;
}
.list-wrap .item:hover > div .sub span {
  color: #FFFFFF;
}
.btn {
  height: 46rem;
  margin-bottom: 100rem;
}
.btn a {
  display: block;
  margin: 0 auto;
  width: 181rem;
  height: 46rem;
  background: url(../static/digital/digit-btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: FZ;
  font-weight: 0;
  font-size: 22rem;
  color: #996724;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
