/* 面试题详情页 - 移动端布局（独立于 interview） */

@media screen and (max-width: 1000px) {
    .countainer .countainer-frame {
        text-align: center;
    }

    .countainer .countainer-frame .countainer-frame-head {
        font-weight: bold;
        color: #333333;
        font-size: 24px;
        padding: 25px;
        background: #f3f5f9;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .countainer .countainer-frame .countainer-frame-main div {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        padding: 0 20px;
        line-height: 2;
        color: #656565;
    }

    .countainer .countainer-frame .countainer-frame-main div b {
        flex: 1;
        text-align: left;
        color: #000000;
    }

    .countainer .countainer-frame .countainer-frame-main div span {
        flex: 1;
        text-align: left;
    }

    .countainer .countainer-frame .countainer-frame-main p {
        font-size: 16px;
        padding: 0 20px;
        text-align: left !important;
        line-height: 1.5;
        margin: 15px auto;
    }

    .countainer .countainer-btn {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .countainer .countainer-btn a {
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        display: block;
        font-weight: bold;
        background-color: #45b747;
    }

    hr {
        display: none;
    }
}

.countainer .countainer-frame .countainer-frame-main a {
    color: blue !important;
    text-decoration: underline !important;
}

.passcBox {
    overflow: hidden;
    margin: 50px auto 30px !important;
    box-shadow: 0px 20px 60px 0px rgba(32, 70, 128, 0.1);
}

.Information {
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #354d5f;
    line-height: 32px;
    margin: 50px auto 30px;
    text-align: center;
}

.passcBox p {
    margin: 40px auto 40px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #354D5F;
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    padding: 0 30px;
}

.passcBox .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 10px auto 40px;
}

.passcBox .yellowBtn {
    display: block;
    width: 257px;
    height: 44px;
    line-height: 44px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(130deg, rgba(253, 184, 37, 0.83) 0%, #fdb825 100%);
    box-shadow: 0px 2px 24px 0px rgba(252, 100, 0, 0.18);
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    position: relative;
}

.passcBox .contactBtn {
    display: block;
    width: 257px;
    height: 44px;
    line-height: 44px;
    color: #354D5F !important;
    text-decoration: none !important;
    background: #e8e8e8;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    position: relative;
}

.passcBox .contactBtn:hover,
.passcBox .contactBtn:focus,
.passcBox .contactBtn:active {
    color: #354D5F !important;
    text-decoration: none !important;
}
