.yichen_multi_pic_text {
    padding: var(--component-gap, 90px) 0 100px;
    margin-bottom: 40px;
}

.bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container_content {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.yichen_multi_pic_text .container {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.yichen_multi_box {
    width: 448px;
    height: 448px;
    border-radius: 50%;
    background: #002EA5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
}

.yichen_multi_box.animate {
    animation: rotateBox 1s ease-in-out forwards;
}

@keyframes rotateBox {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes counterRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.yichen_multi_item_content {
    opacity: 0;
}

.yichen_multi_item_content.animate {
    animation: fadeIn 1s ease-in-out 1s forwards;
}

.yichen_multi_pic_text .yichen_multi_pic_text_wrapper {
    padding-top: 36px;
    height: 100%;
    display: flex;
    justify-content: center;
}

.yichen_multi_box .yichen_multi_center {
    width: 283px;
    height: 283px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.yichen_multi_box.animate .yichen_multi_center {
    animation: counterRotate 1s ease-in-out forwards;
}

.yichen_multi_box .yichen_multi_center img {
    width: 84.5%;
    aspect-ratio: 239/143;
    object-fit: cover;
}

.yichen_multi_left {
    position: absolute;
    left: -61px;
    top: -40px;
    z-index: 9;
}

.yichen_multi_right {
    position: absolute;
    right: -47px;
    top: -21px;
    transform: rotateZ(6deg);
    z-index: 2;
}

.yichen_multi_item_title1,
.yichen_multi_item_title2,
.yichen_multi_item_title3 {
    position: absolute;
    z-index: 1000;
    overflow: visible;
}

.yichen_multi_item_title1 {
    top: 69px;
    left: 29px;
    transform: rotateZ(54deg);
}

.yichen_multi_item_title2 {
    top: 90px;
    right: 45px;
    transform: rotateZ(-83deg);
}

.yichen_multi_item_title3 {
    bottom: 55px;
    left: -12px;
    transform: rotateZ(-208deg);
}

.yichen_multi_item_content1,
.yichen_multi_item_content2,
.yichen_multi_item_content3 {
    position: absolute;
    z-index: 1;
    max-width: 278px;
    color: #545353;
    font-size: var(--text-size);
    line-height: 30px;
}

.yichen_multi_item_content1 {
    top: 12px;
    right: -340px;
}

.yichen_multi_item_content2 {
    top: 85px;
    left: -355px;
}

.yichen_multi_item_content3 {
    width: 493px;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
}

.yichen_multi_item_link {
    position: relative;
}

.yichen_multi_item_content1 .yichen_multi_item_link::after {
    content: '';
    position: absolute;
    width: 165px;
    height: 3px;
    background: #6279C8;
    left: -67%;
    top: 8px;
}

.yichen_multi_item_content1 .yichen_multi_item_link::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6279C8;
    left: -8%;
    transform: translateY(-50%);
    top: 8px;
}

.yichen_multi_item_content2 .yichen_multi_item_link::after {
    content: '';
    position: absolute;
    width: 165px;
    height: 3px;
    background: #CED7FF;
    right: -32%;
    top: -18px;
}

.yichen_multi_item_content2 .yichen_multi_item_link::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CED7FF;
    right: 26%;
    transform: translateY(-50%);
    top: -18px;
}

.yichen_multi_item_content3 .yichen_multi_item_link::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 165px;
    background: var(--color-primary);
    left: 50%;
    transform: translate(-50%, -48%);
    top: -100%;
}

.yichen_multi_item_content3 .yichen_multi_item_link::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-primary);
    left: 50%;
    transform: translateX(-50%);
    top: -30%;
}

@media screen and (max-width: 1200px) {
    .yichen_multi_pic_text {
        transform: scale(0.8);
        margin-top: -60px;
    }

    .yichen_multi_item_content3 .yichen_multi_item_link::after {
        transform: translate(-50%, -60%);
    }

    .yichen_multi_pic_text .container {
        height: 560px;
    }
}

@media screen and (max-width: 992px) {
    .yichen_multi_item_content {
        opacity: 1;
    }

    .yichen_multi_pic_text {
        transform: scale(0.75);
        margin-bottom: -160px;
    }

    .yichen_multi_pic_text_wrapper {
        transform: scale(0.8);
    }

    .yichen_multi_pic_text .container {
        max-width: 100% !important;
    }

    .yichen_multi_pic_text .container {
        height: 490px;
    }

    .yichen_multi_item_content3 .yichen_multi_item_link::after {
        transform: translate(-50%, -70%);
    }

    .yichen_multi_item_content1,
    .yichen_multi_item_content2,
    .yichen_multi_item_content3 {
        display: none;
    }

    .yichen_multi_box {
        margin-top: -70px;
    }

    .yichen_multi_pic_text_mobile {
        margin-top: 20px;
    }

    .yichen_multi_item_content {
        margin-top: 8px;
    }

    .yichen_multi_item_content .yichen_multi_item {
        color: #545353;
        font-size: var(--text-size);
        font-weight: 300;
        line-height: normal;
    }

    .yichen_multi_item_content .yichen_multi_item b {
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    .yichen_multi_pic_text .container {
        height: 430px;
    }
}

@media screen and (max-width: 576px) {
    .yichen_multi_box {
        margin-top: -140px;
    }

    .yichen_multi_pic_text_wrapper {
        transform: scale(0.6);
    }

    .yichen_multi_pic_text .container {
        height: 365px;
    }

    .yichen_multi_pic_text {
        margin-top: -30px;
    }
}

@media screen and (max-width: 420px) {
    .yichen_multi_box {
        margin-top: -70px;
    }

    .yichen_multi_pic_text .yichen_multi_pic_text_wrapper {
        transform: scale(0.45);
        min-width: 450px;
        width: 100%;
    }

    .yichen_multi_pic_text {
        transform: scale(1);
        margin-top: 0px;
        overflow: hidden;
        padding-top: 32px;
    }

    .yichen_multi_pic_text .container {
        height: 280px;
    }

    .yichen_multi_pic_text .container {
        display: flex;
        justify-content: center;
    }

    .container_content {
        margin-top: -60px;
    }
}