* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.bodyLogistics {
    display: none;
}

.bodyLogistics_message {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 200px 5px;
}

.bodyLogistics_message_itemOne {
    width: 55%;
    height: 400px;
    padding-right: 50px;
    display: flex;
}

.message_itemOne1 {
    width: 35%;

    /* border: 1px solid red; */
}

.message_itemOne2 {
    width: 65%;
    /* border: 1px solid red; */
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.message_itemOne2_title {
    font-weight: bold;
}

.mess_tab {
    font-size: 16px;
    color: #BBBBBB;
    font-weight: 500;
    line-height: 25px;
    margin-top: 30px;
    text-align: right;
    padding-right: 30px;
    padding-left: 100px;
    text-align: left;
}

.mess_tab_active {
    color: #4EB0FF;
    font-size: 18px;
}


.bodyLogistics_message_itemTwo {
    width: 45%;
}

.bodyLogistics_message_item_img {
    width: 500px;
}


.city {
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
}

.city_pfx {
    width: 100%;
    height: 500px;
    background: #D8D8D8;
}

.city_m {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.city_m_item {
    width: 160px;
    height: 160px;
    position: relative;
    background-image: url('../images/main/bg.png');
}

.city_name {
    z-index: 100;
    font-weight: 600;
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 70%;

}

.major {
    width: 1200px;
    margin: 0 auto;
    display: flex
}

.major_item {
    width: 50%;
}

.major_item_img {
    width: 95%;
    height: 600px;
}

.major_item_title {
    font-size: 36px;
    font-weight: bold;
    margin-top: 70px;
    padding-left: 30px;
}

.major_item_message {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding-left: 30px;
}

.circle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.circle_item {
    width: 86px;
    height: 86px;
    color: #BBBBBB;
    border: 1px solid #BBBBBB;
    border-radius: 50%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_item_active {
    color: #FFFFFF;
    background: #4EB0FF;

}

.we_serve {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    margin-top: 200px;
}

.we_serve_title {
    font-size: 34px;
    font-weight: 700;
    color: #333333;
    line-height: 48px;
    width: 100%;
    text-align: center;
}

.we_serve_img {
    width: 100%;
    margin-top: 20px;
}

.self_order {
    width: 1200px;
    margin: 0 auto;
    margin-top: 300px
}

.self_order_title {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.self_order_title_item {
    font-weight: 600;
    line-height: 30px;
    height: 40px;
    font-size: 22px;
    color: #BBBBBB;
    margin-bottom: 50px;

}

.self_order_item {
    width: 100%;
    text-align: center;
}

.self_order_img {
    width: 90%;
}

.self_order_title_item_active {
    color: #4EB0FF;
    border-bottom: 3px solid #4EB0FF;
}