*, ::backdrop, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

/* @font-face {
    font-family: 'Bebas Neue';
    src: url('./bebasneue-36ccc775.woff2') format('woff2'); 
    font-weight: normal; 
    font-style: normal;
    font-display: swap; 
} */

.bus_bg {
    background: linear-gradient(to top, #232526 10%, #414345 90%);
    color: #fff;
    font-size: 18px;
}
  .global-header{
    width: 100%;
    /* position: fixed;
    top: 0; */
    z-index: 51;
  }

  /* ⬇️ 仅滚动时触发聚拢动画 */
  .global-header.header-scrolled .sticky-header {
      animation: pk-shrink-to-center .35s ease forwards;
  }

  

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {

  .global-container{
    /* padding-top: 100px; */
    .content{
      margin: 50px auto 20px auto;
    }
  }

  .nav_bg{ 
    width: 1624px; margin: 0 auto; padding-top: .4rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(.4,0,.2,1);
      transition-duration: .5s;
      padding: 0 5% !important;
      width: 100% !important;
      background-color: #fff !important;
      position: relative;
  }

  .sticky-header {
      position: fixed;
      overflow: hidden;
      top: 0  ;
      width: 100%;
      opacity: 1;
      pointer-events: auto;
      transition: none; 
  }


  @keyframes pk-shrink-to-center {
      from {
          width: 100%;
      }
      to {
          width: 1200px;
      }
  }


}






  .sticky-header .nav_bg .nav_phone {
    transition: top .3s;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;  
    border-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 3px 10px #0a0b1a59;
    width: 100%;
    border: 1px solid #0000;
  }

  .sticky-header .nav_bg .nav_phone:before {
    opacity: 1 !important;
  }

  .modal-content:before,.modal-image:before{ 
    content: "";
    border-radius: inherit;
    -webkit-mask-composite: xor;
    pointer-events: none;
    opacity: 1;
    will-change: background-position;
    -webkit-mask-composite: xor;
    -webkit-mask-source-type: auto, auto;
    -webkit-mask-composite: xor;
    -webkit-mask-source-type: auto, auto;
    background-image: radial-gradient(#0000, #0000, #d90429, #fbe5e9, #d90429, #0000, #0000);
    background-size: 300% 300%;
    padding: 1px;
    transition: opacity .35s;
    animation: 5s linear infinite pk-shine;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-position: 0 0, 0 0;
    mask-position: 0 0, 0 0;
    -webkit-mask-size: auto, auto;
    mask-size: auto, auto;
    -webkit-mask-repeat: repeat, repeat;
    mask-repeat: repeat, repeat;
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-origin: content-box, border-box;
    mask-origin: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-source-type: auto, auto;
    mask-mode: match-source, match-source;
  }

  @keyframes pk-shine {
      0%   { background-position: 0 0; }
      50%  { background-position: 100% 100%; }
      100% { background-position: 0 0; }
  }

.pc_login {
	height: 90vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.bus_bg{
	    background: linear-gradient(to top, #232526 10%, #414345 90%);
    color: #fff;
    border-radius: 6px;
    transition: all 0.2s;
}
.bus_bgs{
  background: linear-gradient(to top, #232526 10%, #414345 90%);
    color: #fff;
}
.color_jb{
	background: linear-gradient(120deg, #2cb7d5 10%, #2cb7d5  45%, #b4288f 70%, #601d76 90%); 
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; 
}
.color_defjb{
	background: linear-gradient(120deg, #2cb7d5 10%, #2cb7d5  90%); 
	  -webkit-background-clip: text; 
	  -webkit-text-fill-color: transparent;
}

.tn-line-progress--active{     background-color: rgb(170, 33, 33) !important; }



 
.fade-in {
  opacity: 0;
  transition: opacity .8s ease-in
}

.fade-in.show {
  opacity: 1
}

/*每个页面公共css */
uni-view {
  word-break: normal;
  /* font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif */
}

body {
  /* filter: grayscale(100%);
  -webkit-filter: grayscale(100%); */
  background-color: #fff;
  /* background-color: #ffffff; */
  font-size: 14px;
  color: #080808;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      /* background-image: url("../images/home/home-intro-background.svg"); */
} 


.cssdh_bus{-webkit-animation:scaleUpDown-data-v-71b2ce2c 5s infinite;animation:scaleUpDown-data-v-71b2ce2c 5s infinite;
	/* 调用动画，持续2秒并无限循环 */-webkit-transform-origin:center;transform-origin:center
	/* 设置缩放的基准点为元素的中心 */}@-webkit-keyframes scaleUpDown-data-v-71b2ce2c{0%{-webkit-transform:scale(1);transform:scale(1)
		/* 初始大小 */}50%{-webkit-transform:scale(1.1);transform:scale(1.1)
		/* 最大放大 */}100%{-webkit-transform:scale(1);transform:scale(1)
		/* 恢复原始大小 */}}@keyframes scaleUpDown-data-v-71b2ce2c{0%{-webkit-transform:scale(1);transform:scale(1)
		/* 初始大小 */}50%{-webkit-transform:scale(1.1);transform:scale(1.1)
		/* 最大放大 */}100%{-webkit-transform:scale(1);transform:scale(1)
		/* 恢复原始大小 */}}.blink-dot{width:7px;height:7px;background-color:grey;border-radius:50%;display:inline-block;margin:0 5px;-webkit-animation:blink 1s infinite;animation:blink 1s infinite}.blink-dot:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.blink-dot:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s}.blink-dot:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}uni-image{width:100%;height:100%}.mobile_bus{background-color:#ff961b;box-shadow:0 2px 6px rgba(243,174,78,.52);color:#fff;height:50px;line-height:50px;border-radius:10px;text-align:center;width:80%;margin:0 auto}.pc_bus:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pc_bus_w:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pc_bus{cursor:pointer;transition:all .6s;color:#fff;display:inline-block;height:50px;padding:0 50px;line-height:50px;border-radius:10px}.wys:hover{color:#ff961b}


.content {
  max-width: 1000px;
  min-height: 800px;
  color: #fff;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin: 0px auto 20px auto;
  padding-top: 10px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}






/* 以下是Bloosem公共代码 */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
}

.row>* {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  padding: 0 20px;
}



.caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #d90429;
  margin-bottom: 16px;
  text-align: center;
}

.description {
  font-size: 18px;
  line-height: 52px;
}

.subtitle{
  font-size: 40px;
  line-height: 52px; }

@media screen and (max-width: 768px) {
  .subtitle{
    font-size: 28px !important; 
    line-height: 42px !important; }
  
}

.card,
.service,
.result-item,
.review-item,
[class*=card],
[class*=item]:not(li):not(.nav-item):not(.dropdown-item) {
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
}

*,
:after,
:before {
  box-sizing: border-box;
}

.btn, .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit {
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Poppins,sans-serif
}

h1,.h1 {
	margin: 0 0 24px;
	font-size: 36px;
	font-weight: 700;
	/* line-height: 40px */
}

p{font-size: 18px; line-height: 38px;}
a{ text-decoration: none;}

/* @media only screen and (min-width:768px) {
	h1,.h1 {
		margin: 0 0 32px;
		font-size: 48px;
		line-height: 62px
	}
}

@media only screen and (min-width:992px) {
	h1,.h1 {
		font-size: 64px;
		line-height: 80px
	}
} */

/* h2,.h2 {
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px
}

@media only screen and (min-width:768px) {
	h2,.h2 {
		margin: 0 0 32px;
		font-size: 40px;
		line-height: 52px
	}
} */
/* 
@media only screen and (min-width:992px) {
	h2,.h2 {
		font-size: 48px;
		font-weight: 700;
		line-height: 62px
	}
} */

h3,.h3 {
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px
}

@media only screen and (min-width:768px) {
	h3,.h3 {
		margin: 0 0 32px;
		font-size: 32px;
		line-height: 42px
	}
}

@media only screen and (min-width:992px) {
	h3,.h3 {
		font-size: 40px;
		line-height: 52px
	}
}

h4,.h4 {
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px
}

@media only screen and (min-width:768px) {
	h4,.h4 {
		margin: 0 0 32px;
		font-size: 24px;
		line-height: 32px
	}
}

@media only screen and (min-width:992px) {
	h4,.h4 {
		font-size: 32px;
		line-height: 38px
	}
}

h5,.h5,.sticky-menu .menu ul li a {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px
}

@media only screen and (min-width:992px) {
	h5,.h5,.sticky-menu .menu ul li a {
		font-size: 24px;
		line-height: 1.2
	}
}


.h6,h6 {
	font-size: 1rem
}
.text-center {
    text-align: center;
}
.btn-left-arrow {
    padding-right: 60px;
    position: relative;
}
.btn-left-arrow:after {
    content: "";
    background: url(/static/nov/btn-left-arrow.svg) 0 0/100% no-repeat;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
}






