@charset "utf-8";
/* ============================================================
   消防设施操作员专题页 - 沿用 zyjn 命名风格 (xfczy- 前缀)
   主色：深红 #C8192C / 亮红 #E63A3A / 橙 #FFA852
   ============================================================ */
*{margin:0;padding:0;box-sizing:border-box}
body{
    background:#fff;
    font-family:'Microsoft YaHei','PingFang SC','微软雅黑',sans-serif;
    color:#333;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}
.xfczy-wrap{width:100%;overflow:hidden}
.xfczy-cnt{
    width:1200px;
    margin:0 auto;
    position:relative;
}
img{display:block;max-width:100%}

/* ============================================================
   SECTION 1 - 顶部 Banner（消防员整图）
   ============================================================ */
.xfczy-banner{
    position:relative;
    width:100%;
    height:610px;
    background:url('../images/bg-banner-firefighter.jpg') center top/cover no-repeat #C8192C;
}
.top-tle{
    width:100%;
    height: 86px;
    float: left;
    text-align: center;
    font-size: 60px;
    color:#fff;
    margin-top: 180px;
}
/* 中央橙色报名按钮 - 按设计图位置覆盖 */
.xfczy-banner-btn{
    width: 599px;
    position:absolute;
    top:300px;
    left:50%;
    transform:translateX(-50%);
    display:inline-block;
    padding:0 52px;
    height:69px;
    line-height:69px;
    font-size:32px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
    border-radius:35px;
    background:linear-gradient(135deg,#FFC36A 0%,#FF9B45 50%,#F77C2C 100%);
    box-shadow:0 6px 20px rgba(230,58,58,.35);
    letter-spacing:1px;
    transition:all .25s ease;
    z-index:5;
    text-align: center;
}
.xfczy-banner-btn:hover{
    transform:translateX(-50%) translateY(-2px);
    box-shadow:0 10px 28px rgba(230,58,58,.5);
    color:#fff;
}
.menuArea{
    width: 100%;
    height: 70px;
    float: left;
    background-color: #000;
    opacity: .2;
    margin-top: -70px;
    position: relative;
    z-index: 0;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.menu{
    width: 1200px;
    float: left;
    position: relative;
    z-index: 10;
    margin-top: -70px;
}
.menu li{
    width: 200px;
    float: left;
    height: 70px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    color:#fff;
    font-size: 16px;
    line-height: 70px;
}

/* ============================================================
   SECTION 2 - 官方权威晋升课（浅灰建筑+红卡信息块）
   ============================================================ */
.xfczy-authority{
    padding:75px 0 65px;
    background:url('../images/bg-light-stripes.jpg') center top/cover no-repeat #fafbfd;
}
.xfczy-authority-header{
    text-align:center;
    margin-bottom:42px;
}
.xfczy-authority-header h2{
    font-size:36px;
    font-weight:bold;
    color:#333;
    line-height:1.4;
    letter-spacing:2px;
}
.xfczy-authority-header h2 em,
.xfczy-authority-header h2 .em{
    color:#C8192C;
    font-style:normal;
}
.xfczy-authority-block{
    display:block;
    width:1200px;
    height:auto;
    margin:0 auto;
    border-radius:8px;
}

/* ============================================================
   SECTION 3 - "养老职业，高薪入职"适配全人群报考（红色渐变+3张白卡）
   ============================================================ */
.xfczy-fit{
    padding:70px 0 65px;
    background:url('../images/bg-red-gradient-curve.jpg') center top/cover no-repeat #C8192C;
}
.xfczy-fit-header{
    text-align:center;
    margin-bottom:42px;
    color:#fff;
}
.xfczy-fit-header h2{
    font-size:32px;
    font-weight:700;
    line-height:1.5;
    letter-spacing:1px;
}
.xfczy-fit-header h2 em{
    color:#FFE08A;
    font-style:normal;
}
.xfczy-fit-header p{
    width:900px;
    margin:16px auto 0;
    font-size:14px;
    color:rgba(255,255,255,.9);
    line-height:1.8;
    letter-spacing:.5px;
}
.xfczy-fit-grid{
    display:flex;
    gap:24px;
    margin-top:38px;
}
.xfczy-fit-card{
    flex:1;
    background:#fff;
    border-radius:10px;
    padding:40px 28px 34px;
    box-shadow:0 6px 24px rgba(0,0,0,.1);
    text-align:center;
    transition:all .25s;
    cursor: pointer;
}
.xfczy-fit-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 32px rgba(0,0,0,.16);
}
.xfczy-fit-icon{
    width:70px;
    height:70px;
    margin:0 auto 22px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.xfczy-fit-icon img{
    width:70px;
    height:70px;
}
.xfczy-fit-title{
    font-size:18px;
    font-weight:normal;
    color:#333;
    margin-bottom:25px;
    line-height:1.4;
}
.xfczy-fit-desc{
    font-size:14px;
    color:#666;
    line-height:22px;
    text-align:left;
}
.xfczy-fit-desc p{
    margin-bottom:10px;
    color:#999;
}
.xfczy-fit-desc p:last-child{
    margin-bottom:0;
}
.xfczy-fit-desc strong{
    font-weight:700;
    color:#333;
}

/* ============================================================
   SECTION 4 - 六大核心服务 全程无忧备考拿证（浅灰条纹+6张白卡）
   ============================================================ */
.xfczy-service{
    padding:70px 0;
    background:url('../images/bg-light-stripes.jpg') center top/cover no-repeat #f5f7fa;
}
.xfczy-service-header{
    text-align:center;
    margin-bottom:42px;
}
.xfczy-service-header h2{
    font-size:36px;
    font-weight:700;
    color:#222;
    line-height:1.4;
    letter-spacing:2px;
}
.xfczy-service-header h2 em{
    color:#C8192C;
    font-style:normal;
}
.xfczy-service-header p{
    width:960px;
    margin:14px auto 0;
    font-size:13px;
    color:#666;
    line-height:1.8;
    letter-spacing:.5px;
}
.xfczy-service-grid{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
}
.xfczy-service-card{
    flex:0 0 calc((100% - 48px) / 3);
    max-width:384px;
    background:#fff;
    border-radius:10px;
    padding:28px 24px;
    box-shadow:0 4px 18px rgba(200,25,44,.06);
    transition:all .25s;
    display:flex;
    align-items:flex-start;
}
.xfczy-service-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 24px rgba(200,25,44,.12);
    cursor: pointer;
}
.xfczy-service-icon{
    flex-shrink:0;
    width:56px;
    height:56px;
    margin-right:18px;
}
.xfczy-service-icon img{
    width:56px;
    height:56px;
}
.xfczy-service-body{
    flex:1;
    min-width:0;
}
.xfczy-service-name{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
    line-height:1.4;
    margin-top: 15px;
}
.xfczy-service-desc{
    width: 320px;
    float: left;
    margin-left: -65px;
    margin-top: 25px;
    font-size:13px;
    color:#666;
    line-height:22px;
    text-align:justify;
}

/* ============================================================
   SECTION 5 - 消防设施操作员报名条件和报名资料要求（红色条纹）
   ============================================================ */
.xfczy-register{
    padding:70px 0 65px;
    background:url('../images/bg-red-stripes.jpg') center top/cover no-repeat #C8192C;
}
.xfczy-register-header{
    text-align:center;
    margin-bottom:38px;
    color:#fff;
}
.xfczy-register-header h2{
    font-size:30px;
    font-weight:700;
    line-height:1.5;
    letter-spacing:1px;
    text-shadow:0 2px 10px rgba(0,0,0,.15);
}

/* 三个报名条件卡 */
.xfczy-condition-list{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:40px;
    position: relative;
    z-index: 10
}
.xfczy-condition-card{
    padding:35px 28px;
    display:flex;
    align-items:flex-start;
    margin-bottom: -55px;
    color:#fff;
}
.xfczy-condition-icon{
    flex-shrink:0;
    width:56px;
    height:56px;
    margin-right:20px;
}
.xfczy-condition-icon img{
    width:56px;
    height:56px;
}
.xfczy-condition-body{
    flex:1;
    min-width:0;
}
.xfczy-condition-title{
    font-size:17px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
    margin-top: 5px;
}
.xfczy-condition-text{
    font-size:13px;
    color:#fff;
    line-height:22px;
    text-align:justify;
}
.xfczy-bg1{
    width: 100%;
    float: left;
    background-color: #fff;
    height: 390px;
    margin-top: -380px;
    opacity: 0.2;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    box-shadow:0 4px 18px rgba(0,0,0,.1);
}
.xfczy-bg2{
    width: 100%;
    float: left;
    background-color: #fff;
    height: 180px;
    margin-top: -180px;
    opacity: 0.2;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    box-shadow:0 4px 18px rgba(0,0,0,.1);
}

/* 报名资料要求卡 */
.xfczy-material-card{
    border-radius:10px;
    padding:26px 28px;
    display:flex;
    align-items:flex-start;
    gap:22px;
}
.xfczy-material-icon{
    flex-shrink:0;
    width:56px;
    height:56px;
}
.xfczy-material-icon img{
    width:56px;
    height:56px;
}
.xfczy-material-body{
    flex:1;
    min-width:0;
}
.xfczy-material-title{
    font-size:17px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
}
.xfczy-material-body ul{
    list-style:none;
}
.xfczy-material-body li{
    font-size:13px;
    color:#fff;
    line-height:24px;
}
.xfczy-material-images{
    flex-shrink:0;
    display:flex;
    gap:12px;
}
.xfczy-material-img{
    height:135px;
    background:#F5F7FA;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#999;
    font-size:12px;
    text-align:center;
}
.xfczy-material-img img{
    height: 135px;
}

/* ============================================================
   SECTION 6 - 标准化报考流程 透明可溯源（浅蓝白建筑+步骤卡）
   ============================================================ */
.xfczy-flow{
    padding:70px 0 65px;
    background:url('../images/bg-light-blue-arch.jpg') center top/cover no-repeat #f0f6fc;
}
.xfczy-flow-header{
    text-align:center;
    margin-bottom:42px;
}
.xfczy-flow-header h2{
    font-size:32px;
    font-weight:700;
    color:#222;
    line-height:1.4;
    letter-spacing:2px;
}
.xfczy-flow-header h2 em{
    color:#C8192C;
    font-style:normal;
}
.xfczy-flow-box{
    background:#fff;
    border-radius:10px;
    padding:42px 50px;
    box-shadow:0 4px 18px rgba(0,0,0,.06);
}
.xfczy-flow-list{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:repeat(4,auto);
	gap:20px 40px;
}
.xfczy-flow-li{
	padding-left:18px;
	font-size:14px;
	color:#555;
	line-height:1.7;
	position:relative;
}
.xfczy-flow-li .dot{
    position:absolute;
    left:0;
    top:7px;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#C8192C;
}
.xfczy-flow-li .dot1{
     position:absolute;
     left:0;
     top:5px;
     width:13px;
     height:13px;
     border-radius:50%;
     background:#C8192C;
    opacity: .2;
    margin-left: -2px;
 }
.xfczy-flow-li strong{
	color:#333;
	font-weight:700;
}

/* ============================================================
   SECTION 7 - 选对机构 毕业勿信"不会良心被欺骗"（红色渐变+6个优势卡）
   ============================================================ */
.xfczy-choose{
    padding:70px 0;
    background:url('../images/bg-red-simple-gradient.jpg') center top/cover no-repeat #C8192C;
}
.xfczy-choose-header{
    text-align:center;
    margin-bottom:42px;
    color:#fff;
}
.xfczy-choose-header h2{
    font-size:32px;
    font-weight:700;
    line-height:1.5;
    letter-spacing:1px;
}
.xfczy-choose-header h2 em{
    color:#FFE08A;
    font-style:normal;
}
.xfczy-choose-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
}
.xfczy-choose-card{
	background:rgba(255,255,255,.2);
	border-radius:10px;
	padding:24px 22px;
	display:flex;
	align-items:flex-start;
	transition:all .25s;
    cursor: pointer;
}
.xfczy-choose-card:hover{
	background:rgba(255,255,255,.28);
    cursor: pointer;
}
.xfczy-choose-card .ico{
	flex-shrink:0;
	width:56px;
	height:56px;
	margin-right:16px;
}
.xfczy-choose-card .ico img{
	width:56px;
	height:56px;
}
.xfczy-choose-card .body{flex:1;min-width:0}
.xfczy-choose-card .title{
	font-size:15px;
	font-weight:700;
	color:#fff;
	margin-bottom:7px;
	line-height:1.4;
}
.xfczy-choose-card .desc{
	font-size:13px;
	color:rgba(255,255,255,.9);
	line-height:22px;
}

/* ============================================================
   SECTION 8 - 报名入口（浅蓝白建筑+电话+二维码+表单）
   ============================================================ */
.xfczy-entry{
	padding:70px 0 60px;
	background:url('../images/bg-blue-building.jpg') center top/cover no-repeat #f0f6fc;
}
.xfczy-entry-header{
	text-align:center;
	margin-bottom:36px;
}
.xfczy-entry-header h2{
	font-size:32px;
	font-weight:700;
	color:#222;
	line-height:1.4;
	letter-spacing:2px;
}
.xfczy-entry-header p{
	margin-top:12px;
	font-size:13px;
	color:#666;
	letter-spacing:.5px;
}
.xfczy-entry-bar{
	display:flex;
	align-items:center;
	gap:40px;
	background:#fff;
	border-radius:10px;
	padding:32px 50px;
	box-shadow:0 4px 18px rgba(200,25,44,.08);
}
.xfczy-entry-phone{
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:18px;
}
.xfczy-entry-phone-ico{
	flex-shrink:0;
	width:72px;
	height:72px;
}
.xfczy-entry-phone-ico img{
	width:72px;
	height:72px;
}
.xfczy-entry-phone-info .lbl{
	font-size:14px;
	color:#666;
	margin-bottom:6px;
}
.xfczy-entry-phone-info .tel{
	font-size:26px;
	font-weight:700;
	color:#C8192C;
	line-height:1.3;
}
.xfczy-entry-phone-info .sub{
	font-size:13px;
	color:#888;
	font-weight:400;
	margin-left:6px;
}
.xfczy-entry-qrcode{
	flex-shrink:0;
}
.xfczy-entry-qrcode-img{
	width:130px;
	height:130px;
	background:#F5F7FA;
	border-radius:6px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#999;
	font-size:12px;
}
.xfczy-entry-tip{
	flex:1;
	font-size:14px;
	color:#666;
	line-height:1.9;
}
.xfczy-entry-tip strong{
	color:#C8192C;
	font-weight:700;
}

/* ============================================================
   SECTION 9 - 底部
   ============================================================ */
.xfczy-footer{
    padding:36px 0;
    background:#fff;
    border-top:1px solid #f0f0f0;
    text-align:center;
}
.xfczy-footer p{
    font-size:13px;
    color:#888;
    line-height:1.8;
}
.xfczy-footer .tel{
    color:#C8192C;
    font-weight:700;
}

/* ============================================================
   浮动电话按钮
   ============================================================ */
.xfczy-float-phone{
    position:fixed;
    right:32px;
    bottom:90px;
    width:84px;
    height:84px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 8px 28px rgba(200,25,44,.3);
    cursor:pointer;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s;
    text-decoration:none;
}
.xfczy-float-phone img{
    width:84px;
    height:84px;
}
.xfczy-float-phone:hover{
    transform:scale(1.08);
    box-shadow:0 12px 36px rgba(200,25,44,.5);
}
/* 蒙版层 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* 黑色透明蒙版 */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 弹窗盒子 */
.popup-box {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.popup-box img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: -32px;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

/* 弹窗显示类 */
.mask.show {
    display: flex;
}