/* 闪连VPN 下载页 — 参照快连/LetsVPN 移动端落地页 */
@font-face {
  font-family: Letsvpn-home;
  src: url(1f3a9ee3.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"], [class^="icon-"] {
  font-family: Letsvpn-home !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before { content: "\26"; }
.icon-burger:before { content: "\35"; }
.icon-windows:before { content: "\36"; }
.icon-macos:before { content: "\37"; }
.icon-android:before { content: "\38"; }
.icon-ios:before { content: "\39"; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; touch-action: manipulation; }
body {
  font-family: Helvetica, Charter, PingFang SC, Microsoft YaHei, Arial, sans-serif;
  background: #f2f7fb;
  font-size: 12px;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
a { color: inherit; text-decoration: none; }
button { border: none; background: transparent; cursor: pointer; font: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; -webkit-user-drag: none; }

#app.mobile {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  min-width: 320px;
  overflow-x: hidden;
}

.m-wrapper {
  background: #f2f7fb;
  position: relative;
  overflow: hidden;
}

/* ===== 首屏背景 ===== */
.first-screen {
  position: relative;
  overflow: hidden;
  padding-bottom: .80515rem;
}
.bg {
  width: 100%;
  height: 16rem;
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
  background: linear-gradient(315deg, #eb4eb1, #9257f9 50.46%, #3150ed);
}
.bg .circle1 {
  position: absolute;
  width: 3.62319rem; height: 3.62319rem;
  top: 58%; right: 8%;
  border-radius: 50%;
  opacity: .05;
  background: #fff;
}
.bg .wave {
  display: block;
  width: 100%; height: auto;
  position: absolute;
  right: 0; bottom: -.0161rem;
  z-index: 2;
}
.bg .wave .cls-1 { fill: #f2f7fb; }

/* ===== 顶栏 ===== */
.header {
  width: 100%;
  padding: .32206rem .48309rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 90;
}
.header .logo {
  display: inline-flex;
  align-items: center;
}
.header .logo-img {
  height: 1.04717rem;
  width: auto;
  display: block;
}
.header .btn-more {
  width: .57971rem;
  height: .57971rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .57971rem;
  line-height: 1;
}
.header .mark {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 200;
}
.header .mark.open { display: block; }
.header .links_box {
  position: absolute;
  top: .19324rem; right: .11272rem;
  width: 5.13688rem;
  padding: 1.32045rem 0 0 .57166rem;
  border-radius: .24155rem;
  background: #6e55f5;
  box-shadow: 0 .04026rem .11272rem rgba(0,0,0,.25);
  text-align: left;
}
.header .links_box .btn-close {
  position: absolute;
  top: .48309rem; right: .48309rem;
  color: #fff; font-size: .57971rem; line-height: 1;
}
.header .links_box .route {
  display: block;
  color: #fff;
  font-size: .33816rem;
  margin-bottom: .56361rem;
}

/* ===== 首屏主内容 ===== */
.main {
  width: 100%;
  position: relative;
  margin-top: 1.45026rem;
  padding: .61192rem 0 1.61031rem;
}
.slogon {
  font-size: .90177rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .07246rem;
  padding: 0 .40258rem;
  position: relative;
  z-index: 1;
}
.platform_certified {
  margin-top: .24155rem;
  padding: .11272rem 0;
  font-size: .35427rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .17713rem;
  position: relative;
  z-index: 1;
}
.platform_certified .badge_icon { width: .38647rem; height: .38647rem; }
.platform_certified .certified_btn { color: #fff; text-decoration: underline; }

.desc {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: .56361rem 0;
  padding: 0 .78905rem;
}
.desc li {
  border-right: .02415rem solid;
  border-image: linear-gradient(180deg, hsla(0,0%,100%,0), hsla(0,0%,100%,.3), hsla(0,0%,100%,0)) 0 1;
  font-size: .38647rem;
  width: 3.81643rem;
  padding-top: .12077rem;
}
.desc li:last-child { border: none; }
.desc li strong { font-size: .72464rem; font-weight: 700; display: inline; }
.desc li span { display: block; font-size: .35427rem; margin-top: .04831rem; }

.down-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 .40258rem;
  margin-top: .80515rem;
}
.down_btn_and {
  position: relative;
  width: max-content;
  margin: auto;
}
.down_btn_and .cer_img {
  position: absolute;
  top: -.16103rem;
  left: 50%;
  transform: translateX(-50%);
  height: .48309rem;
  width: 3.81643rem;
}
.btn-down {
  width: 7.09074rem;
  min-width: 2.25445rem;
  padding: .41868rem .48309rem;
  text-align: center;
  color: #4853e3;
  background: linear-gradient(180deg, #fff, #eee);
  border-radius: .88567rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35427rem;
  font-weight: 700;
  font-size: .54773rem;
}
.btn-down--gradient {
  color: #fff;
  background: linear-gradient(315deg, #eb4eb1, #9257f9 50%, #3150ed);
}
.btn-down .icon-android {
  font-size: .93398rem;
  line-height: 1;
  flex-shrink: 0;
  display: inline-block;
}
.btn-down--gradient .icon-android {
  color: #fff;
}
.down-other {
  font-size: .32206rem;
  color: #fff;
  font-weight: 700;
  margin-top: .60386rem;
  display: inline-flex;
  align-items: center;
  gap: .24155rem;
  cursor: pointer;
}
.down-other img { width: .38647rem; height: .57971rem; }

/* ===== 全球应用 ===== */
.m-AppAnimation {
  padding-bottom: .08052rem;
  background: #f2f7fb;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.appAnimation h2 {
  font-size: .64412rem;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: .5rem .16103rem 0;
}
.appAnimation.mobile .showSvg {
  padding-bottom: .64412rem;
}
.showSvg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateZ(0);
}
.showSvg .blingcircle {
  transform-origin: 50% 50%;
  animation: bianfu-tobig 2s linear infinite;
}
.showSvg .elliptop {
  opacity: 1;
}
@keyframes bianfu-tobig {
  0% { transform: scale(.9); }
  50% { transform: scale(1); }
  100% { transform: scale(.9); }
}

/* ===== 卖点介绍 ===== */
.intro-wrapper {
  position: relative;
  z-index: 2;
  padding: 1.12721rem .84541rem 0;
  text-align: center;
  background: #fff;
}
.intro-item { margin-bottom: 0; }
.intro-item .desc-text {
  width: 100%;
  padding-left: .61192rem;
  padding-top: .33816rem;
  text-align: left;
}
.tip_btn {
  display: inline-flex;
  align-items: center;
  gap: .16103rem;
  background: linear-gradient(315deg, #eb4eb1, #9257f9 50%, #3150ed);
  color: #fff;
  border-radius: 1.61031rem;
  padding: .11272rem .19324rem .11272rem .11272rem;
}
.tip_btn img { width: .39452rem; height: .39452rem; }
.tip_btn span { font-size: .31401rem; padding-right: .16103rem; }
.intro-wrapper h2 {
  font-size: .64412rem;
  color: #333;
  text-align: left;
  margin-top: .31401rem;
  font-weight: 400;
}
.intro-wrapper p {
  color: #000;
  font-size: .31401rem;
  line-height: .48309rem;
  margin-top: .48309rem;
  opacity: .5;
  text-align: left;
}
.intro-wrapper p a { color: #3150ed; text-decoration: underline; }
.intro-wrapper .icon-bottom {
  width: 8.24477rem;
  max-width: 100%;
  height: auto;
  margin: .3rem auto 0;
  display: block;
}

/* ===== 用户评价 ===== */
.comments {
  padding: .72464rem 0 1.41707rem;
  background: #fff;
  text-align: center;
}
.comments .com-title {
  font-size: .64412rem;
  font-weight: 400;
  margin-bottom: .45089rem;
  color: #333;
}
.carousel-wrapper { padding: 0 .60386rem; overflow: hidden; }
.carousel-track {
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}
.commentBox-container {
  flex: 0 0 8.05153rem;
  width: 8.05153rem;
  height: 5.33172rem;
  margin-right: .4rem;
  border-radius: .25765rem;
  border: .0161rem solid #eef2f6;
  background: #f7f9ff;
  padding: .50725rem 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.commentBox-header {
  display: flex;
  justify-content: space-between;
  padding: 0 .45089rem 0 .50725rem;
}
.commentBox-stars { display: flex; gap: .06rem; }
.commentBox-star { width: .38647rem; height: .38647rem; color: #9257f9; }
.commentBox-date { font-size: .28986rem; color: #697586; }
.commentBox-content {
  padding: .46699rem .38647rem .23349rem .55556rem;
  font-size: .30596rem;
  line-height: .44283rem;
  color: #697586;
  flex: 1;
}
.commentBox-footer { margin-left: .50725rem; margin-top: auto; }
.commentBox-user { display: flex; align-items: center; gap: .25765rem; }
.commentBox-user__avatar {
  width: .77295rem; height: .77295rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #c7d2fe, #fbcfe8);
  display: flex; align-items: center; justify-content: center;
  font-size: .35rem;
}
.commentBox-user__name-text {
  display: block;
  font-size: .28986rem;
  font-weight: 600;
  color: #202939;
}
.commentBox-user__name-from {
  display: block;
  font-size: .28986rem;
  color: #697586;
}
.carousel-controls {
  display: flex;
  justify-content: center;
  gap: .40258rem;
  margin-top: .55556rem;
}
.nav-arrow {
  width: .90177rem; height: .90177rem;
  border: .00805rem solid #d7d6de;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}
.nav-arrow svg { width: .52335rem; height: .52335rem; }

.comments .cont { margin-top: 1.44928rem; }
.comments .cont h3 {
  font-size: .64412rem;
  font-weight: 400;
  margin-bottom: .48309rem;
  color: #333;
}

/* ===== 微信引导 ===== */
.wxtip {
  display: none;
  background: rgba(0,0,0,.8);
  text-align: center;
  position: fixed;
  inset: 0;
  z-index: 99999999;
  color: #fff;
}
.wxtip.open { display: block; }
.wxtip-arrow {
  position: absolute;
  right: .48309rem;
  top: .2rem;
  width: 1.93237rem;
  height: 2.41546rem;
}
.wxtip .wxtip-txt {
  margin-top: 3.52657rem;
  font-size: .43478rem;
  line-height: 2;
}

/* ===== 其他平台弹层 ===== */
.platform-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(0,0,0,.5);
  align-items: flex-end;
  justify-content: center;
}
.platform-panel.open { display: flex; }
.platform-panel__sheet {
  width: 100%;
  max-width: 768px;
  background: #fff;
  border-radius: .4rem .4rem 0 0;
  padding: .6rem .5rem 1rem;
  text-align: left;
}
.platform-panel__sheet h4 {
  font-size: .45rem;
  margin-bottom: .4rem;
  text-align: center;
}
.platform-panel__sheet a {
  display: block;
  padding: .35rem 0;
  border-bottom: 1px solid #eee;
  font-size: .33816rem;
  color: #333;
}
.platform-panel__close {
  display: block;
  width: 100%;
  margin-top: .4rem;
  padding: .3rem;
  text-align: center;
  color: #666;
  font-size: .33816rem;
}

.fab-support {
  position: fixed;
  right: .4rem;
  bottom: .8rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: linear-gradient(315deg, #3150ed, #9257f9);
  box-shadow: 0 .15rem .4rem rgba(49,80,237,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
  border: none;
  color: #fff;
  font-size: .5rem;
}

@media (min-width: 769px) {
  html { font-size: 61.9px !important; }
}
