/***************Pop Up**************/
.overlay{
    position:fixed;
     width:100%;
     height:100%;
     /* background:#000;*/
      left:0px;
       display:none;
             z-index:999999;
      left:0px;
      margin-left:0px;
       top:0px;
       margin-top:0px;
       opacity:0.7;
     
}
.Popup{
    position:fixed;
     width:300px;
     height:120px;
     background:#FFF;
     left:0;
     margin-left:20px;
      bottom:0;
     margin-bottom:20px;
     z-index:10000;
      display:none;
      border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
      box-shadow:0 0 15px #585858; -moz-box-shadow:0 0 15px #585858; -webkit-box-shadow:0 0 15px #585858;
      border:1px solid #747b80;
	  overflow:hidden;
}
.close{
    position:absolute;
     font-size:18px;
      color:#FFF;
       right:0px;
       margin-right:5px;
        top:5px;
        margin-top:0px;
         cursor:pointer;
		 background:url(../images/closeico.png) no-repeat center center;
		 height:17px;
		 width:19px;
}

.mupoupnames{  line-height:18px; text-transform:capitalize;}
.mupoupnames p{ padding-bottom:10px;}
.mupoupnames  span{ display:block; text-align:right; color:#999;}
.pop-inner{
     display:block;
     background:#fff;
     padding:15px 20px 15px 10px;
}
.pop-inner:after{
    content: "";
    clear: both;
    display: block;
     font-weight:normal;
}
.mupoup-musheji_box{ float:left; width:90px;}
.mupoupnames{ float:right; width: calc(100% - 100px);}
.mupoup-musheji_box img{
	width:100%;
	height:auto;
}
.pop-inner article{
     display:block;
     padding-left:90px;
      font-size:18px;
      line-height:25px;
       font-weight:bold;
       padding-top:15px;
}
/***********************/