body{
    padding: 0;
    margin: 0 !important;  
    font-family: 'fontm';
    padding-bottom: 100px;
    background: #F2F2F2;
}   
img,p{
    margin: 0px;
    padding: 0px;
}  
a{
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);  
}
ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}   
@font-face {
	font-family: 'fontm';
	src: url(../font/Poppins-Medium.otf);
} 
@font-face {
	font-family: 'fontb';
	src: url(../font/Kanit-ExtraBold.ttf);
}
@font-face {
	font-family: 'fontl';
	src: url(../font/Kanit-Light.ttf);
}
.fontm{
    font-family: 'fontm';
}
.fontb{
    font-family: 'fontb';
}
.fontl{
    font-family: 'fontl';
}
.flex_be{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex_sta{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex_re{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.flex_ar{
    display: flex;
    justify-content: space-around;
}
.flex_cl{
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
}
.flex_cen{
    display: flex;
    justify-content: center;
}
.flex_becl{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.flex_end{
  display: flex;
  justify-content: flex-end;
}
.marigntop1{
    margin-top: 5px;
}
.marigntop2{
    margin-top: 20px;
}
.marginbottom1{
    margin-bottom: 20px !important;
} 
.centeritem{
    width: 90%;
    height: auto; 
    margin: auto;
}
.kficon img{
    width: 24px;
    height: 24px;
  }
.header{
    width: 100%;
    height: 62px;
    background: #ffffff;
    box-sizing: border-box; 
    color: #000000;
    font-size: 15px;
    text-align: center;
    line-height: 62px;
    position: relative;
  }  
 .header .back{
  width: 24px;
  height: 24px; 
  position: absolute;
  top: 20px;
  left: 20px;
 }
 .head{
  width: 100%;
  height: 152px;
  background: url('/uploads/material/topbg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 15px 20px;
}
.logoimg{
  width: 82px;
  height: 30px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.toshare{
  width: 30px;
  height: 30px;
}
.toshare img{
  width: 30px;
  height: 30px;
}
.userid{
  font-size: 12px;
  font-family: 'fontl';
  color: #C7C7C7;
}
.cake{
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.head h4{
  color: #FFFFFF;
  font-size: 20px;
  margin: 0;
  
}
 .pagelogo{
  width: 103px !important;
  height: 24px !important; 
} 
.modaltitle{
    color: #0D0D12;
    font-size: 14px;
    font-family: 'fontm';
    margin: 8px 0;
  }
  .smalltitle{
    color: #253746;
    font-size: 12px;
    font-family: 'fontl';
    margin-bottom: 10px;
  }
  .coverbg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.71);
    display: none;
  }
  .returnbox{
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    border-radius: 45px;
    color: #666E7A;
    font-size: 14px;
    box-sizing: border-box;
    padding: 16px 20px;
    font-family: 'fontl';
    margin-top: -45px;
 }
 .bar{
    width: 1px !important;
    height: 54px;
    background: #EEEEEE;
 }
 .returnbox h4{
    color: #28211F;
    font-size: 20px;
    margin: 0;
    font-family: 'fontm';
 } 
 .returnbox div{
    width: 48%;
    text-align: center;
 }
/* 底部导航 */
.footer{
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0px;
    left: 0px; 
    z-index: 10;
    background: #ffffff;
}
.footer a{
  width: 20%;
  height: 50px; 
  color: #666E7A;
  font-size: 12px;
  text-align: center;
}
.footer img{
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  margin-top: 6px;
}
.activeon{
  color: #E9811C !important;
}
.nothing img{
   width: 32px;
   height: 36px;
   display: block;
   margin: auto;
}
.nothing{ 
    text-align: center;
    font-size: 12px;
    color: #666E7A; 
}
.tips{
}
.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: 10px 20px; 
    border-radius: 30px;
    border: 1px solid #E91C1C; 
    color: #E91C1C; 
    background: #FFF0F0; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width:260px;   
    display: inline-block !important;
    display: inline;  
    text-align: center; 
    font-size: 14px;
    font-family: 'fontm';
  }  
  .failtips{
    border: 1px solid #E91C1C; 
    color: #E91C1C; 
    background: #FFF0F0; 
    box-shadow: 0 0 10px 2px #dd8d8d;
  } 
  .successtips{
    border: 1px solid #16D060; 
    color: #16D060; 
    background: #E5FFF0;
    box-shadow: 0 0 10px 2px #8dd3a8;
  }
/*  */
.userinfo{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 16px;
  background: #8A00E5;
  border-radius: 12px;
  margin-top: 16px;
  position: relative;
}
.userinfobg{
  width: 138px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.userinfobg img{
  width: 100%;
  height: auto;
}
.icon_one{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}
.text_id{
  color: #FFFFFF;
  font-size: 12px;
}
.money h4{
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
}
.money h3{
  color: #FFFFFF;
  font-size: 22px;
  margin: 0;
}
.userinfo .money{
  margin-top: 15px;
}