
body{
    padding: 0;
    margin: 0 !important;
    background-color: #ffffff; 
    font-family: 'fontm';
    padding-bottom: 120px;
    caret-color: rgba(0, 0, 0, 0)
}
body input{
    caret-color: rgba(0, 0, 0, 1)
}
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/SourceSansPro-Regular.otf);
}
@font-face {
	font-family: 'fontb';
	src: url(../font/SourceSansPro-Semibold.otf);
}   
.fontm{
    font-family: 'fontm';
}
.fontb{
    font-family: 'fontb';
} 
.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_cm{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.flex_cen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_clcenter{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.marigntop1{
    margin-top: 8px;
}
.marigntop2{
    margin-top: 20px !important;
}
.marigntop3{
    margin-top: 30px !important;
}
.marginbottom1{
    margin-bottom: 20px !important;
}
.marginbottom4{
    margin-bottom: 40px !important;
}
.centeritem{
    width: 90%;
    height: auto;
    margin: 15px auto 0;
}
input:focus{
    outline:0;
}
.footer{ 
    width: 100%;
    height: 100px;
    background: url('/uploads/material/tabbarbg1.png') no-repeat;
    background-size:100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9; 
    box-sizing: border-box; 
    padding: 0 7.3%;
    display: flex;
    justify-content: space-between;
}
.footer a{ 
    height: 100%;
    width: 16%;
}
.footer a img{
    width: 27px;
    height: auto;
    display: block; 
    margin: auto;
    margin-top: 55px;
}
.footer a p{
    transform: scale(0.95);
    margin-top: 2px;
}
.onpage{
    width: 18% !important;
    height: auto;
    display: block; 
}
.onpage img{
    width: 100% !important; 
    height: auto !important;
    margin-top: 0 !important
}
.onpage5{
    background: url('/uploads/material/tabbarbg5.png') no-repeat;
    background-size:100% 100%;
}
.onpage3{
    background: url('/uploads/material/tabbarbg3.png') no-repeat;
    background-size:100% 100%;
}
.onpage2{
    background: url('/uploads/material/tabbarbg2.png') no-repeat;
    background-size:100% 100%;
}
.onpage4{
    background: url('/uploads/material/tabbarbg4.png') no-repeat;
    background-size:100% 100%;
}
/* 通知 */  
.box{     
    width: 100%;
    margin: auto;
    height: 38px;
    background: #FCF7EC; 
    align-items: center;
    color: #995A58;
    font-family: 'fontm';
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow:hidden; 
    margin: auto; 
    margin-bottom: 25px;
}
.t_news{
    height:38px;  
    color:#ffffff;   
    overflow:hidden; 
    position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap; 
    font-size: 12px; 
    z-index: 1;
}
.laba{
    width: 24px;
    height: 24px; 
    margin-top: 5px;
} 
.news_li,.swap{ 
    line-height:38px; 
    display:inline-block; 
    position:absolute; 
    top:0; 
    left:30px; 
}
.news_li{
    width: calc(100% - 40px);
}
.news_li a,.swap a{ 
    display: block;
    color:#995A58;
    width: 100%;
    height: 38px;
    box-sizing: border-box; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}
.swap{
    top:30px;
}
.coverbg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; 
    background: rgba(0, 0, 0, 0.60);
    /* backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5); */
    z-index: 15;
    display: none;
} 
.tips{
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right,rgba(255, 77, 70, 0),rgba(255, 77, 70, 1),rgba(255, 77, 70, 0));
    z-index: 16;
    box-sizing: border-box;
    padding: 14px 0;
    border: 1px solid ;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0),rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)) 1;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    /*display: none; */
} 
/* 头部 */
.header{
   width: 100%;
   height: auto;
   background: #FF4D46;
   box-sizing: border-box;
   padding: 12px 18px;
   color: #ffffff;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 10;
}
.hometitle{ 
   flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    z-index: 10;
}
.shareicon{
    display: block;
}
.shareicon img{
    width: 24px;
    height: auto; 
}
.logo{
    width: 120px;
    height: auto;
    display: block;
    margin: auto;
}
.hometitle h3{
    text-align: center;
    margin: 0;
}
.backpage{
    width: 24px;
    height: 24px; 
    margin-top: 5px;
}
.shareicon{ 
    width: 24px;
    height: 24px; 
} 
.header .logo{
    width: 36px;
    height: auto;
    margin-right: 5px;
}
/*  */
.nothing img{
    width: 45%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 40px;
  }
  .nothing p{
     text-align: center;
     color: #7A6F6E; 
     font-size: 15px;
  }
  .usuallyfooter{
    width: 100%;
    /*height: 70px;*/
    height: 65px;
    background: #ffffff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    box-shadow:  1px -5px 16px 2px rgba(239, 235, 223,.6);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .usuallyfooter a{
    width: 20%;
    height: auto;
    display: block;
  }
  .usuallyfooter a img{
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
  }