
.m_f_div1{
    width: 100%;
    height: auto;
    background: url("../../imgs/mobile/platform.png") no-repeat 120px 0;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    padding-top: 4rem;
}

.m_f_div1_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem 0rem;
}

.m_f_div1_body span:nth-of-type(1) {
    font-weight: bold;
    font-size: 20px;
    padding: 1rem 0rem;
    text-align: center;
}
.m_f_div1_body span:nth-of-type(2){
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-indent: 2em;
    text-align: justify;
}
.m_f_div1_body span:nth-of-type(3){
    z-index: -1;
}
.m_f_div2{
    width: 100%;
    height: auto;
    background: #F5F7FC;
}
.m_f_div2_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.m_f_div2_body span:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
}

.m_f_div2_body img{
    width: 100%;
}

.m_f_div3{
    width: 100%;
    height: auto;
}
.m_f_div3_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.m_f_div3_body span:nth-of-type(1){
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 1rem 0rem;
}

.m_f_div3_body span:nth-of-type(2){
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    text-indent: 2em;
}
.m_f_div3_body span:nth-of-type(3)>img{
    width: 100%;
}
.m_f_div4{
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}
.m_f_div4_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.m_f_div4_body_title{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.m_f_div4_body_title span:nth-of-type(1){
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 1rem 0rem;
}
.m_f_div4_body_title span:nth-of-type(2){
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 1rem;
}

.m_f_div4_body_ims{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m_f_span1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 14px;
}
.m_f_span1 img{
    width: 60px;
}

.m_f_div5_body_ims{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.m_f_div5_body_ims img{
    width: 100%;
}
.m_f_div5_body_ims span{
    width: 44%;
    margin-bottom: 1rem;
}













