@charset "utf-8";
.m-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  overflow: hidden;
}
.m-header .header-content {
  display: none;
  position: relative;
  height: 100%;
  padding: 0 1.5rem;
  background: #FFF;
}
.m-header .header-content .menu-list > li {
  position: relative;
  min-height: 3rem;
  font-size: 0.94rem;
  font-weight: 400;
  color: #222222;
  line-height: 3rem;
  border-bottom: 1px solid #FFF;
}
.m-header .header-content .menu-list > li::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  z-index: 3;
}
.m-header .header-content .menu-list > li a {
  display: block;
}
.m-header .header-content .menu-list > li a,
.m-header .header-content .menu-list > li a:visited,
.m-header .header-content .menu-list > li a:hover {
  color: #222222;
}
.m-header .header-content .menu-list > li:last-child::after {
  height: 0;
}
.m-header .header-content .menu-list .expand-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-header .header-content .menu-list .expand-menu-btn {
  width: 0.75rem;
  height: 0.5rem;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.m-header .header-content .menu-list .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
}
.m-header .header-content .menu-list .submenu > li {
  position: relative;
  width: 6rem;
  height: 2rem;
  font-size: 0.81rem;
  font-weight: 400;
  color: #222222;
  margin: 0 0.8rem 0.8rem 0;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #FFF;
}
.m-header .header-content .menu-list .submenu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 3;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  width: 100%;
  padding: 0 1rem 0 1rem;
}
.header .header-logo {
  display: block;
  width: 6.18rem;
  height: 1.86rem;
  background-image: url('../../images/mobile/common/header-logo.png');
  background-position: center;
  background-size: contain;
}
.header .header-menu-btn {
  width: 1rem;
  height: 1rem;
}
.header .menuicon_line,
.header .main-menuicon {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header .menuicon_line span,
.header .main-menuicon span {
  position: absolute;
  width: 51%;
  height: 1px;
  top: 28%;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  background-color: #ffffff;
  -webkit-transition: top 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: top 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header .menuicon_line-2 span,
.header .menuicon_line-4 span {
  top: 50%;
  margin-top: -1px;
}
.header .menuicon_line-3 span {
  top: 68%;
  margin-top: -1px;
}
.header-content {
  overflow: hidden;
}
.header-open {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.header-open .header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.header-open .header-logo {
  background-image: url('../../images/mobile/common/logo-black.png');
}
.header-open .header-content {
  display: block;
}
.header-open .main-menuicon span {
  background-color: #c5c5c5;
}
.header-open .main-menuicon .menuicon_line-1,
.header-open .main-menuicon .menuicon_line-3 {
  opacity: 0;
}
.header-open .main-menuicon .menuicon_line-2 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.header-open .main-menuicon .menuicon_line-4 {
  -webkit-transform-origin: center;
          transform-origin: center;
  visibility: visible;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.header-open .active .expand-menu-btn {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header-open .active .submenu {
  max-height: 11rem !important;
}
.header-scroll {
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  background: #FFF;
}
.header-scroll .header {
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.header-scroll .header-logo {
  background-image: url('../../images/mobile/common/logo-black.png');
}
.header-scroll .main-menuicon span {
  background-color: #c5c5c5;
}
.footer {
  min-height: 23rem;
  padding: 1rem;
  background-color: #151e2e;
}
.footer > section {
  font-size: 0.94rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3rem;
  overflow: hidden;
}
.footer > section a,
.footer > section a:visited,
.footer > section a:hover {
  color: #ffffff;
}
.footer .expand-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .expand-menu-btn {
  width: 0.75rem;
  height: 0.5rem;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.footer .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
}
.footer .submenu > li {
  position: relative;
  width: 6rem;
  height: 2rem;
  margin: 0 1rem 1rem 0;
  line-height: 2rem;
  text-align: center;
}
.footer .submenu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.footer .gzhc,
.footer .product {
  position: relative;
}
.footer .gzhc::after,
.footer .product::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.footer .active .expand-menu-btn {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.footer .active .submenu {
  max-height: 12rem;
}
.footer .qr-code {
  margin: 1rem 0 0 7rem;
  width: 8rem;
  height: 8rem;
}
.footer .copyright {
  text-align: center;
  font-size: 0.63rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.88rem;
}
.footer .copyright a,
.footer .copyright a:visited {
  color: rgba(255, 255, 255, 0.6);
}
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  font-family: sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover {
  text-decoration: underline;
}
ins,
a {
  text-decoration: none;
}
.f-none {
  display: none;
}
/* 动效 */
.animatedComm {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-to-left,
.fade-to-right,
.fade-to-up,
.phone-fade,
.section-icon-panle li {
  opacity: 0;
  opacity: 1\0;
  /* ie 8/9*/
  opacity: 1\9\0;
  /* ie 9*/
}
.animated .fade-to-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .hide-to-show {
  -webkit-animation-name: fadeShow;
  animation-name: fadeShow;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .fade-to-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .fade-to-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .phone-fade {
  -webkit-animation-name: phoneFade;
  animation-name: phoneFade;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .section-icon-panle li:nth-child(1) {
  -webkit-animation-name: sectionFadeUp;
  animation-name: sectionFadeUp;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .section-icon-panle li:nth-child(2) {
  -webkit-animation-name: sectionFadeUp;
  animation-name: sectionFadeUp;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated .section-icon-panle li:nth-child(3) {
  -webkit-animation-name: sectionFadeUp;
  animation-name: sectionFadeUp;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* 首页部分动画*/
.animated #patient,
.animated #doctor,
.animated #hospital {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.animated #patient {
  -webkit-animation-name: patientAni;
  animation-name: patientAni;
}
.animated #doctor {
  -webkit-animation-name: doctorAni;
  animation-name: doctorAni;
}
.animated #hospital {
  -webkit-animation-name: hospitalAni;
  animation-name: hospitalAni;
}
@-webkit-keyframes patientAni {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes patientAni {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes doctorAni {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 20%, 0);
    transform: translate3d(-100%, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes doctorAni {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 20%, 0);
    transform: translate3d(-100%, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes hospitalAni {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, -80%, 0);
    transform: translate3d(50%, -80%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes hospitalAni {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, -80%, 0);
    transform: translate3d(50%, -80%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* 向上显示动画 */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*左渐入*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*右渐入*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* 显示 */
@-webkit-keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 首页云速动画显示 */
@-webkit-keyframes phoneFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 15%, 0);
    transform: translate3d(-15%, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes phoneFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 15%, 0);
    transform: translate3d(-15%, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*首页icon*/
@-webkit-keyframes sectionFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes sectionFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* index 首页 */
.p-index .register-online {
  width: 24px;
  height: 24px;
  background-image: url('../../images/index/icon.png');
  background-repeat: no-repeat;
  background-position: -157px -157px;
  background-size: 126px 194px;
}
.p-index .wisdom .icon-1 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites2.png') -50px -52px;
}
.p-index .wisdom .icon-2 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites2.png') -52px -10px;
}
.p-index .wisdom .icon-3 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites2.png') -10px -52px;
}
.p-index .wisdom .icon-4 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites2.png') -10px -10px;
}
.p-index .hospital .icon-1 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites3.png') -50px -52px;
}
.p-index .hospital .icon-2 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites3.png') -52px -10px;
}
.p-index .hospital .icon-3 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites3.png') -10px -52px;
}
.p-index .hospital .icon-4 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites3.png') -10px -10px;
}
.p-index .hizpay .icon-1 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites4.png') -50px -52px;
}
.p-index .hizpay .icon-2 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites4.png') -52px -10px;
}
.p-index .hizpay .icon-3 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites4.png') -10px -52px;
}
.p-index .hizpay .icon-4 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites4.png') -10px -10px;
}
.p-index .angel .icon-1 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites.png') -50px -52px;
}
.p-index .angel .icon-2 {
  margin-top: 0.2rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites.png') -52px -10px;
}
.p-index .angel .icon-3 {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites.png') -10px -52px;
}
.p-index .angel .icon-4 {
  margin-top: 0.2rem;
  width: 22px;
  height: 22px;
  background: url('../../images/index/diedai_css_sprites.png') -10px -10px;
}
.p-index .diedai .icon-1 {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites.png') -50px -52px;
}
.p-index .diedai .icon-2 {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites.png') -52px -10px;
}
.p-index .diedai .icon-3 {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url('../../images/index/diedai_css_sprites.png') -10px -52px;
}
.p-index .diedai .icon-4 {
  width: 22px;
  height: 22px;
  background: url('../../images/index/diedai_css_sprites.png') -10px -10px;
}
.p-index .hifond .icon-1 {
  width: 24px;
  height: 24px;
  background-image: url('../../images/index/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -136px;
  background-size: 126px 194px;
}
.p-index .hifond .icon-2 {
  width: 24px;
  height: 24px;
  background-image: url('../../images/index/icon.png');
  background-repeat: no-repeat;
  background-position: -34px -136px;
  background-size: 126px 194px;
}
.p-index .hifond .icon-3 {
  width: 24px;
  height: 24px;
  background-image: url('../../images/index/icon.png');
  background-repeat: no-repeat;
  background-position: -68px -136px;
  background-size: 126px 194px;
}
.p-wisdom .icon-2,
.p-wisdom .icon-4,
.p-wisdom .icon-6 {
  margin-left: 2.5rem;
}
.p-wisdom .m-micro .icon-1 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 190px 342px;
}
.p-wisdom .m-micro .icon-2 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px 0;
  background-size: 190px 342px;
}
.p-wisdom .m-micro .icon-3 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-size: 190px 342px;
}
.p-wisdom .m-micro .icon-4 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px 0;
  background-size: 190px 342px;
}
.p-wisdom .m-examination .icon-1 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -300px;
  background-size: 190px 342px;
}
.p-wisdom .m-examination .icon-2 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px -300px;
  background-size: 190px 342px;
}
.p-wisdom .m-examination .icon-3 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px -300px;
  background-size: 190px 342px;
}
.p-wisdom .m-examination .icon-4 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px -300px;
  background-size: 190px 342px;
}
.p-wisdom .m-pay .icon-1 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px -200px;
  background-size: 190px 342px;
}
.p-wisdom .m-pay .icon-2 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px -200px;
  background-size: 190px 342px;
}
.p-wisdom .m-pay .icon-3 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -250px;
  background-size: 190px 342px;
}
.p-wisdom .m-pay .icon-4 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px -250px;
  background-size: 190px 342px;
}
.p-wisdom .m-pay .icon-5 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px -250px;
  background-size: 190px 342px;
}
.p-wisdom .m-pay .icon-6 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px -250px;
  background-size: 190px 342px;
}
.p-wisdom .m-around .icon-1 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -50px;
  background-size: 190px 342px;
}
.p-wisdom .m-around .icon-2 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px -50px;
  background-size: 190px 342px;
}
.p-wisdom .m-around .icon-3 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px -50px;
  background-size: 190px 342px;
}
.p-wisdom .m-around .icon-4 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px -50px;
  background-size: 190px 342px;
}
.p-wisdom .m-people .icon-1 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -100px;
  background-size: 190px 342px;
}
.p-wisdom .m-people .icon-2 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px -100px;
  background-size: 190px 342px;
}
.p-wisdom .m-people .icon-3 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px -100px;
  background-size: 190px 342px;
}
.p-wisdom .m-people .icon-4 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px -100px;
  background-size: 190px 342px;
}
.p-wisdom .m-management .icon-1 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -150px;
  background-size: 190px 342px;
}
.p-wisdom .m-management .icon-2 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px -150px;
  background-size: 190px 342px;
}
.p-wisdom .m-management .icon-3 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -100px -150px;
  background-size: 190px 342px;
}
.p-wisdom .m-management .icon-4 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -150px -150px;
  background-size: 190px 342px;
}
.p-wisdom .m-management .icon-5 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: 0 -200px;
  background-size: 190px 342px;
}
.p-wisdom .m-management .icon-6 {
  width: 40px;
  height: 40px;
  background-image: url('../../images/products/icon.png');
  background-repeat: no-repeat;
  background-position: -50px -200px;
  background-size: 190px 342px;
}
.p-internet .icon-1 {
  width: 36px;
  height: 36px;
  background-image: url('../../images/products/internet/icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 128px 36px;
}
.p-internet .icon-2 {
  width: 36px;
  height: 36px;
  background-image: url('../../images/products/internet/icon.png');
  background-repeat: no-repeat;
  background-position: -46px 0;
  background-size: 128px 36px;
}
.p-internet .icon-3 {
  width: 36px;
  height: 36px;
  background-image: url('../../images/products/internet/icon.png');
  background-repeat: no-repeat;
  background-position: -92px 0;
  background-size: 128px 36px;
}
.p-guide .m-character .icon-1 {
  width: 96px;
  height: 96px;
  background-image: url('../../images/products/guide/icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 413px 96px;
}
.p-guide .m-character .icon-2 {
  width: 96px;
  height: 96px;
  background-image: url('../../images/products/guide/icon.png');
  background-repeat: no-repeat;
  background-position: -106px 0;
  background-size: 413px 96px;
}
.p-guide .m-character .icon-3 {
  width: 96px;
  height: 96px;
  background-image: url('../../images/products/guide/icon.png');
  background-repeat: no-repeat;
  background-position: -212px 0;
  background-size: 413px 96px;
}
.p-guide .m-character .icon-4 {
  width: 96px;
  height: 96px;
  background-image: url('../../images/products/guide/icon.png');
  background-repeat: no-repeat;
  background-position: -318px 0;
  background-size: 413px 96px;
}
.p-guide .m-character:last-child {
  margin: 0;
}
.p-index {
  overflow: hidden;
}
.p-index .m-index-header {
  position: relative;
  width: 100vw;
  height: 36rem;
  background-image: url('../../images/mobile/index/header-bg2.jpg');
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.p-index .m-index-header .header-text {
  display: block;
  margin: 9rem auto 0 auto;
  width: 20rem;
  height: 13rem;
}
.p-index .m-index-header .banner-canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-index .intro {
  height: 3rem;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 400;
  color: #222222;
  line-height: 3rem;
}
.p-index .green-line {
  margin: 0 auto;
  width: 2rem;
  height: 1px;
  background: #3eceb6;
}
.p-index .m-content {
  position: relative;
  text-align: center;
  margin: 0 2rem;
  overflow: hidden;
}
.p-index .m-content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.p-index .m-content h1 {
  margin-top: 3rem;
  font-size: 1.31rem;
  font-weight: 500;
  color: #222222;
  line-height: 2.84rem;
}
.p-index .m-content h2 {
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.65rem;
}
.p-index .m-content .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  height: 3.5rem;
  padding: 0 2rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.5rem;
}
.p-index .m-content .icon-list .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 7rem;
}
.p-index .m-content .icon-list .icon-item > div {
  margin-right: 0.5rem;
}
.p-index .m-content .image-wrapper {
  position: relative;
  margin-top: 2rem;
  min-height: 13rem;
}
.p-index .m-content .detail-info {
  text-align: left;
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.56rem;
}
.p-index .m-content .detail-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem auto;
  padding: 0 1rem;
  width: 4.5rem;
  height: 2.19rem;
  background: #ffffff;
  line-height: 2.19rem;
}
.p-index .m-content .detail-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #d9d9d9;
  border-radius: 2.2rem;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-index .m-content .detail-btn > span {
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
}
.p-index .m-content .detail-btn .img-arrow-right {
  width: 0.5rem;
  height: 0.8rem;
}
.p-index .wisdom h1 {
  margin-top: 2rem;
}
.p-index .wisdom .image-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-index .video-wrapper {
  position: relative;
  margin-top: 2rem;
  min-height: 12rem;
  overflow: hidden;
}
.p-index .angel .video-wrapper {
  height: 16rem;
}
.p-index .diedai .video-wrapper {
  height: 16rem;
}
.p-index .img-video-wis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0rem;
  right: 0;
  width: 21.5rem;
  height: 12rem;
}
.p-index .video-wis {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 21.5rem;
  height: 12rem;
}
.p-index .img-video-angel {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.5rem;
  height: 13rem;
}
.p-index .img-video-diedai {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.5rem;
  height: 16rem;
}
.p-index .video-angel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 21.5rem;
  height: 16rem;
}
.p-index .video-diedai {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 21.5rem;
  height: 16rem;
}
.p-index .img-hospital-1 {
  position: absolute;
  left: 2rem;
  top: -1rem;
  width: 4rem;
  height: 12rem;
}
.p-index .img-hospital-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 13rem;
}
.p-index .img-wisdom-1 {
  position: absolute;
  left: 10.3rem;
  top: 0.5rem;
  width: 4rem;
  height: 12rem;
}
.p-index .img-wisdom-2 {
  position: absolute;
  left: 6rem;
  top: 0;
  height: 13rem;
}
.p-index .img-hizpay-1 {
  position: absolute;
  left: -1rem;
  top: 0;
  width: 20rem;
  height: 12rem;
}
.p-index .img-hizpay-2 {
  position: absolute;
  right: -1rem;
  top: -2rem;
  width: 11rem;
  height: 15rem;
}
.p-index .img-hifond-1 {
  position: absolute;
  left: 0.5rem;
  top: -1rem;
  width: 12rem;
  height: 18rem;
}
.p-index .img-hifond-2 {
  position: absolute;
  right: 0;
  top: 3rem;
  width: 11.5rem;
  height: 13.5rem;
}
.p-index .angel .icon-list,
.p-index .hifond .icon-list {
  padding: 0 0.5rem;
  height: 3.5rem;
}
.p-index .angel .icon-list .icon-item,
.p-index .hifond .icon-list .icon-item {
  min-width: 5.5rem;
}
.p-index .hifond .image-wrapper {
  height: 16rem;
}
.p-index .index-footer {
  width: 100%;
  height: 11rem;
  background-image: url('../../images/mobile/index/footer-bg.jpg');
  background-size: cover;
  overflow: hidden;
}
.p-index .index-footer h1 {
  margin: 3rem 0 1rem 1rem;
  font-size: 1.31rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.84rem;
}
.p-index .index-footer p {
  margin-left: 1rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #ffffff;
}
.p-index .index-footer p.desc {
  margin-top: 0.3rem;
  font-size: 0.66rem;
}
/* 合作案例 */
.p-cooperation .data-container {
  position: relative;
  background-image: url('../../images/mobile/cooperation/header-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 28rem;
  padding-top: 6rem;
}
.p-cooperation .data-container .img-header-text {
  display: block;
  width: 19rem;
  height: 8rem;
  margin: 0 auto;
}
.p-cooperation .data-container .banner-canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-cooperation .data-container .data-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-top: 3rem;
  padding: 0 1rem;
  height: 7rem;
  list-style: none;
}
.p-cooperation .data-container .data-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
}
.p-cooperation .data-container .data-list ul li .item-title {
  color: #ffffff;
}
.p-cooperation .data-container .data-list ul li .item-title .title-content {
  vertical-align: bottom;
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.p-cooperation .data-container .data-list ul li .item-title .title-unit {
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 2.25rem;
}
.p-cooperation .data-container .data-list ul li .item-title i {
  vertical-align: top;
  font-size: 1.13rem;
  font-weight: 300;
  line-height: 1.56rem;
}
.p-cooperation .data-container .data-list ul li p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.03rem;
}
.p-cooperation .case-container h2 {
  font-size: 1.13rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
  line-height: 1.56rem;
}
.p-cooperation .case-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.2rem;
}
.p-cooperation .case-container .his-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 5rem;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
.p-cooperation .case-container .his-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-cooperation .case-container .his-item > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 2px;
}
.p-cooperation .case-container .his-item div {
  margin-left: 0.4rem;
}
.p-cooperation .case-container .his-item div h3 {
  font-size: 0.75rem;
  font-weight: 400;
  color: #222222;
  line-height: 1rem;
}
.p-cooperation .case-container .his-item div p {
  margin-top: 0.4rem;
  font-size: 0.69rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.44rem;
}
.p-cooperation .case-container .comment {
  margin: 1rem;
  text-align: left;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
}
/* 走进海鹚 */
.p-introduction .intro-background {
  position: relative;
  background-image: url('../../images/mobile/introduction/header-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 17rem;
  padding-top: 6rem;
}
.p-introduction .intro-background .img-header-text {
  display: block;
  width: 19rem;
  height: 8rem;
  margin: 0 auto;
}
.p-introduction .intro-background .banner-canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-introduction .intro-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
  padding: 0 2.5rem;
  height: 2.3rem;
}
.p-introduction .intro-tabs::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: #e9e9e9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.p-introduction .intro-btn {
  position: relative;
  min-width: 4rem;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 1.21rem;
  text-align: center;
}
.p-introduction .intro-btn.active {
  color: #3eceb6;
}
.p-introduction .intro-btn.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #3eceb6;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.p-introduction .img-intro {
  display: block;
  margin: 0 auto 1.2rem auto;
  width: 100%;
  height: 16rem;
}
.p-introduction .intro-container {
  position: relative !important;
  padding: 0 1.7rem;
}
.p-introduction .intro-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.p-introduction .hc-intro {
  margin-bottom: 2rem;
}
.p-introduction .hc-intro p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.56rem;
}
.p-introduction .hc-event {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.p-introduction .hc-event .intro-nav {
  display: none;
  float: right;
  width: 93px;
  height: 150px;
}
.p-introduction .hc-event .intro-nav > li {
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.p-introduction .hc-event .intro-nav > li:hover {
  font-weight: 500;
  color: #ffffff;
  background: #3eceb6;
}
.p-introduction .hc-event .intro-nav > li.active {
  font-weight: 500;
  color: #ffffff;
  background: #3eceb6;
}
.p-introduction .hc-event .timeline-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}
.p-introduction .hc-event .timeline-title > img {
  width: 1.1rem;
  height: 1.1rem;
}
.p-introduction .hc-event .timeline-title > span {
  margin-left: 0.3rem;
  font-size: 1.06rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #222222;
  line-height: 1.5rem;
}
.p-introduction .hc-event .timeline-content {
  margin-left: 0.6rem;
}
.p-introduction .hc-event .timeline-item {
  position: relative;
  padding-bottom: 16px;
}
.p-introduction .hc-event .timeline-item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0px;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  background: #d8d8d8;
}
.p-introduction .hc-event .timeline-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
  z-index: 3;
}
.p-introduction .hc-event .last-item::after {
  height: 0px;
}
.p-introduction .hc-event .timeline-month {
  float: left;
  margin: 0 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.41rem;
}
.p-introduction .hc-event .timeline-event {
  float: left;
  max-width: 15.1rem;
  font-size: 0.94rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.31rem;
}
.p-introduction .hc-group {
  overflow: visible;
}
.p-introduction .hc-group .group-container {
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
}
.p-introduction .hc-group .group-container .title {
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 2.63rem;
}
.p-introduction .hc-group .group-container .subtitle {
  font-size: 3.13rem;
  font-weight: 300;
  line-height: 4.38rem;
  opacity: 0.2;
}
.p-introduction .hc-group .funny-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 17rem;
  height: 11rem;
}
.p-introduction .hc-group .strength-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 17rem;
}
.p-introduction .hc-group .warm-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 12rem;
}
.p-introduction .hc-group .ambition-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 13rem;
  height: 8rem;
}
.p-introduction .hc-group .funny-container {
  color: #3eceb6;
}
.p-introduction .hc-group .strength-container {
  color: #5990e7;
  text-align: right;
}
.p-introduction .hc-group .warm-container {
  color: #f47c43;
}
.p-introduction .hc-group .warm-container .title {
  margin-top: 3rem;
}
.p-introduction .hc-group .ambition-container {
  color: #7ed321;
  text-align: right;
  margin-bottom: 2rem;
}
.p-introduction .hc-group .photo {
  width: 20rem;
  height: 13rem;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
@media screen and (min-width: 1500px) {
  .intro-page .intro-background {
    height: 496px;
  }
  .intro-page .intro-background .title {
    width: 885px;
    height: 164px;
    margin: 154px auto 0 auto;
  }
}
@media screen and (min-width: 1800px) {
  .intro-page .intro-background {
    height: 567px;
  }
  .intro-page .intro-background .title {
    width: 1012px;
    height: 188px;
    margin: 176px auto 0 auto;
  }
}
/* 加入我们 社会招聘 */
.p-join .join-background {
  position: relative;
  background-image: url('../../images/mobile/join/header-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 17rem;
  padding-top: 6rem;
}
.p-join .join-background .img-header-text {
  display: block;
  width: 11rem;
  height: 5rem;
  margin: 0 auto;
}
.p-join .join-background .banner-canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-join .join-school-background {
  position: relative;
  background-image: url('../../images/mobile/join/header-bg.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 17rem;
  padding-top: 6rem;
}
.p-join .join-school-background .img-header-text {
  display: block;
  width: 11rem;
  height: 5rem;
  margin: 0 auto;
}
.p-join .join-school-background .banner-canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-join .join-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0 0;
  padding: 0 5rem;
  height: 2.3rem;
}
.p-join .join-tabs::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.p-join .join-btn {
  position: relative;
  min-width: 4rem;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  text-align: center;
}
.p-join .join-btn .img-arrow-bottom {
  float: left;
  width: 0.6rem;
  height: 0.37rem;
  background-image: url('../../images/mobile/join/arrow-gray.png');
  background-position: center;
  background-size: cover;
  margin: 0.6rem 0.3rem;
}
.p-join .join-btn > span {
  float: left;
}
.p-join .join-btn.active {
  color: #3eceb6;
}
.p-join .join-btn.active .img-arrow-bottom {
  background-image: url('../../images/mobile/join/arrow-bottom.png');
}
.p-join .join-btn.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #3eceb6;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.p-join .intro-container {
  position: relative !important;
  padding: 0 1.7rem;
}
.p-join .intro-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.p-join .hc-job {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.p-join .hc-job .job-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}
.p-join .hc-job .job-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.p-join .hc-job .job-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-join .hc-job .job-title {
  font-size: 1.06rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: keep-all;
  margin-right: 1rem;
}
.p-join .hc-job .job-position {
  font-size: 0.88rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.25rem;
}
.p-join .hc-job .job-desc {
  margin-top: 0.5rem;
  font-size: 0.81rem;
  font-weight: 400;
  color: #989898;
  line-height: 1.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-join .hc-welfare {
  margin: 2rem 0;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.56rem;
}
.p-join .hc-welfare .title {
  font-size: 1.06rem;
  font-weight: 500;
  color: #333;
  line-height: 2rem;
}
.p-join .detail-box {
  min-height: 35rem;
}
.p-join .job-detail {
  margin-top: 1rem;
  padding: 0 2rem;
  overflow: hidden;
}
.p-join .job-detail > h1 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.75rem;
}
.p-join .job-detail > h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.41rem;
}
.p-join .job-detail p {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.56rem;
}
.p-join .job-detail .jd-content {
  margin-bottom: 2rem;
}
.school-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../../images/mobile/join/bg.jpg');
  background-size: cover;
  z-index: -5;
}
.p-join-school {
  position: relative;
  padding: 16rem 2rem 3rem 2rem;
  overflow: hidden;
}
.p-join-school h1 {
  position: absolute;
  top: 11rem;
  left: 1.8rem;
  font-size: 0.94rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.31rem;
}
.p-join-school .img-pic1 {
  position: absolute;
  top: 5.5rem;
  left: 1.8rem;
  width: 11rem;
  height: 5rem;
  z-index: -1;
}
.p-join-school .img-pic2 {
  position: absolute;
  top: 12.5rem;
  left: 1.8rem;
  width: 10rem;
  height: 7rem;
  z-index: -1;
  -webkit-animation: anim-2 4s ease-in-out infinite;
          animation: anim-2 4s ease-in-out infinite;
}
.p-join-school .img-pic3 {
  position: absolute;
  top: 5rem;
  right: -1rem;
  width: 11rem;
  height: 12rem;
  z-index: -1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: anim-1 4s ease-in-out infinite;
          animation: anim-1 4s ease-in-out infinite;
}
.p-join-school .img-pic4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 6rem;
  -webkit-animation: anim-2 4s 1.8s ease-in-out infinite;
          animation: anim-2 4s 1.8s ease-in-out infinite;
}
.p-join-school .img-pic5 {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  width: 5.5rem;
  height: 4rem;
  -webkit-animation: anim-2 4s ease-in-out infinite;
          animation: anim-2 4s ease-in-out infinite;
}
.p-join-school .m-box {
  position: relative;
  margin-bottom: 2rem;
  background-color: #FFF;
  border-radius: 5px;
  padding: 1rem;
  opacity: 0;
}
.p-join-school .m-box .box-title {
  font-size: 1.06rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.5rem;
}
.p-join-school .m-box .img-decorate {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 4.5rem;
  height: 5rem;
}
.p-join-school .m-box .content {
  position: relative;
  padding: 1rem 0;
}
.p-join-school .m-box .content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.p-join-school .m-box .content > h3 {
  font-size: 0.88rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.55rem;
}
.p-join-school .m-box .content > p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.25rem;
}
.p-join-school .m-box .content > p .qq-group {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.p-join-school .m-box .content:last-child {
  border: none;
}
@-webkit-keyframes anim-1 {
  0% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  50% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
}
@keyframes anim-1 {
  0% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  50% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
}
@-webkit-keyframes anim-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.wrap-break {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.56rem;
  font-family: sans-serif;
}
/* 产品与服务 */
.p-wisdom {
  background-color: #f0f2f5;
}
.p-wisdom h2 {
  text-align: center;
  margin-top: 2.4rem;
  font-size: 1.31rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.84rem;
}
.p-wisdom .content-desc {
  text-align: center;
  margin: 1rem 0;
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.25rem;
}
.p-wisdom .item-line {
  overflow: hidden;
  padding: 0 1.2rem 0 2.8rem;
}
.p-wisdom .item-line i {
  float: left;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.p-wisdom .item-line span {
  float: left;
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  min-width: 5.5rem;
}
.p-wisdom .tips {
  text-align: center;
  margin: 1rem 0;
  font-size: 0.81rem;
  font-weight: 400;
  color: #989898;
  line-height: 1.16rem;
}
.p-wisdom .wis-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 32rem;
  background-image: url('../../images/mobile/wisdom/header-bg.jpg');
  background-size: cover;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.p-wisdom .wis-header h1 {
  margin-top: 6rem;
  font-size: 1.69rem;
  font-weight: 500;
  line-height: 2.34rem;
}
.p-wisdom .wis-header .sub-title {
  margin-top: 0.8rem;
  font-size: 0.94rem;
  line-height: 1.31rem;
}
.p-wisdom .wis-header .description {
  margin: 1rem 2rem;
  text-align: left;
  font-size: 0.94rem;
  line-height: 1.31rem;
  opacity: 0.8;
}
.p-wisdom .wis-header .img-header {
  margin-top: 1rem;
  width: 21rem;
  height: 12rem;
}
.p-wisdom .wis-header .img-cube {
  position: absolute;
  width: 6rem;
  height: 6rem;
  bottom: -3rem;
  right: 0;
  z-index: 2;
}
.p-wisdom .m-micro {
  position: relative;
  background-color: #f0f2f5;
  height: 32rem;
  text-align: center;
  overflow: hidden;
}
.p-wisdom .m-micro .item-line {
  padding: 0 1.2rem 0 2rem;
}
.p-wisdom .m-micro .img-container {
  height: 19.6rem;
}
.p-wisdom .m-micro img {
  position: absolute;
}
/* .p-wisdom .m-micro .img-micro-3 {
  width: 14rem;
  height: 17rem;
  left: 6rem;
  bottom: -3rem;
} */
.p-wisdom .m-micro .img-micro-3 {
  max-width: 47rem;
  height: 30rem;
  left: 0rem;
  margin-top: -4rem;
}
.p-wisdom .m-micro .img-micro-2 {
  width: 9rem;
  height: 24rem;
  left: 7.5rem;
  bottom: -6rem;
}
.p-wisdom .m-micro .img-micro-1 {
  width: 10rem;
  height: 10rem;
  left: 4rem;
  bottom: 2rem;
}
.p-wisdom .m-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
}
.p-wisdom .m-clinic .img-container {
  width: 100%;
  overflow: scroll;
}
.p-wisdom .m-clinic .img-clinic {
  height: 15rem;
}
.p-wisdom .m-inhos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 25rem;
  background-image: url('../../images/mobile/wisdom/in-hospital-bg.jpg');
  background-size: cover;
  text-align: center;
  z-index: 1;
}
.p-wisdom .m-inhos h2,
.p-wisdom .m-inhos .content-desc {
  color: #FFF;
}
.p-wisdom .m-inhos .img-inhos-1 {
  position: absolute;
  width: 9rem;
  height: 18rem;
  left: 1rem;
  bottom: -1rem;
  z-index: 10;
}
.p-wisdom .m-inhos .img-inhos-2 {
  position: absolute;
  width: 13rem;
  height: 9rem;
  left: 10rem;
  bottom: 4rem;
}
.p-wisdom .m-examination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 32rem;
  background-image: url('../../images/mobile/wisdom/exam-bg.png');
  background-size: cover;
  text-align: left;
}
.p-wisdom .m-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 36rem;
  width: 100%;
}
.p-wisdom .m-pay .img-pay {
  position: absolute;
  width: 17rem;
  height: 19rem;
  left: 0;
  bottom: 0;
}
.p-wisdom .m-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 34rem;
  width: 100%;
  background-color: #FFF;
  background-image: url('../../images/mobile/wisdom/around-bg.jpg');
  background-size: cover;
}
.p-wisdom .m-around .img-around-1 {
  position: absolute;
  width: 7rem;
  height: 20rem;
  left: 5rem;
  bottom: 1rem;
  z-index: 1;
}
.p-wisdom .m-around .img-around-2 {
  position: absolute;
  width: 6em;
  height: 18rem;
  left: 11.5rem;
  bottom: 2rem;
}
.p-wisdom .m-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 38rem;
  width: 100%;
}
.p-wisdom .m-people .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 23rem;
  width: 100%;
  margin-top: 1rem;
  overflow-x: scroll;
  overflow-y: hidden;
}
.p-wisdom .m-people .img-people-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  width: 11rem;
  height: 23rem;
}
.p-wisdom .m-people .img-people-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 19rem;
}
.p-wisdom .m-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 33rem;
  width: 100%;
  background-image: url('../../images/mobile/wisdom/manage-bg.png');
  background-size: cover;
  padding-top: 3rem;
}
.p-wisdom .m-management .img-management {
  position: absolute;
  width: 100%;
  height: 13rem;
  left: 0;
  bottom: 0;
}
.p-internet .int-header {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  height: 29rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../images/mobile/internet/header-bg.png');
}
.p-internet .int-header .text-intro {
  text-align: center;
  color: #ffffff;
}
.p-internet .int-header .text-intro h1 {
  font-size: 1.69rem;
  font-weight: 500;
  line-height: 2.34rem;
}
.p-internet .int-header .text-intro .sub-title {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.p-internet .int-header .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  padding: 0 0.5rem;
  width: 100%;
}
.p-internet .int-header .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-internet .int-header .list i {
  float: left;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.p-internet .int-header .list .icon-1 {
  width: 36px;
  height: 36px;
  background-image: url('../../images/products/internet/icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 128px 36px;
}
.p-internet .int-header .list .icon-2 {
  width: 36px;
  height: 36px;
  background-image: url('../../images/products/internet/icon.png');
  background-repeat: no-repeat;
  background-position: -46px 0;
  background-size: 128px 36px;
}
.p-internet .int-header .list .icon-3 {
  width: 36px;
  height: 36px;
  background-image: url('../../images/products/internet/icon.png');
  background-repeat: no-repeat;
  background-position: -92px 0;
  background-size: 128px 36px;
}
.p-internet .int-header .list .label {
  float: left;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.03rem;
}
.p-internet .int-header .img-header-1 {
  position: absolute;
  width: 6rem;
  height: 12rem;
  left: 1rem;
  bottom: -1rem;
  z-index: 2;
}
.p-internet .int-header .img-header-2 {
  position: absolute;
  width: 21.5rem;
  height: 13rem;
  left: 2rem;
  bottom: -2.5rem;
  z-index: 1;
}
.p-internet .sec-header {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.31rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.84rem;
}
.p-internet .sec-desc {
  margin: 0.5rem auto 0 auto;
  width: 17.5rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.25rem;
}
.p-internet .m-online {
  position: relative;
  width: 100%;
  height: 27.91rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfbfb));
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  overflow: hidden;
}
.p-internet .m-online .sec-header {
  margin-top: 4rem;
}
.p-internet .m-online .img-online {
  position: absolute;
  width: 16rem;
  height: 17rem;
  right: 0;
  bottom: 0;
}
.p-internet .m-prescription {
  position: relative;
  width: 100%;
  height: 21rem;
}
.p-internet .m-prescription .img-prescription {
  position: absolute;
  width: 22rem;
  height: 13rem;
  left: 0.6rem;
  bottom: 1rem;
}
.p-internet .m-prescription .img-cube {
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: 1rem;
  top: -4rem;
}
.p-internet .m-chronic {
  position: relative;
  width: 100%;
  height: 28rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  overflow: hidden;
}
.p-internet .m-chronic .img-chronic {
  position: absolute;
  width: 18rem;
  height: 22rem;
  left: 2rem;
  bottom: -0.9rem;
}
.p-internet .m-chronic .img-cube {
  position: absolute;
  width: 5rem;
  height: 5rem;
  right: 2rem;
  top: 9rem;
}
.p-internet .m-brand {
  position: relative;
  width: 100%;
  height: 25.77rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../images/mobile/internet/brand-bg.jpg');
  overflow: hidden;
}
.p-internet .m-brand .img-brand-1 {
  position: absolute;
  width: 13rem;
  height: 16rem;
  left: 2.6rem;
  bottom: 1.4rem;
}
.p-internet .m-example {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 29rem;
}
.p-internet .m-example .title {
  margin: 4rem auto 0 auto;
  width: 10rem;
  overflow: hidden;
}
.p-internet .m-example .title .line {
  float: left;
  margin-top: 0.9rem;
  width: 1.31rem;
  height: 1px;
  background: #e9e9e9;
}
.p-internet .m-example .title .sec-header {
  float: left;
  margin: 0 15px;
}
.p-internet .m-example .img-example-1 {
  display: block;
  width: 22rem;
  margin: 1rem auto;
  height: 16rem;
}
.p-internet .m-example .bottom {
  overflow: hidden;
  padding: 0 1rem;
  width: 100%;
}
.p-internet .m-example .bottom .img-example-2 {
  float: left;
  width: 3.5rem;
  height: 3.5rem;
}
.p-internet .m-example .bottom .text-box {
  float: left;
  margin-left: 0.5rem;
}
.p-internet .m-example .bottom .text-box .name {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.25rem;
}
.p-internet .m-example .bottom .text-box .desc {
  margin-top: 4px;
  font-size: 0.63rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.88rem;
}
.p-internet .m-example .bottom .img-example-3 {
  float: right;
  width: 3.5rem;
  height: 3.5rem;
}
.p-internet .m-example .img-tri {
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: 1rem;
  top: -3rem;
}
.p-operation .op-header {
  position: relative;
  padding-top: 6rem;
  width: 100%;
  height: 15rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../images/mobile/operation/header-bg.png');
  overflow: hidden;
  color: #ffffff;
}
.p-operation .op-header .title {
  font-size: 1.69rem;
  font-weight: 500;
  line-height: 2.34rem;
}
.p-operation .op-header .desc {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.p-operation .op-header .sub-desc {
  margin: 1.5rem auto 0 auto;
  width: 21rem;
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 0.81rem;
}
.p-operation .sec-header {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.13rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.56rem;
}
.p-operation .sec-desc {
  margin: 0.5rem auto 0 auto;
  width: 11rem;
  font-size: 0.63rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.88rem;
  text-align: center;
}
.p-operation .m-service {
  overflow: hidden;
}
.p-operation .m-service .sec-header {
  margin-top: 1rem;
}
.p-operation .m-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-top: 1rem;
  padding: 0 1rem;
  height: 19rem;
}
.p-operation .m-service .list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10rem;
  height: 9rem;
  border: 1px solid #FFF;
}
.p-operation .m-service .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-operation .m-service .list .item img {
  width: 9.9rem;
  height: 7rem;
}
.p-operation .m-service .list .item .intro {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.25rem;
}
.p-operation .m-tool .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1rem 1rem 0 1rem;
  padding: 0 1rem;
  height: 32rem;
  background: #fafafa;
  overflow: hidden;
}
.p-operation .m-tool .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-operation .m-tool .item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  height: 4rem;
}
.p-operation .m-tool .item .text-box {
  margin-left: 1rem;
}
.p-operation .m-tool .item .text-box .label {
  margin-top: 0.4rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.25rem;
}
.p-operation .m-tool .item .text-box .desc {
  margin-top: 0.3rem;
  font-size: 0.5rem;
  font-size: 0.63rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.88rem;
}
.p-operation .m-activity .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  margin-top: 1.5rem;
  height: 28rem;
}
.p-operation .m-activity .content .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
  border: 1px solid #FFF;
}
.p-operation .m-activity .content .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-operation .m-activity .content .item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  height: 100%;
}
.p-operation .m-activity .content .item .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 0 1rem;
}
.p-operation .m-activity .content .item .right .title {
  font-size: 0.94rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.31rem;
}
.p-operation .m-activity .content .item .right .desc {
  margin-top: 0.6rem;
  font-size: 0.63rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.88rem;
}
.p-operation .m-activity .content .item .right img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  margin: 0.6rem 0 0 0;
  width: 4rem;
  height: 4rem;
}
.p-operation .m-cooperation {
  padding-bottom: 3rem;
  overflow: hidden;
}
.p-operation .m-cooperation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 0 1rem;
  margin-top: 1.5rem;
  height: 26rem;
}
.p-operation .m-cooperation .content .item {
  position: relative;
  float: left;
  width: 10rem;
  height: 8rem;
  border: 1px solid #FFF;
}
.p-operation .m-cooperation .content .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-operation .m-cooperation .content .item .top {
  position: relative;
  width: 100%;
  height: 5rem;
}
.p-operation .m-cooperation .content .item .top > img {
  width: 100%;
  height: 100%;
}
.p-operation .m-cooperation .content .item .top .desc {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.63rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.88rem;
}
.p-operation .m-cooperation .content .item .title {
  margin: 1rem 0 0 1rem;
  font-size: 0.94rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.31rem;
}
.p-guide .guide-header {
  position: relative;
  padding-top: 6rem;
  width: 100%;
  height: 15rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../images/mobile/guide/header-bg.png');
  overflow: hidden;
  color: #ffffff;
}
.p-guide .guide-header .title {
  font-size: 1.69rem;
  font-weight: 500;
  line-height: 2.34rem;
}
.p-guide .guide-header .desc {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.p-guide .guide-header .sub-desc {
  margin: 1.5rem auto 0 auto;
  width: 21rem;
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 0.81rem;
}
.p-guide .m-center {
  position: relative;
  height: 23rem;
  overflow: hidden;
}
.p-guide .m-center .img-center {
  margin: 3rem 2rem;
  display: block;
  width: 20rem;
  height: 13rem;
}
.p-guide .m-center .item {
  position: absolute;
  overflow: hidden;
  min-width: 10.5rem;
  z-index: 3;
}
.p-guide .m-center .item > img {
  float: left;
  width: 3rem;
  height: 3rem;
}
.p-guide .m-center .item .content {
  float: left;
}
.p-guide .m-center .item .title {
  font-size: 0.88rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.25rem;
}
.p-guide .m-center .item .desc {
  font-size: 0.63rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.88rem;
}
.p-guide .m-center .item-1 {
  top: 2rem;
  left: 1rem;
  text-align: right;
}
.p-guide .m-center .item-2 {
  top: 3rem;
  left: 14rem;
}
.p-guide .m-center .item-3 {
  top: 15rem;
  left: 13rem;
}
.p-guide .m-center .item-4 {
  top: 12rem;
  left: 1rem;
}
.p-guide .m-character {
  text-align: center;
}
.p-guide .m-character .sec-title {
  font-size: 1.13rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.56rem;
}
.p-guide .m-character .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 1rem 2rem 1rem;
  overflow: hidden;
}
.p-guide .m-character .list .item {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 1px solid #FFF;
}
.p-guide .m-character .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-guide .m-character .list .item .intro {
  margin-top: 0.4rem;
  font-size: 0.63rem;
  font-weight: 400;
  color: #404040;
  line-height: 0.88rem;
}
.p-guide .m-character .list .item img {
  display: block;
  margin: 1rem auto 0 auto;
  width: 2rem;
  height: 2rem;
}
