body.fixedindex {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.pop_auto {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999 !important;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.pop_auto.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
 width: 80%; width: 860px; padding: 30px;
  background-color: #fff;
  z-index: 2;
border:1px solid #eee;
font-size:0.75em;
line-height:1.4em;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 680px) {
.popup-inner {
max-width:85%;
width:85%;
padding: 20px;
left:7%;
top:10%;
transform: translate(0,0);
height:80%;
overflow-y:scroll;
}
.popup-inner span { font-size:1.3em; line-height:1.3em}
}


button.popup{
        background-color: transparent !important;
        border: none !important;
        cursor: pointer !important;
        outline: none !important;
        padding: 0 !important;
        appearance: none !important;
}