@media (max-width: 768px) {
    
.email-commit-page button{
    margin-top: 30px !important;
}
    body {
        font-size: 18px;
    }
    .logo{
        width: 80px !important;
    }
    .content {
        width: 90%;
        margin: 0 auto;
    }
    .ic-kf{
        width: 120px;
        height: 30px;
        font-size: 16px;
    }
    .fixed-nav{
        right: -85%;
        bottom: 10px;
      }
      .fixed-nav .list{
        width: 50px;
        height: 50px;
        box-shadow: 0 0 10px #629dd2;
        margin: 5px 0;
      }
      .fixed-nav .list img{
        width: 30px;height: 30px;
      }
    .title h1 {
        font-size: 32px;
        color: var(--text-color-help);
    }

    .title h2 {
        font-size: 22px;
    }

    .banner .bottom {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .banner .bottom b {
        font-size: 22px !important;
    }

    .part-1 .main,
    .part-2 .main,
    .part-3 .main,
    .part-4 .main,
    .part-5 .main,
    .part-6 .main,
    .part-7 .main,
    .part-8 .main,
    .part-9 .main,
    .part-10 .main {
        margin: 20px 0 20px 0 !important;
    }

    .part-1 .main dt {
        box-shadow: 0 0 2px var(--color-main) !important;
        width: calc(100% / 2 - 10px) !important;
        margin-bottom: 10px !important;
        border-radius: 10px;
    }

    .part-2,
    .part-3,
    .part-4,
    .part-5,
    .part-6,
    .part-7,
    .part-8,
    .part-9,
    .part-10{
        margin-top: 40px !important;
    }
    .title{
        padding: 10px 0 !important;
    }
    .part-2 .main dt{
        padding: 20px 0 10px 50px !important;
        font-size: 18px !important;
    }
    .part-3 .main>img{
        height: 300px !important;
    }
    .part-3 .main .info {
        width: 100%;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10px;
        background-color: rgba(255, 255, 255, .5);
    }
    .part-3 .main .info img{
        width: 30px !important;
        margin: 10px !important;
    }
    .part-3 .main .info .list{
        width: calc(50% - 10px);
    }
    .part-4 .main{
        display: flex;
        flex-direction: column !important;
    }
    .part-4 .main img{
        width: 100% !important;
        max-height: 200px;
    }
    .part-4 .main img:last-child{
        display: none;
    }
    .part-4 .main .text{
        width: 100% !important;
        padding: 10px !important;
        line-height: 32px;
    }
    .carousel img{
        width: 25px !important;
        height: 25px !important;
        margin:2px !important;
    }

    .part-5 .swiper{
        height: 220px !important;
    }
    .part-5 .swiper img{
        border: 2px #fff solid !important;
    }
    .part-5 .slideshow{
        margin-bottom: 20px !important;
    }
    
body .part-5-swiper-button-prev{
    left: -5% !important;
    width: 30px !important;
    height: 30px !important;
    top: 50% !important;
    transform: translateY(50%) !important;
}
body .part-5-swiper-button-next{
    right: -5% !important;
    width: 30px !important;
    height: 30px !important;
    top: 50% !important;
    transform: translateY(50%) !important;
}
    .part-7{
        font-size: 16px !important;
    }
    .part-7 .main dt{
        box-shadow: 0 0 2px var(--color-main) !important;
        width: calc(100% / 2 - 10px) !important;
        margin-bottom: 10px !important;
        border-radius: 10px;
    }
    .part-8{
        font-size: 16px !important;
    }
    
    .part-8-swiper .swiper-slide {
        width: 300px !important;
        height: 200px !important;

    }
    .part-9 .main dt{
        box-shadow: 0 0 2px var(--color-main) !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        border-radius: 10px;
    }
    .part-10 .form{
        width: 100% !important;
    }
    .part-10 .form .service-type{
        font-size: 16px !important;
    }
    .people{
        margin-top: 0 !important;
    }
    .people .content .box{
        width: 100% !important;
    }
    .people .content .box img{
        width: 40%;
        margin: 10px !important;
    }
    .people .people-img{
        width: 35% !important;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .people .people-info{
        width: 60% !important;
    }
    .people .people-img2{
        left: 60% !important;
    }

    .part-10 .form .textarea textarea{
        height: 180px !important;
    }
}