body{
	background-color: #DCD9D4; background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%); background-blend-mode: soft-light,screen;}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}
a:active  {text-decoration: none;}
img {
    max-width: 100%;
}
#footer, #footer p:first-child i, #page-nav, #page-nav li, #response p, .comment-new, .link-name {
    text-align: center;
}

#nav-page a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#nva-page > nav > ul > li > a{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3e1440;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

li.nav-item > a:hover {
	color:#080303;
	background-color:#91130f; 
	text-decoration: none;}	/* 鼠标指针移动到链接上 */
.jumbotron{
	background: rgba(0, 0, 0, 1);
	background-image: url(https://s2.ax1x.com/2019/05/04/Edu4W8.png);
	object-fit: contain;
	background-size:100% 100%;
	background-origin:padding-box;
}
.fixed-bottom{
	right: 20px;
	left: unset;
}
.site-h{
    color: #91130f;
    text-shadow:0px 0px 3px #A8A8A8;
}
ol{
    margin: 0;
    padding: 0;
}
.error{
    background: rgba(0, 0, 0, 1);
    background-image: url(https://s2.ax1x.com/2019/05/03/ENvQ4f.jpg)
    object-fit: contain;
    background-size:100% 100%;
    background-origin:content-box;
}