﻿::-webkit-scrollbar {
	width: 4px;
}::-webkit-scrollbar-track {
	background: var(--bg-b2);
}::-webkit-scrollbar-thumb:hover {
	background: var(--orange-color);
}::-webkit-scrollbar-thumb {
	background: var(--orange-color3);
}*,
/* ===== Font Awesome 6 Free - Solid ===== */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900; /* Solid 字体权重 */
  src: url("../../../static/fontawesome-free-6.5.0-web/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/static/fontawesome-free-6.5.0-web/webfonts/fa-solid-900.woff") format("woff");
  font-display: swap;
}

/* ===== Font Awesome 6 Free - Regular ===== */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400; /* Regular 字体权重 */
  src: url("../../../static/fontawesome-free-6.5.0-web/webfonts/fa-regular-400.woff2") format("woff2"),
       url("/static/fontawesome-free-6.5.0-web/webfonts/fa-regular-400.woff") format("woff");
  font-display: swap;
}

/* ===== Font Awesome 6 Brands ===== */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400; /* Brands 默认权重 */
  src: url("../../../static/fontawesome-free-6.5.0-web/webfonts/fa-brands-400.woff2") format("woff2"),
       url("/static/fontawesome-free-6.5.0-web/webfonts/fa-brands-400.woff") format("woff");
  font-display: swap;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-os-font-smoothing: grayscale;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
    font-family: var(--font-secondry);
    background: var(--white-color);
    color: var(--black-color-1);
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    font-size: 17px;
    outline: none;
    overflow-x: hidden;
}
.animation, .sw-hover-1:hover a, .sw-hover-2:hover a, .sw-hover-2 a, .carrerlinkandimg, .nav-link, .sw-btn, .menu-icon, .swbdr, .linkiconsw, .domn-ex-lst:hover, .domn-ex-lst{
-webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
-o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}
h1, h2,h3,h4,h5,h6{color: var(--black-color-0);}
h1, h2,h3,h4,h5,h6,p,ul,address{padding: 0; margin: 0;}
ul{list-style: none;}
h1{font-size: 45px; font-weight: 700; line-height: 55px;}
h2{font-size: 35px; font-weight: 700; line-height: 45px;}
h3{font-size: 25px; font-weight: 600; line-height: 35px;}
h4{font-size: 22px; font-weight: 600; line-height: 28px;}
h5{font-size: 18px; font-weight: 500; line-height: 20px;}
h6{font-size: 16px; font-weight: 500; line-height: 18px;}
a{text-decoration: none;}
.f15{font-size: 15px;}
.f14{font-size: 14px;}/*theme Help Classes*/
.index-up{position: relative; z-index: 5;}
.index-down{position: relative; z-index: 0;}
.v-center{align-items: center;}
.italic{font-style: italic;}/*template colors*/
:root {
  color-scheme: light dark;
  --font-primary:'Inter', sans-serif;
  --font-secondry: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --black-color-0: #101f38;   
  --black-color-1: #3e4d68;   
  --black-color: #111111;   
  --white-color:#fff;
  --blue-color:#546dff;
  --blue-colo2:#5688f9;
  --blue-colo3:#233eff;
  --color-yellow-lite: #ffac5f;
  --orange-color: #ff5723;        
  --orange-color2: #ff5722;        
  --orange-color3: #ff2938;        
  --black-bg: #111111;
  --black-bg-1: #0e0e0e;    
  --black-bg-2: #181818;
  --black-bg-3: #2e2e2e;
  --black-bg-4: #1c1c1c;
  --sw-bg-1: #dde3da;    
  --sw-bg-2: #ff9900;    
  --sw-bg-3: #c90079;    
  --white-lite-1:rgb(255 255 255 / 20%);   
  --white-lite-2:rgb(255 255 255 / 10%);
  --bg-b0:#ffe7da;
  --bg-b1:#fbf3e9;
  --bg-b2:#f5f5f5;
  --bg-b3:#f6f7ff;
  --bg-b4:#fff6e0;  /*gradient colors*/
  --gradient-0: linear-gradient(225deg, #ffcaba 0%, #f0fbff 100%);   
  --gradient-1: linear-gradient(225deg, #5688f9 0%, #233eff 100%);   
  --gradient-2: linear-gradient(225deg, #fe7649 0%, #ff2938 100%);
  --gradient-3: linear-gradient(225deg, #d821ff 0%, #6d2ccd 100%);
  --gradient-4: linear-gradient(225deg, #ffb868 0%, #ff6022 100%);
  --gradient-5: linear-gradient(225deg, #a4f251 0%, #129c1f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);    
  --gradient-7: linear-gradient(225deg, #f2f1ff 0%, #fff7ec 100%);
  --gradient-8: linear-gradient(225deg, #ffcaba 0%, #fbcb90 100%); 
}
.section-space{padding-top: 20px; padding-bottom: 80px;}
/*margin top*/
.mr10{margin-right: 10px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}
.mt105{margin-top: 105px;}
.mt110{margin-top: 110px;}
.mt115{margin-top: 115px;}
.mt120{margin-top: 120px;}
.mt125{margin-top: 125px;}
.mt130{margin-top: 130px;}
.mt135{margin-top: 135px;}
.mt140{margin-top: 140px;}
.mt145{margin-top: 145px;}
.mt150{margin-top: 150px;}/*margin bottom*/
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}
.mb105{margin-bottom: 105px;}
.mb110{margin-bottom: 110px;}
.mb115{margin-bottom: 115px;}
.mb120{margin-bottom: 120px;}
.mb125{margin-bottom: 125px;}
.mb130{margin-bottom: 130px;}
.mb135{margin-bottom: 135px;}
.mb140{margin-bottom: 140px;}
.mb145{margin-bottom: 145px;}
.mb150{margin-bottom: 150px;}/*padding top*/
html .pt0{padding-top: 0;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pt60{padding-top: 60px;}
.pt65{padding-top: 65px;}
.pt70{padding-top: 70px;}
.pt75{padding-top: 75px;}
.pt80{padding-top: 80px;}
.pt85{padding-top: 85px;}
.pt90{padding-top: 90px;}
.pt95{padding-top: 95px;}
.pt100{padding-top: 100px;}
.pt105{padding-top: 105px;}
.pt110{padding-top: 110px;}
.pt115{padding-top: 115px;}
.pt120{padding-top: 120px;}
.pt125{padding-top: 125px;}
.pt130{padding-top: 130px;}
.pt135{padding-top: 135px;}
.pt140{padding-top: 140px;}
.pt145{padding-top: 145px;}
.pt150{padding-top: 150px;}/*padding bottom*/
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}
.pb60{padding-bottom: 60px;}
.pb65{padding-bottom: 65px;}
.pb70{padding-bottom: 70px;}
.pb75{padding-bottom: 75px;}
.pb80{padding-bottom: 80px;}
.pb85{padding-bottom: 85px;}
.pb90{padding-bottom: 90px;}
.pb95{padding-bottom: 95px;}
.pb100{padding-bottom: 100px;}
.pb105{padding-bottom: 105px;}
.pb110{padding-bottom: 110px;}
.pb115{padding-bottom: 115px;}
.pb120{padding-bottom: 120px;}
.pb125{padding-bottom: 125px;}
.pb130{padding-bottom: 130px;}
.pb135{padding-bottom: 135px;}
.pb140{padding-bottom: 140px;}
.pb145{padding-bottom: 145px;}
.pb150{padding-bottom: 150px;}
.fontw600{font-weight:700}
/**/
.orange-color{ color: var(--orange-color);}
.yellow-color{ color: var(--color-yellow-lite);}
.black-color{ color: var(--black-color);}
.orange-color3{ color: var(--orange-color3);}
.gradient-2c{ background: var(--gradient-2); -webkit-background-clip: text;    -webkit-text-fill-color: transparent;}
.darkbg2{background: var(--black-bg-2);}
.white-color{ color: var(--white-color);}
.black-bg{ background: var(--black-color);}
.black-bg-1{ background: var(--black-bg-1);}
.black-bg-2{ background: var(--black-color-2);}
.white-bg{ background: var(--white-color);}
.blue-bg{ background: var(--blue-color);}
.orange-bg{ background: var(--orange-color);}
.gradient-0{ background: var(--gradient-0);}
.gradient-1{ background: var(--gradient-1);}
.gradient-2{ background: var(--gradient-2);}
.gradient-3{ background: var(--gradient-3);}
.gradient-4{ background: var(--gradient-4);}
.gradient-5{ background: var(--gradient-5);}
.gradient-6{ background: var(--gradient-6);}
.gradient-1c{ background: var(--gradient-1);}
.bkbg0{  background: /*url(../images/background/ad-noise.png)*/ var(--bg-b0);}
.bkbg2{  background: /*url(../images/background/ad-noise.png)*/ var(--bg-b2);}
.bkbg3{  background: /*url(../images/background/ad-noise.png)*/ var(--bg-b3);}
.text-gradient-1{
  background: var(--black-color-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yellow-color:hover{color: var(--color-yellow-lite);}
img {max-width: 100%; height: auto;}
.zup{position: relative;z-index: 50;}
.noshadow{box-shadow: none !important;}
.shadow {box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);}
/*button*/.sw-btn{
  border-radius: 100px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 0px 32px;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-flex;
  line-height: 64px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  border: 0;
  transform: translateY(0);
}
.sw-btn:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}/* blue button */
.sw-blue-btn{ 
  color: var(--white-color);
  background: var(--blue-color);
  box-shadow: 0px 20px 20px rgb(36 0 255 / 10%);}
.sw-blue-btn:hover { color: var(--white-color);}
.sw-blue-btn:after {background: var(--blue-color);  background-image: linear-gradient(315deg, var(--blue-colo2) 0%, var(--blue-colo3) 80%);}
.sw-blue-btn:hover:after { top: 0;  height: 100%;}/* orange button */
.sw-orange-btn{ 
  color: var(--white-color);
  background: var(--orange-color);
  box-shadow: 0px 19px 40px -10px rgb(255 79 0 / 25%);}
.sw-orange-btn:hover{color: var(--white-color);}
.sw-orange-btn:after { background: var(--orange-color);  background-image: linear-gradient(315deg, var(--orange-color) 0%, var(--orange-color3) 80%);}
.sw-orange-btn:hover:after { top: 0;  height: 100%;}/* white button */
.sw-white-btn{ color: var(--black-bg); background: var(--white-color);}
.sw-white-btn:hover{color: var(--black-bg);}
.sw-white-btn:after { background: var(--sw-bg-1);  background-image: linear-gradient(315deg, var(--sw-bg-1) 0%, var(--sw-bg-1) 80%);}
.sw-white-btn:hover:after { top: 0;  height: 100%;}
.ctacnttr{margin: 80px 0;}
.inline-btn{
    font-weight: 500;   
    display: inline-flex;   
    text-decoration: none;
    align-items: center;
    grid-gap: 8px;
    color: var(--black-color-0);
}
.txt-white{color: var(--white-color);}
.bdrtop{border-top: 1px solid var(--bs-gray-300);}
/*home hero section*/
.heroimg{background: url(../images/common/office-back.jpg) no-repeat; }
.dot-bg{background: url(../images/background/swt-bg-design.png) no-repeat; }
.color-bgs { background: url(../images/background/top-right-body.png) no-repeat;  background-size: cover;  background-position: right top;}
.blur-bg-blocks {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}
.blur-bg-set {
  overflow: hidden;
}
.blur-bg {
  z-index: 0;
  border-radius: 50%;
  position: absolute; 
  -webkit-filter: blur(100px);
  filter: blur(100px);  
  z-index: -1;
}
.blur-bg-a {
  right: -10%;
  top: -10%;
  background: var(--sw-bg-2);
  opacity: 30%;
  width: 500px;
  height: 500px;
}
.blur-bg-b {
  right: -10%;
  top: 0%;
  background: var(--sw-bg-3);
  width: 900px;
  height: 700px;
  opacity: 10%;
}
.bggrdient {
  position: relative;
  overflow: hidden;
}
.h1{font-size: 70px; font-weight: 800;}
.demo-1-hero{
    min-height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo-1-hero .hero-content{padding: 0 10%;}
.demo-1-hero .hero-content p{ padding: 0px 14%}
.hero-content p{font-size: 20px; line-height: 30px;}
.demo-2-hero {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 80px;
  min-height: 85vh;
  display: grid;
  align-items: center;
}
.hero-content .bottombtn {
  font-size: 13px;
  margin-top: 5px;
}
.demo-2-hero .hero-content h1{
  font-size: 50px;    
  line-height: 62px;
  font-weight: 800;
}
.uniqpont .mediainfoblock p{
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
}
.uniqpont {
  display: flex;
  margin-top: 40px;
  grid-gap: 30px;
  justify-content: flex-start;
}
/**header**/
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.headeraction ul {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.header-btn {
  line-height: 58px;
  padding: 0 32px;
}
/*.sticky {
  background: rgb(255 255 255 / 80%);
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
  height: 75px !important;
  backdrop-filter: blur(10px);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}*/
/* 固定顶部菜单栏 */
.sticky {
  background: rgb(255 255 255 / 20%);
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
  height: 75px !important;
  backdrop-filter: blur(10px);
}
.frncnav{
  background: rgba(255, 239, 239, 0.5);
  border-radius: 100px;
  padding: 0 0 0 20px;
  margin-top: 30px;
  transition: all .5s ease-out;
}
.sticky .frncnav{ background: transparent; padding: 0; margin: 0; transition: all .5s ease-out;}
.darkmode .sticky { background: rgb(24 24 24 / 50%);}
.darkmode .frncnav { background: rgb(24 24 24 / 30%);}
.darkmode .sticky .frncnav{ background: transparent; padding: 0; margin: 0; transition: all .5s ease-out;}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}
.brandlogo img {
  max-height: 35px;
}
.brandlogo .light {
  display: none;
}
.brandlogo .dark {
  display: block;
}
.sidedarklogo {
  display: block;
}
.sidewhitelogo {
  display: none;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-item-left,
.header-item-center {
  display: flex;
  align-items: center;
}
.header-item-right .menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white-color);
  background: var(--blue-color);
  box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
}
.header-item-right .menu-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;  /* 确保图片按比例缩放 */
}
.header-item-right .menu-icon:hover{background: var(--orange-color);}
.header .menu > ul > li {
  display: inline-flex;
  margin-left: 15px;
}
.header .menu > ul > li > a {
  color: var(--black-color-0);
  position: relative;
  font-family: inherit;
  font-size: 18px;
  line-height: 85px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.menu-item-has-children i {
}
.header .menu > ul > li .menu-subs {
  background: var(--white-color);
  border-top: 2px solid var(--color-yellow-lite);
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 25px;
  top: 95px;
  box-shadow: 0px 20px 20px -5px rgb(0 0 0 / 15%);
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  color: var(--black-color-0);
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header .menu > ul > li .menu-column-1 {
  min-width: auto;
  max-width: max-content;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  color: var(--black-color-0);
  display: inline-block;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  padding: 10px 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  width: 1320px;
  padding: 25px;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  flex: 0 0 25%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  color: var(--orange-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 0 0 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: .75rem;
  object-fit: cover;
}
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}
@media screen and (min-width: 1199px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
    top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .header-item-left,
  .header-item-right {
    flex: 0 0 auto;
  }
  .wrapper {
    justify-content: space-between;
    margin: 0 auto;
    padding: .5rem 0;
  }
  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 35px;
    height: 22px;
    border: none;
    outline: none;
    background: none;
    transform: rotate(0deg);
    transition: .35s ease-in-out;
  }
  .header .menu-mobile-toggle span {
    background: var(--black-color-0);
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    border-radius: .25rem;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2),
  .header .menu-mobile-toggle span:nth-child(3) {
    top: .5rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    align-items: center;
  }
  .header .menu {
    background: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 380px;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    transform: translate(-100%);
    opacity: 0;
  }
  .header .menu.active {
    transform: translate(0%);
    opacity: 1;
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid var(--bs-gray-300);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    font-size: 16px;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu .menu-mobile-header {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid var(--bs-gray-300);
    background: repeating-linear-gradient(45deg, var(--bs-gray-100), var(--bs-gray-200) 5px, var(--bs-gray-100) 5px, var(--bs-gray-200) 10px);
  }
  .darkmode .header .menu .menu-mobile-header {
    background: repeating-linear-gradient(45deg, var(--black-bg-2), var(--black-bg-3) 5px, var(--black-bg-2) 5px, var(--black-bg-3) 10px);
    border-bottom: 1px solid var(--black-bg-3);
  }
  .darkmode .header .menu-mobile-toggle span {
    background: var(--white-color);
  }
  .darkmode .header .menu {
    background: var(--black-bg-2);
  }
  .darkmode .header .menu > ul > li > a {
    border-bottom: 1px solid var(--black-bg-3);
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: var(--blue-color);
    border: 0;
    color: var(--white-color);
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--blue-color);
    color: var(--white-color);
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs,
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 1rem 4rem 1rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    border: 0;
    transform: translateX(0%);
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .65);
    transition: all .45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
.headerbg .menu > ul > li > a {
  color: var(--white-color);
}
.headerbg.sticky .menu > ul > li > a {
  color: var(--black-color-0);
}
/* 右上角语言菜单父元素相对定位 */
.header-item-right .menu-item-has-children {
    position: relative;
}
/* 右上角语言菜单父元素 */
.header-item-right .menu-item-has-children > a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
/* 图标与文字垂直居中 */
.header-item-right .menu-item-has-children > a > i.fa-globe {
    line-height: 1;
    vertical-align: middle;
}
/* 下拉箭头也和文字颜色一致 */
.header-item-right .menu-item-has-children > a > i.fa-angle-down {
    font-size: 0.8em;
    margin-left: 4px;
    color: inherit;
}
/* 二级菜单容器，增加上下 padding */
.header-item-right .menu-item-has-children .menu-subs {
    padding: 20px 0; /* 上下留白 */
    min-width: 120px; /* 可根据需要调整宽度 */
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-top: 2px solid var(--color-yellow-lite);
    background: var(--white-color);
    position: absolute;
    top: 65px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 99;
}
/* 鼠标悬停显示 */
.header-item-right .menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
}
/* 二级菜单选项竖排，紧凑间距 */
.header-item-right .menu-item-has-children .menu-subs > ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 每个选项上下间距小，文字大小适中 */
.header-item-right .menu-item-has-children .menu-subs > ul > li > a {
    display: block;
    padding: 4px 12px;  /* 上下 4px 内边距，左右 12px */
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
    color:  var(--black-color-0);
}
/** END HEADER ANIMATIONS **/

.preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	margin: auto;
	width: 100vw;
	height: 100vh;
	background:var(--black-bg-2);
	opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader_inner {
	width: 100%;
	font-size: 30vh;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	opacity: .04;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}
.loaderlogo {
	width: 30vw;
	max-width: 260px;
	min-width: 60px;
	animation: zoomIn ease .7s;
}@keyframes zoomIn {
	0% {
		transform: scale(0);
		opacity: 0
	}	100% {
		transform: scale(1);
		opacity: 1
	}
}
.page-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  display: none; /* 完全移除 preloader 的占位 */
}
.service-row-block {
	padding: 0 20px;
	margin: -160px 0 100px 0;
}
.service-card-div a {
	padding: 50px 0;
}
.service-card-div {
	border-radius: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.owl-carousel .owl-item .service-images img {
	width: 200px;
	margin: 0 auto 0;
}
.service-name {
	text-align: center;
	color: var(--white-color);
	padding-top: 40px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}
.scriptheading {
    font-size: 18px;
    font-weight: 500;
	color: var(--orange-color);
	letter-spacing: 2px;
	display: block;
}
.paragraph p+p {
	margin-top: 15px;
}
.item-pair {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 15px;
}
.videobutton {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 15px;
}
.videobutton a {
	min-width: 60px;
	min-height: 60px;
	display: inline-flex;
	background: var(--bg-b2);
	box-shadow: 0 20px 20px -5px rgb(0 0 0 / 15%);
	border-radius: 1000px;
	transition: all .3s ease-in-out 0s;
	cursor: pointer;
	outline: 0;
	position: relative;
	padding: 10px;
	align-items: center;
}
.videobutton span {
	font-weight: 500;
}
.button-play {
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 21px solid var(--blue-color);
	border-bottom: 13px solid transparent;
	text-align: center;
	margin: 0 auto 0;
	margin-left: 10px;
}
.button-play::before {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 6px solid var(--bg-b2);
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.brand-logo img {
	max-width: 130px;
}
.homepagecounter {
	display: grid;
	grid-gap: 30px;
}
.demo2counter {
	grid-template-columns: auto;
	grid-gap: 30px;
	align-items: center;
	align-content: center;
}
.demo2counter .counter-setdiv {
	background: var(--white-color);
	border-radius: 14px;
	padding: 40px 25px;
}
.demo2counter .counter-setdiv p {
	font-size: 45px;
	line-height: 55px;
}
.countertag {
	margin-top: 5px;
	display: block;
}
.counter-setdiv p {
	font-size: 50px;
	line-height: 70px;
	font-weight: 700;
	color: var(--orange-color);
	display: flex;
	align-items: center;
	grid-gap: 8px;
}
.card-img-round {
	border-radius: 14px;
	overflow: hidden;
}
.card-img-round img {
	width: 100%;
	height: auto;
	display: block;
}
/*owl button*/
.owl-carousel.full-button .owl-nav  .owl-prev, .owl-carousel.full-button .owl-nav  .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}
.owl-carousel.full-button .owl-nav .owl-prev{
    color: var(--black-bg);
    left: -20px;
}
.owl-carousel.full-button .owl-nav .owl-next{
    color: var(--black-bg);
    right: -20px;
}
.icon-label {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.icon-data img {
	width: 50px;
	margin-bottom: 15px;
}
.review-links {
	display: flex;
	justify-content: space-evenly;
	margin: 30px 0 30px 0;
	align-items: center;
	grid-gap: 30px;
}
.review-links img {
	max-height: 60px;
}
.icon-slider-block {
	text-align: center;
}
.icon-slider-block .slider-icon img {
	max-width: 60px;
	margin: 0 auto;
}
.icon-slider-block .slider-icon-text p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 20px;
}
.roundimg {
	overflow: hidden;
	border-radius: 14px;
}
.sw-tabs-links .nav-tabs li+li {
	margin-top: 10px;
}
.sw-tabs-links .nav-tabs .nav-item.show .nav-link,
.sw-tabs-links .nav-tabs .nav-link.active {
	background-color: var(--orange-color);
	border-color: transparent;
	color: var(--white-color);
}
.sw-tabs-links .nav-tabs .nav-link:hover {
	background-color: var(--orange-color);
	color: var(--white-color);
}
.sw-tabs-links .nav-tabs {
	border-bottom: 0;
}
.sw-tabs-links .nav-tabs .nav-link i {
	margin-right: 8px;
}
.sw-tabs-links .nav-tabs .nav-link {
	margin-bottom: 0;
	background: 0 0;
	border: 0 solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	font-size: 18px;
	padding: 15px 20px;
	width: 100%;
	text-align: left;
	border-radius: 14px;
	background: var(--white-color);
	color: var(--black-color-1);
	box-shadow: 0 8px 20px 0px rgb(0 0 0 / 10%);
}
.sw-tabs-links .nav-tabs button{
    position: relative;
    display: flex;
    align-items: center;
}
.sw-tabs-links .nav-tabs button:after {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid 样式一般是 900，不是 700 */
    right: 13px;
    font-size: 14px;
    background: var(--white-lite-1);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sw-tabs-links .nav {
	flex-direction: column;
}
/* 页面文章标题样式 */
.sw-work-data .work-title-block h2,
.sw-work-data .work-title-block h3,
.sw-work-data .work-title-block h4,
.sw-work-data .work-title-block h5 {
  font-weight: 600;      /* 标题粗细 */
  line-height: 1.4;      /* 行高 */
  margin-bottom: 10px;   /* 与内容间距 */
}

/* 不同标题大小可分别设置 */
.sw-work-data .work-title-block h2 { font-size: 24px; }
.sw-work-data .work-title-block h3 { font-size: 20px; }
.sw-work-data .work-title-block h4 { font-size: 18px; }
.sw-work-data .work-title-block h5 { font-size: 16px; }

/* 正文内容样式 */
.sw-work-data .work-title-block p {
  font-size: 16px;       /* 正文大小 */
  line-height: 1.6;      /* 行高增加可读性 */
  margin-bottom: 15px;   /* 段落间距 */
}
.sw-work-data .work-title-block a {
	color: var(--orange-color2);
}
.blueket-card-noise {
	background: var(--bg-b2);
	border: 1px solid var(--bs-gray-300);
}
.pair-block {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 25px;
	align-items: center;
}
.review-img-block {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 25px;
	align-items: center;
	padding: 0 20px;
	justify-content: start;
}
.user-image {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid var(--white-lite-2);
}
.user-content h5 {
	margin: 0 0 5px 0;
}
.user-content p {
	opacity: .8;
	font-size: 16px;
}
.starrating {
	text-align: right;
}
.starrating ul li {
	display: inline-flex;
}
.starrating li .checked {
	color: var(--color-yellow-lite);
}
.review-content {
	padding: 0 30px;
}
.review-content p {
	position: relative;
}
.review-content p:before {
	position: absolute;
	content: "\f10d";
	font-weight: 900;
	font-size: 90px;
	line-height: 1;
	top: -20px;
	left: 0;
	color: var(--white-lite-2);
}
.review-footer {
	padding: 30px;
	border-top: 2px solid var(--white-lite-2);
}
.image-icon {
	width: 40px;
}
.clients-logo-table {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.p-head-sw h2,
.p-head-sw h3,
.p-head-sw p,
.what-in-plan-sw h3,
.what-in-plan-sw ul li {
	color: var(--white-color);
}
.pricing-column:hover .sw-btn {
	grid-gap: 18px;
	box-shadow: 0 12px 25px 0 rgb(0 0 0 / 25%);
}
.pricing-table-with-cta {
	display: grid;
	grid-template-columns: 85% auto;
	grid-gap: 10px;
	align-items: center;
	justify-content: center;
}
.pricing-table {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1px;
}
.pricing-table2 {
	grid-template-columns: repeat(2, 1fr);
}
.pricing-column {
	padding: 40px 0;
	position: relative;
}
.what-in-plan-sw {
	padding: 30px 30px 0 30px;
	border-top: 1px solid var(--bs-body-bg);
}
.what-in-plan-sw h5 {
	font-size: 20px;
}
.p-head-sw {
	padding: 0 30px;
}
.p-head-sw h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
.p-btn-cta-sw .sw-btn {
	width: 100%;
	line-height: 62px;
}
.p-btn-cta-sw {
	text-align: center;
	margin: 40px 0 30px 0;
	padding: 0 30px;
}
.what-in-plan-sw ul li{
    padding: 0 0 0 20px;
    font-size: 17px;
    position: relative;
}
.what-in-plan-sw ul li:before {
    content: "\f192"; /* fa-check-circle solid */
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: var(--color-yellow-lite); /* 可自定义颜色 */
}
.pricemain {
	margin: 30px 0 0 0;
	font-size: 40px;
}
.what-in-plan-sw ul li+li {
	margin-top: 6px;
}
.tblfirst {
	border-radius: 14px 0 0 14px;
}
.tblend {
	border-radius: 0 14px 14px 0;
}
.recomnd-block-sw {
	color: var(--black-bg);
	background-color: var(--bs-warning);
	position: absolute;
	right: 0;
	left: 30px;
	width: fit-content;
	top: -18px;
	bottom: auto;
	display: flex;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
}
.mediablock {
	display: flex;
	grid-gap: 25px;
	align-items: center;
}
.mediablock div:first-child {
	flex-shrink: 0;
}
.icondiv {
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
}
.icondiv i {
	font-size: 35px;
}
.cate-with-img-main {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 30px;
  margin-top: 60px;
}
.roundiconwithdata {
  display: flex;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 20px;
  padding: 6px;
  height: fit-content;
  background: #fff;
  box-shadow: 0px 10px 20px -10px rgb(7 0 52 / 10%);
}
.roundiconwithdata p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #101f38;
}
.imgimg {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  overflow: hidden;
}
.mediainfoblock p {
	font-size: 16px;
}
.mediainfoblock a.contactlink {
	text-decoration: none;
	color: var(--bs-orange);
	font-size: 22px;
	font-weight: 500;
}
.dashbefore {
	position: relative;
	padding-left: 25px;
}
.dashbefore:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: var(--orange-color);
}
.dateandvieicon {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bdrwor {
	border: 1px solid var(--bs-gray-300);
}
.bdrwor-rt {
	border-right: 1px solid var(--bs-gray-300);
}
.cardlinkfooter {
	border-top: 1px solid var(--bs-gray-300);
	display: grid;
	grid-template-columns: auto 60px;
	height: 60px;
	align-items: center;
	padding-left: 25px;
}
.div-card-img-info {
	padding: 25px 25px 0 25px;
}
.linkiconsw {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid var(--bs-gray-300);
	min-height: 60px;
}
.swbluketcard:hover .linkiconsw {
	background: var(--orange-color2);
	color: var(--white-color);
}
.buttontext {
	text-transform: uppercase;
	font-size: 16px;
}
.cardaclr a {
	color: var(--black-color-1);
}
.img-div-sw-bkt {
	border-radius: 8px;
	overflow: hidden;
	height: 250px;
}
.img-div-sw-bkt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swbluketcard {
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	height: calc(100% - 0px);
}
.swbluketcard:hover {
	background: var(--bg-b2);
}
.info-div-sw-btk {
	padding: 30px 0 0 0;
}
.blogtitle {
	color: var(--black-color-0);
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}
.blogsubdata {
	padding: 20px 0;
	font-size: 16px;
}
.blog-postinfos span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;  
  color: var(--black-color-0);
}
.blogstabs:hover{color: var(--white-color);}
.blogstags {
  display: inline-block;
  background: var(--color-yellow-lite);
  color: var(--bs-white);
  padding: 4px 10px;
  margin: 0 0 15px 0;
  font-size: 14px;
  border-radius: 4px;
}

.blog-post-details-sw h1{
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}
.post-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.postby, .post-countncomnt{
  display: flex;
  grid-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.w35{
  width: 35px;
  height: 35px;
  border-radius: 6px;
}
.postby .mediablock { 
  grid-gap: 12px;
  align-items: center;
} 

.blog-content-part h2 {
  font-size: 24px;   /* 小节标题 */
  font-weight: 600;
  line-height: 45px;
}

.blog-content-part h3 {
  font-size: 20px;   /* 次级标题 */
  font-weight: 600;
  line-height: 40px;
}

.blog-content-part h4,
.blog-content-part h5,
.blog-content-part h6 {
  font-size: 18px;   /* 小标题或说明 */
  font-weight: 600;
  line-height: 38px;
}

.blog-content-part p,
.blog-content-part ul {
  font-size: 16px;   /* 正文大小 */
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-content-part a {
  text-decoration: underline;  /* 为链接添加下划线 */
  color: var(--black-color-1);
}
.blog-content-part a:hover {
  text-decoration-color: var(--orange-color); /* 悬停时改变下划线颜色*/
}
a.btgs {
  color: var(--black-color-0);
  background: var(--bs-body-bg);   
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 6px;
}

.bpsocial a {
  color: var(--black-color-1);
  font-size: 18px;
  margin-right: 22px;
}
.bpsocial a:last-child {
  margin-right: 0;
}
.wechat-share {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wechat-qrcode {
  display: none;
  position: absolute;
  top: 30px;
  left: -50px;
  background: var(--white-color);
  padding: 6px;
  border: 1px solid #ddd;
  z-index: 999;
}
.wechat-share:hover .wechat-qrcode {
  display: block;
}
.sidebartitle {
  border-bottom: 2px solid var(--bs-gray-200);
  margin-bottom: 30px;
}
.sidebartitle h5 {
  background: var(--bs-gray-200);
  color: var(--black-color-0);
  padding: 5px 10px;
  display: inline-block;
}
.sidebarpost .icondiv {
  height: 100px;
  width: 100px;
}
/* 父容器，限制 sticky 范围 */
.sidebar-wrapper {
  position: relative;
}

/* sticky 生效 */
.sticky-sidebar {
  position: sticky;
  top: 100px; /* 离页面顶部的距离 */
}
.listofpost .icondiv {
  height: 120px;
  width: 180px;
}
.multipost .mediablock + .mediablock{margin-top: 30px;}
.mediablock{
    display: flex;
    grid-gap: 25px;
    align-items: center;
}
.mediablock div:first-child {
    flex-shrink: 0;
}
.mediainfoblock p{font-size: 16px;}
.mediainfoblock a.contactlink{
    text-decoration: none;
    color: var(--bs-orange);
    font-size: 22px;
    font-weight: 500;
}
/* 上一篇下一篇 */
.article-navigation {
    padding: 10px 10px;
    border: 1px solid var(--orange-color);
    border-radius: 15px;
}

.navigation-list {
    list-style: none;
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap; /* 不换行，保证一行 */
}

.navigation-list li {
    display: flex;
    align-items: center;
    max-width: 48%; /* 桌面端每个li占50%空间左右 */
}

.navigation-list .label {
    flex: 0 0 70px;
    font-weight: 700;
}

.navigation-list li .nav-item-box {
    font-weight: 400;
    flex: 1 1 auto;
    white-space: nowrap;    /* 不换行 */
    overflow: hidden;
    text-overflow: ellipsis;
}


.cta-info-div-bkt h3,
.cta-info-div-bkt p {
	color: var(--white-color);
}
.cta-design-block-sw {
	display: grid;
	grid-template-columns: 50% 30%;
	grid-gap: 30px;
	justify-content: space-between;
	padding: 40px;
	border-radius: 24px;
}
.continfoblck h3 {
	font-size: 35px;
	line-height: 50px;
	font-weight: 700;
}
.continfoblck p {
	line-height: 18px;
}
.continfoblck a {
	color:var(--orange-color3);
}
.contactinkediv a {
	color: var(--black-color-0);
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.form-controls::placeholder {
	color: var(--black-color-0);
}
.form-controls:-ms-input-placeholder {
	color: var(--black-color-0);
}
.form-controls::-ms-input-placeholder {
	color: var(--black-color-0);
}
.form-controls {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: var(--black-color-0);
	background-color: var(--white-color);
	border: 1px solid var(--bs-gray-300);
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 14px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	line-height: 54px;
	padding: 0 20px;
}
.form-inputs label {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 5px 0;
	color: #101f38;
}
.plus-terms {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
	justify-content: start;
	align-items: center;
}
.sw-textarea {
	width: 100%;
	height: 90px;
}
.blueketcotactform-sw {
	background: var(--bg-b2);
	box-shadow: 0 10px 15px -5px rgb(0 0 0 / 10%);
	padding: 25px;
	border-radius: 14px;
	border: 1px solid var(--bg-b0);
}
.footercreditnote {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bg-efffect-1 {
	position: relative;
}
.bg-efffect-1:after {
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 0;
	opacity: .5;
}
.bg-efffect-2 {
	position: relative;
}
.bg-efffect-2:after {
	background: url(../images/shape/wave-line.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: .5;
}
.footer-logo-sw .light {
	display: none;
}
.footer-logo-sw .dark {
	display: block;
}
.footerbg1 {
	position: relative;
}
.footerbg1:after {
	background-position: center bottom;
	background-size: 80%;
	background-repeat: no-repeat;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	opacity: .5;
}footer {
	font-size: 16px;
	position: relative;
}
.footer-logo-sw img {
	max-width: 180px;
}
.career-link-btn-sw span {
	display: block;
}
.career-link-btn-sw a {
	color: var(--black-color-1);
}
.career-link-btn-sw:hover a {
	color: var(--orange-color);
}
.carrerlinkandimg {
	display: inline-flex;
	grid-gap: 15px;
	align-items: center;
	border: dashed 1px var(--bs-gray-500);
	padding: 10px 25px;
	border-radius: 14px;
}
.carrerlinkandimg:hover {
	border-color: var(--color-yellow-lite);
}
.footer-social-sw {
	display: flex;
	align-items: center;
	grid-gap: 20px;
}
.footer-social-sw a {
	color: var(--black-color-1);
	font-size: 22px;
}
.w32 {
	width: 32px;
}
.address-div-sw address {
	font-size: 16px;
}
.award-badge-block {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto auto auto auto auto auto;
	text-align: center;
}
.award-badge-block img {
	max-width: 75px;
}
.footer-links ul li+li {
	margin-top: 5px;
}
.footer-links ul li a {
	color: var(--black-color-0);
	display: block;
}
.swhr {
	border-top: 1px solid var(--bs-gray-300);
}
.footercreditnote a {
	color: var(--black-color-1);
}
.linktitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	opacity: .8;
	display: block;
}
.subsform {
	position: relative;
}
.subsform button {
	width: 46px;
	height: 46px;
	border-radius: 6px;
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
}
.sw-hover-2 a:hover {
	color: var(--orange-color) !important;
}
.sw-hover-1 a:hover {
	color: var(--orange-color) !important;
}
.sw-hover-1 a {
	display: inline-flex !important;
	padding: 3px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	-o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	z-index: 1;
}
.sw-hover-1 a::after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	left: auto;
	right: 0;
	z-index: -1;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	-o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor;
}
.sw-hover-1 a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}
.breadcrum-area {
	padding-top: 170px;
	padding-bottom: 50px;
	background: var(--gradient-7);
}
.list-h-styled li::after {
	content: "";
	height: 4px;
	width: 4px;
	background-color: var(--black-color-1);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list-h-styled li:last-child::after {
	display: none;
}
.list-h-styled li a {
	color: var(--black-color-1);
}
.list-h-styled li {
	position: relative;
	display: inline-flex;
	color: var(--orange-color);
	position: relative;
	margin-right: 20px;
}
.form-inputs p {
	font-weight: 500;
}
.contactnumberdiv a {
	display: table;
	color: var(--black-color-0);
	margin-top: 5px;
}
.justify-left {
	justify-content: flex-end;
}
.flex-end {
	align-self: flex-end !important;
}p+p {
	margin-top: 15px;
}
.row-blocks {
	display: flex;
	justify-content: space-between;
	grid-gap: 30px;
}
.quote-text:hover {
	border: dashed 1px var(--color-yellow-lite);
}
.quote-text {
	display: inline-flex;
	grid-gap: 15px;
	align-items: center;
	padding: 10px 25px;
	border-radius: 14px;
	font-size: 25px;
	line-height: 38px;
	font-weight: 700;
	color: var(--orange-color);
}
.font22 {
	font-size: 22px;
}
.user-info-div-sw {
	position: absolute;
	bottom: 0;
	z-index: 2;
	padding: 10px;
}
.user-info-div-sw h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.user-info-div-sw p {
	font-size: 15px;
	line-height: 24px;
}
.port-ref-link img {
	width: 40px;
}
.port-ref-link span {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
}
.portfolio-source {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	grid-gap: 0;
	margin-top: 20px;
	border-radius: 14px;
}
.port-ref-link {
	padding: 10px;
	text-align: center;
}
.dashedbdr {
	border: dashed 1px var(--orange-color);
}
.dashedbdr:hover {
	border: dashed 1px var(--color-yellow-lite);
}
.w35 {
	width: 35px;
	height: 35px;
	border-radius: 6px;
}
.img-block {
	margin-bottom: 30px;
}
.img-block {
	box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
}
.paragraph-block h2 {
  font-size: 24px;   /* 小节标题 */
  font-weight: 600;
  line-height: 45px;
}

.paragraph-block h3 {
  font-size: 20px;   /* 次级标题 */
  font-weight: 600;
  line-height: 40px;
}

.paragraph-block h4,
.paragraph-block h5,
.paragraph-block h6 {
  font-size: 18px;   /* 小标题或说明 */
  font-weight: 600;
  line-height: 38px;
}

.paragraph-block p,
.paragraph-block ul {
  font-size: 16px;   /* 正文大小 */
  line-height: 26px;
  margin-bottom: 10px;
}
.paragraph-block a {
	color: var(--orange-color2);
}
.stickyposition-sw {
	position: sticky;
	top: 100px;
}
.pagination-block .page-link {
	position: relative;
	display: block;
	color: var(--black-color-0);
	text-decoration: none;
	background-color: var(--white-color);
	border: 1px solid var(--bs-gray-300);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 18px;
	padding: 10px 20px;
}
.pagination {
	display: inline-flex;
	padding-left: 0;
	list-style: none;
	justify-content: center;
}
.pagination-block .page-link:hover {
	background-color: var(--bs-gray-300);
}
.offcanvas.show .cbtn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.btnclose {
	background: var(--white-color);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.btnclose .btn-close {
	padding: 6px;
	margin: 0;
}
.offcanvas {
	-webkit-transition: all .8s cubic-bezier(.77, .2, .05, 1);
	transition: all .8s cubic-bezier(.77, .2, .05, 1);
}
.sidebar-offcanvas {
	width: 30vw;
	min-width: 300px;
	opacity: 0;
}
.offcanvas.show {
	transform: none;
	opacity: 1;
}
.sidebarlogooff img {
	max-width: 150px;
	height: auto;
}
.offcanvas-body,
.offcanvas-header {
	padding: 1rem 1.4rem;
}
.sidebarcontactblock .icondiv {
	width: 45px;
}
.form-label {
	margin-bottom: 0;
}
.swbdr {
	border: 1px solid var(--bs-gray-300);
}
.swbdr:hover {
	border: 1px solid var(--color-yellow-lite);
	background: var(--bs-white);
	box-shadow: 0 10px 20px -5px rgb(0 0 0 / 10%);
}
.sw-card {
	padding: 30px;
	border-radius: 14px;
}
.sw-card h4 {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 35px;
}
.cardicon img {
	width: 52px;
	margin-bottom: 20px;
}
.techusedin-sw {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.techusedin-sw span {
	font-size: 15px;
	color: var(--orange-color);
	position: relative;
	margin-right: 20px;
	text-transform: uppercase;
}
.techusedin-sw span:after {
	content: "";
	height: 4px;
	width: 4px;
	background-color: var(--orange-color);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: -13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.techusedin-sw span:last-child::after {
	display: none;
}
.accordion-button:not(.collapsed) {
	color: var(--black-color-0);
	background-color: transparent;
	box-shadow: none;
}
.accordion-item {
	background-color: transparent;
	border: 0;
	padding: 0 0 0 30px;
	position: relative;
}
.accordion-button {
	padding: 0;
	color: var(--black-color-0);
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 5;
	outline: 0;
}
.accordion-body {
	padding: 0 0 15px 0;
	font-size: 17px;
	line-height: 26px;
}
.accordion-header {
	margin-bottom: 0;
	line-height: 1;
	outline: 0;
	padding: 10px 0;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-button::after {
	flex-shrink: 0;
	width: auto;
	height: auto;
	margin-left: auto;
	content: "\f107";
	font-weight: 900;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
	left: -30px;
	position: absolute;
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-180deg);
	content: "\f107";
	font-weight: 900;
}
.sw-cardinfo {
	margin-top: 30px;
}
.followaccounts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.followaccounts .mediablock {
  background: var(--bg-b3);
  padding: 15px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 8px;
}
.followaccounts h5{margin: 0 0 4px 0;}
.followaccounts p {
  color: var(--bs-gray-600);
} 
.cardicon-bg {
	margin: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 7px;
}
.sw-card2 {
	padding: 38px;
	border-radius: 14px;
}
.work-slider .sw-card2 {
	opacity: .5;
}
.work-slider .owl-item.center .sw-card2 {
	opacity: 1;
}
.service-row-block2 {
	padding: 0 20px;
}
.darkmodeswitch {
	position: absolute;
	bottom: 26px;
	right: -40px;
}
.switch-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 55555;
	transform: none;
	justify-content: center;
}
.switch-wrapper .switch {
	display: inline-block;
	height: 34px;
	position: relative;
	width: 34px;
}
.switch-wrapper .switch input {
	display: none;
}
.switch-wrapper input:checked+.slider {
	background-color: #242424;
	border: 1px solid #ffffff57;
}
.switch-wrapper .slider.round {
	border-radius: 50px;
}
.switch-wrapper .slider {
	background-color: #fff;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
	border: 1px solid #e2e2e2;
	box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
}
.switch-wrapper input:checked+.slider:before {
	content: "";
	background: url(../images/icons/moon.svg) #2196f3 no-repeat center center;
}
.switch-wrapper .slider.round:before {
	border-radius: 50%;
}
.switch-wrapper .slider:before {
	bottom: 4px;
	content: "";
	background: url(../images/icons/sun.svg) #ffc400 no-repeat center center;
	height: 24px;
	left: 4px;
	position: absolute;
	transition: .4s;
	width: 24px;
}
.pb300 {
	padding-bottom: 350px;
}
.service-row-block {
	margin: -160px 0 0 0;
	padding-bottom: 100px;
}
.page-loaded .loaderlogo {
	transform: translateX(-350px);
	opacity: 0;
}
.page-loaded .preloader_inner {
	transform: translateX(400px);
	opacity: 0;
}
.hidden {
	display: none;
}
.hero-slider {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
.sw-cl-1 {
	background: var(--bg-b0);
}
.cardicon-out {
	border-radius: 40px;
	padding: 28px;
	width: 120px;
	height: 120px;
	background: var(--white-color);
	margin: -80px auto 0;
}
.dm4 .sw-card {
	position: relative;
	text-align: center;
}
.sw-cl-2 {
	background: var(--bg-b2);
}
.sw-cl-3 {
	background: var(--bg-b4);
}
.sw-cl-4 {
	background: var(--orange-color);
}
.swbttitlex {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: var(--black-color-0);
	margin-bottom: 15px;
}
.sw-cl-4 h3,
.sw-cl-4 p {
	color: var(--bs-white);
}
.demo-3-hero {
	background: url(../images/shape/wave-bg.svg);
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 30px;
	min-height: 100vh;
	display: grid;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	overflow: hidden;
}
.demo-3-hero .container {
	max-width: 1200px;
	margin: 0 auto;
}
.demo-3-hero h1 {
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 20px;
}
.demo-3-hero p {
	font-weight: 400;
	line-height: 1.6;
	font-size: 1.1rem;
	max-width: 700px;
	margin: 0 auto;
}
.demo-3-hero img {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
	aspect-ratio: 16/9;
	margin: 0 auto;
	object-fit: cover;
}

.badge {
	font-size: 12px;
	color: var(--white-color);
	background: var(--bs-orange);
	position: relative;
	top: -3px;
}
.demo-5-hero {
	min-height: 950px;
	display: grid;
	align-items: center;
	justify-content: center;
	padding: 170px 0 100px 0;
	overflow-x: hidden;
	background: var(--gradient-7);
}
.demo-6-hero {
	min-height: 720px;
	display: grid;
	align-items: center;
	justify-content: center;
	padding: 170px 0 100px 0;
	overflow-x: hidden;
}
.demo-5-hero .hero-content p {
	width: 60%;
	margin: 0 auto;
}
.demo-5-hero .h1 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 800;
}
.faq-sw1 .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding-top: 10px;
	padding-bottom: 10px;
}
.contactinkediv { background: var(--gradient-7);}
.text-white .contactinkediv a,
.text-white .list-h-styled li a,
.text-white .port-ref-link span,
.text-white :where(h1, h2, h3, h4, h5, h5, p, span) {
	color: var(--white-color);
}
.text-white .port-ref-link span {
	color: var(--white-color);
}
.col-6-a {
	position: relative;
	right: 0;
	top: 0;
	max-width: 70%;
	z-index: 5;
	margin: 0 0 0 30%;
}
.col-6-b {
	position: relative;
	left: 0;
	bottom: 0;
	max-width: 50%;
	z-index: 10;
	margin: -40% 0 0 0;
}
.linebg {
	background-image: repeating-linear-gradient(90deg, hsla(196, 0%, 79%, .06) 0, hsla(196, 0%, 79%, .06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, .06) 0, hsla(196, 0%, 79%, .06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, .09) 0, hsla(196, 0%, 79%, .09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsla(196, 0%, 79%, .09) 0, hsla(196, 0%, 79%, .09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255));
}
.contactblk {
	padding: 20px;
	border-radius: 14px;
}
.padding-right-70 {
	padding-right: 70px;
}
.icon-setss {
	display: flex;
	justify-content: space-between;
}
.icon-imgg img {
	width: 42px;
}
.icon-txt p {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500;
}
.form-btm-set {
	border: 1px dashed var(--bs-gray-300);
	padding: 30px;
	border-radius: 14px;
	margin-top: 60px;
}
.form-btm-set h5 {
	background: var(--white-color);
	width: fit-content;
	margin: -42px auto 0;
	padding: 0 20px;
	border: 1px dashed var(--bs-gray-300);
	border-radius: 8px;
	font-size: 18px;
}
.container-full {
	position: relative;
}
.progress-line {
	width: 100%;
}
.progress-line svg {
	height: 6px;
}
.progressbar {
	width: 100%;
	position: relative;
}
.progress-line li+li {
	margin-top: 20px;
}
.progress-line .progressbar {
	margin-top: 10px;
}
.progress-line .progressbar-text {
	top: -35px !important;
}
.preloader {
	background: 0 0;
}
.preloader::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	background: var(--black-bg);
	-webkit-transition: 1.1s;
	transition: 1.1s;
	-webkit-clip-path: ellipse(66% 100% at 50% 0);
	clip-path: ellipse(66% 100% at 50% 0);
}
.preloader::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	background: var(--black-bg);
	-webkit-transition: 1.1s;
	transition: 1.1s;
	-webkit-clip-path: ellipse(85% 100% at 50% 100%);
	clip-path: ellipse(85% 100% at 50% 100%);
}
.preloader.page-loaded {
	visibility: hidden;
}
.preloader.page-loaded::after,
.preloader.page-loaded::before {
	height: 0;
}
.page-loaded .preloader_inner {
	transform: translateY(400px);
	opacity: 0;
}
.page-loaded .loaderlogo {
	transform: translateY(-350px);
	opacity: 0;
}
.h1 {
	font-size: 70px;
	line-height: 90px;
	font-weight: 800;
}
.demo-1-hero {
	min-height: 800px;
}
.hero-a-demo- {
	padding: 0 50px;
}@keyframes floatingy {
	0% {
		transform: translateY(0)
	}	25% {
		transform: translateY(-20px)
	}	75% {
		transform: translateY(20px)
	}
}@keyframes floatingx {
	0% {
		transform: translateX(0)
	}	25% {
		transform: translateX(-20px)
	}	75% {
		transform: translateX(20px)
	}
}
.demo-1-hero .hero-content p {
	padding: 0;
}
.text-right {
	text-align: right;
}
.custom-checkbox input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0;
}
.contact-block-sw {
	padding: 50px 30px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 14%);
}
.form-title {
	text-align: center;
	color: #333;
	padding-bottom: 40px;
}
.form-title h2 {
	padding: 50px 0 10px 0;
	font-weight: 700;
}
.form-title p {
	font-size: 18px;
	line-height: 28px;
}
.form-block input,
.form-block select {
	height: 50px;
	padding: 0 15px;
	border-width: 0 0 2px;
	border-image: initial;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 0;
}
.form-block textarea {
	height: 100px;
	padding: 15px;
	border-width: 0 0 2px;
	border-image: initial;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 0;
}
.form-block input,
.form-block select,
.form-block textarea {
	color: #172b43;
	font-size: 18px;
	width: 100%;
	margin: 0 0 15px;
	background: #fff;
	outline: 0;
}@keyframes spinner {
	to {
		transform: rotate(360deg)
	}
}
.padding-left-20 {
	padding-left: 20px;
}
.padding-left-80 {
	padding-left: 80px;
}
.padding-right-80 {
	padding-right: 80px;
}
.demo-7-hero {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 100px;
	height: 100vh;
	align-items: center;
	display: flex;
	padding-left: 10%;
}
.demo-7-hero .service-card-div {
	border-radius: 30px;
}
.demo-7-hero span {
	display: block;
}
.demo-7-hero .hero-content {
	margin: 0 10% 0 0;
}
.card-v-light {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background-color: #e5e5e5;
}
.video-button .play-btn {
	background: var(--orange-color);
	color: #fff;
	font-size: 30px;
	width: 62px;
	height: 62px;
	position: relative;
	text-align: center;
	border-radius: 100px;
	display: block;
}
.video-button .play-btn i {
	line-height: 62px;
	margin-left: -3px;
}
.video-button .play-btn:after,
.video-button .play-btn:before {
	content: '';
	position: absolute;
	border: 2px solid var(--orange-color);
	border-radius: 50%;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	animation: animate 1.5s linear infinite;
	opacity: 0;
}
.video-button .play-btn:after {
	animation-delay: .5s;
}@keyframes animate {
	0% {
		transform: scale(.5)
	}	50% {
		opacity: 1
	}	100% {
		transform: scale(1.01)
	}
}
.counter-setdiv img {
	width: 65px;
	margin-bottom: 15px;
}
.demo-8-hero {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 100px;
	height: 750px;
	display: flex;
	align-items: center;
}
.brand-logo img {
	width: 130px;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 20px 0;
	padding: 8px 0;
}
.page-num {
    color:  var(--black-bg-1);
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-decoration: none;
	font-size: 15px;
}
.page-num-current {
	background-color:var(--orange-color);
    color:  var(--white-color);
	font-weight: 700;
	pointer-events: none;
	transform: scale(1.1);
}

/* 弹窗公告 */
/* 遮罩层 */
  .tooltip-overlay {
    display: none; /* 初始隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
  }

/* tooltip 卡片 */
.tooltip-card {
  background: var(--black-color-0);
  border-radius: 20px;
  box-shadow: 0 .4px 3.6px rgba(0, 0, 0, 0.004),
              0 1.1px 8.5px rgba(0, 0, 0, 0.01),
              0 1.9px 15.7px rgba(0, 0, 0, 0.019),
              0 3.4px 28.2px rgba(0, 0, 0, 0.03),
              0 6.3px 54.4px rgba(0, 0, 0, 0.047),
              0 15px 137px rgba(0, 0, 0, 0.07);
  width: 90%;        /* 宽度自适应父元素 */
  max-width: 500px;   /* 最大宽度500px */
  padding: 20px;
  position: relative;
  z-index: 9999;
}


  .tooltip-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    padding-bottom: 20px;
  }

  .tooltip-title {
    color: var(--white-color);
    font-size: 22px;
    font-weight: bold;
    display: flex;
    padding-bottom: 15px;
    align-items: center;
    gap: 6px;
    justify-content: space-between; /* 两端对齐 */
  }

  .tooltip {
    cursor: help;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
    border-radius: 20px;
    background: var(--gradient-0);
    color: var(--black-bg);
    font-size: 13px;
    text-align: center;
    line-height: 20px;
  }
/* 让箭头跟随 tooltip 位置 */
.tooltip .popup-bg,
.tooltip .popup-text {
  position: absolute;
  top: -126px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
  .popup-bg {
  position: absolute;
  top: -108px;
  right: 0;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16)) 
          drop-shadow(0 3px 6px rgba(0,0,0,0.23));
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
  width: 100%;
  max-width: 300px; /* 最大宽度 */
  height: auto;
  }
  .popup-bg path { fill: var(--orange-color); }
  .popup-text {
    color: var(--white-color);
    position: absolute;
    top: -97px;
    right: 0px;
    width:100%;
    max-width: 300px; /* 最大宽度 */
    height: auto;
    padding: 15px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
  }

  .tooltip:hover ~ .popup-bg,
  .tooltip:hover ~ .popup-text {
    opacity: 1;
  }

  .tooltip-info {
    margin-top: 10px;
    color: #64686b;
  }

  .tooltip-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .tooltip-button {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    cursor: pointer;
    background: #edf1f7;
  }
  .tooltip-button-primary {
    background: #0060f6;
    color: #fff;
  }

  .tooltip-button a {
    color: inherit;
    text-decoration: none;
  }


.right-click ul {
	margin: 0;
	padding: 5px 0;
	background: linear-gradient(135deg, #f9fafb, #e3e8ff);
	display: none;
	position: fixed;
	top: 100px;
	left: 100px;
	width: 180px;
	border: 1px solid #a0b4ff;
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	z-index: 99999;
	user-select: none;
}
.right-click li {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	list-style: none;
	transition: background-color .25s ease, color .25s ease;
	cursor: pointer;
	color: #3a3a3a;
	border-bottom: 1px solid #d6d9f0;
}
.right-click li:last-child {
	border-bottom: none;
}
.right-click li:hover {
	background-color: #4b6ef6;
	color: #fff;
	box-shadow: 0 0 8px rgba(75, 110, 246, .6);
}
.right-click a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
}
.right-click a:hover {
	color: #fff;
}
.right-click #contextMenu hr {
    border: none;           /* 去掉默认边框 */
    height: 1px;            /* 设置线条高度 */
    background-color: #69718E; /* 浅灰色 */
    margin: 5px 7px;          /* 上下间距，可根据需要调整 */
}
.pricing-section {
	padding-top: 80px;
}
.pricing-section .section-title {
	margin-bottom: 50px;
}

.pricing-section .section-title h2 {
	margin-bottom: 15px;
}
.btn-hover {
	position: relative;
	overflow: hidden;
}
.btn-hover::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .05);
	top: 50%;
	left: 50%;
	padding: 50%;
	z-index: -1;
	transition: all .3s ease-out 0s;
	transform: translate3d(-50%, -50%, 0) scale(0);
}
.btn-hover:hover::after {
	transform: translate3d(-50%, -50%, 0) scale(1.3);
}
.CustomeServiceWrapper__s8snq {
	align-items: center;
	bottom: 70px;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 10px;
	z-index: 9999;
}
.robotImage__dYoAj {
	background-repeat: no-repeat;
	background-size: contain;
	height: 183px;
	position: absolute;
	width: 160px;
}
.listDom__QsDJv {
	align-items: center;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	background: linear-gradient(180deg, #6e12c5, #360475);
	border-radius: 100px;
	box-shadow: 0 50px 50px 0 #0003;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 300px;
	justify-content: space-evenly;
	margin-top: 45px;
	width: 70px;
}
.item__oCnuZ {
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 45px;
	width: 45px;
}
.wechat__URxDR {
	background-image: url(../images/telegram-channel.webp);
	transition: transform .3s ease, box-shadow .3s ease;
}
.wechat__URxDR:hover {
	transform: scale(1.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.whatsapp__lJzoL {
	background-image: url(../images/whatsapp--v1.webp);
	transition: transform .3s ease, box-shadow .3s ease;
}
.whatsapp__lJzoL:hover {
	transform: scale(1.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.telegram__Xf46n {
	background-image: url(../images/telegram-app--v1.webp);
	transition: transform .3s ease, box-shadow .3s ease;
}
.telegram__Xf46n:hover {
	transform: scale(1.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.telegram__tgss3 {
	background-image: url(../images/telegram-app-v2.webp);
	transition: transform .3s ease, box-shadow .3s ease;
}
.telegram__tgss3:hover {
	transform: scale(1.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.gotop__Tk7ZC {
	background-image: url(../images/top.webp);
	transition: transform .3s ease, box-shadow .3s ease;
}
.gotop__Tk7ZC:hover {
	transform: scale(1.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}