#app {
    width: 100%;
    min-height: calc(100vh - 4.55rem);
}

/* header start*/
header {
    height: 3.2rem;
    padding: 0 0.63rem;
}

header div:nth-child(1) {
    gap: 0.41rem;
}

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

header .logo {
    width: 10.5rem;
    height: 1.2rem;
}

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

/* header end */
/* search start */
.search {
    padding: 0 0.63rem;
    margin-top: 0.63rem;
}

.search .tip {
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.44rem;
    line-height: 1.44rem;
    letter-spacing: normal;
    color: #0A2B11;
}

.search .tip1 {
    margin-bottom: 0.59rem;
}

.search .tip2 {
    margin-left: 1.12rem;
}

.search a {
    width: 2.09rem;
    height: 3.59rem;
    border-radius: 1.56rem;
    background: #36554A;
}

.search .searchIcon {
    width: 0.88rem;
    height: 1rem;
}

/* search end */
/* banner start */
.banner {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 1.35rem auto 1.34rem;
    padding: 0 0.63rem;
    height: 6.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.63rem;
}

.banner .news_div {
    width: 19.38rem;
    height: 6.75rem;
    border-radius: 1.56rem;
    background: linear-gradient(90deg, #073813 0%, #0B2710 82%);
    display: grid;
    grid-template-columns: 5.53rem 1fr;
    gap: 0.5rem;
    padding: 0.5rem 0.97rem 0.47rem 0.41rem;
    position: relative;
    flex-shrink: 0;
}

.banner .news_img {
    width: 5.53rem;
    height: 5.78rem;
    border-radius: 1.56rem;
}

.banner .info {
    width: 100%;
}

.banner .title {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.81rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin: 1.06rem 0 0.78rem 0;
}

.banner .time {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.63rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #979797;
}

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

.banner .calendar {
    width: 0.66rem;
    height: 0.66rem;
    display: inline-block;
}

.banner .go {
    position: absolute;
    right: 0.97rem;
    bottom: 0.7rem;
    width: 2.34rem;
    height: 2.34rem;
}

/* banner end */
.category {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0.63rem;
    margin: 0 auto 2.03rem;
    padding: 0 0.63rem;
}

.category .category_div {
    height: 2.19rem;
    padding: 0 0.59rem;
    flex-shrink: 0;
    border-radius: 1.56rem;
    background: #FDF9DD;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    gap: 0.43rem;
    color: #073813;
}

.category .category_div_select {
    background: #073813;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    color: #FDF9DD;
}

.category .category_div .select {
    display: none;
}

.category .category_div .origin {
    display: block;
}

.category .category_div_select .origin {
    display: none;
}

.category .category_div_select .select {
    display: block;
}

.category_div img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    display: block;
}

.category_div .cat_name {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.88rem;
    text-transform: capitalize;
    letter-spacing: normal;
}

/* random start */
.random {
    width: 20.54rem;
    height: 12.5rem;
    margin: 5rem auto 2.81rem;
    position: relative;
}

.random .news_div {
    width: 20.54rem;
    height: 12.5rem;
    padding: 1.83rem 0.99rem 1.83rem 0.85rem;
    border-radius: 1.56rem;
    position: relative;
    display: grid;
    grid-template-columns: 9.28rem 1fr;
    align-items: center;
    gap: 0.48rem;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.random .news_color-0 {
    background: #073813;
}

.random .news_color-0 .title {
    color: #FDF9DD;
}

.random .news_color-0 .desc {
    color: #979797;
}

.random .news_color-1 {
    background: #FDF9DD;
}

.random .news_color-1 .title {
    color: #36554A;
}

.random .news_color-1 .desc {
    color: #979797;
}

.random .news_color-1 .more {
    background: #36554A;
    color: #FDF9DD;
}

.random .news_color-2 {
    background: #F7D95F;
}

.random .news_color-2 .title {
    color: #36554A;
}

.random .news_color-2 .desc {
    color: #979797;
}

.random .news_color-2 .more {
    background: #36554A;
    color: #FDF9DD;
}

.random .news_pos-0 {
    z-index: 3;
    transform: none;
}

.random .news_pos-1 {
    position: absolute;
    left: 0;
    top: -0.94rem;
    transform: rotate(1deg);
    transform-origin: right bottom;
    z-index: 2;
}

.random .news_pos-2 {
    position: absolute;
    left: 0;
    top: -1.77rem;
    transform: rotate(2.8deg);
    transform-origin: right bottom;
    z-index: 1;
}

.random .news_img {
    width: 9.28rem;
    height: 8.84rem;
    border-radius: 1.56rem;
}

.random .star {
    width: 1.95rem;
    height: 1.78rem;
    right: 0.99rem;
    top: 0.97rem;
    position: absolute;
}

.random .title {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.81rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #FDF9DD;
    margin-bottom: 0.5rem;
}

.random .desc {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #979797;
    margin-bottom: 0.8rem;
}

.random .more {
    width: 4.9rem;
    height: 1.56rem;
    gap: 0.5rem;
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.75rem;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FDF9DD;
    border-radius: 1.56rem;
    background: #36554A;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    float: right;
}

.random .more img {
    width: 0.38rem;
    height: 0.65rem;
    display: block;
}

/* random end */
/* part one start */
.part-one {
    width: 21.25rem;
    margin: 2.81rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.63rem;
    position: relative;
}

.part-one .left,
.part-one .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.63rem;
}

.part-one .type {
    width: 10.31rem;
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.5rem;
    line-height: 1.88rem;
    letter-spacing: normal;
    color: #0A2B11;
    display: flex;
    gap: 0.88rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.line {
    width: 0.41rem;
    height: 1.75rem;
}

.part-one .news_div {
    width: 10.31rem;
    height: 12.02rem;
    border-radius: 1.56rem;
    position: relative;
    flex-shrink: 0;
}

.part-one .news_img {
    width: 100%;
    height: 12.02rem;
    border-radius: 1.56rem;
}

.part-one .news_div::before {
    width: 100%;
    height: 3.31rem;
    position: absolute;
    content: '';
    border-radius: 0rem 0rem 1.56rem 1.56rem;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 7%, #36554A 98%);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.part-one .title {
    position: absolute;
    left: 0;
    bottom: 0.59rem;
    width: 100%;
    padding: 0 0.63rem;
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.81rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #FDF9DD;
    z-index: 2;
}

.part-one .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10.31rem;
    height: 2.63rem;
    border-radius: 1.56rem;
    background: #F7D95F;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    font-family: 'Noto Sans 500';
    font-size: 0.88rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;

}

/* part one end */
/* part two start */
.part-two,
.part-three {
    width: 21.25rem;
    margin: 2.81rem auto;
}

.part-two .type,
.part-three .type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.28rem;
    margin-bottom: 1.55rem;
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.25rem;
    line-height: 1.88rem;
    letter-spacing: normal;
    color: #0A2B11;
}

.part-two .type::before,
.part-three .type::before {
    position: absolute;
    content: '';
    width: 20.16rem;
    height: 0.06rem;
    background-color: #36554A;
    bottom: 0.1rem;
    right: 0.5rem;
}

.part-two .news_div {
    width: 21.25rem;
    border-radius: 1.56rem;
    background: #FDF9DD;
    overflow: hidden;
    margin-bottom: 0.94rem;
}

.part-two .news_img {
    width: 21.25rem;
    height: 14.78rem;
}

.part-two .title {
    width: 100%;
    padding: 0 1.25rem;
    margin: 0.66rem auto 0.63rem;
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.88rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #333333;
}

.part-two .desc {
    padding: 0 1.25rem;
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.75rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #555555;
    margin-bottom: 1.2rem;
}

.part-two .more,
.part-three .more {
    width: 15.63rem;
    height: 2.59rem;
    border-radius: 1.56rem;
    background: #36554A;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    margin: 0 auto;
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.88rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FDF9DD;
}

/* part two end */
/* part three start */
.part-three .type {
    margin-bottom: 0.8rem;
}

.part-three .news_div {
    display: grid;
    grid-template-columns: 6.35rem 1fr;
    align-items: center;
    gap: 0.49rem;
    padding: 0.66rem 0.47rem;
    border-radius: 1.56rem;
    background: rgba(216, 216, 216, 0);
    border: 0.03rem solid #36554A;
    margin-bottom: 0.63rem;
}

.part-three .news_img {
    width: 6.35rem;
    height: 5.94rem;
    border-radius: 1.56rem;
}

.part-three .title {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.88rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.63rem;
}

.part-three .desc {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.69rem;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
}

/* part three end */