
.page1 {
  background-image: url("../img/page1Bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
}

.page1 .title {
  font-size: 48px;
  color: #333333;
  text-align: center;
  margin-top: 86px;
  margin-bottom: 34px;
  line-height: 67px;
}

.page1 button.apply {
  border-radius: 4px;
  background-color: #3CC078;
  border: none;
  height: 42px;
  width: 178px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 82px auto;
  color: #fff;
  display: block;
}

.page1 img.bg {
  margin: 0 auto 48px auto;
  display: block;
}

.page2, .page4 {
  background-color: #FAFAFA;
}

.page2 .platformType {
  height: 52px;
  line-height: 22px;
  padding-top: 16px;
  list-style: none;
  padding-left: 0;
  margin: 40px auto 26px auto;
  display: block;
  width: 340px;
  border-bottom: 1px solid #D6D6D6;
}

.page2 .platformType li {
  font-size: 16px;
  width: 60px;
  height: 36px;
  text-align: center;
  float: left;
  border-bottom: 1px solid #D6D6D6;
}

.page2 .platformType li a {
  color: #666666;
}

.page2 .platformType li {

}

.page2 .platformType li.active a {
  color: #333333;
}

.page2 .platformType li.active {
  border-bottom: 1px solid #333333;
}

.page2 .platformType li:nth-child(2) {
  margin-left: 80px;
  margin-right: 80px;
}

.page2 .title {
  color: #333333;
  font-size: 44px;
  line-height: 62px;
  display: block;
  margin: 0 auto 18px auto;
  text-align: center;
}

.page2 .getInfo {
  line-height: 24px;
  font-size: 16px;
  color: #00C470;
  text-align: center;
  display: block;
  margin-bottom: 63px;
}

.page2 img.bg {
  margin: 0 auto 0 auto;
  display: block;
}

.page3 .title {
  font-size: 44px;
  color: #333333;
  line-height: 62px;
  margin-top: 72px;
  margin-bottom: 72px;
  text-align: center;
}

.page3 .func {
  width: 996px;
  margin: 0 auto 80px auto;
}

.page3 .func div.row > div {
  height: 160px;
}

.page3 .func div.row:nth-child(1), .page3 .func div.row:nth-child(2) {
  border-bottom: 1px solid #ECECEC;
}

.page3 .func div.row > div:nth-child(1) {
  border-right: 1px solid #ECECEC;
}

.page3 .func div.row > div:nth-child(2) {
  border-right: 1px solid #ECECEC;
}

.page3 .func div.row > div:nth-child(3) {
  border-right: 1px solid #ECECEC;
}

.page3 .func div.row .name {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}

.page3 .func .icon {
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 36px auto 26px auto;
}

.page4 .title {
  font-size: 44px;
  color: #333333;
  line-height: 62px;
  margin-top: 90px;
  margin-bottom: 96px;
  text-align: center;
}

.page4 .advantage {
  margin-bottom: 80px;
}


.page4 .advantage .box{
  width: 288px;
}
.page4 .advantageItem {
  border: 1px solid #E6ECF3;
  padding: 20px 20px 20px 52px;
  position: relative;
}

.page4 .advantageItem .name {
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  margin-bottom: 10px;
}

.page4 .advantageItem .desc {
  line-height: 20px;
  font-size: 14px;
  color: #222222;
}

.page4 .advantageItem .icon {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.page4 .col-md-3 {
  padding-left: 7px;
  padding-right: 7px;
}

