

.title1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.title2 {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #535353;
}

.twoBox {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.twoBox .twoItemBOx {
    display: flex;
    align-items: center;
}

.twoBox .twoItemBOx .left {
    width: 50%;
    position: relative;
}

.twoBox .twoItemBOx .left > img {
    width: 392px;
    height: 214px;
}

.twoBox .twoItemBOx .left .img1 {
    /* position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 10px; */
}

.twoBox .twoItemBOx1 .left {
    display: flex;
    justify-content: flex-end;
}

.twoBox .twoItemBOx1 .left .img1 {
    /* position: absolute;
    right: 20px;
    left: auto;
    top: 20px;
    border-radius: 10px; */
}

.twoBox .twoItemBOx .right {
    width: 50%;
}

.twoBox .twoItemBOx1 {
    justify-content: space-between;
    padding-right: 50px;
    box-sizing: border-box;
}

.twoBox .twoItemBOx1 .right {
    width: 50%;
    max-width: 500px;
}

.twoBox .twoItemBOx .right .title {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #1b1919;
    font-family: "Poppins", sans-serif;
}

.twoBox .twoItemBOx .right .line {
    width: 100px;
    height: 4px;
    background: #AD4697;
    margin-bottom: 16px;
}

.twoBox .twoItemBOx .right .con {
    color: #726969;
    font-size: 15px;
}

.col-md-6, .service1 {
    display: flex;
    flex-direction: column;
}

.item-single {
    flex: 1;
}

.service1 .content {
    flex: 1;
}

.imgBox2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.imgBox2 > img {
    width: 100%;
    height: auto;
    transform: translateY(-1px);
}

.fourBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 100px;
    padding: 40px 0;
    color: #fff;
}

.fourBox .left {
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.imgBox2 .block10 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.imgBox2 .left, .right {
    flex: 1;
}

.imgBox2 .center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 6px;
}

.imgBox2 .center .block12 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgBox2 .center .block12 > img {
    width: 20px;
    height: 20px;
}

.imgBox2 .center .block12 .block13 {
    flex: 1;
    width: 1px;
    background: #000;
}

.imgBox2 .left, .right {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.imgBox2 .left .block11 {
    margin-top: 20%;
    text-align: right;
}

.imgBox2 .right {
    justify-content: space-between;
}

.imgBox2 .block11 {
    height: 20%; /* 核心规则 */
    box-sizing: border-box; /* 确保边框/内边距不额外增加宽度 */
}

.imgBox2 .block11 .title {
    color: #1b1919;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.imgBox2 .block11 .con {
    color: #726969;
    font-size: 15px;
}

.btn2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.fiveBox {
    display: flex;
    gap: 10%;
}

.fiveBox .left {
    width: 40%;
}

.fiveBox .left > img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.fiveBox .right {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fiveBox .right .rightItem {
    display: flex;
}

.fiveBox .right .rightItem > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.fiveBox .right .rightItem .title {
    color: #1b1919;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.fiveBox .right .rightItem .con {
    color: #726969;
    font-size: 15px;
}

.transportation-section::after {
    display: none;
}

.transportation-section {
    background: none;
}

.inpuW100 .checkbox-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inpuW100 .checkbox-group label {
    display: inline-block;
    cursor: pointer;
    width: 50%;
}

.transportation-section .wrapper .title::after {
    display: none;
}

.transportation-section .wrapper .line {
    height: 4px;
    width: 120px;
    margin: 10px 0;
    background: #AD4697;
}

.transportation-section .wrapper .con {
    color: #726969;
    font-size: 15px;
}

.section-title > p {
    font-size: 20px;
}

.subBtnBox {
    text-transform: none;
}

.inpuW100 > span {
    margin-bottom: 12px;
    color: #1b1919;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .oneBox {
        flex-direction: column;
    }

    .oneBox .oneLeft, .oneRight {
        width: 100%;
    }
    .oneBox .oneLeft{
        margin-bottom: 20px;
    }
    .oneBox .oneLeft .title1 {
       font-size: 30px;
    }
    .twoBox .twoItemBOx{
        flex-direction: column;
        gap: 20px;
    }
    .twoBox .twoItemBOx1{
        padding: 0;
    }
    .twoBox .twoItemBOx .left{
        width: 80% !important;
    }
    .twoBox .twoItemBOx .right{
        width: 100% !important;
    }
    .imgBox2 > img{
        display: none;
    }
    .imgBox2 .block10{
        position: relative;
        height: 800px;
    }
    .imgBox2 .block11 .title{
        font-size: 18px;
    }
    .imgBox2 .left .block11{
        margin-top: 160px;
    }
    .fiveBox{
        flex-direction: column;
    }
    .fiveBox .left{
        width: 100%;
    }
    .inpuW100 .checkbox-group label{
        width: 100%;
    }
    .fourBox {
        flex-direction: column;
        gap: 20px;
    }
}