@charset "UTF-8";
/**
 *
 * @authors baronxiong
 * @date    2017-05-25 15:32:59
 * @version 内容为空提示
 */
.box-center-flex{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
}
.tui-404-wp {
  height:100%;
  width:100%;
}


.tui-nodata{padding:60px;border-radius: 4px;margin:0 auto;text-align: center;background:#FFFFFF;}
.tui-nodata:before,
.tui-nodata-inner{display: inline-block;vertical-align: middle; width:400px; margin:0 auto;}
.tui-nodata:before{content: "";width: 0;height: 100%;}
.tui-nodata-figure{display:block;width:92px;height:38px;margin:0 auto;margin-bottom:20px;position: relative;margin-top:10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAmBAMAAAC7eOHMAAAAHlBMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPa2tpoYPIPAAAACXRSTlMALiEoBhkUCw6gn0xjAAABMUlEQVQ4y5WUPW/CMBCGozZ8jH0TQB1tFXVu2tLZVYvUsR9DV6rCDuIPwAK/gX8Ldhxj4C4c7xLn9Oh8vnvthFIDQJaIdQUgl+PX2MmI8VeLL8T4n8U/xfiXxZUYLyx+c45qVwtYdfxPyuG6X35bDu9VlSm22yO3aDq8W0bn3MA0kBmb/Mfh+W81YEUm9xUMC3gNTNIuOD9ohzwPsVf3XYPpaQpCT3C6JWfDSpG+IsW5rcXSPdYpfC3yagxtGbYWbqykHhj8TVCLDJe3JtxC3gb369X+IB0ab8Ard7b/D0ZL6vveLzer8uc0PkOpLFwAr2ntSVWYQ81Z00nh9zbHjX05Sf/xTcy8GWKD8QF958NHz1EUfYwrYuyq4ywMPoqeVgEePdRLAT6NJnGKby7ShfgW1lZ1HRIxnvoAAAAASUVORK5CYII=) 0 0 no-repeat;
  }
.tui-nodata h6{font-size: 18px; color: #333;}
.tui-nodata p {
  color: #858585;
  font-size: 14px;
  margin-top: 4px;
  text-align: center;
}

/*404*/

.tui-404{border-radius: 4px;font-size: 0;
  white-space: nowrap;word-wrap:normal;text-align: center; width:500px;margin:0 auto;margin-top:50px;margin-bottom:50px;}
.tui-404-cont {
  text-align: center;
  margin-top: 20px;
}
.tui-404-figure{display:block;width:156px;height:156px;margin:0 auto;margin-bottom:20px;overflow: hidden;position: relative;border-radius: 50%;overflow: hidden;
  background: url(../../images/tui/404.gif) no-repeat center;

}


.tui-404 h6 {
  font-size: 18px;
  color:#333;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.tui-404 p {
  color:#858585;
  font-size: 14px;
  margin-top: 4px;
}
.tui-404 .btn{font-weight: bold;margin-top:20px;}


/*building*/

.tui-building{border-radius: 4px;font-size: 0;
  white-space: nowrap;word-wrap:normal;text-align: center; width:240px;margin:0 auto;margin-top:50px;margin-bottom:50px;}
.tui-building-cont {
  text-align: center;
  margin-top: 20px;
}
.tui-building-figure{display:block;width:186px;height:186px;margin:0 auto;margin-bottom:20px;overflow: hidden;position: relative;border-radius: 50%;
  background: url(../../images/tui/building.gif) center no-repeat;

}


.tui-building h6 {
  font-size: 18px;
  color:#333;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.tui-building p {
  color:#858585;
  font-size: 14px;
  margin-top: 4px;
}
.tui-building .btn{font-weight: bold;margin-top:20px;}



