.wrapper .navbar {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wrapper .carousel {
  height: 100vh;
}

.wrapper .carousel .carousel-inner {
  height: 100%;
}

.wrapper .carousel .carousel-inner>div {
  height: 100%;
}

.wrapper .banner.item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrapper .banner.item h3 {
  margin-bottom: 0.1rem;
}

.wrapper .banner.item h4 {
  font-size: 0.2rem;
  margin-bottom: 0.44rem;
}

.wrapper .banner.item h4 span {
  margin-top: 0.2rem;
  display: block;
  background-color: #d22529;
  width: 0.54rem;
  height: 0.02rem;
  z-index: 17;
}

.wrapper .banner.item .btn {
  margin-top: 0.5rem;
  background: #e94638;
  color: #fff;
  border-radius: 0;
  padding: 0.1rem 0.2rem;
}

.wrapper .banner.item .btn:hover {
  background: #e75649;
}

.wrapper .banner.item.banner-fraud {
  background-color: #fff !important;
  background-image: none !important;
  color: #333 !important;
}

.wrapper .banner.item.banner-mini {
  background-color: #5345B6;
  color: #fff;
}

.wrapper .banner.item.banner-excel {
  position: relative;
  color: #fff;
  background-color: #2c2e3a;
}

.wrapper .banner.item.banner-excel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.wrapper .banner.item.banner-excel .container {
  position: relative;
  z-index: 2;
}

.wrapper .banner.item.banner-excel h4 {
  color: rgba(255, 255, 255, 0.8);
}

.wrapper .banner.item.banner-excel h4 span {
  background-color: #e94638;
}

.wrapper .banner.item.banner-excel h3 {
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.wrapper .banner.item.banner-excel p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.page {
  overflow: hidden;
}

.page>div>h3 {
  text-align: center;
  font-size: 0.3rem;
  margin-top: 1rem;
  font-weight: 600;
}

.page>div>p {
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.3rem;
  font-weight: 500;
}

.page .slogan {
  margin-top: 1rem;
}

.page .slogan .mr {
  margin-right: 1rem;
}

.page .slogan .ml {
  margin-left: 1rem;
}

.page .slogan .ite {
  margin-bottom: 0.3rem;
}

.page .slogan .ite:last-child {
  margin: 0;
}

.page .slogan h4 {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
  color: #4b4b4b;
}

.page .slogan p {
  font-size: 0.16rem;
  color: #7b7b7b;
  line-height: 1.8;
}

.page-1 {
  background: center center repeat #fff;
}

.page-1 .page-step {
  margin-top: 1rem;
  margin-bottom: 1.46rem;
  position: relative;
}

.page-1 .page-step a {
  position: relative;
  box-shadow: 0.03rem 0.05rem 0.2rem 0rem rgba(32, 32, 32, 0.3);
  background-position: center center;
  display: block;
  overflow: hidden;
  padding-top: 80%;
  background-size: cover;
}

.page-1 .page-step a img {
  width: 100%;
  vertical-align: top;
}

.page-1 .page-step a .info {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(233, 70, 56, 0.902);
  padding: 0.46rem 0.3rem 0 0.3rem;
  z-index: 11;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page-1 .page-step a .info h4 {
  font-size: 0.22rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.page-1 .page-step a .info h4>span {
  width: 0.4rem;
  height: 0.02rem;
  display: block;
  margin-top: 0.2rem;
  background: #fff;
}

.page-1 .page-step a .info p {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  line-height: 0.22rem;
}

.page-1 .page-step a .info p label {
  background: #fff;
  color: #e75649;
  display: inline-block;
  line-height: 0.22rem;
  vertical-align: top;
  font-size: 0.16rem;
  border-radius: 0.5rem;
  margin-right: 0.1rem;
  padding: 0 0.1rem;
  font-weight: 400;
}

.page-1 .page-step a .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 0, 111, 0.212);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 1;
  padding: .5rem 0;
}

.page-1 .page-step a .mask .icon {
  text-align: center;
  width: 0.6rem;
  margin: 0 auto 0.5rem auto;
  display: block;
}

.page-1 .page-step a .mask h4 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}

.page-1 .page-step a .mask p {
  font-size: 0.16rem;
}

.page-1 .page-step a:hover .mask {
  opacity: 0;
}

.page-1 .page-step a:hover .info {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.page-2 {
  background: url(../img/index/p2.png) center center no-repeat #ccc;
  background-size: cover;
}

.page-2>div>h3 {
  color: #fff;
}

.page-2>div>p {
  color: #fff;
}

.page-2 .p2-box {
  margin: 1.25rem 1.25rem 0.6rem;
}

.page-2 .p2-box .item {
  margin: 0 0.1rem .5rem;
  max-width: 300px;
}

.page-2 .p2-box .item:hover .icon {
  background: #e94638;
}

.page-2 .p2-box .icon {
  width: 1.02rem;
  height: 1.02rem;
  margin: 0 auto 0.3rem auto;
  background: url(../img/index/p2/p2_o.png) center center no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 50%;
}

.page-2 .p2-box .icon span {
  width: 100%;
  height: 100%;
  display: block;
}

.page-2 .p2-box .icon.icon1 span {
  background: url(../img/index/p2/p2_1.png) center center no-repeat;
}

.page-2 .p2-box .icon.icon2 span {
  background: url(../img/index/p2/p2_2.png) center center no-repeat;
}

.page-2 .p2-box .icon.icon3 span {
  background: url(../img/index/p2/p2_3.png) center center no-repeat;
}

.page-2 .p2-box .icon.icon4 span {
  background: url(../img/index/p2/p2_4.png) center center no-repeat;
}

.page-2 .p2-box .icon.icon5 span {
  background: url(../img/index/p2/p2_5.png) center center no-repeat;
}

.page-2 .p2-box .icon.icon6 span {
  background: url(../img/index/p2/p2_6.png) center center no-repeat;
}

.page-2 .p2-box h3 {
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
  margin: 0.3rem 0 0.2rem 0;
}

.page-2 .p2-box p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  height: 6.4em;
  overflow: hidden;
}

.page-3 {
  background: #fafbfc;
}

.page-3 .box {
  margin: 0.88rem .54rem 1rem .54rem;
}

.page-3 .box .item {
  margin: 0 0.8rem;
  background: #fff;
  box-shadow: 0 0 0.25rem 0px rgba(159, 159, 159, 0.18);
}

.page-3 .box .item img {
  width: 100%;
  vertical-align: top;
}

.page-3 .box .item .info {
  padding: 0.34rem;
}

.page-3 .box .item .info h3 {
  font-size: 0.2rem;
  color: #373d41;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.page-3 .box .item .info h3 span {
  color: #e94638;
}

.page-3 .box .item .info h5 {
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  line-height: 1;
  color: #373d41;
}

.page-3 .box .item .info .btns {
  border-width: 1px;
  border-color: #d22529;
  border-style: solid;
  border-radius: 0.05rem;
  width: 1.88rem;
  height: 0.52rem;
  font-size: 0.2rem;
  line-height: 0.52rem;
  text-align: center;
  margin: 0.5rem auto 0.4rem;
  display: block;
  color: #d22529;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page-3 .box .item .info .btns:hover {
  background: #d22529;
  color: #fff;
}

.page-3 .box .item .info .desc {
  height: 24em;
  border-top: 1px solid #eaeaea;
  padding: 0.3rem 0 0 0;
}

.page-3 .box .item .info .desc ul {
  list-style: circle;
}

.page-3 .box .item .info .desc ul li {
  line-height: 2.4;
  font-size: 0.14rem;
}

.page-4,
.page-5 {
  background: #fff;
}

.page-4 .box,
.page-5 .box {
  margin: 1rem 0;
}

.page-4 .box .pic,
.page-5 .box .pic {
  margin: 1.65rem 0.5rem 0;
  position: relative;
}

.page-4 .box .pic img,
.page-5 .box .pic img {
  position: relative;
  z-index: 100;
  width: 100%;
}

.page-4 .box .desc,
.page-5 .box .desc {
  margin: 0 1.2rem;
}

.page-4 .box h3,
.page-5 .box h3 {
  font-size: 0.28rem;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 0.25rem;
  margin-bottom: 0.63rem;
  margin-top: 0.05rem;
}

.page-4 .box h3 span,
.page-5 .box h3 span {
  display: block;
  width: 1.05rem;
  margin-top: 0.22rem;
  height: 0.02rem;
  background: #e94638;
}

.page-4 .box .ite,
.page-5 .box .ite {
  margin: 0 0 0.25rem 0;
}

.page-4 .box .ite h4,
.page-5 .box .ite h4 {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  line-height: 1;
  font-weight: 500;
}

.page-4 .box .ite p,
.page-5 .box .ite p {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #7B7B7B;
}

.page-4 .box .tip,
.page-5 .box .tip {
  font-size: 0.14rem;
  margin-top: 0.6rem;
}

.page-4 .box .more,
.page-5 .box .more {
  width: 1.14rem;
  display: block;
  color: #fff;
  line-height: 0.38rem;
  text-align: center;
  margin-top: 0.44rem;
  height: 0.38rem;
  background: #e94638;
  border-radius: 2px;
}

.page-4 .box>div>div:first-child .desc,
.page-5 .box>div>div:first-child .desc {
  margin-left: 0;
}

.page-4 .box>div>div:last-child .desc,
.page-5 .box>div>div:last-child .desc {
  margin-right: 0;
}

.page-4 .box .pic {
  margin-right: -2.2rem !important;
}

.page-4 .box .pic:after {
  width: 140%;
  height: 120%;
  background: #E94638;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: -40%;
  left: -0.5rem;
}

.page-4 .box .pic:before {
  content: "";
  width: 1.05rem;
  height: 2px;
  background: #e94638;
  left: -0.7rem;
  bottom: 0.2rem;
  position: absolute;
  z-index: 101;
}

.page-5 .box .pic {
  margin-left: -2.2rem !important;
}

.page-5 .box .pic:after {
  width: 140%;
  height: 120%;
  background: #585858;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: -40%;
  right: -0.5rem;
}

.page-5 .box .pic:before {
  content: "";
  width: 1.05rem;
  height: 2px;
  background: #e94638;
  right: -0.7rem;
  bottom: 0.2rem;
  position: absolute;
  z-index: 101;
}

.page-6 {
  background: center center no-repeat #ccc;
  background-size: cover;
  padding: 1rem 0;
}

.page-6>div>h3 {
  margin-top: 0.44rem;
  color: #fff;
}

.page-6>div>p {
  color: #fff;
}

.hidden-640 {
  display: block;
}

.show-640 {
  display: none;
}

@media (max-width: 767px) {
  .page-1 .page-step {
    margin-top: .4rem;
  }

  .page-1 .page-step .col-md-4 {
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) {
  .page-1 .page-step .pic {
    padding-top: 130%;
  }

  .page-1 .page-step .pic .info {
    padding-top: .36rem;
  }
}

@media (max-width: 640px) {
  .hidden-640 {
    display: none;
  }

  .show-640 {
    display: block;
  }

  .page>div>h3 {
    margin-top: .6rem;
  }

  .page-1 .page-step [class^='col-xs'] {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-1 .page-step .pic {
    height: 3.2rem;
    padding: 0;
  }

  .page-2 .p2-box h3 {
    font-size: .26rem;
  }

  .page-2 .p2-box p {
    font-size: .22rem;
  }

  .page-3 .box {
    margin: .4rem .2rem;
  }

  .page-3 .box .item {
    margin: 0;
  }

  .page-3 .box .item .info .desc {
    height: auto;
  }

  .page-3 .box .item .info .desc ul li {
    font-size: .22rem;
  }

  .page-3 .box [class^='col-md']:last-child {
    margin-top: .3rem;
  }

  .page-4 .box {
    margin: .4rem 0;
  }

  .page-4 .box .desc {
    margin: 0;
  }

  .page-4 .box .pic {
    margin: .40rem 0 !important;
  }

  .page-4 .box .pic::after {
    width: 100%;
    height: 100%;
    top: -0.2rem;
    left: -0.2rem;
  }

  .page-4 .box .pic img {
    width: 100%;
  }

  .page-5 .box {
    margin: .4rem 0;
  }

  .page-5 .box .desc {
    margin: 0;
  }

  .page-5 .box .pic {
    margin: .40rem 0 !important;
  }

  .page-5 .box .pic::after {
    width: 100%;
    height: 100%;
    top: -0.2rem;
    left: .20rem;
  }

  .page-5 .box .pic img {
    width: 100%;
  }

  .page-4 .box .ite h4,
  .page-5 .box .ite h4 {
    font-size: .24rem;
  }

  .page-4 .box .ite p,
  .page-5 .box .ite p {
    font-size: .20rem;
  }

  .page-6 {
    padding: .6rem 0;
  }

  .page-6>div>h3 {
    margin-top: 0.24rem;
  }
}

@media (min-width: 768px) {
  .navbar.no-bg {
    background: transparent;
    box-shadow: none;
  }

  .navbar.no-bg .navbar-nav li a {
    color: #4b4b4b;
  }

  .page-1 .page-step .pic {
    padding-top: 120%;
  }
}

@media (min-width: 992px) {
  .page-1 .page-step .pic {
    padding-top: 90%;
  }
}

@media (min-width: 1200px) {
  .page-1 .page-step .pic {
    padding-top: 62%;
  }

  .page-1 .page-step .pic .mask {
    padding: .3rem 0;
  }

  .page-1 .page-step .pic .mask .icon {
    margin-bottom: .2rem;
  }

  .page-1 .page-step .pic .info {
    padding: .3rem .2rem;
  }

  .page-1 .page-step .pic .info h4 {
    font-size: .18rem;
    margin-bottom: .15rem;
  }

  .page-1 .page-step .pic .info p {
    font-size: .14rem;
    margin-bottom: .15rem;
  }

  .page-1 .page-step .pic .info p label {
    font-size: .14rem;
  }
}

@media (min-width: 1600px) {
  .page-1 .page-step .pic {
    padding-top: 62%;
  }
}