.nftinfo-bg{
	width: 100%;
    height: 100%;
    backdrop-filter: brightness(15%) blur(5px);
    position: fixed;
    z-index: 100;
}
.nftinfo-bg a{
	transition: all 0.3s ease-in-out;
}
.nftinfo-bg a:hover{filter: brightness(1.2);}
/**********************************************/
#nftinfo-content{
	width: 70%;
	height: 100%;
	float:left;
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.nftinfo-picture{
}
.nftinfo-picture img{
	max-height: 512px;
	max-width: 512px;
}
.nftinfo-close{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	left: 20px;
	
}
.nftinfo-close img{
	width: 30px;
	height: 30px;
	background-color:#aaa;
	clip-path: polygon(5% 0, 0 5%, 45% 50%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
}
/**********************************************/
#nftinfo-detail{
	width: 30%;
	height: 100%;
	float:right;
	background-color:#fff;
	border-radius: 25px 0 0 25px;


	
}
.nftinfo-title{
	color:#444;
	display: inline-block;
	width: 100%;
}
.nftinfo-title::after{
	height:2px;
	display: block;
	width: 100%;
	content:"";
	background: linear-gradient(89deg, #1f5976, #3b98a8, #64dcda);
    background-size: 800% 800%;
	animation: nftinfo-title-anime 6s ease infinite;
}
@keyframes nftinfo-title-anime {
    0%{background-position:0% 34%}
    50%{background-position:100% 67%}
    100%{background-position:0% 34%}
}
.nftinfo-series{
	font-size: 18px;
	padding: 30px 0 0 40px;
	margin:0;
}
.nftinfo-name{
	font-size: 30px;
	font-weight: bold;
	padding: 0px 0 0 40px;
}
.nftinfo-item-title{
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 6px 40px;
	
}
.nftinfo-item-detail{
	font-size: 18px;
	margin: 0px 0 0px 40px;
	max-width:90%;	
	max-height: 100px;
	overflow-y: hidden;
}
.nftinfo-item-goto{
	width:15px;
	height: 15px;
	top: 2px;
    position: relative;
    left: 2px;
}
.nftinfo-item-arrow{
	width:15px;
	height: 15px;
	display: inline-block;
	clip-path: polygon(5% 45%, 70% 45%, 70% 30%, 100% 50%, 70% 70%, 70% 55%, 5% 55%);
	transform:rotate(-45deg);
	background-color:#333;
	margin: 0px 0px 0 0px;
}
.nftinfo-item-detail-sub{
	color:#888;
	
}
.nftinfo-item-link{
	font-size: 17px;
	color: #3da9b4;
	margin: 0px 0 0px 40px;
}
@media  (max-width: 991px) {/**991px**/
	
	
#nftinfo-content{
	width: 100%;
	height: 30%;
	max-height:512px;
	
}
.nftinfo-picture{
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;

}
.nftinfo-picture img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.nftinfo-close{
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
	
}
.nftinfo-close img{
	width: 20px;
	height: 20px;
}
	
#nftinfo-detail{
	width: 100%;
	height: 70%;
	border-radius: 25px  25px 0 0;
	overflow: auto;
	padding: 0 0 20px 0;
}
	
.nftinfo-title{
}
.nftinfo-title::after{
}	
.nftinfo-series{
	font-size: 16px;
	text-align: center;
	padding:10px 0 0 0;
}
.nftinfo-name{
	font-size: 26px;
	text-align: center;
	padding:0;
	margin: 0px 0 10px 0px;
}
.nftinfo-item-title{
	font-size: 21px;
	margin: 20px 10px 6px 20px;
	
}
.nftinfo-item-detail{
	font-size: 17px;
	margin: 0px 10px 0px 20px;
	max-width:100%;	
	
}	
	

}/**991px**/
