/* 培训查询 */

.notice_content .neirong {
    padding: 50px 62px 80px 62px;
    /* width: 1270px; */
    min-height: 700px;
    background-color: #fff;
    border: solid 2px #e8e8e8;
}

.notice_content .peixun {
    /* padding-bottom: 20px; */
    font-size: 25px;
    line-height: 65px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.notice_content .peixun span {
    padding-bottom: 17px;
    border-bottom: 3px solid #419ff7;
}

.notice_content .y_box {
    margin: 0 auto;
    /* width: 1170px; */
    /* heighuut: 46px; */
    background-color: #fff8e4;
    border: 1px dashed #f7c64f;
    font-size: 15px;
    line-height: 46px;
    color: #f7c64f;
    margin-bottom: 50px;
}

.notice_content .y_box span {
    display: block;
    margin-left: 20px;
}

.notice_content .biaodan {
    margin: 0 auto;
    width: 680px;
    height: 44px;
    /* margin-bottom: 100px; */
}

.notice_content .biaodan .hao {
    display: inline-block;
    width: 300px;
    height: 50px;
    border: 1px solid #d1cdcd;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.notice_content .biaodan .ming {
    display: inline-block;
    /* float: left; */
    width: 200px;
    height: 50px;
    border: 1px solid #d1cdcd;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.notice_content .biaodan .btn {
    border-radius: 5px;
    width: 140px;
    height: 50px;
    background-color: #419ff7;
}

.notice_content .biaodan .hao input {
    border-radius: 5px;
    width: 275px;
    outline: none;
    margin-left: 20px;
    line-height: 46px;
    border: none;
    font-size: 14px;
    display: inline;
}

.notice_content .biaodan .ming input {
    border-radius: 5px;
    outline: none;
    display: inline-block;
    margin-left: 20px;
    width: 175px;
    line-height: 46px;
    font-size: 14px;
    border: none;
}

.notice_content .biaodan .btn input {
    width: 100px;
    background-color: #419ff7;
    border: none;
    color: #fff;
    line-height: 36px;
}

.notice_content .tips_img .img {
    margin: 0 auto;
    width: 231px;
    height: 186px;
    margin-bottom: 20px;
}

.notice_content .tips_img .text {
    text-align: center;
    font-size: 16px;
    color: #999;
}

.notice_content .tips_img {
    margin-top: 80px;
}


/* 我的培训 */

.notice_content .shipin {
    overflow: hidden;
    padding: 33px 62px 70px 62px;
    background-color: #fff;
    border: solid 2px #e8e8e8;
}

.notice_content .shipin .wenzi {
    margin-bottom: 22px;
    width: 350px;
    height: 57px;
    float: left;
}

.notice_content .shipin .wenzi .biaoti {
    width: 330px;
    height: 31px;
    margin-bottom: 5px;
}

.notice_content .shipin .wenzi .riqi {
    width: 144px;
    height: 21px;
    color: #999;
}

.notice_content .bigbox.train-detail-badges {
    margin-top: 20px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    width: auto;
    max-width: 100%;
    min-height: 36px;
    height: auto;
}

/* 培训详情：学习状态 / 证书状态标签（与站点主色 #419ff7、点缀金 #F7C641 协调） */
.notice_content .bigbox.train-detail-badges .train-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0 16px;
    height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.notice_content .bigbox.train-detail-badges .train-tag span {
    line-height: 1.2;
}

/* 进行中：主色描边 + 浅蓝底 */
.notice_content .bigbox.train-detail-badges .train-tag--ongoing {
    color: #419ff7;
    border-color: #8cc5fb;
    background-color: #f0f8ff;
}

/* 已完成：绿色成功态 */
.notice_content .bigbox.train-detail-badges .train-tag--done {
    color: #389e0d;
    border-color: #95de64;
    background-color: #f6ffed;
}

/* 未购买：警示色（与面包屑金系区分，偏琥珀） */
.notice_content .bigbox.train-detail-badges .train-tag--nopay {
    color: #d48806;
    border-color: #ffd591;
    background-color: #fffbe6;
}

/* 申请证书：主色实心按钮 */
.notice_content .bigbox.train-detail-badges .train-tag--cert-apply {
    min-width: 104px;
    padding: 0 18px;
    color: #fff;
    border-color: #419ff7;
    background-color: #419ff7;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(65, 159, 247, 0.35);
}

.notice_content .bigbox.train-detail-badges .train-tag--cert-apply:hover {
    border-color: #2d8ae8;
    background-color: #2d8ae8;
    box-shadow: 0 2px 8px rgba(45, 138, 232, 0.45);
}

.notice_content .bigbox.train-detail-badges .train-tag--cert-apply:hover span {
    color: #fff;
}

/* 已申请证书：中性灰、不可点 */
.notice_content .bigbox.train-detail-badges .train-tag--cert-applied {
    min-width: 104px;
    padding: 0 18px;
    color: #8c8c8c;
    border-color: #d9d9d9;
    background-color: #fafafa;
    cursor: default;
}

/* 证书申请弹窗（培训详情页） */
.train-cert-modal .train-cert-modal__panel {
    background: #fff;
    width: 500px;
    max-width: 92vw;
    margin: 100px auto;
    padding: 28px 32px 32px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.train-cert-modal__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.train-cert-modal__form {
    margin-top: 16px;
}

.train-cert-modal__field {
    margin-bottom: 16px;
}

.train-cert-modal__field label {
    display: block;
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
}

.train-cert-modal__textarea,
.train-cert-modal__input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.train-cert-modal__textarea:focus,
.train-cert-modal__input:focus {
    outline: none;
    border-color: #419ff7;
}

.train-cert-modal__textarea {
    min-height: 80px;
    resize: vertical;
}

.train-cert-modal__actions {
    margin-top: 20px;
    text-align: right;
}

.train-modal-btn {
    display: inline-block;
    min-width: 88px;
    padding: 8px 20px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.train-modal-btn--ghost {
    color: #666;
    background: #fff;
    border-color: #d9d9d9;
}

.train-modal-btn--ghost:hover {
    color: #419ff7;
    border-color: #419ff7;
    background: #f0f8ff;
}

.train-modal-btn--primary {
    color: #fff;
    background: #419ff7;
    border-color: #419ff7;
}

.train-modal-btn--primary:hover {
    background: #2d8ae8;
    border-color: #2d8ae8;
}

.notice_content .video {
    position: relative;
    width: 1152px;
    height: 645px;
    margin-top: 80px;
    background-color: #fff8e4;
}

.notice_content .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* 结算成功 */

.notice_content .big {
    height: 55px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.notice_content .big .jiesuan {
    overflow: hidden;
    margin-top: 20px;
}

.notice_content .big .jiesuan img {
    top: -10px;
}

.notice_content .big .jiesuan span {
    margin-left: 20px;
    font-size: 22px;
    color: #419ff7;
}

.notice_content .big .jiesuan .xian {
    position: absolute;
    width: 98px;
    height: 12px;
    background-color: #419ff7;
    opacity: 0.4;
    top: 43px;
    left: 55px;
}

.notice_content .big .jiesuan .xian_jie {
    position: absolute;
    width: 98px;
    height: 12px;
    background-color: #419ff7;
    opacity: 0.4;
    top: 43px;
    left: 56px;
}

.notice_content .big .jiesuan .xian_car {
    position: absolute;
    width: 70px;
    height: 12px;
    background-color: #419ff7;
    opacity: 0.4;
    top: 43px;
    left: 68px;
}

.notice_content .big .jindu {
    /* margin-left: 50px; */
    position: relative;
    /* top: 60px; */
    overflow: hidden;
    float: right;
    /* width: 432px; */
    /* height: 28ex; */
    top: -50px;
}

.notice_content .big .jindu .quan {
    padding-right: 20px;
    position: relative;
    z-index: 200;
}

.notice_content .big .jindu .quan .blue {
    background-color: #419ff7;
    border: #96c6f2 2px solid;
}

.notice_content .big .jindu .quan span {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #c3c6c8;
    border: #d8d9da 2px solid;
    display: inline-block;
    margin-right: 163px;
}

.notice_content .big .jindu .xian1 {
    position: absolute;
    width: 360px;
    height: 2px;
    background-color: #419ff7;
    top: 10px;
    left: 20px;
    z-index: 50;
}

.notice_content .big .jindu .xian_box {
    position: absolute;
    width: 360px;
    height: 2px;
    background-color: #419ff7;
    top: 10px;
    left: 20px;
    z-index: 50;
}

.notice_content .big .jindu .xian2 {
    position: absolute;
    width: 360px;
    height: 2px;
    background-color: #ccc;
    top: 10px;
    left: 20px;
    z-index: 0;
}

.notice_content .big .wenben {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 830px;
    top: 30px;
}

.notice_content .big .wenben ul li {
    /* position: absolute; */
    text-align: center;
    float: left;
    color: #666;
    margin-right: 120px;
}

.notice_content .mianban {
    padding: 200px 62px 200px 62px;
    background-color: #fff;
    border: solid 2px #e8e8e8;
}

.notice_content .mianban .tu {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.notice_content .mianban .zi {
    width: 105px;
    /* display: block; */
    margin: 0 auto;
    /* text-align: center; */
    font-size: 26px;
    color: #666;
    margin-bottom: 40px;
}

.notice_content .biaoqian {
    margin: 0 auto;
    width: 380px;
}

.notice_content .biaoqian span a {
    text-align: center;
    line-height: 46px;
    display: inline-block;
    color: #fff;
}

.notice_content .biaoqian .a1 {
    width: 150px;
    height: 46px;
    background-color: #419ff7;
    border-radius: 25px;
    border: 0;
    font-size: 18px;
    color: #fff;
}

.notice_content .biaoqian .a2 {
    margin-left: 50px;
    width: 150px;
    height: 46px;
    border: 0;
    border-radius: 25px;
    background-color: #babec1;
    color: #fff;
    font-size: 18px;
}


/* 答疑解惑 */

.right_box .bao {
    padding: 54px 125px 414px 70px;
}

.right_box .bao .ti span {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

.right_box .bao .ti div {
    display: inline-block;
    width: 666px;
    height: 50px;
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    padding-left: 20px;
}

.right_box .bao div .shouji {
    display: block;
    width: 640px;
    outline: none;
    border: 0;
    line-height: 46px;
    background-color: none;
    color: #999;
    /* font-size: 14px; */
    /* height: 650px; */
}

.right_box .bao .yige {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    float: left;
}

.right_box .bao .wen {
    float: right;
    padding-right: 20px;
}

.right_box .bao .wen div {
    float: left;
    display: inline-block;
    width: 666px;
    height: 163px;
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    padding-left: 20px;
}

.right_box .bao .wen .qing {
    display: block;
    width: 640px;
    outline: none;
    border: 0;
    background-color: none;
    /* color: #999; */
}

.right_box .bao .jiao {
    display: inline-block;
    width: 240px;
    height: 50px;
    background-color: #419ff7;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin-left: 60px;
    margin-right: 100px;
}

.right_box .bao .quxiao {
    display: inline-block;
    width: 240px;
    height: 50px;
    background-color: #9da1a4;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}

.right_box .bao .jiao a {
    display: block;
    width: 240px;
    height: 50px;
}

.right_box .bao .quxiao a {
    display: block;
    width: 240px;
    height: 50px;
}

textarea::-webkit-input-placeholder {
    color: #999;
}


/* 我的答疑 */

.right_box .wode {
    width: 920px;
    min-height: 700px;
    padding: 0px 12px 50px 12px;
}

.right_box .wode .one img {
    width: 26px;
    height: 26px;
}

.right_box .wode .one {
    margin-top: 25px;
    /* height: 90px; */
    padding-bottom: 20px;
    border-bottom: 1px #dcd9d9 dashed;
}

.right_box .wode .one .shang {
    display: block;
    color: #666;
    margin-bottom: 22px;
    font-size: 16px;
}

.right_box .wode .one .xia {
    display: block;
    color: #999;
    font-size: 16px;
}