/* common */

a {
  color: #1289ff;
}

:root {
  --font-family-base: 'MiSans', -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Microsoft YaHei", "微软雅黑",
    "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.font-manrope {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Microsoft YaHei", "微软雅黑",
    "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.1em;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ececec;
  color: #262626;
  font-family: var(--font-family-base);
  font-display: swap;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  margin: 0;
}

.fullscreen {
  height: calc(var(--vh, 1vh) * 100);
}

.text-color-zr {
  color: #3D8777;
}

.fs-7 {
  font-size: 13px !important;
}

.fs-8 {
  font-size: 0.75rem !important;  /* 12px */
}

.slogan {
  font-size: 13px;
  font-weight: 500;
}

header .navbar {
  height: 124px;
}

.navbar-brand {
  z-index: 9999;
}

.navbar-toggler .fa-bars {
  color: #6e6e6e;
}

footer {
  font-size: 11px;
  color: #827e7e;
  text-align: center;
}
footer a {
  color:#827e7e;
}

/* 自定义 Drawer 样式 */
.offcanvas {
  --bs-offcanvas-width: 75vw; /* 设置为视窗宽度的 75% */
  box-shadow: 0 20px 20px 5px rgba(0,0,0,0.3);
  background-color: #ececec !important;
}

/* 其他样式保持不变 */
.offcanvas .nav-link {
  padding: 21px 1.5rem;
  font-size: 16px;
  color: #262626;
}

.offcanvas-header {
  height: 124px;
}

.offcanvas .icon-close {
  color:#6e6e6e;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: content-box;
}

/* 背景视频容器 */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}

/* 背景视频 */
.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 网站内容容器 */
.site-content {
  position: relative;
  z-index: 1;
}
.site-content .offcanvas-header{justify-content: end;}
/* Offcanvas 样式保持不变 */
.offcanvas.offcanvas-start {
  width: 75vw !important;
  max-width: 75vw !important;
}

@media (min-width: 576px) {
  .offcanvas.offcanvas-start {
    width: 400px !important;
    max-width: 400px !important;
  }
}

.icon-bars {
  color: #6e6e6e;
}

#page-home {
  overflow: hidden;
}

#page-home .icon-bars {
  color: #fff;
}

#page-home footer {
  opacity: 0.5;
}

/* pages */
#page-home-inner {
  height: calc(var(--vh, 1vh) * 100 - 124px - 68px);
}

#page-home-inner h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  padding-left: 2.6rem;
}
#page-home-inner h1 .subtitle{
	font-size: 20px;
}
#page-home-inner .link-download {
  display: block;
  background-color: #262626;
  color: #f5f5f5;
  text-decoration: none;
  height: 72px;;
  border-radius: 20px;
  max-width: 268px;
  width: 75%;
  gap: 36px;
}

#page-home-inner .link-download .icon {
  width: 50px;
  text-align: center;
}

 #page-home-inner .link-download .name {
  width: 80px;
  font-size: 20px;
  font-weight: 500;
}

#page-home-inner .link-download .version {
  font-size: 11px;
  font-weight: 500;
}

#page-about .banner {
  background: url('../image/about-us.jpg') 50% 50% no-repeat;
  height: 248px;
  background-size: cover;
  border-radius: 15px;
}

#page-about .about-content {
  font-size: 13px;
  line-height: 25px;
}

#page-about .about-content h2 {
  font-size: 18px;
}

#page-about .about-content h2 .small {
  font-size: 10px;
  font-weight: 500;
  color: #979797;
}

#page-support-inner {
  line-height: 25px;
}
#page-support-inner .tech-content img{max-width: 100%;height: auto!important;margin-bottom: 10px;border-radius: 8px;}
#page-support-inner .service-policy ol {
  list-style: inside number;
  margin: 0;
  padding: 0;
}

#page-products-inner {
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}

#page-products-inner .product-item {
  text-decoration: none;
}

#page-products-inner .card {
  background: none;
  border: none;
  text-decoration: none;
}

#page-products-inner .card-title {
  color: #242424;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
}

#page-products-inner .card-body {
  padding-top: 22px;
  padding-bottom: 12px;
}

#page-products-inner .link-detail {
  display: flex;
  gap: 16px;
  justify-content: center;
}

#page-products-inner .link-detail .hot {
display: block;
  background-color: #f5f5f5;
  color: #438E7E;
  width: 56px;
  height: 37px;
  line-height: 37px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

#page-products-inner .link-detail .link {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: #262626;
  width: 211px;
  height: 37px;
  line-height: 37px;
  border-radius: 6px;
  text-decoration: none;
}

#page-products-inner .card-img {
  border-radius: 15px;
}

#page-products-inner .card-img img {
  border-radius: 15px;
  width: 100%;
}

#page-products-inner .variants {
  display: inline-flex;
  gap: 6px;
  margin-top: 22px;
}

#page-products-inner .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
}
#page-products-inner .circle-red {
 background-color: #B32624;
}
#page-products-inner .circle-blue {
 background-color: #47C0DA;
}
#page-products-inner .circle-gray {
 background-color: #EBEBEB;
 border: 2px #121212 solid;
}
#page-products-inner .circle-orange {
  background-color: #ff7f00;
}

#page-products-inner .circle-half {
  background: linear-gradient(to right, black 50%, #ff7f00 50%);
}

#page-products-inner .circle-teal {
  background-color: #20c9ad;
}

#page-products-inner .circle-black {
  background-color: black;
}

@media (min-width: 761px) {
  main.container {
    margin: 0;
    padding: 0;
  }

  #page-home-inner {
    margin: 0;
    padding: 0 68px 0 0;
    width: 100vw !important;
    height: 100vh !important;
    background-image: url('../image/banenr-web.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  #page-home-inner .logo-wrapper img {
    width: 780px;
  }
	#page-home-inner .lxr {
  display: block;
	position: fixed;
    bottom: 90px;
    right: 68px;
  }
	.androids {
  display: none !important;
  }
  #page-home-inner .lxr ul li{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	  list-style-type: none;
	 text-align: right; 
	  margin-bottom: 3%;
  }

  #page-home-inner .slogan {
    font-size: 80px;
    font-weight: 500;
    color: #fff;
  }
	#page-home-inner .slogany {
	  font-size: 30px;
	  font-weight: 100;
	  color: #fff;
	}
  #page-home-inner .link-download {
    width: 325px;
  }

  footer {
    position: fixed;
    bottom: 30px;
    right: 68px;
    text-align: right;
  }
}

#download-in-browser {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#download-in-browser .download-in-browser-inner {
  position: fixed;
  top: 20px;
  right: 20px;
}

#download-in-browser .copy {
  position: absolute;
  top: 100%;
  right: 100%;
  white-space: nowrap;
  background-color: #fff;
  color:#3D8777;
  border-radius: 20px 0px 20px 20px;
  padding: 6px 12px;
  font-size: 14px;
}

@media (max-width: 760px) {
#page-home-inner .lxr {
  display: none;
  }

}
