@charset "utf-8";
/* CSS Document */



/*  ***--背景-颜色--***  */
.bg-f {
	background-color: #ffffff;
}

.bg-f6 {
	background-color: #f6f6f6;
}


.bg {
	padding: 0.8rem 0.5rem;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/bg.jpg);
}

.bg_y {
	padding: 0.5rem 0.5rem;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/bg_y.jpg);
}

.bg2 {
	padding: 0.3rem 0.5rem;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/bg2.png);
}

.bg_y .tit,
.bg_y .box_tit,
.bg_y .or_box_tit,
.bg_y .li_tit {
	color: #4c240b;
}

.bg_y .cp {
	border: 2px solid #4c240b;
}

.bg_y .inp_row_list {
	border: 2px solid #4c240b;
}

.bg_y .or_box_tit::before {
	background-image: url(../images/l_leaves2.png);
}

.bg_y .or_box_tit::after {
	background-image: url(../images/r_leaves2.png);
}

.bg_y .origin_item_tit {
	background: #4c240b;
}




.tit {
	padding: 1rem 0 0.2rem;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	white-space: nowrap;
}

.li_tit {
	margin: 0rem 0.3rem 1rem;
	padding: 0.2rem;
	border-radius: 2rem;
	text-align: center;
	color: #5e93d5;
	font-weight: 600;
	font-size: 0.4rem;
	background-color: #ffffff;
}

.cp {
	border-radius: 0.4rem;
	margin-bottom: 1rem;
	/* border: 2px solid #2e6b34; */
	width: 9rem;
	/* height: 9rem; */
	height: auto;
	overflow: hidden;
}

.cp img {
	width: 100%;
	/* height: 100%; */
    border: 2px solid #2e6b34;
}

.box_tit {
	margin: 0.2rem 0 0.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #2e6b34;
	font-size: 0.5rem;
	font-weight: 700;
}

.or_box_tit {
	margin: 0.2rem 0 0.2rem;
	display: flex;
	flex-direction: row;
	text-align: center;
	color: #2e6b34;
	font-size: 0.5rem;
	font-weight: 700;
	justify-content: center;
}

.or_box_tit::before {
	content: '';
	display: inline-block;
	width: 0.4rem;
	height: 1.1rem;
	background-image: url(../images/l_leaves.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin-right: 0.3rem;
}

.or_box_tit::after {
	content: '';
	display: inline-block;
	width: 0.4rem;
	height: 1.1rem;
	background-image: url(../images/r_leaves.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin-left: 0.3rem;
}

.box_li {
	font-size: 0.26rem;
}

.cp_icon {
	display: block;
	width: 30%;
	margin: -1rem auto 0rem;
}

/*  ***--框架--***  */

.box {
	display: block;
	position: relative;
	width: 100%;
	/* min-height: 100vh; */
}

.content {
	padding: 1px 0.4rem;
}

.jd_mssg {
	padding: 0.2rem 0;
	/* border-radius: 0.3rem; */
}

.inp_box {
	margin-top: 0rem;
	padding: 0.2rem 0;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.5rem #cccccc;
	border-radius: 0.2rem;
}

.inp_box .inp_row_list {
	border: none;
	/* border-radius: 0.2rem; */

}

.origin_item_con .inp_row_list {
	border: none;
	border-radius: 0;
}

/*底部*/
.end_tex {
	position: relative;
	width: 100%;
	line-height: 0.6rem;
	padding: 0.25rem 0.6rem;
	color: #ffffff;
	font-size: 0.4rem;
	text-align: center;
	background-color: #50b62c;
}

.end_tex p {
	padding: 0.05rem 0;
}

.end_tex.on {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.fixed_link_c {
	position: fixed;
	bottom: 4rem;
	right: 0.4rem;
}

.fixed_link {
	display: block;
	width: 1.4rem;
}


.inp_row_list {
	padding: 0 0.4rem 0.2rem;
	background-color: #fffffff5;
	margin: 0rem 0 0rem;
	border: 2px solid #2e6b34;
	border-radius: 0.4rem;
}

.inp_row_list>.inp_item {
	width: 100%;
	padding: 0.2rem 0;
	color: #333333;
	font-size: 0.38rem;
	border-bottom: 1px dashed #eeeeee;
}

.inp_row_list>.inp_item:last-child {
	border-bottom: none;
}

.inp_ico {
	display: block;
	flex: none;
	width: 0.52rem;
	height: 0.52rem;
	margin-right: 0.2rem;
}

.inp_tit {
	/* display: block;
	flex: none; */
	/* min-width: 5em; */
	font-weight: 600;
	line-height: 0.54rem;
	padding: 0.15rem 0;
}

.inp_tex {
	/* display: block; */
	/* width: 100%; */
	line-height: 0.54rem;
	padding: 0rem 0;
	border: none;
	color: #666666;
	font-size: 0.38rem;
	/* background-color: #ffffff; */
}

input.inp_tex {
	height: 0.84rem;
	line-height: 0.84rem;
}

.inp_btn {
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 0.9rem;
	margin-left: 0.2rem;
	padding: 0 0.24rem 0 0.28rem;
	color: #ffffff;
	font-size: 0.38rem;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
	border: none;
	border-radius: 0.08rem;
	background-color: #50b62c;
}

.inp_btn img {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.1rem;
}

.inp_btn.btn_sweep {
	padding: 0 0.2rem;
}

.btn_sweep img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: auto;
}

.inp_row_btn {
	display: block;
	width: auto;
	height: 1.2rem;
	color: #ffffff;
	margin: 0.6rem auto 0.3rem;
	padding: 0 0.6rem;
	font-size: 0.4rem;
	text-align: center;
	border: none;
	border-radius: 0.1rem;
	background-color: #07c160;
}

.menu_case {
	padding: 0rem 0.2rem;

	/* background-color: #ffffff; */
}

.menu_case>li {}

.menu_link {
	display: block;
	padding: 0.2rem 0;
	color: #333333;
	font-size: 0.37rem;
	text-align: center;
}

.menu_link img {
	display: block;
	width: 1.6rem;
	margin: auto auto 0.2rem;
}

.article {
	line-height: 0.6rem;
	padding: 0.4rem;
	color: #333333;
	font-size: 0.38rem;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article p {
	padding: 0.18rem 0;
}

.article h1,
.article h2 {
	font-size: 0.4rem;
}

.article h1,
.article h2,
.article h4,
.article b {
	font-weight: bold;
}

.article h1,
.article span {
	color: #0587c0;
}

.article img {
	display: block;
	margin: 0.1rem auto;
}

.text_notch p,
.notch {
	text-indent: 2em;
}

.article h3 {
	padding: 0.4rem 0;
	color: #e10003;
	font-weight: bold;
	font-size: 0.6rem;
}

.article h4 {
	font-size: 0.46rem;
	font-weight: bold;
}


/*  ***--上传图片--***  */
.img_div {
	padding-top: 0.1rem;
}

.a-upload {
	display: inline-block;
	float: left;
	position: relative;
	width: 2.1rem;
	height: 2.1rem;
	margin-left: 0.4rem;
	margin-bottom: 0.4rem;
	border-radius: 0.15rem;
	background: url("../images/pic_upload.jpg") no-repeat;
	background-size: 100%;
}

.a-upload input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.isImg {
	float: left;
	position: relative;
	width: 2.1rem;
	height: 2.1rem;
	margin-left: 0.4rem;
	margin-bottom: 0.4rem;
	border: 0.03rem solid #eeeeee;
	border-radius: 0.15rem;
}

.isImg img {
	border-radius: 0.15rem;
}

.removeBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.5rem;
	margin: -0.2rem -0.2rem auto auto;
	padding: 0;
	color: #ffffff;
	border: none;
	text-align: center;
	border-radius: 100%;
	background-color: #ff4b4b;
}

.shade {
	display: block;
	padding: 0 0 0.1rem;
	color: #ff4b4b;
}

.shadeImg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.shadeImg_pos {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: auto;
	padding: 0.4rem;
	max-height: 80%;
	border-radius: 0.2rem;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}

.showImg {}



/**/

.origin_case {
	/* padding: 0rem 0rem; */
}

/* .origin_case > h2 {
	color: #111111;
	font-size: 0.5rem;
	font-weight: bold;
	text-align: center;
}
.origin_case > h3 {
	color: #50b62c;
	font-size: 0.44rem;
	font-weight: bold;
	text-align: center;
} */

.origin_item {
	margin: 0.6rem auto;
	border-radius: 0.2rem;
	overflow: hidden;
}

.origin_item_tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 1.2rem 0 0.4rem;
	color: #ffffff;
	font-size: 0.38rem;
	background: #006934;
}

.origin_item_tit::after {
	content: '\a0';
	display: block;
	position: absolute;
	top: 50%;
	right: 0.4rem;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	background: url("../images/icon_arrow.png") center no-repeat;
	background-size: 100%;
	transform: rotate(0deg);
	transition: transform 0.2s linear 0s;
}

.origin_item_tit img {
	flex: none;
	width: 0.44rem;
	height: 0.44rem;
	margin-right: 0.3rem;
}

.origin_item_tit.on::after {
	transform: rotate(180deg);
}

.origin_item_con {
	display: none;
	padding: 0.2rem;
	background-color: #ffffff;
}

.origin_item_tit.on+.origin_item_con {
	display: block;
}

.origin_inp_tit {
	padding-bottom: 0.2rem;
	color: #4785ff;
	font-size: 0.38rem;
	text-align: center;
	border-bottom: 1px solid #4785ff;
}

.origin_item_con .inp_row_list {
	/* border-bottom: 1px solid #eeeeee; */
}

.origin_item_con .inp_row_list>.inp_item {
	border-bottom: none;
}

.origin_item_con .inp_row_list>.inp_item+.inp_item {
	border-top: 1px solid #eeeeee;
}



.detect_item_con {
	padding: 0.3rem 0.4rem;
	border-radius: 0.16rem;
	background-color: #ffffff;
}

.detect_item_con+.detect_item_con {
	margin-top: 0.4rem;
}

.detect_item_con img {
	margin: 0.4rem auto 0.1rem;
}

.detect_inp_tit {
	padding-bottom: 0.3rem !important;
	color: #5b5f42 !important;
	font-size: 0.45rem !important;
	text-align: center !important;
	font-weight: 600 !important;
	border-bottom: 1px solid #d1d3c4 !important;
}

.bor {
	border: none !important;
}


/* 轮播图 */
#slideBox {
	position: relative;
	overflow: hidden;
}

.box_lb {
	position: absolute;
	z-index: 2;
	bottom: 0.1rem;
	left: 0;
	right: 0;
}

.dot_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#focus {
	position: relative;
}

.dot_box li {
	width: 0.2rem;
	height: 0.2rem;
	font-size: 0;
	background: transparent;
	border: 1px solid #000000;
	margin: 0 0.2rem;
	border-radius: 0.2rem;
	box-shadow: rgba(255, 255, 255, 0.24) 0px 2px 4px;
}

.cp .on {
	background: #222 !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}

/* 证书多图滑动 */
.zs_img {
	display: flex;
	/* 横向排列 */
	overflow-x: auto;
	/* 左右滑动 */
	scroll-snap-type: x mandatory;
	/* 滑到一张就停（可选） */
	-webkit-overflow-scrolling: touch;
	/* 顺滑 */
	gap: 10px;
	/* 图与图间距 */
	padding: 0 12px;
	/* 左右留一点 */
}

.zs_img img {
	flex: 0 0 75%;
	/* 每张占容器 75%，露出边缘提示 */
	scroll-snap-align: center;
	border-radius: 6px;
}

/* 轮播图 */
/* #slideBox {
	position: relative;
	overflow: hidden;
} */

.box_lb-top {
	position: absolute;
	z-index: 2;
	bottom: 0.1rem;
	left: 0;
	right: 0;
}

.dot_box-top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#focus-top {
	position: relative;
}

.dot_box-top li {
	width: 0.2rem;
	height: 0.2rem;
	font-size: 0;
	background: transparent;
	border: 1px solid #000000;
	margin: 0 0.2rem;
	border-radius: 0.2rem;
	box-shadow: rgba(255, 255, 255, 0.24) 0px 2px 4px;
}

.cp-top {
	border-radius: 0.4rem;
    margin-bottom: 1rem;
    /* 移除固定宽度 */
    width: 9rem;
    /* height: 9rem; */
    
    /* 新增：占满宽度并突破父容器padding */
    /* width: calc(100% + 1rem);  0.5rem左padding + 0.5rem右padding = 1rem */
    /* margin-left: -0.5rem;      抵消左侧padding */
    /* margin-right: -0.5rem;     抵消右侧padding */
    height: auto;
    overflow: hidden;
}

.cp-top img {
	width: 100%;
	/* height: 100%; */
    border: 2px solid #2e6b34;

}

.cp-top .on {
	background: #222 !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}

.focus-top.placeholder-mode .bd-top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5; /* 灰色背景 */
    min-height: 200px; /* 根据实际高度调整 */
}
.focus-top.placeholder-mode img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* 方案1：Flex 布局（最推荐） */
.focus-top .placeholder-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%; /* 继承轮播图高度 */
    background: #f0f0f0; /* 浅灰背景 */
}

.focus-top .placeholder-text {
    color: #999;
    font-size: 16px;
    text-align: center;
}