.bg-cover {
    background-image: url('https://static01.imgkr.com/temp/e03d58c0e6b34065bee80c981947ae0f.jpg') !important
}

.poem-wrap {
    position: relative;
    width: 730px;
    max-width: 80%;
    border: 2px solid #797979;
    border-top: 0;
    text-align: center;
    margin: 80px auto
}

.poem-left {
    left: 0
}

.poem-border {
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #797979
}

.poem-right {
    right: 0
}

.poem-wrap h1 {
    position: relative;
    margin-top: -20px;
    display: inline-block;
    letter-spacing: 4px;
    color: #797979
}

.poem-wrap p:nth-of-type(1) {
    font-size: 25px;
    text-align: center;
    margin: 0 auto
}

.poem-wrap p {
    width: 70%;
    margin: auto;
    line-height: 30px;
    color: #797979;
    font-family: "Linux Biolinum", "Noto Serif SC", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif
}

.poem-wrap p:nth-of-type(2) {
    font-size: 18px;
    margin: 15px auto
}

.bozhushuo {
    text-align: center;
    font-size: 19px !important;
    margin: 0 0 12px !important;
    line-height: 1.9rem;
    font-family: "Linux Biolinum", "Noto Serif SC", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif
}

.notice {
    margin: 30px auto;
    padding: 20px;
    border: 1px dashed #e6e6e6;
    color: #969696;
    position: relative;
    display: inline-block;
    width: 95%;
    background: #fbfbfb50;
    border-radius: 10px;
    font-size: 16px
}

.notice-content {
    display: initial;
    vertical-align: middle
}

@media only screen and (max-width: 800px) {
    .swbk {
        padding: 26px 2px !important;
        margin: 14px 0 !important
    }
}

.swbk {
    position: relative;
    padding: 26px 20px;
    font-style: italic;
    margin: 10px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 38px rgba(0, 0, 0, .08), 0 3px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .08), 0 3px 8px rgba(0, 0, 0, .06);
    -webkit-transition: all .3s ease 0s, -webkit-transform .6s cubic-bezier(.6, .2, .1, 1) 0s;
    transition: all .3s ease 0s, -webkit-transform .6s cubic-bezier(.6, .2, .1, 1) 0s;
    transition: all .3s ease 0s, transform .6s cubic-bezier(.6, .2, .1, 1) 0s;
    transition: all .3s ease 0s, transform .6s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform .6s cubic-bezier(.6, .2, .1, 1) 0s
}

.swbk:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 14px 38px rgba(0, 0, 0, .14), 0 3px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .14), 0 3px 8px rgba(0, 0, 0, .12)
}

.ziwojieshao .swbk:after, .ziwojieshao .swbk:before {
    display: none
}

body.dark .swbk:after, body.dark .swbk:before {
    color: #d2c9c9
}

.swbk p {
    font-size: 19px !important;
    line-height: 2rem;
    text-indent: 2rem;
    font-style: italic
}

.swbk .label {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 0 14px 0 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 0 3px 3px 0;
    background-color: currentColor
}

.swbk .label span {
    color: #fff;
    font-size: 20px
}

.swbk .label:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent;
    border-right-color: currentColor;
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

@media screen and (min-width: 768px) {
    .swbk .label {
        left: -37px
    }
}

@media screen and (max-width: 767px) {
    .swbk .label {
        left: -18px
    }

    .swbk p {
        line-height: 2.02rem;
        padding: 2px 10px
    }
}

::-webkit-scrollbar {
    display: none
}

.fancybox {
    pointer-events: none
}

#page-header {
    background: 0 0 !important
}

@media screen and (max-width: 530px) {
    #computer {
        display: none !important
    }
}

@media screen and (min-width: 530px) {
    #mobile {
        display: none !important
    }
}

#article-container img {
    margin: 0 auto 0
}

#form-wrap {
    overflow: hidden;
    height: 447px;
    position: relative;
    top: 0;
    transition: all 1s ease-in-out .3s;
    z-index: 0
}

#form-wrap:hover {
    height: 1050px;
    top: -200px
}

#beforeimg {
    position: absolute;
    bottom: 126px;
    left: 0;
    background-repeat: no-repeat;
    width: 530px;
    height: 317px;
    z-index: -100;
    pointer-events: none
}

#afterimg {
    position: absolute;
    bottom: -2px;
    left: 0;
    background-repeat: no-repeat;
    width: 530px;
    height: 259px;
    z-index: 100;
    pointer-events: none
}

#envelope {
    position: relative;
    overflow: visible;
    width: 500px;
    margin: 0 auto;
    transition: all 1s ease-in-out .3s;
    padding-top: 200px
}

#maincontent {
    width: 530px;
    margin: 20px auto 0
}

.headerimg {
    width: 100%;
    overflow: hidden;
    pointer-events: none
}

.formmain {
    background: #fff;
    width: 95%;
    max-width: 800px;
    margin: auto auto;
    border-radius: 5px;
    border: 1px solid;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18)
}

.title3 {
    text-decoration: none;
    color: #f6d6af
}

.comments {
    border-bottom: #ddd 1px solid;
    border-left: #ddd 1px solid;
    padding-bottom: 20px;
    background-color: #eee;
    margin: 15px 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    padding-top: 20px;
    font-family: Arial, "Microsoft YaHei", "黑体", "宋体", sans-serif
}

.bottomcontent {
    text-align: center;
    margin-top: 40px
}

.bottomimg {
    width: 100%;
    margin: 5px auto 5px auto;
    display: block;
    pointer-events: none
}

.bottomhr {
    font-size: 12px;
    text-align: center;
    color: #999
}

[data-theme=dark] .formmain {
    background: #323232
}

[data-theme=dark] .comments {
    background: rgba(90, 90, 90, .8)
}


code {
    user-select: text
}