@charset "UTF-8";
@font-face {
  font-family: "MiSans";
  /* Project id  */
  src: url("../font/MiSans-Normal.ttf") format("truetype"); }

.langCN .cn {
  display: block; }

.langCN .en {
  display: none; }

.langEN .cn {
  display: none; }

.langEN .en {
  display: block; }

.langEN .pc_cont .about_container .about_text {
  width: 40vw; }

.langEN .pc_cont .adu_summary {
  padding: 6.25vw 4vw 0px; }
  .langEN .pc_cont .adu_summary h2 {
    font-size: 2.08333vw; }

.langEN .pc_cont .menber_card .summary p {
  line-height: 1.3; }

.langEN .pc_cont .menber_list .summary p {
  line-height: 1.5; }

.langEN .mobile_main .plat_title {
  letter-spacing: normal; }

.cartoon_forum_nav {
  padding: 0 4.11458%;
  height: 70px;
  font-size: 20px;
  font-family: "MiSans";
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px); }
  .cartoon_forum_nav img {
    height: 36px; }
  .cartoon_forum_nav .nav_list {
    margin-left: auto;
    height: 100%;
    color: rgba(0, 0, 0, 0.5); }
    .cartoon_forum_nav .nav_list li {
      height: calc(100% - 4px);
      margin: 0 21px;
      position: relative; }
      .cartoon_forum_nav .nav_list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        box-sizing: border-box; }
      .cartoon_forum_nav .nav_list li:hover {
        cursor: pointer;
        border-bottom: 4px solid #323FEA; }
        .cartoon_forum_nav .nav_list li:hover a {
          color: #000; }
  .cartoon_forum_nav .lgswith {
    font-size: 20px;
    font-family: "MiSans";
    position: relative;
    width: 4.375rem;
    top: -2px; }
    .cartoon_forum_nav .lgswith i {
      font-size: 20px; }
    .cartoon_forum_nav .lgswith:hover {
      cursor: pointer; }
      .cartoon_forum_nav .lgswith:hover ul {
        display: block; }
    .cartoon_forum_nav .lgswith ul {
      display: none;
      position: absolute;
      min-width: 5.625rem;
      top: 100%;
      left: 0;
      z-index: 9;
      background-color: #fff;
      padding: 0.625rem; }
      .cartoon_forum_nav .lgswith ul li {
        padding: 0.625rem;
        cursor: pointer; }
        .cartoon_forum_nav .lgswith ul li:hover {
          background-color: #00E1FE; }

.pc_cont {
  display: block;
  overflow: hidden; }
  .pc_cont .video_container {
    width: 100%;
    height: 70.37037%;
    min-height: 760px;
    overflow: hidden;
    position: relative; }
    .pc_cont .video_container .video_background {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* 确保视频充满屏幕且保持比例 */
      z-index: -1;
      /* 置于内容下方 */ }
    .pc_cont .video_container .content {
      color: #fff;
      text-align: center;
      height: 70.37037%;
      min-height: 760px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .pc_cont .video_container .content img {
        height: 8.375rem;
        margin: 0 auto 2.625rem; }
      .pc_cont .video_container .content p {
        font-size: 1.5rem;
        font-family: "MiSans";
        line-height: 1.5; }
  .pc_cont .about_container {
    height: 37.8125vw; }
    .pc_cont .about_container .about_title {
      width: 50%;
      height: 100%;
      background-image: linear-gradient(143deg, #2E236F -18%, #000 40%);
      display: flex;
      align-items: center;
      justify-content: center; }
      .pc_cont .about_container .about_title h2 {
        color: #fff;
        font-family: "MiSans";
        font-size: 2.60417vw;
        text-align: center;
        font-weight: bold;
        transform: rotateZ(-90deg); }
    .pc_cont .about_container .about_summary {
      width: 50%; }
    .pc_cont .about_container .about_text {
      width: 26.04167vw; }
      .pc_cont .about_container .about_text h3 {
        font-family: "MiSans";
        font-size: 1.14583vw;
        line-height: 1.5;
        margin-bottom: 1.04167vw; }
      .pc_cont .about_container .about_text p {
        font-family: "MiSans";
        font-size: 0.83333vw;
        line-height: 1.2;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 1.04167vw; }
      .pc_cont .about_container .about_text .serve_list {
        margin-top: 2.60417vw;
        font-size: 0.625vw; }
        .pc_cont .about_container .about_text .serve_list .grid3x {
          grid-template-columns: 1fr 1fr 1fr; }
        .pc_cont .about_container .about_text .serve_list img {
          margin-right: 0.25rem;
          height: 1.97917vw; }
        .pc_cont .about_container .about_text .serve_list dl {
          margin: 0.625rem 0;
          color: #666; }
        .pc_cont .about_container .about_text .serve_list dt, .pc_cont .about_container .about_text .serve_list dd {
          vertical-align: middle;
          display: inline-block; }
  .pc_cont .meal_list {
    flex-wrap: wrap; }
    .pc_cont .meal_list .meal_card {
      box-sizing: border-box;
      width: 50%;
      height: 36.875vw;
      border: 1px solid #000;
      padding: 4.16667vw;
      color: #666;
      font-family: "MiSans";
      font-weight: bold; }
      .pc_cont .meal_list .meal_card .meal_info {
        align-items: center; }
      .pc_cont .meal_list .meal_card .meal_tag {
        padding-right: 1.04167vw;
        border-right: 1px solid #666;
        line-height: 1.1;
        font-family: "MiSans"; }
        .pc_cont .meal_list .meal_card .meal_tag b {
          font-size: 3.85417vw; }
        .pc_cont .meal_list .meal_card .meal_tag p {
          font-size: 1.5625vw; }
      .pc_cont .meal_list .meal_card .meal_text {
        padding-left: 1.04167vw; }
        .pc_cont .meal_list .meal_card .meal_text p {
          font-family: "MiSans";
          line-height: 1.6; }
          .pc_cont .meal_list .meal_card .meal_text p:nth-of-type(1) {
            font-size: 1.04167vw; }
          .pc_cont .meal_list .meal_card .meal_text p:nth-of-type(2) {
            font-size: 2.34375vw; }
          .pc_cont .meal_list .meal_card .meal_text p:nth-of-type(3) {
            font-size: 0.72917vw; }
    .pc_cont .meal_list .meal_bg01 {
      background: url(../img/500-3.webp) center bottom no-repeat;
      background-size: auto 100%; }
    .pc_cont .meal_list .meal_bg02 {
      background: url(../img/750-3.webp) center bottom no-repeat;
      background-size: auto 100%; }
    .pc_cont .meal_list .meal_bg03 {
      background: url(../img/900-3.webp) center bottom no-repeat;
      background-size: auto 100%; }
    .pc_cont .meal_list .meal_bg04 {
      background: url(../img/1000-3.webp) center bottom no-repeat;
      background-size: auto 100%; }
    .pc_cont .meal_list .meal_bg05 {
      background: url(../img/1200-3.webp) center bottom no-repeat;
      background-size: auto 100%; }
    .pc_cont .meal_list .meal_more {
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(../img/more.webp) no-repeat center;
      background-size: auto 120%; }
      .pc_cont .meal_list .meal_more .meal_tag {
        color: #fff;
        border-right: 1px solid #fff;
        padding-right: 1.04167vw; }
        .pc_cont .meal_list .meal_more .meal_tag img {
          width: 15.10417vw; }
      .pc_cont .meal_list .meal_more .meal_text {
        color: #fff;
        font-family: "MiSans";
        font-size: 1.04167vw;
        font-weight: 600;
        padding-left: 1.04167vw; }
        .pc_cont .meal_list .meal_more .meal_text p {
          font-size: 1.04167vw; }
        .pc_cont .meal_list .meal_more .meal_text a {
          display: block;
          width: 10.67708vw;
          line-height: 1;
          border: 2px solid #fff;
          text-align: center;
          margin-top: 1.04167vw;
          padding: 1.30208vw 0;
          background-color: rgba(0, 225, 254, 0);
          transition: all 0.5s; }
          .pc_cont .meal_list .meal_more .meal_text a:hover {
            background-color: rgba(0, 225, 254, 0.5); }
  .pc_cont .adu_cover {
    width: 50%;
    height: 37.91667vw;
    background-image: url("../img/adu_cover.webp");
    background-size: cover;
    font-family: "MiSans";
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .pc_cont .adu_cover img {
      width: 31.25vw; }
    .pc_cont .adu_cover p {
      width: 31.25vw;
      font-size: 1.875rem;
      text-align-last: justify;
      line-height: 2; }
  .pc_cont .adu_summary {
    width: 50%;
    height: 37.91667vw;
    box-sizing: border-box;
    padding: 6.25vw 8.33333vw 0px;
    font-family: "MiSans"; }
    .pc_cont .adu_summary h2 {
      font-size: 2.60417vw;
      margin-bottom: 2.08333vw;
      font-weight: bold; }
    .pc_cont .adu_summary p {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1.5625vw; }
    .pc_cont .adu_summary b {
      font-weight: bold; }
  .pc_cont .adu_img {
    width: 100%; }
    .pc_cont .adu_img img {
      width: 100%;
      height: auto; }
  .pc_cont .plat_title {
    padding: 4.58333vw 0;
    color: #fff;
    background-image: linear-gradient(to top, #2E236F -20%, #000 24%); }
    .pc_cont .plat_title h2 {
      font-family: "MiSans";
      font-size: 2.60417vw;
      font-weight: bold;
      text-align: center; }
  .pc_cont .accordian {
    width: 100%;
    background-color: #000; }
    .pc_cont .accordian ul {
      display: flex;
      overflow: hidden;
      flex-direction: row;
      height: 67.22222%; }
      .pc_cont .accordian ul:hover li {
        width: 20.83333%; }
      .pc_cont .accordian ul li {
        flex: 1;
        width: 25%;
        position: relative;
        box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.4); }
        .pc_cont .accordian ul li .describes {
          width: 80%;
          height: 12rem;
          padding-bottom: 20px;
          color: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-family: "MiSans"; }
          .pc_cont .accordian ul li .describes h4 {
            font-weight: bold;
            font-size: 2.08333vw;
            line-height: 1.2;
            margin-bottom: 1.04167vw; }
          .pc_cont .accordian ul li .describes p {
            font-size: 0.83333vw;
            line-height: 1.5;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
        .pc_cont .accordian ul li img {
          display: block;
          height: 100%;
          width: auto; }
        .pc_cont .accordian ul li:hover {
          width: 37.5%; }
          .pc_cont .accordian ul li:hover .describes {
            width: 24rem; }
          .pc_cont .accordian ul li:hover p {
            opacity: 1; }
  .pc_cont .img_list {
    width: 29.6875%;
    height: 37.65625vw;
    position: relative;
    border: 1px solid #000;
    transform: translate(-100%);
    transform-style: preserve-3d; }
    .pc_cont .img_list .active {
      border: 4px solid #00E1FE !important; }
    .pc_cont .img_list .img_item {
      overflow: hidden;
      position: absolute;
      box-sizing: border-box;
      cursor: pointer;
      background-size: cover;
      border: 1px solid #000; }
      .pc_cont .img_list .img_item span {
        color: #fff;
        font-family: "MiSans";
        font-size: 1.25rem;
        line-height: 1;
        font-weight: bold; }
      .pc_cont .img_list .img_item:hover {
        border: 4px solid #00E1FE; }
      .pc_cont .img_list .img_item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
      .pc_cont .img_list .img_item:nth-of-type(1) {
        width: 33.33%;
        height: 50%;
        grid-area: item01;
        background-image: url("../img/tlt03cover.webp");
        background-repeat: no-repeat;
        top: 0%;
        left: 0%; }
      .pc_cont .img_list .img_item:nth-of-type(2) {
        width: 66.67%;
        height: 25%;
        grid-area: item02;
        background-image: url("../img/apre03cover.webp");
        background-repeat: no-repeat;
        top: 0%;
        left: 33.33%; }
      .pc_cont .img_list .img_item:nth-of-type(3) {
        width: 66.67%;
        height: 25%;
        grid-area: item03;
        background-image: url("../img/bdr03cover.webp");
        background-repeat: no-repeat;
        top: 25%;
        left: 33.33%; }
      .pc_cont .img_list .img_item:nth-of-type(4) {
        width: 66.67%;
        height: 25%;
        grid-area: item04;
        background-image: url("../img/ctd04cover.webp");
        background-repeat: no-repeat;
        top: 50%;
        left: 0%; }
      .pc_cont .img_list .img_item:nth-of-type(5) {
        width: 33.33%;
        height: 25%;
        grid-area: item05;
        background-image: url("../img/lvr03cover.webp");
        background-repeat: no-repeat;
        top: 75%;
        left: 0%; }
      .pc_cont .img_list .img_item:nth-of-type(6) {
        width: 33.33%;
        height: 25%;
        grid-area: item06;
        background-image: url("../img/adut03cover.webp");
        background-repeat: no-repeat;
        top: 75%;
        left: 33.33%; }
      .pc_cont .img_list .img_item:nth-of-type(7) {
        width: 33.33%;
        height: 50%;
        grid-area: item07;
        background-image: url("../img/ktc05cover.webp");
        background-repeat: no-repeat;
        top: 50%;
        left: 66.67%; }
  .pc_cont .img_view {
    width: 70.3125%;
    height: 37.65625vw;
    overflow: hidden;
    position: relative;
    opacity: 0; }
    .pc_cont .img_view .img_pcswiper {
      width: 100%;
      height: 100%; }
    .pc_cont .img_view .view_box {
      display: flex;
      justify-content: center;
      overflow: hidden;
      width: 100%;
      height: 37.65625vw; }
      .pc_cont .img_view .view_box img {
        height: 100%;
        width: auto; }
    .pc_cont .img_view .check_group {
      position: absolute;
      top: 0%;
      width: 100%; }
  .pc_cont .video_view {
    width: 100%;
    height: 37.70833vw;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    transform-style: preserve-3d; }
    .pc_cont .video_view .play_box {
      position: relative;
      width: 66.66667vw;
      height: 100%;
      margin: auto;
      display: none; }
      .pc_cont .video_view .play_box .video_box {
        width: 100%;
        height: 100%;
        object-fit: fill; }
      .pc_cont .video_view .play_box .close_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 2rem;
        height: 2rem; }
    .pc_cont .video_view .video_listrow {
      position: absolute;
      top: 0;
      width: 100%;
      display: block; }
    .pc_cont .video_view .video_cover {
      margin: auto;
      width: 66.66667vw;
      height: 100%;
      z-index: 2;
      position: relative; }
      .pc_cont .video_view .video_cover a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.4);
        transitio: all 1s linear; }
        .pc_cont .video_view .video_cover a img {
          width: 2.625rem;
          height: 2.625rem; }
      .pc_cont .video_view .video_cover img {
        width: 100%;
        height: 100%; }
    .pc_cont .video_view .page_btn {
      z-index: 3; }
    .pc_cont .video_view .check_group {
      width: 100%;
      position: absolute;
      bottom: 0; }
  .pc_cont .check_group {
    padding: 1.5rem 0;
    text-align: center;
    position: relative;
    z-index: 2; }
    .pc_cont .check_group a {
      display: inline-block;
      font-family: "MiSans";
      font-size: 1.25rem;
      color: #fff;
      padding: 0.6rem 2rem;
      border-radius: 0.625rem;
      margin: 0 0.625rem;
      background-color: rgba(22, 22, 22, 0.4); }
  .pc_cont .page_btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 100%;
    height: 3.5625rem;
    padding: 0 1.25rem;
    display: flex;
    justify-content: space-between; }
    .pc_cont .page_btn img {
      width: 3.5625rem; }
  .pc_cont .menber_card {
    width: 50%;
    height: 41.875vw; }
    .pc_cont .menber_card .photo_box {
      flex: 1;
      overflow: hidden;
      display: flex;
      align-items: center;
      transform-style: preserve-3d; }
      .pc_cont .menber_card .photo_box img {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover; }
    .pc_cont .menber_card .summary {
      flex: 1;
      padding: 1.66667vw 3.125vw 0px; }
      .pc_cont .menber_card .summary h4 {
        font-family: "Abyssinica SIL";
        font-size: 1.875rem;
        color: #000;
        padding-bottom: 0.75rem; }
      .pc_cont .menber_card .summary p {
        font-family: "MiSans";
        font-size: 1rem;
        color: rgba(0, 0, 0, 0.5);
        padding-top: 1.25rem;
        line-height: 2; }
  .pc_cont .menber_list {
    width: 50%;
    height: 41.875vw;
    transform-style: preserve-3d; }
    .pc_cont .menber_list .menber_item {
      width: 50%;
      overflow: hidden;
      box-sizing: border-box;
      border: 1px solid #000; }
      .pc_cont .menber_list .menber_item img {
        width: auto;
        height: 22.70833vw; }
    .pc_cont .menber_list .summary {
      flex: 1;
      padding: 1.66667vw 3.125vw 0px; }
      .pc_cont .menber_list .summary h4 {
        font-family: "Abyssinica SIL";
        font-size: 1.875rem;
        color: #000;
        padding-bottom: 0.75rem; }
      .pc_cont .menber_list .summary p {
        font-family: "MiSans";
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.5);
        padding-top: 1.25rem;
        line-height: 2; }
  .pc_cont .contact_info {
    width: 60%;
    height: 37.8125vw; }
    .pc_cont .contact_info .info_cont {
      width: 50%; }
      .pc_cont .contact_info .info_cont h2 {
        font-family: "MiSans";
        font-size: 2.60417vw;
        font-weight: bold;
        color: #000; }
      .pc_cont .contact_info .info_cont h5 {
        padding: 1.25rem 0px 1rem;
        font-family: "MiSans";
        font-size: 0.83333vw;
        color: #000;
        line-height: 2; }
      .pc_cont .contact_info .info_cont p {
        font-family: "MiSans";
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.6);
        line-height: 2;
        vertical-align: middle;
        display: flex;
        align-items: center; }
        .pc_cont .contact_info .info_cont p i {
          font-size: 1.25rem;
          color: rgba(0, 0, 0, 0.6);
          margin-right: 0.625rem;
          position: relative;
          top: 0.125rem; }
  .pc_cont .contact_form {
    width: 40%;
    height: 45.375rem;
    background-image: linear-gradient(-30deg, #2E236F -15%, #000 40%); }
    .pc_cont .contact_form .form_box {
      width: 21.875vw; }
    .pc_cont .contact_form p {
      font-family: "MiSans";
      font-size: 1.125rem;
      color: #fff;
      line-height: 1.5; }
    .pc_cont .contact_form .form_row {
      padding: 0.83333vw 0; }
      .pc_cont .contact_form .form_row p {
        font-family: "MiSans";
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.6);
        line-height: 2; }
      .pc_cont .contact_form .form_row input {
        padding: 0.875rem 0.625rem;
        font-family: "MiSans";
        font-size: 1rem;
        outline: none;
        border: none;
        box-sizing: border-box;
        width: 100%; }
      .pc_cont .contact_form .form_row:nth-of-type(1) input {
        width: 10.41667vw; }
        .pc_cont .contact_form .form_row:nth-of-type(1) input:nth-of-type(1) {
          margin-right: auto; }
    .pc_cont .contact_form button {
      width: 11.375rem;
      border: 0.125rem solid #fff;
      padding: 1.25rem 0rem;
      margin-top: 2.5rem;
      font-family: "MiSans";
      font-size: 1.25rem;
      color: #fff;
      background: none;
      cursor: pointer;
      background-color: rgba(0, 225, 254, 0);
      transition: all 0.5s; }
      .pc_cont .contact_form button:hover {
        background-color: rgba(0, 225, 254, 0.5); }
  .pc_cont .service_box {
    width: 100%;
    min-height: 29.3125rem;
    height: 43.42593%;
    background: url(../img/footerBg.webp) no-repeat center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-family: "MiSans"; }
    .pc_cont .service_box h3 {
      font-size: 3.125rem;
      padding-bottom: 1.875rem; }
    .pc_cont .service_box p {
      font-size: 1.25rem;
      line-height: 1.5; }
  .pc_cont .note_box {
    padding: 6.25rem;
    background-image: linear-gradient(-10deg, #2E236F -30%, #000 40%);
    justify-content: space-between;
    align-items: center; }
    .pc_cont .note_box .web_info {
      color: #fff;
      margin-right: 3.75rem;
      flex: 1; }
      .pc_cont .note_box .web_info div {
        margin-right: 6.25vw; }
      .pc_cont .note_box .web_info img {
        height: 2.25rem; }
      .pc_cont .note_box .web_info p {
        font-family: "MiSans";
        font-size: 1.125rem;
        line-height: 2; }
    .pc_cont .note_box .icon_list {
      color: #fff; }
      .pc_cont .note_box .icon_list i {
        font-family: "MiSans";
        font-size: 1.5rem;
        display: inline-block;
        padding-left: 3.125rem; }

.mobile_header, .mobile_main, .mobile_footer {
  display: none; }

.modelCont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  transition: all 1s; }
  .modelCont .modelFlex {
    width: 100%;
    height: 100%; }
  .modelCont .modelClose {
    text-align: right;
    padding: 10px;
    color: #fff; }
    .modelCont .modelClose img {
      width: 1.5625vw;
      height: 1.5625vw;
      margin: 0px 10px;
      vertical-align: middle; }
    .modelCont .modelClose .scaleBtn {
      text-align: center;
      display: inline-block;
      padding: 5px 1.04167vw;
      border: 1px solid #fff;
      border-radius: 4px;
      margin: 0px 10px;
      vertical-align: middle; }
  .modelCont .modelMian {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modelCont .modelMian img {
      transform: scale(1); }

.msgModel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 1s; }

.message {
  width: 350px;
  margin: 37.5vh auto 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 0px 40px; }

.modelActive {
  display: block !important;
  animation: showModel 0.6s; }

@media only screen and (max-width: 768px) {
  .pc_cont {
    display: none; }
  .cartoon_forum_nav {
    display: none; }
  /* For mobile phones: */
  .mobile_header {
    display: block; }
    .mobile_header .mobile_head {
      height: 2.5rem;
      background-color: #fff;
      align-items: center;
      justify-content: space-between;
      padding: 0 0 0 1.25rem; }
      .mobile_header .mobile_head img {
        height: 1.125rem; }
      .mobile_header .mobile_head .lgswith {
        width: 4.5rem;
        font-size: 1rem;
        font-family: "MiSans";
        position: relative; }
        .mobile_header .mobile_head .lgswith i {
          font-size: 1rem; }
        .mobile_header .mobile_head .lgswith:hover {
          cursor: pointer; }
          .mobile_header .mobile_head .lgswith:hover ul {
            display: block; }
        .mobile_header .mobile_head .lgswith ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 9;
          background-color: #fff;
          padding: 0.625rem; }
          .mobile_header .mobile_head .lgswith ul li {
            padding: 0.625rem;
            cursor: pointer; }
            .mobile_header .mobile_head .lgswith ul li:hover {
              background-color: #00E1FE; }
  .mobile_main {
    display: block; }
    .mobile_main .video_container {
      width: 100vw;
      height: 160vw;
      overflow: hidden;
      position: relative; }
      .mobile_main .video_container .video_background {
        height: 100%;
        position: absolute;
        top: 0;
        left: -50%;
        z-index: -1; }
      .mobile_main .video_container .content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        background-color: rgba(0, 0, 0, 0.5);
        flex-direction: column;
        align-items: center;
        padding: 50% 2vw 4vw; }
        .mobile_main .video_container .content img {
          width: 64vw; }
        .mobile_main .video_container .content p {
          margin-top: auto;
          color: #fff;
          font-size: 3.46667vw;
          text-align: center;
          line-height: 1.5;
          opacity: 0.8; }
    .mobile_main .about_text {
      width: 100vw;
      padding: 7.46667vw;
      box-sizing: border-box;
      border-bottom: 1px solid #000; }
      .mobile_main .about_text h3 {
        font-size: 5.33333vw;
        font-weight: bold;
        color: #000;
        line-height: 2; }
      .mobile_main .about_text .introduction p {
        font-size: 3.46667vw;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.5;
        margin: 1.33333vw 0vw 6vw; }
      .mobile_main .about_text .serve_list dl {
        display: flex;
        align-items: center; }
      .mobile_main .about_text .serve_list dd {
        color: #666;
        font-size: 3.46667vw; }
      .mobile_main .about_text .serve_list img {
        width: 8.8vw;
        margin: 2vw; }
      .mobile_main .about_text .serve_list .grid2x {
        margin: 2vw 0vw;
        grid-template-columns: 1fr 1fr; }
    .mobile_main .meal_plate .swiper {
      position: relative;
      width: 100vw;
      overflow: hidden; }
    .mobile_main .meal_plate .meal_card {
      display: block;
      box-sizing: border-box;
      padding: 8vw; }
      .mobile_main .meal_plate .meal_card img {
        width: 100%; }
    .mobile_main .meal_plate .meal_info {
      justify-content: center; }
    .mobile_main .meal_plate .meal_tag {
      padding-right: 4vw;
      border-right: 1px solid #666;
      line-height: 1.1;
      font-family: "MiSans";
      color: #666; }
      .mobile_main .meal_plate .meal_tag b {
        font-weight: bold;
        font-size: 12.53333vw; }
      .mobile_main .meal_plate .meal_tag p {
        font-size: 5.06667vw; }
    .mobile_main .meal_plate .meal_text {
      padding-left: 4vw;
      color: #666;
      font-weight: bold; }
      .mobile_main .meal_plate .meal_text p {
        font-family: "MiSans";
        line-height: 1.6; }
        .mobile_main .meal_plate .meal_text p:nth-of-type(1) {
          font-size: 3.46667vw; }
        .mobile_main .meal_plate .meal_text p:nth-of-type(2) {
          font-size: 7.73333vw; }
        .mobile_main .meal_plate .meal_text p:nth-of-type(3) {
          font-size: 2.66667vw;
          color: rgba(102, 102, 102, 0.6); }
    .mobile_main .meal_plate .meal_more {
      height: 123.73333vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url(../img/more.webp) no-repeat center;
      background-size: cover; }
      .mobile_main .meal_plate .meal_more img {
        width: 38.66667vw;
        margin-bottom: 9.33333vw; }
      .mobile_main .meal_plate .meal_more .meal_text {
        color: #fff;
        font-family: "MiSans";
        font-size: 4vw;
        padding: 0; }
        .mobile_main .meal_plate .meal_more .meal_text p {
          font-weight: normal;
          text-align: center; }
        .mobile_main .meal_plate .meal_more .meal_text a {
          display: block;
          width: 40vw;
          box-sizing: border-box;
          line-height: 1;
          border: 2px solid #fff;
          text-align: center;
          margin-top: 4vw;
          padding: 2.4vw 0;
          background-color: rgba(0, 225, 254, 0);
          transition: all 0.5s; }
          .mobile_main .meal_plate .meal_more .meal_text a:hover {
            background-color: rgba(0, 225, 254, 0.5); }
    .mobile_main .meal_plate .mobile_adu {
      padding: 6.66667vw; }
      .mobile_main .meal_plate .mobile_adu h4 {
        font-size: 6.66667vw;
        font-weight: bold;
        text-align: center;
        font-family: "MiSans";
        padding: 8vw 0px 5.33333vw; }
      .mobile_main .meal_plate .mobile_adu p {
        font-size: 3.46667vw;
        font-family: "MiSans";
        color: #3a3a3a;
        line-height: 1.5;
        margin-bottom: 5.33333vw; }
        .mobile_main .meal_plate .mobile_adu p b {
          font-weight: bold; }
    .mobile_main .meal_plate .mobileAduSwiper {
      width: 100%;
      padding-bottom: 10vw;
      margin-bottom: 10vw; }
      .mobile_main .meal_plate .mobileAduSwiper .img_box {
        width: 90.66667vw;
        height: 137.33333vw; }
        .mobile_main .meal_plate .mobileAduSwiper .img_box img {
          width: 100%;
          height: 100%; }
    .mobile_main .plat_title {
      text-align: center;
      padding: 10.66667vw 0vw;
      font-size: 6.66667vw;
      color: #fff;
      font-weight: bold;
      letter-spacing: 1vw; }
    .mobile_main .project_plate {
      background-image: linear-gradient(0deg, #2E236F -15%, #000 40%);
      padding-bottom: 4vw; }
      .mobile_main .project_plate .project_card {
        width: 90.66667vw;
        height: 137.33333vw;
        overflow: hidden;
        margin: auto;
        position: relative; }
        .mobile_main .project_plate .project_card .describes {
          position: relative;
          z-index: 1;
          text-align: center;
          font-family: "MiSans";
          padding: 48vw 8vw 0vw;
          font-weight: bold; }
          .mobile_main .project_plate .project_card .describes h4 {
            font-size: 8.26667vw;
            color: #fff;
            padding-bottom: 8vw; }
          .mobile_main .project_plate .project_card .describes p {
            text-align: left;
            font-size: 3.46667vw;
            color: #fff;
            line-height: 2; }
        .mobile_main .project_plate .project_card img {
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 0; }
    .mobile_main .img_plate {
      background-image: linear-gradient(0deg, #2E236F -15%, #000 40%);
      padding-bottom: 4vw; }
      .mobile_main .img_plate .control_img {
        position: relative;
        padding-bottom: 1vw;
        overflow: hidden; }
        .mobile_main .img_plate .control_img .img_box {
          width: 90.66667vw;
          overflow: hidden;
          position: relative;
          margin: auto;
          margin-bottom: 26vw; }
          .mobile_main .img_plate .control_img .img_box img {
            width: 100%; }
        .mobile_main .img_plate .control_img .check_group {
          position: absolute;
          bottom: 10vw;
          z-index: 9;
          width: 100%;
          box-sizing: border-box;
          padding: 0vw 2.66667vw;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-align: center; }
          .mobile_main .img_plate .control_img .check_group a {
            display: inline-block;
            font-family: "MiSans";
            font-size: 1.25rem;
            color: #fff;
            width: 29.33333vw;
            padding: 3vw 0vw;
            font-size: 4.53333vw;
            background-color: rgba(255, 255, 255, 0.1); }
    .mobile_main .video_plate {
      background-image: linear-gradient(0deg, #2E236F -15%, #000 40%);
      padding-bottom: 4vw; }
      .mobile_main .video_plate .control_video {
        position: relative;
        padding-bottom: 1vw; }
        .mobile_main .video_plate .control_video .video_atr {
          overflow: hidden; }
          .mobile_main .video_plate .control_video .video_atr .video_item {
            width: 90.66667vw;
            margin: auto;
            overflow: hidden;
            margin-bottom: 28vw;
            position: relative;
            display: none; }
            .mobile_main .video_plate .control_video .video_atr .video_item .video_box {
              width: 100%; }
            .mobile_main .video_plate .control_video .video_atr .video_item .videoPlay_btn {
              width: 8vw;
              height: 8vw;
              position: absolute;
              right: 0%;
              top: 0%;
              z-index: 6; }
          .mobile_main .video_plate .control_video .video_atr .mobileVideo_cover {
            width: 100%;
            position: relative;
            margin: auto;
            overflow: hidden;
            margin-bottom: 28vw; }
            .mobile_main .video_plate .control_video .video_atr .mobileVideo_cover .cover_img {
              width: 100%; }
            .mobile_main .video_plate .control_video .video_atr .mobileVideo_cover .play_btn {
              width: 13.33333vw;
              height: 13.33333vw;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .mobile_main .video_plate .control_video .video_atr .activeZindex {
            z-index: 6; }
          .mobile_main .video_plate .control_video .video_atr .normalZindex {
            z-index: 1;
            opacity: 0; }
        .mobile_main .video_plate .control_video .check_group {
          position: absolute;
          bottom: 12vw;
          z-index: 9;
          width: 100%;
          box-sizing: border-box;
          padding: 0vw 2.66667vw;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-align: center; }
          .mobile_main .video_plate .control_video .check_group a {
            display: inline-block;
            font-family: "MiSans";
            font-size: 1.25rem;
            color: #fff;
            width: 29.33333vw;
            padding: 3vw 0vw;
            font-size: 4.53333vw;
            background-color: rgba(255, 255, 255, 0.1); }
    .mobile_main .team_plate {
      background-image: linear-gradient(0deg, #2E236F -15%, #000 40%);
      padding-bottom: 4vw; }
      .mobile_main .team_plate .menber_card {
        width: 90.66667vw;
        margin: auto; }
        .mobile_main .team_plate .menber_card .photo_box {
          width: 100%;
          height: 80vw;
          position: relative;
          overflow: hidden; }
          .mobile_main .team_plate .menber_card .photo_box img {
            height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover; }
        .mobile_main .team_plate .menber_card .summary {
          color: #fff;
          font-family: "MiSans";
          padding: 0vw 2vw; }
          .mobile_main .team_plate .menber_card .summary h4 {
            font-size: 4.53333vw;
            padding: 4vw 0vw; }
          .mobile_main .team_plate .menber_card .summary p {
            font-size: 3.46667vw;
            color: rgba(255, 255, 255, 0.5);
            line-height: 1.5;
            letter-spacing: 0.2vw;
            margin-bottom: 4vw; }
  .mobile_footer {
    display: block; }
    .mobile_footer .contact_plate {
      box-sizing: border-box;
      padding: 7.46667vw;
      background-image: linear-gradient(0deg, #2E236F -15%, #000 40%); }
      .mobile_footer .contact_plate .info_cont {
        color: #fff; }
        .mobile_footer .contact_plate .info_cont h2 {
          font-family: "MiSans";
          font-size: 6.66667vw;
          font-weight: bold;
          text-align: center;
          letter-spacing: 1vw; }
        .mobile_footer .contact_plate .info_cont h5 {
          padding: 5.33333vw 0px 2.66667vw;
          font-family: "MiSans";
          font-size: 4.8vw;
          line-height: 2; }
        .mobile_footer .contact_plate .info_cont p {
          font-family: "MiSans";
          font-size: 4vw;
          line-height: 2;
          vertical-align: middle;
          padding: 1.5vw 0vw;
          display: flex; }
          .mobile_footer .contact_plate .info_cont p i {
            font-size: 4vw;
            font-weight: normal;
            margin-right: 1.2vw;
            position: relative;
            top: 0.125rem; }
      .mobile_footer .contact_plate .contact_form {
        margin-top: 18.66667vw;
        width: 100%;
        height: auto;
        background: none; }
        .mobile_footer .contact_plate .contact_form p {
          font-family: "MiSans";
          font-size: 4.53333vw;
          color: #fff;
          line-height: 1.5;
          margin: 1vw 0vw; }
        .mobile_footer .contact_plate .contact_form .form_row {
          padding: 4vw 0vw;
          display: flex;
          justify-content: space-between; }
          .mobile_footer .contact_plate .contact_form .form_row p {
            font-family: "MiSans";
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.6);
            line-height: 2; }
          .mobile_footer .contact_plate .contact_form .form_row input {
            padding: 3.2vw 3.46667vw;
            font-family: "MiSans";
            font-size: 4vw;
            outline: none;
            border: none;
            box-sizing: border-box;
            width: 100%;
            background-color: rgba(250, 250, 250, 0.1); }
          .mobile_footer .contact_plate .contact_form .form_row:nth-of-type(1) input {
            width: 39.2vw; }
            .mobile_footer .contact_plate .contact_form .form_row:nth-of-type(1) input:nth-of-type(1) {
              margin-right: 4vw; }
        .mobile_footer .contact_plate .contact_form button {
          display: block;
          width: 100%;
          border: 0.125rem solid #fff;
          padding: 3.2vw 0vw;
          margin: 13.33333vw 0vw 4vw;
          font-family: "MiSans";
          font-size: 4vw;
          color: #fff;
          background: none;
          cursor: pointer;
          background-color: rgba(0, 225, 254, 0);
          transition: all 0.5s; }
          .mobile_footer .contact_plate .contact_form button:hover {
            background-color: rgba(0, 225, 254, 0.5); }
    .mobile_footer .service_box {
      height: 118.13333vw;
      padding: 17.33333vw;
      box-sizing: border-box;
      background: url(../img/footerBg.webp) no-repeat center center;
      background-size: cover;
      color: #fff;
      font-family: "MiSans";
      text-align: center; }
      .mobile_footer .service_box h3 {
        font-size: 5.33333vw;
        font-weight: bold;
        padding-bottom: 6.66667vw; }
      .mobile_footer .service_box p {
        font-size: 3.46667vw;
        line-height: 2;
        margin-bottom: 4vw; }
    .mobile_footer .note_box {
      padding: 9.33333vw 14.13333vw;
      background-image: linear-gradient(-30deg, #2E236F -30%, #000 40%);
      text-align: center; }
      .mobile_footer .note_box .web_info {
        color: #fff; }
        .mobile_footer .note_box .web_info img {
          width: 38.66667vw;
          height: auto;
          margin-bottom: 5vw; }
        .mobile_footer .note_box .web_info p {
          font-family: "MiSans";
          font-size: 4vw;
          line-height: 1.5;
          padding: 2.66667vw 0vw; }
      .mobile_footer .note_box .icon_list {
        color: #fff;
        margin-top: 6vw;
        display: flex;
        justify-content: space-around; }
        .mobile_footer .note_box .icon_list i {
          font-family: "MiSans";
          font-size: 7.06667vw;
          display: inline-block; }
      .mobile_footer .note_box .copyright {
        color: rgba(255, 255, 255, 0.6);
        font-size: 3.2vw;
        font-family: "MiSans";
        margin-top: 9.33333vw; } }

.pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pageLoader div {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 0 solid #323FEA;
    border-width: 4px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate 0.75s linear infinite;
    -moz-animation: ball-clip-rotate 0.75s linear infinite;
    -o-animation: ball-clip-rotate 0.75s linear infinite;
    animation: ball-clip-rotate 0.75s linear infinite; }

@keyframes gradientTransition {
  0% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 30%); }
  10% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 40%); }
  20% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 50%); }
  30% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 60%); }
  40% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 70%); }
  50% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 80%); }
  60% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 70%); }
  70% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 60%); }
  80% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 50%); }
  90% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 40%); }
  100% {
    background-image: linear-gradient(143deg, #2E236F -18%, #000 30%); } }

@keyframes showModel {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
