* {
    padding: 0;
    margin: 0;
}

body{
    background-image: url("https://cdn.luogu.com.cn/upload/image_hosting/9eol4317.png");
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    /*opacity:1;*/
}/*
.container {
    text-align: center;
    background: black no-repeat;
}*/
.demo {
    text-align: start;
    position: fiexd;
    background-color: white;
    opacity: 0.8;
}

.demo p {
    text-align: start;
    color: black;
}
.demo2 {
    text-align: center;
    position: fiexd;
    background-color: white;
    height: 100%;
    opacity: 0.8;
}

.demo2 p {
    text-align: center;
    color: black;
}
.wenzi{
    color: black;
    /*background: white;*/
}

a {
    text-decoration-line: none;
    color: black;
}

aside {
    height: 100%;
    width: 300px;
    position: relative;
    left: 0;
    top: 0;
    background: #243747;
    transition: width .5s;
}

aside .first {
    height: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 35px;
}

aside .first .logo {
    color: #243747;
    font-size: 30px;
    background: lightcyan;
    border-radius: 20px;
    transition: color 2s;
}

aside .first .logo:hover {
    color: crimson;
}

aside ul li {
    width: 100%;
    list-style-type: none;
    padding-top: 5px;
}

aside ul li a {
    display: block;
    padding-left: 20px;
    text-align: left;
    color: #fff;
    transition: color 2s;
}

aside .listtext {
    font-size: 30px;
    display: inline-block;
}

aside ul li a:hover {
    color: #000;
    background: lightblue;
}

.icon-package {
    width: 30px;
    height: 30px;
}

.btn {
    border-radius: 5px;
    border: 0;
    background: #243747;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -12px;
    height: 44px;
    cursor: pointer;
}


/*mini*/

.minibody .listtext {
    display: none;
}

.minibody aside {
    width: 40px;
    text-align: start;
}

.minibody aside ul li a {
    padding-left: 0;
}

.minibody aside .first .logo {
    font-size: 12px;
}

#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    /*background-color:black;*/
    height:100%;/*750%*/
    width:100px;
    float:left;
    padding:5px; 
}
#section {
    width:900px;
    float:right;
    padding:10px; 
    color:black;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}
/*分割线*/
/*用户可自设背景*/
body{
    /*此处设置*/
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*xxbox 面板*/
.xxbox{
	 border: none;
    box-shadow: 0 3px 5px rgba(50, 50, 93, .1), 0 2px 3px rgba(0, 0, 0, .08);
    transition: all .45s;
    background: rgba(252, 252, 252, .2) !important;
    backdrop-filter: blur(3px);
}
.xxbox:hover {
    border: none;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
     -webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
    
}
/*img*/
img{
    transition: all .25s;
    border-radius:20px;
    opacity:.8;
    box-shadow: 0 1px 2px rgba(50, 50, 93, .1), 0 1px 2px rgba(0, 0, 0, .08);
}
img:hover{
    border-radius:30px;
    opacity:1;
     -webkit-backdrop-filter: blur(7px);
	  backdrop-filter: blur(7px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
/*超链接*/
a{
    transition: all .25s;
}
a:hover {
    border-radius:10px;
    background-color:rgba(252, 252, 252, .2);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
table tbody th {
    border-radius:10px;
    border:1px solid #9d9d9d;
    background: rgba(252, 252, 252, .2) !important;
    transition: all .25s;
}
table tbody th:hover{
    border-radius:20px;
    background: rgba(252, 252, 252, .2) !important;
    transition: all .25s;
    backdrop-filter: blur(3px);
}
