ul, li {
  list-style: none;
}

.row {
  margin: 0 auto !important;
}

.page {
  position: relative;
}

.page.one {
  padding-bottom: 120px;
}

.page.one .pic {
  width: 700px;
}

.page.one .pic-wrap {
  text-align: right;
}

.page.one .msg-wrap {
  text-align: left;
  padding-left: 100px;
}

.page.one .down-box {
  text-align: left;
  display: inline-block;
}

.page.two {
  padding: 60px;
  background: #FCCA65;
}

.page.two .pic {
  width: 500px;
}

.page.two .pic-wrap {
  text-align: center;
}

.page.two .msg-wrap {
  text-align: left;
  padding-left: 100px;
}

.page.three {
  padding: 60px;
}

.page.three .pic {
  width: 500px;
}

.page.three .pic-wrap {
  text-align: left;
}

.page.three .msg-box {
  box-shadow: 2px 19px 26px 0 #E8E8E8;
}

.page.three .msg-wrap {
  padding-left: 100px;
  text-align: center;
}

.page.four {
  padding: 60px;
  background: #88CF90;
}

.page.four .pic {
  width: 500px;
}

.page.four .pic-wrap {
  text-align: center;
}

.page.four .msg-box {
  box-shadow: 2px 19px 30px 0 #6EBB77;
}

.page.four .msg-wrap {
  padding-left: 100px;
  text-align: left;
}

.page.about {
  padding: 60px;
}

.page.about .pic {
  width: 500px;
}

.page.about .pic-wrap {
  text-align: center;
}

.page.about .about-wrap {
  padding-left: 100px;
}

.page.about .about-box {
  text-align: left;
}

.page-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.about-box {
  text-align: left;
  display: inline-block;
  width: 380px;
}

.about-box .line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #88CF90;
}

.down-btn {
  background: #88cf90;
  box-shadow: 0 8px 12px 0 #dcdcdc;
  border-radius: 6px;
  padding: 14px 18px;
  border: 0;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.msg-box {
  text-align: left;
  margin-top: 120px;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 2px 19px 30px 0 rgba(199, 124, 0, 0.55);
  border-radius: 10px;
  padding: 40px;
  padding-right: 70px;
  font-weight: bolder;
}

.msg-box span {
  font-size: 18px;
}

.msg-box .msg-logo-wrap {
  position: relative;
  padding-left: 30px;
}

.msg-box .msg-logo-wrap .msg-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 25px;
}

.msg-box .subTitle {
  font-size: 20px;
  margin: 30px 0;
}

.msg-box .list {
  font-size: 15px;
  color: #9B9B9B;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .page .col-lg-6 {
    padding: 0;
  }
  .page.one {
    padding-bottom: 0;
  }
  .page.one .down-box {
    text-align: center;
    padding: 50px 0;
    margin-left: 0;
  }
  .page.one .one-subTitle {
    margin: 20px 0 40px 0;
  }
  .page.one .one-qr-code{
    width: 200px;
    height: 200px;
    margin-top: 20px;
  }
  .page.one .pic {
    width: 100%;
  }
  .page.one .pic-wrap {
    text-align: right;
  }
  .page.one .msg-wrap {
    text-align: center;
    padding-left: 0;
  }
  .page.two .msg-wrap {
    text-align: center;
    padding-left: 0;
  }
  .page.three .pic-wrap, .page.four .pic-wrap {
    text-align: center;
  }
  .page.three .msg-wrap, .page.four .msg-wrap {
    text-align: center;
    padding-left: 0;
  }
  .page.about .about-wrap {
    text-align: center;
    padding-left: 0;
  }
  .page.about .about-box {
    margin-left: -10%;
  }
}
