*{
    padding:0;
    margin:0 auto;
    font-family:Arial !important;
    font-size:16px;
    width:100%;
    max-width: 750px;
}
ul,ol,menu{
    list-style-type: none;
}
a{
    text-decoration: none;
    color:#000;
}
img{
    border:none;
}
.ell{
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: block;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.r-n{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
}  
.r-w{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;   
}
.c-n{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: column;    
}
.f-ct{
    justify-content: center;
}
.f-st{  
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}
.f-bt{  
    justify-content: space-between;
    align-items: baseline;
}
.f-ed{   
    justify-content:flex-end;
    align-items: flex-end;
}
.f-ad{  
    justify-content:space-around;
}
.alc{
    align-items: center;
    justify-items: center;
}
.f-g{
    flex-grow:1;
}
.ele{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bx{
    box-sizing: border-box;
}
.body{
   
    max-width: 750px;
    /*background-color: #f5f9fc;*/
}
.w{
    width:100%;
}
.body{
    background-color: #f7f8fc;
}
.ml-nav{
    width:100%;
    color:#fff;
    font-size:1.25rem;
    height:3rem;
    position: fixed;
    top:0;
    background-color:#4877e3;
      max-width: 750px;
}
.ml-header{
    width:98%;
    background-color: #4979df;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    height:4.6rem;
}
.icon-31fanhui1 {
    width: 20px;
    font-size: 16px;
    text-align: center;
    color:#fff;
}
.ml-header-topspan{
    color:#fff;
    font-weight:600;
    font-size:1.3rem;
}
.ml-header-topspans{
    margin-top:2%;
    font-size:.6rem;
    color:#bdc2d2;
}
.ml-daohang{
    background-color: #fff;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    box-shadow: .2rem .2rem .2rem #ebecf0;
    margin-top:.5rem;
    width:98%;
    padding:4% 2%;
    box-sizing: border-box;
    margin-top:4rem;
}
.ml-daohang-top{
    color:#383e45;
    font-size:1.25rem;
    font-weight: 600;
}
.ml-daohang-cont{
    margin-top:1rem;
}
.ml-daohang-cont-link{
    width:48%;
    height:calc(100%/2);
    margin:2% 1%;
}
.ml-daohang-cont-link img{
    width:100%;
    border-radius:.5rem;
}
.ml-daohang img{
    width:100%;
}
.ml-p{
    line-height: 1.5rem;
    margin-top: .5rem;
    font-size:1rem;
    
}