.distant_home_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #F4F4F4;
}
.distant_home_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.distant_home_banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 节目介绍 */
.distant_home_intro {
    padding: 48px 24px 0;
    background: #fff;
}
.distant_home_intro_inner {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    font-family: "SourceHanSansCNRegular";
    color: #142640;
}
.distant_home_intro_inner p {
    margin: 0;
}
.distant_home_intro .mob_show {
    display: none;
}
/* 留资表单 */
.distant_home_booking {
    background: #fff;
}
.distant_home_booking_inner {
    padding: 80px 149px 65px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}
.distant_home_booking .top_inp_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 23px;
}
.distant_home_booking .top_inp_box .inp_box {
    background: #f4f4f4;
    height: 50px;
    position: relative;
}
.distant_home_booking .top_inp_box .inp_box input {
    width: 100%;
    text-indent: 16px;
    color: #142640;
    border: 0 none;
    outline: none;
    height: 50px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: none;
    box-sizing: border-box;
}
.distant_home_booking .top_inp_box .inp_box input::placeholder {
    color: #142640;
}
.distant_home_booking .top_inp_box .inp_box .code_btn {
    position: absolute;
    right: 10px;
    color: #B10A32;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    white-space: nowrap;
}
.distant_home_booking .top_inp_box .inp_box .code_btn.disable {
    opacity: 0.6;
    cursor: not-allowed;
}
.distant_home_booking .top_inp_box .btn_box {
    height: 50px;
    color: #fff;
    background: #142640;
    font-size: 16px;
    border: 0 none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.distant_home_booking .tips_txt_box {
    padding-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    line-height: 20px;
}
.distant_home_booking .tips_check {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 3px;
}
.distant_home_booking .tips_check label {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.distant_home_booking .tips_check label input {
    display: none;
}
.distant_home_booking .tips_check label input + span {
    display: block;
    background: #f4f4f4;
    width: 12px;
    height: 12px;
    position: relative;
    border: 1px #f4f4f4 solid;
}
.distant_home_booking .tips_check label input + span::after {
    display: none;
}
.distant_home_booking .tips_check label input:checked + span {
    border: 1px #0D1C34 solid;
}
.distant_home_booking .tips_check label input:checked + span::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0D1C34;
    left: 2px;
    top: 2px;
}
.distant_home_booking .tips_txt {
    color: #5F5F5F;
    font-size: 13px;
    line-height: 20px;
    font-family: "SourceHanSansCNRegular";
}
.distant_home_booking .tips_txt a {
    color: #B10A32;
}
.distant_home_booking .tel_box {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 20px;
    align-items: center;
}
.distant_home_booking .tel_box .ltxt {
    color: #142640;
    font-size: 24px;
    letter-spacing: 5%;
    font-weight: 500;
    font-family: "SourceHanSansCNRegular";
}
.distant_home_booking .tel_box .rtel {
    display: flex;
    gap: 0 5px;
    align-items: center;
    color: #142640;
    font-size: 24px;
    letter-spacing: 5%;
}
.distant_home_booking .tel_box .rtel img {
    width: 24px;
}

/* 视频选集 */
.distant_home_video {
    padding: 80px 16px 58px;
    background: #fff;
    margin-top: 33px;
}
.distant_home_video_inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 96px;
    box-sizing: border-box;
}
.distant_home_video_head {
    text-align: center;
}
.distant_home_video_ep_title {
    margin: 0;
    color: #142640;
    font-size: 40px;
    line-height: 40px;
    font-family: "HYRunYuan-65J";
}
.distant_home_video_desc {
    margin: 32px auto 0;
    color: #595959;
    font-size: 22px;
    line-height: 38px;
}
.distant_home_video_dest {
    color: #595959;
    font-size: 22px;
    line-height: 38px;
}
.distant_home_video_frame {
    margin-top: 32px;
    box-sizing: border-box;
}
.distant_home_video_cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.distant_home_video_cover_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.distant_home_video_cover picture {
    width: 100%;
    display: block;
}
.distant_home_video_play {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translate(-50%, 0);
    z-index: 2;
    min-width: 192px;
    height: 56px;
    padding: 0 56px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "SourceHanSansCNMedium";
    cursor: pointer;
    background: transparent;
}
.distant_home_video_play.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.distant_home_episode_item.is-active .distant_home_episode_pic {
    outline: 2px solid #B10A32;
    outline-offset: -2px;
}
.distant_home_video_cover {
    cursor: pointer;
}
.distant_home_episode {
    margin-top: 32px;
}
.distant_home_episode_tit {
    text-align: center;
    color: #142640;
    font-size: 28px;
    line-height: 28px;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.distant_home_episode_tit::before,
.distant_home_episode_tit::after {
    content: "——";
    color: #142640;
}
.distant_home_episode_tit::before {
    margin-right: 12px;
}
.distant_home_episode_tit::after {
    margin-left: 12px;
}
.distant_home_episode_swiper_wrap {
    margin-top: 32px;
}
.distant_home_episode_swiper {
    overflow: hidden;
}
.distant_home_episode_swiper .swiper-slide {
    height: auto;
}
.distant_home_episode_item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.distant_home_episode_pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.distant_home_episode_pic img,
.distant_home_episode_pic picture {
    width: 100%;
    height: 100%;
    display: block;
}
.distant_home_episode_pic img {
    object-fit: cover;
}

.distant_home_episode_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.episode_nav_btn {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.episode_nav_btn img {
    width: 36px;
    height: 36px;
    display: block;
}
.episode_nav_btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.episode_nav_page {
    flex: 1;
    text-align: center;
    color: #142640;
    font-size: 20px;
    font-family: "SourceHanSansCNMedium";
}

/* 追看节目答题横幅 */
.distant_home_quiz {
    width: 100%;
}
.distant_home_quiz_mob {
    display: none;
}
.distant_home_quiz_box {
    border-bottom: 12px solid #B10A32;
    background: #142640;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.distant_home_quiz_bg {
    width: 530px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}
.distant_home_quiz_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    max-width: 1248px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 96px;
    gap: 40px;
}
.distant_home_quiz_title {
    color: #fff;
    font-family: "HYRunYuan-65J";
    font-size: 48px;
    line-height: 64px;
}
.distant_home_quiz_desc {
    margin: 16px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    font-family: "SourceHanSansCNMedium";
    font-weight: 500;
}
.distant_home_quiz_time_text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "SourceHanSansCNRegular";
    color: #fff;
    margin-top: 16px;
}
.distant_home_quiz_qr {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
}
.distant_home_quiz_qr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* 手机端底部按钮 */
.distant_home_btm_bar {
    display: none;
}

/* 视频弹窗 */
.video_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 28, 52, 0.6);
    z-index: 24;
    display: none;
    align-items: center;
    justify-content: center;
}
.video_popup.show {
    display: flex;
}
.video_popup .video_popup_box {
    position: relative;
    width: 800px;
    max-width: calc(100% - 40px);
}
.video_popup .video_popup_box video {
    width: 100%;
    display: block;
}
.video_popup .video_popup_box .close_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -48px;
    cursor: pointer;
}
.video_popup .video_popup_box .close_btn img {
    width: 100%;
}

/* 答题点击弹窗（复用 time_pop 结构，需覆盖 common.css 全局 .time_pop_* 样式） */
.distant_home_click_pop.time_pop {
    z-index: 999;
}
.distant_home_click_pop_box {
    position: relative;
}
.distant_home_click_pop .time_pop_img {
    position: relative;
    width: auto;
    min-width: 399px;
    max-width: calc(100vw - 40px);
    padding: 47px 22px 44px;
    box-sizing: border-box;
    background: #B10A32;
    overflow: hidden;
    text-align: center;
}
.distant_home_click_pop .time_pop_img_tag {
    display: none;
}
.distant_home_click_pop_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 234px;
    height: auto;
    opacity: 0.35;
    pointer-events: none;
}
.distant_home_click_pop_title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "HYRunYuan-65J", "SourceHanSansCNMedium", sans-serif;
    font-size: 50px;
    line-height: 70px;
}
.distant_home_click_pop_desc {
    position: relative;
    z-index: 1;
    margin: 8px 0 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    font-family: "SourceHanSansCNMedium", sans-serif;
}
.distant_home_click_pop_qr {
    position: relative;
    z-index: 1;
    width: 207px;
    height: 207px;
    padding: 11px;
    background: #F7E6EA;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 31px auto 0;
}
.distant_home_click_pop_qr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.distant_home_click_pop .time_pop_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: -48px;
    cursor: pointer;
    z-index: 2;
}
.distant_home_click_pop .time_pop_close img {
    width: 24px;
    height: 24px;
    display: block;
}


@media screen and (max-width: 767px) {
    .distant_home_container {
        padding-bottom: 98px;
    }
    .distant_home_btm_bar {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 20;
        width: 100%;
        padding: 20px 30px;
        background: #fff;
        box-sizing: border-box;
        border-top: 1px solid #F3F3F3;
    }
    .distant_home_btm_quiz {
        display: block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        background: #B10A32;
        box-sizing: border-box;
    }
    .distant_home_btm_quiz:hover,
    .distant_home_btm_quiz:active,
    .distant_home_btm_quiz:focus {
        color: #fff;
        text-decoration: none;
    }
    .distant_home_btm_bar.is-at-bottom {
        position: static;
    }
    .distant_home_container.is-btm-static {
        padding-bottom: 0;
    }
    .distant_home_intro {
        padding: 24px 32px 24px;
    }
    .distant_home_intro_inner {
        font-size: 16px;
        line-height: 28px;
    }
    .distant_home_intro_inner .mob_intro_title{
        font-weight: 500;
        font-family: "SourceHanSansCNMedium";
        font-size: 16px;
        line-height: 24px;
    }

    .distant_home_intro .mob_none {
        display: none;
    }
    .distant_home_intro .mob_show {
        display: block;
    }
    .distant_home_booking{
        display: none;
    }
    .distant_home_booking_inner {
        padding: 40px 16px 32px;
    }
    .distant_home_booking .top_inp_box {
        grid-template-columns: 1fr;
        gap: 12px 0;
    }
    .distant_home_booking .tel_box {
        flex-direction: column;
        gap: 8px 0;
        padding-top: 40px;
    }
    .distant_home_booking .tel_box .ltxt,
    .distant_home_booking .tel_box .rtel {
        font-size: 20px;
    }
    .distant_home_video {
        padding: 29px 0 10px;
        margin-top: 16px;
    }
    .distant_home_video_inner {
        padding: 0 16px;
    }
    .distant_home_video_ep_title {
        font-size: 24px;
        line-height: 32px;
    }
    .distant_home_video_desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 32px;
    }
    .distant_home_video_dest {
        font-size: 14px;
        line-height: 22px;
        margin: 0px;
    }
    .distant_home_video_frame {
        margin-top: 10px;
        box-sizing: border-box;
    }
    .distant_home_video_play {
        display: none;
        bottom: 24px;
        min-width: 120px;
        height: 44px;
        padding: 0 24px;
        font-size: 16px;
    }
    .distant_home_click_pop .time_pop_img {
        width: auto;
        min-width: 290px;
        max-width: calc(100vw - 32px);
        padding: 40px 20px 32px;
    }
    .distant_home_click_pop_bg {
        width: 140px;
    }
    .distant_home_click_pop_title {
        font-size: 28px;
        line-height: 36px;
    }
    .distant_home_click_pop_desc {
        margin-top: 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .distant_home_click_pop_qr {
        width: 140px;
        height: 140px;
        margin-top: 20px;
        padding: 10px;
    }
    .distant_home_click_pop .time_pop_close {
        top: -40px;
    }
    .video_popup {
        z-index: 30;
    }
    .video_popup .video_popup_box {
        width: 86%;
        max-width: none;
    }
    .video_popup .video_popup_box .close_btn {
        top: -40px;
    }
    .distant_home_episode_tit{
        font-size: 18px;
    }
    .distant_home_episode_tit::before,
    .distant_home_episode_tit::after {
        content: "—";
        color: #142640;
    }
    .distant_home_episode_tit::before {
        margin-right: 6px;
    }
    .distant_home_episode_tit::after {
        margin-left: 6px;
    }
    .distant_home_episode_swiper_wrap{
        margin-top: 18px;
    }
    .distant_home_episode_nav{margin-top: 7px;}
    .distant_home_quiz_pc {
        display: none;
    }
    .distant_home_quiz_mob {
        display: block;
        border-bottom: 8px solid #B10A32;
        background: #142640;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .distant_home_quiz_bg_mob {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: cover;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .distant_home_quiz_inner_mob {
        position: relative;
        z-index: 2;
        padding: 48px 20px 40px;
        box-sizing: border-box;
    }
    .distant_home_quiz_title_mob {
        color: #fff;
        font-family: "HYRunYuan-65J";
        font-size: 32px;
        line-height: 40px;
    }
    .distant_home_quiz_desc_mob {
        margin: 16px auto 0;
        max-width: 320px;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-family: "SourceHanSansCNRegular";
    }
    .distant_home_quiz_qr_mob {
        width: 120px;
        height: 120px;
        margin: 24px auto 0;
        background: #fff;
        padding: 6px;
        box-sizing: border-box;
    }
    .distant_home_quiz_qr_mob img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }
    .distant_home_float_btn {
        width: 54px;
        height: 54px;
        bottom: 120px;
        right: 16px;
    }
}

/* 封面页页脚样式（与 new_index.css / 大首页一致） */
footer .watch_us .title_txt {
    line-height: 21px;
}
footer .policy {
    padding-bottom: 30px;
}
.policy_one_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 48px;
}
.policy_one_list {
    display: flex;
    align-items: center;
    color: white;
    font-size: 12px;
    font-family: "SourceHanSansCNRegular";
}
.policy_one_list_title {
    font-family: "SourceHanSansCNMedium";
    font-size: 14px;
    line-height: 21px;
    margin-right: 16px;
    font-weight: 500;
}
.policy_two {
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    padding-top: 24px;
    font-family: "SourceHanSansCNRegular";
    font-size: 12px;
}
.policy_two_list_xian {
    width: 1px;
    height: 14px;
    background: #d9d9d9;
    margin: 0 8px;
}
.policy_two_list_one {
    margin-right: 16px;
    font-family: "SourceHanSansCNMedium";
    font-size: 14px;
}
footer .copyright {
    font-family: "SourceHanSansCNRegular";
}
.policy_two_list_two,
.policy_two_list_three {
    color: white;
}

/* 封面页 1v1 咨询栏（与 index.blade.php 一致） */
.consultant-bar {
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #E6E6E6;
    background: #fff;
}
.consultant-bar-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1440px;
    padding: 0 263px;
    box-sizing: border-box;
}
.consultant-bar-content {
    flex: 1;
}
.consultant-bar-title {
    font-size: 22px;
    color: #333333;
    font-family: SourceHanSansCNMedium;
}
.consultant-bar-desc {
    margin-top: 16px;
    font-size: 16px;
    color: #595959;
    font-family: SourceHanSansCNMedium;
}
.consultant-bar-qrcode {
    width: 128px;
    height: 128px;
    flex-shrink: 0;
}
.consultant-bar-qrcode img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.consultant-bar-consult-btn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .policy_one_box {
        flex-direction: column;
        gap: 32px 0;
    }
    .policy_one_list {
        flex-direction: column;
    }
    .policy_one_list_title {
        margin-right: 0;
        padding-bottom: 24px;
    }
    .policy_two {
        padding-top: 32px;
        flex-direction: column;
    }
    .policy_two_list_xian {
        display: none;
    }
    .policy_two_list_one {
        margin-right: 0;
        padding-bottom: 24px;
    }
    .policy_two_list_two {
        padding-bottom: 16px;
    }
    footer .policy {
        padding-bottom: 32px;
    }
    footer .copyright {
        padding: 16px 0;
    }

    .consultant-bar {
        padding: 24px 0;
    }
    .consultant-bar-inner {
        width: calc(100% - 60px);
        gap: 24px;
        padding: 0;
    }
    .consultant-bar-title {
        font-size: 16px;
    }
    .consultant-bar-desc {
        margin-top: 8px;
        font-size: 14px;
    }
    .consultant-bar-qrcode {
        display: none !important;
    }
    .consultant-bar-consult-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 95px;
        height: 36px;
        padding: 10px 18px;
        box-sizing: border-box;
        background: #b10a32;
        color: #fff !important;
        font-size: 14px;
        font-weight: 500;
        font-family: 'SourceHanSansCNMedium';
        text-decoration: none;
        border: none;
        cursor: pointer;
        line-height: 1;
        white-space: nowrap;
    }
    .consultant-bar-consult-btn:active {
        opacity: 0.92;
    }
}
