.pro_main_box {
    width: 100%;
}

.pro_main {
    max-width: 1360px;
    width: 85%;
    margin: auto;

}

.pro_box {
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(20px + 3rem);
    border-bottom: 1px solid #D9D9D9;
}

.pro_box p {
    font-family: albb_reqular;
    font-size: calc(4px + 1rem);
    color: #333333;
    text-align: center;
    font-style: normal;
}

.pro_pic {
    width: 100%;
    height: calc(33px + 15rem);
    margin-top: calc(10px + 1.5rem);
}

.pro_pic img {
    width: 100%;
    height: 100%;

}

.pro_character {
    padding-top: calc(20px + 3rem);
    padding-bottom: calc(40px + 5rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.character_pic {
    width: 33.8971%;
    height: calc(10px + 15rem);
}

.character_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.character_right {
    width: 59.7794%;
}

.cha_title {
    font-family: albb_reqular;
    font-size: calc(8px + 1rem);
    color: #333333;
    text-align: left;
    font-style: normal;
    line-height: 1;
}

.cha_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(8px + 0.5rem);
    margin-top: calc(8px + 1rem);
}

.cha_text p {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #777777;
    line-height: calc(10px + 1rem);
    text-align: justify;
    font-style: normal;
    padding-left: calc(8px + 0.25rem);
    position: relative;
   
}


.cha_text p i {
    display: block;
    width: calc(1px + 0.25rem);
    height: calc(1px + 0.25rem);
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: calc(7px + 0.25rem);
    left: 0;
}