
#showimage{
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.8);
   z-index: 9999;
}

#showimage1{
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.8);
   z-index: 999;
}

.pop_inner{
   width:70%;
   height: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 6px;
   box-sizing: border-box;
   display: inline-block;
}

.pop_inner2{
   width:43%;
   height: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid #ccc;
   padding: 6px;
   box-sizing: border-box;
   background-color: #fff;
   display: inline-block;
}

.img_pop{
    width: 100%;
    display: inline-block !important;
}

.img_box{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
    margin: 0 15px;
}

.img_box img{
    width: 100%;
}

.check_pop{
  background-color: transparent !important;
  width: 96.5%;
  font-size: 14px;
  padding: 6px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.check_pop input{
 margin-right: 5px;
}

.check_pop label{
 cursor: pointer;
 color: #fff;
}

a.btn_close{
  cursor: pointer;
  color: #fff;
}
