/* 滚动淡入效果 */
.scroll-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

/* 品牌介绍下拉菜单 */
.introduce .select {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.introduce:hover .select {
    max-height: 200px;
}

/* 导航栏交互效果 */
.navbar li {
    transition: all 0.3s ease;
}

.navbar li:hover {
    transform: translateY(-3px);
}

/* 加盟热线交互效果 */
.join-banner .phone {
    cursor: pointer;
    transition: all 0.3s ease;
}

.join-banner .phone:hover {
    color: #ff0000;
    transform: scale(1.05);
}

/* 模态框样式 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 80%;
    text-align: center;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-modal {
    margin-top: 20px;
    padding: 8px 20px;
    background-color: #ff0000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-modal:hover {
    background-color: #cc0000;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .introduce .select {
        position: static;
        box-shadow: none;
    }
    
    .introduce:hover .select {
        max-height: none;
    }
}
@font-face {
  font-family: 'AlibabaPuHuiTi_2_65_Medium';
  src: url('./font/AlibabaPuHuiTi-2-65-Medium.ttf') format("ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'AlibabaPuHuiTi_2_65_Medium';
}


ul,
ol,
li {
  text-decoration: none;
  list-style: none;
}

.red {
  color: red;
}

.bold {
	font-weight: bold;
	font-size: 20px;
}

.container {
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  background-image: url('../images/bg3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex: 1;
  padding-bottom: 300px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  padding-top: 30px;
  /* background-color: rgba(0, 0, 0, 0.3); */
}
.header-title {
  font-weight: bold;
  flex: 1;
  margin-left: 5px;
}

.header .logo {
  margin-left: 15px;
}

.navbar {
  display: flex;
  font-weight: 600;
  align-items: center;
}

.navbar .itemNavbar {
  padding: 15px 0;
  margin: 0 30px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  color: #fff;
}
.blackFont{
	color: #000;
}
.blackFont+span{
	background-color: #000;
}

.navbar .introduce {
  position: relative;
}

.navbar .introduce:hover .select {
  padding: 5px 0;
  margin-top: 5px;
  width: 100px;
  height: 150px;
  text-align: center;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  left: -15px;
  top: 55px;
  color: #000;
}

.navbar .introduce .select li {
  padding: 6px 0;
  margin: 0 5px;
}

.navbar .introduce .active {
  background-color: #e52227;
  border-radius: 15px;
  color: #fff;
}


.navbar .introduce .select {
  font-size: 15px;
  position: absolute;
  left: -15px;
  top: 55px;
  height: 0px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}

.navbar .activeItem {
  border-bottom: 4px solid #e50112;
}

.content .index-content {
  height: 400px;
  display: block;
}

.content .aboutus-content {
  display: none;
}

.content .app-download {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container .qiyewenhua{
	display: none;
}
.qiyewenhua-title{
  color: red;
  font-weight: bold;
  font-size: 50px;
  padding: 50px 50px 15px 50px;
}
.qiyewenhua p{
  font-weight: bold;
  padding: 0 50px;
}
.spring-layout-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 20px;
}

.spring-layout {
  position: relative;
  width: 100%;
  height: 650px;
  margin: 20px auto;
}
.top-title{
  font-size: 24px;
  color: red;
  padding: 30px 50px 10px 50px;
  font-weight: bold;
}
.top-images {
  position: absolute;
  top: -29px;
  left: -40px;
  width: 100%;
  height: 250px;
  z-index: 1;
}

.bottom-images {
  position: absolute;
  bottom: 0;
  top: 280px;
  left: -39px;
  width: 100%;
  height: 250px;
  z-index: 1;
  transform: scale(1.11);
}

.red-cross-background {
  position: absolute;
  top: -30px;
  left: 81px;
  width: 99%;
  height: 110%;
  z-index: 4;
}


.full-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vertical-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-80%, -50%);
  left: 58%;
  color: white;
  font-size: 36px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 10px;
  z-index: 5;
}
.bottom-title{
  position: absolute;
  left: 38%;
  font-size: 24px;
  color: red;
  font-weight: bold;
}
.text1{
  position: absolute;
  left:20%;
  top: 55%;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  text-align: center;
  font-weight: lighter;
  width: 150px;
  z-index: 5;
}
.text2{
  position: absolute;
  left: 39%;
  top: 55%;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  text-align: center;
  font-weight: lighter;
  width: 150px;
  z-index: 5;
}
.text3{
  position: absolute;
  left: 59%;
  top: 55%;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  text-align: center;
  font-weight: lighter;
  width: 150px;
  z-index: 5;
}
.text4{
  position: absolute;
  left:20%;
  top:76%;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  text-align: center;
  font-weight: lighter;
  width: 150px;
  z-index: 5;
}
.text5{
  position: absolute;
  left:39%;
  top: 76%;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  text-align: center;
  font-weight: lighter;
  width: 150px;
  z-index: 5;
}
.text6{
  position: absolute;
  left: 59%;
  top: 76%;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  text-align: center;
  font-weight: lighter;
  width: 150px;
  z-index: 5;
}
.download-title,
.aboutus-title {
  width: 250px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, #ff2020, #ff4249);
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  font-weight: bolder;
  cursor: pointer;
}
.aboutus-title img{
	width: 15px;
	height: 15px;
	margin-left: 15px;
}
.driverApp{
	padding: 40px 0;
	background: #ff2020;
	margin-bottom: 40px;
}
.driverApp div{
	margin: 0 auto;
	background: #fff;
	color: #ff2020;
}
.triangleBox{
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-bottom: 50px;
	margin-right: 40px;
}
.triangleBox img{
	width: 20px;
	height: 20px;
}
.download-title:nth-child(2){
	margin: 20px 0;
	background: #fff;
	color: #ff2020;
}

.download-tip {
  width: 290px;
  height: 130px;
  border-radius: 24px;
  background-color: #fff;
  line-height: 18px;
  font-size: 18px;
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 0 6px #D9D9D9;
}

.aboutus-title {
  margin: 120px auto 20px;
}

.aboutus-content {
  height: 100%;
}

.team-introduce {
  display: none;
  /* padding: 35px 25px; */
}

.team-introduce-title {
  width: 66px;
  border-bottom: 3px solid red;
  line-height: 28px;
}

.team-pic {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.team-pic img {
  width: 49%;
}

.team-text {
  margin-top: 36px;
  line-height: 24px;
  font-family: '微软雅黑';
}

.gray-bg {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.aboutus-content .title {
  color: #ff2020;
  font-size: 28px;
  font-weight: bold;
}

.aboutus-content p {
  max-width: 70%;
  font-size: 25px;
  color: #fff;
  margin-top: 32px;
  line-height: 35px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: bold;
  text-indent: 2em;
}

.brand-story {
  display: none;
  padding: 0 43px;
}

.story-title {
  font-size: 60px;
  color: #fff;
  background: linear-gradient(to right, #e70012, #e9444b);
  font-weight: 600;
  width: 634px;
  padding: 1px 92px;
  border-radius: 50px;
  margin: 54px auto 58px;
}

.brand-story p {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 25px;
}

.slogan {
  display: none;
  padding: 0 43px;
  padding-bottom: 40px;
}

.slogan img {
  display: block;
  margin: 20px auto 58px;
}

.slogan p {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 25px;
}


.download {
	display: none;
	padding: 0 43px;
	padding-bottom: 40px;
}

.download p {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 25px;
}


.founder {
  display: none;
  padding-right: 22px;
}

.right-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 11px;
  border-left-color: #e50112;
}

.founder-title {
  font-size: 32px;
  color: #e70012;
  font-weight: 600;
  margin-top: 38px;
}

.founder-subtitle {
  font-size: 24px;
  color: #e70012;
  font-weight: 600;
  margin-bottom: 16px;
}

.founder .right {
  display: inline-block;
  margin-left: 47%;
  padding-bottom: 30px;
}

.founder p {
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 600;
}

.founder .red {
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: #e60012;
}

.join-center {
  display: none;
  text-align: center;
}

.join-center .title {
  font-size: 60px;
  font-weight: 600;
  color: #e70012;
  margin: 33px auto 25px;
}

.join-center .subtitle {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #e70012;
  padding: 6px 22px;
  border-radius: 15px;
}

.join-center .process {
  padding: 50px;
  font-weight: 600;
  line-height: 68px;
}

.join-center .num {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 10px;
}

.join-banner {
  display: none;
  position: absolute;
  right: 5%;
  top: 47%;
}

.join-banner .title {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 20px;
}

.join-banner .heightlight {
  color: #e70012;
  font-size: 40px;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff;
  margin-left: 22px;
}

.join-banner .phone {
  display: inline-block;
  font-weight: bolder;
  color: #fff;
  background-color: #e70012;
  border-radius: 15px;
  padding: 5px 18px;
  margin-left: 60px;
}

.footer {
  background: linear-gradient(to bottom, #ff4249, #ff2020);
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
  position: relative;
  padding-bottom: 100px;
}

.footer .erweima-content {
  display: flex;
}

.footer .erweima {
  margin: 5px 10px;
}

.footer .erweima p {
  font-size: 12px;
  text-align: center;
}

.footer .message-item {
  margin: 13px 0;
}

.footer .beian {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  text-align: center;
}

.footer .beian a {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

.footer .beian img {
  vertical-align: middle;
}

.footer .copyright {
  text-align: center;
}

.bottom-icon {
  position: absolute;
  top: 23px;
  left: 68px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.QRcode-bar{
	display: flex;
}
.QRcode-bar div{
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 15px;
	margin: 0 5px;
}
.QRcode-bar img{
	width: 90px;
	height: 90px;
	margin: 10px 0;
}