@charset "UTF-8";
header *, nav *, footer *, .float * {
  box-sizing: border-box; }

header, nav, footer {
  min-width: 1200px; }

.content {
  width: 1200px;
  margin: 0 auto; }

header {
  position: relative;
  z-index: 15;
  width: 100%;
  background-color: #f4f4f4; }
  header .header-top {
    height: 42px;
    background-color: var(--main-color, #e53d3d);
    position: relative;
    z-index: 10; }
    header .header-top .content {
      height: inherit;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    header .header-top .header-right {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: right; }
    header .header-top .header-item {
      height: 100%;
      display: flex;
      position: relative;
      cursor: pointer;
      align-items: center; }
      header .header-top .header-item svg {
        margin-right: 4px; }
      header .header-top .header-item span {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF; }
      header .header-top .header-item + .header-item {
        margin-left: 36px; }
      header .header-top .header-item .header-pop {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        padding: 5px;
        background-color: #ffffff;
        border-radius: 6px;
        border: 1px solid var(--main-color, #e53d3d); }
        header .header-top .header-item .header-pop img {
          width: 144px;
          height: auto; }
      header .header-top .header-item:hover .header-pop {
        display: block; }
  header .header-main {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5; }
    header .header-main .logo {
      display: flex;
      align-items: center; }
      header .header-main .logo img {
        height: 32px;
        width: auto; }
      header .header-main .logo span {
        margin-left: 12px;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        color: #000000; }
    header .header-main .header-main-right {
      display: flex;
      align-items: center;
      justify-content: right; }
    header .header-main .header-tel {
      display: flex;
      align-items: center; }
      header .header-main .header-tel span {
        margin-left: 6px;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #E63D3D; }
    header .header-main .header-login {
      margin-left: 21px;
      display: flex;
      align-items: center; }
      header .header-main .header-login .login {
        font-size: 16px;
        line-height: 20px;
        color: #E63D3D;
        cursor: pointer; }
      header .header-main .header-login .register {
        padding-left: 8px;
        border-left: 1px solid #c4c4c4;
        margin-left: 8px;
        font-size: 16px;
        line-height: 20px;
        color: #666666;
        cursor: pointer; }
    header .header-main .search {
      width: initial;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center; }
      header .header-main .search input {
        width: 356px;
        height: 42px;
        border: 1px solid var(--main-color, #e53d3d);
        padding: 4px 10px;
        margin: 0; }
      header .header-main .search div {
        cursor: pointer;
        height: 42px;
        width: 94px;
        background-color: var(--main-color, #e53d3d);
        display: flex;
        align-items: center;
        justify-content: center; }
        header .header-main .search div span {
          font-size: 16px;
          line-height: 20px;
          color: #FFFFFF; }

nav {
  height: 48px;
  position: relative;
  z-index: 10;
  background-color: #f4f4f4; }
  nav > div {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  nav .sub-nav {
    width: 196px;
    position: relative;
    height: inherit;
    background-color: var(--main-color, #e53d3d);
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    nav .sub-nav > span {
      margin-right: 22px;
      font-weight: bold;
      font-size: 18px;
      line-height: 23px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #FFFFFF; }
    nav .sub-nav .sub-nav-con {
      display: none;
      position: absolute;
      top: 100%;
      width: inherit;
      left: 50%;
      transform: translateX(-50%);
      padding: 15px 0;
      background-color: rgba(255, 255, 255, 0.92);
      border-radius: 0 0 6px 6px; }
      nav .sub-nav .sub-nav-con .sub-nav-item {
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer; }
        nav .sub-nav .sub-nav-con .sub-nav-item > span {
          font-size: 16px;
          line-height: 20px;
          text-transform: uppercase;
          color: #333333; }
        nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop {
          display: none;
          position: absolute;
          padding: 30px 20px;
          left: 100%;
          bottom: 0;
          width: 400px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.92); }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop > * + * {
            margin-top: 15px; }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop > * + .pop-title {
            margin-top: 25px; }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-title {
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-title span {
              color: var(--main-font-color, #333333); }
              nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-title span:hover {
                text-decoration: underline; }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-option {
            font-size: 14px; }
            nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-option span {
              color: var(--main-font-color, #333333); }
            nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-option > * + * {
              margin-left: 10px; }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-course-con {
            display: flex;
            flex-flow: wrap;
            justify-content: space-between; }
            nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-course-con .pop-course {
              width: 49%;
              display: flex;
              margin-bottom: 12px;
              align-items: flex-start; }
              nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-course-con .pop-course .pop-course-img {
                flex-shrink: 0;
                width: 80px;
                height: 45px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover; }
              nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-course-con .pop-course .pop-course-name {
                margin-left: 5px;
                font-size: 14px;
                display: -webkit-box;
                /*将对象作为弹性伸缩盒子模型显示 */
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                /*限制在一个块元素中显示文本的行数 该数字为行数*/
                -webkit-box-orient: vertical;
                /*设置伸缩盒子的子元素的排列方式*/ }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-massage {
            margin-top: 12px;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-size: 14px;
            color: var(--main-font-color, #333333); }
            nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-massage .pop-massage-name {
              padding-left: 15px;
              position: relative; }
              nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-massage .pop-massage-name:after {
                content: ' ';
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #999999;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); }
          nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-option span:hover, nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-course:hover, nav .sub-nav .sub-nav-con .sub-nav-item .sub-nav-pop .pop-massage:hover {
            color: var(--main-color, #e53d3d); }
        nav .sub-nav .sub-nav-con .sub-nav-item:hover > span {
          color: var(--main-color, #e53d3d); }
        nav .sub-nav .sub-nav-con .sub-nav-item:hover .sub-nav-pop {
          display: block; }
    nav .sub-nav.active .sub-nav-con, nav .sub-nav:hover .sub-nav-con {
      display: block; }
  nav ul {
    display: flex;
    align-items: center;
    justify-content: right;
    height: inherit;
    margin-bottom: 0 !important; }
    nav ul li {
      height: inherit;
      width: 108px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px 6px 0 0;
      cursor: pointer;
      position: relative; }
      nav ul li span {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #000000; }
      nav ul li .nav-pop {
        display: none;
        position: absolute;
        padding: 20px 14px;
        background-color: rgba(255, 255, 255, 0.92);
        border-radius: 0 0 6px 6px;
        top: 100%;
        left: 0;
        column-count: 4;
        column-gap: 20px;
        max-height: 300px; }
        nav ul li .nav-pop.qr {
          width: 180px;
          padding: 6px;
          background-color: #ffffff;
          left: 50%;
          transform: translateX(-50%); }
        nav ul li .nav-pop img {
          width: 168px;
          height: auto; }
        nav ul li .nav-pop .nav-pop-item {
          text-align: center;
          position: relative;
          width: 80px;
          font-size: 16px;
          line-height: 20px;
          text-transform: uppercase;
          color: #000000;
          margin-bottom: 16px; }
          nav ul li .nav-pop .nav-pop-item:hover {
            color: var(--main-color, #e53d3d); }
      nav ul li:hover {
        background-color: var(--main-color, #e53d3d); }
        nav ul li:hover span {
          color: #ffffff; }
        nav ul li:hover .nav-pop {
          display: block; }

footer {
  margin-top: 40px;
  padding: 40px;
  background-color: #333333; }
  footer a {
    color: #ffffff; }
  footer .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 1px solid #606060; }
  footer .footer-con {
    display: flex;
    width: initial;
    height: initial;
    margin: 0; }
    footer .footer-con .footer-title {
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      color: #F7F7F7; }
      footer .footer-con .footer-title + .footer-item {
        margin-top: 14px; }
    footer .footer-con .footer-item span {
      font-size: 14px;
      line-height: 18px;
      color: #DDDDDD; }
    footer .footer-con .footer-item + .footer-item {
      margin-top: 6px; }
    footer .footer-con .footer-item a span {
      cursor: pointer; }
      footer .footer-con .footer-item a span:hover {
        opacity: .8; }
    footer .footer-con + .footer-con {
      margin-left: 70px;
      border-left: 1px solid #606060;
      padding-left: 70px; }
    footer .footer-con.lg {
      flex-grow: 1; }
    footer .footer-con.sm {
      flex-shrink: 0; }
    footer .footer-con.column {
      flex-flow: column;
      align-items: flex-start; }
    footer .footer-con.row {
      flex-shrink: 0;
      flex-flow: row;
      align-items: flex-start; }
    footer .footer-con .footer-qr {
      display: flex;
      flex-flow: column;
      align-items: center; }
      footer .footer-con .footer-qr .footer-qr-img img {
        width: 100px;
        height: auto; }
      footer .footer-con .footer-qr .footer-qr-title {
        margin-top: 20px;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        color: #F7F7F7; }
      footer .footer-con .footer-qr + .footer-qr {
        margin-left: 40px; }
  footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px; }
    footer .copyright > * + * {
      margin-left: 10px; }
    footer .copyright span {
      font-size: 14px;
      line-height: 18px;
      color: #CFCFCF; }

.float {
  z-index: 25;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.05); }
  .float .float-item {
    width: 94px;
    height: 102px;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: width .3s; }
    .float .float-item:before {
      position: absolute;
      content: ' ';
      height: 100%;
      width: 19px;
      right: 100%; }
    .float .float-item .float-pop {
      background-color: #ffffff;
      display: none;
      position: absolute;
      z-index: -1;
      right: 100%;
      padding: 5px;
      border-radius: 6px;
      border: 1px solid var(--main-color, #e53d3d);
      transform: translateX(-18px); }
      .float .float-item .float-pop img {
        width: 144px;
        height: auto; }
      .float .float-item .float-pop div {
        padding: 12px 7px; }
        .float .float-item .float-pop div span {
          white-space: nowrap;
          color: var(--main-font-color, #333333); }
    .float .float-item svg path {
      fill: #666666; }
    .float .float-item span {
      margin-top: 12px;
      font-size: 14px;
      line-height: 18px;
      color: #666666; }
    .float .float-item:hover {
      background-color: var(--main-color, #e53d3d);
      border-color: var(--main-color, #e53d3d); }
      .float .float-item:hover svg circle {
        fill: var(--main-color, #e53d3d); }
      .float .float-item:hover svg path {
        fill: #ffffff; }
      .float .float-item:hover span {
        color: #ffffff; }
      .float .float-item:hover .float-pop {
        display: block; }
  .float > *:first-child {
    border-radius: 12px 0 0 0; }
  .float > *:last-child {
    border-radius: 0 0 0 12px; }

@media only screen and (max-width: 1400px) {
  .float .float-item {
    width: 6px;
    background-color: var(--main-color, #e53d3d); }
    .float .float-item > svg, .float .float-item span {
      display: none; }
  .float:hover .float-item {
    width: 96px;
    background-color: #ffffff; }
    .float:hover .float-item > svg, .float:hover .float-item span {
      display: block; }
    .float:hover .float-item:hover {
      background-color: var(--main-color, #e53d3d); }
      .float:hover .float-item:hover svg circle {
        fill: var(--main-color, #e53d3d); }
      .float:hover .float-item:hover svg path {
        fill: #ffffff; }
      .float:hover .float-item:hover span {
        color: #ffffff; }
      .float:hover .float-item:hover .float-pop {
        display: block; }
        .float:hover .float-item:hover .float-pop span {
          color: var(--main-font-color, #333333); } }

/*# sourceMappingURL=common_style.css.map */
