/* about.html 私有样式 */

/* 我们的使命 */
.our-mission {
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
}

.mission-title {
    margin-bottom: 30px;
}

.mission-title h3 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.mission-title span {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-content {
    /* max-width: 1000px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.mission-content blockquote {
    /* color: #c00;
    font-size: 1.8rem;
    font-weight: bold; */
    /* padding: 0;
    border: none;
    max-width: 900px; */
    margin: 0 auto;
    /* letter-spacing: 2px; */
    /* line-height: 1.8; */
    position: relative;
    display: inline-block;
    quotes: "[" "]";
    /* width: 1084px; */
    height: 48px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 48px;
    color: #A03C38;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 整体四角 */
.mission-content blockquote::before,
.mission-content blockquote::after,
.mission-content .corner-bottom-left,
.mission-content .corner-bottom-right {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #c00;
    background-color: #fff;
    z-index: 1;
}

.mission-content blockquote::before {
    top: -25px;
    left: -17px;
    border-right: none;
    border-bottom: none;
}

.mission-content blockquote::after {
    top: -25px;
    right: -17px;
    border-left: none;
    border-bottom: none;
}

.mission-content .corner-bottom-left {
    bottom: -40px;
    left: -17px;
    border-right: none;
    border-top: none;
}

.mission-content .corner-bottom-right {
    bottom: -40px;
    right: -17px;
    border-left: none;
    border-top: none;
}

/* “信赖”四角 */
.mission-content blockquote .bracketed {
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.mission-content blockquote .bracketed::before,
.mission-content blockquote .bracketed::after,
.mission-content blockquote .bracketed span::before,
.mission-content blockquote .bracketed span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #c00;
    background-color: transparent;
    z-index: 2;
}

.mission-content blockquote .bracketed::before {
    top: -5px;
    left: -8px;
    border-right: none;
    border-bottom: none;
}

.mission-content blockquote .bracketed::after {
    top: -5px;
    right: -8px;
    border-left: none;
    border-bottom: none;
}

.mission-content blockquote .bracketed span::before {
    bottom: -7px;
    left: -8px;
    border-right: none;
    border-top: none;
}

.mission-content blockquote .bracketed span::after {
    bottom: -7px;
    right: -8px;
    border-left: none;
    border-top: none;
}

/* 我们的价值观（about.html 专用网格） */
.our-values {
    background-color: #F2F2F2;
    padding: 60px 0;
}

.values-title {
    text-align: center;
    margin-bottom: 50px;
}

.values-title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* .values-title p {
    font-size: 16px;
    color: #999;
    margin: 10px 0 0;
} */

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 200px;
}

.value-image-item {
    background-color: #f5f5f5;
}

.item-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value-icon-item {
    background-color: #F2F2F2;
    /* border: 1px solid #e0e0e0; */
}

.item-icon {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #ffffff; */
}

.item-icon-img {
    width: 80px;
    height: 80px;
}

.item-text {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #ffffff; */
    padding: 10px;
}

.item-text-first {
    /* width: 52px; */
    height: 25px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
    margin-top: -20px;
    margin-bottom: 10px;
}

.item-text-second {
    /* width: 129px; */
    height: 15px;
    font-family: Inter, Light;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
}

/* 价值观图标 */
.icon-focus,
.icon-pure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #e53935;
    position: relative;
}

.icon-focus::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #e53935;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-focus::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e53935;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-pure::before,
.icon-pure::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    background-color: #e53935;
    top: 50%;
    left: 50%;
}

.icon-pure::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-pure::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.icon-benevolence {
    width: 80px;
    height: 80px;
    position: relative;
    transform: rotate(-45deg);
}

.icon-benevolence::before,
.icon-benevolence::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e53935;
}

.icon-benevolence::before {
    top: -40px;
    left: 0;
}

.icon-benevolence::after {
    top: 0;
    left: 40px;
}

.icon-perfection {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    position: relative;
    transform: rotate(45deg);
    border: 3px solid #e53935;
}

.icon-perfection::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    transform: rotate(45deg);
    top: -3px;
    left: -3px;
    border: 3px solid #e53935;
}

/* 我们的定位 */
.our-positioning {
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
}

.positioning-content {
    /* max-width: 600px;
    margin: 0 auto; */
    margin-top: -70px;
    margin-bottom: 70px;
}

.positioning-content blockquote {
    /* color: #c00;
    font-size: 1.2rem;
    font-weight: bold; */
    padding: 20px;
    display: inline-block;
    position: relative;
    /* width: 403px; */
    height: 47px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 48px;
    color: #A03C38;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 四角边线 */
.positioning-content blockquote::before,
.positioning-content blockquote::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #c00;
    background-color: #fff;
    z-index: 1;
}

.positioning-content blockquote::before {
    top: 7px;
    left: -7px;
    border-right: none;
    border-bottom: none;
}

.positioning-content blockquote::after {
    top: 7px;
    right: -7px;
    border-left: none;
    border-bottom: none;
}

.positioning-content .corner-bottom-left,
.positioning-content .corner-bottom-right {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #c00;
    background-color: #fff;
    z-index: 1;
}

.positioning-content .corner-bottom-left {
    bottom: -53px;
    left: -7px;
    border-right: none;
    border-top: none;
}

.positioning-content .corner-bottom-right {
    bottom: -53px;
    right: -7px;
    border-left: none;
    border-top: none;
}

/* 我们的未来 */
.our-future {
    text-align: center;
    padding: 50px 0;
    /* background-color: #f9f9f9; */
}

.future-content {
    display: flex;
    align-items: stretch;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    text-align: left;
}

.future-image {
    flex: 1;
}

.future-image img {
    width: 590px;
    /* height: 342px; */
}

.future-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.future-text blockquote {
    position: relative;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 22px;
    color: #A03C38;
    line-height: 37px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}

/* future-text整体四角 */
.future-text blockquote::before,
.future-text blockquote::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #c00;
    /* background-color: #fff; */
    z-index: 1;
}

.future-text blockquote::before {
    top: -7px;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.future-text blockquote::after {
    top: -7px;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.future-text blockquote .corner-bottom-left,
.future-text blockquote .corner-bottom-right {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #c00;
    /* background-color: #fff; */
    z-index: 1;
}

.future-text blockquote .corner-bottom-left {
    bottom: -7px;
    left: 0;
    border-right: none;
    border-top: none;
}

.future-text blockquote .corner-bottom-right {
    bottom: -7px;
    right: 0;
    border-left: none;
    border-top: none;
}

/* 信赖四角 */
.future-text .highlight-wrapper {
    position: relative;
    display: inline-block;
}

.future-text .highlight-wrapper .highlight {
    /* color: #c00; */
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 2px;
}

.future-text .highlight-wrapper .highlight::before,
.future-text .highlight-wrapper .highlight::after,
.future-text .highlight-wrapper::before,
.future-text .highlight-wrapper::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #c00;
    background-color: transparent;
    z-index: 2;
}

.future-text .highlight-wrapper::before {
    top: 0;
    left: -2px;
    border-right: none;
    border-bottom: none;
}

.future-text .highlight-wrapper::after {
    top: 0;
    right: -2px;
    border-left: none;
    border-bottom: none;
}

.future-text .highlight-wrapper .highlight::before {
    bottom: 0;
    left: -2px;
    border-right: none;
    border-top: none;
}

.future-text .highlight-wrapper .highlight::after {
    bottom: 0;
    right: -2px;
    border-left: none;
    border-top: none;
}

/* .future-text .red-title {
    background-color: #c00;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 20px;
    display: inline-block;
} */

.future-text p {
    font-family: OPPOSans-L, L;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 37px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
    width: 100%;
    max-width: 650px;
    margin: 0;
    align-self: flex-end;
}

.join-button {
    background: linear-gradient(to right, #B84948, #530202);
    width: 132px;
    height: 31px;
    line-height: 31px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    align-self: flex-start;
    margin: 20px 0;
}

@media (max-width: 768px) {
    /* .about-intro {
        padding: 30px 0;
    } */

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .future-content {
        flex-direction: column;
    }
}