body {
  background: #fff;
  height: initial;
}

.n-main {
  background: #f6f8fa;
}
.n-main .n-cont {
  background-color: #f2f4f7;
}
.tab {
  font-size: 0.6rem;
  display: -webkit-box;
  -webkit-box-flex: 0;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-flex: none;
  flex: none;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0.5rem;
}

.tab span {
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 2rem;
  line-height: 2rem;
  position: relative;
}

.tab .current {
  color: #f56563;
}

.tab .current:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0;
  border-top: 0.1rem solid #f56563;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}

/* .n-cont {
  padding: 0 0.75rem 2rem 0.75rem;
} */

.n-cont h2 {
  font-size: 0.7rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.n-cont h2 span {
  vertical-align: middle;
}
.part-a,
.part-b {
  padding: 0 0.8rem;
  background-color: #ffffff;
}
.part-a {
  padding-top: 0.7rem /* 14/20 */;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.part-a .img-box,
.part-b .img-box {
  margin: 0.5rem 0;
}

.part-a .img-box img,
.part-b .img-box img {
  width: 100%;
}

.part-a p {
  line-height: 1rem;
  font-size: 12px;
}

.part-b .info {
  line-height: 1.25rem;
  padding: 0.375rem 0;
  font-size: 12px;
}

.part-b .info p {
  display: -webkit-flex;
  display: flex;
}

.part-b .info p label {
  min-width: 2.1rem;
  -webkit-flex: none;
  flex: none;
}

.agreement h3 {
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 1rem 0;
}

.agreement h4 {
  font-size: 0.7rem;
  line-height: 1rem;
  text-indent: 1.4rem;
  margin-bottom: 0.25rem;
  word-break: break-all;
}

.agreement p {
  line-height: 1rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.icon-us {
  background-image: url(../images/icon_me_about_contact.png);
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}
