*{
    margin: 0px;
    padding: 0px;
    /* font-family: Arial, sans-serif; */
    font-family: Arial, '微软雅黑';
    text-decoration:none;
    box-sizing: border-box;
    color: #161616;
    margin: 0 auto;
}
body{
    background: #f0f0f0;
    overflow-x: hidden;margin: 0 auto;
    min-width: 375px;
}

/* 导航栏 */
header{
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    min-width: 375px;
    max-height: 80px;
}
.main_nav{
    margin-right: 10px;
    display: flex;
}
.main_nav .dis_nav{
    display: none;
}
.main_nav .logo{
    display: none;
}
header .logo img{
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}
header .main_nav .logo img{
    padding: 10px 0;
    width: 100%;
}
.ch{
    cursor: pointer;
}
header .main_nav a{
    font-size: 26px;
    font-weight: 600;
    padding: 8px 16px;
    transition: 300ms;
}
header .user_nav{
    margin-left: 0px;
    display: flex;
    align-items: center;
}
header .user_nav a{
    font-size: 26px;
    font-weight: 600;
}
header .user_nav i img{
    margin-right: 15px;
    margin-top: 6px;
}
header .user_nav .login{
    padding: 8px 16px;
    background: #9c64a7;
    margin-right: 16px;
    border-radius: 99px;
    color: #ffffff;
    transition: box-shadow 0.35s ease;
}
header .user_nav .login:hover{
    box-shadow: #9c64a7 0px 3px 5px;
}
/* .main_nav a.active {  
    border-bottom: solid 2px #9c64a7;
} */
.user_nav #check_big{
    display: none;
}
.user_nav #check_small{
    display: none;
}
#check{
    display: none;
}
/* 小菜单 */
@media (min-width: 1024px){
    header .dis_nav a:hover{
        color: #9c64a7;
    }
    .user_nav .dis_nav{
        position: absolute;
        right: -100%;
        top: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: #ffffff;
        height: 100vh;
        width: 20%;
        padding: 0 20px;
        gap: 16px;
        transition: 500ms;
        box-shadow: 10px 0 10px rgba(0,0,0,0.2);
    }
    .user_nav .dis_nav{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 32px;
        padding-top: 50px;
    }
    .user_nav .logo{
        margin-left: 16px;
        margin-top: 20px;
        width: 80%;
        display: block;
    }
    .user_nav .dier{
        width: 100%;
        height: 2px;
        background: rgba(199, 171, 205, 0.5);
        margin: 10px 0;
    }
    nav a.active {
        border-bottom: none;
    }
    .user_nav{
        align-items: center;
        display: flex;
    }
    .ch{
        margin-right: 16px;
    }
    .menu1{
        width: 50px;
        cursor: pointer;
    }
    #check:checked~.user_nav .menu1{
        display: none;
    }
    .user_nav .close_menu1{
        display: none;
        width: 50px;
        cursor: pointer;
    }
    #check:checked~.user_nav .close_menu1{
        display: block;
    }
    #check:checked~.user_nav .dis_nav{
        right: 0%;
    }
    .user_nav #check_big{
        display: flex;
    }
}
/* 小菜单 */
@media (max-width:1023px) {
    .main_nav{
        position: absolute;
        left: -100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: #ffffff;
        height: 100vh;
        width: 40%;
        padding: 0 20px;
        gap: 16px;
        transition: 500ms;
        box-shadow: 10px 0 10px rgba(0,0,0,0.2);
    }
    .main_nav .block_nav{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }
    .main_nav .dis_nav{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }
    .main_nav .logo{
        margin-left: 16px;
        margin-top: 20px;
        width: 80%;
        display: block;
    }
    header .dier{
        width: 100%;
        height: 2px;
        background: rgba(199, 171, 205, 0.5);
        margin: 10px 0;
    }
    .user_nav .dis_nav{
        display: none;
    }
    .user_nav .logo{
        display: none;
    }
    .user_nav .dier{
        display: none;
    }
    nav a.active {
        border-bottom: none;
    }
    .user_nav{
        align-items: center;
        display: flex;
    }
    .ch{
        margin-right: 16px;
    }
    .menu{
        width: 50px;
        cursor: pointer;
    }
    #check:checked~.user_nav .menu{
        display: none;
    }
    .user_nav .close_menu{
        display: none;
        width: 50px;
        cursor: pointer;
    }
    #check:checked~.user_nav .close_menu{
        display: block;
    }
    #check:checked~.main_nav{
        left: 0%;
    }
    .user_nav #check_small{
        display: flex;
    }
}

/* 主要内容 */
.content {
    padding-top: 0px;
}
section {
    padding-top: 120px;
    margin: 0;
    text-align: center;
}
.content #section1{
    text-align: center;
    padding-top: 0px;
}
.content #section1 img{
    margin: 0 auto;
}
#section1 .big_logo{
    background-color: #9c64a7;
    width: 100%;
    height:100vh;
    position: relative;
    min-height: 700px;
}
#section1 .big_logo h1{
    color: #ffffff;
    position: absolute;
    transform: translateX(-50%,-50%);
    width: 100%;
}
#section1 .big_l img{
    width: 250px;
    padding-top: 120px;
    transform: translate(800px,0);
    animation: fall_bird 2s forwards ease-in-out;
    animation-delay: 3s;
    opacity: 0;
}
#section1 .big_f{
    position: relative;
}
.content #section1 .big_logo .big_f .falling-image{
    position: relative;
    opacity:1;
    transform: translateY(-800px);
    animation: fall 2s forwards ease-in-out;
}
.content #section1 .big_logo .big_f .falling-image:nth-child(1) { animation-delay: 0s; top: 0; width:7.5%; }
.content #section1 .big_logo .big_f .falling-image:nth-child(2) { animation-delay: 0.2s; top: 0;width:9.5%;  }
.content #section1 .big_logo .big_f .falling-image:nth-child(3) { animation-delay: 0.4s; top: 0;width:8%;  }
.content #section1 .big_logo .big_f .falling-image:nth-child(4) { animation-delay: 0.6s; top: 0; width:10%; }
.content #section1 .big_logo .big_f .falling-image:nth-child(5) { animation-delay: 0.8s; top: 0; width:8.7%; }
.content #section1 .big_logo .big_f .falling-image:nth-child(6) { animation-delay: 1s; top: 0;width:10%;  }
.content #section1 .big_logo .big_f .falling-image:nth-child(7) { animation-delay: 1.2s; top: 0; width:10%; }
.content #section1 .big_logo .big_f .falling-image:nth-child(8) { animation-delay: 1.4s; top: 0; width:5%; }
@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(-800px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fall_bird {
    0% {
        opacity: 0;
        transform: translate(800px,0);
    }
    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

#section1 .big_f img{
    padding:0 6px;
}

.big_bot{
    opacity: 0;
    animation: fall_2 3s forwards ease-in-out;
    animation-delay: 3s;
    top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}
@keyframes fall_2 {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0.5;
    }
    50%{
        opacity: 0;
    }
    75%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}

.about_us {
    padding: 0 20px 120px 20px;
}
.about_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}
.media_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.about_image {
    max-width: 45%;
    height: auto;
    transition: transform 1s ease;
}
.about_text {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
.about_text h2{
    font-size: 36px;
}
.about_text p{
    margin:15px 5px 25px 5px;
    font-size: 18px;
}
.about_image:hover {
    cursor: pointer;
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    .media_container {
        flex-direction: column;
        align-items: center;
    }
    .about_image {
        max-width: 100%;
    }
    .about_text {
        max-width: 100%;
        text-align: center;
    }
}



#section2 { 
}  
.title h2{
    font-size: 36px;
    text-align: center;
}
.title p{
    width: 80%;
    font-size: 24px;
    color: #9c64a7;
    text-align: center;
}
#section2 .container{
    width: 100%;
    height: auto;
} 
#section4 .container1 ul{
    list-style: none;
    text-align: center;
    margin: 0 auto;
}
#section4 .container1 ul li{
    width: 320px;
    height: 320px;
    text-align: left;
    display: inline-block;
    margin: 20px;
    position: relative;
}
#section4 .container1 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    z-index: 10;
    transition: transform 0.35s;
    position: relative;
    
}
#section4 .container1 ul li .text{
    width: 100%;
    height: 100%;
    color: #6e60a8;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
}
#section4 .container1 ul li h3{
    color: #6e60a8;
    font-size: 26px;
}
.company_container{
    display: flex;
    width: 90vw;
    max-width: 1000px;
    height: 400px;
    overflow: hidden;
}
.company{
    position: relative;
    width: 60px;
    margin: 10px;
    cursor: pointer;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    transition: 0.5s cubic-bezier(0.05,0.61,0.41,0.95);
    overflow: hidden;
    padding: 10px;
}
.company .shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    transition: 0.5s cubic-bezier(0.05,0.61,0.41,0.95);
}
.company .company_title{
    display: flex;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 10px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05,0.61,0.41,0.95);
}
.company .company_title .number_company{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff ;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.company .fa{
    color: #9c64a7;
}
.company .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: 100%;
    overflow: auto;
}
.company .text{
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.company  .text img{
    margin-top: 20px;
    width: 97%;
}
.company .text_m{
    width:98%;
    height: 85%;
    overflow: auto;
    justify-content:flex-start;
}
.company .text_m::-webkit-scrollbar{
    display: none;
}
.company .text_m p{
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
}
.company .company_title .text .tit{
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}
.company .company_title .text .sub{
    transition-delay: 0.1s;
}
.company.active_company{
    flex: 1;
    margin: 0;
    border-radius: 40px;
}
.company.active_company .shadow{
    background: linear-gradient(to top,rgba(0,0,0,0.25) 5%,transparent);
}
.company.active_company .company_title{
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.company.active_company .text{
    opacity: 1;
}
#section3 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}

/* #section3 .us_mission{
    width: 1400px;
    height: auto;
    padding-top: 120px;
}
#section3 .us_mission .mission {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 50px auto;
    cursor: pointer;
}
#section3 .us_mission .mission .circle {
    width: 350px;
    height: 350px;
    background-color: #9c64a7;
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section3 .us_mission .mission .circle h1,
#section3 .us_mission .mission .circle h2,
#section3 .us_mission .mission .circle p,
#section3 .us_mission .mission .circle .text_ {
    color: #ffffff;
}
#section3 .us_mission .mission .circle h1{
    font-size: 30px;
}
#section3 .us_mission .mission .circle p{
    font-size: 26px;
    font-weight: 600;
}
#section3 .us_mission .mission  .text_{
    font-size:20px;
}
#section3 .us_mission .mission .text{
    width: 100%;
    padding-top: 30px;
}
#section3 .us_mission .mission .text h1{
    font-size: 36px;
    color: #6e60a8 ;
    z-index: 1;
}
#section3 .us_mission .mission .circle .main_txt{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
#section3 .us_mission .mission .circle .main_txt h2{
    font-size: 24px;
}

#section3 .us_mission .mission .glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    animation: glowAnimation 1.5s infinite alternate;
    pointer-events: none; 
}

@keyframes glowAnimation {
    0% {
    box-shadow: 0 0 5px 0 rgba(199, 171, 205, 0.7), 0 0 20px 0 rgba(199, 171, 205, 0.7);  
    }
    100% {
        box-shadow: 0 0 10px 0 rgba(199, 171, 205, 0.7), 0 0 20px 0 rgba(199, 171, 205, 0.7), 0 0 30px 0 rgba(199, 171, 205, 0.7), 0 0 40px 0 rgba(199, 171, 205, 0.7), 0 0 50px 0 rgba(199, 171, 205, 0.7);  
    }
}
@keyframes animate {
    0%{
        background-position-x: 0;
        background-position-y: -22px;
    }
    100%{
        background-position-x: 118px;
        background-position-y: -22px;
    }
}
.mission_bxo {
    width: 100%;
    height: 700px;
    position: relative;
    top: 100px;
}
.mission_bxo .mission_inner {
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.mission_bxo .mission_inner .mission_img {
    position: absolute;
    transition: 0.3s;
}
.mission_bxo #last {
    transform: translateX(-500px) scale(0.5);
    z-index: 9;
    opacity: 1;
}
.mission_bxo #first {
    transform: translateX(0px) scale(1.5);
    z-index: 99;
    opacity: 1;
}
.mission_bxo #second {
    transform: translateX(500px) scale(0.5);
    z-index: 9;
    opacity: 1;
}
.mission_bxo #fourth {
    transform: translateX(0) scale(0.5);
    z-index: 9;
    opacity: 1;
} */


/* 轮播图部分 */
.Fs_Mos{
    width: 1400px;
    height: auto;
    padding-bottom: 120px;
    /* padding-top: 120px;  */
}
.Fs_Mos h1{
    font-size: 60px;
    padding-bottom: 120px;
}
@media screen and (max-width: 1023px){
    .Fs_Mos h1{
        font-size: 32px;
        padding-bottom: 120px;
    }
}
.Fs_img {
    width: 70%;
    height: 700px;
    position: relative;
    top: 100px;
}
.Fs_img .inner {
    width: 800px;
    height: auto;
    margin: 0 auto;
}

.Fs_img .inner .img {
    position: absolute;
    transition: 0.3s;
}
.Fs_img .inner .img img {
    width: 800px;
    height: 500px;
}
.Fs_img #last_1 {
    transform: translateX(-200px);
    z-index: 9;
    opacity: 1;
}
.Fs_img #first_1 {
    transform: translateX(0px) scale(1.3);
    z-index: 99;
    opacity: 1;
}
.Fs_img #second_1 {
    transform: translateX(200px);
    z-index: 9;
    opacity: 1;
}
#section4{
    padding-bottom: 120px;
}
#section4 .contact_us{
    width: 1400px;
    padding-bottom: 120px;
    padding-top:120px;
}
.contact_us .bubbles_input{
    width: 100%;
    height: 600px;
    background:linear-gradient(to top,#9c64a7,#f0f0f0);
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
/* 悬浮气泡 */
.contact_us .bubbles_input .bubble{
    position: absolute;
    bottom: -100px;
    background-color: #c7d1ea;
    opacity: 0.4;
    border-radius: 50%;
    mix-blend-mode: multiply;
    animation: fly 10s infinite ease-in;
}
.contact_us .bubbles_input .bubble:nth-child(1){
    width: 40px;
    height: 40px;
    left: 10%;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -ms-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
}
.contact_us .bubbles_input .bubble:nth-child(2){
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}
.contact_us .bubbles_input .bubble:nth-child(3){
    width: 60px;
    height: 60px;
    left: 35%;
    animation-duration: 10s;
    animation-delay: 2s;
}
.contact_us .bubbles_input .bubble:nth-child(4){
    width: 80px;
    height: 80px;
    left: 55%;
    animation-duration: 9s;
    animation-delay: 0s;
}
.contact_us .bubbles_input .bubble:nth-child(5){
    width: 40px;
    height: 40px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 5s;
}
.contact_us .bubbles_input .bubble:nth-child(6){
    width: 45px;
    height: 45px;
    left: 85%;
    animation-duration: 5s;
    animation-delay: 3s;
}
.contact_us .bubbles_input .bubble:nth-child(7){
    width: 25px;
    height: 25px;
    left: 90%;
    animation-duration: 7s;
    animation-delay: 3s;
}
.contact_us .bubbles_input .bubble:nth-child(8){
    width: 70px;
    height: 75px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 1s;
}
.contact_us .bubbles_input .bubble:nth-child(9){
    width: 10px;
    height: 10px;
    left: 95%;
    animation-duration: 9s;
    animation-delay: 1s;
}
.contact_us .bubbles_input .bubble:nth-child(10){
    width: 30px;
    height: 30px;
    left: 95%;
    animation-duration: 6s;
    animation-delay: 0s;
}
@keyframes fly{
    0%{
        bottom: -100px;
        transform: translateX(0);
    }
    50%{
        transform: translateX(100px);
    }
    100%{
        bottom: 600px;
        transform: translateX(-200px);
    }
}
/* 联系我们表单 */
.contact_us .bubbles_input .information_input{
    width: 85%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact_us .bubbles_input .information_input .txt{
    background: #ffffff;
    margin: 15px 0;
    padding: 5px 18px;
    border-radius: 10px;
}
.contact_us .bubbles_input .information_input .txt label{
    display: block;
    text-align: left;
    color: #161616;
    text-transform: uppercase;
    font-size: 18px;
}
.contact_us .bubbles_input .information_input .txt input::-webkit-input-placeholder{
    color: #cccccc;
}
.contact_us .bubbles_input .information_input .txt input::-moz-placeholder {
    color: #cccccc;
}
.contact_us .bubbles_input .information_input .txt input::-ms-input-placeholder {
    color: #cccccc;
}
.contact_us .bubbles_input .information_input .txt input::-ms-input-placeholder {
    color: #cccccc;
}
.contact_us .bubbles_input .information_input .txt input::placeholder {
    color: #cccccc;
}
.contact_us .bubbles_input .information_input .txt input,select{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 24px;
    margin-top: 6px;
}
.contact_us .bubbles_input .information_input .txt select option{
    padding: -20px;
}
.contact_us .bubbles_input .information_input .contact_btn{
    font-size: 24px;
    width: 100%;
    border-radius: 10px;
    display: block;
    background: #9c64a7;
    padding: 20px 0;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
}
.contact_us .bubbles_input .yes{
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 20px;
    color: #555555;
}
.contact_us .bubbles_input input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}


figcaption p:hover{
    color: #9c64a7 !important;
}


.tab_content .tab_panel .for_left .txt input::-webkit-input-placeholder{
    color: #cccccc;
}
.tab_content .tab_panel .for_left .txt input::-moz-placeholder {
    color: #cccccc;
}
.tab_content .tab_panel .for_left .txt input::-ms-input-placeholder {
    color: #cccccc;
}
.tab_content .tab_panel .for_left .txt input::-ms-input-placeholder {
    color: #cccccc;
}
.tab_content .tab_panel .for_left .txt input::placeholder {
    color: #cccccc;
}
.join_txt p:hover{
    color: #9c64a7;
}

/* 选中时的样式 */
.cheap{
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.cheap h2{
	color: #9c64a7;
}
.cheap::before{
    content:'';
    width: 200%;
    height: 700%;
    background: #ffffff;
    position: absolute;
    left: -50%;
    top: -300%;
    background-image: conic-gradient(
        transparent,#9c64a7,transparent 80%
    );
    z-index: -2;
    animation: rotate 2s linear infinite;
}
 @keyframes rotate{
    to{
        transform: rotate(360deg);
    }
}
.cheap::after{
    content: '';
    position: absolute;
    inset: 1vmin;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: -1;
}
.re_services .radio-div label {
    padding-left: 10px;
    margin-right: 20px;
    line-height: 20px;
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: center;
}
.re_services .radio-div label img{
    width: 80px;
}
.re_services .radio-div label .pri_cont{
    position: relative;
    margin-left: 10px;
    width: 60%;
}
.re_services .radio-div label .pri_cont .price{
    display: flex;
    margin-top: 10px;
}
#section4 .check_piece{
    margin-top: 60px;
}
.tab_content .tab_panel .for_right .view_result{
    background-image: url('../img/footer_logo.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 85% !important;
}
.check_title{
    padding-top: 20px;
}
.re_services .radio-div label .pri_cont .price_time{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab_content .tab_panel .for_left .unit{
    position: relative;
}
.check_btn{
    font-size: 20px;
    border-radius: 10px;
    display: block;
    width: 100%;
    background: #9c64a7;
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: -30.5px;
    width: 300px;
    right: 0;
}
/* 自定义单选框的圆形外观 */  
/*.re_services .radio-div label::before {  
    content: "";  
    position: absolute;  
    top : 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;;
    width: 20px;  
    height: 20px;  
    border-radius: 50%;  
    background: #ffffff;  
    border: 2px solid #cccccc; 
}
 .re_services .radio-div input[type="radio"]:checked + label::after {  
    content: "";  
    position: absolute;  
    top : 0;
    bottom: 0;
    right: 4px;
    margin-top: auto;
    margin-bottom: auto;;
    width: 12px;  
    height: 12px;  
    border-radius: 50%;  
    background: #9c64a7; 
    border: 2px solid #9c64a7;
}  */
/* .re_services .selected {  
    border-color: #9c64a7 !important; 
    border: 2px solid #9c64a7;
} */

.result_content .price_btn{
    font-size: 20px;
    border-radius: 10px;
    display: block;
    background: #9c64a7;
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -65px;
}
.tab_content .tab_panel .btn_check{
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tab_content .tab_panel .btn_check:hover{
    box-shadow: #9c64a7 0px 3px 5px;
    transform: translateY(-3px);
}
.pri_ico{
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
}
.pri_ico .ico1{
    display: flex;
    align-items: center;
}
.pri_ico .ico1 img{
    width: 30px !important;
}
.view_result ul.result_title li.result_active{
	width:100%;
}

/* 底部 */
footer{
    width: 100%;
}
footer .series_all_img{
    width: 1400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
footer .series_all_img ul{
    width: 100%;
    height: 100px;
    overflow: hidden; 
    display: flex;
    position: relative;
}
footer .series_all_img li{
    list-style: none;
    height: 100%;
    padding-right: 20px;
}
footer .series_all_img li img{
    width: 200px;
    height: 100px;
    /* 保持原有尺寸比例，裁切长边 */
    object-fit: cover;
    /* 图片定位正中间 */
    object-position: center;
}
.hidden {
    display: none;
}
footer .copy_right{
    width: 1400px;
    height: 350px;
    background: #c7d1ea;
    border-radius: 50px 50px 0 0 ;
    position: relative;
}
footer .copy_right ul{
    padding-top: 40px;
    width: 100%;
    display: flex;
    position: relative;
}
footer .copy_right ul li{
    list-style:none;

}
footer .copy_right ul li a{
    color: #555555;
    padding: 0 20px;
    font-size: 22px;
}
footer .copy_right ul li a:hover{
    color: #9c64a7
}
footer .copy_right img{
    width: 300px;
    display: flex;
    padding: 70px 0;
}
footer .copy_right .copy_address{
    width: 100%;
    background: #9c64a7;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
footer .copy_right .copy_address p{
    color: #ffffff;
    text-align: center;
}
footer .copy_right .copy_address .copy_f{
    margin-top: 20px;
    text-align: center;
}




.track_box .track_content form{
    width: 1200px;
    height: 200px;
    background: #9c64a7;
    border-radius: 50px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.track_box .track_content form p{
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-top: 20px;
}
.track_box .track_content form input{
    font-size: 26px;
    padding: 0 10px;
    width: 800px;
    height: 50px;
    border-radius: 20px;
    border: none;
    display: block;
    margin-top: 15px;
}
.track_box .track_content form input[type="text"]:focus{
    outline: none;
}
.track_box .track_content form .track_btn{
    font-size: 26px;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    border: none;
    display: block;
    color: #9c64a7;
    background: #c7d1ea;
    margin-top: 15px;
    cursor: pointer;
}




/* 弹窗 */
.Privacy_Policy,.conditions,.track_box{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top:0;
    left: 0;
    z-index: 1000000;
}
.alert{
    width: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    color: #161616;
    text-align: center;
    animation: moveFromBottom .3s linear;
}
.alert_title{
    line-height: 100px;
    border-bottom: 2px solid #cccccc;
    font-size: 26px;
    position: relative;
}
.close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px; 
    right: 30px;
    cursor: pointer;
}
.close:hover{
    color: #9c64a7;
}
.alert_content{
    justify-content: center;
    height: 500px;
    color: #161616;
    overflow: auto;
    text-align: left;
    padding: 10px 10px;
}
@keyframes moveFromTop{
    0%{
        margin-top: -600px;
    }
    100%{
        margin-top: 0;
    }
}
@keyframes moveFromBottom{
    0%{
        margin-bottom: -600px;
    }
    100%{
        margin-bottom: 0;
    }
}

.sure_box{
    line-height: 50px;
    font-size: 24px;
    position: relative;
    border-radius: 0 0 10px 10px;
    background: #9c64a7;
    cursor: pointer;
}
.sure_box .sure{
    color: #ffffff !important;
}
/* 表格 */
table {
    width: 90%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
}
th, td {
    padding: 10px;
    border: 1px solid #ddd;
    width: 40%;
}
th {
    background-color: #f2f2f2;
}


/* 返回顶部 */
.back_top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #9c64a7;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.back_top:hover {
    opacity: 1;
}


/* 客服按钮 */
.customer_service {
    position: fixed;
    bottom: 90px;
    right: 30px;
    display: block;
    background-color: #9c64a7;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.customer_service:hover {
    opacity: 1;
}

/* 客服弹窗 */
.customer_popup {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 30px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    width: 350px;
    text-align: center;
}

.popup_content h3 {
    margin-bottom: 5px;
    font-size: 16px;
}

.qr_code_container {
    display: flex;
    justify-content: space-around;
}

.qr_code_item {
    text-align: center;
}

.left_qr h3 {
    margin-bottom: 5px;
}

.right_qr h3 {
    margin-bottom: 5px;
}

.large_qr_code {
    width: 130px;
   margin-top: 10px;
   margin-left: 10px;
}

.small_qr_code {
    width: 155px;
}

.close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}



/*抽屉样式 */
.overlay-container {
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    padding-bottom: 120px;
}
.overlay{
    height: 65vh;
    width: 80%; 
    padding: 20px;
    color: white;
    text-align: center;
    border-radius: 30px;
    opacity: 1; 
    transition: bottom 0.5s ease-out, opacity 0.5s ease-out; 
    pointer-events: auto; 
    z-index: 9;
    display: flex;
    align-items: center;
}
.overlay .lay_box {
    display: flex;
    align-items: center;
}
.overlay .lay_box img{
    width: 350px;
}
#overlay1{
    background: #cccccc;
}
#overlay2{
    background: #9c64a7;
}
#overlay3{
    background: #f3c627 ;
}
#overlay1 .lay_box{
    width: 40%;
    height: 55vh;
    border-radius: 30px;
}
#overlay1 .lay_text{
    width: 40%;
    height: 55vh;
    background: #9c64a7;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overlay-container h1{
    font-size: 60px;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}
.overlay .lay_text h2,
.overlay .lay_text .text_p{
    padding-top: 60px;
}
.overlay .lay_text h2,
.overlay .lay_text .text_p p{
    color: #ffffff;
}
.overlay .lay_text h2{
    font-size: 38px;
}
.overlay .lay_text .text_p p{
    font-size: 22px;
}
#overlay2 .lay_box{
    width: 40%;
    height: 55vh;
    border-radius: 30px;
}
#overlay2 .lay_text{
    width: 40%;
    height: 55vh;
    background: #f3c627;
    border-radius: 30px;
}
#overlay3 .lay_box{
    width: 40%;
    height: 55vh;
    border-radius: 30px;
}
#overlay3 .lay_text{
    width: 40%;
    height: 55vh;
    background: #161616;
    border-radius: 30px;
}
.overlay.fixed {
    position: sticky;
    top: 120px; /* 固定在顶部 */
    z-index: 1000; /* 确保覆盖其他内容 */
}
#overlay2.fixed {
    z-index: 1001;
}
 
#overlay3.fixed {
    z-index: 1002;
}
@media screen and (min-width:750px) and (max-width: 1024px){
    .overlay .lay_box {
        display: flex;
        align-items: center;
    }
    .overlay .lay_box img{
        width: 100%;
    }
    .overlay .lay_text h2{
        font-size: 26px;
    }
    .overlay .lay_text .text_p p{
        font-size: 20px;
    }
}
@media screen and (max-width: 749px){
    .overlay .lay_box img{
        width: 250px;
    }
    .overlay-container h1{
    font-size: 35px;
    }
    .overlay{
        height: 550px;
        width: 100%; 
        padding: 20px;
        color: white;
        text-align: center;
        border-radius: 30px;
        opacity: 1; 
        transition: bottom 0.5s ease-out, opacity 0.5s ease-out; 
        pointer-events: auto; 
        z-index: 9;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .overlay .lay_text{
        order: -1;
    }
    #overlay1 .lay_box,#overlay2 .lay_box,#overlay3 .lay_box{
        width: 100%;
        height: 300px;
    }
    #overlay1 .lay_text,#overlay2 .lay_text,#overlay3 .lay_text{
        width: 100%;
        height: 200px;
    }
    .overlay .lay_text h2,
    .overlay .lay_text .text_p{
        padding-top: 15px;
    }
    .overlay .lay_text h2,
    .overlay .lay_text .text_p p{
        color: #ffffff;
    }
    .overlay .lay_text h2{
        font-size: 30px;
    }
    .overlay .lay_text .text_p p{
        font-size: 22px;
    }
}


/* 页面效果先进后出 */
.content .section:nth-child(odd){
    opacity: 0;
    transition: 0.3s;
}
.content .section:nth-child(even){
    opacity: 0;
    transition: 0.3s;
}
.content .section.content_center{
    transform: translateX(0);
}
.section4 .sect4:nth-child(odd){
    transform: translateX(200%);
    transition: 0.3s;
}
.section4 .sect4:nth-child(even){
    transform: translateX(-200%);
    transition: 0.3s;
}
.section4 .sect4.content_4{
    transform: translateX(0);
}




.us_mission{
    width: 100vw;
    max-width: 80%;
    height: 350px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    position: relative;
}
.card{
    display: flex;
    align-items: center;
    width: 100%;
    height: 350px;
    padding-left: 30px;
    position: absolute;
    overflow: hidden;
}
.card .title_about{
    width: 300px;
    height: 260px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.card .title_about h1{
    width: 100%;
    height: 100%;
    font-size: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    /* 图片默认隐藏 */
    opacity: 0;
    /* 过渡效果 */
    transition: 0.6s;
    background-color: #9c64a7;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
#slide_1:checked ~ .card-1 h1,
#slide_2:checked ~ .card-2 h1,
#slide_3:checked ~ .card-3 h1{
    /* 图片显示 */
    opacity: 1;
    /* 过渡延迟 */
    transition-delay: 0.2s;
}
.card .content{
    flex: 1;
    padding: 0 30px 0 35px;
    position: relative;
    left: 50px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
}
#slide_1:checked ~ .card-1 .content,
#slide_2:checked ~ .card-2 .content,
#slide_3:checked ~ .card-3 .content{
    opacity: 1;
    z-index: 9;
    left: 0;
    transition-delay: 0.3s;
}
.card .text{
    font-size: 30px;
    color: #555;
    text-align: justify;
    margin-bottom: 25px;
    text-align: center;
}
.card .about_long{
    text-align: left;
}
/* 指示器 */
.slider{
    position: absolute;
    bottom: 25px;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider .slide{
    width: 50px;
    height: 10px;
    background-color: #dfdfdf;
    display: inline-flex;
    margin: 0 3px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.slider .slide::before{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #161616;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s;
}
#slide_1:checked ~ .slider .slide-1::before,
#slide_2:checked ~ .slider .slide-2::before,
#slide_3:checked ~ .slider .slide-3::before{
    width: 100%;
    transform: scaleX(1);
}
@media (max-width: 768px) {
    .us_mission {
        max-width: 100%;
    }
    .card {
        padding-left: 20px;
    }
    .card .title_about {
        width: 200px;
        height: 200px;
    }
    .card .content {
        padding: 0 20px;
    }
    .slider {
        left: 50%;
    }
    .slider .slide {
        width: 40px;
    }
}
@media (max-width: 480px) {
    .card .title_about {
        width: 150px;
        height: 150px;
    }
    .card .text {
        font-size: 16px;
    }
    .ohter_about{
        font-size: 18px !important;
    }
}


.re_services .back_img{
    margin-top:50px;
}



#parent .hiddendiv1,
#parent .hiddendiv2 {
    display: none; /* 当父div有hidden类时，隐藏子div */
}
#parent.showContent .hiddendiv1,
#parent.showContent .hiddendiv2 {
    display: block; /* 当父div有showContent类时，显示子div */
}
#parent.showContent {
    background-image: none !important; /* 隐藏背景图 */
}