/* NextPlus navbar & footer styles (extracted for static page) */
:host {
  color: #333333;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-1 { flex: 1; }
.leading-18px { line-height: 18px; }
.mx-10px { margin: 0 10px; }
.text-bbb { color: #bbb; }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.hover-red:hover { cursor: pointer; color: #e92927; }
.ml-15px { margin-left: 15px; }
.mt-30px { margin-top: 30px; }
.mt-8px { margin-top: 8px; }
.px-12px { padding: 0 12px; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.text-999 { color: #999; }
.text-222 { color: #222; }
.text-e92927 { color: #e92927; }
.text-333 { color: #333; }
.text-666 { color: #666; }
.text-12px { font-size: 12px; }
.text-14px { font-size: 14px; }
.font-bold { font-weight: bold; }
.mr-2px { margin-right: 2px; }
.ml-4px { margin-left: 4px; }
.ml-20px { margin-left: 20px; }
.ml-22px { margin-left: 22px; }

.np-navbar {
  background: #fff;
  box-shadow: inset 0px -1px 0px 0px #eeeeee;
  color: #666;
  height: 36px;
  width: 100%;
}
.np-navbar-content {
  max-width: 1440px;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.np-navbar__logo {
  margin-right: auto;
  color: #222;
}
.np-navbar__item {
  position: relative;
  transition: all 0.3s;
  padding: 10px 16px 10px 0;
  line-height: 14px;
  cursor: pointer;
  margin-left: 13px;
  box-sizing: border-box;
}
.np-navbar__item::before {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
  background: #ddd;
}
.np-navbar__item:last-child::before { display: none; }

.np-foot {
  background: #fff;
  padding-bottom: 20px;
  width: 100%;
}
.np-foot-service {
  border-bottom: 1px solid #eee;
}
.np-foot__inner {
  height: 80px;
  max-width: 1440px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  margin: 0 auto;
}
.np-foot-service__item {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.np-foot-service__item i {
  font-size: 24px;
  margin-right: 10px;
  font-weight: normal;
}
.np-foot-content {
  max-width: 1440px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}
.qa-box {
  font-size: 14px;
  margin-right: 0;
  min-width: 120px;
}
.np-foot-content_qa {
  padding: 40px 0 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.np-foot-content_qa__left > .flex {
  flex-wrap: wrap;
  gap: 16px 32px;
}
.np-foot-content_qa_title {
  color: #222;
  font-weight: bold;
}
.np-foot-content_qa_row {
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.np-foot-content_qa_item {
  margin-right: 50px;
  color: #999;
  text-decoration: none;
}
.np-foot-content_text {
  font-size: 12px;
  color: #cccccc;
  line-height: 18px;
  margin-bottom: 6px;
}
.np-foot-content-right {
  margin-left: auto;
}
.np-foot-content-date {
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.np-foot-content-right_kefu {
  align-items: center;
  margin-bottom: 30px;
}
.np-foot-content-qrcode {
  width: 294px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.np-foot-content-qrcode_item img {
  width: 64px;
  height: 64px;
}
.np-foot-content-qrcode_item div {
  line-height: 20px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.np-foot-copyright__auth {
  margin-top: 30px;
}
.np-foot-copyright__auth a {
  margin-right: 50px;
  display: inline-block;
  width: 103px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url('https://assets.chinagoods.com/libs/cgf/static/images/1664177549117-1664177522986.png');
}
.np-foot-copyright__auth__ico_1 { background-position: -10px -10px; }
.np-foot-copyright__auth__ico_2 { background-position: -10px -62px; }
.np-foot-copyright__auth__ico_3 { background-position: -133px -10px; }
.np-foot-copyright__auth__ico_4 { background-position: -133px -62px; }
.np-foot-copyright__auth__ico_5 { background-position: -10px -114px; }

@media screen and (max-width: 1600px) {
  .np-navbar-content,
  .np-foot__inner,
  .np-foot-content {
    max-width: 1200px;
  }
  .np-foot-content_qa__left {
    flex: 1;
    min-width: 0;
    margin-right: 25px;
  }
  .qa-box {
    margin-right: 0;
  }
  .np-foot-content_qa_item {
    margin-right: 30px;
  }
  .np-foot-content-right_kefu {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .np-foot-content_qa {
    flex-direction: column;
  }

  .np-foot-content_qa__left {
    margin-right: 0;
    width: 100%;
  }

  .np-foot-content-right {
    margin-left: 0;
    width: 100%;
  }

  .np-foot-content-qrcode {
    margin-left: 0;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
  }
}

/* Page shell — main content must be full viewport width (original only sets min-height) */
html {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#app.hasMinWidth {
  min-width: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.main-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 600px;
  overflow-x: hidden;
}

[data-v-440ffefa].w_p,
#common_wp {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

[data-v-440ffefa].banner_top,
[data-v-440ffefa].content_c,
[data-v-440ffefa].content_d,
[data-v-440ffefa].content_e,
[data-v-440ffefa].content_f {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

[data-v-440ffefa].desc_se {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  min-height: 294px;
  padding-bottom: 24px;
  box-sizing: border-box;
}

[data-v-440ffefa].desc_se .desc_se_bot {
  width: 100%;
  left: 0;
  right: 0;
}

[data-v-440ffefa].content_d .content_d_wrap {
  margin-left: auto;
  margin-right: auto;
}

/* Disable interactive affordances — display only */
.np-navbar a,
.np-foot a,
.np-foot-content-right_kefu,
#kefuBtn {
  pointer-events: none;
  cursor: default;
}

/* Full-URL backgrounds for file:// preview (CDN scoped CSS uses relative ../img paths) */
[data-v-440ffefa].banner_top {
  background-image: url('https://assets.chinagoods.com/www/zh/img/ptjs_a.953cfeec.png');
  background-size: 100% 100%;
}
[data-v-440ffefa].content_c {
  background-image: url('https://assets.chinagoods.com/www/zh/img/b.2c8b3475.png');
  background-size: 100% 100%;
}
[data-v-440ffefa].content_f {
  background-image: url('https://assets.chinagoods.com/www/zh/img/b_t.72d6d29f.png');
  background-size: 100% 100%;
}

/* English layout — original fixed heights/padding were sized for shorter Chinese copy */
[data-v-440ffefa].desc_se p:nth-child(3) {
  max-width: 1000px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[data-v-440ffefa].content_c {
  height: auto;
  min-height: 470px;
  padding-bottom: 48px;
}

[data-v-440ffefa].content_c .content_c_wrap {
  position: relative;
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  height: auto;
  min-height: 360px;
  padding-top: 30px;
  text-align: center;
}

[data-v-440ffefa].content_c .content_c_wrap .content_c_item {
  height: auto;
  min-height: 300px;
  vertical-align: top;
  box-sizing: border-box;
}

[data-v-440ffefa].content_c .content_c_wrap .content_c_item .p_1,
[data-v-440ffefa].content_c .content_c_wrap .content_c_item .p_2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[data-v-440ffefa].content_c .content_c_wrap .content_c_item .p_1 {
  padding: 0 8px;
}

[data-v-440ffefa].content_d {
  height: auto;
  min-height: 570px;
  padding-bottom: 48px;
}

[data-v-440ffefa].content_d .content_d_1 {
  height: auto;
  line-height: 1.4;
  padding: 48px 24px 0;
}

[data-v-440ffefa].content_d .content_d_2 {
  margin-bottom: 40px;
}

[data-v-440ffefa].content_d .content_d_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1020px;
  max-width: calc(100% - 48px);
  height: auto;
  min-height: 320px;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item {
  flex: 0 0 300px;
  width: 300px;
  height: auto;
  min-height: 320px;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  overflow: hidden;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item:nth-child(3) {
  margin-right: 0;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item .img-header {
  position: relative;
  width: 100%;
  height: 142px;
  flex-shrink: 0;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item .imgB {
  width: 100%;
  height: 142px;
  object-fit: cover;
  display: block;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item .imgS {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 1;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item .p_w {
  flex: 1;
  padding: 0 15px 20px;
  box-sizing: border-box;
}

[data-v-440ffefa].content_d .content_d_wrap .content_d_item .t_1,
[data-v-440ffefa].content_d .content_d_wrap .content_d_item .t_2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[data-v-440ffefa].content_e {
  height: auto;
  min-height: 678px;
  padding: 0 24px 60px;
  box-sizing: border-box;
  overflow: hidden;
}

[data-v-440ffefa].content_e .mban,
[data-v-440ffefa].content_e .mban2 {
  max-width: 220px;
  height: auto;
  pointer-events: none;
}

[data-v-440ffefa].content_e .b_b {
  max-width: 1000px;
  box-sizing: border-box;
}

[data-v-440ffefa].content_e .content_e_item p,
[data-v-440ffefa].content_e .content_e_item .img_desc {
  font-size: 11px;
  line-height: 14px;
  padding: 0 6px;
  bottom: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

[data-v-440ffefa].content_f {
  height: auto;
  min-height: 280px;
  padding-bottom: 48px;
  margin: 0;
  left: 0;
  right: 0;
}

[data-v-440ffefa].content_f .content_f_download {
  text-align: center;
  margin-top: 36px;
}

.download-app-btn {
  display: inline-block;
  min-width: 200px;
  padding: 14px 48px;
  font-size: 18px;
  font-family: PingFang SC, Arial, sans-serif;
  font-weight: 600;
  color: #4085f5;
  background: #fefefe;
  border: 2px solid #fefefe;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.download-app-btn:hover {
  background: #fff;
  color: #2d6fd4;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.download-app-btn:active {
  transform: translateY(0);
}

/* Desktop: restore min-width for wide layout */
@media screen and (min-width: 1200px) {
  #app.hasMinWidth {
    min-width: 1200px;
  }
}

/* Tablet */
@media screen and (max-width: 992px) {
  [data-v-440ffefa].content_c .content_c_wrap .content_c_item {
    width: calc(50% - 24px);
    max-width: 280px;
    margin: 16px 12px;
    display: inline-block;
  }

  [data-v-440ffefa].content_d .content_d_wrap {
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(100% - 48px);
    gap: 24px;
  }

  [data-v-440ffefa].content_d .content_d_wrap .content_d_item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: none;
    margin-right: 0;
  }

  [data-v-440ffefa].content_e .mban,
  [data-v-440ffefa].content_e .mban2 {
    max-width: 140px;
    opacity: 0.6;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .np-navbar__item {
    display: none;
  }

  .np-navbar__logo {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .np-navbar-content,
  .np-foot__inner,
  .np-foot-content {
    padding: 0 16px;
  }

  .np-foot__inner {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
    padding: 16px;
  }

  .np-foot-service__item {
    font-size: 12px;
    flex: 0 0 calc(50% - 8px);
    justify-content: center;
  }

  .np-foot-service__item i {
    font-size: 18px;
    margin-right: 6px;
  }

  .np-foot-content_qa__left > .flex {
    gap: 12px 20px;
  }

  .qa-box {
    min-width: calc(50% - 10px);
  }

  [data-v-440ffefa].banner_top {
    height: 240px !important;
    border: none !important;
  }

  [data-v-440ffefa].video_wrap {
    width: calc(100% - 32px) !important;
    height: auto !important;
    min-height: 180px;
    margin-top: -100px !important;
  }

  [data-v-440ffefa].desc_se {
    width: calc(100% - 32px);
    max-width: none;
    margin-top: 24px;
  }

  [data-v-440ffefa].desc_se p:first-child {
    height: auto !important;
    line-height: 1.4 !important;
    padding: 16px 12px 0;
    font-size: 18px !important;
  }

  [data-v-440ffefa].desc_se p:nth-child(3) {
    width: auto !important;
    max-width: 100%;
    padding: 0 16px;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  [data-v-440ffefa].content_c {
    min-height: 0;
    padding-bottom: 32px;
  }

  [data-v-440ffefa].content_c .content_c_wrap {
    width: 100%;
    max-width: none;
    padding: 24px 16px 0;
  }

  [data-v-440ffefa].content_c .content_c_wrap .content_c_item {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 16px;
  }

  [data-v-440ffefa].content_d .content_d_1 {
    font-size: 18px !important;
    padding: 32px 16px 0;
  }

  [data-v-440ffefa].content_d .content_d_2 {
    padding: 0 16px;
    font-size: 13px;
  }

  [data-v-440ffefa].content_d .content_d_wrap {
    flex-direction: column;
    align-items: center;
    max-width: calc(100% - 32px);
    gap: 20px;
  }

  [data-v-440ffefa].content_d .content_d_wrap .content_d_item {
    flex: none;
    width: 100%;
    max-width: 360px;
    margin-right: 0;
  }

  [data-v-440ffefa].content_e {
    min-height: 0;
    padding: 0 16px 40px;
  }

  [data-v-440ffefa].content_e .content_e_t {
    height: auto !important;
    line-height: 1.4 !important;
    padding: 32px 8px 0;
    font-size: 18px !important;
  }

  [data-v-440ffefa].content_e .content_e_en {
    padding: 0 16px;
    font-size: 13px;
  }

  [data-v-440ffefa].content_e .mban,
  [data-v-440ffefa].content_e .mban2 {
    display: none;
  }

  [data-v-440ffefa].content_e .b_b {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    border-width: 2px;
    margin-top: 24px !important;
    padding: 16px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  [data-v-440ffefa].content_e .b_b .b_img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 70%;
    max-width: 240px;
    margin: 0 auto 12px;
    display: block;
  }

  [data-v-440ffefa].content_e .content_e_item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(50% - 8px) !important;
    max-width: 150px;
    height: auto !important;
    min-height: 108px;
    margin: 0;
    padding-bottom: 8px;
  }

  [data-v-440ffefa].content_e .content_e_item .img_s {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 12px auto 6px;
    display: block;
  }

  [data-v-440ffefa].content_e .content_e_item p,
  [data-v-440ffefa].content_e .content_e_item .img_desc {
    position: relative !important;
    bottom: auto !important;
    font-size: 11px;
    line-height: 14px;
    padding: 0 4px 8px;
  }

  [data-v-440ffefa].content_f .content_f_t {
    height: auto !important;
    line-height: 1.4 !important;
    padding-top: 32px;
    font-size: 20px !important;
  }

  [data-v-440ffefa].content_f .content_f_en {
    padding: 0 16px;
    font-size: 13px;
  }

  [data-v-440ffefa].content_f .content_f_download {
    margin-top: 24px;
    padding: 0 16px;
  }

  .download-app-btn {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    padding: 14px 24px;
    font-size: 16px;
  }
}
