[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@font-face {
    font-family: 'Playfair Display SC';
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Playfair_Display_SC/PlayfairDisplaySC-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'PT Serif';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/PT_Serif/PTSerif-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'PT Serif';
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/PT_Serif/PTSerif-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Roboto/Roboto-Medium.woff2') format('woff2');
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a {
    color: #000000;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

:root {
    --van-overlay-background: rgba(0, 0, 0, 0.3);
}

#app {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    max-width: 450px;
    position: relative;

    display: flex;
    flex-direction: column;
}

img {
    object-fit: cover;
}

/* header start*/
header {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: white;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: Playfair Display SC, sans-serif;
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.78rem;
    text-transform: uppercase;
    letter-spacing: 0.0009375em;
    color: #333333;
}

header > :first-child img {
    width: 1.56rem;
    margin-right: .28rem;
}

header > :last-child img {
    width: 1.44rem;
    margin-left: 1.13rem;
}

/* header end*/

/* menu start*/
.van-popup {
    height: 100%;
    width: calc(100vw - 10rem);
    padding: 1.69rem .63rem;

    font-family: PT Serif, sans-serif;
    font-size: 1rem;
    color: #333333;
}

.van-popup .header {
    font-family: Playfair Display SC, sans-serif;
    font-size: 0.81rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.0009375em;
    color: #333333;

    text-align: center;
    margin-bottom: 1rem;
}

.van-popup .header img {
    width: 1.56rem;
    margin-bottom: .34rem;
}

.van-popup > :not(.header) {
    padding: .7rem 0;
    border-bottom: 0.0625rem solid rgba(216, 216, 216, 0.3);
}

.van-popup .url_blod {
    font-weight: bold;
    font-size: 1.13rem;
}

/* menu end */

main {
    flex: 1;
}

main .swiper {
    overflow: hidden;
}

main .swiper img {
    width: 100%;
    height: 12.5rem;
}

main .swiper .aTitle {
    font-family: Roboto, sans-serif;
    font-size: 1.31rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: normal;
    color: #1D1D1E;
    padding: .94rem .56rem 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main .swiper .aDes {
    font-family: PT Serif, sans-serif;
    font-size: 0.81rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: normal;
    color: #666666;
    padding: .63rem .63rem 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

main .title {
    width: 100%;
    margin-top: 1.88rem;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #43137E;
    padding: 0 .63rem 1.25rem;

    align-items: flex-end;
}

main .title .view {
    font-size: 0.81rem;
    font-weight: normal;
    font-family: PT Serif, sans-serif;
}

main .trending {
    padding: 0 .63rem;
}

main .trending .title {
    padding: 0;
    margin-bottom: .6rem;
}

main .trending a {
    gap: .97rem;
    height: 5.19rem;
    border-bottom: 0.0625rem solid rgba(216, 216, 216, 0.48);
}

main .trending a .num {
    width: 1.13rem;
    height: 1.13rem;

    font-size: .83rem;
    font-weight: 500;
    color: #43137E;
    background: #F4F4F4;

    flex-shrink: 0;
}

main .trending a:nth-child(2) .num {
    color: white;
    background: #E9561B;
}

main .trending a:nth-child(3) .num {
    color: white;
    background: #EC7D25;
}

main .trending a:nth-child(4) .num {
    color: white;
    background: #F0A130;
}

main .trending a img {
    width: 5.06rem;
    height: 3.31rem;
    object-fit: cover;
    flex-shrink: 0;
}

main .trending a .aTitle {
    font-family: PT Serif, sans-serif;
    font-size: 0.88rem;
    line-height: 160%;
    color: #1D1D1E;
}

main .part_one {
    overflow: hidden;
    padding: 0 .63rem;
}

main .part_one a {
    display: block;
}

main .part_one > :not(:last-child) {
    margin-bottom: .94rem;
    padding-bottom: .94rem;
    border-bottom: 0.0625rem solid rgba(216, 216, 216, 0.48);
}

main .part_one .title {
    margin-bottom: 1.25rem;
}

main .part_one img {
    width: 100%;
    height: 11.81rem;
    object-fit: cover;
}

main .part_one .aTitle {
    font-family: Roboto, sans-serif;
    font-size: 1.31rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: normal;
    color: #1D1D1E;
    padding: .94rem 0 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main .part_one .aDes {
    font-family: PT Serif, sans-serif;
    font-size: 0.81rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: normal;
    color: #666666;
    padding: .63rem 0 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

main .part_two {
    padding: 0 .63rem;
}

main .part_two a {
    gap: .44rem;
    height: 6.56rem;
}

main .part_two > :not(:last-child) {
    border-bottom: 0.0625rem solid rgba(216, 216, 216, 0.48);
}

main .part_two img {
    width: 7.19rem;
    height: 4.69rem;
    flex-shrink: 0;
}

main .part_two .aTitle {
    font-family: Roboto, sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
    color: #1D1D1E;
}

main .part_two .aDes {
    margin-top: .3rem;
    font-family: PT Serif, sans-serif;
    font-size: 0.75rem;
    line-height: 100%;
    color: #999999;
}

main .part_three {
    padding: 0 .63rem .63rem;
    gap: 1.25rem;
    display: flex;
    overflow-x: auto;
}

main .part_three img {
    width: 9.44rem;
    height: 7rem;
}

main .part_four {
    padding: 0 .63rem;
}

main .part_four a {
    gap: .44rem;
    height: 6.56rem;
}

main .part_four > :not(:last-child) {
    border-bottom: 0.0625rem solid rgba(216, 216, 216, 0.48);
}

main .part_four img {
    width: 7.19rem;
    height: 4.69rem;
    flex-shrink: 0;
}

main .part_four .aTitle {
    font-family: Roboto, sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: normal;
    color: #1D1D1E;
}

main .part_four .aDes {
    margin-top: .3rem;
    font-family: PT Serif, sans-serif;
    font-size: 0.75rem;
    line-height: 100%;
    color: #999999;
}

footer {
    padding: 1rem 0;
    font-size: .75rem;
    text-align: center;
}
