h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3{
    text-align: center;
    color:#8BAA4A;
}
.blue{
    color:  #87CEEB;
}
.red{
    color: red;
}
body{
    background-image:url("https://remakenode.oss-cn-shenzhen.aliyuncs.com/img/hand-3190204_1920.jpg?x-oss-process=style/low");
}
.left-sidebar{
    background:rgba(0,0,0,0.5);
    color:#eeef;
    padding:20px ;
    margin-bottom: 10px;
}
.top-sidebar ul{
    background:rgba(0,0,0,0.5);
    color:#eeef;
    padding:10px 20px;
}
.top-sidebar li{
    list-style-type:none;
    padding:10px 20px;
}
.top-sidebar{
    padding: 0px;
}
.mid-sidebar{
    background:rgba(0,0,0,0.5);
    color:#eeef;
}
.mid-sidebar ul{
    margin-bottom: 0px;


}
.mid-sidebar ol{
    list-style-type:none;
    padding:10px 20px;
}
.mid-sidebar li{
    list-style-type:none;
    padding:10px 20px;
    line-height: 20px;
    height:40px;
}
#scrollUpBox{
    height:120px;
    overflow: hidden;
}
.glass{
    background:rgba(0,0,0,0.5);
    color:#eeef;
}
.right-sidebar{
    margin-top: 70px;
}
.right-sidebar ul{
    padding-right: 40px;
}
.right-sidebar li{
    background:#fff;
    color:black;
    text-align: center;
    list-style-type:none;
    padding:20px 0px;
    margin-top: 40px;
}
.fabox{
    position: relative;
    border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
    transition: all 0.2s ease;
}
.fabox ul{
    padding: 0px;
}
.fabox li{
    padding:0px;

    margin-top: 10px;
}
.fabox img{
    position: absolute;
    top:-30px;
    left: 55px;
    float: left;
}
a:hover {
    text-decoration: none;
}
.fabox:hover{
    top: -5px;
}
.togerbtn{
    border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
    height: 60px;
    width: 60px;
    margin-left: 25%;
    transition: all 2s ease;
}
.togerbtn:hover{
    background-color:black;
    color: #fff;
    transform:rotate(360deg);
}
.toblack{
    background-image:url("https://remakenode.oss-cn-shenzhen.aliyuncs.com/img/black2.png?x-oss-process=style/low");
}
.towhite{
    background-image:url("https://remakenode.oss-cn-shenzhen.aliyuncs.com/img/hand-3190204_1920.jpg?x-oss-process=style/low");
}
.hiddenbtn{
    display: none;
}