body,ul,li,a{
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: unset;
}
body{
    background: #FFFFFF;
    padding-bottom: 110px;
}
body{
    padding-top: 15px;
    font-family: 'fontm';
} 
@font-face {
    font-family: 'fontb';
    src: url('../font/Poppins-Bold.ttf');
} 
@font-face {
    font-family: 'fontm';
    src: url('../font/Poppins-Medium.ttf');
} 
@font-face {
    font-family: 'fontl';
    src: url('../font/Poppins-Regular.ttf');
} 
.centeritem{
    width: 92%;
    height: auto;
    margin: auto;
}
.flex_be{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_sta{
    display: flex;
    justify-content: start;
    align-items: center;
}
.flex_ar{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex_cen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.maringtop1{
    margin-top: 15px !important;
} 
p{
    margin: 0;
}
.footer{
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box; 
    box-shadow: 0 0 20px 10px rgba(12, 18, 33, 0.05);
}
.footer a{
    width: 30px;
    height: auto;
    color: #6D717A;
    font-size: 12px;
    text-align: center; 
}
.footer a img{
    width: 24px;
    height: 24px;

}
.footer .active{
    color: #0000ff;
}
.modaltitle{
    font-size: 16px;
    color: #0C1221;
    margin: 10px 0;
    font-weight: normal;
    font-family: 'fontb';
 }
 .backimg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.header{
    color: #0C1221;
    font-size: 14px;
    font-family: 'fontb';
    line-height: 24px;
}
.shareicon{
    width: 20px;
    height: 20px;
}
.nothing{
    color: #B8B8B8;
    font-size: 12px;
    text-align: center;
    font-family: 'fontl';
}
.nothing img{
    width: 66px;
    height: 66px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
/*.tips{*/
/*    display: none;*/
/*}*/
.outertips{   
    width: 80%;  
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
  } 
  .innertips{  
    padding: 20px; 
    border-radius: 5px;
    background: rgba(34, 34, 34,.8);
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width:260px;   
    display: inline-block !important;
    display: inline;  
    text-align: center; 
  } 