body{
    margin: 0;
    background-image: url(/assets/img/background.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-attachment:fixed;
    font-size: 14px;
}
a,a:link,a:active,a:visited,a:focus{
    color: #000;
    line-height:1.7;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
    border: none;
    border-radius: 8px;
}
#subpost{
    z-index: 9999;
	height: 48px;
	width: 48px;
	background-image: url('/assets/img/subpost.png');
	position:fixed;
	bottom: 15%;
	right: 5%;
}
.listtitle{
    width:100%;
    margin:0 auto;
    margin-top: 10px;
    font-weight:bold;
    text-align:left;
    font-size:18px;
}
.singlelink{
    width:93.5%;
    margin:0 auto;
	margin-bottom:10px;
	border-radius:8px;
    background: rgba(250,248,255,0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	padding:10px;
	border: solid 3px transparent;
    transition: transform 0.2s;
}
.singlelink:hover{
    transform: scale(0.98);
    background: rgba(244,240,255,0.9);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	border: solid 3px #fff;
}
.vxqr{
    z-index: 99999;
    margin: 0;
    margin-top:-80px;
	position: fixed;
    width: 100%;
    height: 100%;
	display: none;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.vxqrImg{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    border-radius: 8px;
}
.head{
    z-index: 9998;
    display: flex;
	justify-content: space-between;
	height: 60px;
	width: 100%;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	position: fixed;
	top: 0;
	text-align: center;
}
.head .link{
    margin-right:15px;
    font-size:20px;
}
.head a,.head a:link,.head a:active,.head a:visited,.head a:focus{
    color:#a0c;
    padding: 5px;
    border-radius: 6px;
    line-height: 1;
    text-decoration: none;
}
.head a:hover{
    background: rgba(209,190,224,0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.title{
    text-align: center;
    padding: 5px 10px;
    color: #a0c;
    font-size: 32px;
    font-weight: bold;
    float:left;
}
.title a{
    color:#a0c;
    text-decoration: none;
}