<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a, .transition, :before, img, .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .wal {
    max-width: 8rem; }

  body.navShow {
    overflow: hidden; }
    body.navShow .g-head .navA {
      background-image: url("../image/close.png"); }
    body.navShow .g-nav {
      right: 0; }

  .g-headD {
    height: 1.12rem; }

  .g-head {
    padding: 0; }
    .g-head.hide {
      top: -1.12rem; }
    .g-head .wal {
      min-height: 1.12rem; }
    .g-head a.logo {
      width: 3.2rem; }
    .g-head a.tel {
      display: none; }
    .g-head .navA {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.3rem;
      top: 0;
      bottom: auto;
      width: 1.04rem;
      height: 1.12rem;
      background: url("../image/navA.png") center no-repeat;
      background-size: .44rem; }

  .g-nav {
    position: fixed;
    width: 100%;
    background: #000;
    right: -100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
    .g-nav:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 4rem;
      background: #ff4d94; }
    .g-nav i.close {
      display: block;
      background: url("../image/close36.png") center no-repeat;
      background-size: 100%;
      width: .36rem;
      height: .36rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.3rem;
      top: 0.4rem;
      bottom: auto; }
    .g-nav ul {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 1.35rem;
      bottom: auto;
      width: 4rem; }
    .g-nav li {
      border-bottom: #ff83b4 solid 1px;
      width: 100%;
      margin: 0; }
      .g-nav li:last-child {
        border: 0; }
    .g-nav a.name {
      height: 1.2rem;
      line-height: 1.2rem;
      font-size: .36rem;
      padding-left: .6rem; }
      .g-nav a.name i {
        display: none; }

  .p-head a.logo {
    width: 3.2rem; }
  .p-head .navA {
    background-image: url("../image/navA2.png"); }
  .p-head .g-nav a.name {
    color: #fff; }
    .p-head .g-nav a.name:hover, .p-head .g-nav a.name.on {
      color: #fff; }

  .phone-show {
    display: block; }

  .g-foot {
    font-size: .22rem;
    text-align: center;
    padding: 0; }
    .g-foot:after {
      display: none; }
    .g-foot .wal {
      min-height: 6.5rem; }
    .g-foot .list {
      padding: .4rem 0; }
      .g-foot .list ul {
        justify-content: center;
        -webkit-justify-content: center; }
      .g-foot .list li {
        position: relative;
        padding-right: 1.34rem; }
        .g-foot .list li:after {
          right: .67rem;
          height: .3rem;
          margin-top: -.15rem; }
        .g-foot .list li:last-child {
          padding: 0; }
        .g-foot .list li a {
          line-height: .5rem;
          font-size: .26rem; }
    .g-foot .msg {
      line-height: .4rem;
      opacity: .5;
      padding-bottom: .4rem; }
      .g-foot .msg em {
        padding-left: 0;
        display: block; }
    .g-foot .ewm {
      display: none; }

  .p-foot:after {
    display: block; }

  /* .side-bar {
    display: none; } */

  /*index*/
  .index-slide.index-foot {
    height: 8.3rem;
    background: #ff4d94; }

  .indexIco {
    left: .3rem;
    bottom: 2rem;
    margin-left: 0; }

  .index-1 {
    background-image: url("../image/img750_1.jpg"); }
    .index-1 .wal {
      padding: 0 0 1rem 0;
      justify-content: center;
      -webkit-justify-content: center; }
    .index-1 .video {
      width: 4.1rem;
      height: 8.21rem;
      padding: .2rem; }
      .index-1 .video:after {
        background-image: url("../image/img410.png"); }
      .index-1 .video div.bg {
        height: 7.81rem; }
      .index-1 .video a.btn {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 0.8rem;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        background: #ff4d94;
        color: #fff;
        width: 2.08rem;
        height: .6rem;
        font-size: .24rem;
        margin-left: -1.04rem;
        box-shadow: 0 0.1rem 0.2rem rgba(255, 77, 148, 0.5);
        -webkit-box-shadow: 0 0.1rem 0.2rem rgba(255, 77, 148, 0.5);
        -moz-box-shadow: 0 0.1rem 0.2rem rgba(255, 77, 148, 0.5); }
        .index-1 .video a.btn img {
          width: .3rem;
          margin-right: .12rem; }
    .index-1 .col {
      display: none; }

  .p-title h2 {
    font-size: .48rem;
    padding-bottom: .28rem;
    background-size: .98rem; }

  .index-faq {
    background-image: url("../image/img750_2.jpg");
    padding: 0; }
    .index-faq .wal {
      padding: 0 0 1rem 0; }
    .index-faq .list-wrapper {
      width: 100%; }
    .index-faq .arrow {
      display: none; }
    .index-faq .list dd {
      min-height: 2.15rem;
      padding: .4rem 0 .4rem .9rem;
      background-size: .68rem; }
      .index-faq .list dd .name {
        font-size: .3rem;
        line-height: .38rem; }
      .index-faq .list dd p {
        font-size: .22rem;
        line-height: .38rem;
        height: .76rem;
        overflow: hidden; }
    .index-faq .more a {
      width: 1.8rem;
      height: .6rem;
      font-size: .24rem;
      line-height: .56rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: -0.62rem;
      bottom: auto; }
      .index-faq .more a em {
        padding-right: .24rem;
        background-size: .11rem; }

  /*page*/
  .p-banner {
    min-height: 2rem; }

  .p-content {
    font-size: .26rem;
    line-height: .44rem; }

  .about-1 {
    background: none; }
    .about-1 .wal {
      min-height: 1rem;
      padding-top: .6rem; }
    .about-1 .col {
      width: 100%; }
      .about-1 .col .ico {
        width: .8rem;
        margin: 0 auto; }
      .about-1 .col h2 {
        font-size: .36rem;
        text-align: center; }
      .about-1 .col .p-content {
        padding-bottom: .6rem; }
    .about-1 .img {
      display: none; }

  .about-2 {
    padding: .75rem 0; }
    .about-2 .p-title h2 {
      font-size: .36rem;
      background-size: .8rem;
      text-align: center;
      background-position: center bottom; }
    .about-2 .list {
      padding: .4rem 0; }
      .about-2 .list ul {
        margin: 0; }
      .about-2 .list li {
        width: 100%;
        margin-bottom: .2rem;
        height: 1rem;
        background: rgba(0, 0, 0, 0.5);
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        padding: 0 .2rem; }
        .about-2 .list li:after {
          display: none; }
        .about-2 .list li .col {
          display: flex;
          display: -webkit-flex;
          align-items: center;
          -webkit-align-items: center; }
          .about-2 .list li .col .ico {
            width: .44rem; }
          .about-2 .list li .col .name {
            font-size: .26rem;
            padding: 0 0 0 .15rem; }
          .about-2 .list li .col p {
            font-size: .26rem; }
        .about-2 .list li .ewm {
          display: none; }
        .about-2 .list li .btn {
          font-size: .24rem;
          padding-right: .24rem;
          background: url("../image/img11.png") right center no-repeat;
          background-size: .11rem; }
    .about-2 .msg {
      font-size: .24rem;
      background: none;
      line-height: .26rem;
      padding-left: 0;
      text-align: center; }

  .about-3 {
    padding: .8rem 0; }
    .about-3 .p-title h2 {
      font-size: .36rem;
      background-size: .8rem; }
    .about-3 .list {
      padding: .4rem 0 .6rem 0; }
      .about-3 .list ul {
        margin-left: -.3rem; }
      .about-3 .list li {
        width: 33.333%;
        padding-left: .3rem; }
        .about-3 .list li:after {
          display: none; }
        .about-3 .list li .col {
          width: 100%;
          height: 2.4rem;
          background: #f5f5f5;
          -moz-border-radius: 0.1rem;
          -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          -webkit-align-items: center;
          justify-content: center;
          -webkit-justify-content: center;
          flex-direction: column;
          -webkit-flex-direction: column; }
          .about-3 .list li .col .ico img {
            height: .7rem; }
          .about-3 .list li .col .name {
            font-size: .26rem;
            line-height: .4rem;
            padding: .18rem .2rem 0 .2rem;
            text-align: center; }
        .about-3 .list li .ewm {
          display: none; }
      .about-3 .list li:nth-child(3) {
        width: 33.333%; }
    .about-3 .list2 {
      min-height: 1rem;
      background: none;
      padding: 0; }
      .about-3 .list2 .title {
        font-size: .3rem;
        padding: 0 0 .4rem 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center; }
        .about-3 .list2 .title div {
          flex-shrink: 0;
          -webkit-flex-shrink: 0;
          padding: 0 .22rem; }
        .about-3 .list2 .title:before, .about-3 .list2 .title:after {
          width: 50%;
          height: 1px;
          content: "";
          display: block;
          position: absolute;
          position: relative;
          background: #ccc; }
      .about-3 .list2 ul {
        justify-content: center;
        -webkit-justify-content: center;
        margin-left: -.2rem;
        margin-right: -.2rem; }
      .about-3 .list2 li {
        width: 25%; }
        .about-3 .list2 li a {
          height: 2rem; }
        .about-3 .list2 li .img {
          width: 1rem; }
        .about-3 .list2 li .name {
          font-size: .22rem;
          padding-top: .16rem; }

  .p-row {
    padding: 0 0 1rem 0; }

  .side-nav {
    width: 100%;
    min-height: 1rem;
    padding: 0 .5rem 0 0;
    z-index: 20; }
    .side-nav:before {
      content: "";
      display: block;
      position: absolute;
      left: -.3rem;
      top: 0;
      right: -.3rem;
      bottom: 0;
      background: #fff; }
    .side-nav:after {
      left: auto;
      right: .5rem;
      bottom: .2rem;
      width: .6rem;
      border-right: #ccc solid 1px;
      height: .6rem;
      z-index: 11;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff);
      -webkit-background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff); }
    .side-nav .title {
      display: none; }
    .side-nav .btn {
      width: .28rem;
      background: url("../image/img28.png") center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 20;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0; }
    .side-nav .list {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .side-nav .list li {
        height: 1rem;
        width: auto; }
        .side-nav .list li:before {
          display: none; }
        .side-nav .list li a {
          height: 1rem;
          font-size: .26rem;
          line-height: 1rem;
          padding: 0 .44rem 0 0;
          color: #666;
          white-space: nowrap; }
          .side-nav .list li a:after {
            display: none; }
          .side-nav .list li a:hover, .side-nav .list li a.on {
            background: none;
            color: #ff4d94; }
    .side-nav .layer-list {
      position: absolute;
      z-index: 10;
      left: -0.3rem;
      right: -0.3rem;
      top: 0;
      bottom: auto;
      background: #fff;
      box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.1);
      padding: .4rem 0 .2rem .3rem;
      display: none; }
      .side-nav .layer-list ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
      .side-nav .layer-list li {
        padding: 0 .4rem .2rem 0; }
      .side-nav .layer-list a {
        display: block;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        font-size: .26rem;
        color: #666;
        padding: 0 .2rem;
        height: .7rem;
        line-height: .7rem;
        min-width: 2.6rem;
        background: #f5f5f5; }
        .side-nav .layer-list a.on {
          color: #ff4d94;
          background: #ffe4ef; }
    .side-nav.on:after {
      opacity: 0;
      visibility: hidden; }
    .side-nav.on .list {
      opacity: 0;
      visibility: hidden; }
    .side-nav.on .btn {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
    .side-nav.on .layer-list {
      display: block; }

  .side-nav-2:before {
    background: #f5f5f5; }
  .side-nav-2:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5, #f5f5f5);
    -webkit-background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5, #f5f5f5); }

  .w900 {
    width: 100%; }

  .p-title2 {
    position: relative;
    padding: .55rem 0 .4rem 0; }
    .p-title2 h2 {
      font-size: .3rem;
      padding-bottom: .22rem;
      text-align: center;
      background-position: center bottom;
      font-weight: bold; }
    .p-title2 p {
      display: none; }

  .faq li {
    padding-bottom: .2rem; }
  .faq a {
    height: .88rem;
    line-height: .88rem;
    font-size: .26rem;
    padding: 0 .3rem 0 .88rem; }
    .faq a:before {
      width: .4rem; }
    .faq a:after {
      display: none; }

  /* .p-num {
    display: none; } */

  .p-curr {
    font-size: .22rem;
    padding-top: .55rem; }

  .faq-show .title {
    font-size: .36rem;
    line-height: .56rem; }

  .p-num2 {
    padding-bottom: .7rem; }
    .p-num2 ul {
      margin-left: -.3rem;
      margin-right: -.3rem;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: .3rem 0; }
    .p-num2 li {
      max-width: 100%;
      padding: 0 .3rem;
      width: 100%; }
    .p-num2 a {
      font-size: .26rem;
      height: .8rem;
      line-height: .8rem; }
    .p-num2 li.prev a, .p-num2 li.next a {
      background: none;
      padding: 0; }

  .faq-foot .title img {
    width: .4rem; }
  .faq-foot .title h2 {
    font-size: .3rem; }
  .faq-foot .list {
    padding-top: .1rem; }
    .faq-foot .list:after {
      display: none; }
    .faq-foot .list li {
      width: 100%;
      padding-top: 0; }
    .faq-foot .list a {
      height: .9rem;
      line-height: .9rem;
      padding-left: .24rem;
      font-size: .26rem; }
      .faq-foot .list a:before {
        width: .1rem;
        height: .1rem;
        margin-top: -.05rem; }

  .agreement-nav {
    display: none; }

  .p-bg-2 {
    background: #fff; }

  .agreement {
    width: 100%;
    padding: 0; }
    .agreement .title {
      border-bottom: 0; }
      .agreement .title h2 {
        font-size: .36rem;
        font-weight: bold;
        text-align: center;
        background: url("../image/img80.png") center bottom no-repeat;
        background-size: .8rem;
        padding-bottom: .28rem; }
    .agreement .p-content {
      font-size: .24rem;
      line-height: .4rem; }
      .agreement .p-content h2 {
        font-size: .3rem;
        color: #993d62; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */
</pre></body></html>