/* h5style */
.pc-header {
  display: none;
}
.pc-page {
  width: 100vw;
}
/* 滚动时的样式 */
.h5-page-header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 0.19vw 0.93vw rgba(0, 0, 0, 0.1); /* 可选：添加阴影增强视觉效果 */
}
.h5-page-header.notshow {
  display: none;
}
.h5-page-header {
  padding-bottom: 2.03vw;
  padding-top: 2.03vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-left: 3vw;
  padding-right: 3vw;
}
.menu-box {
  background: #ffffff;
  position: absolute;
  top: 10vw;
  display: flex;
  flex-direction: column;
  width: 100vw;
  box-shadow: 0 0.19vw 0.93vw rgba(0, 0, 0, 0.1);
}
.link-a {
  padding: 1.4vw 4vw;
  color: #333333;
  text-decoration: none;
  background: #ffffff;
  font-size: 2.4vw;
  font-weight: 400;
}
.more-icon {
  width: 4.8vw;
  height: 3.8vw;
}

.down-btn {
  width: 21.6vw;
  height: 7.33vw;
  background: #4c4c4c;
  border-radius: 0.44vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 400;
}

.android-icon {
  width: 2.93vw;
  height: 3.46vw;
  margin-right: 1.37vw;
}

.ios-icon {
  width: 4.13vw;
  height: 4.13vw;
  margin-right: 1.37vw;
}

.down-btn-text {
  font-size: 2.13vw;
}

.down-btn-text2 {
  font-size: 2.13vw;
}

.font-26 {
  font-size: 3.33vw;
  font-weight: 600;
  color: #333333;
}

.font-11 {
  padding-top: 1.33vw;
  width: 41.6vw;
  font-weight: 400;
  font-size: 2.4vw;
  color: #333333;
}

.btn-box1 {
  margin-top: 2.13vw;
}

.ios {
  margin-top: 1.33vw;
}

.default-tab {
  width: 12.8vw;
  height: 3.73vw;
  border-radius: 2.22vw 2.22vw 2.22vw 2.22vw;
  border: 0.09vw solid #333333;
  font-weight: 500;
  font-size: 1.86vw;
  color: #363636;
  text-align: center;
  line-height: 3.73vw;
  cursor: pointer;
}

.active-tad {
  width: 12.8vw;
  height: 3.73vw;
  background: #333333;
  border-radius: 2.22vw 2.22vw 2.22vw 2.22vw;
  font-weight: 500;
  font-size: 1.86vw;
  color: #ffffff;
  text-align: center;
  line-height: 3.73vw;
  cursor: pointer;
}

.active-tad-gruop {
  gap: 0.56vw;
  margin-top: 1.11vw;
  margin-bottom: 2.26vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-container {
  position: relative;
  z-index: 10;
}

.left-icon {
  width: 4.93vw;
  height: 4.93vw;
}

.right-icon {
  width: 4.93vw;
  height: 4.93vw;
  transform: rotate(180deg);
}

.banner-title {
  font-weight: 500;
  font-size: 2.18vw;
  color: #333333;
  margin-bottom: 0.56vw;
  padding-left: 1.02vw;
}

.banner-title2 {
  font-weight: 500;
  font-size: 2.13vw;
  color: #6b7385;
}

.title2-item {
  margin-bottom: 0.56vw;
}

.gou-icon {
  width: 1.93vw;
  height: 1.93vw;
  margin-right: 0.39vw;
}

.banner-pic {
  width: 26.48vw;
  height: 19.81vw;
  border-radius: 0.74vw;
}

.banner-box {
  width: 82.88vw;
  height: 29.59vw;
  border-radius: 1.85vw 1.85vw 1.85vw 1.85vw;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.banner-item {
  padding: 1.67vw 1.67vw 1.67vw 2.22vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 79.66vw;
  background: #ffffff;
  border-radius: 1.85vw 1.85vw 1.85vw 1.85vw;
  position: absolute;
  top: 0.8vw;
  left: 1.64vw;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0vw 0.37vw 1.85vw 0vw rgba(0, 0, 0, 0.08),
    0vw 0.09vw 0.46vw 0vw rgba(0, 0, 0, 0.04);
}

/* 11-2 */
.box3 {
  padding-left: 12vw;
  padding-right: 4vw;
  margin-top: 4.41vw;
}

.mb-24 {
  margin-bottom: 2.22vw;
}

.mr-26 {
  margin-right: 2vw;
}

.title5 {
  font-weight: 500;
  font-size: 2.6vw;
  color: #333333;
}

.title4 {
  font-weight: 500;
  font-size: 2.13vw;
  color: #6b7385;
}

.scroll-box {
  height: 32.81vw;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1.33vw;
}

.scroll-box::-webkit-scrollbar {
  width: 0.28vw;
}

.scroll-box::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0.14vw;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #2756ff;
  border-radius: 0.14vw;
  min-height: 1.78vw;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #1d42cc;
}

.scroll-box-item {
  margin-bottom: 1.33vw;
}

.scroll-box-item:last-child {
  margin-bottom: 0;
}

.box4 {
  width: 100vw;
  padding-top: 4.83vw;
}

.box5 {
  width: 100vw;
  height: 31.02vw;
  gap: 0.93vw;
  align-items: center;
  padding-left: 4vw;
  position: relative;
  margin-top: 5.63vw;
}

.box5AcIndex {
  width: 47.6vw;
  height: 15.06vw;
  background: #1d59f2;
  color: #ffffff;
  padding: 2.3vw 1.33vw 0 1.33vw;
  margin-bottom: 1.33vw;
}

.box5Actitle {
  text-align: center;
  font-weight: 500;
  font-size: 2.93vw;
  color: #ffffff;
  padding-bottom: 1.02vw;
}

.box5Actitle2 {
  font-weight: 400;
  font-size: 2.13vw;
  color: #ffffff;
}

.box5Index {
  width: 47.6vw;
  height: 15.06vw;
  background: #ffffff;
  color: #333333;
  padding: 2.3vw 1.33vw 0 1.33vw;
  margin-bottom: 1.33vw;
}

.box5title {
  font-weight: 500;
  font-size: 2.93vw;
  color: #333333;
  padding-bottom: 1.02vw;
}

.box5title2 {
  font-weight: 400;
  font-size: 2.13vw;
  color: #333333;
}

.title10 {
  text-align: center;
  font-weight: 400;
  font-size: 2.13vw;
  color: #333333;
  margin-top: 1.56vw;
}

.bo5-pic-1 {
  width: 18.52vw;
  height: 37.2vw;
  position: absolute;
  top: 15.22vw;
  left: 54vw;
}

.bo5-pic-2 {
  width: 18.52vw;
  height: 37.2vw;
  position: absolute;
  top: 0.42vw;
  left: 74vw;
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.5s ease-out;
}

.slide-up-enter {
  transform: translateY(5vw);
  opacity: 0;
}

.slide-up-enter-to {
  transform: translateY(0);
  opacity: 1;
}

.slide-up-leave {
  transform: translateY(0);
  opacity: 1;
}

.slide-up-leave-to {
  transform: translateY(-5vw);
  opacity: 0;
}

/* 121 */
.h5-box1 {
  width: 100vw;
  height: 60.4vw;
  background-image: url("./public/pc_pic/sjbg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pc-box1 {
  padding-left: 3vw;
  padding-top: 12.13vw;
}
.logo-icon {
  width: 6.8vw;
  height: 6.8vw;
  margin-right: 1.3vw;
}
.name {
  font-size: 3.86vw;
  font-weight: 500;
  color: #333333;
}
.title1 {
  font-size: 3.73vw;
  text-align: center;
}
.box2 {
  padding-top: 3.46vw;
}

.hxys-pic {
  width: 29.6vw;
  height: 30.53vw;
}
.box4and5 {
  margin-top: 6vw;
  width: 100vw;
  height: 88.26vw;
  background-image: url("./public/pc_pic/bg111.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.coy-box-pc {
  display: none;
}
.coy-box-h5 {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 16.66vw;
  background: #3a3a3b;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2.63vw;
  color: #ffffff;
}
.box-72 {
  display: none;
}
.line-title {
  font-weight: 400;
  font-size: 3.73vw;
  color: #ffffff;
}
.addr-val {
  font-weight: 400;
  font-size: 2.4vw;
  color: rgba(255, 255, 255, 0.85);
}
.addr-title {
  font-weight: 400;
  font-size: 2.66vw;
  color: #ffffff;
}
.p17 {
  padding-right: 4.66vw;
}
.m16 {
  margin-top: 4vw;
}
.m17 {
  margin-top: 1.6vw;
}
.box-6 {
  margin-top: 9.15vw;
  height: 38.49vw;
  width: 100vw;
  background-image: url("./public/pc_pic/bg3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.dowm-title {
  font-weight: bold;
  font-size: 4vw;
  color: #ffffff;
  text-align: center;
  padding-top: 4.45vw;
  padding-bottom: 1.45vw;
}
.dowm-solgn {
  font-weight: 400;
  font-size: 2.2vw;
  color: #fffbfb;
  text-align: center;
}
.adr-btn {
  text-align: center;
  line-height: 8vw;
  width: 30.92vw;
  height: 8vw;
  border-radius: 4.2vw;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 2.4vw;
  color: #ffffff;
  cursor: pointer;
}
.adr-btn:hover {
  text-align: center;
  line-height: 8vw;
  width: 30.92vw;
  height: 8vw;
  background: #ffffff;
  border-radius: 4.2vw;
  font-weight: 600;
  font-size: 2.4vw;
  color: #333333;
  cursor: pointer;
}
.btn-group {
  display: flex;
  justify-content: center;
  gap: 1.88vw;
  padding-top: 5.69vw;
}
.box7 {
  width: 100vw;
  height: 59.26vw;
  background: #141d26;
  position: relative;
}
.box-71 {
  padding: 3.2vw 0 0 3.2vw;
}
.introduction {
  padding-top: 2vw;
  width: 218px;
  font-weight: 400;
  font-size: 2.4vw;
  color: #ffffff;
  line-height: 3.8vw;
  padding-right: 20vw;
}
.icon33 {
  width: 6.14vw;
  height: 6.14vw;
  margin-right: 1.46vw;
}
.name2 {
  font-weight: 400;
  font-size: 2.92vw;
  color: #fff9f9;
}
