*{
    padding:0;
    margin:0 auto;
    font-family:Arial !important;
    font-size:16px;
    width:100%;
}
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;
}
.header{
    width:100%;
   max-width: 750px;
    position: fixed;
    background-color: #fff;
    top:0;
  
}
.ml-nav{
    width:100%;
    color:#384253;
    font-size:1.25rem;
    height:3rem;
   
     max-width: 750px;
}
.ml-header{
    width:98%;
    background-color: #4979df;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    height:5rem;
  
   
}
.ml-header-topspan{
    color:#fff;
    font-weight:600;
    font-size:1.3rem;
}
.ml-header-topspans{
    margin-top:2%;
    font-size:.6rem;
    color:#bdc2d2;
    /*position: fixed;*/
}

.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:8rem;
}
.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% !important;
    border-radius:.5rem;
}

/*.icon-31fanhui1{*/
/*    width:2%;*/
/*    display:inline-block;*/
/*}*/
.header-title{
    display: inline-block;
    width: 90%;
    text-align: center;
}
.ml-daohang img{
    width:100%;
}