.all-wrap .banner .info {
  position: absolute;
  top: 55px;
  left: 50px;
  z-index: 1; }
  .all-wrap .banner .info h2 {
    font-size: 34px;
    vertical-align: top;
    line-height: 1.1;
    color: white; }
    .all-wrap .banner .info h2 img {
      height: 43px;
      vertical-align: top; }
  .all-wrap .banner .info h3 {
    font-size: 16px;
    color: #f5f7ff;
    line-height: 1.2; }
  .all-wrap .banner .info .btn {
    width: 120px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding: 0; }

.tableContent {
  text-align: center; }
  .tableContent h3 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    line-height: 1;
    text-align: center; }
  .tableContent .more {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tableContent .templateList.pc .template-item {
    position: absolute; }
  .tableContent .templateList {
    width: 760px;
    height: 410px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .tableContent .templateList .templateList > a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
    .tableContent .templateList .template-item {
      width: 233px;
      height: 162px;
      border-radius: 10px;
      overflow: hidden; }
      .tableContent .templateList .template-item .top {
        width: 100%;
        height: 22px;
        background: #edf0f0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .tableContent .templateList .template-item .top .roll {
          display: inline-block;
          line-height: 22px;
          width: 6px;
          height: 6px;
          margin-right: 5px;
          background: #d6d6d6;
          border-radius: 50%; }
      .tableContent .templateList .template-item>img {
        width: auto;
        max-height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tableContent .templateList.pc .template-item:nth-of-type(1) {
    left: 5px;
    top: 10px; }
  .tableContent .templateList.pc .template-item:nth-of-type(2) {
    left: 263px;
    top: 10px; }
  .tableContent .templateList.pc .template-item:nth-of-type(3) {
    left: 521px;
    top: 10px; }
  .tableContent .templateList.pc .template-item:nth-of-type(4) {
    left: 5px;
    top: 205px; }
  .tableContent .templateList.pc .template-item:nth-of-type(5) {
    left: 263px;
    top: 205px; }
  .tableContent .templateList.pc .template-item:nth-of-type(6) {
    left: 521px;
    top: 205px; }
  .tableContent .stepTab {
    width: 808px;
    height: 400px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: auto; }
    .tableContent .stepTab .tabWarp {
      width: 100%;
      height: 100%;
      padding: 40px 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0; }
      .tableContent .stepTab .tabWarp .tabCtrl {
        width: 100px;
        display: inline-block;
        background: transparent;
        height: 100%;
        position: relative;
        border-right: 1px solid #78828d;
        vertical-align: top;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 35px 0; }
        .tableContent .stepTab .tabWarp .tabCtrl .ctrlItem {
          width: 100px;
          height: 40px;
          font-size: 14px;
          color: white;
          text-transform: uppercase;
          margin: 22px 0;
          text-align: center;
          line-height: 40px;
          display: inline-block;
          position: relative;
          cursor: pointer;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .tableContent .stepTab .tabWarp .tabCtrl .ctrlItem.active {
          background: rgba(0, 0, 0, 0.502);
          color: #00ffe1; }
        .tableContent .stepTab .tabWarp .tabCtrl .ctrlItem.active::after {
          position: absolute;
          width: 4px;
          height: 85px;
          border-radius: 2px;
          background: #00ffe1;
          content: "";
          display: block;
          top: -22px;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          right: -1px; }
      .tableContent .stepTab .tabWarp .tabContent {
        width: 645px;
        height: 100%;
        vertical-align: top;
        position: relative;
        z-index: 1;
        display: inline-block;
        padding-top: 15px; }
        .tableContent .stepTab .tabWarp .tabContent .contentItem {
          width: 100%;
          height: 100%;
          display: none; }
          .tableContent .stepTab .tabWarp .tabContent .contentItem img {
            margin: auto; }
          .tableContent .stepTab .tabWarp .tabContent .contentItem video {
            position: absolute;
            left: 122px;
            top: 23px;
            background: #000; }
          .tableContent .stepTab .tabWarp .tabContent .contentItem video::-webkit-media-controls {
            display: none !important; }
        .tableContent .stepTab .tabWarp .tabContent .contentItem:nth-child(1) {
          display: block; }
    .tableContent .stepTab .tabBg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  .tableContent .customTab {
    width: 810px;
    height: 195px;
    position: relative;
    margin: auto;
    border-radius: 4px;
    overflow: hidden; }
    .tableContent .customTab .content {
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .tableContent .customTab .content h2 {
        font-size: 24px;
        color: #333333;
        text-transform: uppercase; }
      .tableContent .customTab .content .tab {
        width: 578px;
        margin: auto;
        height: 48px;
        border-radius: 24px;
        border: 1px solid #ececed;
        background: #fff;
        line-height: 48px;
        position: relative;
        font-size: 14px;
        color: #666666;
        text-transform: uppercase;
        padding-left: 213px;
        text-align: left; }
        .tableContent .customTab .content .tab .left {
          width: 199px;
          position: absolute;
          height: 48px;
          top: -1px;
          left: 0;
          text-align: center;
          background: #1ddac9;
          border-radius: 24px;
          font-size: 22px;
          color: white;
          text-transform: uppercase;
          line-height: 48px; }
    .tableContent .customTab .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .tableContent .superiority {
    padding: 0 30px; }
    .tableContent .superiority .superiorityList .line {
      margin-bottom: 85px;
      width: 100%;
      height: 240px;
      font-size: 0;
      text-align: left; }
      .tableContent .superiority .superiorityList .line .info {
        width: 420px;
        display: inline-block;
        vertical-align: top;
        height: 240px; }
        .tableContent .superiority .superiorityList .line .info > h2 {
          margin-top: 25px;
          line-height: 1;
          margin-bottom: 45px;
          text-align: left; }
        .tableContent .superiority .superiorityList .line .info > h3 {
          line-height: 1;
          margin-bottom: 40px;
          text-align: left;
          color: #666666; }
      .tableContent .superiority .superiorityList .line .logo {
        width: 350px;
        height: auto;
        border-radius: 4px; }
      .tableContent .superiority .superiorityList .line .imgWrap {
        width: 350px;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        .tableContent .superiority .superiorityList .line .imgWrap .bottom {
          width: 255px;
          height: 36px;
          background: #666;
          color: #fff;
          font-size: 18px;
          line-height: 36px;
          position: absolute;
          bottom: -14px;
          right: 24px;
          text-align: center; }
    .tableContent .superiority .superiorityList .line:nth-of-type(odd) .imgWrap {
      margin-right: 40px; }
    .tableContent .superiority .superiorityList .line:nth-of-type(even) > .info {
      margin-right: 40px; }
  .tableContent .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center; }
  .tableContent .btn--pramiry {
    color: #fff; }
  .tableContent .btn-boder--pramiry {
    color: #13c1d7; }

.m-wrap h2 {
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.733rem;
  margin-bottom: 0.233rem;
  white-space: pre-line;
  line-height: 1.2 !important; }

.m-wrap h3 {
  font-size: 0.32rem;
  color: #999;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.133rem; }

.m-wrap .item[pos="left"] h2 {
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.733rem;
  margin-bottom: 0.333rem; }

.m-wrap .item[pos="left"] h3 {
  font-size: 0.32rem;
  color: #999;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.133rem; }

.m-wrap .item[pos="left"] .templateList {
  width: 9.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.4rem auto 0;
  height: auto;
  overflow: hidden;
  position: relative;
  font-size: 0; }
  .m-wrap .item[pos="left"] .templateList .templateList > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .m-wrap .item[pos="left"] .templateList .template-item {
    width: 2.867rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.267rem;
    height: 2rem;
    border-radius: 0.133rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.267rem;
    -webkit-box-shadow: 0 0 0.107rem 0 #ccc;
    box-shadow: 0 0 0.107rem 0 #ccc; }
    .m-wrap .item[pos="left"] .templateList .template-item .top {
      width: 100%;
      height: 0.293rem;
      background: #edf0f0;
      position: absolute;
      top: 0;
      left: 0;
      padding-left: 0.133rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .m-wrap .item[pos="left"] .templateList .template-item .top .roll {
        display: inline-block;
        line-height: 0.293rem;
        width: 0.08rem;
        height: 0.08rem;
        margin-right: 0.067rem;
        background: #d6d6d6;
        border-radius: 0.04rem;
        position: relative;
        top: 50%;
        margin-top: -0.04rem; }
    .m-wrap .item[pos="left"] .templateList .template-item a > img {
      width: auto;
      height: calc(100% - 0.267rem);
      position: absolute;
      top: 0.267rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .m-wrap .item[pos="left"] .templateList .template-item:nth-child(3n) {
    margin-right: 0; }

.m-wrap .item[pos="left"] .stepTab {
  width: 100%;
  height: 6.667rem;
  overflow: hidden;
  margin: auto;
  padding: 0 0.4rem 0;
  margin-top: 0.467rem; }
  .m-wrap .item[pos="left"] .stepTab .tabWarp {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0; }
    .m-wrap .item[pos="left"] .stepTab .tabWarp .tabCtrl {
      width: 100%;
      position: relative;
      border-bottom: 3px solid #dadada;
      font-size: 0;
      height: 1.067rem;
      padding: 0;
      border-right: 0; }
      .m-wrap .item[pos="left"] .stepTab .tabWarp .tabCtrl .ctrlItem {
        width: 33.333%;
        height: 100%;
        font-size: 0.32rem;
        text-align: center;
        line-height: 1.067rem;
        display: inline-block;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin: 0;
        background: #fff;
        color: #333;
        transition: 0.3s ease-in-out;
        position: relative; }
      .m-wrap .item[pos="left"] .stepTab .tabWarp .tabCtrl .ctrlItem.active {
        font-weight: bold; }
      .m-wrap .item[pos="left"] .stepTab .tabWarp .tabCtrl .ctrlItem.active::after {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #16c3ca;
        content: "";
        display: block;
        bottom: -3px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        top: unset; }
    .m-wrap .item[pos="left"] .stepTab .tabWarp .tabContent {
      width: 100%;
      height: 5.6rem;
      vertical-align: top;
      position: relative;
      z-index: 1;
      padding-top: 0.267rem; }
      .m-wrap .item[pos="left"] .stepTab .tabWarp .tabContent .tabBg {
        width: 100%;
        position: absolute;
        top: 0.267rem;
        left: 0;
        z-index: 0;
        height: auto; }
      .m-wrap .item[pos="left"] .stepTab .tabWarp .tabContent .contentItem {
        width: 6.667rem;
        height: 4rem;
        display: none;
        margin: 1.267rem auto 0;
        z-index: 1;
        position: relative; }
        .m-wrap .item[pos="left"] .stepTab .tabWarp .tabContent .contentItem img {
          width: 100%;
          height: 100%;
          margin: auto; }
        .m-wrap .item[pos="left"] .stepTab .tabWarp .tabContent .contentItem video {
          position: absolute;
          width: 5.333rem;
          height: 3.333rem;
          top: 0.267rem;
          left: 0.667rem;
          background: #000;
          z-index: -1; }
      .m-wrap .item[pos="left"] .stepTab .tabWarp .tabContent .contentItem:nth-child(1) {
        display: block; }

.m-wrap .item[pos="left"] .appointmentBtn.btn1 {
  margin-top: 0.533rem;
  margin-bottom: 0.933rem; }

.m-wrap .item[pos="left"] .line {
  width: 9.2rem;
  height: 1px;
  background: #eff0f3;
  margin: auto; }

.m-wrap .item[pos="left"] .mbh2 {
  margin-top: 0.267rem;
  margin-bottom: 0.4rem; }

.m-wrap .item[pos="left"] .clientList {
  margin-top: 0.4rem; }

.m-wrap .customTab {
  width: 9.2rem;
  height: 2.6rem;
  position: relative;
  margin: 0 auto 0.733rem;
  border-radius: 0.107rem;
  overflow: hidden; }
  .m-wrap .customTab .content {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .m-wrap .customTab .content h2 {
      font-size: 0.32rem;
      color: #333333;
      text-transform: uppercase; }
    .m-wrap .customTab .content .tab {
      width: 7.707rem;
      margin: auto;
      height: 0.64rem;
      border-radius: 0.32rem;
      border: 1px solid #ececed;
      background: #fff;
      line-height: 0.64rem;
      position: relative;
      font-size: 0.187rem;
      color: #666666;
      text-transform: uppercase;
      padding-left: 2.84rem;
      text-align: left; }
      .m-wrap .customTab .content .tab .left {
        width: 2.653rem;
        position: absolute;
        height: 0.64rem;
        top: -1px;
        left: 0;
        text-align: center;
        background: #1ddac9;
        border-radius: 0.32rem;
        font-size: 0.293rem;
        color: white;
        text-transform: uppercase;
        line-height: 0.64rem; }
  .m-wrap .customTab .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.m-wrap .superiority {
  padding: 0 0.4rem; }
  .m-wrap .superiority > .superiorityList {
    margin-top: 0.467rem; }
    .m-wrap .superiority > .superiorityList .line {
      margin-bottom: 1.133rem;
      width: 100%;
      height: auto;
      font-size: 0;
      text-align: center; }
      .m-wrap .superiority > .superiorityList .line > .info {
        width: 9.2rem;
        display: block;
        height: auto; }
        .m-wrap .superiority > .superiorityList .line > .info > h2 {
          line-height: 1;
          margin-bottom: 0.133rem;
          text-align: center; }
        .m-wrap .superiority > .superiorityList .line > .info > h3 {
          line-height: 1.3;
          margin-bottom: 0px;
          color: #666666;
          text-align: center; }
      .m-wrap .superiority > .superiorityList .line .logo {
        width: 8rem;
        height: auto;
        border-radius: 0.107rem; }
      .m-wrap .superiority > .superiorityList .line .imgWrap {
        width: 8rem;
        position: relative;
        display: block;
        margin: 0.533rem auto !important; }
        .m-wrap .superiority > .superiorityList .line .imgWrap .bottom {
          width: 4.636rem;
          height: 0.655rem;
          background: #666;
          color: #fff;
          font-size: 0.327rem;
          line-height: 0.655rem;
          position: absolute;
          bottom: -0.255rem;
          right: 0.436rem;
          text-align: center; }
      .m-wrap .superiority > .superiorityList .line .btns {
        width: 9.2rem; }
      .m-wrap .superiority > .superiorityList .line .btn {
        width: 2.4rem;
        height: 0.8rem;
        line-height: 0.85rem;
        padding: 0;
        text-align: center;
        margin-top: 0.4rem; }
      .m-wrap .superiority > .superiorityList .line .btn--pramiry {
        color: #fff; }
      .m-wrap .superiority > .superiorityList .line .btn-boder--pramiry {
        color: #13c1d7; }
