#app.guide-container {
  width: 15rem;
  margin: 0 auto;
  margin-bottom:2rem;
}

#app.guide-container .banner-box {
  width: 15rem;
}

#app.guide-container .jump-box {
  width: 14.2rem;
  margin: 1rem auto 0;
  display: grid;
  grid-gap: .4rem .4rem;
  grid-template-columns: repeat(2, 6.9rem);
  grid-template-rows: repeat(auto-fill, 2.4rem);
  align-items: center;
  justify-content: space-between;
}

#app.guide-container .jump-box .jump-item {
  width: 6.9rem;
  height: 2.4rem;
  color: #333;
  display: flex;
  font-size: .6rem;
  font-weight: 600;
  padding-left: .4rem;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#app.guide-container .jump-box .jump-item:nth-of-type(1) {
  background-image: url(../image/1.png);
}

#app.guide-container .jump-box .jump-item:nth-of-type(2) {
  background-image: url(../image/2.png);
}

#app.guide-container .jump-box .jump-item:nth-of-type(3) {
  background-image: url(../image/3.png);
}

#app.guide-container .jump-box .jump-item:nth-of-type(4) {
  background-image: url(../image/4.png);
}

#app.guide-container .guide-title {
  text-align: center;
  font-size: .6rem;
  color: #333;
  line-height: 1;
  margin: .8rem 0 .6rem;
  font-weight: 700;
}

#app.guide-container .content-box {
  height: 100%;
  width: 14.2rem;
  margin: 0 auto;
  background: #fff;
  border-radius: .2rem;
  overflow: hidden;
}

#app.guide-container .content-box .circle-box {
  display: flex;
  align-items: baseline;
  margin-right: .2rem;
}

#app.guide-container .content-box .circle-box i {
  width: .64rem;
  height: .64rem;
  background: #FF7800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .48rem;
  font-family: PingFang-SC-Medium;
  margin-right: .2rem;
}

#app.guide-container .content-box .circle-box p {
  width: 11.4rem;
}
