/*营业执照弹出*/
@font-face {
    font-family: Muiicons;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/mui.ttf) format('truetype')
}
.popbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 120;
  padding: 40% 10%;
}
.popbox .popcontant {
  position: relative;
  padding: 4%;
  background: #fff;
  text-align: center;
}
.popbox .popcontant .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.8rem;
  color: #000;
  z-index: 2;
  font-family: Muiicons;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.popbox img{
	width:100%;
	height:auto;
}