.colose {
	position: relative;
	top: 12%;
	left: 85%;
	z-index: 10001;
}

.colose button {
	background: none;
	border: none;
	cursor: pointer;
}

.colose button i {
	background: none;
	border: none;
	font-size: 21px;
	color: #fff;
}
.wrap6{
	background-color: rgba(0, 0, 0, 0.34);
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index: 10000;
	overflow-y: scroll;
	/* display: block; */
}
.wrap6Pophide{
	background-color: rgba(0, 0, 0, 0.34);
	position: fixed;
	width: 99%;
	height: 100%;
	top:0px;
	left:0px;
	z-index: 9999;
}
.wrap6:before{
	content: '';
	position: fixed;
	width: 97.5vw;
	height: 100vh;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background-color: rgba(0, 0, 0, 0.34);
	/* background-color: rgba(255, 255, 255, 0.5);  */
	/* -webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px); */
}
.img-popup-wrap{
	border-radius: 4px;
	background: #fff;
	max-width: 800px;
	/* max-height: 100%; */
	position: relative;
	/* top: 5%; */
	margin: 20px auto;
	padding: 0px;
	z-index: 10001;
	
}
.wrap5 {
    background-color: rgba(0, 0, 0, 0.34);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    overflow-y: scroll;
    display: block;
}

.post-popup-body-wrap {
    max-width: 550px;
    height: auto;
    margin: 0px auto;
    top: 5%;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
    overflow: hidden;
}

.img-popup-body{
	border-radius: 4px;
	overflow: hidden;	
}
.img-popup-body img{
	width: 100%;
	height: 100%;
}
.img-popup-footer{
	padding-bottom: 5px;
}
.img-popup-tweet-wrap{
	overflow: hidden;
}
.img-popup-tweet-menu-inner {
	width: 85%;
	overflow: hidden;
}