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

.pc_cont {
  display: block;
  overflow: hidden; }
  .pc_cont .cartoon_forum_nav {
    padding: 0 4.11458%;
    height: 70px;
    font-size: 1rem;
    font-family: "MiSans";
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px); }
    .pc_cont .cartoon_forum_nav img {
      height: 36px; }
    .pc_cont .cartoon_forum_nav .nav_list {
      margin-left: auto;
      height: 100%;
      color: rgba(0, 0, 0, 0.5); }
      .pc_cont .cartoon_forum_nav .nav_list li {
        height: 100%;
        margin: 0 21px;
        position: relative; }
        .pc_cont .cartoon_forum_nav .nav_list li a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 100%; }
        .pc_cont .cartoon_forum_nav .nav_list li:hover {
          cursor: pointer;
          border-bottom: 4px solid #323FEA; }
          .pc_cont .cartoon_forum_nav .nav_list li:hover a {
            color: #000; }
    .pc_cont .cartoon_forum_nav .lgswith {
      font-size: 1rem;
      font-family: "MiSans";
      position: relative;
      width: 4.375rem; }
      .pc_cont .cartoon_forum_nav .lgswith i {
        font-size: 1rem; }
      .pc_cont .cartoon_forum_nav .lgswith:hover {
        cursor: pointer; }
        .pc_cont .cartoon_forum_nav .lgswith:hover ul {
          display: block; }
      .pc_cont .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; }
        .pc_cont .cartoon_forum_nav .lgswith ul li {
          padding: 0.625rem;
          cursor: pointer; }
          .pc_cont .cartoon_forum_nav .lgswith ul li:hover {
            background-color: #00E1FE; }
  .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-bottom: 2.625rem; }
      .pc_cont .video_container .content p {
        font-size: 1.5rem;
        font-family: "MiSans";
        line-height: 1.5; }
  .pc_cont .about_container {
    height: 67.22222%;
    min-height: 726px; }
    .pc_cont .about_container .about_title {
      width: 40%;
      min-width: 768px;
      height: 67.22222%;
      min-height: 726px;
      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: 3.125rem;
        text-align: center;
        font-weight: bold;
        transform: rotateZ(-90deg); }
    .pc_cont .about_container .about_text {
      width: 43.99323%;
      min-width: 520px; }
      .pc_cont .about_container .about_text h3 {
        font-family: "MiSans";
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 1.25rem; }
      .pc_cont .about_container .about_text p {
        font-family: "MiSans";
        font-size: 1rem;
        line-height: 1.25rem;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 1.25rem; }
      .pc_cont .about_container .about_text .serve_list {
        margin-top: 3.125rem; }
        .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: 2.0625rem; }
        .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%;
      min-width: 50%;
      height: 65.55556%;
      min-height: 44.25rem;
      border: 1px solid #000;
      padding: 5rem;
      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.25rem;
        border-right: 1px solid #666;
        line-height: 1.1;
        font-family: "MiSans"; }
        .pc_cont .meal_list .meal_card .meal_tag b {
          font-size: 4.625rem; }
        .pc_cont .meal_list .meal_card .meal_tag p {
          font-size: 1.875rem; }
      .pc_cont .meal_list .meal_card .meal_text {
        padding-left: 1.25rem; }
        .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.25rem; }
          .pc_cont .meal_list .meal_card .meal_text p:nth-of-type(2) {
            font-size: 2.8125rem; }
          .pc_cont .meal_list .meal_card .meal_text p:nth-of-type(3) {
            font-size: 0.875rem; }
    .pc_cont .meal_list .meal_bg01 {
      background: url(../img/image1630.png) right bottom no-repeat; }
    .pc_cont .meal_list .meal_bg02 {
      background: url(../img/image1631.png) right bottom no-repeat; }
    .pc_cont .meal_list .meal_bg03 {
      background: url(../img/image1632.png) right bottom no-repeat; }
    .pc_cont .meal_list .meal_bg04 {
      background: url(../img/image1633.png) right bottom no-repeat; }
    .pc_cont .meal_list .meal_bg05 {
      background: url(../img/image1634.png) right bottom no-repeat; }
    .pc_cont .meal_list .meal_more {
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(../img/more.png) 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.25rem; }
      .pc_cont .meal_list .meal_more .meal_text {
        color: #fff;
        font-family: "MiSans";
        font-size: 1.25rem;
        font-weight: 600;
        padding-left: 1.25rem; }
        .pc_cont .meal_list .meal_more .meal_text a {
          display: block;
          width: 11.25rem;
          line-height: 1;
          border: 2px solid #fff;
          text-align: center;
          margin-top: 1.25rem;
          padding: 1.5625rem 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 .plat_title {
    padding: 5.5rem 0;
    color: #fff;
    background-image: linear-gradient(to top, #2E236F -20%, #000 24%); }
    .pc_cont .plat_title h2 {
      font-family: "MiSans";
      font-size: 2rem;
      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: 100%;
          height: 12rem;
          padding-bottom: 20px;
          color: #fff;
          position: absolute;
          width: 60%;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-family: "MiSans"; }
          .pc_cont .accordian ul li .describes h4 {
            font-size: 2.5rem;
            line-height: 2; }
          .pc_cont .accordian ul li .describes p {
            font-size: 1rem;
            line-height: 1.5;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 0; }
        .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 {
    flex: 1;
    width: 29.6875%;
    min-height: 45.1875rem;
    height: 66.94444%;
    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/tb1.png");
        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/tb2.png");
        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/tb3.png");
        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/tb4.png");
        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/tb5.png");
        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/tb6.png");
        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/tb7.png");
        background-repeat: no-repeat;
        top: 50%;
        left: 66.67%; }
  .pc_cont .img_view {
    height: 45.1875rem;
    width: 70.3125%;
    min-height: 66.94444%;
    position: relative;
    opacity: 0; }
    .pc_cont .img_view .view_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .pc_cont .img_view .view_box img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .pc_cont .video_view {
    min-height: 45.25rem;
    width: 66.66667%;
    height: 67.03704%;
    position: relative;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    opacity: 0;
    transform-style: preserve-3d; }
    .pc_cont .video_view .video_box {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      object-fit: fill; }
    .pc_cont .video_view:hover .play_btn {
      display: block; }
    .pc_cont .video_view .page_btn {
      z-index: 1; }
    .pc_cont .video_view .play_btn {
      width: 5.25rem;
      height: 5.25rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      display: none; }
  .pc_cont .video_list {
    min-height: 45.1875rem;
    width: 33.33333%;
    height: 66.94444%;
    flex-wrap: wrap;
    border: 0.5px solid #000;
    transform: translate(-100%);
    transform-style: preserve-3d; }
    .pc_cont .video_list .active {
      border: 4px solid #00E1FE !important; }
      .pc_cont .video_list .active a {
        background-color: rgba(0, 0, 0, 0); }
    .pc_cont .video_list .video_cover {
      width: 50%;
      overflow: hidden;
      height: 11.3125rem;
      border: 0.5px solid #000;
      box-sizing: border-box;
      position: relative;
      border: 1px solid #000; }
      .pc_cont .video_list .video_cover:hover {
        border: 4px solid #00E1FE; }
        .pc_cont .video_list .video_cover:hover a {
          background-color: rgba(0, 0, 0, 0); }
      .pc_cont .video_list .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_list .video_cover a img {
          width: 2.625rem;
          height: 2.625rem; }
      .pc_cont .video_list .video_cover img {
        width: 100%;
        height: 100%; }
  .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%; }
    .pc_cont .menber_card .photo_box {
      width: 100%;
      height: 35rem;
      overflow: hidden;
      display: flex;
      align-items: center;
      transform-style: preserve-3d; }
      .pc_cont .menber_card .photo_box img {
        width: 100%;
        height: auto; }
    .pc_cont .menber_card .summary {
      padding: 2rem 3.75rem 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; }
  .pc_cont .menber_list {
    width: 50%;
    flex-wrap: wrap;
    transform-style: preserve-3d; }
    .pc_cont .menber_list .active {
      border: 4px solid #00E1FE !important; }
    .pc_cont .menber_list .menber_item {
      width: 50%;
      height: 26.375rem;
      overflow: hidden;
      box-sizing: border-box;
      border: 1px solid #000; }
      .pc_cont .menber_list .menber_item:hover {
        border: 4px solid #00E1FE; }
      .pc_cont .menber_list .menber_item img {
        height: 101%;
        width: auto; }
  .pc_cont .contact_info {
    width: 60%;
    height: 45.375rem; }
    .pc_cont .contact_info .info_cont {
      width: 50%; }
      .pc_cont .contact_info .info_cont h2 {
        font-family: "MiSans";
        font-size: 3.125rem;
        font-weight: bold;
        color: #000; }
      .pc_cont .contact_info .info_cont h5 {
        padding: 1.25rem 0px 1rem;
        font-family: "MiSans";
        font-size: 1rem;
        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; }
        .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: 26.375rem; }
    .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: 1rem 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: 12.5rem; }
        .pc_cont .contact_form .form_row:nth-of-type(1) input:nth-of-type(1) {
          margin-right: 1.0625rem; }
    .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.png) 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;
      justify-content: space-between;
      margin-right: 3.75rem;
      flex: 1; }
      .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; }

@media only screen and (max-width: 768px) {
  .pc_cont {
    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.png) no-repeat center;
      background-size: cover; }
      .mobile_main .meal_plate .meal_more img {
        width: 38.66667vw;
        display: block;
        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 .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;
          height: 137.33333vw;
          overflow: hidden;
          position: relative;
          margin: auto;
          margin-bottom: 26vw; }
          .mobile_main .img_plate .control_img .img_box img {
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .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 {
          height: 165.33333vw;
          overflow: hidden; }
          .mobile_main .video_plate .control_video .video_atr .video_item {
            width: 90.66667vw;
            height: 137.33333vw;
            margin: auto;
            overflow: hidden;
            margin-bottom: 28vw;
            position: relative;
            display: none; }
            .mobile_main .video_plate .control_video .video_atr .video_item .video_box {
              min-height: 100%;
              min-width: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              object-fit: cover; }
            .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%;
            height: 137.33333vw;
            position: relative;
            margin: auto;
            overflow: hidden;
            margin-bottom: 28vw; }
            .mobile_main .video_plate .control_video .video_atr .mobileVideo_cover .cover_img {
              min-height: 100%;
              min-width: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
            .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%); }
        .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; }
  .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; }
          .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; }
          .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.png) 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; } }
