@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif";
	background: #f5f6f9;
	font-size: 0.26rem;
}
html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
  }
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea{
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑","sans-serif";
}
table{
  border-collapse: collapse;
}
img{
	border: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
ul,
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl{
	clear: both;
}
.clear:after{
	content:"";
	display: block;
	clear:both;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

@font-face {
	font-family: "江西拙楷";
	src:url("../fonts/江西拙楷.otf") format("opentype"),
		url("../fonts/江西拙楷.ttf") format("truetype"),
		url("../fonts/江西拙楷.woff") format("woff");
	font-display: swap;
}


/*首页*/
.header{
	width: 100%;
	text-align: center;
	background: #06c160;
	padding-bottom: 0.24rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.title{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-family: "江西拙楷";
	color: #fff;
	font-size: 0.38rem;
}
.search{
	width: 96%;
	height: 0.55rem;
	border-radius: 0.6rem;
	background: url(../images/ind_001.png) no-repeat 0.18rem center #f5f6f9;
	background-size: 0.24rem 0.24rem;
	border: none;
	padding-left: 0.52rem;
	color: #666;
	font-size: 0.24rem;
}
.search::placeholder{
	color: #c0c0c0;
}

.video_bg{
	width: 100%;
	background: #06c160;
	padding: 1.78rem 0.15rem 0.1rem;
	position: relative;
	margin-bottom: 0.74rem;
}
.video_con{
	width: 100%;
	max-height: 2.84rem;
	border-radius: 0.1rem;
	margin: 0 auto;
	overflow: hidden;
}
.video_con video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_di{
	width: 100%;
	height: 0.61rem;
	background: url(../images/ind_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -0.5rem;
}

.jxsj{
	width: 95%;
	margin: 0 auto 0.1rem;
}
.jxsj ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jxsj li{
	height: 0.4rem;
	color: #b0b0b0;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
}
.jxsj img{
	width: 0.27rem;
	height: 0.27rem;
	margin-right: 0.1rem;
}

.menu{
	width: 100%;
	margin-bottom: 0.2rem;
}
.menu li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 0.48rem;
	color: #333;
	font-size: 0.26rem;
}
.menu img{
	width: 1.1rem;
	height: 1.1rem;
}

.advpic{
	width: 96%;
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0 auto 0.18rem;
}
.advpic img{
	height: 100%;
	object-fit: cover;
}
.product_box{
	width: 96%;
	padding-bottom: 1.6rem;
	margin: 0 auto;
}
.product_type{
	width: 100%;
	text-align: center;
	margin-bottom: 0.22rem;
}
.product_type li{
	display: inline-block;
	width: 32%;
	line-height: 0.5rem;
	color: #282828;
	font-size: 0.26rem;
}
.product_type i{
	width: 0.24rem;
	height: 0.09rem;
	background: url(../images/ind_13.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto;
	opacity: 0;
}
.product_type li.on{
	color: #07c160;
	font-weight: bold;
}
.product_type li.on i{
	opacity: 1;
}
.product{
	width: 100%;
}
.product li{
	height: 2.17rem;
	background: #fff;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.22rem;
}
.product_pic{
	float: left;
	width: 2.12rem;
	height: 2.17rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.product_pic img{
	height: 100%;
	object-fit: cover;
}
.product_right{
	float: left;
	width: calc(100% - 2.12rem);
	padding: 0.14rem 0.2rem;
}
.product_ra{
	height: 0.36rem;
	line-height: 0.36rem;
	color: #282828;
	font-size: 0.26rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_rb{
	height: 0.32rem;
	line-height: 0.32rem;
	color: #b0b0b0;
	font-size: 0.24rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_rc{
	height: 0.32rem;
	line-height: 0.32rem;
	color: #282828;
	font-size: 0.22rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.24rem 0 0.12rem;
}
.product_rc img{
	float: left;
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 50%;
	border: solid 1px #dfdfdf;
	margin: 0 0.08rem 0 0.06rem;
}
.product_rd{
	width: 100%;
	height: 0.54rem;
	background: #e8faea;
	border-radius: 0.6rem;
	overflow: hidden;
}
.product_rmb{
	float: left;
	width: 66%;
	line-height: 0.54rem;
	color: #1bbf18;
	padding-left: 0.22rem;
}
.qgj{
	font-size: 0.32rem;
	font-weight: bold;
}
.yj{
	color: #a3998f;
	font-size: 0.18rem;
	text-decoration: line-through;
	padding-left: 0.1rem;
}
.product_more{
	float: right;
	width: 32%;
	height: 0.54rem;
	line-height: 0.54rem;
	text-align: center;
	background: #06c160;
	color: #fff;
	font-size: 0.22rem;
	position: relative;
}
.product_more a{
	display: block;
}
.lightning{
	width: 0.43rem;
	height: 0.54rem;
	background: url(../images/ind_16.png) no-repeat;
	background-size: 100% 100%;
	color: #1bbf18;
	font-size: 0.22rem;
	position: absolute;
	top: 0;
	left: -0.2rem;
}
.seemore{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #bbb;
	font-size: 0.24rem;
}

.foot{
	width: 100%;
	height: 1.5rem;
	background: url(../images/foot_01.png) no-repeat center top;
	background-size: cover;
	padding-top: 0.54rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
}
.foot li{
	float: left;
	width: 20%;
	text-align: center;
	line-height: 0.34rem;
	color: #575757;
	font-size: 0.24rem;
	position: relative;
}
.foot a{
	display: block;
}
.foot_pic{
	width: 0.42rem;
	height: 0.42rem;
	position: relative;
	margin: 0 auto 0.1rem;
}
.foot_pic img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.foot li:nth-child(3){
	padding-top: 0.52rem;
}
.foot li:nth-child(3) .foot_pic{
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: -0.48rem;
	left: 50%;
	transform: translateX(-50%);
}
.img02{
	display: none;
}
.foot li.on .img01{
	display: none;
}
.foot li.on .img02{
	display: block;
}


/* 实时报价 */
.main_top{
	width: 100%;
	background: #06c160;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.main_title{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	font-size: 0.36rem;
	position: relative;
}
.arrow{
	width: 0.5rem;
	height: 0.55rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.arrow img{
	height: 100%;
}
.main_type{
	width: 100%;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.main_type ul{
	height: 0.82rem;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
}
.main_type li{
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.82rem;
	margin: 0 0.24rem;
	position: relative;
}
.main_type a{
	color: #fff;
	
}
.main_type i{
	width: 0.24rem;
	height: 0.09rem;
	background: url(../images/ssbj_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.1rem;
	display: block;
	opacity: 0;
}
.main_type li.on{
	font-weight: bold;
}
.main_type li.on i{
	opacity: 1;
}

.ssbj_box{
	padding: 2.06rem 0.15rem 1.6rem;
}
.ssbj{
	width: 100%;
}
.ssbj li{
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.14rem 0.2rem 0.24rem;
	margin-bottom: 0.14rem;
}
.ssbj_tit{
	color: #282828;
	font-size: 0.26rem;
	line-height: 0.36rem;
	margin-bottom: 0.1rem;
}
.ssbj_txt{
	color: #b0b0b0;
	font-size: 0.24rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.35rem;
}
.ssbj_jz{
	float: left;
	width: 38%;
	line-height: 0.36rem;
	color: #b0b0b0;
	font-size: 0.22rem;
}
.ssbj_scj{
	float: right;
	width: 60%;
	text-align: right;
	line-height: 0.36rem;
	color: #1bbf18;
	font-size: 0.22rem;
}
.ssbj_scj span{
	font-size: 0.26rem;
	font-weight: bold;
}


/* 农业知识 */
.nong_box{
	padding: 1.3rem 0.15rem 1.6rem;
}
.nong{
	width: 100%;
}
.nong li{
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.28rem 0.22rem 0.24rem;
	margin-bottom: 0.18rem;
}
.nong_tit{
	color: #282828;
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.nong_txt{
	color: #b0b0b0;
	font-size: 0.26rem;
	line-height: 0.44rem;
	height: 0.88rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.12rem;
}
.nong_time{
	width: 100%;
	height: 0.4rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #b0b0b0;
	font-size: 0.26rem;
}
.nong_time img{
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.13rem;
}


/* 农业知识-详情 */
.show_bg{
	width: 100%;
	min-height: 80vh;
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.2rem 0.22rem 0.28rem;
}
.show_tit{
	width: 100%;
	text-align: center;
	line-height: 0.42rem;
	color: #282828;
	font-size: 0.28rem;
	font-weight: bold;
}
.show_time{
	width: 100%;
	text-align: center;
	line-height: 0.38rem;
	color: #06c160;
	font-size: 0.24rem;
	margin: 0.12rem 0 0.27rem;
}
.show_txt{
	color: #b0b0b0;
	font-size: 0.24rem;
	line-height: 0.46rem;
	text-align: justify;
}
.show_txt img{
	border-radius: 0.1rem;
	margin: 0.1rem 0;
}


/* 平台商家 */
.pt_type{
	width: 100%;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	text-align: center;
}
.pt_type li{
	display: inline-block;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.82rem;
	margin: 0 0.24rem;
	position: relative;
}
.pt_type i{
	width: 0.24rem;
	height: 0.09rem;
	background: url(../images/ssbj_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.1rem;
	opacity: 0;
}
.pt_type li.on{
	font-weight: bold;
}
.pt_type li.on i{
	opacity: 1;
}
.pt_list{
	width: 100%;
}
.pt_list li{
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.22rem 0.22rem 0.25rem;
	margin-bottom: 0.24rem;
}
.pt_logo{
	float: left;
	width: 0.31rem;
	height: 0.31rem;
	border: solid 0.01rem #f3f3f3;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.14rem;
}
.pt_logo img{
	width: 100%;
	height: 100%;
}
.pt_tt{
	float: left;
	width: 60%;
	line-height: 0.32rem;
	color: #282828;
	font-size: 0.26rem;
}
.pt_more{
	float: right;
	line-height: 0.32rem;
	color: #06c160;
	font-size: 0.22rem;
}
.pt_more img{
	float: right;
	width: 0.1rem;
	height: 0.18rem;
	margin: 0.07rem 0 0 0.1rem;
}
.pt_txt{
	width: 100%;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.16rem 0;
}
.pt_pic{
	width: 100%;
}
.pt_pic ul{
	margin-right: -2%;
}
.pt_pic li{
	float: left;
	width: 23%;
	height: 1.6rem;
	border-radius: 0.1rem;
	padding: 0;
	margin-right: 2%;
	overflow: hidden;
}
.pt_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 团购专区 */
.proshow_box{
	padding: 1rem 0 1.8rem;
	background: #f5f6f9;
}
.proshow_pic{
	width: 100%;
}
.proshow_pic_di{
	width: 100%;
	height: 1.02rem;
	line-height: 1.02rem;
	background: #06c160;
	margin-bottom: 0.25rem;
}
.proshow_jia{
	float: left;
	padding-left: 0.36rem;
	color: #246443;
	font-size: 0.22rem;
}
.proshow_qgj{
	color: #fff;
	font-size: 0.26rem;
	padding-right: 0.2rem;
}
.proshow_qgj span{
	font-size: 0.45rem;
	font-weight: bold;
}
.proshow_dir{
	float: right;
	width: 1.18rem;
	height: 1.02rem;
	background: url(../images/tuan_02.png) no-repeat;
	background-size: 100% 100%;
}
.proshow_gg{
	float: right;
	width: 30%;
	height: 1.02rem;
	line-height: 0.4rem;
	background: #ffe938;
	color: #333;
	font-size: 0.26rem;
	display: flex;
	align-items: center;
}

.com_bg{
	width: 96%;
	padding: 0.2rem;
	background: #fff;
	border-radius: 0.1rem;
	margin: 0 auto 0.28rem;
}
.com_tit{
	color: #282828;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
}
.com_txt{
	color: #b0b0b0;
	font-size: 0.24rem;
	text-align: justify;
	line-height: 0.44rem;
	height: 1.32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.2rem;
}
.com_di{
	width: 100%;
	border-top: dashed 1px #d9d9d9;
	padding-top: 0.2rem;
}
.com_jxs{
	float: left;
	width: 70%;
	line-height: 0.36rem;
	height: 0.36rem;
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}
.com_jxs span{
	color: #033333;
	font-weight: normal;
}
.com_jxs img{
	width: 0.3rem;
	height: 0.3rem;
	border: solid 1px #e4e4e4;
	border-radius: 50%;
	margin: 0 0.12rem 0 0.05rem;
}
.com_more{
	float: right;
	color: #bbb;
	font-size: 0.24rem;
	line-height: 0.36rem;
}
.com_more img{
	float: right;
	width: 0.1rem;
	height: 0.18rem;
	margin: 0.08rem 0 0 0.18rem;
}

.proshow_bg{
	width: 96%;
	min-height: 75vh;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.1rem 0.2rem 0.2rem;
	margin: 0 auto;
}
.proshow_tit{
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	background: url(../images/tuan_04.png) no-repeat left center;
	background-size: 0.3rem 0.15rem;
	border-bottom: dashed 1px #d9d9d9;
	padding-left: 0.44rem;
	color: #333;
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.26rem;
}
.proshow{
	width: 100%;
}


/* 联系我们 */
.con_bg{
	width: 100%;
	height: 100vh;
	background: url(../images/con_01.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 0.5rem;
}
.con_bg .main_title{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.con_pic{
	width: 100%;
}
.con_box{
	width: 96%;
	height: 65vh;
	background: #fff;
	border-radius: 0.5rem;
	padding: 0.37rem 0.55rem;
	margin: 0 auto;
}
.con_txt{
	width: 100%;
	line-height: 0.46rem;
	color: #222;
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}
.con_txt span{
	color: #06c160;
}
.name{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	border: none;
	border-bottom: solid 1px #e7e7e7;
	color: #c3c3c3;
	font-size: 0.26rem;
	margin-bottom: 0.3rem;
}
.name::placeholder{
	color: #c3c3c3;
}
.btn_p{
	padding-top: 0.4rem;
}
.btn_submit{
	width: 100%;
	height: 0.84rem;
	background: #06c160;
	border: none;
	border-radius: 0.8rem;
	color: #fff;
	font-size: 0.34rem;
}


/* 避坑宝典 */
.bkbd_bg{
	width: 100%;
	min-height: 100vh;
	background: url(../images/bk_01.png) no-repeat center bottom #e5ffe2;
	background-size: 100%;
	padding: 1rem 0 0.85rem;
	margin-bottom: 1.2rem;
}
.pic{
	width: 100%;
}
.bkbd_box{
	width: 95%;
	margin: 0 auto;
}
.bkbd_a1{
	width: 100%;
	background: #05c160;
	border-radius: 0.34rem;
	padding: 0.37rem 0.1rem 0.08rem;
	position: relative;
	margin-bottom: 0.3rem;
}
.bkbd_a2{
	width: 100%;
	background: #fff;
	border-radius: 0.34rem;
	padding: 0.45rem 0.3rem 0.26rem;
}
.bkbd_a3{
	width: 100%;
	position: absolute;
	top: 0.2rem;
	left: 0;
	z-index: 2;
}
.bkbd_a4{
	color: #05c160;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.5rem;
	text-align: center;
	margin-bottom: 0.14rem;
}
.bkbd_a5{
	color: #414141;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
}
.bkbd_b1{
	width: 100%;
	background: #fff;
	border-radius: 0.34rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.13rem;
	overflow: hidden;
}
.bkbd_b2{
	width: 100%;
	text-align: center;
	line-height: 0.84rem;
	background: #05c160;
	color: #fff;
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.bkbd_b3{
	width: 94%;
	text-align: center;
	line-height: 0.56rem;
	color: #030306;
	font-size: 0.33rem;
	font-weight: bold;
	margin: 0 auto 0.32rem;
	position: relative;
}
.bkbd_b3 i{
	width: 50%;
	height: 0.2rem;
	background: #edffeb;
	position: absolute;
	left: 25%;
	bottom: 0;
}
.bkbd_b3 div{
	width: 100%;
	position: relative;
	z-index: 2;
}
.bkbd_b4{
	width: 94%;
	color: #414141;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	margin: 0 auto;
}
.bkbd_b5{
	display: inline-block;
	background: #fef13b;
	line-height: 0.58rem;
	padding: 0 0.2rem;
	color: #030306;
	font-size: 0.3rem;
	font-weight: bold;
	font-style: italic;
	border-radius: 0 0.6rem 0.6rem 0;
	margin: 0.22rem 0;
}
.bkbd_b6{
	width: 100%;
	background: #fff;
	border-radius: 0.34rem;
	padding: 0.32rem 0;
	margin-bottom: 0.28rem;
	position: relative;
}
.bkbd_b7{
	width: 100%;
	height: 0.87rem;
	background: url(../images/bk_04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: -0.48rem;
}


/* 安全中心 */
.an_bg{
	width: 100%;
	background: url(../images/an_01.jpg) repeat-x left top #f4a75f;
}
.an_di{
	width: 100%;
	min-height: 100vh;
	background: url(../images/an_02.png) no-repeat left bottom;
	background-size: 100%;
	padding: 1rem 0 1.85rem;
}
.an_a1{
	width: 100%;
	background: url(../images/an_04.png) no-repeat center top;
	background-size: 100% 0.64rem;
	padding-top: 0.36rem;
	margin-top: -1.65rem;
	position: relative;
	z-index: 2;
	margin-bottom: 0.74rem;
}
.an_a2{
	width: 87%;
	background: #fff;
	border: solid 0.03rem rgba(248, 226, 231, 0.4);
	padding: 0.18rem;
	color: #d65e0d;
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.46rem;
	margin: 0 auto;
}

.an_b1{
	width: 95%;
	background: #fef7ec;
	border-radius: 0.2rem;
	box-shadow: 0 0.15rem 0.15rem rgba(140, 115, 75, 0.4);
	padding: 0.72rem 0.22rem 0.32rem;
	margin: 0 auto 0.76rem;
	position: relative;
}
.an_b2{
	width: 88%;
	height: 0.78rem;
	line-height: 0.78rem;
	text-align: center;
	background: url(../images/an_05.png) no-repeat;
	background-size: 100% 100%;
	font-family: "江西拙楷";
	color: #fff;
	font-size: 0.36rem;
	position: absolute;
	top: -0.38rem;
	left: 6%;
	z-index: 2;
}
.an_b3{
	color: #d65e0d;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	margin-bottom: 0.24rem;
}
.an_b4{
	width: 100%;
	background: url(../images/an_06.jpg) repeat-y left top;
	background-size: 100%;
}
.an_b5{
	width: 100%;
	background: url(../images/an_07.jpg) no-repeat left top;
	background-size: 100%;
}
.an_b6{
	width: 100%;
	background: url(../images/an_08.jpg) no-repeat left bottom;
	background-size: 100%;
	min-height: 2rem;
	padding: 0.22rem 0.38rem 0.44rem;
}
.an_b7{
	background: url(../images/an_09.png) repeat left top;
	background-size: auto 0.72rem;
	line-height: 0.72rem;
	color: #9a4c0e;
	font-size: 0.26rem;
}
.an_b7 span{
	color: #de0000;
	font-weight: bold;
}

.an_c1{
	width: 95%;
	background: #fef7ec;
	border-radius: 0.2rem;
	box-shadow: 0 0.15rem 0.15rem rgba(140, 115, 75, 0.4);
	padding: 0.72rem 0.28rem 0.4rem;
	margin: 0 auto 0.76rem;
	position: relative;
}
.an_c2{
	width: 100%;
	min-height: 1.56rem;
	background: url(../images/an_10.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.1rem 0.3rem 0.1rem 0.8rem;
	color: #333;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	position: relative;
}
.an_c2 h1{
	font-size: 0.28rem;
	line-height: 0.44rem;
}
.an_c3{
	width: 100%;
	min-height: 2.97rem;
	background: url(../images/an_11.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.1rem 0.74rem 0.1rem 0.15rem;
	color: #333;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	position: relative;
}
.an_c3 h1{
	font-size: 0.28rem;
	line-height: 0.44rem;
	text-align: right;
}
.an_c4{
	width: 100%;
	min-height: 2.04rem;
	background: url(../images/an_12.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.1rem 0.3rem 0.1rem 0.8rem;
	color: #333;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	position: relative;
}
.an_c4 h1{
	font-size: 0.28rem;
	line-height: 0.44rem;
	text-align: right;
}
.an_c5{
	width: 0.66rem;
	height: 0.46rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.an_c5 img{
	width: 100%;
	height: 100%;
}
.an_c3 .an_c5{
	left: auto;
	right: -0.1rem;
}
.an_c6{
	width: 56%;
	height: 0.64rem;
	line-height: 0.62rem;
	text-align: center;
	background: linear-gradient(to right, #fe8503, #ffc843);
	border: none;
	border-bottom: solid 2px #f4720b;
	border-radius: 0.6rem;
	font-size: 0.32rem;
	color: #fff;
	font-family: "江西拙楷";
	margin: 0.3rem auto;
}
.an_c7{
	width: 100%;
}
.an_c7 ul{
	margin-right: -3%;
}
.an_c7 li{
	float: left;
	width: 47%;
	height: 2.05rem;
	border-radius: 0.05rem;
	margin: 0 3% 0.25rem 0;
	overflow: hidden;
}
.an_c7 img{
	width: 100%;
	height: 100%;
}

.an_d1{
	width: 95%;
	background: #fef7ec;
	border-radius: 0.2rem;
	box-shadow: 0 0.15rem 0.15rem rgba(140, 115, 75, 0.4);
	padding: 0.77rem 0 0.2rem;
	margin: 0 auto 0.35rem;
	position: relative;
}
.an_d2{
	width: 1.98rem;
	height: 0.78rem;
	line-height: 0.78rem;
	text-align: center;
	background: url(../images/an_05.png) no-repeat;
	background-size: 100% 100%;
	font-family: "江西拙楷";
	color: #fff;
	font-size: 0.36rem;
	position: absolute;
	top: -0.38rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.an_d3{
	width: 100%;
	line-height: 0.52rem;
	color: #d65e0d;
	font-size: 0.26rem;
	margin-bottom: 0.2rem;
}
.an_d3 span{
	display: inline-block;
	background: #ff7400;
	border-radius: 0 0.5rem 0.5rem 0;
	color: #fff;
	font-size: 0.28rem;
	padding: 0 0.25rem;
	margin-right: 0.1rem;
}
.an_d4{
	width: 92%;
	margin: 0 auto;
}
.an_d5{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	margin-bottom: 0.2rem;
}
.an_d5 h1{
	font-size: 0.28rem;
}
.an_d5 h1 i{
	width: 0.05rem;
	height: 0.05rem;
	background: #ff7400;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.2rem;
	vertical-align: middle;
}
.an_d6{
	width: 100%;
	padding-bottom: 0.25rem;
}
.an_d6 ul{
	margin-right: -1%;
}
.an_d6 li{
	float: left;
	width: 24%;
	height: 2.05rem;
	border-radius: 0.05rem;
	overflow: hidden;
	margin: 0 1% 0.1rem 0;
}
.an_d6 img{
	width: 100%;
	height: 100%;
}

.an_e1{
	width: 95%;
	background: #fef7ec;
	border-radius: 0.2rem;
	box-shadow: 0 0.15rem 0.15rem rgba(140, 115, 75, 0.4);
	padding: 0.32rem 0.26rem 0.2rem;
	margin: 0 auto;
}
.an_e2{
	width: 100%;
	text-align: center;
	line-height: 0.56rem;
	color: #d65e0d;
	font-size: 0.36rem;
	font-weight: bold;
	font-family: "江西拙楷";
	margin-bottom: 0.27rem;
	position: relative;
}
.an_e2 i{
	width: 80%;
	height: 0.12rem;
	background: #ffcba0;
	position: absolute;
	left: 10%;
	bottom: 0;
}
.an_e2 div{
	width: 100%;
	position: relative;
	z-index: 2;
}
.an_e3{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	margin-bottom: 0.5rem;
}
.an_e4{
	color: #d65e0d;
	font-size: 0.28rem;
	line-height: 0.42rem;
	text-align: right;
	font-family: "江西拙楷";
}


/* 兴旺值明细 */
.mx_box{
	width: 95%;
	padding: 1.17rem 0 1.5rem;
	margin: 0 auto;
}
.mx_title{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	color: #222426;
	font-size: 0.34rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.mx_title .arrow{
	left: 0.26rem;
}
.mx_type{
	width: 100%;
	margin-bottom: 0.3rem;
}
.mx_type ul{
	height: 0.76rem;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
}
.mx_type li{
	color: #494b54;
	font-size: 0.28rem;
	line-height: 0.7rem;
	margin-right: 0.6rem;
	position: relative;
}
.mx_type i{
	width: 85%;
	height: 0.06rem;
	background: #ff3344;
	border-radius: 0.1rem;
	display: block;
	margin: 0 auto;
	opacity: 0;
}
.mx_type li.on{
	color: #12141f;
	font-size: 0.32rem;
	font-weight: bold;
}
.mx_type li.on i{
	opacity: 1;
}
.mx_list{
	width: 100%;
}
.mx_list li{
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.24rem 0.2rem;
	margin-bottom: 0.22rem;
	display: flex;
	align-items: center;
}
.mx_left{
	float: left;
	width: 62%;
	color: #9b9b9c;
	line-height: 0.28rem;
	font-size: 0.22rem;
}
.mx_left h1{
	color: #222426;
	font-size: 0.24rem;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
}
.mx_right{
	float: left;
	width: 38%;
	text-align: right;
	font-size: 0.24rem;
	line-height: 0.3rem;
}
.pink{
	color: #f84259;
}
.green{
	color: #a9e036;
}

.bot{
	width: 100%;
	background: #fff;
	padding: 0.16rem 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
}
.bot li{
	float: left;
	width: 20%;
	text-align: center;
	line-height: 0.26rem;
	color: #555;
	font-size: 0.24rem;
}
.bot a{
	display: block;
}
.bot_pic{
	width: 0.47rem;
	height: 0.47rem;
	position: relative;
	margin: 0 auto 0.1rem;
}
.bot_pic img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bot li.on .img01{
	display: none;
}
.bot li.on .img02{
	display: block;
}

/* 平台商家详情 */
.merchant_box{
	background: #f5f6f9;
	min-height: 100vh;
	padding: 1rem 0 1.6rem;
}
.merchant_pic{
	width: 100%;
	height: 4rem;
	overflow: hidden;
}
.merchant_pic img{
	height: 100%;
	object-fit: cover;
}
.mercom{
	width: 100%;
	background: url(../images/mer_02.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0.34rem 0.32rem 0.34rem 0.8rem;
	color: #fff;
	line-height: 0.36rem;
	font-size: 0.3rem;
	font-weight: bold;
}
.mercom img{
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0.32rem;
}
.mercom_bg{
	width: 100%;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.14rem 0.34rem 0.2rem;
	margin-bottom: 0.2rem;
}
.mercom_txt{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-align: justify;
}
.mercom_line{
	width: 100%;
	height: 1px;
	border-top: dashed 1px #d9d9d9;
	margin: 0.2rem 0;
}

.factory_bg{
	width: 96%;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.1rem 0.2rem 0.2rem;
	margin: 0 auto 0.2rem;
}
.factory{
	width: 100%;
	color: #b0b0b0;
	font-size: 0.24rem;
	line-height: 0.46rem;
	text-align: justify;
}
.catalog{
	width: 100%;
}
.catalog ul{
	margin-right: -2.33%;
}
.catalog li{
	float: left;
	width: 31%;
	margin: 0 2.33% 0.18rem 0;
}
.catalog_pic{
	width: 100%;
	height: 2.1rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.catalog_pic img{
	height: 100%;
	object-fit: cover;
}
.catalog_txt{
	color: #b0b0b0;
	font-size: 0.24rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.catalog_price{
	color: #06c160;
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.46rem;
	height: 0.46rem;
	overflow: hidden;
}
.catalog_price span{
	font-size: 0.22rem;
	font-weight: normal;
}