[v-cloak] {
    display: none !important;
}

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

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

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

[flex-shrink] {
    flex-shrink: 0;
}

[flex-align="start"] {
    align-items: start;
}

[flex-align="end"] {
    align-items: end;
}

[flex="auto"] {
    flex: auto;
}

[textLine="1"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

[textLine="2"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

[textLine="3"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

[textLine="4"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
}

a {
    display: block;
    text-decoration: none;
}

a img {
    display: block;
}

.news_img {
    object-fit: cover;
}

#app {
    width: 100%;
}

/* header strat */
header {
    height: 3.56rem;
    padding: 1.5rem 0.85rem 0.19rem 0.5rem;
    margin-bottom: 1rem;
}

header .back,
header .back>img {
    width: 1.25rem;
    height: 1.25rem;
}


header .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

header .header-mid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.47rem;
}

header .icon {
    width: 2.06rem;
    height: 2.06rem;
}

header .menu {
    width: 1.13rem;
    height: 1.13rem;
}

header .logo {
    width: 10.9375rem;
    height: 1.1875rem;
}

/* header end */
/* search  start*/
.search_box {
    margin: 0 0.94rem 1.56rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20.63rem;
    height: 2.56rem;
    position: relative;
}

.search_img {
    width: 0.86rem;
    height: 0.84rem;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.search_box input {
    font-family: 'Noto Sans 400', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    padding: 0 1.22rem 0 2.11rem;
    color: rgba(106, 66, 32, 0.5);
    border: none;
    outline: none;
    border-radius: 0.81rem;
    background: #D0EBFF;
}

.search_box input::placeholder {
    color: rgba(106, 66, 32, 0.5);
    font-family: 'Noto Sans 400', sans-serif;
}

/* search end */
footer {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: #999999;
    font-family: 'Roboto 400', sans-serif;
    padding: 1rem 0;
    border-top: 1px solid rgba(77, 77, 77, 0.3);
}

footer div:nth-child(1) {
    margin-bottom: 0.5rem;
}

footer span {
    margin: 0 0.625rem;
    opacity: 0.7;
    font-size: 0.75rem;
}

footer a {
    color: #999999;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 0.03em;
    font-family: 'Roboto 400', sans-serif;
}

/* menu */
.menu_pannel {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 450px;
    height: 100vh;
    width: 100%;
    z-index: 10;
    overflow-y: scroll;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #F8F8F8, #F8F8F8), linear-gradient(0deg, #FFF7F8, #FFF7F8), #814FC9;
}

.menu_pannel .menu_item {
    width: 20.63rem;
    height: 4.69rem;
    display: grid;
    grid-template-columns: 1fr 3.19rem;
    gap: 0.94rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.94rem;
    background: #39BDF7;
    font-family: 'HarmonyOS Sans Condensed 500', sans-serif;
    font-size: 1.13rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF;
    padding: 0 1.03rem 0 1.13rem;
    margin: 0 auto 1.25rem;
}

.menu_pannel .menu_item .shadow {
    width: 3.19rem;
    height: 3.19rem;
    border-radius: 0.63rem;
    background: #FFFFFF;
}

.menu_pannel .menu_item .shadow>img {
    width: 2.06rem;
    height: 2.06rem;
}