body{
    /*background: url("http://49.232.139.63/bg.svg") center/cover;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.header p{
    height: 35px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #2c3e50;
    font-weight: 600;
    font-size: 22.8px;
    line-height: 35px;
}
form{
    text-align: center;
}
form img{
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
#description{
    /*margin-top: 77px;*/
    font-size: 1.6rem;
    line-height: 1.3;
    color: #6a8bad;
    font-family: FZLanTingYuanS-DB1-GB,"Roman-55", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Serif SC", "PingFang SC", "Microsoft Yahei UI", "Microsoft Yahei", sans-serif;
}
h1{
    font-size: 30px !important;
}

h1:before {
    content: "「";
    left: 0;
}

h1:after {
    content: "」";
    right: 0;
}

h1:before, h1:after {
    /*position: absolute;*/
    color: #a04d16;
    font-size: 42px;
    line-height: 40px;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.hint{
    margin: 0 auto -10px;
    width: 397px;
}
.hint img{
    height: 21px;
    border: none;
    padding: 0;
    outline-style: none;
    float: left;
    margin: 0 auto;
}
.pure-table{
    margin: 0 auto;
}
#comment{
    max-width: 820px;
    margin: 10px auto;
}
#libstate{
    color: red;
}
#footer{
    border-top: 1px solid #eaecef;
    text-align: center;
    color: #72a1b8;
    /*max-width: 820px;*/
    font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
    /*line-height: 30px;*/
    font-size: 13.5px;
    position: absolute;
    min-height: 100px;
    margin: 8vh 0 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    line-height: 1.5;
}
.my-face {
    animation: my-face 5s infinite ease-in-out;
    display: inline-block;
    margin: 0 5px;
}
footer footer-background {
    bottom:-0.75rem;
    left: 0;
    height: 18rem;
    position: absolute;
    width: 100%;
    z-index: -1;
    transform: translate3d(0,0,0);
}
footer footer-background .clouds {
    background-repeat: repeat-x !important;
    background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/clouds.webp) repeat-x;
    background-repeat: repeat-x;
    background-size: auto;
    background-size: 225em 15em;
    position: absolute;
    top: -2em;
    right: 0;
    bottom: 0;
    left: 0;
}
footer footer-background .background {
    background-repeat: repeat-x !important;
    background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/background.webp) repeat-x;
    background-repeat: repeat-x;
    background-size: auto;
    background-size: 225em 21.313em;
    position: absolute;
    top: -1em;
    right: 0;
    bottom: 44px;
    left: 0;
}
footer footer-background .foreground {
    background-repeat: repeat-x !important;
    background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/foreground.webp) repeat-x;
    background-repeat: repeat-x;
    background-size: auto;
    background-size: 225em 15em;
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 44px;
    left: 0;
}

.swal2-image{
    border-radius: 19px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}

/*
*  preloading
**/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}
#preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    animation: spin 2s linear infinite;
}
#preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite;
}
#preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(1turn);
}
}
.vpower {
    display: none;
}
.cc-19cg{
    opacity: 0;
}