:root {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color-scheme: light dark;
	color: #444;
	background: #fafafa;
}

@media (prefers-color-scheme: dark) {
	:root {
		color: #fff;
		background: #1c1c1c;
	}
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

#app > main {
	display: -ms-flexbox;
	display: flex;
	padding-top: 3.5rem;
	margin: 0 auto;
	min-height: calc(100vh - 3.5rem);
	max-width: 1280px;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (max-width: 639px) {
	#app > main {
		margin: 0 2rem;
	}
}

* {
    margin: 0;
    padding: 0;
}
html {
  font-size: 100px;
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
  margin: 0;
  padding: 0;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
}

table {
  border-spacing: 0;
}

body {
  font-family: 'microsoft yahei', Arial;
  font-size: 0.26rem;
  line-height: 1;
  color: #333;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  -webkit-tap-highlight-color: #5f1eb5;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: 0;
}

img {
  border: none;
  vertical-align: middle;
}

.page-box {
  width: 100%;
  max-width: 550px;
  height: 100%;
  margin: 0 auto;
}

.page-img {
  width: 100%;
}

.page-img img {
  width: 100%;
  display: block;
}

.top-img {
  width: 100%;
  max-width: 550px;
  position: fixed;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  z-index: 999;
}

.top-img img {
  width: 100%;
  display: block;
}

.bottom-img {
  width: 100%;
  max-width: 550px;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
}

.bottom-img img {
  width: 100%;
  display: block;
}

.img03 {
  position: relative;
}

.img03 .img03-01 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
}

.img03 .img03-02 {
  width: 50%;
  float: left;
}

.img03 .img03-03 {
  width: 50%;
  float: left;
}

.message {
  width: 100%;
  height: 3rem;
  background: no-repeat top center;
  background-size: 100% 100%;
  clear: both;
  padding-top: 0.5rem;
}

.message .list {
  width: 100%;
  min-height: 1rem;
  margin-top: 0.6rem;
  height: 4.2rem;
}

.message .list ul {
  width: 100%;
}

.message .list ul li {
  width: 100%;
  margin: 0 0;
}

.message .list ul li img {
  width: 100%;
}

.message .function {
  width: 100%;
  text-align: center;
  margin-top: 0.1rem;
}

.message .function img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.page-ws-box {
  position: relative;
  padding-bottom: 100px;
  background: #4c1e9b;
}

.ws-box {
  width: 100%;
  position: absolute;
  top: 27%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  overflow: hidden;
}

.swiper-slide img {
  width: 90%;
  margin: 0 auto;
}

.webs {
  position: absolute;
  left: 43%;
  color: #ffffff;
  top: 60%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}

.webs em {
  display: inline-block;
  text-align: center;
  color: #fff000;
  font-size: 16px;
  font-style: normal;
}

.mkefu {
  width: 92px;
  height: 183px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 45%;
  right: -5px;
  cursor: pointer;
  z-index: 1054;
}

.beiLink {
  width: 96px;
  height: 72px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 32%;
  right: -5px;
  cursor: pointer;
  z-index: 1054;
}

/* 拖拽按钮样式 */
.beiLink {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 性能优化 */
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* 启用硬件加速 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.beiLink:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px) scale(1.02) translateZ(0);
}

.beiLink:active,
.beiLink.dragging {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transform: scale(1.1) translateZ(0);
  transition: none;
  z-index: 1000;
  /* 拖拽时的性能优化 */
  will-change: transform;
}

/* 拖拽结束时的贴边动画 */
.beiLink:not(.dragging) {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: auto; /* 不拖拽时移除 will-change */
}

/* 防止拖拽时选中文本 */
.beiLink * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .beiLink:hover {
    transform: translateZ(0); /* 移动端移除 hover 效果 */
  }

  .beiLink:active,
  .beiLink.dragging {
    transform: scale(1.08) translateZ(0);
  }
}

/* 高分辨率屏幕优化 */
@media (-webkit-min-device-pixel-ratio: 2) {
  .beiLink {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}

/* GPU 加速优化 */
@supports (transform: translate3d(0, 0, 0)) {
  .beiLink {
    transform: translate3d(0, 0, 0);
  }

  .beiLink:hover {
    transform: translate3d(0, -1px, 0) scale(1.02);
  }

  .beiLink:active,
  .beiLink.dragging {
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}

.slick-slide img {
  width: 100%;
}

.slider-containerTwo .slick-slide img {
  padding: 0 5%;
}

