body,
html,
span,
ul,
li,
img,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}

.jump-to-weixin {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  max-width: 500px;
  text-align: center;
}

.jump-to-weixin-header {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  font-size: 0;
  margin-top: 10px;
}

.jump-to-weixin-header > img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.jump-to-weixin-header > p {
  display: inline-block;
  font-size: 12px;
  color: #999999;
}

.jump-to-weixin-header > p > span {
  color: #000000;
}

.jump-to-weixin-body {
  margin-top: 115px;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: auto;
}

.jumping-to {
  margin-top: 15px;
  color: #666666;
}

.jumping-to > span {
  display: block;
}

.jumping-to > span:nth-child(1) {
  font-size: 13px;
}

.jumping-to > span:nth-child(2) {
  font-size: 15px;
  margin-top: 10px;
}

.jump-button {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
  font-size: 15px;
  background-color: #06ae56;
  color: #ffffff;
  margin: 20px auto 0;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
}

.jump-notice {
  display: inline-block;
  width: 70%;
}

.jump-notice > img {
  width: 100%;
}

.pc-page-header {
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 100%;
  font-size: 0;
  margin: 100px 0 50px;
}

.pc-page-header .image {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.pc-page-header .content {
  margin-left: 10px;
}

.pc-page-header .content span {
  display: block;
  text-align: left;
}

.pc-page-header .content .title {
  font-size: 14px;
  color: #000000;
}

.pc-page-header .content .description {
  font-size: 12px;
  color: #666666;
}

.pc-page-body span {
  display: block;
  margin-top: 20px;
  color: #666666;
}
