
.banner {
  height: 7.5rem; }
  .banner .swiper-container {
    height: 100%; }
    .banner .swiper-container .swiper-slide {
      height: 100%; }
      .banner .swiper-container .swiper-slide a {
        display: block;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }

.tips {
  display: flex;
  background: #fff;
  padding: 15px 7px;
  box-shadow: 0 0 20px #99999934, 0 0 20px #99999934, 0 0 20px #99999934, 0 0 20px #99999934; }
  .tips .item {
    text-align: center;
    padding: 0 5px; }
    .tips .item img {
      width: 46px; }
    .tips .item strong {
      font-size: 16px; }
    .tips .item .desc {
      font-size: 12px;
      color: #666; }

.column {
  padding-top: 20px;
  padding-bottom: 30px; }
  .column .head {
    text-align: center; }
    .column .head span {
      font-size: 28px;
      font-weight: bold;
      padding: 10px;
      background: url(../image/bg_column_title.png) no-repeat 5px 15px;
      background-size: 15px; }
    .column .head p {
      font-size: 14px;
      color: #666; }

.column1 {
  margin: 0 15px; }
  .column1 .body ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none; }
  .column1 .body li {
    width: calc(50% - 5px);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-top: 10px; }
    .column1 .body li img {
      width: 100%; }
    .column1 .body li a {
      color: #333333; }
    .column1 .body li .desc {
      font-size: 12px;
      color: #666;
      margin-top: 3px; }

.column2 {
  background: url(../image/bg_service.jpg) no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px; }
  .column2 .head {
    color: #fff; }
    .column2 .head p {
      color: #fff; }
  .column2 .column2_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .column2 .item {
    width: 100%;
    background: url(../image/bg_server_item.png) no-repeat top;
    background-size: 100%;
    padding: 20px 20px;
    margin-top: 10px;
    border-radius: 30px;
    overflow: hidden; }
    .column2 .item .title {
      font-size: 16px;
      font-weight: bold;
      margin-top: 10px; }
    .column2 .item .desc {
      font-size: 12px;
      margin-top: 5px; }
    .column2 .item .img_wrap {
      width: 40px;
      height: 40px;
      background-size: 100% auto; }
    .column2 .item.item1 .img_wrap {
      background-image: url("../image/1.png"); }
    .column2 .item.item2 .img_wrap {
      background-image: url("/m/static/image/server/2.png"); }
    .column2 .item.item3 .img_wrap {
      background-image: url("../image/3.png"); }
    .column2 .item.item4 .img_wrap {
      background-image: url("../image/4.png"); }
    .column2 .item.item5 .img_wrap {
      background-image: url("../image/5.png"); }
    .column2 .item.item6 .img_wrap {
      background-image: url("../image/6.png"); }

.column3 {
  background-color: #f4fbff; }
  .column3 ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    .column3 ul li {
      width: calc(100% / 3 - 20px);
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 10px;
      margin-top: 15px; }
      .column3 ul li:nth-child(3n) {
        margin-right: 0; }
      .column3 ul li img {
        width: 60px; }
      .column3 ul li .title {
        font-weight: 600;
        font-size: 14px;
        margin-top: 5px; }
      .column3 ul li .desc {
        font-size: 12px;
        color: #999; }

.column4 {
  background-color: #f7f7f7; }
  .column4 .tab_wrap {
    background-color: #fff;
    margin: 15px 15px 0px;
    border-radius: 5px; }
  .column4 .tab_head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px; }
    .column4 .tab_head .item {
      display: flex;
      justify-content: center;
      flex: 1;
      font-size: 14px;
      color: #000000; }
      .column4 .tab_head .item.active {
        font-weight: bold; }
        .column4 .tab_head .item.active span {
          color: #0296fd; }
          .column4 .tab_head .item.active span:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -8px;
            margin: 0 auto;
            width: 33px;
            height: 3px;
            border-radius: 2px;
            background: #0296fd;
            font-weight: bold; }
      .column4 .tab_head .item span {
        position: relative; }
  .column4 .tab_body {
    padding: 0 12px; }
    .column4 .tab_body .item {
      display: none; }
      .column4 .tab_body .item.active {
        display: block; }

/*鍚堜綔鍖婚櫌*/
.column_hospital {
  background: url(../image/bg_hospital.png) top no-repeat; }
  .column_hospital .body {
    background-color: #fff;
    margin: 0 15px;
    border-radius: 5px;
    padding: 10px 12px 0;
    margin-top: 15px; }
  .column_hospital .tab_head {
    display: flex;
    flex-wrap: wrap; }
    .column_hospital .tab_head span {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 25px;
      border-radius: 13px;
      padding: 0 14px;
      margin-right: 9px;
      font-size: 12px;
      color: #494a4b;
      background-color: #f2f2f2;
      margin-top: 8px;
      box-sizing: border-box; }
      .column_hospital .tab_head span.active {
        border: 1px solid #0296fd;
        color: #0296fd;
        background: rgba(1, 150, 253, 0.1); }
  .column_hospital .tab_body .item {
    display: none; }
    .column_hospital .tab_body .item.active {
      display: block; }

/*鍖荤敓*/
.column_doctor {
  background-color: #f4f8f9; }
  .column_doctor .body {
    background-color: #fff;
    margin: 0 15px;
    border-radius: 5px;
    padding: 10px 12px 0;
    margin-top: 15px; }

/*鎴戜滑鐨勪紭鍔�*/
.column_advantage {
  background: url(../image/bg_advantage.png) no-repeat top; }
  .column_advantage .head {
    color: #fff; }
    .column_advantage .head p {
      color: #fff; }
  .column_advantage .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 15px; }
  .column_advantage .item {
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    background: url(../image/bg_advantage_item.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px; }
    .column_advantage .item:nth-child(4n) {
      margin-right: 0; }
    .column_advantage .item .count {
      position: absolute;
      top: 16px;
      right: 16px;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      color: #eaedf5; }
    .column_advantage .item .img_wrap {
      width: 30px;
      height: 40px;
      position: relative;
      z-index: 1;
      margin-left: 10px; }
      .column_advantage .item .img_wrap span {
        width: 100%;
        height: 100%;
        display: block;
        background: no-repeat;
        position: relative;
        z-index: 8;
        background-size: 100%; }
      .column_advantage .item .img_wrap::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 15px;
        z-index: 0;
        width: 20px;
        height: 20px;
        border-radius: 24px;
        background-color: #edf8ff; }
    .column_advantage .item:nth-child(1) .img_wrap span {
      background-image: url("../image/11.png"); }
    .column_advantage .item:nth-child(2) .img_wrap span {
      background-image: url("../image/2.png"); }
    .column_advantage .item:nth-child(3) .img_wrap span {
      background-image: url("../image/31.png"); }
    .column_advantage .item:nth-child(4) .img_wrap span {
      background-image: url("../image/41.png"); }
    .column_advantage .item:nth-child(5) .img_wrap span {
      background-image: url("../image/51.png"); }
    .column_advantage .item:nth-child(6) .img_wrap span {
      background-image: url("../image/61.png"); }
    .column_advantage .item:nth-child(7) .img_wrap span {
      background-image: url("../image/7.png"); }
    .column_advantage .item:nth-child(8) .img_wrap span {
      background-image: url("../image/8.png"); }
    .column_advantage .item .title {
      font-size: 16px;
      font-weight: bold;
      line-height: 30px;
      color: #0e204d;
      margin-top: 5px; }
    .column_advantage .item .desc {
      font-size: 12px;
      font-weight: 400;
      font-stretch: normal;
      line-height: 18px;
      color: #5a5a5a;
      margin-top: 0; }

/*鍏充簬鎴戜滑*/
.column_about {
  background: url(../image/bg_about.png) no-repeat top;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px; }
  .column_about .head {
    color: #fff; }
    .column_about .head p {
      color: #fff; }
  .column_about .desc {
    font-size: 14px;
    color: #fff;
    margin-top: 10px; }
    .column_about .desc p {
      text-indent: 2em;
      margin-top: 5px; }
  .column_about .about_right {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px; }
    .column_about .about_right .form_item {
      margin-bottom: 14px; }
      .column_about .about_right .form_item .form_label {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        font-weight: bold; }
        .column_about .about_right .form_item .form_label span {
          color: #ff0000;
          margin-left: 10px; }
      .column_about .about_right .form_item .form_value {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px; }
        .column_about .about_right .form_item .form_value .form_value_radio {
          font-size: 16px;
          line-height: 36px;
          margin-right: 20px;
          color: #676767; }
    .column_about .about_right .form_item_input .form_input {
      height: 40px;
      background-color: #ffffff;
      border-radius: 29px;
      border: solid 1px #dae2eb;
      overflow: hidden;
      padding: 0 15px;
      padding-left: 48px; }
      .column_about .about_right .form_item_input .form_input input {
        width: 100%;
        height: 100%;
        border: none;
        list-style: none;
        outline: none; }
      .column_about .about_right .form_item_input .form_input.form_input_name {
        background: url(../image/icon_name.png) no-repeat 16px 9px; }
      .column_about .about_right .form_item_input .form_input.form_input_phone {
        background: url(../image/icon_phone.png) no-repeat 16px 9px; }
      .column_about .about_right .form_item_input .form_input.form_input_age {
        background: url(../image/icon_age.png) no-repeat 16px 9px; }
      .column_about .about_right .form_item_input .form_input.form_input_email {
        background: url(../image/icon_email.png) no-repeat 16px 9px; }
    .column_about .about_right .form_item_input .form_textarea {
      height: 87px;
      background-color: #ffffff;
      border-radius: 10px;
      border: solid 1px #dae2eb;
      overflow: hidden;
      padding: 10px 15px; }
      .column_about .about_right .form_item_input .form_textarea textarea {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        resize: none; }
    .column_about .about_right button {
      width: 100%;
      height: 44px;
      background-image: linear-gradient(180deg, #e8cea0 0%, #c1a062 100%), linear-gradient(#0399ff, #0399ff);
      background-blend-mode: normal, normal;
      border-radius: 29px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      font-size: 18px;
      font-weight: 500;
      line-height: 36px;
      color: #ffffff; }
      .column_about .about_right button img {
        margin-right: 10px; }


