body{background: #fff;margin:0px;padding: 0px;color:#333333;font-size:15px;}
p{margin:0px;padding:0px;}
a{color:#5297E1;text-decoration: none;}
.menuItem{background:#fff;border-radius:5px;float:left;margin:5px;width:30%;height:100px;text-align: center;}
.icon{width:32px;height:32px;margin-top:20px;}
.img{width:48px;height:48px;border-radius:48px}
.bigTitle{color:#999;margin:20px;}
.shenglvehao {
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .t-row{height:auto;}
  .channeTitle{color:#999999;text-align:center;margin-top:20px;margin-bottom:20px;width:100%;height:auto;overflow: hidden;}
  .box{width:100%;height:auto;overflow: hidden;}
  .UI_BUTTON{background: #333333;color: #FFF;width: 100%;height:45px;border:0px;padding:5px;font-size: 14px;border-radius:5px;margin-top:5px;margin-bottom:5px;}
  .emlist{float:left;width:32px;height:32px;text-align:center;background:#ffffff;margin:5px}

  textarea{
    border: none;
    resize: none;
    /* 去除选中后的边框 */
    outline:none;
    padding:10px;
    min-height: 150px;
    width:100%;
  }

  .bottom{z-index: 999;
    width: 90%;
    height:30px;
    padding:10px;
    margin : auto ;
    position: fixed;
    bottom : 10px ; left : 0 ; right : 0 ;    
    border-radius: 2px;        
    color: #666;
    font-size: 12px;
}
.UIBox{border-radius:10px;width:95%;height:auto;zoom:1;overflow: hidden;background: #fff;margin:0 auto;margin-top: 10px;margin-bottom: 10px;border:1px solid #e8e8e8}
.UIBorderBottom{background:#fff;border-bottom:1px solid #e8e8e8;width:100%;height:auto;overflow: hidden;padding:10px;}