/* a {
	color: inherit;
	text-decoration: none;
} */

.container {
  min-width: 1440px;
}

.max-width-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  background: #192537;
  transition: all 0.3s;
}

.navbar .navbar__content {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 0 54px;
}

.navbar .navbar__content .navbar__left {
  display: flex;
  align-items: center;
}

.navbar .navbar__content .navbar__left .logo {
  margin-right: 24px;
  max-width: 120px;
}

.navbar .navbar__content .navbar__left .logo img {
  width: 100%;
  height: 100%;
}

.navbar .navbar__content .navbar__left ul {
  display: flex;
  align-items: center;
}

.navbar .navbar__content .navbar__left ul li a {
  white-space: nowrap;
  padding: 17px 17px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  transition: color 0.2s ease;
}

.navbar .navbar__content .navbar__left ul li a:hover {
  font-weight: 600;
  color: #1676ff;
}

.navbar .navbar__content .navbar__left ul li .active {
  color: #1676ff;
  font-weight: 600;
}

.navbar .navbar__content .navbar__right {
  display: flex;
  align-items: center;
}

.navbar .navbar__content .navbar__right ul {
  display: flex;
  align-items: center;
}

.navbar .navbar__content .navbar__right ul li a {
  white-space: nowrap;
  padding: 0 17px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  transition: color 0.2s ease;
}

.navbar .navbar__content .navbar__right ul li a:hover {
  font-weight: 600;
  color: #1676ff;
}

.navbar .navbar__content .navbar__right ul li .active {
  color: #1676ff;
  font-weight: 600;
}

.navbar .navbar__content .navbar__right .login {
  margin-left: 17px;
  width: 84px;
  height: 34px;
  background: #1676ff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.navbar .navbar__content .navbar__right .login a {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  white-space: nowrap;
}

.navbar .navbar__content .navbar__right .login:hover {
  background: #4390ff;
}

.navbar .navbar__content .navbar__right .btn-nav {
  position: relative;
  transition: all 0.5s ease;
  display: none;
  width: 14px;
}

.navbar .navbar__content .navbar__right .btn-nav .icon-bar {
  display: block;
  margin: 4px 0;
  width: 14px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.5s ease;
}

.navbar-active {
  background: #fff;
}

.navbar-active .navbar__content .navbar__left ul li a {
  color: #000;
}

.navbar-active .navbar__content .navbar__left ul li a:hover {
  font-weight: 600;
  color: #1676ff;
}

.navbar-active .navbar__content .navbar__left ul li .active {
  color: #1676ff;
  font-weight: 600;
}

.navbar-active .navbar__content .navbar__right ul li a {
  color: #000;
}

.navbar-active .navbar__content .navbar__right ul li a:hover {
  font-weight: 600;
  color: #1676ff;
}

.navbar-active .navbar__content .navbar__right ul li .active {
  color: #1676ff;
  font-weight: 600;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #000000;
  padding: 12px 12px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 100%;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 100px;
}

/* 定义关键帧动画 */
@keyframes move-to-top {
  0% {
    /* transform: translateY(0); */
    opacity: 0.5;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.my_anamaion {
  transform: translateY(0);
  animation: move-to-top 2s ease-in-out forwards;
}

.banner {
  width: 100%;
  height: 596px;
  padding: 144px 0 0;
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .banner__content h3 {
  display: flex;
  align-items: center;
  font-size: 44px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 62px;
  letter-spacing: 2px;
}

.banner .banner__content h3 img {
  width: 64px;
  height: 23px;
  display: none;
}

.banner .banner__content .intro {
  margin: 58px 0 78px;
  display: flex;
}

.banner .banner__content .intro .intro-item {
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
}

.banner .banner__content .intro .intro-item h5 {
  margin-bottom: 13px;
  font-size: 26px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 2px;
}

.banner .banner__content .intro .intro-item p {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  letter-spacing: 1px;
}

.banner .banner__content .intro .intro-item:nth-child(-n + 2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 1px;
  height: 103px;
  opacity: 0.53;
  background: #ffffff;
}

.banner .banner__content .btns {
  position: relative;
  display: flex;
}

.banner .banner__content .btns a {
  width: 168px;
  height: 51px;
  border-radius: 4px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 51px;
  text-align: center;
}

.banner .banner__content .btns .free {
  background: #1676ff;
}

.banner .banner__content .btns .free:hover {
  background: linear-gradient(90deg, #1676ff, #418fff 74%);
}

.banner .banner__content .btns .view {
  margin-left: 36px;
  border: 1px solid #ffffff;
}

.banner .banner__content .btns .free:hover {
  box-shadow: 0px 4px 12px 0px #0b1319;
}

.banner .banner__content .btns .view:hover {
  box-shadow: 0px 4px 12px 0px #0b1319;
}

.banner .banner__content .btns .reserve-code {
  display: none;
  align-items: center;
  position: absolute;
  left: 370px;
  top: -40px;
}

.banner .banner__content .btns .reserve-code .tri {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
}

.banner .banner__content .btns .reserve-code .reserve-content {
  border-radius: 4px;
  background: #fff;
  display: flex;
  padding: 16px 18px;
}

.banner .banner__content .btns .reserve-code .reserve-content .reserve-qr {
  padding: 3px;
  border: 1px solid rgba(138, 154, 180, 0.5);
}

.banner .banner__content .btns .reserve-code .reserve-content .reserve-qr .qr {
  width: 120px;
  height: 120px;
}

.banner .banner__content .btns .reserve-code .reserve-content .reserve-wrap {
  padding-top: 3px;
  margin-left: 17px;
  width: 120px;
  height: 120px;
}

.banner .banner__content .btns .reserve-code .reserve-content .reserve-wrap h5 {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 23px;
}

.banner .banner__content .btns .reserve-code .reserve-content .reserve-wrap p {
  margin: 5px 0 7px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #111a34;
  line-height: 23px;
}

.banner
  .banner__content
  .btns
  .reserve-code
  .reserve-content
  .reserve-wrap
  .tip {
  border-top: 1px solid #c1c4cd;
  padding-top: 10px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #677283;
  line-height: 23px;
}

.company {
  padding-top: 80px;
}

.company .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company .title img {
  width: 100px;
  height: 34px;
  margin-right: 15px;
}

.company .title h4 {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 36px;
  letter-spacing: 2px;
}

.company .companys {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.company .companys .company-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 75px;
  border: 1px solid #c5cdd4;
  transition: all 0.3s;
}

.company .companys .company-item img {
  max-width: 60%;
}

.company .companys .hidden-company {
  display: none;
}

.company .companys .company-item:hover {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.product-intro {
  padding: 90px 0 0;
}

.product-intro .product-intro__content .title {
  text-align: center;
}

.product-intro .product-intro__content .title h4 {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 36px;
  letter-spacing: 2px;
}

.product-intro .product-intro__content .title p {
  margin-top: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #636676;
  line-height: 24px;
  letter-spacing: 1px;
}

.product-intro .product-intro__content .intro-item .intro-item__content {
  display: flex;
}

.product-intro .product-intro__content .intro-item .intro-item__detail {
  width: 545px;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__title {
  display: flex;
  align-items: center;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__title
  i {
  font-size: 26px;
  font-family: DIN Alternate, DIN Alternate-Bold;
  font-weight: 700;
  color: #1676ff;
  line-height: 30px;
  letter-spacing: 1.63px;
  margin-right: 5px;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__title
  span {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 24px;
  letter-spacing: 1px;
}

.product-intro .product-intro__content .intro-item .intro-item__detail .line {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.product-intro .product-intro__content .intro-item .intro-item__detail .line i {
  width: 24px;
  height: 3px;
  background: #111a34;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .line
  span {
  width: 520px;
  height: 1px;
  background: #c5cdd4;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__box
  .intro-item__option {
  margin-bottom: 20px;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__box
  .intro-item__option
  h6 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 24px;
  letter-spacing: 1px;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__box
  .intro-item__option
  h6
  img {
  width: 17px;
  height: 17px;
  margin-right: 15px;
  vertical-align: middle;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__detail
  .intro-item__box
  .intro-item__option
  p {
  padding-left: 32px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #111a34;
  line-height: 24px;
  letter-spacing: 1px;
}

.product-intro .product-intro__content .intro-item .intro-item__img {
  flex: 1;
}

.product-intro .product-intro__content .intro-item .intro-item__img img {
  width: 100%;
}

.product-intro
  .product-intro__content
  .intro-item
  .intro-item__img
  img:nth-child(2) {
  display: none;
}

.product-intro .product-intro__content .intro1 {
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 34%, #f5f7fa);
}

.product-intro .product-intro__content .intro1 .intro-item__img img {
  margin-top: 19px;
}

.product-intro .product-intro__content .intro2 {
  padding: 90px 0 70px;
}

.product-intro .product-intro__content .intro2 .intro-item__content {
  flex-direction: row-reverse;
}

.product-intro .product-intro__content .intro2 .intro-item__img img {
  width: 534px;
}

.product-intro .product-intro__content .intro3 {
  padding: 70px 0 40px;
  background: #f6f8fa;
}

.product-intro .product-intro__content .intro3 .intro-item__img img {
  margin-top: -19px;
}

.service {
  padding: 90px 0 40px;
}

.service .title {
  margin-bottom: 84px;
  text-align: center;
}

.service .title h4 {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 36px;
  letter-spacing: 2px;
}

.service .title p {
  margin-top: 12px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #636676;
  line-height: 24px;
  letter-spacing: 1px;
}

.service .service__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service .service__content .service-item {
  position: relative;
  margin-bottom: 52px;
  width: 383px;
  height: 225px;
  background: linear-gradient(
    180deg,
    rgba(22, 118, 255, 0.05) 0%,
    rgba(255, 255, 255, 0)
  );
  border: 0.5px solid;
  border-image: linear-gradient(135deg, #cee3ff, rgba(225, 236, 250, 0.38)) 0.4
    0.4;
  border-radius: 6px;
  padding: 40px 30px 0;
}

.service .service__content .service-item img {
  width: 116px;
  height: 110px;
  position: absolute;
  right: 30px;
  top: -18px;
}

.service .service__content .service-item h5 {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 24px;
  letter-spacing: 1.5px;
}

.service .service__content .service-item .line {
  margin: 18px 0;
  width: 24px;
  height: 3px;
  background: #111a34;
}

.service .service__content .service-item p {
  font-size: 16px;
  font-weight: 400;
  color: #111a34;
  line-height: 26px;
  letter-spacing: 1px;
}

.sector {
  padding: 90px 0;
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sector .sector__content {
  min-height: 503px;
}

.sector .sector__content .title {
  text-align: center;
}

.sector .sector__content .title h4 {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 2px;
}

.sector .sector__content .title p {
  margin-top: 13px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1px;
}

.sector .sector__content .sector__main {
  margin-top: 50px;
  display: flex;
}

.sector .sector__content .sector__main .sector__options {
  height: fit-content;
  flex-shrink: 0;
  padding: 12px 12px 24px;
  width: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}

.sector .sector__content .sector__main .sector__options .sector__option {
  position: relative;
  margin-bottom: 20px;
  padding: 0 16px;
  transition: all 0.3s;
  cursor: pointer;
  width: 176px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .sector__option
  .sector__option__content {
  display: flex;
  align-items: center;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .sector__option
  .sector__option__content
  i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .sector__option
  .sector__option__content
  span {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  letter-spacing: 1px;
}

.sector .sector__content .sector__main .sector__options .sector__option i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sector .sector__content .sector__main .sector__options .sector__option:hover {
  background: #1676ff;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .sector__option:hover
  .sector__option__content
  i {
  color: #fff;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .sector__option:hover
  .sector__option__content
  span {
  font-weight: 600;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .sector__option:nth-last-child(1) {
  margin-bottom: 0;
}

.sector .sector__content .sector__main .sector__options .active {
  background: #1676ff;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .active
  .sector__option__content
  i {
  color: #fff;
}

.sector
  .sector__content
  .sector__main
  .sector__options
  .active
  .sector__option__content
  span {
  font-weight: 600;
}

.sector .sector__content .sector__main .sector__detail {
  margin-left: 40px;
  flex: 1;
}

.sector .sector__content .sector__main .sector__detail .sector-item {
  display: none;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail {
  min-height: 218px;
  padding: 40px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail
  h5 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1.5px;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail
  .sector-item__intro {
  display: flex;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail
  .sector-item__intro
  span {
  min-width: 68px;
  white-space: nowrap;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 29px;
  letter-spacing: 1px;
  margin-right: 30px;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail
  .sector-item__intro
  p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 29px;
  letter-spacing: 1px;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail:nth-child(1) {
  padding-top: 8px;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item
  .sector-item__detail:nth-last-child(1) {
  border-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.sector
  .sector__content
  .sector__main
  .sector__detail
  .sector-item:nth-child(1) {
  display: block;
}

.advantages {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.advantages .advantages__content {
  padding: 90px 0 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantages .advantages__content .advantages-intro {
  width: 383px;
  height: 200px;
}

.advantages .advantages__content .advantages-intro h4 {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 36px;
  letter-spacing: 2px;
}

.advantages .advantages__content .advantages-intro p {
  margin: 16px 0 30px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #636676;
  line-height: 24px;
  letter-spacing: 1px;
}

.advantages .advantages__content .advantages-intro img {
  width: 33px;
  height: 12px;
}

.advantages .advantages__content .advantages-item {
  margin-bottom: 25px;
  width: 383px;
  height: 200px;
  background: linear-gradient(
    136deg,
    rgba(22, 118, 255, 0.05) 3%,
    rgba(255, 255, 255, 0)
  );
  border: 0.5px solid;
  border-image: linear-gradient(135deg, #cee3ff, rgba(225, 236, 250, 0.38)) 0.4
    0.4;
  border-radius: 6px;
  padding: 30px 40px 0 24px;
}

.advantages .advantages__content .advantages-item .advantages-item__title {
  display: flex;
  align-items: center;
}

.advantages .advantages__content .advantages-item .advantages-item__title img {
  width: 45px;
  height: 45px;
}

.advantages .advantages__content .advantages-item .advantages-item__title span {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #111a34;
  line-height: 24px;
  letter-spacing: 1.5px;
}

.advantages .advantages__content .advantages-item p {
  padding: 8px 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  color: #111a34;
  line-height: 26px;
  letter-spacing: 1px;
}

.reserve {
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.reserve .close {
  display: none;
  position: absolute;
  top: 26px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.reserve .reserve__content {
  padding: 40px 0 33px;
  position: relative;
}

.reserve .reserve__content .title {
  display: flex;
  align-items: center;
}

.reserve .reserve__content .title h4 {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
}

.reserve .reserve__content .title p {
  margin-left: 18px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.reserve .reserve__content .forms {
  margin-top: 16px;
}

.reserve .reserve__content .forms form {
  display: flex;
  align-items: center;
}

.reserve .reserve__content .forms form input {
  width: 168px;
  padding: 0 16px;
  margin-right: 12px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(53, 107, 254, 0.48);
}

.reserve .reserve__content .forms form .org {
  width: 415px;
}

.reserve .reserve__content .forms form .code {
  position: relative;
  width: 228px;
}

.reserve .reserve__content .forms form .code input {
  width: 100%;
}

.reserve .reserve__content .forms form .code span {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #1676ff;
}

.reserve .reserve__content .forms form button {
  cursor: pointer;
  margin-left: 72px;
  width: 113px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  color: #ffffff;
  background: #1a273c;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(53, 107, 254, 0.48);
}

.reserve .reserve__content .forms form button:hover {
  color: #1a273c;
  background: #fff;
}

.reserve-active {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.reserve-active .close {
  display: block;
}

.support {
  width: 80px;
  position: fixed;
  z-index: 9999;
  right: 10px;
  /* top: 57%; */
  /* top: 50%; */
  top: 40%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(232, 232, 234, 0.6);
}

.support .support-item {
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.support .support-item .support-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}

.support .support-item .support-item__content i {
  font-size: 26px;
}

.support .support-item .support-item__content span {
  margin-top: 4px;
  font-size: 11px;
  font-family: Songti SC, Songti SC-Regular;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 16px;
}

.support .support-item .phone-box {
  display: none;
  align-items: center;
  width: 184px;
  height: 77px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(232, 232, 234, 0.6);
  position: absolute;
  right: 85px;
  top: 0;
  padding-left: 10px;
}

.support .support-item .phone-box img {
  width: 37px;
  height: 33px;
}

.support .support-item .phone-box .phone-box__content {
  margin-left: 15px;
}

.support .support-item .phone-box .phone-box__content span {
  font-size: 14px;
  font-family: Songti SC, Songti SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #111a34;
}

.support .support-item .phone-box .phone-box__content p {
  margin-top: 2px;
  font-size: 14px;
  font-family: Songti SC, Songti SC-Regular;
  font-weight: 400;
  color: #1676ff;
  line-height: 18px;
}

.support .support-item:nth-child(-n + 2) {
  color: #1676ff;
}

.support .support-item:nth-child(-n + 2) .support-item__content span {
  color: #1676ff;
}

.support .support-item:nth-last-child(1) {
  color: #8c8c8c;
}

.support .support-item:hover {
  background: #1676ff;
  color: #fff;
}

.support .support-item:hover .support-item__content span {
  color: #fff;
}

.support .phone-item:hover .phone-box {
  display: flex;
}

.overlay {
  background-color: #1d1d1dcc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 190;
  display: none;
}

.header__primary {
  padding: 36px 20px 0;
  z-index: 199;
  width: 70%;
  background-color: #fff;
  height: 100%;
  right: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;

  overflow-y: scroll;
}

.header__primary .nav-right {
  text-align: right;
  height: 60px;
  line-height: 60px;
}

.header__primary .nav-right i {
  color: #000;
  font-size: 24px;
}

.header__primary ul li a {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.header__primary ul li a span {
  font-weight: 600;
}

.header__primary ul li a i {
  font-size: 14px;
}

.mobile-support {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
  background-color: #fff;
}

.mobile-support a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-support a span {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #111a34;
  line-height: 17px;
  letter-spacing: 1.08px;
}

.mobile-support a i {
  color: #000;
  font-size: 20px;
}

.mobile-support a:nth-child(1) {
  width: 117px;
  height: 62px;
  background: #1676ff;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.08px;
}

.mobile-support a:nth-last-child(-n + 3) {
  flex: 1;
}

.mobile-support-show {
  opacity: 1;
  visibility: visible;
}

.footer {
  background: linear-gradient(90deg, #1a273c, #182538 99%);
}

.footer .footer__content .link-box {
  display: flex;
  justify-content: space-between;
  padding: 62px 0 50px;
}

.footer .footer__content .link-box .qr {
  display: flex;
  flex-direction: column;
}

.footer .footer__content .link-box .qr .logo {
  margin-bottom: 20px;
  width: 100px;
  height: 26px;
}

.footer .footer__content .link-box .qr .qr-code {
  width: 109px;
  height: 109px;
}

.footer .footer__content .link-box .link-item a {
  display: block;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 32px;
  letter-spacing: 1px;
}

.footer .footer__content .link-box .link-item a:nth-child(1) {
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.footer .footer__content .link-box .link-contact .title {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1px;
}

.footer .footer__content .link-box .link-contact p {
  margin-top: 2px;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
  letter-spacing: 1px;
}

.footer .footer__content .other-link {
  border-top: 1px solid;
  border-image: linear-gradient(
      315deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0)
    )
    1 1;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}

.footer .footer__content .other-link a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}

.footer .footer__content .other-link a img {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 1460px) {
  /* 滚动条*/
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}

@media only screen and (max-width: 900px) {
  .container {
    min-width: 0;
  }

  .navbar .navbar__content {
    height: 45px;
    padding: 0 15px;
  }

  .navbar .navbar__content .navbar__left ul {
    display: none;
  }

  .navbar .navbar__content .navbar__left .logo {
    max-width: 75px;
    height: 20px;
  }

  .navbar .navbar__content .navbar__right .login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 24px;
    width: 63px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
  }

  .navbar .navbar__content .navbar__right .login a {
    display: inline-block;
    font-size: 11px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 600;
    color: #fff;
  }

  .navbar .navbar__content .navbar__right .login:hover {
    border: none;
  }

  .navbar .navbar__content .navbar__right .login:hover a {
    color: #fff;
  }

  .navbar .navbar__content .navbar__right .btn-nav {
    display: block;
  }

  .navbar .navbar__content .navbar__right ul li {
    display: none;
  }

  .navbar-active .navbar__content .navbar__right .login {
    border-color: #1676ff;
  }

  .navbar-active .navbar__content .navbar__right .login a {
    color: #1676ff;
  }

  .navbar-active .navbar__content .navbar__right .btn-nav .icon-bar {
    background-color: #1676ff;
  }

  .banner {
    background-size: 100% 100%;
    background-image: url(../img/banner2.png);
    height: auto;
    padding: 77px 16px 160px;
  }

  .banner .banner__content h3 {
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.38px;
  }

  .banner .banner__content h3 span {
    display: none;
  }

  .banner .banner__content h3 img {
    display: block;
  }

  .banner .banner__content .intro {
    justify-content: center;
    margin: 10px 0 35px;
  }

  .banner .banner__content .intro .intro-item {
    padding-right: 10px;
    margin-right: 10px;
  }

  .banner .banner__content .intro .intro-item h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.91px;
  }

  .banner .banner__content .intro .intro-item p {
    display: none;
  }

  .banner .banner__content .intro .intro-item:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
  }

  .banner .banner__content .intro .intro-item:nth-child(-n + 2)::after {
    height: 14px;
  }

  .banner .banner__content .btns {
    justify-content: center;
  }

  .banner .banner__content .btns a {
    width: 95px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
  }

  .banner .banner__content .btns .view {
    margin-left: 15px;
  }

  .banner .banner__content .btns .reserve-code {
    flex-direction: column;
    left: auto;
    top: 25px;
  }

  .banner .banner__content .btns .reserve-code .tri {
    margin-left: 35px;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
  }

  .banner
    .banner__content
    .btns
    .reserve-code
    .reserve-content
    .reserve-wrap
    h5 {
    font-size: 14px;
  }

  .banner
    .banner__content
    .btns
    .reserve-code
    .reserve-content
    .reserve-wrap
    p {
    font-size: 12px;
  }

  .banner
    .banner__content
    .btns
    .reserve-code
    .reserve-content
    .reserve-wrap
    .tip {
    font-size: 12px;
  }

  .company {
    padding: 60px 16px 0;
  }

  .company .title img {
    width: 57px;
    height: 20px;
    margin-right: 7px;
  }

  .company .title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1px;
  }

  .company .companys {
    margin-top: 18px;
    flex-wrap: wrap;
  }

  .company .companys .company-item {
    margin-bottom: 15px;
    height: 40px;
    width: calc((100% - 30px) / 3);
  }

  .company .companys .hidden-company {
    display: flex;
  }

  .product-intro {
    padding: 45px 0 0;
  }

  .product-intro .product-intro__content .title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1px;
  }

  .product-intro .product-intro__content .title p {
    font-size: 11px;
    line-height: 15px;
  }

  .product-intro .product-intro__content .intro1 {
    padding: 20px 16px 40px;
  }

  .product-intro .product-intro__content .intro1 .intro-item__img img {
    margin-top: 0;
  }

  .product-intro .product-intro__content .intro2 {
    padding: 40px 16px;
  }

  .product-intro .product-intro__content .intro2 .intro-item__img img {
    width: 100%;
  }

  .product-intro .product-intro__content .intro3 {
    padding: 40px 16px;
  }

  .product-intro .product-intro__content .intro-item .intro-item__content {
    flex-direction: column-reverse;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail {
    margin-top: 20px;
    width: 100%;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .intro-item__title
    i {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1.38px;
    margin-right: 2px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .intro-item__title
    span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .line {
    margin: 10px 0 20px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .line
    span {
    width: 100%;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .intro-item__box
    .intro-item__option {
    margin-bottom: 12px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .intro-item__box
    .intro-item__option
    h6 {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.81px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .intro-item__box
    .intro-item__option
    h6
    img {
    width: 15px;
    height: 15px;
    margin-right: 9px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__detail
    .intro-item__box
    .intro-item__option
    p {
    padding-left: 23px;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.69px;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__img
    img:nth-child(1) {
    display: none;
  }

  .product-intro
    .product-intro__content
    .intro-item
    .intro-item__content
    .intro-item__img
    img:nth-child(2) {
    display: block;
  }

  .service {
    padding: 60px 16px 35px;
  }

  .service .title {
    margin-bottom: 27px;
  }

  .service .title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.29px;
  }

  .service .title P {
    margin-top: 6px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.69px;
  }

  .service .service__content .service-item {
    width: calc((100% - 12px) / 2);
    height: 170px;
    padding: 20px 15px 0;
    margin-bottom: 25px;
  }

  .service .service__content .service-item img {
    width: 57px;
    height: 54px;
    right: 15px;
    top: -9px;
  }

  .service .service__content .service-item h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.81px;
  }

  .service .service__content .service-item .line {
    margin: 6px 0 11px;
    width: 12px;
    height: 1px;
  }

  .service .service__content .service-item p {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.69px;
  }

  .sector {
    padding: 0;
    background-image: none;
  }

  .sector .sector__content {
    min-height: 0;
  }

  .sector .sector__content .title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111a34;
    line-height: 19px;
    letter-spacing: 1.29px;
  }

  .sector .sector__content .title p {
    margin-top: 6px;
    font-size: 11px;
    color: #636676;
    line-height: 15px;
    letter-spacing: 0.69px;
  }

  .sector .sector__content .sector__main {
    display: block;
    margin-top: 12px;
  }

  .sector .sector__content .sector__main .sector__options {
    width: 100%;
    display: flex;
    background: none;
    padding: 12px 0 24px;
  }

  .sector .sector__content .sector__main .sector__options .sector__option {
    padding: 0;
    margin-bottom: 0;
    width: 20%;
    justify-content: center;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option
    .sector__option__content {
    flex-direction: column;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option
    .sector__option__content
    i {
    color: #000;
    margin-right: 0;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option
    .sector__option__content
    span {
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 600;
    color: #111a34;
    letter-spacing: 0.81px;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option
    .icon-arrow-right {
    display: none;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option:hover {
    background: none;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option:hover
    .sector__option__content
    span {
    color: #1676ff;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .sector__option:hover
    .sector__option__content
    i {
    color: #1676ff;
  }

  .sector .sector__content .sector__main .sector__options .active {
    position: relative;
    background: none;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .active
    .sector__option__content
    span {
    color: #1676ff;
  }

  .sector
    .sector__content
    .sector__main
    .sector__options
    .active
    .sector__option__content
    i {
    color: #1676ff;
  }

  .sector .sector__content .sector__main .sector__options .active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 28px;
    height: 1px;
    background: #1676ff;
  }

  .sector .sector__content .sector__main .sector__detail {
    padding: 30px 16px 25px;
    margin-left: 0;
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail {
    min-height: 0;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail
    h5 {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 0.81px;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail
    .sector-item__intro {
    margin-bottom: 16px;
    display: block;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail
    .sector-item__intro
    span {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.69px;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail
    .sector-item__intro
    p {
    margin-top: 3px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.69px;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail:nth-child(1) {
    padding: 0 0 4px;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail:nth-last-child(1) {
    padding-top: 16px;
  }

  .sector
    .sector__content
    .sector__main
    .sector__detail
    .sector-item
    .sector-item__detail:nth-last-child(1)
    .sector-item__intro {
    margin-bottom: 3px;
  }

  .advantages .advantages__content {
    padding: 60px 16px 58px;
  }

  .advantages .advantages__content .advantages-item {
    width: calc((100% - 12px) / 2);
    height: 115px;
    margin-bottom: 12px;
    padding: 15px 4px 0 11px;
  }

  .advantages
    .advantages__content
    .advantages-item
    .advantages-item__title
    img {
    width: 22px;
    height: 22px;
    margin-right: 4px;
  }

  .advantages
    .advantages__content
    .advantages-item
    .advantages-item__title
    span {
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.81px;
  }

  .advantages .advantages__content .advantages-item p {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.69px;
  }

  .advantages .advantages__content .advantages-intro {
    height: 115px;
    width: calc((100% - 12px) / 2);
  }

  .advantages .advantages__content .advantages-intro h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.29px;
  }

  .advantages .advantages__content .advantages-intro p {
    margin: 6px 0 17px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.69px;
  }

  .advantages .advantages__content .advantages-intro img {
    width: 18px;
    height: 7px;
  }

  .reserve {
    display: none;
  }

  .support {
    display: none;
  }

  .mobile-support {
    display: flex;
  }

  .footer .footer__content {
    padding: 0 16px;
  }

  .footer .footer__content .link-box {
    padding: 24px 0;
    justify-content: center;
  }

  .footer .footer__content .link-box .qr .logo {
    display: none;
  }

  .footer .footer__content .link-box .link-item,
  .footer .footer__content .link-box .link-contact {
    display: none;
  }

  .footer .footer__content .other-link {
    padding: 14px 0;
    flex-direction: column;
    line-height: 19px;
  }

  .footer .footer__content .other-link a {
    font-size: 11px;
  }

  .footer .footer__content .other-link a img {
    display: none;
  }
}

/* =====================================================
   新版导航栏样式（参考 sdqingys.com）
   ===================================================== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}

/* 顶部信息条（PC 端显示） */
.navbar__topbar {
  display: none;
  background: #450a0a;
  color: #cbd5e1;
  font-size: 12px;
  padding: 6px 0;
}
@media (min-width: 768px) {
  .navbar__topbar {
    display: block;
  }
}

.navbar__topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar__topbar-left,
.navbar__topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar__topbar a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
}
.navbar__topbar a:hover {
  color: #fff;
}

.navbar__topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color 0.2s;
}
.navbar__topbar-phone:hover {
  color: #fff;
}
.navbar__topbar-phone .iconfont {
  font-size: 13px;
}

/* 主导航容器 */
.navbar .navbar__content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: auto;
}
@media (min-width: 1024px) {
  .navbar .navbar__content {
    padding: 8px 32px;
  }
}

/* Logo */
.navbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navbar__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (min-width: 1024px) {
  .navbar__logo img {
    height: 56px;
  }
}

/* 中部菜单 */
.navbar__menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .navbar__menu {
    display: flex;
  }
}

.navbar__menu li {
  position: relative;
}

.navbar__menu a {
  display: inline-block;
  padding: 18px 8px;
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.navbar__menu a:hover,
.navbar__menu a.active {
  color: #7c1d18;
}

/* 右侧电话 CTA */
.navbar__cta {
  display: none;
}
@media (min-width: 1024px) {
  .navbar__cta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}

.navbar__phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #fee2e2;
  background: #fef2f2;
  color: #7c1d18;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.navbar__phone-btn:hover {
  background: #fee2e2;
  border-color: #fecaca;
}
.navbar__phone-btn .iconfont {
  font-size: 16px;
}

/* 移动端汉堡菜单按钮 */
.navbar__menu-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.navbar__menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .navbar__menu-btn {
    display: none;
  }
}

/* 移动端适配 */
@media (max-width: 1023px) {
  .navbar .navbar__content {
    padding: 10px 16px;
  }
  .navbar__logo img {
    height: 38px;
  }
  /* 移动端菜单展开 */
  .navbar__menu.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #f1f5f9;
    padding: 8px 0;
  }
  .navbar__menu.is-open li {
    border-bottom: 1px solid #f1f5f9;
  }
  .navbar__menu.is-open a {
    display: block;
    padding: 14px 24px;
    width: 100%;
  }
  .navbar__menu-btn.is-active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .navbar__menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .navbar__menu-btn.is-active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}

/* 滚动时加深阴影 */
.navbar-scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
