html,
body {
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti,
    'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a,
a:link,
a:focus,
a:visited,
a:hover,
a:active {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'HYZhengYuan75W';
  src: url(../fonts/HYZhengYuan75W.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HYZhengYuan95S';
  src: url(../fonts/HYZhengYuan95S.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.kf-img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.wrap-content {
  max-width: 4.82rem;
}

.title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 4.82rem;
  height: 0.44rem;
  padding: 0.08rem 0.15rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 9;
}

.title-img {
  width: 1.76rem;
  height: 0.2rem;
}

.title-btn {
  position: relative;
  height: 0.28rem;
  padding: 0 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  background: linear-gradient(90deg, #5784ff, #80a2ff);
}

.title-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 0.12rem;
}

.content {
  padding-top: 0.44rem;
}

.content-top {
  width: 100%;
  position: relative;
}

.content-top-img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.content-top-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 32%;
  font-family: HYZhengYuan75W;
  font-size: 0.1rem;
  color: rgba(0, 1, 5, 0.9);
  z-index: 2;
}

.health-num {
  color: #1653fa;
  font-family: HYZhengYuan95S;
}

.content-main {
  margin-top: -0.25rem;
}

.health-module {
  padding: 0.5rem 0.15rem 0.3rem;
  background-image: url(../images/H5-bg-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.common-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-title-img {
  width: 1.7rem;
  height: 0.24rem;
}

.common-title-txt {
  margin-top: 0.06rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.12rem;
}

.c-97989C {
  color: #97989c;
}

.health-content {
  margin-top: 0.18rem;
  padding: 0 0.16rem;
  border-radius: 0.12rem;
  background: #fff;
  position: relative;
}

.health-content-item {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
}

.health-content-item:last-child {
  padding: 0.2rem 0 0.2rem;
  border-top: 1px dashed #d9e3ff;
}

.health-content-left {
  width: 0.48rem;
  height: 0.48rem;
}

.health-content-right {
  margin-left: 0.12rem;
  flex: 1;
}

.health-content-title {
  color: #3b3d45;
  font-size: 0.16rem;
  font-weight: 600;
}

.health-content-tags {
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
}

.guide_portal {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.34rem;
  width: 1.27rem;
  z-index: 10;
  border-bottom-right-radius: 0.12rem;
}

.common-tag-item {
  padding: 0 0.04rem;
  height: 0.19rem;
  border-radius: 0.04rem;
  border: 0.005rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #696b71;
  font-size: 0.12rem;
}

.common-tag-item:not(:first-child) {
  margin-left: 0.08rem;
}

.common-tag-item.skill {
  color: #97989c;
}

.common-tag-item.skill:not(:first-child) {
  margin-left: 0.12rem;
}

.common-btn {
  position: relative;
  margin-top: 0.18rem;
  height: 0.45rem;
  border: 0.5px solid #dbe5ff;
  border-radius: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.border-c-o {
  border-color: rgba(255, 111, 18, 0.2);
}

.common-btn-img {
  width: 0.18rem;
  height: 0.18rem;
}

.common-btn-txt {
  margin-left: 0.06rem;
  color: #1653fa;
  font-size: 0.16rem;
}

.common-module {
  padding: 0.3rem 0.15rem;
  overflow: hidden;
}

.skill-bg {
  background: linear-gradient(to bottom, #ffffff, #f2f6ff);
}

.skill-content {
  margin-top: 0.18rem;
  display: flex;
  justify-content: space-between;
}

.skill-item {
  flex-shrink: 0;
  flex: 1;
  padding-top: 0.14rem;
  border-radius: 0.06rem;
  border: 0.005rem solid #ecf1ff;
  background: linear-gradient(36.31deg, #f0f5ff 24.57%, #f2f6ff 61.86%);
}

.skill-item:last-child {
  margin-left: 0.12rem;
}

.skill-item-title {
  margin-left: 0.16rem;
  color: #3b3d45;
  font-size: 0.16rem;
  font-weight: 600;
}

.skill-item-tags {
  margin: 0.06rem 0 0 0.16rem;
  display: flex;
  align-items: center;
}

.skill-item-img {
  margin: 0.19rem auto 0;
  display: flex;
  justify-content: center;
}

.skill-item-img img {
  height: 1.07rem;
}

.protect-bg {
  background: linear-gradient(322.89deg, #eef4ff 23.36%, #ffffff 56.6%);
}

.protect-content {
  margin-top: 0.18rem;
}

.protect-content-item {
  padding: 0.18rem 0 0.22rem 0.16rem;
  border: 0.005rem solid #ecf1ff;
  border-radius: 0.12rem;
  background-image: url(../images/bg-expert.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.protect-content-item:last-child {
  margin-top: 0.1rem;
  background-image: url(../images/bg-society.png);
}

.protect-content-title {
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: 600;
}

.protect-content-desc {
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.12rem;
  line-height: 0.18rem;
}

.volunteer-bg {
  background: linear-gradient(180deg, #ffffff -2.19%, #ffdfbf 68.98%);
}

.volunteer-content {
  position: relative;
  padding: 0.16rem 0.1rem 0;
  margin-top: 0.18rem;
  border-radius: 0.12rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.52) 34.38%,
    rgba(255, 255, 255, 0.348466) 78.1%,
    rgba(255, 255, 255, 0) 98.41%
  );
}

.volunteer-img {
  width: 2.1rem;
  height: 1.35rem;
  position: absolute;
  top: -0.135rem;
  right: -0.09rem;
}

.volunteer-title {
  padding-left: 0.12rem;
  color: #ff6f12;
}

.volunteer-title-txt {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.19rem;
}

.volunteer-title-desc {
  margin-top: 0.1rem;
  display: flex;
  align-items: baseline;
}

.volunteer-num {
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-family: HYZhengYuan95S;
}

.volunteer-unit {
  margin-left: 0.02rem;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.19rem;
}

.volunteer-case {
  margin-top: 0.2rem;
}

.volunteer-case-item {
  padding: 0.16rem 0.14rem;
  border-radius: 0.12rem;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 98.85%);
}

.volunteer-case-item:not(:first-child) {
  margin-top: 0.1rem;
}

.case-title {
  display: flex;
  align-items: center;
}

.case-title-icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.05rem;
}

.case-title-txt {
  font-size: 0.16rem;
  font-weight: 600;
  color: #3b3d45;
}

.case-txt {
  margin-top: 0.14rem;
  font-size: 0.12rem;
  color: #696b71;
  line-height: 0.18rem;
}

.c-ff6f12 {
  color: #ff6f12;
}

.footer {
  padding: 0.3rem 0;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link-left {
  margin-right: 0.16rem;
  display: flex;
  align-items: center;
}

.left-link-img {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.04rem;
  overflow: hidden;
}

.left-link-txt {
  margin-left: 0.06rem;
}

.link-txt-blod {
  font-size: 0.12rem;
  font-weight: 600;
  color: #3b3d45;
}

.link-txt-default {
  margin-top: 0.06rem;
  font-size: 0.11rem;
  color: #696b71;
}

.footer-link-right {
  position: relative;
  padding-left: 0.16rem;
}

.footer-link-right::before {
  content: '';
  position: absolute;
  width: 0.005rem;
  height: 0.3rem;
  background: #d9e3ff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.link-call {
  margin-top: 0.06rem;
  display: flex;
  align-items: center;
}

.call-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.02rem;
}

.call-num {
  font-size: 0.11rem;
  color: #696b71;
}

.footer-copyright {
  margin-top: 0.2rem;
  color: #babbbd;
  font-size: 0.11rem;
  text-align: center;
}

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.dialog.hide {
  display: none;
}

.dialog-box {
  width: 2.85rem;
  border-radius: 8px;
  background-color: #fff;
}

.dialog-title {
  padding: 0.24rem 0.16rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  border-bottom: 0.005rem solid #e5e5e5;
}

.dialog-btn {
  padding: 0.16rem;
  color: #2657f0;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
}

html {
  font-size: 96px !important;
}

@media screen and (max-width: 319px) {
  html {
    font-size: 85.3333333333px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 85.3333333333px !important;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px !important;
  }
}

@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px !important;
  }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
  html {
    font-size: 106.666666667px !important;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px !important;
  }
}
