.bodyService {
    width: 100%;
    display: none;
}

.bodyService_item {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.bodyService_mess {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.bodyService_item_mess {
    margin-top: 30px;
}

.bodyService_item_mess_text {
    font-size: 20px;
    font-family: PingFangSC-Medium,
        PingFang SC;
    font-weight: 500;
    color: #A6A6A6;
    line-height: 28px;
}

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

.bodyService_message_itemOne {
    width: 55%;
    padding-right: 50px;
    display: flex;
}

.bodyService_message_itemOne1 {
    width: 45%;
    padding-top: 150px;
    /* border: 1px solid red; */
}

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

.message_itemOne2_title {
    font-weight: bold;
}

.bodyService_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;
}

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