
.container[data-v-6d4bd6be]{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.chrome-redirect[data-v-6d4bd6be] {
    align-items: center;
    animation: slideDown-8f1a2d3a .3s ease-out;
    background: #fff;
    border: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 12px;
    box-shadow: 0 0 2px #0000001a, 0 4px 24px #00000014;
    display: flex;
    flex-direction: column;
    justify-content: start;
    left: 50%;
    max-width: 481px;
    min-width: 310px;
    opacity: 1;
    padding: 40px 24px 24px;
    position: fixed;
    top: 28vh;
    transform: translate(-50%);
    width: calc(100% - 24px);
    z-index: 1000;
}
.text[data-v-6d4bd6be]{
    font-size: 14px;
    font-variation-settings: "opsz" auto;
    font-weight: 400;
    margin-top: 16px;
    opacity: 1;
    width: 100%;
}
.texta[data-v-6d4bd6be], .textb[data-v-6d4bd6be] {
    font-family: SF Pro Text;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 1;
    width: 100%;
}
.close[data-v-6d4bd6be] {
    display: flex;
    height: 14px;
    opacity: 1;
    position: fixed;
    right: 18px;
    top: 18px;
    width: 14px;
    border: none;
    background-color: #fff;
}
.chrome-lxaz[data-v-6d4bd6be] {
    flex-direction: row;
    height: 44px;
    margin-top: 16px;
    opacity: 1;
}
.CRXimg[data-v-6d4bd6be]{
    width: 24px;
    height: 24px;
}
.chrome-lxaz[data-v-6d4bd6be], .install-item[data-v-6d4bd6be] {
    background: #1e1e1c;
    border-radius: 22px;
    color: #fff;
    display: flex;
    padding: 10px 20px;
}

.mt60{
    margin-top: 60px;
}

html,
body{
  min-height: 100vh;
}
html,
body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  cursor: default;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.server{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}
.server .son{
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      background-color: #fff;
      border-radius: 16px;
      padding: 25px 56px;
      background: linear-gradient(180deg, #cceaff, #f7f8fa 33%);
}
.server .close{
  position: absolute;
  right: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.server .serverTitle{
  height: 35px;
  line-height: 35px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 15px 0 20px;
  color: #176092 !important;
}
.server img{
    width: 60vw;
    max-width: 240px;
}
.drawerBox{
  padding: 56px 64px 24px 36px;
  position: relative;
}
.drawerClose{
  position: absolute;
  top: 16px;
  right: 12px;
}
.drawerCloseBtn{
  cursor: pointer;
  color: #94a3b8;
}
.drawerCloseBtn:hover{
  color: #334155;
}
.drawerMain{
}
.item{
  font-size: 14px;
  line-height: 36px;
  color: rgb(15, 23, 42);
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 5px;
  text-indent: 10px;
  cursor: pointer;
}
.item:hover{
  background-color: #f1f5f9;
}
.head {
  height: 56px;
  width: 100vw;
  padding: 12px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222226;
  font-weight: 700;
  position: fixed;
  background-color: #fff;
}
.head .headLeft{
    display: flex;
    align-items: center;
}
.head .MemuBtn{
  color: #a8b5ca;
  cursor: pointer;
}
.head .MemuBtn:hover{
  color: #334155;
}
.smallHead{
   padding: 12px 20px;
}
.smallRight{
  right: 20px !important;
}
.head_logo {
  display: flex;
  align-items: center;
  margin-right: 25px;
  font-size: 24px;
  cursor: pointer;
}
.head_img {
  margin-right: 8px;
  width: 35px;
  height: 35px;
}
.head_title {
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #000000f5;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.head_title:hover {
  background-color: #f4f4f6;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.head_title svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.product {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 135px;
  display: flex;
  gap: 24px;
  padding: 20px 24px 20px 235px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.head_product:hover .product {
  opacity: 0;
  transform: translateY(0);
  pointer-events: auto;
}
.head_product:hover icon {
  transform: rotate(180deg);
}
.product_item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  cursor: pointer;
}
.platform_platform_son {
  width: 160px;
  height: 120px;
}
.platform_platform_son svg {
  color: #686a82;
}
.platform_platform_son:hover svg {
  color: #000;
}
.product_item svg,
.product_item img {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.product::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.head_wrap:hover .product {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main {
  width: 100%;
}
.main_top{
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(
    to bottom, /* 渐变方向：从上到下 */
    #ffffff 0%,    /* 顶部：白色，起始位置0% */
    #d5f1fb 25%,   /* 25%位置：浅蓝1 */
    #cee7fe 50%,   /* 中间50%位置：浅蓝2（核心渐变点） */
    #d5f1fb 75%,   /* 75%位置：浅蓝1 */
    #ffffff 100%   /* 底部：白色，结束位置100% */
  );
}
.main_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* font-size: 40px; */
  width: var(--65f3a7ef);
  margin: 0 auto;
  font-size: clamp(34px, calc(34px + (48 - 34) * (100vw - 375px) / (1532 - 375)), 48px);
}
.main_tip span {
  color: #6841ea;
}
.main_tip_div {
  /* font-size: 20px; */
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 382px) / (1532 - 382)), 18px);
  color: #545c66;
  text-align: left;
  width: var(--65f3a7ef);
  max-width: 930px;
  margin: 25px auto 0;
  line-height: 1.5em;
}
.ProduceInstruction{
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: rgb(60, 60, 88);
  cursor: pointer;
}
.platform {
  width: var(--65f3a7ef);
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.head_platform_son{
  position: absolute;
  right: 80px;
  width: 140px;
  height: 30px;
  border-radius: 30px;
  background: #6a68fd;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.25s ease-out;
}
.head_platform_son_item{
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.platform_son {
  width: 240px;
  height: 44px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255);
  margin: 0 6px;
  cursor: pointer;
  /* font-size: 16px; */
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 375px) / (1377 - 375)), 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20262E;
  transition: transform 0.25s ease-out;
}
.platform_son_success{
  background-color: #6a68fd;
  color: #fff;
}
.platform_son:hover {
  background-color: rgba(255, 255, 255,.8);
}
.platform_son_success:hover{
  background-color: rgba(106, 104, 253,.8);
}
.platform_son svg {
  cursor: pointer !important;
}
.platform_son_item {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.platform_son_item svg,
.platform_son_item img {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 8px;
}
.platform_son_item svg,
.platform_son_item img {
  width: clamp(24px, calc(24px + (28 - 24) * (100vw - 375px) / (1377 - 375)), 28px);
  height: clamp(24px, calc(24px + (28 - 24) * (100vw - 375px) / (1377 - 375)), 28px);
}
.platform_son_item .icon {
  width: 32px;
  height: 32px;
}
.platform_son_mouse {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: none;
  cursor: pointer;
}
.platform_son_mouse svg {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.platform_son_mouse img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.everywhere {
  width: 1200px;
  height: 206px;
  border-radius: 24px;
  background-color: #fff;
  margin: 0 auto;
  padding: 64px;
}
.everywhere_head {
  height: 56px;
  line-height: 56px;
  font-size: 48px;
  text-align: center;
}
.everywhere_tip {
  text-align: center;
  margin-top: 10px;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
}
.product_show {
  max-width: 980px;
  width: 90vw;
  margin: 0 auto;
}
.product_1 {
  max-width:980px;
  width: var(--65f3a7ef);
  /* width: ; */
}
.product_title {
  font-size: clamp(26px, calc(26px + (40 - 26) * (100vw - 375px) / (1532 - 375)), 40px);
  font-weight: 700;
  /* height: 48px;
  line-height: 48px; */
  margin-bottom: 12px;
  text-align: center;
  margin-top: 120px;
}
.product_tip {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: left;
}
.product_flex {
  display: flex;
  align-items: center;
  margin-top: 120px;
}
.productImg{
  margin-top: 60px;
}
.flex_reverse{
  flex-direction: row-reverse;
}
.product_flex_wrap{
  flex-wrap: wrap;
  justify-content: center;
}
.product_content{
  margin: 0 auto;
}
.product_2 {
  width: 430px;
  margin-right: 50px;
}
.product_3 {
  width: 430px;
  margin-left: 50px;
}
.smallImg{
  width: clamp(320px, calc(320px + (600 - 320) * (100vw - 375px) / (800 - 375)), 600px) !important;
  margin-left: 0 !important;
  margin-right:0 !important;
}

/* .mb120{
  margin-bottom: 120px;
} */
.product_title_2 {
  font-size:  clamp(26px, calc(26px + (40 - 26) * (100vw - 375px) / (1532 - 375)), 40px);
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
}
.text_center{
  text-align: center;
}
.text_left{
  margin: 0 calc((90vw - clamp(320px, calc(320px + (600 - 320) * (100vw - 375px) / (800 - 375)), 600px)) / 2);
  text-align: left;
  word-break:break-all;
  margin-bottom: 12px;
}
.mb_10{
  margin-bottom: 10px;
}
.qa {
  max-width: 980px;
  width: var(--65f3a7ef);
  margin: 0 auto clamp(20px, calc(20px + (60 - 20) * (100vw - 382px) / (1532 - 382)), 60px);
}
.qa_title {
  text-align: center;
  margin-bottom: clamp(20px, calc(20px + (36 - 20) * (100vw - 382px) / (1532 - 382)), 36px);
  margin-top: 120px;
  font-size: clamp(26px, calc(26px + (40 - 26) * (100vw - 375px) / (1532 - 375)), 40px);
  height: 36px;
  font-weight: 700;
}
.qs_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  font-size: 18px;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}
.qs_title_box svg {
  width: 12px;
  height: 12px;
}
.qs_title_svg {
  transform: rotate(180deg);
}
.answer {
  color: #1c1c1e;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.qa_border {
  height: 1px;
  width: 100%;
  background-color: #c5c5c9;
}
.bottom {
  /* max-width: calc(100vw - 40px);
  width: v-bind(textInfoWidth);
  margin: 0 80px; */
  max-width: 980px;
  width: var(--65f3a7ef);
  margin: 0 auto clamp(20px, calc(20px + (60 - 20) * (100vw - 382px) / (1532 - 382)), 60px);
  display: flex;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap;
}
.smallBottom{
  margin: 0 auto;
}
.bottom_left {
  width: 350px;
}
.left_logo {
  display: flex;
  align-items: center;
  height: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 20px;
}
.left_logo_img {
  height: 28px;
  width: 28px;
  margin-right: 10px;
}
.left_introduce {
  font-size: 16px;
  color: #64748b;
}
.bottom_right {
  margin: 0 auto;
  width: 120px;
  display: flex;
  flex-direction: column;
  height: 172px;
}
.small_bottom_right{
  margin: 0;
  margin-top: 18px;
}
.about {
  height: 20px;
  margin-bottom: 12px;
  line-height: 20px;
  font-weight: 600;
  /* color: #64748b; */
  color: #000;
}
.privacy {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #64748b;
  cursor: pointer;
}
@media (max-width: 800px)  {
.platform {
    margin-top: 30px;
}
.main_top{
    padding-top: 64px;
}
.productImg {
    margin-top: 0px;
}
.product_show{
    margin-top: 20px;
}
.ProduceInstruction{
    margin-top: 26px;
}
}

