.imgWrap {
  width: 100%;
}
.imgWrap img {
  width: 100%;
}

.guide_wrap {
  background-color: #F9FBFF;
}
.guide_wrap * {
  color: #003066;
}
.guide_wrap .container {
  margin: 0 auto;
  padding: 120rem 0 160rem;
}
.guide_wrap .titSec {
  margin: 0 auto;
  text-align: center;
}
.guide_wrap .titSec .num {
  width: 86rem;
  height: 86rem;
  line-height: 86rem;
  text-align: center;
  font-size: 25rem;
  font-weight: 600;
  border-radius: 50rem;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0rem 0rem 13rem rgba(0, 0, 0, 0.07);
  position: relative;
  margin-bottom: 91rem;
}
.guide_wrap .titSec .num::after {
  content: "";
  width: 12rem;
  height: 49rem;
  background: url(../images/manual/line.png) no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 100rem;
  transform: translateX(-50%);
}
.guide_wrap .titSec .title {
  font-size: 40rem;
  font-weight: 700;
  margin-bottom: 60rem;
}
.guide_wrap .titSec .title.ty2 {
  margin-bottom: 25rem;
}
.guide_wrap .titSec .text {
  margin-bottom: 50rem;
  font-size: 18rem;
  opacity: 0.8;
}
.guide_wrap .arrList {
  display: flex;
  justify-content: space-between;
}
.guide_wrap .arrList li {
  background-color: #fff;
  padding: 15rem;
  border-radius: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guide_wrap .arrList li:not(:last-child)::after {
  content: "";
  width: 15rem;
  height: 27rem;
  position: absolute;
  right: -37rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/manual/right_arr.png) no-repeat center/cover;
}
.guide_wrap .arrList li:first-child img {
  margin-top: 30rem;
}
.guide_wrap .arrList li > div {
  display: flex;
  margin-top: 15rem;
  align-items: start;
  height: 73rem;
}
.guide_wrap .arrList li > div span {
  font-weight: 600;
  margin-right: 15rem;
  font-size: 25rem;
  line-height: 24rem;
}
.guide_wrap .arrList li > div p {
  font-size: 20rem;
  line-height: 1.3;
}
.guide_wrap .arrList li:nth-child(1) {
  width: 260rem;
}
.guide_wrap .arrList li:nth-child(2) {
  width: 436rem;
}
.guide_wrap .arrList li:nth-child(3) {
  width: 436rem;
}
.guide_wrap .sign_wrap {
  background: #fff;
}
.guide_wrap .sign_wrap .arrList {
  justify-content: space-between;
}
.guide_wrap .sign_wrap .arrList li {
  width: calc((100% - 100rem) / 2);
}
.guide_wrap .sign_wrap .arrList li:first-child img {
  margin-top: 0;
}
.guide_wrap .sign_wrap .arrList li:not(:last-child)::after {
  right: -56rem;
}
.guide_wrap .manual_wrap .imgWrap .imgTxt {
  font-size: 20rem;
  padding: 6rem 25rem;
  margin-bottom: 10rem;
  color: #fff;
  font-weight: 500;
  background: #325985;
  border-radius: 50px;
}
.guide_wrap .manual_wrap .txtList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50rem;
}
.guide_wrap .manual_wrap .txtList:not(:last-child) {
  margin-bottom: 80rem;
}
.guide_wrap .manual_wrap .txtList li {
  width: calc((100% - 84rem) / 4);
  border-top: 1rem solid #335985;
  padding: 25rem 0 50rem;
}
.guide_wrap .manual_wrap .txtList li:not(:nth-child(4n)) {
  margin-right: 28rem;
}
.guide_wrap .manual_wrap .txtList li .tit {
  display: flex;
  align-items: center;
  font-size: 20rem;
  font-weight: 600;
  margin-bottom: 22rem;
}
.guide_wrap .manual_wrap .txtList li .tit > .num {
  font-size: 14rem;
  color: #fff;
  width: 26rem;
  height: 26rem;
  background: #003066;
  line-height: 26rem;
  text-align: center;
  border-radius: 50rem;
  margin-right: 8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.guide_wrap .manual_wrap .txtList li .txt {
  font-size: 18rem;
  opacity: 0.8;
  word-break: keep-all;
}
.guide_wrap .share_wrap {
  background-color: #fff;
}
.guide_wrap .share_wrap .titSec .num {
  background: url(../images/manual/share_ico.png) no-repeat center;
}
.guide_wrap .out_wrap {
  background-color: #fff;
}
.guide_wrap .out_wrap .titSec .num {
  background: url(../images/manual/out_ico.png) no-repeat center;
}
.guide_wrap .return_wrap {
  background-color: #fff;
}
.guide_wrap .return_wrap .titSec .num {
  background: url(../images/manual/return_ico.png) no-repeat center;
}
.guide_wrap .distributedLedger_wrap {
  background-color: #fff;
}
.guide_wrap .distributedLedger_wrap .titSec .num {
  background: url(../images/manual/distributedLedger_ico.png) no-repeat center;
}

@media screen and (max-width: 1280px) {
  .imgWrap::-webkit-scrollbar {
    display: block !important;
    height: 2rem !important;
  }
  .imgWrap::-webkit-scrollbar-thumb {
    background-color: #325985;
  }
  .imgWrap::-webkit-scrollbar-track {
    background-color: #D1D2D3;
  }
  .guide_wrap .container {
    width: 100%;
    padding: 40rem 20rem 50rem;
  }
  .guide_wrap .titSec .num {
    width: 57rem;
    height: 57rem;
    line-height: 57rem;
    font-size: 20rem;
    margin-bottom: 65rem;
    background-size: 32rem !important;
  }
  .guide_wrap .titSec .num::after {
    top: 67rem;
    width: 10rem;
    height: 41rem;
  }
  .guide_wrap .titSec .title {
    font-size: 25rem;
    margin-bottom: 20rem;
  }
  .guide_wrap .arrList {
    flex-wrap: wrap;
  }
  .guide_wrap .arrList li {
    width: 100% !important;
  }
  .guide_wrap .arrList li img {
    width: 100%;
    margin: 0 auto;
  }
  .guide_wrap .arrList li:first-child img {
    margin-top: 0;
  }
  .guide_wrap .arrList li:not(:last-child) {
    margin-bottom: 20rem;
  }
  .guide_wrap .arrList li:not(:last-child)::after {
    display: none;
  }
  .guide_wrap .arrList li > div {
    height: auto;
  }
  .guide_wrap .arrList li > div span {
    font-size: 22rem;
  }
  .guide_wrap .arrList li > div p {
    font-size: 18rem;
  }
  .guide_wrap .manual_wrap .imgWrap .imgTxt {
    font-size: 17rem;
    padding: 6rem 15rem;
  }
  .guide_wrap .manual_wrap .txtList {
    margin-top: 25rem;
  }
  .guide_wrap .manual_wrap .txtList:not(:last-child) {
    margin-bottom: 30rem;
  }
  .guide_wrap .manual_wrap .txtList.ty2 li {
    width: 100%;
  }
  .guide_wrap .manual_wrap .txtList li {
    width: 100%;
    padding: 25rem 0 30rem;
  }
  .guide_wrap .manual_wrap .txtList li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .guide_wrap .stepBox li.main {
    margin-bottom: 10rem;
  }
  .guide_wrap .stepBox li.main p {
    font-size: 18rem;
    font-weight: 600;
    margin: 25rem 0 5rem;
  }
  .guide_wrap .stepBox li.main div {
    background: #F4FBFB;
  }
  .guide_wrap .stepBox li.sub {
    margin-bottom: 30rem;
  }
  .guide_wrap .stepBox li.sub div {
    background: #E9F4F4;
  }
  .guide_wrap .stepBox li.sub.ty2 div {
    background: #E9EEF4;
    font-weight: 500;
  }
  .guide_wrap .stepBox li div {
    font-size: 16rem;
    width: 100%;
    padding: 15rem;
    color: rgba(0, 48, 102, 0.8);
    border-radius: 7rem;
  }
  .guide_wrap .stepBox.last li p {
    margin-top: 0;
  }
  .guide_wrap .out_wrap .lastStep {
    text-align: center;
  }
  .guide_wrap .out_wrap .lastStep .tit {
    font-size: 25rem;
    font-weight: 600;
    margin-top: 30rem;
    margin-bottom: 15rem;
  }
  .guide_wrap .out_wrap .lastStep .txt {
    font-size: 18rem;
    color: rgba(0, 48, 102, 0.8);
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=guide.css.map */