@charset "utf-8";
/* CSS Document */

.jiudian-1 {
    color: #E5DBD4 !important;
    font-weight: normal;
    border-left: 1px solid #D9A95E;
    padding-left: 20px;
	font-size:18px;
	font-style:italic;
}
.jiudian-2{color:#E5DBD4 !important; font-weight:normal !important;}

/* ===== 独立样式（避免冲突） ===== */
.zx4-wrap {
   
}

.zx4-card {
    background: #fff;
    border: 2px solid #EBDFD7;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.zx4-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.zx4-img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
}

.zx4-body {
    padding: 22px;
    /* margin-top: auto; */
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.zx4-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    font-family: math;
    line-height: 120%;
}

.zx4-text {
    font-size: 17px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 20px;
    flex-grow: 1;
}

.zx4-challenge {
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.zx4-quote {
    font-size: 16px;
    color: #555;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 120%;
}

.zx4-link {
    font-size: 16px;
    color: #c58b2b;
 
    transition: 0.3s;
}

.zx4-link:hover {
	   text-decoration: underline;
}

/* ===== 独立样式（qx9 前缀防冲突） ===== */
.qx9-section {
}

.qx9-card {
    background: #fff;
    border: 2px solid #EBDFD7;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.qx9-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.qx9-img-wrap {
    overflow: hidden;
}

.qx9-img {
    width: 100%;
    /* height: 240px; */
    object-fit: cover;
    transition: 0.4s;
}

.qx9-card:hover .qx9-img {
    transform: scale(1.05);
}

.qx9-body {
    padding: 24px;
}

.qx9-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    font-family: math;
}

.qx9-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #707276;
    margin-bottom: 10px;
}

.qx9-list {
    padding-left: 18px;
    margin-bottom: 15px;
    color: #555;
    font-size: 14px;
}

.qx9-list li {
    margin-bottom: 6px;
    list-style: disc;
    font-size: 16px;
}

.qx9-text {
    font-size: 16px;
    color: #221F1E;
    line-height: 1.7;
    margin-bottom: 12px;
}

.qx9-italic {
    font-style: italic;
    /* color: #221F1E; */
}

.qx9-link {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #c9822b;
    text-decoration: underline;
    transition: 0.3s;
}

.qx9-link:hover {
    color: #000;
    text-decoration: none;
}
.color-title{ color:#5F3F35;}

.jiudian-4 .time-content strong {
    color: #707276;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ===== bt7 独立样式 ===== */
.bt7-wrap {
}
/* 顶部步骤 */
.bt7-top {
	background:#2d2522;
	color:#fff;
	padding: 40px;
	margin-bottom:40px;
}
.bt7-step {
	text-align:left;
	font-size: 18px;
	color: #BCB8B7;
}
.bt7-num {
	background: #d5a354;
	display:inline-block;
	padding: 0px 15px;
	margin-bottom:10px;
	font-weight:bold;
	color: #222;
	font-size: 26px;
	border-radius: 5px;
}
/* 卡片 */
.bt7-card {
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	margin-bottom:40px;
	transition:0.3s;
}
.bt7-card:hover {
	transform:translateY(-6px);
	box-shadow:0 10px 30px rgba(0,0,0,0.1);
}
.bt7-img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.bt7-content {
	padding:25px;
}
.bt7-small {
	font-size:13px;
	color:#666;
	margin-bottom:10px
}
.bt7-title {
	font-weight:600;
	margin:10px 0
}
.bt7-box {
	background:#f3f0ec;
	padding:15px;
	border-radius:8px;
	font-size:13px;
}
.bt7-link {
	display:inline-block;
	margin-top:10px;
	color:#c98a2c;
	text-decoration:underline;
}
/* 表格 */
.bt7-table {
	background:#fff;
	border-radius:8px;
	overflow:hidden;
}
.bt7-table th {
	background:#2d2522;
	color:#fff;
	padding:15px;
}
.bt7-table td {
	padding:12px;
	font-size: 16px;
}
.bt7-highlight {
	font-weight:bold;
}
.bt7-top h2{color:#fff;margin-bottom: 30px;}
.bt7-title2{ line-height:normal; margin-top:10px;}
.bt7-table tr td:nth-child(1) {
	font-weight:bold;
}
.bt7-table tbody tr:nth-child(1){ background:#F8F1EC;}
.bt7-table tbody tr:nth-child(1) td{ padding:20px 12px;}
.bt7-table thead th {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 600;
    color: #E5DBD4;
}
/* ===== 总体 ===== */
.xlcase-wrap {
}

/* ===== 卡片 ===== */
.xlcase-box {
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    /* border-radius: 6px; */
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #EBDFD7;
}
.xlcase-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* ===== 图片区域 ===== */
.xlcase-img {
    position: relative;
    height: 100%;
}
.xlcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 图片文字 */
.xlcase-img-text {
    position: absolute;
    bottom: 52px;
    left: 40px;
    color: #fff;
    font-weight: 500;
}
.xlcase-img-text span {
    display: block;
    font-size: 20px;
    opacity: 0.9;
    color: #D5A354;
}
.xlcase-img-text strong {
    font-size: 18px;
}

/* ===== 内容区域 ===== */
.xlcase-content {
    padding: 40px !important;!i;!;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
}

/* 标题 */
.xlcase-top {
    font-size: 17px;
    color: #666;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 小标题 */
.xlcase-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 不同颜色 */
.xlcase-challenge {color: #d39b00;/* margin-bottom: 10px; */}
.xlcase-solution { color: #0c9a6b; }

/* 文本 */
.xlcase-text {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    font-style: italic;
    padding-bottom: 15px;
}

/* ===== 结果框 ===== */
.xlcase-result {
    background: #F9F5F2;
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 14px;
}

/* 列表 */
.xlcase-result ul {
    padding-left: 0px;
}
.xlcase-result li {
    margin-bottom: 10px;
    background-image: url("../jiudian-img/coin1.jpg");
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 30px;
}

/* 引用 */
.xlcase-quote {
    font-style: italic;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 1.3;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    background-image: url(../jiudian-img/coin2.jpg);
    background-repeat: no-repeat;
    background-position: 0px 28px;
    padding-left: 30px;
}

/* 链接 */
.xlcase-link {
    display: inline-block;
    margin-top: 20px;
    color: #d39b00;
    font-weight: bold;
    text-decoration: none;
}
.xlcase-link:hover {
    text-decoration: underline;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
    .xlcase-img {
        height: 260px;
    }
}
.xlcase-result{ font-size:16px;}
.jiudian-partner img{ max-width:100%;}

/* ===== 整体 ===== */
.xpfeat-wrap{
}

/* ===== 卡片 ===== */
.xpfeat-card{
    background:#fff;
    border:1px solid #ddd;
    padding:40px 30px;
    height:100%;
    transition:.3s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.xpfeat-card:hover{
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    transform:translateY(-5px);
}

/* ===== 图标 ===== */
.xpfeat-icon{
    width:60px;
    height:60px;
    /* border:1px dashed #bbb; */
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
.xpfeat-icon img{
    /* width:36px; */
}

/* ===== 标题 ===== */
.xpfeat-title{
    font-size: 20px;
    font-weight:bold;
    margin-bottom:15px;
    color:#333;
    font-family: math;
}

/* ===== 内容 ===== */
.xpfeat-text{
    font-size: 16px;
    color:#666;
    line-height:1.7;
}

/* ===== 分割线 ===== */
.xpfeat-divider{
    border-top:1px solid #ddd;
    margin:25px 0 15px;
}

/* ===== Impact ===== */
.xpfeat-impact-title{
    font-weight:bold;
    font-size: 18px;
    margin-bottom:5px;
}
.xpfeat-impact-text{
    font-size: 16px;
    color:#666;
}

/* ===== 响应式 ===== */
@media (max-width:768px){
    .xpfeat-card{
        margin-bottom:20px;
    }
}
.jiudian-dibu{ width:100%;}
.xpfeat-impact-text em{ font-style:italic;}
/* ===== 外层 ===== */
.xccomp-wrap{
}

/* ===== 主框 ===== */
.xccomp-box{
    border: 2px solid #EBDFD7;
    padding:40px;
    background:#fff;
}

/* 标题 */
.xccomp-title{
    font-size:28px;
    font-weight:bold;
    margin-bottom:30px;
}

/* ===== 每项 ===== */
.xccomp-item{
    margin-bottom:30px;
}

.xccomp-item-title{
    font-weight:bold;
    font-size: 18px;
    margin-bottom:8px;
    display:flex;
    align-items:center;
}

.xccomp-icon{
    color:#d39b00;
    font-weight:bold;
    margin-right:8px;
    font-size:18px;
}

/* 内容 */
.xccomp-text{
    font-size: 16px;
    color:#666;
    line-height:1.6;
    padding-left: 24px;
}

/* ===== SGS 虚线框 ===== */
.xccomp-sgs{
    border:2px dashed #e0cbb5;
    padding:25px;
    margin:30px 0;
    background: #F9F5F2;
}

.xccomp-sgs-title{
    font-weight:bold;
    margin-bottom:10px;
}

.xccomp-sgs-list{
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
    color:#666;
    font-size:14px;
    margin-left: 20px;
}
.xccomp-sgs-list span{
    margin-right:40px;
    font-size: 16px;
    font-weight: bold;
    color: #707276;
}

/* ===== 按钮 ===== */
.xccomp-btn{
    padding:14px 25px;
    display:inline-block;
    font-weight:bold;
    text-decoration:none;
    transition:.3s;
    border-radius:4px;
}

/* 左按钮 */
.xccomp-btn-yellow{
    background:#f4a62a;
    color:#000;
}
.xccomp-btn-yellow:hover{
    background:#e5951f;
    color:#000;
}

/* 右按钮 */
.xccomp-btn-dark{
    background:#2c2623;
    color:#fff;
}
.xccomp-btn-dark:hover{
    background:#000;
    color:#fff;
}

/* 按钮布局 */
.xccomp-btn-wrap{
    margin-top: 40px;
}

/* ===== 响应式 ===== */
@media (max-width:768px){
    .xccomp-box{
        padding:20px;
    }
    .xccomp-sgs-list{
        flex-direction:column;
    }
    .xccomp-sgs-list span{
        margin-bottom:8px;
    }
    .xccomp-btn{
        display:block;
        width:100%;
        margin-bottom:10px;
        text-align:center;
    }
}
.qx9-title2 {
    font-size: 20px;
}
/* ===== 外层 ===== */
.xoptx-wrap{
}

/* ===== 卡片 ===== */
.xoptx-card{
    background:#fff;
    border: 2px solid #EBDFD7;
    padding:30px;
    height:100%;
    transition:.3s;
    background: #F9F5F2;
}
.xoptx-card:hover{
    transform:translateY(-5px);
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

/* 标题 */
.xoptx-title{
    font-size: 24px;
    font-weight:bold;
    font-family: math;
    margin-bottom:10px;
    color: #231F1E;
}

/* 文本 */
.xoptx-text{
    /* font-size:14px; */
    color:#666;
    line-height:1.6;
    margin-bottom:15px;
}
.xoptx-text em{ font-style:italic;}

/* 按钮 */
.xoptx-btn{
    display:inline-block;
    padding:12px 20px;
    background:#f4a62a;
    color:#000;
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-decoration:none;
    border-radius:3px;
    transition:.3s;
}
.xoptx-btn:hover{
    background:#e5941f;
    color:#000;
    transform:translateY(-2px);
}

/* 小标题 */
.xoptx-subtitle{
    font-weight:bold;
    margin-top:20px;
    margin-bottom:10px;
    font-size: 18px;
}

/* 列表 */
.xoptx-list{
    padding-left:18px;
    color:#666;
    font-size:14px;
}
.xoptx-list li{
    margin-bottom:8px;
    font-size: 16px;
    position:relative;
    /* left: -10px; */
}

/* ===== Option 4 特殊 ===== */
.xoptx-link{
    color:#d39b00;
    text-decoration:underline;
    font-weight:bold;
}

/* ===== 底部 credentials ===== */
.xoptx-cred{
    background: #F9F5F2;
    padding: 50px;
    margin-top:40px;
    border-left:4px solid #d39b00;
}

.xoptx-cred-title{
    text-align:center;
    font-size: 30px;
    font-weight:bold;
    margin-bottom:30px;
    font-family: math;
}

.xoptx-cred-item{
    margin-bottom: 40px;
    font-size: 18px;
    color: #707276;
}
.xoptx-cred-item strong{
    display:block;
    margin-bottom:5px;
    font-size: 18px;
    color: #222;
}

/* ===== 响应式 ===== */
@media (max-width:768px){
    .xoptx-card{
        margin-bottom:20px;
    }
}
.xoptx-list li::before{content:"√";display:block;position:absolute;left: -16px;top: 5px;}
.jiudian-10{
    background: #fff;
    padding: 35px;
}
.jiudian-11{
    font-style: italic;
}
.jiudian-12{
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-top: 30px;
}
.jiudian-13{
    font-size: 18px;
    color: #D9A95E;
}
.jiudian20{ color:#fff; text-align:center; margin-bottom:30px; font-size:30px;}
.jiudian21{}
.jiudian22{
    font-size: 18px;
    color: #fff !important;
    font-weight: normal !important;
}
.jiudian23 .counter{ font-size:40px;}
.jiudian23 .jiahao{font-size:40px;}













