html,
body {
	width: 100%;
	height: 100%;
	/* position: relative;
    overflow-y:auto; */
}

* {
	touch-action: pan-y;
}

body {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	width: 100%;
	max-width: 750px;
	margin: auto;
	color: #333;
	background-color: #f6f5f5;
	position: relative;
}

.query {
	background: #f6f5f5 url(../images/bg.jpg) top center no-repeat;
	background-size: 100% 100%;
}

.results {
	background: #f6f5f5 url(../images/bg.jpg) top center no-repeat;
	background-size: 100% 100%;
}
.leftbg{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 1.64rem;
	height: 2.49rem;
	background: url(../images/leftbg.png) top center no-repeat;
	background-size: contain;
	z-index: -1;
}

.gradient {
	/* background: -webkit-linear-gradient(45deg, #0000ff, #d200ff);
	background: -o-linear-gradient(45deg, #0000ff, #d200ff);
	background: -moz-linear-gradient(45deg, #0000ff, #d200ff);
	background: linear-gradient(45deg, #0000ff, #d200ff); */
}


/**
 * 返回上一页
 * **/

.go-back {
	position: absolute;
	left: 0.26rem;
	top: 0.26rem;
	width: 0.48rem;
	height: 0.48rem;
	background: url(../images/back.png) top center no-repeat;
	background-size: cover;
	z-index: 999;
}


/*  返回顶部 **/

.backTop {
	position: fixed;
	display: none;
	width: 32px;
	height: 32px;
	bottom: 0.86rem;
	right: 0;
	z-index: 999;
	background: url(../images/backTop.svg) top center no-repeat;
	background-size: cover;
}

.backTop:hover,
.backTop:active {
	opacity: 0.86;
	box-shadow: 0 2px 6px #000;
	border-radius: 100%;
}

.copyright {
	width: 100%;
	color: #dbdada;
	text-align: center;
	font-size: 0.28rem;
	margin: auto;
	opacity: 0.85;
	/* background-color: #000; */
	height: 0.66rem;
	line-height: 0.66rem;
}

.copyright p {
	/*	line-height: 0.66rem;*/
}

footer a {
	color: #fff;
}

.footer-pic {
	width: 100%;
	margin: auto;
	/* margin-top: -2.6rem; */
}

img {
	width: 100%;
	height: 100%;
	display: block;
}

.margin-top-20 {
	margin-top: 20px;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px #ddd;
	margin: 0.2rem auto;
}

.syright {
	display: inline-table;
	width: 4.66rem;
}

.syright-1 {
	display: inline-table;
	width: 3rem;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.v-hide {
	visibility: hidden;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a:active {
	outline: none;
	-moz-outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
	-moz-outline: none;
}

/****提示信息***/

.Tips {
	width: 100%;
	padding: 0.15rem;
	/* background-color: rgba(0, 0, 0, 0.5); */
	background-color: #000000;
	color: #fff;
	margin: auto;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
	font-size: 0.3rem;
}

/*.g-doc {
	position: relative;
	min-height: 100%;
}*/
.delay1 {
	animation-delay: 0.25s !important;
}

.delay2 {
	animation-delay: 0.5s !important;
}

.delay3 {
	animation-delay: 0.75s !important;
}

.delay4 {
	animation-delay: 1s !important;
}

.delay5 {
	animation-delay: 1.25s !important;
}

.flex-cont {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.flex-cont-1 {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
}

.r-w {
	display: inline-block;
	width: 1.52rem;
	text-align: right;
	color: #e46600;
}

.color {
	color: #00a650;
}

.color-1 {
	color: #ff0000;
}

.flex {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	/*垂直居中*/
	justify-content: center;
	/*水平居中*/
	width: 100%;
	height: 100%;
}

.justify {
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	-webkit-text-align: justify;
	-webkit-text-align-last: justify;
	-moz-text-align: justify;
	-moz-text-align-last: justify;
	-webkit-text-justify: inter-ideograph;
	-moz-text-justify: inter-ideograph;
}

.header {
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	background: url(../images/title-bg.jpg) top center no-repeat;
	background-size: cover;
	color: #ac0003;
	font-size: 0.3rem;
	position: relative;
	padding-left: 0.68rem;
}

.header h3 {
	font-weight: normal;
}

.logo {
	width: 5rem;
	height: 4.15rem;
	margin: 0.66rem auto 0.66rem;
}

.relogo {
	width: 5rem;
	height: 4.15rem;
	margin: 0.66rem auto 0.66rem;
}

.banner {
	width: 100%;
	margin-bottom: 0.93rem;
}

.rebanner {
	width: 100%;
	margin-bottom: 0.93rem;
}

/*** 首页 **/

.line-box {
	width: 100%;
	height: 5px;
	background-color: #ac0003;
}

.card-content {
	width: 100%;
	margin: auto;
	flex: 1;
}

.public-title {
	width: 4.09rem;
	height: 0.85rem;
	line-height: 0.85rem;
	margin: 0.25rem auto;
	color: #000;
	font-size: 0.3rem;
	position: relative;
	padding-left: 0.3rem;
}

.public-title:before {
	content: "";
	position: absolute;
	top: 0.15rem;
	left: 0;
	width: 0.22rem;
	height: 0.22rem;
	border-radius: 0.22rem;
	background-color: #000;
}

.bg-color {
	background-color: #c1e1bf;
}

.borderNone {
	border: none !important;
}

.en-text {
	position: absolute;
	top: 0.28rem;
	left: 2.66rem;
	font-size: 0.2rem;
}

.content-group {
	width: 100%;
	margin-bottom: 0.45rem;
}
.desc_info {
	width: 80%;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 0.2rem;
	padding: 0.2rem;
	box-shadow: -1px 2px 2px #f5f5f5;
}
.desc_info p {
	font-size: 0.32rem;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 0.1rem;
	color: #a27b55;
}
/*******
 * 查询结果
 * *****/

.trace-header {
	width: 6.64rem;
	height: 1.24rem;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.1rem 0;
}

.query-info-cont {
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.login {
	width: 80%;
	margin: auto;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.5);
	padding: 0.8rem 0.2rem 0.1rem;
	border-radius: 0.2rem;
	box-shadow: 0 0.1rem 0 #000000, 0 -0.1rem 0 #000000; */
}

.login-bg {
	width: 100%;
	height: auto;
	background: url(../images/trace-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 0.74rem 0.7rem;
}

.btn-login {
	display: inline-block;
	width: 5rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.3rem;
	color: #ffffff;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	border-radius: 0.8rem;
	background-color: #000000;
	/* -webkit-box-shadow: 0 2px 4px rgba(255, 255, 255, .36);
	-moz-box-shadow: 0 2px 4px rgba(255, 255, 255, .36);
	box-shadow: 0 2px 4px rgba(255, 255, 255, .36); */
	margin: 0.15rem auto;
	transition: all 0.2s ease-in;
}

.scan_btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
	border: solid 1px #000000;
	color: #000000;
}

.btn-login:active {
	transform: scale(0.96);
	-webkit-transform: scale(0.96);
}

.btn-bg-color {
	background-color: #6d1a1a;
}

.t_box {
	width: 5rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
	color: #000000;
	border: solid 1px #a27b55 !important;
	-webkit-border-radius: 0.8rem !important;
	-moz-border-radius: 0.8rem !important;
	border-radius: 0.8rem !important;
	background-color: rgba(255, 255, 255, 1) !important;
	text-indent: 11ex;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .4) !important;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .4) !important;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2) !important;
}

.sfm {
	color: #000000;
	position: absolute;
	font-size: 0.3rem;
	text-align: left;
	line-height: 0.8rem;
	z-index: 10;
	margin-left: 0.24rem;
}

.query-info-cont p {
	font-size: 0.28rem;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 0.48rem;
}

.txt-cont {
	display: inline-table;
	width: 3.15rem;
}


/***
 * 追溯信息+产品信息
 * ****/

.trace-title {
	width: 100%;
	height: 0.49rem;
	margin: auto;
}

.trace-info-cont {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.trace-info-cont p {
	font-size: 0.28rem;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 0.48rem;
}

.trace-info-result {
	width: 6.34rem;
	margin: auto;
	height: auto;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
	background-color: rgba(255, 255, 255, 0.85);

	box-shadow: 0 0.1rem 0 #a27b55, 0 -0.1rem 0 #a27b55;
	padding: 0.45rem 0.35rem;
	color: #000;
}

.title-h3 {
	width: 100%;
	margin: 0.2rem auto;
	text-align: center;
	font-weight: 400;
	font-size: 0.3rem;
}

.desc-pic {
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 auto 0.13rem;
}

.trace-desc-info li {
	font-size: 0.28rem;
	line-height: 1.8;
}

.trace-desc-info li.ewm_box {
	width: 1.71rem;
	height: 1.69rem;
	margin: 0.26rem auto;
}

.trace-desc-info li a {
	color: #000 !important;
}

.trace-detail-cont {
	width: 100%;
	height: auto;
	/*background: url(../images/trace-bg1.jpg) top center no-repeat;*/
	background-size: cover;
	/*padding: 0.38rem 0.25rem;*/
}

.company-cont {
	width: 6.9rem;
	margin: auto;
}

.pro-name {
	display: block;
	width: 100%;
	margin: 0 auto 0.38rem;
	text-align: center;
	font-size: 0.3rem;
	color: #00eaf2;
}

.pro-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*子元素主轴对齐方式*/
	align-content: space-between;
	align-items: stretch;
	/*子元素交叉轴对齐方式 center*/
}

.pro-info li {
	flex: 1;
	color: #fff;
	width: 2.77rem;
	height: 4.71rem;
	padding: 0 0.05rem;
}

.pro-info li:nth-child(2) {
	width: 3.8rem;
}

.pro-info li p {
	font-size: 0.28rem;
	text-align: initial;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*子元素主轴对齐方式*/
	align-content: space-between;
	align-items: stretch;
	/*子元素交叉轴对齐方式 center*/
	margin-bottom: 0.36rem;
	line-height: 0.32rem;
}

.syright {
	flex: 1;
	width: 2rem;
}


/***
 * 原产地信息
 * ****/

.manufacturer-name {
	width: 100%;
	display: block;
	margin: 0 auto 0.38rem;
	color: #fff;
	font-size: 0.28rem;
}

.manufacturer-detail-cont {
	width: 100%;
	padding: 0.38rem 0.39rem;
}


/***
 * 证书轮播-境外官方证书
 * *************/


/*#carousel-1 {
	width: 100%;
	height: 5.23rem;
	position: relative;
	padding: 0.2rem 0.5rem;
}*/

#carousel-1,
#carousel-2,
#carousel-3 {
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 0.5rem;
	height: 5.02rem;
}

#carousel-1 .swiper-slide,
#carousel-2 .swiper-slide,
#carousel-3 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 2.88rem;
	height: 100%;
}

#carousel-1 .swiper-slide img,
#carousel-2 .swiper-slide img,
#carousel-3 .swiper-slide img {
	border-radius: 6px;
}


/**	图片预览层样式
 * **/

#origin-img {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999;
}

#origin-img .swiper-slide img {
	width: 100%;
	vertical-align: middle;
}

.swiper-zoom-container {
	background-color: #000;
}

#origin-img .swiper-pagination-fraction {
	color: #fff;
}


/*视频*/

.pro_video {
	position: relative;
	overflow: hidden;
	height: 4.61rem;
	margin-bottom: 0.25rem;
}

.pro_video video,
.pro_video .video_bg {
	position: absolute;
	z-index: 0;
}

.pro_video video {
	width: 100%;
	max-height: 4.61rem;
}

.pro_video .video_bg {
	top: 0;
	left: 0;
}

.pro_video .video_bg img {
	width: 100%;
	height: 4.61rem;
}

.pro_video .video_bg i {
	color: rgba(255, 255, 255, .7);
	position: absolute;
	top: 45%;
	left: 40%;
}

.pulse {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.bounceIn {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}