@import "./normalize.css";
@import "./iconfont.css";
@import "./style.css";

body {
  padding: 0;
  margin: 0;
  background-color: whitesmoke;
}

:root {
  --color-text: #333;
  --color-backgroud: #fff;
  --color-high-text: #ff5777;
  --color-tint: #ff8198;
  --font-size: 14px;
}

li {
  list-style: none;
}

dl,
dt,
dd,
ul,
p,
input {
  padding: 0;
  margin: 0;
  border: none;
}

button {
  outline: none;
}

.c-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.c-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}


input:focus {
  outline: none;
  border: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

i {
  font-style: normal
}

h1,
h2,
h3 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
}

.bj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  animation: bjshow .4s both;
}

@keyframes bjshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 居中的弹框 */
.disFlex {
  display: flex;
}

.disFlexCon {
  justify-content: center;
  align-items: center;
}

/* 底部的弹框 */
.bj .buttom {
  background-color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  animation: show 0.4s both;
}

@keyframes show {
  0% {
    bottom: -400px;
  }

  100% {
    bottom: 0;
  }
}

/* 左边的弹框 */
.bj .bjLeft {
  background-color: white;
  position: absolute;
  left: 0;
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  animation: leftShow 0.4s both;
}

@keyframes leftShow {
  0% {
    left: -400px;
  }

  100% {
    bottom: 0;
  }
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.op-0 {
  opacity: 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}

input:-moz-placeholder,
textarea::-moz-placeholder {
  color: #9c9c9c;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9c9c9c;
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9c9c9c;
}

.icon-xinghao {
  position: relative;
  top: 2px;
  color: #cc3300;
}

.red {
  color: #ee0000 !important;
}

.blue {
  color: #1890ff !important;
}

.pink {
  color: #ef629f !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.overHidden {
  overflow: hidden;
}

.img {
  overflow: hidden;
}


.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gundong::-webkit-scrollbar {
  overflow-x: auto;
  white-space: nowrap;
  display: none;
}

.fitBottom {
  margin-bottom: calc(env(safe-area-inset-bottom) + 10px);
}

.terBottom {
  padding-bottom: calc(env(safe-area-inset-bottom) - 10px);
}

.btn {
  background: linear-gradient(to right, #ef629f, #eecda3);
  width: calc(100% - 30px);
  border-radius: 45px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  color: white;
  margin: 30px 15px;
  z-index: 998;
}

.fBbtn {
  background: linear-gradient(to right, #ef629f, #eecda3);
  line-height: 45px;
  height: 45px;
  width: 100%;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
}

.shadeBack {
  background: linear-gradient(to right, #ef629f, #eecda3);
  border: none;
}

.floating {
  position: fixed;
  background: linear-gradient(to right, #ef629f, #eecda3);
  color: white;
  bottom: 140px;
  right: -15px;
  z-index: 999;
  font-size: 14px;
  padding: 8px 25px 8px 15px;
  border-radius: 50px;
}

.van-image {
  display: block;
}

.backFFF {
  overflow: hidden;
  background-color: white;
}


.mxH50 {
  max-height: 50% !important;
}

.qbj {
  background-color: rgba(0, 0, 0, 0);
  z-index: 98;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ========== 页脚 footer ========== */
.yx-footer {
  width: 100%;
  background: linear-gradient(90deg, #020c24 0%, #04112c 100%);
  color: rgba(255, 255, 255, 0.72);
}

.yx-footer__container {
  width: 1200px;
  margin: 0 auto;
  padding: 46px 32px 24px;
  box-sizing: border-box;
}

.yx-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.yx-footer__info {
  width: 760px;
}

.yx-footer__social {
  width: 280px;
}

.yx-footer__title {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
}

.yx-footer__text {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.68);
}

.yx-footer__contact {
  display: flex;
  align-items: center;
  gap: 46px;
  margin-top: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.yx-footer__contact-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.yx-footer__desc {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.68);
}

/* 小图标 */
.yx-footer__mini-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.yx-footer__mini-icon--phone::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 10px;
  height: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.68);
  border-radius: 2px;
}

.yx-footer__mini-icon--phone::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 1px;
}

.yx-footer__mini-icon--mail::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 12px;
  height: 9px;
  border: 1.5px solid rgba(255, 255, 255, 0.68);
  border-radius: 1px;
}

.yx-footer__mini-icon--mail::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.68);
  border-right: 1.5px solid rgba(255, 255, 255, 0.68);
  transform: rotate(135deg);
}

/* 社交图标区 */
.yx-footer__social-list {
  display: grid;
  grid-template-columns: repeat(3, 56px);
  gap: 18px 18px;
  justify-content: start;
}

.yx-footer__social-item {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(120, 144, 180, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  cursor: pointer;
}

.yx-footer__social-item:hover {
  background-color: rgba(120, 144, 180, 0.42);
  transform: translateY(-2px);
}

.yx-footer__social-icon {
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.9;
}

/* 底部版权 */
.yx-footer__bottom {
  padding-top: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.48);
}


/* ========== 顶部导航 ========== */
.yx-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.yx-header__inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* logo */
.yx-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.yx-logo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 54px;
  background-color: #fff;
  overflow: hidden;
}

.yx-logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 中间导航 */
.yx-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  height: 100%;
}

.yx-nav__list {
  display: flex;
  align-items: center;
  gap: 56px;
  height: 100%;
}

.yx-nav__item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.yx-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 17px;
  color: #333;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.yx-nav__link:hover {
  color: #ff8a00;
}

.yx-nav__item.is-active .yx-nav__link {
  color: #ff8a00;
  font-weight: 600;
}

.yx-nav__item.is-active .yx-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #ff8a00;
  border-radius: 2px;
}

.yx-placeholder-block {
  width: 100%;
  height: 400px;
  border: 2px dashed #d8d8d8;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 24px;
}

.yxRig {
  display: flex;
  align-items: center;
}

.yxRig .yx-header__actions {
  display: flex;
  align-items: center;
}

.yxRig .yx-header__actions .search {
  font-size: 20px;
  color: rgba(53, 58, 69, 1);
}

.yxRig .yx-header__actions .name {
  font-size: 17px;
  margin-left: 40px;
  color: rgba(53, 58, 69, 1);
}

.yxRig .yx-header__actions .unfold {
  margin-left: 5px;
  font-size: 20px;
  color: rgba(53, 58, 69, 1);
}

/* ========== 公共容器，防冲突前缀：yx- ========== */
.yx-page {
  width: 100%;
  min-width: 1400px;
  background-color: #fff;
}

.yx-container {
  width: 1400px;
  margin: 0 auto;
}.yx-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.yx-lang {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.yx-lang__current {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    transition: all 0.3s ease;
    background: #fff;
}

.yx-lang:hover .yx-lang__current {
    border-color: #ff8a00;
    color: #ff8a00;
}

.yx-lang__text {
    font-size: 14px;
    color: inherit;
    line-height: 1;
}

.yx-lang__arrow {
    font-size: 12px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.yx-lang.open .yx-lang__arrow {
    transform: rotate(180deg);
}

.yx-lang__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 120px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.3s ease;
    z-index: 99;
}

.yx-lang.open .yx-lang__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.yx-lang__item {
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    background: #fff;
}

.yx-lang__item:hover {
    background: #f8f8f8;
    color: #ff8a00;
}

.yx-lang__item.is-active {
    color: #ff8a00;
    font-weight: 600;
}