body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #2E68FB;
}
.home,
.privacy {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #2E68FB;
}

.home .home_img {
  padding-top: 200px;
  text-align: center;
}

.home .home_img img {
  width: 99px;
  height: 85px;
}

.home .home_text {
  text-align: center;
  padding-top: 30px;
  line-height: 26px;
  font-weight: bold;
}

.home .home_router {
  width: 100%;
  text-align: center;
  padding-top: 35px;
}

.home .home_router .router_button {
  display: inline-block;
  width: 152px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  cursor: pointer;
}

.privacy .privacy_back {
  padding: 30px 42px;
  margin-bottom: 30px;
  height: 60px;
  vertical-align: middle;
  cursor: pointer;
}

.privacy .privacy_back  .back_img {
  display: inline-block;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background: url('../img/privacy_arrow.png') no-repeat center;
  vertical-align: top;
}

.privacy .privacy_back .back_text {
  display: inline-block;
  font-size: 26px;
  line-height: 60px;
  font-weight: bold;
}

.privacy .privacy_content .content_title {
  text-align: center;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}

.privacy .privacy_content .content_main {
  margin: 0 122px;
  font-size: 16px;
  line-height: 22px;
}

.privacy .privacy_content .content_main h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
