/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     background: transparent;
     position: relative;
     z-index: 1;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}
.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    padding-top: 27px;
    padding-bottom: 25px;
    background-size: 100%;
    padding-bottom: 201px;
}
.logo {
    width: 100%;
    float: left;
    padding-left: 30px;
}
.menu_main {
    font-size: 20px;
    color: #fff;
    float: left;
}
.menu_main a{
    color: #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.toggle_menu {
    top: 8px;
    position: relative;
    left: 0px;
}
.shoping_bag {
    float: right;
    text-align: right;
    padding-left: 30px;
    padding-top: 8px;
}
.togle_3 {
    float: left;
}
.menu_text {
    float: right;
    width: 30%;
    padding-top: 15px;
}
.search_icon{ width: 100%; float: left; }
.padding_left_40{
    padding-left: 40px;
}
.padding_left0{
    padding-left: 20px;
}
.banner_section {
    width: 100%;
    float: left;
}
.image_1 {
    width: 100%;
    float: left;
}
.banner_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #181919;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_taital_1{
    width: 100%;
    float: left;
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_text{
    width: 80%;
    float: left;
    font-size: 16px;
    color: #f8fdfe;
    margin-left: 0px;
}
.contact_bt{
    width: 170px;
    float: left;
}
.contact_bt a{
    width: 170px;
    float: left;
    font-size: 16px;
    color: #f8fdfe;
}
.contact_bt a:hover{
    color: #181919;
}
.contact_padding{
    padding-left: 15px;
}
.play_icon{
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 70px;
    position: relative;
    z-index: 3;
}
.play_icon a{
    position: relative;
    z-index: 4;
}
.play_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 2;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect{
    0%{
    transform: translate(-50%,-50%) scale(0);
    opacity: 1
    }
    40%{
        opacity: 1;
    }
    100%{
    transform: translate(-50%,-50%) scale(1.2);
    opacity: 0;
    }
}
.services_section {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    display: flex;
    align-items: center;
    position: relative;
}

.services_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.2), transparent);
}

.services_taital {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.services_taital::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4A90E2, #90ceec);
    border-radius: 2px;
}

.services_text {
    font-size: 18px;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

.services_section_2 {
    margin-top: 40px;
}

.box_section {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(74, 144, 226, 0.1);
}

.box_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #4A90E2, #90ceec);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 0;
}

.box_section:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(74, 144, 226, 0.15);
    border-color: transparent;
}

.box_section:hover::before {
    opacity: 1;
}

.box_section > * {
    position: relative;
    z-index: 1;
}

.tiles_img, .tiles_img_1 {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    filter: none;
    opacity: 0.9;
}

.box_section:hover .tiles_img,
.box_section:hover .tiles_img_1 {
    transform: scale(1.1) translateY(-5px);
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* 为每个服务添加特定的图标和颜色 */
.box_section:nth-child(1) .tiles_img {
    background-image: url('../images/organize-icon.png');
    filter: hue-rotate(45deg) saturate(1.2);
}

.box_section:nth-child(2) .tiles_img_1 {
    background-image: url('../images/clean-icon.png');
    filter: hue-rotate(190deg) saturate(1.2);
}

.box_section:nth-child(3) .tiles_img {
    background-image: url('../images/appliance-icon.png');
    filter: hue-rotate(280deg) saturate(1.2);
}

.box_section:nth-child(4) .tiles_img_1 {
    background-image: url('../images/move-icon.png');
    filter: hue-rotate(120deg) saturate(1.2);
}

/* 添加图标动画效果 */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.tiles_img, .tiles_img_1 {
    animation: float 3s ease-in-out infinite;
}

.box_section:hover .tiles_img,
.box_section:hover .tiles_img_1 {
    animation: none;
    transform: scale(1.1);
}

.tile_text {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    transition: all 0.5s ease;
}

.tile_text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #4A90E2;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.box_section:hover .tile_text {
    color: #ffffff;
}

.box_section:hover .tile_text::after {
    width: 60px;
    background: #ffffff;
}

.lorem_text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: center;
    margin: 0;
    transition: all 0.5s ease;
}

.box_section:hover .lorem_text {
    color: #ffffff;
}

@media (max-width: 768px) {
    .services_section {
        padding: 60px 0;
    }
    
    .services_taital {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .services_text {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .box_section {
        margin-bottom: 25px;
        padding: 30px 20px;
    }
    
    .tiles_img, .tiles_img_1 {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
    
    .tile_text {
        font-size: 22px;
    }
}

#section2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    background: #ffffff;
    z-index: 2;
}

#section2 .section-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .services_section_2 .col-md-6 {
        margin-bottom: 30px;
    }
    
    .services_section {
        padding: 40px 0;
    }
    
    .box_section {
        margin-bottom: 30px;
    }
}

.about_section{
    width: 100%;
    float: left;
    background-color: #f0faff;
    height: auto;
    padding-bottom: 90px;
}
.images_main{
    width: 100%;
    float: left;
}
.ipsum_text{
    width: 100%;
    float: left;
    color: #565656;
    font-size: 16px;
    margin-left: 0px;
}
.image_2{
    width: 100%;
    float: left;
}
.contact_bt_1{
    width: 170px;
    float: left;
}
.contact_bt_1 a{
    width: 170px;
    float: left;
    font-size: 16px;
    color: #181919;
}
.contact_bt_1 a:hover{
    color: #addaed;
}
.choose_section {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: linear-gradient(145deg, #f8faff, #ffffff);
    height: auto;
    position: relative;
    overflow: hidden;
}


.choose_section .container {
    position: relative;
    z-index: 2;
}

.choose_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px;
}

.choose_image img {
    max-width: 360px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

.choose_image img:hover {
    transform: translateY(-5px);
}

.miniprogram_intro {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro_title {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.intro_slogan {
    text-align: center;
    margin-bottom: 30px;
}

.slogan_text {
    display: inline-block;
    background: rgba(74, 144, 226, 0.08);
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    white-space: nowrap;
}

.intro_features {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 400px;
}

.intro_features li {
    padding: 15px 20px;
    margin-bottom: 15px;
    background: rgba(74, 144, 226, 0.02);
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.intro_features li:hover {
    transform: translateX(5px);
    background: rgba(74, 144, 226, 0.05);
}

.intro_features li i {
    font-size: 22px;
    color: var(--primary-color);
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
}

.intro_features li span {
    color: var(--text-primary);
}

.intro_features li strong {
    color: var(--primary-color);
    margin-right: 5px;
}

.intro_download {
    margin-top: 30px;
    text-align: center;
}

.download_tip {
    display: inline-flex;
    align-items: center;
    background: rgba(74, 144, 226, 0.08);
    padding: 15px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.download_tip:hover {
    transform: translateY(-2px);
    background: rgba(74, 144, 226, 0.12);
}

.download_tip i {
    color: var(--primary-color);
    font-size: 20px;
    margin-right: 10px;
}

.download_tip span {
    color: var(--text-primary);
    font-size: 15px;
}

.choose_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #addaed;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0px;
}
.choose_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
}
.choose_section_2{
    width: 100%;
    float: left;
}
.choose_box{
    width: 100%;
    float: left;
    border: 1px solid #90ceec;
}
.client_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #90ceec;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}
.client_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
.image_3{
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 70px; 
}

.get_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.get_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #202020;
    border-radius: 40px;
    padding: 10px 0px;
    margin-top: 30px;
    text-transform: uppercase;
}
.get_bt a:hover{
    color: #ffffff;
    background-color: #367d99;
}
.team_section {
    width: 100%;
    min-height: 100vh;
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.team_section .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.team_section_2 {
    width: 100%;
    margin-top: 40px;
}

.team_commitment {
    margin-top: 0;
    padding: 0 0 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 15px var(--shadow-color);
    text-align: center;
}

.commitment_title {
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--text-primary);
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.commitment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.commitment_list li {
    padding: 10px 20px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.commitment_list li i {
    font-size: 14px;
}

#section5 .section-content {
    padding: 0px;
    height: 100%;
    overflow-y: auto;
}

#section5 {
    background: #fff;
    height: 100vh;
    position: relative;
}

.image_4{
    width: 100%;
    float: left;
    text-align: center;
}
.follow_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #89cbeb;
    text-align: center;
    padding-top: 15px;
}
.follow_social_icon {
    width: 100%;
    float: left;
    text-align: center;
}
.follow_social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.follow_social_icon li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.consectetur_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 110px;
}
.dummy_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;
}
.consectetur_text_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 110px;
    text-align: right;
}
.dummy_text_1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;
    text-align: right;
}
.newsletter_section {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    background: #943c3c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.newsletter_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.3), transparent);
}

.newsletter_section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.newsletter_text {
    color: #2C3E50;
    font-size: 40px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.tempor_text {
    color: #34495E;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.channel_item {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.channel_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mail_bt_main{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.mail_text {
    width: 60%;
    float: left;
    color: #000;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 0px;
    height: auto;
}
.subscribe_bt{
    width: 150px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    background-color: #282828;
    padding: 10px 15px;
    text-align: center;
}
.subscribe_bt a{
    color: #ffffff;
}
.footer_section{
    width: 100%;
    float: left;
    background-color: #282828;
    height: auto;
}
.footer_main{
    width: 100%;
    float: left;
}
.footer_left{
    width: 25%;
    float: left;
}
.contact_taital{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fdfdfd;
    padding-top: 15px;
    text-align: center;
}
.location_text a{
    color: #fdfdfd;
}
.padding_left_15{
    padding-left: 15px;
}
.mail_section {
    width: 80%;
    float: left;
}
.contact_section{
    width: 100%;
    float: left;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #717471;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    padding: 20px 15px 10px 15px;
    text-transform: uppercase;
    height: auto;
}
input.email_text::placeholder {
    color: #717471;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #717471;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    height: 90px;
    text-transform: uppercase;
    padding: 40px 15px 0px 15px;  
}
textarea#comment::placeholder {
    color: #717471;
}
.send_bt {
    width: 150px;
    float: left;
    margin-top: 40px;
}
.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #393a40;
    text-align: center;
    background-color: #89cbeb;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 40px;
}

.social_icon {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 30px;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social_icon li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.copyright_section{
    width: 100%;
    float: left;
    background-color: #fefefe;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #020202;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a {
    color: #020202;
}
.copyright_text a:hover {
    color: #89cbeb;
}

.background_bg{
    width: 100%;
    float: left;
    background: #89cbeb;
    height: auto;
    padding: 15px 0px;
}
.images_main_1{
    width: 100%;
    float: left;
}

.section {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    visibility: visible !important;
}

.section-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0;
}

.section-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}

.section-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

#section1 {
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    top: 0;
    z-index: 1;
}

#section2 {
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#section2 .section-content {
    padding: 0 0;
    overflow-y: auto;
}

#section3 {
    background: #f0faff;
}

#section4 {
    background: #f9fafa;
}

#section5 {
    background: #fff;
}

#section6 {
    background: var(--primary-light);
}

#section7 {
    background: #fff;
}

.services_section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.services_section .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.services_section_2 {
    width: 100%;
    margin-top: 30px;
}

.box_section {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_section.active {
    background: var(--primary-color);
}

.box_section.active .tile_text,
.box_section.active .lorem_text {
    color: #fff;
}

.services_taital {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.services_text {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: transparent !important;
}

body {
    position: relative;
    z-index: 1;
}

/* section容器 */
.section-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

/* 单个section */
.section {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

/* 导航点 */
.section-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.section-nav-dot {
    width: 12px;
    height: 12px;
    margin: 10px 0;
    border-radius: 50%;
    background: rgba(74, 144, 226, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.section-nav-dot.active {
    background: #4A90E2;
    transform: scale(1.2);
}

/* 服务section */
.services_section {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    display: flex;
    align-items: center;
    position: relative;
}

.services_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.2), transparent);
}

.services_taital {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.services_taital::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4A90E2, #90ceec);
    border-radius: 2px;
}

.services_text {
    font-size: 18px;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

.services_section_2 {
    margin-top: 40px;
}

.box_section {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(74, 144, 226, 0.1);
}

.box_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #4A90E2, #90ceec);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 0;
}

.box_section:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(74, 144, 226, 0.15);
    border-color: transparent;
}

.box_section:hover::before {
    opacity: 1;
}

.box_section > * {
    position: relative;
    z-index: 1;
}

.tiles_img, .tiles_img_1 {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    filter: none;
    opacity: 0.9;
}

.box_section:hover .tiles_img,
.box_section:hover .tiles_img_1 {
    transform: scale(1.1) translateY(-5px);
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* 为每个服务添加特定的图标和颜色 */
.box_section:nth-child(1) .tiles_img {
    background-image: url('../images/organize-icon.png');
    filter: hue-rotate(45deg) saturate(1.2);
}

.box_section:nth-child(2) .tiles_img_1 {
    background-image: url('../images/clean-icon.png');
    filter: hue-rotate(190deg) saturate(1.2);
}

.box_section:nth-child(3) .tiles_img {
    background-image: url('../images/appliance-icon.png');
    filter: hue-rotate(280deg) saturate(1.2);
}

.box_section:nth-child(4) .tiles_img_1 {
    background-image: url('../images/move-icon.png');
    filter: hue-rotate(120deg) saturate(1.2);
}

/* 添加图标动画效果 */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.tiles_img, .tiles_img_1 {
    animation: float 3s ease-in-out infinite;
}

.box_section:hover .tiles_img,
.box_section:hover .tiles_img_1 {
    animation: none;
    transform: scale(1.1);
}

.tile_text {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    transition: all 0.5s ease;
}

.tile_text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #4A90E2;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.box_section:hover .tile_text {
    color: #ffffff;
}

.box_section:hover .tile_text::after {
    width: 60px;
    background: #ffffff;
}

.lorem_text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: center;
    margin: 0;
    transition: all 0.5s ease;
}

.box_section:hover .lorem_text {
    color: #ffffff;
}

@media (max-width: 768px) {
    .services_section {
        padding: 60px 0;
    }
    
    .services_taital {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .services_text {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .box_section {
        margin-bottom: 25px;
        padding: 30px 20px;
    }
    
    .tiles_img, .tiles_img_1 {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
    
    .tile_text {
        font-size: 22px;
    }
}

/* 确保section背景色正确 */
#section2 { background: #f0faff; }
#section3 { background: #f0faff; }
#section4 { background: #f9fafa; }
#section5 { background: #fff; }
#section6 { background: var(--primary-light); }
#section7 { background: #943c3c; }
#section8 {
    background: #fff;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

#section8 .section-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#section8 .footer_section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    margin-bottom: 0;
}

#section8 .copyright_section {
    margin-top: auto;
    padding: 15px 0;
    background: var(--primary-color);
}

#section8 .copyright_text {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

#section8 .contact_section {
    margin-bottom: auto;
}

#section8 .text-center.mb-5 {
    margin-bottom: 30px !important;
}

/* 修复section内容溢出问题 */
.section-content::-webkit-scrollbar {
    display: none;
}

.section-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* 确保内容可见性 */
.section, .section-content, .services_section, .about_section, 
.choose_section, .team_section, .qrcode_section, .newsletter_section {
    visibility: visible !important;
    opacity: 1 !important;
}

.section2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 1000;
    transform: translateY(100vh);
    will-change: transform;
    visibility: visible !important;
}

.section2 .section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
    visibility: visible !important;
}

.section3 .section-content {
    padding: 0%;
}

.section2 .services_section {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: visible !important;
}

.section2 .services_section_2 {
    width: 100%;
    /* margin-top: 30px; */
    position: relative;
    z-index: 1003;
}

.section2 .box_section {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    z-index: 1004;
}

/* 修改body和html样式 */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

body {
    position: relative;
    z-index: 1;
}

/* 修改section-container样式 */
.section-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

/* 添加JavaScript动态计算section2高度的支持 */
:root {
    --section2-height: 100vh;
}

/* 隐藏所有滚动条 */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.section-content::-webkit-scrollbar {
    display: none;
}

html,
body,
.section-content {
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

/* 移动端响应式样式 */
@media (max-width: 768px) {
    /* 禁止滑动 */
    html, 
    body {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
        touch-action: none !important;
        background: var(--primary-light);
    }

    .section-container {
        overflow: hidden !important;
        position: fixed !important;
        touch-action: none !important;
    }

    .section-content {
        overflow: hidden !important;
        touch-action: none !important;
    }

    /* 隐藏除section6以外的所有section */
    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section7,
    #section8 {
        display: none !important;
    }

    /* 导航点也隐藏 */
    .section-nav {
        display: none !important;
    }

    /* 调整section6样式 */
    #section6 {
        width: 100%;
        height: 100vh;
        background: #fff;
        overflow: hidden !important;
        touch-action: none !important;
    }

    #section6 .section-content {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden !important;
        touch-action: none !important;
    }

    .qrcode_section {
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden !important;
        touch-action: none !important;
    }

    .qrcode_section .container {
        max-width: 100%;
        padding: 0 20px;
    }

    /* 二维码区域调整 */
    .qrcode_section .row > div {
        display: none;
    }

    .qrcode_section .row > div:first-child {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .qrcode_box {
        position: relative;
        padding: 30px 20px;
        text-align: center;
    }

    .qrcode_box::after {
        content: '扫描上方小程序码，立即体验云舟即达服务';
        display: block;
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-top: 15px;
        padding: 10px;
        background: rgba(74, 144, 226, 0.05);
        border-radius: 20px;
    }

    .qrcode_box img {
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }

    .qrcode_box h4 {
        font-size: 18px;
        margin-top: 15px;
        color: var(--primary-color);
        text-align: center;
    }
}

/* 超小屏幕设备适配 */
@media (max-width: 480px) {
    .banner_taital {
        font-size: 28px;
    }

    .banner_taital_1 {
        font-size: 24px;
    }

    .services_taital {
        font-size: 24px;
    }

    .newsletter_text {
        font-size: 24px;
    }

    .commitment_list {
        flex-direction: column;
        gap: 8px;
    }

    .commitment_list li {
        width: 100%;
        justify-content: center;
    }

    .qrcode_box img {
        max-width: 150px;
    }

    .qrcode_box::after {
        font-size: 12px;
        padding: 8px 15px;
    }
}

/* 处理横屏模式 */
@media (max-height: 480px) and (orientation: landscape) {
    .section {
        height: auto;
        min-height: 100vh;
    }

    .banner_section {
        padding: 40px 0;
    }

    .services_section,
    .team_section,
    .newsletter_section {
        padding: 40px 0;
    }

    .box_section {
        margin-bottom: 15px;
    }

    .team_box {
        margin-bottom: 15px;
    }
}

.team_box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px var(--shadow-color);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.team_box .text-center {
    flex: 0 0 auto;
}

.team_img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 5px solid var(--primary-light);
    transition: all 0.3s ease;
    display: block;
    object-fit: cover;
}

.team_box:hover .team_img {
    transform: scale(1.1);
}

.team_title {
    color: var(--text-primary);
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 3px;
}

.team_text {
    color: var(--text-secondary);
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    font-size: 16px;
    flex: 1;
    display: flex;
    align-items: center;
}