@charset "UTF-8";
.shadow {
  box-shadow: rgba(12, 6, 14, 0.2) 0px 0px 7px; }

/*清除浮动 */
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  content: ".";
  *zoom: 1; }

.clear {
  clear: both; }

/*定位*/
.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

/*****************提示框 start*****************/
.popMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#33FFFFFF", endColorstr="#33FFFFFF");
  background-color: rgba(0, 0, 0, 0.3); }

:root .popMask {
  filter: none; }

/* IE9 HACK 避免在IE9下背景色叠加 */
.popAlert {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  text-align: center;
  border: 1px solid #dadada;
  background: #fff;
  width: 380px;
  height: 230px;
  margin-left: -191px; }
  .popAlert .close {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    right: 10px; }
    .popAlert .close:hover {
      background: url(../images/close2.png) no-repeat; }
  .popAlert .icon-bg {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 160px; }
    .popAlert .icon-bg.ok {
      background: url(../images/success.png) no-repeat; }
    .popAlert .icon-bg.error {
      background: url(../images/fail.png) no-repeat; }
    .popAlert .icon-bg.busy {
      width: 120px;
      background: url(../images/busy.png) no-repeat;
      left: 130px; }
  .popAlert span {
    display: inline-block;
    height: 20px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    top: 140px;
    left: 0px; }

/*****************提示框 end*****************/
.toastrTip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); }
  .toastrTip span {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -50px;
    width: 225px;
    padding: 20px 25px;
    border: 1px solid #dadadb;
    text-align: center;
    line-height: 20px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    text-align: center; }
    .toastrTip span i {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-right: 10px;
      background: url(//s0.ifengimg.com/2018/08/24/success_5324ad51.png) center no-repeat; }

/*# sourceMappingURL=common.css.map */
