@media (max-width: 767px)
{
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
        width: 350px;
    }


    .banner-desc-box-title {
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: left;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .carousel-item{
        height: 150px;
    }
    .carousel-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px auto 80px;
        width: 100%;
        max-width: 1300px;
    }

    .process-left {
        width: 30%;
        padding-right: 40px;
    }

    .process-left-item {
        position: relative;
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .process-left-item-active {
        color: #ffffff;
        background: #f18b28;
    }


    .process-right {
        flex: 1;
    }

    .process-left-item-line {
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        border-left: 2px dashed #eeeeee;
    }

    .process-left-item-line-active {
        /* border-left: 2px dashed #f18b28; */
        border: none;
    }

    .process-left-item-title {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 25px;
    }

    .process-left-item-icon {
        position: absolute;
        width: 13px;
        height: 13px;
        background: #f18b28;
        border-radius: 13px;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .process-left-item-icon-active {
        border: 3px solid #ffffff;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        left: -3px;
    }

    .process-left-item-title-num {
        width: 50px;
        text-align: center;
        font-size: 28px;
        font-family: Quicksand-Medium;
    }

    .process-left-item-title-text {
        font-size: 18px;
        flex: 1;
    }

    .process-right-item {
    }

    .process-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    .process-right-row-img-1 {
        width: 600px;
        height: 400px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
    }

    .process-right-row-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-right-row-img-2 {
        width: 300px;
        height: 400px;
        background: #dcdcdc;
        margin-top: 20px;
        border-radius: 12px;
    }

    .process-right-title {
        flex: 1;
    }

    .process-right-title-num {
        font-size: 34px;
        font-family: Quicksand-Medium;
        background: #000;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-right-title-text {
        font-size: 34px;
        font-family: AvantGarde-Bold;
    }

    .row-title-center h2 {
        width: 100%;
        text-align: center;
    }

    .row-title-blod h2 {
        font-family: AvantGarde-Bold;
    }

    .text-center {
        text-align: center;
    }

    .customization-box {
        width: 100%;
        max-width: 1300px;
        margin:  0px auto 50px;
        padding: 0 15px;
    }

    .customization-box h2 {
        text-align: center;
        color: #333333;
        font-size: 22px;
        font-family: AvantGarde-Bold;
    }

    .customization-box p {
        text-align: center;
        font-size: 18px;
        color: #1c1d1d;
    }

    .bg-f9f9f9 {
        background: #f9f9f9;
    }

    .stories-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-100 {
        padding-bottom: 100px;
    }

    .padding-bottom-150 {
        padding-bottom: 150px;
    }

    .stories-list {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    .stories-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        border-bottom: 3px solid #f18b28;
    }

    .stories-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .stories-item h3 {
        padding: 10px 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 20px;
        color: #1d1d1d;
        margin-top: 10px;
    }

    .stories-item p {
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #3d3d3d;
    }

    .form-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }


    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 25px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 25px;
        background: #ffffff;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 400px;
        border-radius: 25px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
        margin: auto;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .stories-swiper-button-box {
        position: relative;
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 10px;
    }

    .stories-swiper-button-next {
    }

    .stories-swiper-button-prev {
    }

    .intro-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
        padding: 0 15px;
    }

    .intro-img {
        width: 100%;
        height: 220px;
        background: #dcdcdc;
        overflow: hidden;
    }

    .intro-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .intro-box h2 {
        font-family: AvantGarde-Bold;
    }

    .intro-content {
        flex: 1;
    }

    .intro-desc {
        /*两边对齐*/
        text-align: justify;
    }

    .intro-btn {
        width: 260px;
        border-radius: 23px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 16px;
        border: none;
        padding: 10px 20px;
        margin: auto;
    }

    .intro-btn:hover {
        background: #E96800;
        color: #ffffff;
    }

    .box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        padding: 0 15px;

    }

    .box h2 {
        text-align: center;
        font-family: AvantGarde-Bold;
        color: #333333;
        font-size: 22px;
    }

    .box > p {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
    }

    .box-list {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .box-list-item {
        /*灰色阴影*/
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
    }

    .box-list-item img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .box-list-item h3 {
        font-size: 16px;
        color: #333333;
        text-align: center;
    }

    .box-list-item-num {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 26px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
    }


    .service-tabs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
        gap: 10px;
    }

    .tabs-item {
        padding: 10px;
        text-align: center;
        color: #1d1d1d;
        background: #eeeeee;
        font-size: 16px;
        cursor: pointer;
        border-right: 1px #FFFFFF solid;
    }

    .tabs-item:last-child {
        border-right: none;
    }

    .tabs-item.active {
        background: #f39b29;
        color: #ffffff;
    }

    .service-content {
        display: flex;
        background: #ffffff;
        min-height: 500px;
    }

    .content-item {
        /*flex: 1;*/
        padding: 50px 0 0px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .content-img {
        width: 100%;
    }

    .content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-item-box{
        flex: 1;
    }

    .content-item-title {
        font-size: 22px;
        font-family: SailecBold;
    }

    .content-item-desc {
        font-size: 16px;
        color: #383838;
        margin-top: 20px;
    }

    .content-item-subtitle {
        font-size: 20px;
    }

    .line {
        width: 100px;
        height: 2px;
        background: #f39b29;
        margin: 20px 0;
    }

}

@media (min-width: 768px) and (max-width: 1365px)
{
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translateY(-50%);
    }


    .banner-desc-box-title {
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #FFFFF5;
    }

    .carousel-item{
        height: 240px;
    }

    .carousel-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px auto 80px;
        width: 100%;
        max-width: 1300px;
    }

    .process-left {
        width: 30%;
        padding-right: 40px;
    }

    .process-left-item {
        position: relative;
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .process-left-item-active {
        color: #ffffff;
        background: #f18b28;
    }


    .process-right {
        flex: 1;
    }

    .process-left-item-line {
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        border-left: 2px dashed #eeeeee;
    }

    .process-left-item-line-active {
        /* border-left: 2px dashed #f18b28; */
        border: none;
    }

    .process-left-item-title {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 25px;
    }

    .process-left-item-icon {
        position: absolute;
        width: 13px;
        height: 13px;
        background: #f18b28;
        border-radius: 13px;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .process-left-item-icon-active {
        border: 3px solid #ffffff;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        left: -3px;
    }

    .process-left-item-title-num {
        width: 50px;
        text-align: center;
        font-size: 28px;
        font-family: Quicksand-Medium;
    }

    .process-left-item-title-text {
        font-size: 18px;
        flex: 1;
    }

    .process-right-item {
    }

    .process-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    .process-right-row-img-1 {
        width: 600px;
        height: 400px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
    }

    .process-right-row-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-right-row-img-2 {
        width: 300px;
        height: 400px;
        background: #dcdcdc;
        margin-top: 20px;
        border-radius: 12px;
    }

    .process-right-title {
        flex: 1;
    }

    .process-right-title-num {
        font-size: 34px;
        font-family: Quicksand-Medium;
        background: #000;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-right-title-text {
        font-size: 34px;
        font-family: AvantGarde-Bold;
    }

    .row-title-center h2 {
        width: 100%;
        text-align: center;
    }

    .row-title-blod h2 {
        font-family: AvantGarde-Bold;
    }

    .text-center {
        text-align: center;
    }

    .customization-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .customization-box h2 {
        text-align: center;
        color: #333333;
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .customization-box p {
        text-align: center;
        font-size: 18px;
        color: #1c1d1d;
    }

    .bg-f9f9f9 {
        background: #f9f9f9;
    }

    .stories-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-100 {
        padding-bottom: 100px;
    }

    .padding-bottom-150 {
        padding-bottom: 150px;
    }

    .stories-list {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    .stories-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        border-bottom: 3px solid #f18b28;
    }

    .stories-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .stories-item h3 {
        padding: 10px 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 20px;
        color: #1d1d1d;
        margin-top: 10px;
    }

    .stories-item p {
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #3d3d3d;
    }

    .form-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }


    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 25px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 25px;
        background: #ffffff;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 400px;
        border-radius: 25px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
        margin: auto;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .stories-swiper-button-box {
        position: relative;
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 10px;
    }

    .stories-swiper-button-next {
    }

    .stories-swiper-button-prev {
    }

    .intro-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0 15px;
        flex-direction: column;
    }

    .intro-img {
        width: 100%;
        height: 400px;
        background: #dcdcdc;
        overflow: hidden;
    }

    .intro-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .intro-box h2 {
        font-family: AvantGarde-Bold;
    }

    .intro-content {
        flex: 1;
    }

    .intro-desc {
        /*两边对齐*/
        text-align: justify;
    }

    .intro-btn {
        width: 260px;
        border-radius: 23px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 16px;
        border: none;
        padding: 10px 20px;
        margin:auto;
    }

    .intro-btn:hover {
        background: #E96800;
        color: #ffffff;
    }

    .box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;

    }

    .box h2 {
        text-align: center;
        font-family: AvantGarde-Bold;
        color: #333333;
    }

    .box > p {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
        padding: 0 15px;
    }

    .box-list {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .box-list-item {
        /*灰色阴影*/
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
    }

    .box-list-item img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .box-list-item h3 {
        font-size: 16px;
        color: #333333;
        text-align: center;
    }

    .box-list-item-num {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 26px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
    }


    .service-tabs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 50px;
        padding: 0 15px;
    }

    .tabs-item {
        padding: 20px 20px;
        text-align: center;
        color: #1d1d1d;
        background: #eeeeee;
        font-size: 16px;
        cursor: pointer;
        border-right: 1px #FFFFFF solid;
    }

    .tabs-item:last-child {
        border-right: none;
    }

    .tabs-item.active {
        background: #f39b29;
        color: #ffffff;
    }

    .service-content {
        display: flex;
        background: #ffffff;
        min-height: 500px;
    }

    .content-item {
        /*flex: 1;*/
        padding: 50px 15px 0px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .content-img {
        width: 100%;
    }

    .content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-item-box{
        flex: 1;
        margin-top: 10px;
    }

    .content-item-title {
        font-size: 40px;
        font-family: SailecBold;
    }

    .content-item-desc {
        font-size: 16px;
        color: #383838;
        margin-top: 20px;
    }

    .content-item-subtitle {
        font-size: 20px;
    }

    .line {
        width: 100px;
        height: 2px;
        background: #f39b29;
        margin: 20px 0;
    }

}

@media (min-width: 1366px)
{
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translateY(-50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
    }

    .process-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px auto 80px;
        width: 100%;
        max-width: 1300px;
    }

    .process-left {
        width: 30%;
        padding-right: 40px;
    }

    .process-left-item {
        position: relative;
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .process-left-item-active {
        color: #ffffff;
        background: #f18b28;
    }


    .process-right {
        flex: 1;
    }

    .process-left-item-line {
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        border-left: 2px dashed #eeeeee;
    }

    .process-left-item-line-active {
        /* border-left: 2px dashed #f18b28; */
        border: none;
    }

    .process-left-item-title {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 25px;
    }

    .process-left-item-icon {
        position: absolute;
        width: 13px;
        height: 13px;
        background: #f18b28;
        border-radius: 13px;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .process-left-item-icon-active {
        border: 3px solid #ffffff;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        left: -3px;
    }

    .process-left-item-title-num {
        width: 50px;
        text-align: center;
        font-size: 28px;
        font-family: Quicksand-Medium;
    }

    .process-left-item-title-text {
        font-size: 18px;
        flex: 1;
    }

    .process-right-item {
    }

    .process-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    .process-right-row-img-1 {
        width: 600px;
        height: 400px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
    }

    .process-right-row-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-right-row-img-2 {
        width: 300px;
        height: 400px;
        background: #dcdcdc;
        margin-top: 20px;
        border-radius: 12px;
    }

    .process-right-title {
        flex: 1;
    }

    .process-right-title-num {
        font-size: 34px;
        font-family: Quicksand-Medium;
        background: #000;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-right-title-text {
        font-size: 34px;
        font-family: AvantGarde-Bold;
    }

    .row-title-center h2 {
        width: 100%;
        text-align: center;
    }

    .row-title-blod h2 {
        font-family: AvantGarde-Bold;
    }

    .text-center {
        text-align: center;
    }

    .customization-box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

    .customization-box h2 {
        text-align: center;
        color: #333333;
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .customization-box p {
        text-align: center;
        font-size: 18px;
        color: #1c1d1d;
    }

    .bg-f9f9f9 {
        background: #f9f9f9;
    }

    .stories-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-100 {
        padding-bottom: 100px;
    }

    .padding-bottom-150 {
        padding-bottom: 150px;
    }

    .stories-list {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    .stories-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        border-bottom: 3px solid #f18b28;
    }

    .stories-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .stories-item h3 {
        padding: 10px 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 20px;
        color: #1d1d1d;
        margin-top: 10px;
    }

    .stories-item p {
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #3d3d3d;
    }

    .form-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }


    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 25px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 25px;
        background: #ffffff;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 400px;
        border-radius: 25px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
        margin: auto;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .stories-swiper-button-box {
        position: relative;
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 10px;
    }

    .stories-swiper-button-next {
    }

    .stories-swiper-button-prev {
    }

    .intro-box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .intro-img {
        width: 55%;
        height: 400px;
        background: #dcdcdc;
        overflow: hidden;
    }

    .intro-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .intro-box h2 {
        font-family: AvantGarde-Bold;
    }

    .intro-content {
        flex: 1;
    }

    .intro-desc {
        /*两边对齐*/
        text-align: justify;
    }

    .intro-btn {
        width: 260px;
        border-radius: 23px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 16px;
        border: none;
        padding: 10px 20px;
    }

    .intro-btn:hover {
        background: #E96800;
        color: #ffffff;
    }

    .box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;

    }

    .box h2 {
        text-align: center;
        font-family: AvantGarde-Bold;
        color: #333333;
    }

    .box > p {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
    }

    .box-list {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .box-list-item {
        /*灰色阴影*/
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
    }

    .box-list-item img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .box-list-item h3 {
        font-size: 20px;
        color: #333333;
        text-align: center;
    }

    .box-list-item-num {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 26px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
    }


    .service-tabs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 50px;
    }

    .tabs-item {
        padding: 20px 20px;
        text-align: center;
        color: #1d1d1d;
        background: #eeeeee;
        font-size: 16px;
        cursor: pointer;
        border-right: 1px #FFFFFF solid;
    }

    .tabs-item:last-child {
        border-right: none;
    }

    .tabs-item.active {
        background: #f39b29;
        color: #ffffff;
    }

    .service-content {
        display: flex;
        background: #ffffff;
        min-height: 500px;
    }

    .content-item {
        /*flex: 1;*/
        padding: 50px 0 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        gap: 50px;
    }

    .content-img {
        width: 50%;
    }

    .content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-item-box{
        flex: 1;
    }

    .content-item-title {
        font-size: 40px;
        font-family: SailecBold;
    }

    .content-item-desc {
        font-size: 16px;
        color: #383838;
        margin-top: 20px;
    }

    .content-item-subtitle {
        font-size: 20px;
    }

    .line {
        width: 100px;
        height: 2px;
        background: #f39b29;
        margin: 20px 0;
    }

}

