@font-face {
  font-family: 'Resource Han Rounded CN';
  src: url("../fonts/RESOURCEHANROUNDEDCN-MEDIUM.TTF"); }
@font-face {
  font-family: 'Resource Han Rounded CN Normal';
  src: url("../fonts/RESOURCEHANROUNDEDCN-NORMAL.TTF"); }
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "Resource Han Rounded CN", "PingFang SC", "Microsoft YaHei", sans-serif; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Resource Han Rounded CN", "PingFang SC", "Microsoft YaHei", sans-serif; }

*, *::after, *::before {
  box-sizing: border-box; }

img {
  object-fit: cover;
  vertical-align: middle; }

img:not(.none) {
  max-width: 100%;
  max-height: 100%; }

textarea {
  resize: none;
  font-family: inherit; }

button {
  border: none;
  cursor: pointer; }

.bezier .swiper-wrapper, .div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important; }

table {
  border-collapse: collapse; }

::-webkit-scrollbar {
  display: none;
  width: 0; }

[data-lenis-prevent] {
  padding: 0 20px 0 0; }

[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  display: block; }

[data-lenis-prevent]::-webkit-scrollbar-thumb {
  background: #666; }

[data-lenis-prevent]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

._scroll_y {
  position: fixed;
  top: 0;
  right: 3px;
  width: 6px;
  height: 100vh;
  z-index: 9999;
  border-radius: 10px; }

._scroll_y div {
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: black;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
  cursor: grab; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem; }

::-webkit-scrollbar-track {
  background-color: transparent; }

[data-wheel]::-webkit-scrollbar {
  width: 7px; }

[data-wheel]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem; }

[data-wheel]::-webkit-scrollbar-track {
  background-color: transparent; }

html.lenis, html.lenis body {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

section {
  overflow: hidden; }

section.unset {
  overflow: unset; }

.lenis_scroll {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll; }

.lenis_scroll::-webkit-scrollbar-thumb {
  background: var(--color); }

.lenis_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05); }

.lenis_scroll::-webkit-scrollbar {
  width: 2px !important;
  display: block; }

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.parallax {
  width: 100%;
  height: 100%; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 120px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .6s ease; }
  .header .logo {
    display: block;
    width: 141px;
    position: relative; }
    .header .logo img {
      display: block;
      width: 100%;
      transition: 0.6s; }
      .header .logo img:nth-child(2) {
        position: absolute;
        top: 0;
        opacity: 0; }
  .header nav {
    height: 100%;
    display: flex;
    align-items: center;
    height: 100%; }
    .header nav ul {
      display: flex;
      align-items: center;
      gap: 80px;
      height: 100%; }
      .header nav ul li {
        position: relative;
        height: 100%; }
        .header nav ul li .second {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          padding: 70px 0 0;
          pointer-events: none; }
          .header nav ul li .second .second_box {
            border-radius: 10px;
            background: #FFF;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            padding: 5px;
            opacity: 0;
            transform: translateY(20px);
            transition: 0.6s; }
            .header nav ul li .second .second_box a {
              min-width: 116px;
              height: 46px;
              display: flex;
              align-items: center;
              justify-content: center;
              white-space: nowrap;
              color: #111;
              font-size: 14px;
              font-weight: 400;
              border-radius: 10px;
              transition: 0.6s;
              padding: 0 15px; }
              .header nav ul li .second .second_box a:hover {
                color: #DC755A;
                background: #F2F2F2; }
        .header nav ul li:after {
          content: "";
          width: 32px;
          height: 2px;
          border-radius: 20px;
          background: #DC755A;
          position: absolute;
          bottom: 16px;
          left: 50%;
          transform: translate(-50%, 100%) scaleX(0);
          transition: 0.6s; }
        .header nav ul li > a {
          height: 100%;
          display: flex;
          align-items: center;
          color: #333;
          font-size: 16px;
          font-weight: 500;
          transition: 0.6s;
          position: relative;
          z-index: 3; }
        .header nav ul li:hover > a {
          color: #DC755A; }
        .header nav ul li:hover .second {
          pointer-events: auto; }
          .header nav ul li:hover .second .second_box {
            opacity: 1;
            transform: translateY(0); }
        .header nav ul li:hover:after, .header nav ul li.on:after {
          transform: translate(-50%, 100%) scaleX(1); }
  .header .header_r {
    display: flex;
    gap: 10px; }
    .header .header_r .lan {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(16px);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.6s;
      cursor: pointer; }
      .header .header_r .lan svg {
        display: block;
        width: 18px;
        height: 18px; }
        .header .header_r .lan svg path {
          transition: 0.6s; }
      .header .header_r .lan:hover {
        background: #DC755A; }
        .header .header_r .lan:hover svg path {
          fill: #FFFFFF; }
    .header .header_r .store {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 90px;
      height: 42px;
      border-radius: 15px;
      background: #DC755A; }
      .header .header_r .store .icon {
        width: 18px; }
        .header .header_r .store .icon img {
          display: block;
          width: 100%; }
      .header .header_r .store p {
        color: #FFF;
        font-family: 'Resource Han Rounded CN Normal';
        font-size: 16px;
        font-weight: 400; }
        .header .header_r .store p div {
          font-family: 'Resource Han Rounded CN Normal'; }
  .header.header_white {
    border-bottom: 1px solid #D9D9D9; }
    .header.header_white nav ul li a {
      color: #FFF; }
    .header.header_white .logo img {
      opacity: 0; }
      .header.header_white .logo img:nth-child(2) {
        opacity: 1; }
  .header.on, .header.header_on {
    background: #FFFFFF; }
    .header.on nav ul li a, .header.header_on nav ul li a {
      color: #111; }
    .header.on .logo img, .header.header_on .logo img {
      opacity: 0; }
      .header.on .logo img:nth-child(1), .header.header_on .logo img:nth-child(1) {
        opacity: 1; }
      .header.on .logo img:nth-child(2), .header.header_on .logo img:nth-child(2) {
        opacity: 0; }
  .header.hide {
    transform: translateY(-100%); }

.footer {
  background: #DC755A;
  padding: 82px 0 0; }
  .footer .wrap .footer_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 276px; }
    .footer .wrap .footer_top .l .logo {
      width: 230px;
      margin-bottom: 89px; }
      .footer .wrap .footer_top .l .logo img {
        display: block;
        width: 100%;
        filter: brightness(0) invert(1); }
    .footer .wrap .footer_top .l .tel {
      display: block;
      color: #FFF;
      font-size: 40px;
      font-weight: 500;
      line-height: 80%;
      margin-bottom: 22px; }
    .footer .wrap .footer_top .l .email {
      font-family: 'Resource Han Rounded CN Normal';
      display: block;
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8; }
    .footer .wrap .footer_top .l .address {
      font-family: 'Resource Han Rounded CN Normal';
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8; }
    .footer .wrap .footer_top .l .share_links {
      display: flex;
      gap: 10px;
      margin: 32px 0 0; }
      .footer .wrap .footer_top .l .share_links .link_item {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #EEE;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s; }
        .footer .wrap .footer_top .l .share_links .link_item img {
          display: block;
          max-width: 70%;
          max-height: 70%; }
        .footer .wrap .footer_top .l .share_links .link_item:hover {
          transform: scale(0.8); }
    .footer .wrap .footer_top .footer_nav {
      display: flex;
      gap: 120px; }
      .footer .wrap .footer_top .footer_nav ul li a {
        font-family: 'Resource Han Rounded CN Normal';
        display: block;
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        width: fit-content;
        position: relative; }
        .footer .wrap .footer_top .footer_nav ul li a:after {
          content: "";
          width: 100%;
          height: 1px;
          background: #FFFFFF;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: scaleX(0);
          transition: 0.8s;
          transform-origin: left; }
        .footer .wrap .footer_top .footer_nav ul li a:hover:after {
          transform: scaleX(1); }
      .footer .wrap .footer_top .footer_nav ul li:nth-child(1) {
        margin-bottom: 56px; }
        .footer .wrap .footer_top .footer_nav ul li:nth-child(1) a {
          color: #FFF;
          font-size: 16px;
          line-height: normal; }
  .footer .wrap .footer_bottom {
    padding: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer .wrap .footer_bottom .l, .footer .wrap .footer_bottom .r {
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 2; }
      .footer .wrap .footer_bottom .l p, .footer .wrap .footer_bottom .r p {
        font-family: 'Resource Han Rounded CN Normal'; }
      .footer .wrap .footer_bottom .l a, .footer .wrap .footer_bottom .r a {
        font-family: 'Resource Han Rounded CN Normal';
        color: #FFF;
        transition: 0.6s;
        position: relative; }
        .footer .wrap .footer_bottom .l a:after, .footer .wrap .footer_bottom .r a:after {
          content: "";
          width: 100%;
          height: 1px;
          background: #FFFFFF;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: scaleX(0);
          transition: 0.8s;
          transform-origin: left; }
        .footer .wrap .footer_bottom .l a:hover:after, .footer .wrap .footer_bottom .r a:hover:after {
          transform: scaleX(1); }

.w1680 {
  width: 1680px;
  margin: 0 auto; }

.w1440 {
  width: 1440px;
  margin: 0 auto; }

.common_banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .common_banner .text {
    position: absolute;
    top: 262px;
    left: 50%;
    transform: translateX(-50%); }
    .common_banner .text .banner_title {
      color: #111;
      font-family: "Resource Han Rounded CN";
      font-size: 48px;
      font-weight: 500; }
      .common_banner .text .banner_title .char {
        font-family: "Resource Han Rounded CN"; }
  .common_banner .img {
    width: 100%; }
    .common_banner .img img {
      display: block;
      width: 100%;
      transform: scale(1.1);
      transition: 2s; }
  .common_banner.on .img img {
    transform: scale(1); }

.anchor-nav {
  border-bottom: 1px solid #E6E6E6;
  background: #FFFFFF;
  position: sticky;
  top: 70px;
  z-index: 99999; }
  .anchor-nav ul {
    display: flex;
    justify-content: center;
    gap: 60px; }
    .anchor-nav ul .anchor-item {
      font-family: 'Resource Han Rounded CN Normal';
      color: #111;
      font-size: 16px;
      font-weight: 400;
      line-height: 74px;
      transition: 0.6s;
      cursor: pointer; }
      .anchor-nav ul .anchor-item:hover, .anchor-nav ul .anchor-item.on {
        color: #DC755A; }

.page {
  display: flex;
  justify-content: center;
  gap: 6px; }
  .page a {
    font-family: 'Resource Han Rounded CN Normal';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #F3F3F3;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    transition: 0.6s; }
    .page a:hover, .page a.on {
      color: #FFF;
      background: #DC755A; }
    .page a.page_btn {
      width: 78px; }
    .page a.sp {
      background: unset !important;
      color: #111111; }
      .page a.sp:hover {
        color: #DC755A; }

.common_more {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 12px;
  background: #DC755A;
  height: 48px;
  width: fit-content; }
  .common_more p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Resource Han Rounded CN Normal'; }
    .common_more p div {
      font-family: 'Resource Han Rounded CN Normal'; }
  .common_more img {
    display: block;
    width: 6px;
    height: unset; }

.parallaxImg {
  overflow: hidden; }
  .parallaxImg img {
    display: block;
    width: 100%;
    height: calc(100% + 100px);
    max-height: unset; }

.anchor-nav {
  transition: 0.6s; }
  .anchor-nav.hide {
    transform: translateY(-69px); }

@media screen and (max-width: 1919px) {
  [data-lenis-prevent] {
    padding: 0px 1.0416666667vw 0px 0px; }

  [data-lenis-prevent]::-webkit-scrollbar {
    width: 0.2083333333vw; }

  ._scroll_y {
    right: 0.15625vw;
    width: 0.3125vw;
    border-radius: 0.5208333333vw; }

  ._scroll_y div {
    border-radius: 0.5208333333vw; }

  [data-wheel]::-webkit-scrollbar {
    width: 0.3645833333vw; }

  .lenis_scroll {
    height: 13.0208333333vw; }

  .lenis_scroll::-webkit-scrollbar {
    width: 0.1041666667vw !important; }

  .header {
    height: 3.6458333333vw;
    padding: 0px 6.25vw; }

  .header .logo {
    width: 7.34375vw; }

  .header nav ul {
    gap: 4.1666666667vw; }

  .header nav ul li .second {
    padding: 3.6458333333vw 0px 0px; }

  .header nav ul li .second .second_box {
    border-radius: 0.5208333333vw;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5208333333vw;
    padding: 0.2604166667vw;
    transform: translateY(1.0416666667vw); }

  .header nav ul li .second .second_box a {
    min-width: 6.0416666667vw;
    height: 2.3958333333vw;
    font-size: 0.7291666667vw;
    border-radius: 0.5208333333vw;
    padding: 0px 0.78125vw; }

  .header nav ul li::after {
    width: 1.6666666667vw;
    height: 0.1041666667vw;
    border-radius: 1.0416666667vw;
    bottom: 0.8333333333vw; }

  .header nav ul li > a {
    font-size: 0.8333333333vw; }

  .header .header_r {
    gap: 0.5208333333vw; }

  .header .header_r .lan {
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.78125vw;
    backdrop-filter: blur(0.8333333333vw); }

  .header .header_r .lan svg {
    width: 0.9375vw;
    height: 0.9375vw; }

  .header .header_r .store {
    gap: 0.4166666667vw;
    width: 4.6875vw;
    height: 2.1875vw;
    border-radius: 0.78125vw; }

  .header .header_r .store .icon {
    width: 0.9375vw; }

  .header .header_r .store p {
    font-size: 0.8333333333vw; }

  .footer {
    padding: 4.2708333333vw 0px 0px; }

  .footer .wrap .footer_top {
    margin-bottom: 14.375vw; }

  .footer .wrap .footer_top .l .logo {
    width: 11.9791666667vw;
    margin-bottom: 4.6354166667vw; }

  .footer .wrap .footer_top .l .tel {
    font-size: 2.0833333333vw;
    margin-bottom: 1.1458333333vw; }

  .footer .wrap .footer_top .l .email {
    font-size: 0.8333333333vw; }

  .footer .wrap .footer_top .l .address {
    font-size: 0.8333333333vw; }

  .footer .wrap .footer_top .l .share_links {
    gap: 0.5208333333vw;
    margin: 1.6666666667vw 0px 0px; }

  .footer .wrap .footer_top .l .share_links .link_item {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 0.625vw; }

  .footer .wrap .footer_top .footer_nav {
    gap: 6.25vw; }

  .footer .wrap .footer_top .footer_nav ul li a {
    font-size: 0.7291666667vw;
    line-height: 1.6666666667vw; }

  .footer .wrap .footer_top .footer_nav ul li:nth-child(1) {
    margin-bottom: 2.9166666667vw; }

  .footer .wrap .footer_top .footer_nav ul li:nth-child(1) a {
    font-size: 0.8333333333vw; }

  .footer .wrap .footer_bottom {
    padding: 0px 0px 1.3020833333vw; }

  .footer .wrap .footer_bottom .l, .footer .wrap .footer_bottom .r {
    font-size: 0.8333333333vw; }

  .w1680 {
    width: 87.5vw; }

  .w1440 {
    width: 75vw; }

  .common_banner .text {
    top: 13.6458333333vw; }

  .common_banner .text .banner_title {
    font-size: 2.5vw; }

  .anchor-nav {
    top: 3.6458333333vw; }

  .anchor-nav ul {
    gap: 3.125vw; }

  .anchor-nav ul .anchor-item {
    font-size: 0.8333333333vw;
    line-height: 3.8541666667vw; }

  .page {
    gap: 0.3125vw; }

  .page a {
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
    font-size: 0.7291666667vw; }

  .page a.page_btn {
    width: 4.0625vw; }

  .common_more {
    gap: 0.5208333333vw;
    padding: 0px 1.1458333333vw;
    border-radius: 0.625vw;
    height: 2.5vw; }

  .common_more p {
    font-size: 0.7291666667vw; }

  .common_more img {
    width: 0.3125vw; }

  .parallaxImg img {
    height: calc(100% + 5.2083333333vw); }

  .anchor-nav.hide {
    transform: translateY(-3.59375vw); } }
@media screen and (max-width: 768px) {
  .header {
    height: 50px !important;
    padding: 0 20px;
    transform: unset !important;
    background: #FFFFFF !important; }
    .header .logo {
      width: 100px; }
      .header .logo img:nth-child(1) {
        opacity: 1 !important; }
      .header .logo img:nth-child(2) {
        opacity: 0 !important; }
    .header nav {
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      background: #FFFFFF;
      z-index: -1;
      display: block;
      padding: 80px 20px 0;
      clip-path: inset(0 0 100% 0);
      transition: cubic-bezier(0.77, 0, 0.175, 1) 1.2s; }
      .header nav.on {
        clip-path: inset(0 0 0 0); }
      .header nav ul {
        display: block; }
        .header nav ul li {
          height: unset;
          border-bottom: 1px solid #cccccc; }
          .header nav ul li .jt {
            display: block !important;
            position: absolute;
            top: 25px;
            right: 0;
            filter: invert(1);
            opacity: 0.7;
            width: 6px;
            transition: 0.6s; }
            .header nav ul li .jt img {
              display: block;
              width: 100%; }
          .header nav ul li .second {
            display: none;
            position: unset;
            pointer-events: auto;
            transform: unset;
            padding: 0 0 15px 10px; }
            .header nav ul li .second .second_box {
              width: 100%;
              box-shadow: unset;
              opacity: 1;
              transform: unset;
              transition: unset; }
              .header nav ul li .second .second_box a {
                display: block;
                width: 100%;
                font-size: 13px;
                color: #666666;
                line-height: 36px;
                padding: 0;
                height: unset; }
          .header nav ul li:after {
            display: none; }
          .header nav ul li > a {
            width: 70%;
            line-height: 60px;
            font-size: 15px; }
          .header nav ul li.active .jt {
            transform: rotate(90deg); }
    .header .header_r {
      align-items: center; }
      .header .header_r .lan {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        background: #DC755A;
        margin-right: 10px; }
        .header .header_r .lan svg {
          width: 16px;
          height: 16px; }
          .header .header_r .lan svg path {
            fill: #FFFFFF; }
      .header .header_r .store {
        gap: 6px;
        width: 72px;
        height: 32px;
        border-radius: 6px;
        margin-right: -7px;
        position: relative;
        z-index: 3; }
        .header .header_r .store .icon {
          width: 16px; }
        .header .header_r .store p {
          font-size: 13px; }
      .header .header_r .menu {
        display: block !important;
        margin-right: -21px; }
        .header .header_r .menu svg {
          stroke: #000000;
          width: 64px;
          height: 38px;
          stroke-width: 1px;
          stroke-linecap: round;
          stroke-linejoin: round;
          fill: none;
          display: block; }
          .header .header_r .menu svg path {
            transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
            stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
            stroke-dashoffset: var(--offset, 126px);
            -webkit-transform: translateZ(0);
            transform: translateZ(0); }
            .header .header_r .menu svg path:nth-child(2) {
              --duration: .7s;
              --easing: ease-in;
              --offset: 100px;
              --array-2: 74px; }
            .header .header_r .menu svg path:nth-child(3) {
              --offset: 133px;
              --array-2: 107px; }
        .header .header_r .menu.active svg path {
          --offset: 57px; }
          .header .header_r .menu.active svg path:nth-child(1), .header .header_r .menu.active svg path:nth-child(3) {
            --delay: .15s;
            --easing: cubic-bezier(.2, .4, .2, 1.1); }
          .header .header_r .menu.active svg path:nth-child(2) {
            --duration: .4s;
            --offset: 2px;
            --array-1: 1px; }
          .header .header_r .menu.active svg path:nth-child(3) {
            --offset: 58px; }

  .common_banner {
    height: 500px; }
    .common_banner .img {
      height: 100%;
      transform: unset !important; }
      .common_banner .img img {
        height: 100%; }
    .common_banner .text {
      top: 50%;
      transform: translate(-50%, -50%); }
      .common_banner .text .banner_title {
        font-size: 22px; }

  .w1680, .w1440 {
    width: calc(100% - 40px); }

  .page {
    gap: 8px; }
    .page a {
      width: 32px;
      height: 32px;
      font-size: 13px;
      border-radius: 4px; }
      .page a.page_btn {
        width: 70px; }

  .footer {
    padding: 40px 0 0; }
    .footer .wrap .footer_top {
      margin-bottom: 30px; }
      .footer .wrap .footer_top .l .logo {
        width: 120px;
        margin-bottom: 25px; }
      .footer .wrap .footer_top .l .tel {
        font-size: 28px;
        margin-bottom: 15px; }
      .footer .wrap .footer_top .l .email {
        font-size: 13px;
        margin-bottom: 3px; }
      .footer .wrap .footer_top .l .address {
        font-size: 13px; }
      .footer .wrap .footer_top .l .share_links {
        margin: 25px 0 0;
        gap: 8px; }
        .footer .wrap .footer_top .l .share_links .link_item {
          width: 32px;
          height: 32px;
          border-radius: 4px; }
          .footer .wrap .footer_top .l .share_links .link_item img {
            max-width: 60%;
            max-height: 60%; }
      .footer .wrap .footer_top .footer_nav {
        display: none; }
    .footer .wrap .footer_bottom {
      display: block;
      padding: 10px 0;
      border-top: 1px solid #EEEEEE; }
      .footer .wrap .footer_bottom .l, .footer .wrap .footer_bottom .r {
        font-size: 12px;
        line-height: 1.7; }

  .common_more {
    gap: 8px;
    padding: 0 15px;
    height: 36px;
    border-radius: 6px; }
    .common_more p {
      font-size: 13px; }
    .common_more img {
      width: 4px; } }
