.horizontal-banner .img-card {
    width: 100%;
    height: 6.875rem;
    object-fit: fill;
}

.blog-description-banner {
    width: 100%;
    height: 19.875rem;
    margin: 0 0 1.25rem;
}

.blog-description-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media (max-width: 768px) {
    .horizontal-banner .img-card {
        height: 2.8125rem;
    }

    .blog-description-banner {
        height: 6.8125rem;
        margin: 0;
    }
}

@media(max-width: 767px) {
    body.card #index,
    body.card #archive {
        padding: 4rem 3rem 3.5rem;
    }

    body.card .container {
        max-width: 710px;
    }

    body.card #index article,
    body.card #archive article {
        padding: .9375rem 0 1.25rem;
    }

    body.card #index article .post-card-mask,
    body.card #archive article .post-card-mask {
        background-color: rgba(0, 0, 0, .3);
        height: 12.5rem;
    }

    body.card #index article .post-card-container,
    body.card #archive article .post-card-container {
        padding: 1rem 1rem;
    }

    .page-navigator {
        margin-top: 2rem;
    }

    body.card #index article .post-card-ads,
    body.card #archive article .post-card-ads {
        background-color: rgba(0, 0, 0, .1);
    }

    body.card #index article .post-card-title,
    body.card #archive article .post-card-title {
        font-size: 1.1625rem;
    }
}

@media (max-width: 390px) {
    .page-jump input {
        max-width: 3rem;
    }
}

@media(max-width: 336px) {
    body.card #index article .post-card-mask,
    body.card #archive article .post-card-mask {
        height: 10.5rem;
    }

    a.btn,
    .btn>a {
        padding: .4375rem 2.25rem;
    }

    .page-navigator {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1301px) {
    body.card .container {
        max-width: 720px;
    }
}

@media screen and (min-width: 1302px) and (max-width: 1599px) {
    body.card .container {
        max-width: 864px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
    body.card .container {
        max-width: 896px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 1999px) {
    body.card .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2399px) {
    body.card .container {
        max-width: 992px;
    }
}

@media screen and (min-width: 2400px) {
    body.card .container {
        max-width: 1024px;
    }
}

#qr-box {
    background-color: transparent;
}

.post-buttons,
#qr-box {
    display: none;
}

#body-bottom {
    margin-top: 0;
}

.inner {
    background-color: rgba(0, 0, 0, 0.25);
}

#masthead {
    min-height: 12.5rem;
}

.addbox {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.56) 0 -3px 18px 4px;
    display: none;
}

.addbox>div {
    background: #2c2a2a;
    padding: .6rem 2rem .6rem .6rem;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.addbox>div .logo {
    width: 2.74rem;
    margin-left: .4rem;
    border-radius: 7px;
}

.addbox>div .showSwipe {
    height: 1.5rem;
    width: 4rem;
}

.addbox>div .closeX {
    position: absolute;
    top: .5rem;
    right: .9rem;
    font-size: .7rem;
}

.closebox .closeDilog .closeG {
    width: 1rem;
    height: 1rem;
    position: relative;
}

.addbox>div .closeX:before,
.addbox>div .closeX:after {
    position: absolute;
    top: 1px;
    right: 1px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: white;
}

.closebox .closeDilog .closeG:before,
.closebox .closeDilog .closeG:after {
    position: absolute;
    top: 0;
    content: ' ';
    height: 17px;
    width: 1px;
    background-color: white;
}

.addbox>div .closeX:before,
.closebox .closeDilog .closeG:before {
    transform: rotate(45deg);
}

.addbox>div .closeX:after,
.closebox .closeDilog .closeG:after {
    transform: rotate(-45deg);
}

.van-overlay {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    align-items: center;
    justify-content: center;
}

.bg-layout {
    position: relative;
    width: 90%;
    height: 60%;
    display: block;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.box {
    width: 100%;
    height: 48vh;
    border-radius: 1.2rem;
    background-color: rgb(43, 42, 42);
}

.box2 {
    margin-left: 10%;
    width: 80%;
    height: 100%;
}

.box2 img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.closebox {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.closeDilog {
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    background-color: rgba(43, 42, 42, 1);
    border-radius: 1.2rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
    position: initial !important;
    padding: 5px 0;
}

.swiper-pagination-bullet {
    display: block !important;
    box-sizing: border-box;
}

.swiper-pagination-bullet-active {
    background-color: rgb(255, 35, 116) !important;
    background: rgb(255, 35, 116);
}

.swiper-slide p {
    text-align: center;
    margin: 10px 0;
}

.swiper-slide span {
    display: block;
    font-size: 12px;
    color: grey;
    text-align: center;
}
