body{
    padding: 0;
    margin: 0 !important; 
    color: #253746;   
    font-family: 'fontm';
    padding-bottom: 140px;
}  
body{
    background: #111112;
  }
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{
    height: 50px;
    color: #ffffff;
    font-size: 16px;
  } 
 .header img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
 }
.modaltitle{
    color: #253746;
    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(134, 134, 134, 0.70);
    display: none;
  }
/* 底部导航 */
.footer{
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0px;
    left: 0px; 
    z-index: 10;
}
.footerleft{
  width: 40%;
  height: 68px;
  background: #2B2B2B;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 20px;
}
.footerleft a,.footerright a{
  width: 62px;
  height: 68px;
}
.footerleft a img,.footerright a img{
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.footerright{
  width: 40%;
  height: 68px;
  background: #2B2B2B;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding-right: 20px;
}
.footercenter{
  width: 20%;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 40%;
}
.footercenter .footerbg{
  width: 100%;
  height:80px;
} 
.footercenter a{
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.footercenter a img{
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  margin-top: 6px;
}
.activepage{
  border-top: 3px solid #FFFFFF;
  box-sizing: border-box;
  background: linear-gradient(to bottom,#484848,#2C2C2C);
}
.nothing img{
   width: 41px;
   height: 41px;
   display: block;
   margin: auto;
}
.nothing{ 
    text-align: center;
    font-size: 12px;
    color: #C6C6C6;
    font-family: 'fontl';
}
.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: 15px 20px; 
    border-radius: 5px;
    background: #666666;
    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; 
  } 
  .tipsicon{
    width: 38px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modaltitle{
    color: #ffffff;
    font-size: 16px;
  }
