html {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

@media all and (max-width: 1160px) {
  html {
    font-size: calc(100vw * (10 / 375));
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

@media all and (max-height: 700px) {
  html {
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

* {
  --theme-color: #f91c5f;
  --theme-color-2: #f91c5f;
  --foot-bg: #faf5f0;
  --foot-btn-bg: linear-gradient(270deg, #f91c5f 0%, #f91c5f 100%);
  --foot-btn-shadow: 0px 7px 10px rgba(154, 123, 93, 0.15);
  --app-product-name: #f91c5f;
  --privacy-footer-shadow: 0 -0.3rem 0.7rem 0 rgba(179, 157, 147, 0.1);
  --footer-bg: #fff7f4;
  --m-footer-bg: #f91c5f;
}

@media screen and (min-width: 1161px) {
  .home-content {
    width: 100%;
    display: none;
  }

  #home_web {
    display: block;
  }

  #home_h5 img {
    display: none;
  }

  #download-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #m-download-text {
    display: none;
  }

  #top_nav_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #m_top_nav_icon {
    display: none;
  }

  .top_nav_content_left {
    min-width: 1000px !important;
  }

  .top_nav_content_download {
    background-color: transparent !important;
    border: 3px solid var(--theme-color);
    border-radius: 12px !important;
  }

  .top_nav_content_download .download-text {
    color: var(--theme-color) !important;
  }

  .banner {
    min-height: 860px;
    padding: 0;
    position: relative;
    background: #fff7f4;
  }

  .banner .banner-bg {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    z-index: 0;
  }

  .banner .banner-title {
    font-weight: 700;
    color: #4f1c0c;
    line-height: 100px;
    margin-top: 60px;
    font-size: 96px;
    letter-spacing: -2px;
    z-index: 1;
  }

  .banner .banner-subtitle {
    font-weight: 500;
    color: #924d44;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    z-index: 1;
    margin-top: 20px;
  }

  .banner .get-started {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding: 20px 48px;
    background-color: var(--theme-color);
    border-radius: 100px;
    margin: 60px 0;
    z-index: 1;
  }

  .banner .store-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1;
    margin-top: 60px;
  }

  .banner .store-wrapper a {
    height: 100%;
  }

  .banner .store-wrapper .store-img {
    width: auto;
    height: 84px;
  }

  .section {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section:first-child {
    background-color: #fff7f4;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1160px;
    position: relative;
  }

  .section-title {
    padding: 180px 0 0;
    font-weight: 700;
    color: #411618;
    font-size: 72px;
    text-align: center;
    letter-spacing: 0;
    line-height: 82px;
  }

  .section-subtitle {
    padding: 180px 0 72px;
    font-weight: 700;
    color: #411618;
    font-size: 56px;
    letter-spacing: 0;
    line-height: normal;
  }

  .get-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0;
    gap: 54px;
  }

  .get-list .get-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }

  .get-list .get-cell .get-title-cell-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    gap: 48px;
    padding: 42px;
  }

  .get-list .get-cell .get-title-cell-wrapper .cell-icon {
    width: 108px;
    height: 108px;
  }

  .get-list .get-cell .get-title-cell-wrapper .cell-text-wrapper {
    font-size: 42px;
    font-weight: 500;
  }

  .get-list .get-cell .get-title-cell-wrapper .cell-text-wrapper .cell-text-highlight {
    font-weight: 700;
  }

  .get-list .get-cell .get-image-cell-wrapper {
    position: relative;
  }

  .get-list .get-cell .get-image-cell-wrapper .cell-image {
    width: 767px;
    height: auto;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    aspect-ratio: 1/1;
    max-width: 100%;
    gap: 20px;
  }

  .grid-container .item1 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .grid-container .item2 {
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .grid-container .item3 {
    grid-column: 3/4;
    grid-row: 2/4;
  }

  .grid-container .item4 {
    grid-column: 1/3;
    grid-row: 3/4;
  }

  .grid-container .item5 {
    grid-column: 2/4;
    grid-row: 1/2;
  }

  .comment-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 180px 0 0;
    gap: 20px;
  }

  .comment-container .comment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 471px;
  }

  .comment-container .comment .comment-image {
    width: 100%;
    height: auto;
  }

  .body-part-container {
    position: relative;
    margin: 0px 0px 0px 16px;
  }

  .body-part-container .body-part-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 20px;
    height: 524px;
    padding-right: 16px;
  }

  .body-part-container .body-part-scrollable .body-part-image {
    width: auto;
    height: 100%;
  }

  .body-part-container .body-part-scrollable :first-child {
    padding-left: 180px;
  }

  .body-part-container .leading-image-wrapper {
    position: absolute;
    left: 0rem;
    top: 0;
    height: 524px;
  }

  .body-part-container .leading-image-wrapper .leading-image {
    height: 100%;
    width: auto;
  }

  .invisible-download-button {
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 5rem;
  }
}

@media screen and (max-width: 1160px) {
  .home-content {
    width: 100%;
    display: none;
  }

  #home_h5 {
    display: block;
  }

  #home_web img {
    display: none;
  }

  #download-text {
    display: none;
  }

  #m-download-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #top_nav_icon {
    display: none;
  }

  #m_top_nav_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .banner {
    position: relative;
    background: #fff7f4;
    padding: 3rem 0rem 0rem;
  }

  .banner .banner-title {
    font-weight: 800;
    color: #000;
    font-size: 4.2rem;
    letter-spacing: -0.6px;
    line-height: 4.6rem;
    padding: 0 1.6rem;
  }

  .banner .banner-subtitle {
    font-weight: 500;
    color: #924e44;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2rem;
    padding: 0 1.6rem;
  }

  .banner .get-started {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem 2.4rem;
    background-color: var(--theme-color);
    border-radius: 10rem;
    margin: 3rem 1.6rem;
  }

  .banner .store-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
    padding: 0 1.6rem 0.8rem;
    height: 5.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .banner .store-wrapper a {
    height: 100%;
  }

  .banner .store-wrapper .store-img {
    width: auto;
    height: 100%;
  }

  .section-title {
    font-weight: 800;
    color: #000;
    font-size: 3rem;
    line-height: 3.8rem;
    padding: 8.8rem 1.6rem 0rem;
  }

  .section-subtitle {
    line-height: 3.8rem;
    font-weight: 600;
    color: #411618;
    font-size: 2rem;
    line-height: normal;
    padding: 4.8rem 1.6rem 2.4rem;
  }

  .get-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem 1.6rem 2.4rem;
    gap: 4.8rem;
  }

  .get-list .get-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-list .get-cell .get-title-cell-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 1.6rem;
    border-radius: 1rem;
    gap: 1.6rem;
  }

  .get-list .get-cell .get-title-cell-wrapper .cell-icon {
    width: 3.6rem;
    height: 3.6rem;
  }

  .get-list .get-cell .get-title-cell-wrapper .cell-text-wrapper {
    font-size: 1.7rem;
    font-weight: 500;
  }

  .get-list .get-cell .get-title-cell-wrapper .cell-text-wrapper .cell-text-highlight {
    font-weight: 700;
  }

  .get-list .get-cell .get-image-cell-wrapper {
    margin-top: 0.4rem;
    position: relative;
  }

  .get-list .get-cell .get-image-cell-wrapper .cell-image {
    width: 100%;
    height: auto;
  }

  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-container2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 1.6rem 2.4rem;
    gap: 0.5rem;
  }

  .flex-container2 img {
    width: 100%;
    height: auto;
  }

  .flex-container1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.4rem 1.6rem 0rem;
    gap: 0.5rem;
    -webkit-flex-basis: fit-content;
    -ms-flex-preferred-size: fit-content;
    flex-basis: fit-content;
  }

  .flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .rectangle {
    position: relative;
  }

  .rectangle .image {
    width: 100%;
    height: auto;
  }

  .square {
    aspect-ratio: 1;
  }

  .square .image {
    width: 100%;
    height: auto;
  }

  .comment-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2.4rem 1.6rem 0rem;
    gap: 0.5rem;
  }

  .comment-container .comment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80%;
  }

  .comment-container .comment .comment-image {
    width: 100%;
    height: auto;
  }

  .body-part-container {
    position: relative;
    margin: 2.4rem 0rem 0rem 1.6rem;
  }

  .body-part-container .body-part-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 0.5rem;
    height: 25rem;
    padding-right: 1.6rem;
  }

  .body-part-container .body-part-scrollable .body-part-image {
    width: auto;
    height: 100%;
  }

  .body-part-container .body-part-scrollable :first-child {
    padding-left: 12rem;
  }

  .body-part-container .leading-image-wrapper {
    position: absolute;
    left: 0rem;
    top: 0;
    height: 25rem;
  }

  .body-part-container .leading-image-wrapper .leading-image {
    height: 100%;
    width: auto;
  }

  .invisible-download-button {
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 981px) and (max-width: 1160px) {
  .top_nav #download-text {
    display: none;
  }

  .top_nav #m-download-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top_nav #top_nav_icon {
    display: none;
  }

  .top_nav #m_top_nav_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top_nav .top_nav_content {
    padding: 0.6rem 1.1rem 0.6rem 1.1rem;
    width: 100%;
  }

  .top_nav .top_nav_content .top_nav_content_left {
    min-width: unset;
    width: 100%;
  }
}

.top_nav {
  background: #fff7f4 !important;
}

.top_nav .top_nav_icon {
  -o-object-fit: contain;
  object-fit: contain;
}

.top_nav .top_nav_content_download {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: transparent;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 3px solid var(--theme-color);
}

.top_nav .top_nav_content_download .download-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: var(--theme-color) !important;
  font-size: 1.5rem;
  white-space: nowrap;
}

@-webkit-keyframes loading_rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading_rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loading-container .loading {
  width: 6rem;
  height: 6rem;
  -webkit-animation: loading_rotate 3s infinite;
  animation: loading_rotate 3s infinite;
}

@media screen and (min-width: 1161px) {
  .mj-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 56px 0 53px;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
  }

  .mj-footer a:link,
  .mj-footer a:visited {
    color: #333;
  }

  .mj-footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1160px;
  }

  .mj-footer .content .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .mj-footer .content .contact .title {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
  }

  .mj-footer .content .contact .email {
    color: #D80F3D;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline;
    white-space: nowrap;
  }

  .mj-footer .content .bottom-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .mj-footer .content .bottom-row .texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
  }

  .mj-footer .content .bottom-row .texts .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }

  .mj-footer .content .bottom-row .texts .copyright {
    color: #767676;
    font-size: 15px;
  }

  .mj-footer .store-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    height: 70px;
  }

  .mj-footer .store-wrapper a {
    height: 100%;
  }

  .mj-footer .store-wrapper .store-img {
    width: auto;
    height: 100%;
  }

  .mj-mobile-footer {
    display: none;
  }
}

@media screen and (max-width: 1160px) {
  .mj-footer {
    display: none;
  }

  .mj-mobile-footer {
    padding: 2rem 1.6rem 7.5rem 1.6rem;
    background: var(--m-footer-bg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .mj-mobile-footer .footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 0;
    margin: 1.2rem 0;
  }

  .mj-mobile-footer .copyright {
    color: #fff;
    font-size: 1.2rem;
    margin: 2.2rem 0;
  }

  .mj-mobile-footer hr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f9427a;
  }

  .mj-mobile-footer .link {
    color: #fff;
    display: inline-block;
  }
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
  width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  line-height: normal;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  --title-font: SFProText-Medium, helvetica;
  --text-font: SFProText-Regular, helvetica;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  padding-left: 2rem;
}

html {
  font-family: var(--text-font);
  color: #666;
}

.title_font {
  font-family: var(--title-font);
  font-weight: bold;
  color: #333;
}

body .navbar.website-header {
  background-color: transparent;
  height: 6.25rem;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
  padding: 0;
}

body .navbar.not-transparent {
  background-color: #f0f2f5;
}

body .navbar .header-content {
  margin: 0 calc(50% - 37.5rem);
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 41.25rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .navbar .header-content .logo-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .navbar .header-content .logo-wrapper .logo {
  height: 3.13rem;
}

body .navbar .header-content .nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .navbar .header-content .nav-buttons .button {
  margin-left: 0.625rem;
  margin-right: 1.875rem;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

body .navbar .header-content .nav-buttons .button:link,
body .navbar .header-content .nav-buttons .button:visited {
  color: #333;
}

body .navbar .header-content .nav-buttons .header-dropdown-group {
  background-color: transparent;
  border: none;
  outline: none;
}

body .navbar .header-content .nav-buttons .header-dropdown-group button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 500;
}

body .navbar .header-content .nav-buttons .header-dropdown-group button .global-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.88rem;
  position: relative;
  top: 2px;
}

body .navbar .header-content .nav-buttons .header-dropdown-group button .dropdown-btn-content.caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -2px;
}

body .navbar .header-content .nav-buttons .header-dropdown-group .dropdown-menu li {
  text-align: center;
  height: 32px;
  padding-top: 4px;
}

body .navbar .header-content .nav-buttons .header-dropdown-group .dropdown-menu li:hover {
  background-color: #f1f1f1;
}

body .navbar .header-content .nav-buttons .header-dropdown-group .dropdown-menu li a {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
}

.top_nav {
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0.5rem 2.2rem 0 rgba(204, 217, 213, 0.2);
  box-shadow: 0 0.5rem 2.2rem 0 rgba(204, 217, 213, 0.2);
  position: fixed;
  z-index: 999;
  background: #fff;
  top: 0;
}

.top_nav .top_nav_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_nav .top_nav_content .top_nav_content_left {
  min-width: 120rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_nav .top_nav_content .top_nav_content_left .top-nav-content-btns {
  display: none;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_icon {
  height: 4.4rem;
  margin-right: 1rem;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn {
  position: relative;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .list-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  height: 2.2rem;
  font-size: 2rem;
  padding: 0 1.8rem;
  color: #333;
  cursor: pointer;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .list-btn-wrap .top-nav-icon-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  font-size: 0;
  line-height: 0;
  margin-left: 4px;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .list-btn-wrap-hover {
  color: var(--theme-color);
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .list-btn-wrap-hover .top-nav-icon-arrow {
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid var(--theme-color);
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .top-arrow-list {
  top: 2.3rem;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0px 1rem 4.3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1rem 4.3rem rgba(0, 0, 0, 0.1);
  font-weight: normal;
  display: none;
  outline: unset;
  left: -1.6rem;
  padding: 1.6rem;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .top-arrow-list .top-arrow-list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1.6rem;
  text-align: left;
  cursor: pointer;
  border-radius: 2px;
  display: block;
  color: #666;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .top-arrow-list .top-arrow-list-item:hover {
  color: var(--theme-color);
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .top-arrow-list .top-arrow-list-item-click {
  color: var(--theme-color);
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .list-btn .top-arrow-list-category .top-arrow-list-item {
  white-space: nowrap;
  word-break: keep-all;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list>a,
.top_nav .top_nav_content .top_nav_content_left .top_nav_list>span {
  padding: 0 1.8rem;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  color: #333;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list>a:hover,
.top_nav .top_nav_content .top_nav_content_left .top_nav_list>span:hover {
  color: var(--theme-color);
  text-decoration: none;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list .search-icon {
  cursor: pointer;
  width: 2.3rem;
  height: 2.3rem;
  margin-left: 2rem;
}

.top_nav .top_nav_content .top_nav_content_left .top_nav_list_icon,
.top_nav .top_nav_content .top_nav_content_left .top_nav_list_icon_camera {
  display: none;
}

.top_nav .top_nav_content .top_nav_search {
  width: 30rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  height: 4.3rem;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_icon {
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_wrap {
  margin: 0 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_wrap .top_nav_search_input {
  border: 0;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  color: #333;
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0.8rem 1rem 0.8rem;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_wrap .top_nav_search_input::-webkit-input-placeholder {
  color: #333;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_wrap .top_nav_search_input::-moz-placeholder {
  color: #333;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_wrap .top_nav_search_input:-ms-input-placeholder {
  color: #333;
}

.top_nav .top_nav_content .top_nav_search .top_nav_search_wrap .top_nav_search_input:focus {
  outline: none;
}

.top_nav .top_nav_content .top_nav_search .search_result_list {
  top: 5.6rem;
  position: absolute;
  background: #fff;
  border-radius: 1.4rem;
  -webkit-box-shadow: 0 0.5rem 2.2rem 0 rgba(184, 204, 199, 0.25);
  box-shadow: 0 0.5rem 2.2rem 0 rgba(184, 204, 199, 0.25);
  padding: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  display: none;
  max-height: 70rem;
  overflow-y: scroll;
}

.top_nav .top_nav_content .to-app-guide {
  background: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(0.18%, #3ecca8),
      color-stop(98.22%, #32a689));
  background: linear-gradient(270deg, #3ecca8 0.18%, #32a689 98.22%);
  border-radius: 2.3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
  padding: 0.7rem 2.3rem;
  margin-left: 2rem;
  cursor: pointer;
  white-space: nowrap;
}

.top-fix-download {
  position: fixed;
  right: 10rem;
  bottom: 7rem;
  width: 4.8rem;
  z-index: 999;
}

.top-fix-download .top-fix-icon {
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 1.6rem;
  cursor: pointer;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0px 5px 22px rgba(184, 204, 199, 0.25);
  box-shadow: 0px 5px 22px rgba(184, 204, 199, 0.25);
}

.top-fix-download #top-top-btn {
  display: none;
}

.top-mask {
  display: none;
  width: 100vw;
  height: calc(100vh - 7.3rem);
  opacity: 0.4;
  position: fixed;
  top: 7.3rem;
  background: #999;
  z-index: 997;
}

#search_clear {
  display: none;
}

.search_result_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  cursor: pointer;
}

.search_result_list .search_result_item:first-child {
  margin-top: 0;
}

.search_result_item_cover {
  width: 4.2rem;
  height: 4.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}

.search_result_item_name {
  margin: 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search_result_best_name {
  font-size: 1.4rem;
  font-weight: 500;
}

.search_result_best_name span {
  color: var(--theme-color-2);
}

.search_result_la_name {
  font-style: italic;
  font-size: 1.4rem;
  color: #999;
  margin-top: 0.4rem;
}

.search_loading_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}

.search_loading_item .search_loading_item_cover {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
  background: #f0f5f4;
}

.search_loading_item .search_loading_item_name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1rem;
}

.search_loading_item .search_loading_item_name .search_loading_best_name {
  width: 8.8rem;
  height: 1.2rem;
  background: #f0f5f4;
  border-radius: 0.6rem;
}

.search_loading_item .search_loading_item_name .search_loading_la_name {
  width: 15.8rem;
  height: 1.2rem;
  background: #f0f5f4;
  border-radius: 0.6rem;
  margin-top: 1rem;
}

.search_loading_item:first-child {
  margin-top: 0;
}

@media (max-width: 980px) {
  .top_nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .top_nav .top_nav_content {
    padding: 0.6rem 1.1rem 0.6rem 1.1rem;
    width: 100%;
  }

  .top_nav .top_nav_content .top_nav_content_left {
    min-width: unset;
    width: 100%;
  }

  .top_nav .top_nav_content .top_nav_content_left .top_nav_list {
    display: none;
  }

  .top_nav .top_nav_content .top_nav_content_left .top-nav-content-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top_nav .top_nav_content .top_nav_content_left .top-nav-content-btns .mobile-to-app-guide {
    background: -webkit-gradient(linear,
        right top,
        left top,
        color-stop(0.18%, #3ecca8),
        color-stop(98.22%, #32a689));
    background: linear-gradient(270deg, #3ecca8 0.18%, #32a689 98.22%);
    border-radius: 1.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff;
    padding: 0.5rem 1.2rem;
    margin-right: 1.2rem;
  }

  .top_nav .top_nav_content .top_nav_content_left .top_nav_list_icon_camera {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 12px;
    display: block;
  }

  .top_nav .top_nav_content .top_nav_content_left .top_nav_list_icon {
    width: 2.2rem;
    height: 2.2rem;
    display: block;
  }

  .top_nav .top_nav_content .top_nav_search {
    display: none;
  }

  .top_nav .top_nav_content .top-nav-login {
    display: none;
  }

  .top-fix-download {
    display: none;
  }
}

.popup_all {
  position: fixed;
  z-index: 1003;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup_all_content {
  width: 90rem;
  height: 70rem;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
  box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
  border-radius: 0.8rem;
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_all_content_item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.popup_all_content_item_close_icon {
  float: right;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}

.popup_all_content_item_pt_icon {
  margin-top: 1.2rem;
  width: 14.8rem;
  height: 14.8rem;
}

.popup_all_content_item_title {
  font-size: 3.2rem;
  margin-top: 2rem;
}

.popup_all_content_item_description {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 2.5rem;
  width: 54.7rem;
}

.popup_all_content_item_download {
  margin-top: 6.1rem;
  width: 32.6rem;
  height: 13.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
}

.popup_all_content_item_cover {
  width: 13.6rem;
  height: 13.6rem;
  margin-right: 2rem;
}

.popup_all_content_item_types {
  width: 17.4rem;
  height: 13.6rem;
  margin-right: 1rem;
}

.popup_all_content_item_types img {
  width: 17.4rem;
  height: 5.8rem;
}

.popup_all_content_item_types img:first-child {
  margin-bottom: 2rem;
}

.popup_all_content_item_comment {
  margin-top: 2.2rem;
  font-size: 1.6rem;
}

#message-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 5rem;
  z-index: 9999;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#message-container .message {
  background: #fff;
  margin: 10px 0;
  -webkit-box-shadow: 0 0 10px 0 #eee;
  box-shadow: 0 0 10px 0 #eee;
  font-size: 14px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, margin 0.2s ease-in-out;
}

#message-container .message .text {
  color: #333;
}

#message-container .message .close {
  cursor: pointer;
  color: #999;
}

#message-container .message .icon-info {
  color: #0482f8;
}

#message-container .message .icon-error {
  color: #f83504;
}

#message-container .message .icon-success {
  color: #06a35a;
}

@-webkit-keyframes message-move-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes message-move-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#message-container .message.move-in {
  -webkit-animation: message-move-in 0.3s ease-in-out;
  animation: message-move-in 0.3s ease-in-out;
}

@-webkit-keyframes message-move-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes message-move-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

#message-container .message.move-out {
  -webkit-animation: message-move-out 0.3s ease-in-out;
  animation: message-move-out 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "icon";
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASwAAsAAAAACXAAAARhAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDXgqFdIUpATYCJAMcCxAABCAFhD0HXBtNCFGUL0qC7GuMwfUModQ5d89yCS2IguQlYTzox9H5PfHlpWFpEC0ubQKL/QJcYxBBtFZWz/RCiEgotIBChV2EASSXCBX5xofBiPtz7s0nnCJ450fACtP2peU0NJSTZudnZywngIyp2Q4m293vbjhIKItjihNIZS3s4mx2bTEk1jI8gciSLJCwesNvAaBfaMOve98XmEY5wnfz3a39QU5QZFVbdF5i+gcD/3G/4l/jK/C2ASA6KCowynZ8xxew8qJK+MQORO8xnOLqb1h0n09guNkGZLZsHVyQsoTLAnHcdykpB7QygxR6RZuwN8VNUNCXS/jGDev347+CKZoKj7Pj4KZDVn79eUjAP1zXN0C85syQD6JiJSKJ84nWk3JOYKWc4Z+/mbcHMVqvaH/98v5qf3X63Pk8/P8Eq3EwjKZ4qhS9/c/TEi0uHQnEAUm7kDyNSeXXO5Pkt51J8NuJSeH/DpOG/4cyi4p1i0djFD4DsZ8RG81VIUlYY9YzIfBOsZLGd25VXu8jbXf6O5mXeVhHN3GEsYVtgIyXm9AHradeL9uATxQOXxaLRydnjMJbK6L0zDFsY6Jt8bFHRO6RB/FTztgwMNYuFWkR8SNHnjiJz5JGGDLNn6gcgzdXhWUVo8vr46LysuGJDUxSWT6CbcHi0jX9JpvoOrSRi+KG10H6vQ0GY25JMkc36XmPmdEouyf9E33O07RhdBOWZPYHx3yQMC19ZCzZWkLAR35/5xmxDLYu9AqejrN5PTy2lgc0d06bS6k1uX9wWvJPVHBJZp7qnXWdMCJ3gR5WVL//cZmeBgxOanWDbCXDjsu4WzpKRUciLwh3CYkhh/Y3byXAmC7LvYr4Hs70do3p3dBqyD5xPqoJ9l+te2FzLY0T/svpCG1o9hqPZHJ33jEGNEMzFch0HfRQKdIox2/yaAiNEun5XePlysEZfBnivwZ9vTqLA8PGZXIbZLU687F4Dc46J/785DmxDLYu9IYAhKBE8yY+gOzpaGSIjSCNxyPLQad7CAZzBLGO9++/I0k9Awh1e/aHQUxK4TEZBN9kz/LCloUvZiR4c3V9wKqrB3uFwrz7bFSSASAVAeq6fPO1voHgXIHOGjnOkNpw6uHuco731Zx8UuFUQprkQdGZBlWaiySxEBojLIVW2gDDrTB98AgTWHIih2E5wyD0XkAx2iuoeq+RJIagMdkntHrvYbh9/o85wuJo9C6RanTAegbf5glTNbpqx5+hayIqFY7mvUKpfPDA6NCIP7yNCcoqG9SDO6Y1AyZ5DFulL4ZRxCGVPEBbD3lap3PDwyzpjYZsHpOqzSREacgBLM+Az8YlmOHUqpHVZ5DLiFAyQWCZryCIlcKBTDBqyEgGsi1NMut2Fas8cI0JJI0tYiQuBrY6N6OIAhxIk2cFkE0b4lXwpeYM80asqHSoW3m8P4dgODxBFyVqZDTRRhe9PDL/tykpY9uoVCni1PETt2BHXGHpkcokEI9SckkIAAAA") format("woff2");
}

.icon {
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "";
}

.icon-success:before {
  content: "";
}

.icon-loading:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-error:before {
  content: "";
}

.to-app-guide-popup {
  position: fixed;
  z-index: 1002;
  left: 0;
  bottom: 0;
  border-radius: 2rem 2rem 0 0;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.25);
  padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  display: none;
}

.to-app-guide-popup .to-app-guide-popup-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333;
  text-align: center;
}

.to-app-guide-popup .to-app-guide-popup-links {
  margin-top: 1.3rem;
}

.to-app-guide-popup .to-app-guide-popup-links .to-app-guide-popup-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.to-app-guide-popup .to-app-guide-popup-links .to-app-guide-popup-link .to-app-guide-popup-icon {
  width: 4.6rem;
  height: 4.6rem;
}

.to-app-guide-popup .to-app-guide-popup-links .to-app-guide-popup-link .to-app-guide-popup-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000;
}

.to-app-guide-popup .to-app-guide-popup-links .to-app-guide-popup-link .to-app-guide-popup-btn {
  width: 10.8rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--foot-btn-bg);
  border-radius: 1.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
}

.to-app-guide-popup .to-app-guide-popup-links .to-app-guide-popup-link+.to-app-guide-popup-link {
  margin-top: 1.6rem;
}

.to-app-guide-popup .to-app-guide-popup-links .to-app-guide-popup-link+.to-app-guide-popup-link .to-app-guide-popup-btn {
  background: #ebecee;
  color: #000;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 981px) {
  body .privacy-footer {
    width: 100%;
    height: 10rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: var(--privacy-footer-shadow);
    box-shadow: var(--privacy-footer-shadow);
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .privacy-footer .privacy-text {
    margin-right: 20rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #333;
  }

  body .privacy-footer .privacy-setting {
    background-color: transparent;
    margin-right: 3rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: right;
    color: var(--theme-color);
    border: 0;
  }

  body .privacy-footer .privacy-allow {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    color: #fff;
    width: 20rem;
    height: 4.2rem;
    background: var(--theme-color);
    border-radius: 2.1rem;
    border: 0;
  }

  body .privacy-popup {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .privacy-popup .privacy-popup-wrap {
    width: 90rem;
    height: 60rem;
    background: #fff;
    -webkit-box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
    box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
    border-radius: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  body .privacy-popup .privacy-popup-wrap .close-icon {
    position: absolute;
    top: 2rem;
    right: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-title {
    width: 100%;
    padding: 3rem 0 2rem 0;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    color: #333;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: scroll;
    padding: 2rem 2.8rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .intro-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666;
    text-align: center;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item {
    width: 100%;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap {
    border-radius: 0.5rem;
    width: 100%;
    height: 4rem;
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ebf4ff;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn {
    position: relative;
    width: 4.4rem;
    height: 2.2rem;
    background: #4cd964;
    border-radius: 10rem;
    border: 0;
    cursor: pointer;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn .btn-circle {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 10rem;
    background: #fff;
    position: absolute;
    pointer-events: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-close {
    background: rgba(0, 0, 0, 0.25);
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-close .btn-circle {
    right: 2.4rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-action {
    -webkit-animation: switch-btn 0.3s ease-in-out;
    animation: switch-btn 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-action .btn-circle {
    -webkit-animation: move-circle 0.3s ease-in-out;
    animation: move-circle 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-revert {
    -webkit-animation: switch-btn-revert 0.3s ease-in-out;
    animation: switch-btn-revert 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-revert .btn-circle {
    -webkit-animation: move-circle-revert 0.3s ease-in-out;
    animation: move-circle-revert 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .delimiter {
    width: 1px;
    height: 1.6rem;
    margin: 0 1.6rem 0 1.2rem;
    background: #cfd7e0;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .right-icon {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .right-icon-click {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap-disable-click {
    pointer-events: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-brief-text {
    padding: 1.6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table {
    width: 100%;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    padding: 1.6rem 1.2rem;
    display: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.85);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum", "tnum";
    -moz-font-feature-settings: "tnum", "tnum";
    font-feature-settings: "tnum", "tnum";
    position: relative;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 2px;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table img {
    width: 1.6rem;
    height: 1.6rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table thead,
  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table tbody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border-color: inherit;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table thead {
    display: table-header-group;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table thead tr th {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    padding: 1.6rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table thead tr th:first-child {
    border-top-left-radius: 2px;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table thead tr th:last-child {
    border-top-right-radius: 2px;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table tbody {
    display: table-row-group;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table table tbody tr th {
    color: #666;
    border-bottom: 1px solid #f0f0f0;
    padding: 1.6rem;
    overflow-wrap: break-word;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .mobile-item-table {
    display: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrapper-button {
    width: 100%;
    background: #fff;
    padding: 1.6rem 0;
    -webkit-box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
    box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
  }

  body .privacy-popup .privacy-popup-wrap .wrapper-button .confirm-button {
    width: 30rem;
    height: 4.2rem;
    background: var(--theme-color);
    border-radius: 2.3rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    border: 0;
  }

  body .footer {
    background: #262626;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 120rem;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
  }

  body .footer .footer-items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100rem;
  }

  body .footer .footer-items-wrapper .block {
    max-width: 25rem;
  }

  body .footer .footer-items-wrapper .block .title {
    color: #ccc;
    font-size: 2.2rem;
    margin-top: 7rem;
    margin-bottom: 2.2rem;
  }

  body .footer .footer-items-wrapper .block .content {
    color: #fff;
    font-size: 1.6rem;
    margin: 2rem 0;
    line-height: 2rem;
  }

  body .footer .footer-items-wrapper .block .content a:link,
  body .footer .footer-items-wrapper .block .content a:visited {
    color: #fff;
  }

  body .footer .footer-items-wrapper .block .content a:hover {
    color: #8f8f8f;
  }

  body .footer .copyright {
    color: #999;
    font-size: 1.2rem;
    margin: 2.2rem;
  }

  body .footer hr {
    border: 1px solid #494a4d;
    margin-top: 11rem;
    width: calc(100% - 2px);
  }

  body .footer_mobile {
    display: none;
  }
}

@-webkit-keyframes switch-btn {
  0% {
    background: #4cd964;
  }

  100% {
    background: rgba(0, 0, 0, 0.25);
  }
}

@keyframes switch-btn {
  0% {
    background: #4cd964;
  }

  100% {
    background: rgba(0, 0, 0, 0.25);
  }
}

@-webkit-keyframes move-circle {
  0% {
    right: 0.2rem;
  }

  100% {
    right: 2.4rem;
  }
}

@keyframes move-circle {
  0% {
    right: 0.2rem;
  }

  100% {
    right: 2.4rem;
  }
}

@-webkit-keyframes switch-btn-revert {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: #4cd964;
  }
}

@keyframes switch-btn-revert {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: #4cd964;
  }
}

@-webkit-keyframes move-circle-revert {
  0% {
    right: 2.4rem;
  }

  100% {
    right: 0.2rem;
  }
}

@keyframes move-circle-revert {
  0% {
    right: 2.4rem;
  }

  100% {
    right: 0.2rem;
  }
}

@media (max-width: 980px) {
  body .footer {
    display: none;
  }

  body .privacy-footer {
    display: none !important;
  }

  body .privacy-popup {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .privacy-popup .privacy-popup-wrap {
    width: 100vw;
    height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  body .privacy-popup .privacy-popup-wrap .close-icon {
    position: absolute;
    top: 2rem;
    right: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-title {
    padding-top: 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #333;
    text-align: center;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: scroll;
    padding: 2rem 0.8rem 14rem 0.8rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .intro-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666;
    text-align: center;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item {
    width: 100%;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap {
    border-radius: 0.5rem;
    width: 100%;
    height: 4rem;
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ebf4ff;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn {
    position: relative;
    width: 4.4rem;
    height: 2.2rem;
    background: #4cd964;
    border-radius: 10rem;
    border: 0;
    cursor: pointer;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn .btn-circle {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 10rem;
    background: #fff;
    position: absolute;
    pointer-events: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-close {
    background: rgba(0, 0, 0, 0.25);
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-close .btn-circle {
    right: 2.4rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-action {
    -webkit-animation: switch-btn 0.3s ease-in-out;
    animation: switch-btn 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-action .btn-circle {
    -webkit-animation: move-circle 0.3s ease-in-out;
    animation: move-circle 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-revert {
    -webkit-animation: switch-btn-revert 0.3s ease-in-out;
    animation: switch-btn-revert 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .switch-btn-revert .btn-circle {
    -webkit-animation: move-circle-revert 0.3s ease-in-out;
    animation: move-circle-revert 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .delimiter {
    width: 1px;
    height: 1.6rem;
    margin: 0 1.6rem 0 1.2rem;
    background: #cfd7e0;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .right-icon {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap .right-icon-click {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-title-wrap .title-btn-wrap-disable-click {
    pointer-events: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-brief-text {
    padding: 1.6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .item-table {
    display: none;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .mobile-item-table {
    display: none;
    padding: 0 1.2rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .mobile-item-table img {
    width: 1.6rem;
    height: 1.6rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .mobile-item-table .mobile-item-table-title {
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333;
  }

  body .privacy-popup .privacy-popup-wrap .wrap-content .items .item .mobile-item-table .mobile-item-table-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #666;
    margin-bottom: 1.6rem;
  }

  body .privacy-popup .privacy-popup-wrap .wrapper-button {
    width: 100%;
    background: #fff;
    padding: 1.6rem 0;
    -webkit-box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
    box-shadow: 0 0.4rem 1.3rem 0 rgba(41, 48, 51, 0.08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
  }

  body .privacy-popup .privacy-popup-wrap .wrapper-button .confirm-button {
    width: 30rem;
    height: 4.2rem;
    background: var(--theme-color);
    border-radius: 2.3rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    border: 0;
  }

  body .footer_mobile .wrapper {
    width: 100%;
    background: #fff;
    padding-bottom: 1.4rem;
  }

  body .footer_mobile .wrapper .title {
    margin: 4rem auto 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    font-size: 2rem;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 2rem;
    font-weight: 500;
  }

  body .footer_mobile .wrapper .socialItemWrapper {
    margin-top: 3rem;
    padding-bottom: 5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body .footer_mobile .wrapper .socialItemWrapper .content {
    position: relative;
    margin: 0 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body .footer_mobile .wrapper .socialItemWrapper .content .icon {
    width: 3.6rem;
  }

  body .footer_mobile .wrapper .socialItemWrapper .content .text {
    position: absolute;
    top: 4.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    font-size: 1.4rem;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4rem;
    font-weight: 400;
  }

  body .footer_mobile .privacy {
    width: 100%;
    background: #2a2c2b;
    padding-bottom: 7.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body .footer_mobile .privacy .title {
    margin-top: 4rem;
    height: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 2rem;
    font-weight: 500;
  }

  body .footer_mobile .privacy .privacyItemWrapper {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .footer_mobile .privacy .privacyItemWrapper .content {
    margin-bottom: 2.4rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body .footer_mobile .privacy .privacyItemWrapper .content .text {
    height: 1.4rem;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    font-size: 1.4rem;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4rem;
    font-weight: 400;
  }

  body .footer_mobile .privacy .copyright {
    height: 5rem;
    width: 100%;
    border-top: 1px solid #494a4d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: SFProText-Regular;
    font-size: 1.2rem;
    color: #999;
    letter-spacing: 0;
    line-height: 3rem;
    font-weight: 400;
  }
}

.foot-fix {
  display: none;
}

@media (max-width: 980px) {
  .foot-fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    display: block;
  }

  .foot-fix .mobile-footer-privacy-wrap {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacyxx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2rem 2rem 0 0;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 1.6rem 3.2rem 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacyxx .privacy-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #666;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacyxx .privacy-text .privacy-setting {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #328ccc;
    border: 0;
    background: #fff;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacyxx .privacy-allow {
    margin-left: 2.3rem;
    background: -webkit-gradient(linear,
        right top,
        left top,
        from(#60bbd9),
        color-stop(98.22%, #328ccc));
    background: linear-gradient(270deg, #60bbd9 0%, #328ccc 98.22%);
    border-radius: 1.8rem;
    text-align: center;
    padding: 0.9rem 1.8rem;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border: 0;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy {
    border-radius: 2rem 2rem 0 0;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 1.6rem 3.2rem 1.6rem;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-title .mobile-footer-privacy-title-text {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-content {
    margin-top: 0.6rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #333;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-content span {
    color: var(--theme-color);
    font-size: 1.6rem;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-btns {
    margin-top: 1.8rem;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-btns .mobile-footer-privacy-btn {
    background: var(--foot-btn-bg);
    border-radius: 2.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foot-fix .mobile-footer-privacy-wrap .mobile-footer-privacy .mobile-footer-privacy-btns .mobile-footer-privacy-btn+.mobile-footer-privacy-btn {
    margin-top: 1.2rem;
    border: 1px solid var(--theme-color);
    background: #fff;
    color: var(--theme-color);
  }

  .foot-fix .download-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--foot-bg);
  }

  .foot-fix .download-wrap .foot-download {
    height: 4.3rem;
  }

  .foot-fix .download-wrap .product-icon {
    width: 4.1rem;
    height: 4.1rem;
  }

  .foot-fix .download-wrap .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.2rem;
  }

  .foot-fix .download-wrap .content .product-name {
    height: 1.8rem;
  }

  .foot-fix .download-wrap .content .text {
    margin-top: 0.6rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333;
  }

  .foot-fix .download-wrap .foot-btn {
    background-image: var(--foot-btn-bg);
    -webkit-box-shadow: var(--foot-btn-shadow);
    box-shadow: var(--foot-btn-shadow);
    border-radius: 1.8rem;
    text-align: center;
    padding: 0.9rem 1.8rem;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    max-width: 15rem;
  }

  .foot-fix .download-wrap-pt {
    border-radius: 1.2rem 1.2rem 0 0;
    -webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.25);
  }

  .foot-fix .download-wrap-pt .foot-btn {
    padding: 0.9rem 2.5rem;
  }
}