/* pc端样式 */
.main {
    margin-top: 0;
}

.inner_banner {
    position: relative;
    margin-top: 0;
}

.inner_banner .container.pc {
    background-image: url(../images/zixunzhongxin/zixunzhongxin_top.png);
    background-repeat: no-repeat;
    background-size: min(45.8vw, 660px) auto;
    background-position: calc(100% - min(15px, 1.6vw)) 100%;
    position: static;
    padding-bottom: 0;
    height: min(31.5vw, 453px);
}

.inner_banner .pc h1 {
    font-weight: bold;
    font-size: clamp(14px, 4.1vw, 60px);
    margin-bottom: min(26px, 1.8vw);
}

.inner_banner .pc h4 {
    width: min(42vw, 620px);
    color: #333;
    font-size: min(1.35vw, 20px);
    line-height: 2.25;
}

.arc_main {
    background: #fefbf7 !important;
}

section.mar_main {
    background-color: #fff;
}

.mar_l {
    box-shadow:
        inset 0 0 2px #e6dcc9,
        4px 5px min(17px, 1.2vw) #e4dfd2;
    padding: 2px 0;
    border-radius: min(15px, 1vw);
    padding: min(16px, 1.1vw);
    background-color: #fff;
}

.mar_l li {
    border-radius: min(14px, 1vw);
}

.mar_l li:hover {
    background: #f8ae00;
}

.mar_l li:hover a {
    color: #1b1b1b;
}

.arc_content,
.arc_rela {
    box-shadow:
        inset 0 0 2px #e6dcc9,
        4px 5px min(17px, 1.1vw) #e4dfd2;
    border-radius: min(15px, 1vw);
}

.arc_content .editbox {
    overflow-x: auto;
}

.arc_content .editbox p:has(img) {
    text-indent: 0;
}

.arc_rela .title {
    border-left: 4px solid #ffbd00;
}

.arc_rela_list li {
    background: none;
    list-style: square inside;
    padding-left: 0;
}

.arc_rela_list li::marker {
    color: #ffbd00;
}

@media screen and (min-width: 991px) {
    .mar_l {
        width: 21%;
    }

    .mar_l li a {
        text-align: center;
        background-position: min(10px, 0.69vw) center;
        color: #1b1b1b;
        background-image: none;
        background-size: min(2.2vw, 30px);
        font-size: min(1.6vw, 22px);
        padding-left: min(1.39vw, 20px);
    }

    .mar_r {
        width: 77%;
    }
}

/* 移动端样式 */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .inner_banner .mobile {
        background-color: #fefbf7;
        padding-top: 70px;
        aspect-ratio: 375 / 420;
        background-image: url(../images/zixunzhongxin/zixunzhongxin_top.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: min(0.7vw, 10px) 100%;
    }

    .inner_banner .mobile h1 {
        text-align: center;
        font-size: 7vw;
        font-weight: 700;
    }

    .inner_banner .mobile h4 {
        text-align: center;
        font-size: 2.7vw;
        width: 85vw;
        margin: 5.4vw auto;
        color: #666666;
    }
}
