* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  width: 100%;
  padding-bottom: 70px;
}
.wrap .container-fluid {
  max-width: 750px;
  padding: 0;
}
.wrap .container-fluid .section-1 {
  width: 100%;
  position: relative;
}
.wrap .container-fluid .section-1 img {
  width: 100%;
}
.wrap .container-fluid .section-1 .pos-down {
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.wrap .container-fluid .section-1 .pos-down img {
  width: 100%;
}
.wrap .container-fluid .section-2 {
  padding: 75px 15px 30px 15px;
}
.wrap .container-fluid .section-2 .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.wrap .container-fluid .section-2 .bank-list {
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap .container-fluid .section-2 .bank-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap .container-fluid .section-2 .bank-list .item img {
  height: 60px;
}
.wrap .container-fluid .section-2 .bank-list .item span {
  font-size: 13px;
}
.wrap .container-fluid .section-3 {
  background-color: #f8f8f8;
  padding: 30px 15px;
}
.wrap .container-fluid .section-3 .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.wrap .container-fluid .section-3 .comments {
  padding-top: 0;
}
.wrap .container-fluid .section-3 .comments .carousel-item {
  padding: 5px;
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body {
  padding: 60px 0 0 0;
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body .comment-content {
  padding: 50px 10px 10px 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(200, 200, 200, 0.5);
          box-shadow: 0 0 5px 2px rgba(200, 200, 200, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body .comment-content .avator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body .comment-content .score {
  height: 15px;
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body .comment-content .name {
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body .comment-content .addr {
  font-size: 14px;
  color: #ce000f;
  text-align: center;
  padding-bottom: 15px;
}
.wrap .container-fluid .section-3 .comments .carousel-item .comment-body .comment-content .content {
  font-size: 12px;
  text-align: left;
}
.wrap .container-fluid .section-4 {
  width: 100%;
}
.wrap .container-fluid .section-4 img {
  width: 100%;
}
.wrap .container-fluid .section-5 {
  padding: 30px 15px 20px 15px;
  background-color: #f8f8f8;
}
.wrap .container-fluid .section-5 .big-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.wrap .container-fluid .section-5 .feature-list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap .container-fluid .section-5 .feature-list .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap .container-fluid .section-5 .feature-list .item img {
  width: 55px;
  height: 55px;
}
.wrap .container-fluid .section-5 .feature-list .item .title {
  font-size: 15px;
  color: #7e5ba9;
  padding-top: 5px;
}
.wrap .container-fluid .section-5 .feature-list .item .desc {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.footer-down {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.footer-down img {
  width: 100%;
}/*# sourceMappingURL=shawn.css.map */