@charset "utf-8";


/* 小能弹框 */
.xiaoneng-df{
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
  width: 677px;
  height: 428px;
  /*background: url("https://www.mttart.com/images/xiaoneng-tanbg.png") center no-repeat;*/
  background-size: 100% 100%;
}
.xiaoneng-df a#xiaoneng-closed{
  font-size:25px;
  color:#fff;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 16px;
  top:2em;
  cursor: pointer;
}
.xiaoneng-df a.xiaoneng-tel{
  display: block;
  width: 185px;
  height: 42px;
  position: absolute;
  right: 155px;
  cursor: pointer;
  bottom:4.3em;
}