body{
	background: #FFFFFF;
}
html,body{
	height: 100%;
}
.public-img{
	text-align: center;
}
.no-desc{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #222222;
	letter-spacing: 0;
	text-align: center;
	margin-top: 1.8%;
}
.div-hide{
	display: none;
}
.div-dark{
	background: rgba(0,0,0,0.80);
}
.share_back{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
	margin: 0;
	display: block;
}
#submit-btn{
	background-image: linear-gradient(135deg, #CCA67C 0%, #B38959 100%);
	border-radius: 7px;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}