html,body{
      padding:0;
      margin:0;
      width: 100%;
      height: 100%;
    }
    .faceBox{
      width: 98%;
      margin:9px auto;
      height: 32px;
      border: 1px solid #ccd0db;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #e5e5e5;
      position: relative;
    }
    .ImgFace{
        position: absolute;
	    width: 20px;
	    height:20px;
	    margin: 6px;
    }
    .faceBox span{
      font-size: 28px;
      float: right;
      margin-right: 10px;
      color:#ccc;
    }
    .faceMoudle{
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 9999999999;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0,0,0,.6);
      display:none;
    }
    .pop_FaceBox{
      position: fixed;
      z-index: 1001;
      width: 90%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      background-color: #fff;
      text-align: center;
      overflow: hidden;
      padding: 48px 0;
    }
    .face-modal-dialog-hd {
      font-size: 16px;
      height: 48px;
      line-height: 48px;
      color: #999;
      margin-top: -48px;
      position: relative;
      border-bottom: 1px solid #ccc;
  }
  .FaceMain{
     min-height: 100%;
    padding: 10px;
    margin-bottom: 13px;
  }
  .FaceTop{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
  }
  .FaceTop img{
    width: 90px;
    height: 90px;
  }
  .face-tip-title {
      font-size: 16px;
      color: #333;
      text-align: center;
      margin: 0 0 5px;
  }
  .face-tip-cnt {
      font-size: 11px;
      color: #999;
      text-align: center;
      margin: 0 0 20px;
  }
  .FaceLong{
    width: 100%;
    overflow: hidden;
  }
  .FaceLong .FaceLong1{
    float: left;
    width: 22%;
    margin-left: 2.4%;
  }
  .FaceLong .FaceLong1 img{
    width: 100%;
  }
  .FaceLong1 p{
    width: 100%;
    color: #999;
    font-size: 11px;
    margin: 0;
  }
  .FaceBottom{
    position: absolute;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    color:#4078cb;
  }
