.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.MFMP {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    color: #333;
}

.MFMP .row {
    /* width: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.MFMP .row .item {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.MFMP .row .item p {
    margin-top: 10px;
}

.MFMP .row .item img {
    /* border: 1px dashed black; */
}

.operationsDashboard {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    padding-bottom: 130px;
}

.operationsDashboard .odContent {
    /* width: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
}

.operationsDashboard .odContent .left {
    /* width: 50%;
    display: flex; */
    justify-content: center;
    align-items: center;
}

.operationsDashboard .odContent .left img {
    /* width: 80%; */
    height: auto;
}

.operationsDashboard .odContent .right {
    /* width: 50%;
    display: flex; */
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 135px;
    color: #333;
}

.operationsDashboard .odContent .right .text {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 52px;
    text-align: left;
}

.operationsDashboard .odContent .right .content {
    width: 100%;
    line-height: 30px;
}

.vehicleMo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.vehicleMo .vehicleMoContent {
    /* width: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}

.vehicleMo .vehicleMoContent .left {
    width: 50%;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
}

.vehicleMo .vehicleMoContent .left li {
    padding-left: 55px;
    position: relative;
    line-height: 30px;
    margin: 30px 0 50px;
    color: #333;
    cursor: pointer;
}

.vehicleMo .vehicleMoContent .left li div {
    line-height: 30px;
    margin: 30px 0 50px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.vehicleMo .vehicleMoContent .left li::before {
    content: "";
    font-size: 36px;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #ACB7C5;
    border-radius: 50%;
}

.vehicleMo .vehicleMoContent .left li.current::before {
    background-color: #2378ff;
}

.vehicleMo .vehicleMoContent .right {
    width: 50%;
}

.vehicleMo .vehicleMoContent .right img {
    width: 100%;
    height: auto;
}

.VATP {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
}

.VATP .vatpContent {
    /* width: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.safeAlarm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.safeAlarm .safeAlarmContent {
    /* width: 80%; */
}

.safeAlarm .safeAlarmContent .adas {
    width: 100%;
    display: flex;
    padding: 100px 0 50px;
    border-bottom: 1px solid #D8D8D8;
    align-items: center;
}

.safeAlarm .safeAlarmContent .adas .left img {
    width: 100%;
    height: auto;
}
.safeAlarm .safeAlarmContent .flexImg>div {
    flex-basis: 48%;
}
.safeAlarm .safeAlarmContent .flexImg{
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
.safeAlarm .safeAlarmContent .adas .left>div:first-child {
    text-align: center;
    margin-bottom: 3%;
}
.safeAlarm .safeAlarmContent .right .flexImg>div {
    margin-bottom: 2%;
}
.safeAlarm .safeAlarmContent .adas .right {
    /* width: 50%; */
    margin-left: 90px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.safeAlarm .safeAlarmContent .adas .right .text {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
}

.safeAlarm .safeAlarmContent .adas .right .content {
    line-height: 30px;
    font-size: 16px;
}

.safeAlarm .safeAlarmContent .dms {
    width: 100%;
    display: flex;
    padding: 50px 0 80px;
    align-items: center;
}

.safeAlarm .safeAlarmContent .dms .left {
    width: 50%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.safeAlarm .safeAlarmContent .dms .left .text {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
}

.safeAlarm .safeAlarmContent .dms .left .content {
    line-height: 30px;
    font-size: 16px;
}

.safeAlarm .safeAlarmContent .dms .right {
    width: 50%;
}

.safeAlarm .safeAlarmContent .dms .right img {
    width: 100%;
    height: auto;
}

.report {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 90px;
    background: url(https://cdn-static.m-m10010.com/static/images/fleetgoo/reportBg.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.report .title {
    color: #fff;
}

.report .reportContent {
    /* width: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.operationsManagemen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    color: #333;
}

.operationsManagemen .omContent {
    /* width: 60%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    /* border: 1px dashed black; */
}

.operationsManagemen .omContent img {
    width: 100%;
    height: auto;
}

.geoFence {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    background-color: #f6f6f6;
    color: #333;
}

.geoFence .gfContent {
    /* width: 80%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.geoFence .gfContent img {
    /* width: 50%; */
    height: auto;
}

.apiIntegration {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
}
.apiDesc {
    position: absolute;
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    top: 49%;
    left: 31.5%;
    transform: translate(-50%, -50%);
}

.apiDesc p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 2%;
}
.apiIntegration img {
    float: left;
    width: 100%;
}

.MFMP .row{
    flex-wrap: wrap;
}
.MFMP .row .item{
    flex-basis: 20%;
}
.MFMP .row .item:nth-child(1),.MFMP .row .item:nth-child(2),.MFMP .row .item:nth-child(3),.MFMP .row .item:nth-child(4),.MFMP .row .item:nth-child(5){
    margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .operationsManagemen.mainWidth p:nth-child(2),.geoFence p:nth-child(2),.report p:nth-child(2),.VATP p:nth-child(2),.vehicleMo p:nth-child(2),.MFMP p:nth-child(2){
        font-size: 0.4rem;
    }
    .VATP p:nth-child(2){
        line-height: 0.65rem !important;
    }
    .vehicleMo p:nth-child(2){
        line-height: 0.65rem;
    }
    .MFMP{
        padding: 0;
    }
    .MFMP p.title {
        padding-bottom: 0.5rem;
    }
    
    .MFMP .row.mainWidth {
        padding-top: 1.3rem;
    }
    .MFMP .row{
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }
    .MFMP .row .item {
        flex-basis: 30%;
        text-align: center;
        margin-bottom: 1rem !important;
    }
    .MFMP .row .item img {
        width: 1.8rem;
    }
    .operationsDashboard .odContent .left img{
        width: 80%;
        margin-left: 10%;
    }
    .operationsDashboard .odContent .right{
        padding:0;
    }
    .operationsDashboard .odContent .right .text{
        font-size: 0.45rem;
        text-align: center;
        margin:0.4rem;
    }
    .operationsDashboard .odContent .right .content{
        font-size: 0.4rem;
        line-height: 0.65rem;
        margin: 0.6rem 0 0.4rem;
        text-align: center;
    }
    .safeAlarm .safeAlarmContent .dms .left .content{
        text-align: center;
    }
    .operationsDashboard{
        padding-bottom: 1rem;
    }
    .operationsDashboard .odContent{
        padding-top: 1.5rem;
        flex-wrap: wrap;
    }
    .vehicleMo p:nth-child(2) {
        padding: 0 0.5rem;
    }
    p.title {
        font-size: 0.5rem;
        padding: 1.4rem 0 0.9rem;
    }
    .VATP p:nth-child(2) {
        padding: 0 0.4rem;
    }
    
    .VATP .vatpContent img {
        width: 92%;
        margin-left: 3%;
    }
    .safeAlarm .safeAlarmContent .adas .right .text {
        font-size: 0.5rem;
        text-align: center;
        margin: 0.4rem 0;
    }
    .safeAlarm .safeAlarmContent .adas {
        padding: 0.4rem 0 1rem;
        flex-wrap: wrap;
    }
    .safeAlarm .safeAlarmContent .adas .right{
        margin-left: 0;
    }
    .safeAlarm .safeAlarmContent .adas .right .content {
        font-size: 0.33rem;
        line-height: 0.65rem;
        text-align: center;
    }
    .safeAlarm .safeAlarmContent .dms {
        flex-wrap: wrap;
        padding: 1rem 0 0.5rem;
    }
    
    .safeAlarm .safeAlarmContent .dms>div {
        flex-basis: 100%;
    }
    .safeAlarm .safeAlarmContent .dms .left .text {
        font-size: 0.5rem;
        text-align: center;
        margin: 0.5rem 0 0.5rem;
    }
    .safeAlarm .safeAlarmContent .dms .left .content {
        line-height: 0.65rem;
        font-size: 0.3rem;
        margin-bottom: 0.5rem;
    }
    .report{
        padding: 0 0.2rem 1rem;
    }
    .report .reportContent img,.geoFence .gfContent img {
        width: 100%;
    }
    .report .reportContent {
        padding: 1rem 0 0;
    }
    .geoFence {
        padding-bottom: 1.5rem;
    }
    .operationsManagemen .omContent {
        margin: 1rem 0;
    }
    .vehicleMoContent.mainWidth {
        padding-top: 0.5rem;
        flex-wrap: wrap;
    }
    .vehicleMoContent.mainWidth>div {
        flex-basis: 100%;
    }
    .vehicleMo .vehicleMoContent .right {
        flex-basis: 80%;
        padding: 0.5rem;
    }
    .vehicleMo .vehicleMoContent .left li {
        font-size: 0.5rem;
        padding: 0 0 0 0.9rem;
        margin: 0.4rem 0 1rem;
    }
    
    .vehicleMo .vehicleMoContent .left li div {
        font-size: 0.4rem;
        line-height: 0.65rem;
        margin: 0.5rem 0;
    }
    .vehicleMo{
        padding-bottom: 0;
    }
    .vehicleMo .vehicleMoContent .left li::before {
        width: 0.3rem;
        height: 0.3rem;
        top: 0.29rem;
        left: 0.3rem;
    }
    .safeAlarm .safeAlarmContent p,.apiDesc p {
        font-size: 0.33rem;
    }
    .apiDesc{
        display: none;
    }
}