/* 品牌主题色 */
:root {
  --brand-theme-color: #17C1A7;
  --text-font-color-1: #1C1E1E;
  --text-font-color-2: #001424;
  --text-font-color-3: #666666;
  --text-font-color-4: #e1e1e1;
  --text-font-color-5: #f5f5f5;
  --text-font-color-6: #333333;
  --text-font-color-7: #999999;
}

html {
  font-size: 1.3333vw;
}

/* 重置默认样式 */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

view,
swiper,
swiper-item {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

.containerLayout {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}

.containerLayout-phone {
  width: 68.6rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}

.bannerLayout {
  width: 100%;
}

.layoutTitle {
  font-size: 36px;
  color: var(--text-font-color-2);
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

.layoutTitle-phone {
  font-size: 3.6rem;
  color: var(--text-font-color-2);
  font-weight: 700;
  text-align: center;
  padding-top: 6rem;
}

.layoutLabel {
  font-size: 16px;
  color: var(--text-font-color-6);
  margin-top: 20px;
  text-align: center;
}

.more-btn {
  width: 134px;
  height: 44px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text-font-color-3);
  color: var(--text-font-color-3);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  cursor: pointer;
  font-size: 14px;
}

.more-btn-phone {
  width: 16rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid var(--text-font-color-3);
  color: var(--text-font-color-3);
  margin-top: 4.8rem;
  cursor: pointer;
  font-size: 2.8rem;
  margin-left: auto;
  margin-right: auto;
}

.display-flex {
  display: flex;
  align-items: center;
}

/* 产品中心pc端 */
.product-center-yayout .product-exp {
  margin-top: 34px;
}

.product-center-yayout .product-exp .image {
  display: flex;
  width: 626px;
}

.product-center-yayout .product-exp .image img {
  width: 100%;
  height: auto;
}

.product-center-yayout .product-exp .product-freight-text {
  flex: 1;
  padding: 0 65px;
}

.product-center-yayout .product-exp .product-freight-text .title {
  font-size: 25px;
  color: var(--text-font-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.product-center-yayout .product-exp .product-freight-text .text {
  font-size: 20px;
  color: var(--text-font-color-3);
}

.product-center-yayout .product-exp .product-freight-btn {
  background-color: var(--brand-theme-color);
  color: #ffffff;
  font-size: 18px;
  width: 164px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-center-yayout .product-exp .product-freight-btn .btn-text {
  margin-right: 5px;
}

.product-center-yayout .product-exp .product-freight-btn .btn-img {
  width: 20px;
  height: 20px;
}

.product-center-yayout .product-list {
  margin-top: 140px;
}

.product-center-yayout .product-list .product-item {
  justify-content: center;
  margin-bottom: 110px;
}

.product-center-yayout .product-list .product-item .product-text {
  flex: 1;
  padding: 0 95px;
}

.product-center-yayout .product-list .product-item .product-text .product-title-icon {
  margin: 32px 0;
}

.product-center-yayout .product-list .product-item .product-text .product-title-icon .title {
  font-size: 36px;
  color: var(--text-font-color-2);
  position: relative;
}

.product-center-yayout .product-list .product-item .product-text .product-title-icon .title::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--brand-theme-color);
}

.product-center-yayout .product-list .product-item .product-text .product-title-icon .text {
  width: 335px;
  font-size: 20px;
  color: var(--text-font-color-3);
  line-height: 30px;
}

.product-center-yayout .product-list .product-item .product-image {
  width: 740px;
  display: flex;
}

.product-center-yayout .product-list .product-item .product-image img {
  width: 100%;
  height: auto;
}

/* 产品中心移动端 */
.product-center-yayout-phone .product-exp {
  margin-top: 3.4rem;
}

.product-center-yayout-phone .product-exp .image {
  width: 100%;
  height: auto;
}

.product-center-yayout-phone .product-exp .product-freight-text {
  padding: 2.5rem 0;
}

.product-center-yayout-phone .product-exp .product-freight-text .title {
  font-size: 3.6rem;
  color: var(--text-font-color-2);
}

.product-center-yayout-phone .product-exp .product-freight-text .text {
  font-size: 2.8rem;
  margin-top: 1rem;
  color: var(--text-font-color-3);
}

.product-center-yayout-phone .product-exp .product-freight-btn {
  font-size: 2.2rem;
  color: #ffffff;
  background-color: var(--brand-theme-color);
  border-radius: 1rem;
  width: 18.4rem;
  height: 6rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-center-yayout-phone .product-exp .product-freight-btn .btn-text {
  margin-right: 0.5rem;
}

.product-center-yayout-phone .product-exp .product-freight-btn .btn-img {
  width: 2.4rem;
  height: 2.4rem;
}

.product-center-yayout-phone .product-list {
  margin-top: 14.0rem;
}

.product-center-yayout-phone .product-list .product-item {
  justify-content: center;
  margin-bottom: 11.0rem;
}

.product-center-yayout-phone .product-list .product-item .product-text {
  flex: 1;
  padding: 0 6.5rem;
}

.product-center-yayout-phone .product-list .product-item .product-text .product-title-icon {
  margin: 3.2rem 0;
}

.product-center-yayout-phone .product-list .product-item .product-text .product-title-icon .title {
  font-size: 3.6rem;
  color: var(--text-font-color-2);
  position: relative;
}

.product-center-yayout-phone .product-list .product-item .product-text .product-title-icon .title::after {
  content: '';
  position: absolute;
  left: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--brand-theme-color);
}

.product-center-yayout-phone .product-list .product-item .product-text .product-title-icon .text {
  width: 335px;
  font-size: 2.4rem;
  color: var(--text-font-color-3);
  line-height: 3.6rem;
}

.product-center-yayout-phone .product-list .product-item .product-image {
  width: 100%;
}

/* Banner部分样式PC端 */
.bannerLayout {
  position: relative;
  display: flex;
}

.bannerLayout .banner-box {
  display: flex;
  width: 100%;
}

.bannerLayout .banner-box img {
  width: 100%;
  height: auto;
}

/* 导航栏样式pc */
.customLayoutPc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 14px;
  padding-bottom: 10px;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.customLayoutPc .custom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customLayoutPc .custom-nav .left {
  width: 162px;
}

.customLayoutPc .custom-nav .left img {
  width: 162px;
  height: 50px;
}

.customLayoutPc .custom-nav .right {
  display: flex;
  align-items: center;
}

.customLayoutPc .custom-nav .right .item {
  padding-left: 37px;
  font-size: 20px;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.customLayoutPc .custom-nav .right .item .item-img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.custom.customLayoutPc .custom-nav .right .item:hover {
  color: var(--brand-theme-color) !important;
}

.customLayoutPc .custom-nav .right .item .downPage {
  width: max-content;
  position: absolute;
  background-color: #ffffff;
  top: 45px;
  right: 0;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1;
}

.customLayoutPc .custom-nav .right .item .downPage .down-action {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.customLayoutPc .custom-nav .right .item .downPage .down-title {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
}

.customLayoutPc .custom-nav .right .item .downPage .down-title:hover {
  color: var(--brand-theme-color);
}

.customLayoutPc .custom-nav .right .item .phone {
  border: 1px solid var(--brand-theme-color);
  border-radius: 100px;
  padding: 5px 7px;
  display: flex;
  align-items: center;
}

.customLayoutPc .custom-nav .right .item .phone span {
  font-weight: 600;
  margin-left: 10px;
}

.customLayoutPc .custom-nav .right .item .phone img {
  width: 32px;
  height: 32px;
}

.customLayoutPc .custom-nav .right .item:hover {
  color: var(--brand-theme-color) !important;
}

.action {
  color: var(--brand-theme-color) !important;
}

/* 导航样式移动端 */
.indexLayoutPhone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 0;
  z-index: 9
}

.indexLayoutPhone .custom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indexLayoutPhone .custom-nav .left {
  width: 16rem;
}

.indexLayoutPhone .custom-nav .middle {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 600;
}

.indexLayoutPhone .custom-nav .right {
  width: 5rem;
  height: auto;
}

.nav-popup-layout {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(28, 30, 30, 0.6);
  backdrop-filter: blur(1.5rem);
  padding: 2rem 3.2rem;
  box-sizing: border-box;
  z-index: 8;
}

.nav-popup-layout .nav-popup-content {
  padding-top: 8rem;
}

.nav-popup-layout .nav-popup-content .item {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
  padding: 2rem 0;
}

.nav-popup-layout .nav-popup-content .item .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-popup-layout .nav-popup-content .item .item-img {
  width: 4rem;
  height: 4rem;
}

.nav-popup-layout .nav-popup-content .item .downPage {
  width: 100%;
  padding: 1rem 0;
  margin-top: 1rem;
  border-radius: 0.5rem;
  position: relative;
}

.nav-popup-layout .nav-popup-content .item .downPage .down-action {
  width: 0;
  height: 0;
  position: absolute;
  top: -0.8rem;
  left: 2rem;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid rgba(255, 255, 255, 0.1);
}

.nav-popup-layout .nav-popup-content .item .downPage .down-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 2.6rem;
  padding: 1.5rem 0 1.5rem 3rem;
  cursor: pointer;
}

.nav-popup-layout .nav-popup-content .item .downPage .down-title:hover {
  color: var(--brand-theme-color);
}

/* 底部导航栏样式 pc */
.tableLayoutPc {
  width: 100%;
}

.tableLayoutPc .bottom-img {
  position: relative;
  width: 100%;
}

.tableLayoutPc .bottom-img img {
  width: 100%;
  height: auto;
  display: block;
}

.tableLayoutPc .bottom-img .position-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 99;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tableLayoutPc .bottom-img .position-info .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.tableLayoutPc .bottom-img .position-info .banner-btn {
  background-color: var(--brand-theme-color);
  color: #ffffff;
  font-size: 18px;
  width: 220px;
  height: 45px;
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tableLayoutPc .bottom-img .position-info .banner-btn .btn-text {
  margin-right: 5px;
}

.tableLayoutPc .bottom-img .position-info .banner-btn .btn-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tableLayoutPc .footer-info {
  background-color: #1C1E1E;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}

.tableLayoutPc .footer-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.tableLayoutPc .footer-box .logo {
  width: 200px;
}

.tableLayoutPc .footer-box .logo img {
  width: 162px;
  height: 50px;
}

.tableLayoutPc .footer-box .footer-list {
  flex: 1;
  margin-left: 40px;
}

.tableLayoutPc .footer-box .footer-list .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.tableLayoutPc .footer-box .footer-list .item {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 7px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tableLayoutPc .footer-box .wechat {
  width: 150px;
}

.tableLayoutPc .footer-box .wechat .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.tableLayoutPc .footer-box .wechat img {
  width: 120px;
  height: 120px;
}

.tableLayoutPc .company-info {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.tableLayoutPc .copy-info {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
}

.tableLayoutPc .copy-info .item {
  margin: 0 10px;
}

.tableLayoutPc .copy-info .beian {
  cursor: pointer;
  transition: color 0.3s ease;
}

.tableLayoutPc .copy-info .beian:hover {
  color: var(--brand-theme-color);
}

.tableLayoutPc .copy-info img {
  width: 50px;
  height: 18px;
  margin-left: 10px;
}

/* 底部导航栏样式移动端 */
.tableLayoutPhone {
  width: 100%;
}

.tableLayoutPhone .bottom-img {
  position: relative;
  width: 100%;
}

.tableLayoutPhone .bottom-img img {
  width: 100%;
  height: auto;
  display: block;
}

.tableLayoutPhone .bottom-img .position-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tableLayoutPhone .bottom-img .position-info .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.tableLayoutPhone .bottom-img .position-info .banner-btn {
  background-color: var(--brand-theme-color);
  color: #ffffff;
  font-size: 2.4rem;
  width: 18rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tableLayoutPhone .bottom-img .position-info .banner-btn .btn-text {
  margin-right: 1rem;
}

.tableLayoutPhone .bottom-img .position-info .banner-btn .btn-img {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.tableLayoutPhone .footer-info {
  background-color: #1C1E1E;
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.tableLayoutPhone .footer-info .footer-box .logo {
  width: 16rem;
  padding-bottom: 4rem;
}

.tableLayoutPhone .footer-info .footer-box .footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tableLayoutPhone .footer-info .footer-box .footer-list {
  margin-top: 4rem;
}

.tableLayoutPhone .footer-info .footer-box .footer-list .title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #ffffff;
}

.tableLayoutPhone .footer-info .footer-box .footer-list .item {
  font-size: 2.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.tableLayoutPhone .footer-info .footer-box .wechat {
  margin-top: 4rem;
}

.tableLayoutPhone .footer-info .footer-box .wechat .title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #ffffff;
}

.tableLayoutPhone .footer-info .footer-box .wechat img {
  width: 17.8rem;
  height: 17.8rem;
}

.tableLayoutPhone .company-info {
  padding-top: 7rem;
  text-align: center;
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 4rem;
}

.tableLayoutPhone .copy-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #ffffff;
  margin-top: 2rem;
}

.tableLayoutPhone .copy-info .item {
  margin: 0 1rem;
}

.tableLayoutPhone .copy-info .beian {
  cursor: pointer;
  transition: color 0.3s ease;
}

.tableLayoutPhone .copy-info img {
  width: 5.4rem;
  height: 2rem;
  margin-left: 1rem;
}



/* 合作伙伴列表样式pc */
.partnerLayout {
  padding-bottom: 98px;
}

.partnerLayout .partner-grid {
  margin-top: 40px;
}

.partnerLayout .partner-grid .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

/* 合作伙伴列表样式移动端 */
.partnerLayout-phone {
  padding-bottom: 6rem;
}

.partnerLayout-phone .partner-grid {
  margin-top: 3rem;
}

.partnerLayout-phone .partner-grid .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* 青风车优势pc */
.reason-layout {
  position: relative;
  display: flex;
}

.reason-layout .reason-image {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 550px;
  overflow: hidden;
}

.reason-layout .reason-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}

.reason-layout .reason-info .reason-title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 96px;
}

.reason-layout .reason-info .reason-desc {
  font-size: 16px;
  margin-top: 16px;
}

.reason-layout .reason-info .reason-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.reason-layout .reason-info .reason-item .item {
  text-align: center;
}

.reason-layout .reason-info .reason-item .item .reason-icon {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.reason-layout .reason-info .reason-item .item .reason-text {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

/* 青风车优势移动端 */
.reason-layout-phone {
  position: relative;
  display: flex;
}

.reason-layout-phone .reason-image {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.reason-layout-phone .reason-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  margin-top: 7.6rem;
}

.reason-layout-phone .reason-info .reason-title {
  font-size: 4rem;
  font-weight: 600;
}

.reason-layout-phone .reason-info .reason-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8.4rem;
}

.reason-layout-phone .reason-info .reason-item .item {
  text-align: center;
  margin-bottom: 6.4rem;
}

.reason-layout-phone .reason-info .reason-item .item .reason-icon {
  width: 12rem;
  height: 12rem;
  margin: auto;
}

.reason-layout-phone .reason-info .reason-item .item .reason-text {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 3rem;
}

/* 响应式调整 */
@media (max-width: 1200px) {
  .containerLayout {
    width: 95%;
  }

  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .layoutTitle {
    font-size: 28px;
    padding-top: 60px;
  }
}

@media (max-width: 576px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}