.content-1 {
    width: 100%;
    height: 60vh;
    background: url(../imgs/about_us/d3MyW1@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-1-1 {
    width: 20rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: #0047bb;
    font-family: "Arial Bold", sans-serif;
    margin-left: 12%;
    font-weight:bold;
}

.content-2-2 {

    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    /* margin: 2rem 0 7rem 0; */
}

.content-2-2 img {
    height: 100%;
    cursor: pointer;
}

.content-3 {
    width: 100%;
    /* height: 120vh; */
    padding: 4rem 0;
    background: url(../imgs/about_us/87@2x-8.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-3-1 {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content-3-1-1 {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.content-3-1-1 span {
    width: 100%;
    text-align: right;
    text-wrap: nowrap;
}

.content-3-1-2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.content-3-1-2-1,
.content-3-1-2-2,
.content-3-1-2-3 {
    width: 80%;
    /* height: 10rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: 0.5s ease-in-out;
    border-radius: 1.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
}

.content-3-1-2-1:hover,
.content-3-1-2-2:hover,
.content-3-1-2-3:hover {
    background: white;
    margin-left: 4rem;
    /* border: 1px solid #6d6d6d; */
}

.content-3-1-2-1>div:nth-child(1),
.content-3-1-2-2>div:nth-child(1),
.content-3-1-2-3>div:nth-child(1) {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.content-3-1-2-1>div img,
.content-3-1-2-2>div img,
.content-3-1-2-3>div img {
    width: 35%;
}

.content-3-1-2-1>div:nth-child(2),
.content-3-1-2-2>div:nth-child(2),
.content-3-1-2-3>div:nth-child(2) {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.content-3-1-2-1>div:nth-child(2)>div,
.content-3-1-2-2>div:nth-child(2)>div,
.content-3-1-2-3>div:nth-child(2)>div {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}


/* .content-3-1-2-1>div:nth-child(2)>div:nth-child(1) {
    width: 100%;
    background: url(../imgs/about_us/49@2x-8.png) no-repeat, url(../imgs/about_us/53@2x-8.png) no-repeat;
    background-size: 50% 20%, 25% 90%;
    background-position: 0% 30%, 75% 100%;
} */

.content-3-1-2-1>div:nth-child(2)>div:nth-child(2),
.content-3-1-2-2>div:nth-child(2)>div:nth-child(2),
.content-3-1-2-3>div:nth-child(2)>div:nth-child(2) {
    color: #6d6d6d;
    font-size: 1rem;
    font-family: "Arial", sans-serif;
    margin-top: 1rem;
    line-height: 1.5;
}

.content-3-1-2-1 div:nth-child(2)>div:nth-child(1) img,
.content-3-1-2-2 div:nth-child(2)>div:nth-child(1) img,
.content-3-1-2-3 div:nth-child(2)>div:nth-child(1) img {
    flex: 1;
}

.content-3-1-2-1 div:nth-child(2)>div:nth-child(1) span,
.content-3-1-2-2 div:nth-child(2)>div:nth-child(1) span,
.content-3-1-2-3 div:nth-child(2)>div:nth-child(1) span {
    font-size: 2rem;
    font-family: "Arial Blod", sans-serif;
    color: #2978b5;
    font-weight: bold;
    width: 10rem;
}

.content-4 {
    width: 100%;
    /* height: 110vh; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s ease-in-out;
    /* overflow: hidden; */
    background: url(../imgs/about_us/87@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-4-1 {
    width: 70%;
    /* height: 10rem; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-family: "Arial Bold", sans-serif;
    color: #0047bb;
    margin: 5rem 0;
}

.content-4-2 {
    width: 75%;
    /* max-width: 100rem; */
    /* height: 60rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 5rem;
}

.content-4-1-left,
.content-4-1-right {
    min-height: 25rem;
    width: 50%;
    border-radius: 15px 15px 0 0;
    border-bottom: 1.5rem solid #cce3ff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    padding: 3rem;
}

.content-4-1-left .name,
.content-4-1-right .name {
    font-size: 1.5rem;
    color: #1a7aff;
    line-height: 2;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}

.content-4-1-left .post,
.content-4-1-right .post {
    font-size: 1rem;
    color: #6d6d6d;
}

.content-4-1-left .content,
.content-4-1-right .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.content-4-1-left .content span,
.content-4-1-right .content span {
    width: 100%;
    color: #6d6d6d;
    font-size: 1rem;
    margin-top: 1rem;
    border-left: 5px solid #1a7aff;
    padding-left: 1rem;
}

.content-5 {
    width: 100%;
    background: url(../imgs/about_us/87@2x-8.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-5-1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.content-5-1-1 {
    margin-top: 5rem;
}

.content-5-2 {
    width: 50%;
    aspect-ratio: 16/9;
    /* min-height: 50rem;
    max-width: 100rem;
    background: url(../imgs/about_us/40@2x-8.png) no-repeat, url(../imgs/about_us/41@2x-8.png) no-repeat;
    background-size: 60% 50%, 55% 60%;
    background-position: 100% 100%, 0% 0%; */
    margin: 50px 0px;
}

.content-5-2-1,
.content-5-2-2 {
    width: 100%;
    /* height: 20rem;
    height: 5rem; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem;
    padding: 1.5rem;
}

.content-5-2-1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    border-radius: 2rem;
}

.content-5-2-2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    border-radius: 2rem;
}

.content-5-2-1>div,
.content-5-2-2>div {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1rem;
}

.content-5-2-1>div:nth-child(1) img,
.content-5-2-2>div:nth-child(2) img {
    height: 100%;
    width: 100%;
}



.content-5-2-1-1,
.content-5-2-2-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.content-5-2-1-1>img,
.content-5-2-2-1>img {
    width: 2rem;
}


.content-5-2-1-2,
.content-5-2-2-2 {
    width: 100%;
    height: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.content-5-2-1-2-1,
.content-5-2-1-2-2,
.content-5-2-2-2-1,
.content-5-2-2-2-2 {
    height: 100%;
    width: 50%;
    background: #0047bb;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}


.content-5-2-1-2-1 div:nth-child(1),
.content-5-2-1-2-2 div:nth-child(1),
.content-5-2-2-2-1 div:nth-child(1),
.content-5-2-2-2-2 div:nth-child(1) {
    width: 100%;
    text-align: center;
    color: white;
    font-size: clamp(12px, 1vw, 15px);
    font-family: "Arial", "微软雅黑", sans-serif;
    line-height: 1;
}

.content-5-2-1-2-1 div:nth-child(2),
.content-5-2-1-2-2 div:nth-child(2),
.content-5-2-2-2-1 div:nth-child(2),
.content-5-2-2-2-2 div:nth-child(2) {
    width: 100%;
    text-align: center;
    color: white;
    font-size: clamp(1.5rem,2vw,2rem);
    font-family: "Arial", "微软雅黑", sans-serif;
    line-height: 1;
}

.content-5-2-1-2-1 div:nth-child(2) span,
.content-5-2-2-2-1 div:nth-child(2) span,
.content-5-2-2-2-2 div:nth-child(2) span {
    position: relative;
    padding: 0
}

.content-5-2-1-2-1 div:nth-child(2) span::after,
.content-5-2-2-2-1 div:nth-child(2) span::after {
    content: "sqft";
    color: white;
    font-size: 12px;
    font-family: "Arial", "微软雅黑", sans-serif;
    position: absolute;
    bottom: 0rem;
    right: -25px;
}

.content-5-2-2-2-2 div:nth-child(2) span::after {
    content: "+";
    color: white;
    font-size: 2rem;
    font-family: "Arial", "微软雅黑", sans-serif;
    position: absolute;
    top: 0rem;

}

.content-5-2-1 span div:nth-child(1),
.content-5-2-2 span div:nth-child(1) {
    font-size: 2rem;
    font-family: "Arial", "微软雅黑", sans-serif;
    color: rgb(26, 122, 255);
    line-height: 1;
}

.content-5-2-1 span div:nth-child(2) {
    font-size: 1.1rem;
    color: #6d6d6d;
    line-height: 1;
}

.content-6 {
    width: 100%;
    height: 20rem;
    margin: 5rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.content-7 {
    background: url(../imgs/about_us/87@2x-8.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}


.content-7 .title {
    width: 100%;
    height: 10rem;
    line-height: 10rem;
}

.content-7 .title img {
    width: 35rem;
}


.content-7 .list {
    width: 70%;
    max-width: 100rem;
    margin: 3rem auto;
    /* height: 40rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
}

.content-7 .list .item {
    transition: 0.5s;
    border-radius: 1.5rem;
    padding: 1rem;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 0px 0px 5px 0px #cecece;
}

.item-header {
    width: 100%;
    background-color: rgb(244, 244, 244);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 10rem
}

.item-header img {
    width: 100%;
    aspect-ratio: 1/1;
}

.item-content {
    padding: 1rem 0rem;
}

.item-content-date {
    width: 100%;
    font-size: 1rem;
    color: rgb(109, 109, 109);
    font-family: 'Arial', sans-serif;
}

.item-content-title {
    color: rgb(242, 166, 24);
    font-size: 2rem;
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.item-content-title img {
    height: 100%;
}

.item-content-text {
    padding: 1rem 0rem;
    line-height: 1;
    width: 100%;
    color: rgb(109, 109, 109);
    font-size: clamp(12px, 1vw, 1rem);
}

/* @media screen and (max-width: 1920px) {
    .item-content-text {
        padding: 1rem 0rem;
        line-height: 1;
        width: 100%;
        color: rgb(109, 109, 109);
        font-size: 1rem;
    }
} */

.content-8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imgs/about_us/87@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-8>div:nth-child(1) {
    width: 60%;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #0047bb;
    padding: 1rem 0;
    margin-top: 5rem;
}

.content-8-1 {
    text-align: left;
    color: #0047bb;
    font-size: 2rem;
}

.content-8-1>span:nth-clild(1){
    font-family: "Arial", "微软雅黑", sans-serif;
    font-weight: bold;
}

.content-8-1>span:nth-clild(2){
    font-family: "Arial", "微软雅黑", sans-serif;
    font-weight: bold;
}

.content-8-2 {
    width: 60%;
    padding: 0rem 0rem 10rem 0rem;
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    color: #6d6d6d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    padding: 4rem 0rem;
}

.content-8-2>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}



.content-8-2>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}

.content-8-2 span {
    width: 100%;
    font-size: 1.3rem;
}

.content-8-2 img{
    max-width: none;
}

.content-9 {
    background: url(../imgs/about_us/87@2x-8.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-9-content {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 5rem 0;
}

.content-9-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    width: 100%;
}

.content-9-1-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
}

.content-9-1-1 div {
    color: #0047bb;
    text-wrap: nowrap;
}

.content-9-1-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 75%;
}

.content-9-1-2-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.content-9-1-2-item-3 ul {
    margin-left: 15px;
}

.content-9-1-2-item-3 ul li {
    color: #6d6d6d;
    list-style: disc;
    font-size: clamp(12px, 1vw, 16px);
}

.content-9-1-2-item-2 {
    height: 120px;
    width: 20rem;
    margin: 0 20px;
    position: relative;
}

.content-9-1-2-item-2 .circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgb(109, 109, 109, .5);
    position: relative;
    top: 42%;
    left: -13px;
}

/* 颜色  */

.content-9-1-2-item-1 {
    width: 80px;
    font-size: clamp(18px, 2vw, 32px);
    font-family: "Arial Bold", "微软雅黑", sans-serif;
    color: var(--bkg-color);
}

.content-9-1-2-item-2 .circle::before {
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 25%;
    left: 25%;
    border-radius: 50%;
    background-color: var(--bkg-color);
}

.content-9-1-2-item-2 .line {
    width: -webkit-fill-available;
    height: 2px;
    position: absolute;
    top: 48%;
    left: 20px;
    background-color: var(--bkg-color);
}

.content-9-1-2-item-2 {
    /* background-color: var(--bkg-color); */
    border-left: 5px solid var(--bkg-color);
}

/* 颜色  */

.content-9-1-2-item-2 .circle {
    background-color: white;
}

.content-9-1-2-item-3{
    min-width: 10rem;
}

.content9-1-2-item-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* flex: 1; */
    max-width: 450px;
}

.content-9-2 {
    margin-top: 5rem
}

.example-photos-container {
    position: relative;
}

.example-photos-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0.5rem 0;
    scroll-snap-type: x mandatory;
    padding: 10px;
}

.example-photos-scroll::-webkit-scrollbar {
    display: none;
}

.example-photo {
    min-width: calc(50% - 0.5rem);
    scroll-snap-align: start;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 10px;
}

.example-photo:hover {
    transform: translateY(-5px);

}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 10;
    /* opacity: 1; */
    transition: opacity 0.3s ease;
}

.scroll-arrow:hover {
    background-color: white;
}

.example-photos-container:hover .scroll-arrow {
    opacity: 1;
}

.scroll-arrow.left {
    left: -1rem;
}

.scroll-arrow.right {
    right: -1rem;
}

@media (min-width: 768px) {
    .example-photo {
        min-width: calc(25% - 0.75rem);
    }
}

/* 分页指示器样式 */
.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.5rem;
}

.pagination-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #CBD5E1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pagination-dot.active {
    background-color: #88b4df;
    transform: scale(1.2);
}

.example-photo-title {
    width: 90%;
    margin: 20px auto;
    color: #6d6d6d;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
    font-size: clamp(6px,1vw,13px);
    padding:3px;
}


@media screen and (max-width: 1280px) {

    .content-1-1 {
        font-size: 4rem;
    }

    .content-8-1 {
        font-size: 2rem;
    }

    .content-8-2 {
        flex-direction: column;
    }

    .content-8-2 span {
        font-size: 1rem;
    }

    .content-2-2 {
        height: 3rem;
    }

    .content-3-1-2-1 div:nth-child(2)>div:nth-child(1) span,
    .content-3-1-2-2 div:nth-child(2)>div:nth-child(1) span,
    .content-3-1-2-3 div:nth-child(2)>div:nth-child(1) span {
        font-size: 1rem;
    }

    .content-3-1-2-1>div:nth-child(2)>div:nth-child(2),
    .content-3-1-2-2>div:nth-child(2)>div:nth-child(2),
    .content-3-1-2-3>div:nth-child(2)>div:nth-child(2) {
        font-size: 1rem;
    }

    .content-3-1-2-1,
    .content-3-1-2-2,
    .content-3-1-2-3 {
        padding: 2rem 2rem;
    }

    .content-4-1 {
        height: 5rem;
        font-size: 2.5rem;
        margin: 4rem 0;
    }

    .content-4-1-left .name,
    .content-4-1-right .name {
        font-size: 1.2rem;
    }

    .content-4-1-left .post,
    .content-4-1-right .post {
        font-size: 1rem;
    }

    .content-4-1-left .content span,
    .content-4-1-right .content span {
        font-size: 1rem;
        margin-top: 4rem;
    }

    .content-4-2 {
        /* height: 50rem; */
    }

    .content-5 {
        height: auto;
    }

    .content-5-2 {
        margin-top: 50px;
    }

    .content-5-1-1 {
        font-size: 2rem;
    }

    .content-5-2-1 span div:nth-child(1),
    .content-5-2-2 span div:nth-child(1) {
        font-size: 2rem;
    }

    .content-5-2-1 span div:nth-child(2) {
        font-size: 1.2rem;
    }

    .content-5-2-1-1>img,
    .content-5-2-2-1>img {
        width: 2rem;
    }

    .content-5-2-1-2,
    .content-5-2-2-2 {
        height: 6rem;
    }

    .content-5-2-1-2-1 div:nth-child(1),
    .content-5-2-1-2-2 div:nth-child(1),
    .content-5-2-2-2-1 div:nth-child(1),
    .content-5-2-2-2-2 div:nth-child(1) {
        font-size: 0.6rem;
    }

    .content-5-2-1-2-1 div:nth-child(2),
    .content-5-2-1-2-2 div:nth-child(2),
    .content-5-2-2-2-1 div:nth-child(2),
    .content-5-2-2-2-2 div:nth-child(2) {
        font-size: 1.8rem;
    }

    .content-7 {
        height: auto;
    }

    .content-7 .title {
        font-size: 2rem;
        height: 10rem;
        line-height: 10rem;
    }

    .item-content-date {
        font-size: 0.9rem;
    }

    .item-content-text {
        font-size: 0.8rem;
    }

    .item-content-title {
        height: 1.5rem;
        font-size: 1.5rem;
    }

    .content-5-2-1-2-1,
    .content-5-2-1-2-2,
    .content-5-2-2-2-1,
    .content-5-2-2-2-2 {
        border-radius: 1rem;
    }

    .content-4-2 {
        flex-direction: column;
        align-items: center;
    }

    .content-4-1-left,
    .content-4-1-right {
        height: auto;
    }


    .content-8-2>div:nth-child(1) {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .content-8-2>div:nth-child(1) img {
        width: 50%;
    }

    .content-5-2-1 span div:nth-child(1),
    .content-5-2-2 span div:nth-child(1) {
        font-size: 2rem;
    }

    .content-5-2-1,
    .content-5-2-2 {
        flex-direction: column;
    }

    .content-5-2-1-2-1 div:nth-child(2) span::after,
    .content-5-2-2-2-2 div:nth-child(2) span::after {
        font-size: 12px;
    }

    .content-5-2-1>div,
    .content-5-2-2>div {
        width: 100%;
    }


    .content-7 .list {
        height: auto;
        flex-direction: column;
    }

    .content-7 .list .item {
        flex-direction: row;
        gap: 1rem;
    }

    .item-header {
        width: 10rem;
        height: 10rem;
    }

    .content-9-1-2-item-2{
        width: 10rem;
    }
}

@media screen and (max-width: 900px) {

    .content-5-2 {
        width: 70%;
    }

    .content-8-1 {
        font-size: 1rem;
    }

    .content-8-2 span {
        font-size: 0.9rem;
    }

    .content-2-2 {
        height: 2rem;
    }


    .content-4-1-left .post,
    .content-4-1-right .post,
    .content-4-1-left .content span,
    .content-4-1-right .content span,
    .content-3-1-2-1>div:nth-child(2)>div:nth-child(2),
    .content-3-1-2-2>div:nth-child(2)>div:nth-child(2),
    .content-3-1-2-3>div:nth-child(2)>div:nth-child(2) {
        font-size: 0.8rem;
    }

    .content-5-2-1-2-1 div:nth-child(2) span::after,
    .content-5-2-2-2-2 div:nth-child(2) span::after {
        font-size: 1.5rem;
    }

    .content-5-2-1-2-1 div:nth-child(2),
    .content-5-2-1-2-2 div:nth-child(2),
    .content-5-2-2-2-1 div:nth-child(2),
    .content-5-2-2-2-2 div:nth-child(2) {
        font-size: 1.4rem;
    }

    .content-5-2-1-2-1 div:nth-child(2) span::after,
    .content-5-2-2-2-2 div:nth-child(2) span::after {
        font-size: 0.9rem;
    }

}