﻿@charset "utf-8";
/* CSS Document */



/**-- 背景 --**/
.bg_f {
	position: relative;
	background-color: #ffffff;
}
.bg_f8 {
	position: relative;
	background-color: #f8f8f8;
}
/*
.bg {
	position: relative;
	background: url("../images/bg.jpg") top center no-repeat;
	background-size: cover;
}
*/

/**-- 框 --**/
html {}
body { min-height: 100vh;}
.box {
	color: #333;
	font-size: 0.36rem;
	padding-bottom: 1.28rem;
}
.content {
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0.72rem;
	padding-right: 0.72rem;
	z-index: 2;
}


/**-- 字符间距 --**/
.zt4_3 {
	letter-spacing: 0.65em;
	margin-right: -0.5em;
}


/**-- 标题栏 --**/
.title {
	width: 100%;
	max-width: 10rem;
	color: #ffffff;
	font-size: 0.52rem;
	text-align: center;
	background-color: #e60012;
}
.top {
	position: relative;
	display: block;
	width: 100%;
	height: 1.38rem;
	line-height: 1.38rem;
	font-size: 0.44rem;
}
.end {
	position: relative;
	width: 100%;
	line-height: 0.46rem;
	padding: 0.28rem 0.4rem 0.2rem;
	color: #140e0b;
	font-size: 0.36rem;
	border-top: 0.04rem solid #0080c9;
	text-align: center;
	background-color: transparent;
	z-index: 3;
}
.end i {
	display: block;
	width: 100%;
	font-size: 0.22rem;
	text-align: center;
	letter-spacing: 0;
}
.end.on {
	position: fixed;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}


/**-- logo --**/
.logo {
	display: block;
	width: 46%;
	margin: auto;
	padding: 1px;
	text-align: center;
}
.logo img {
	display: block;
	margin: 0.64rem auto 0.8rem;
}
/*.logo_a {
	text-align: center;
	color: #6da2d4;
	font-size: 0.4rem;
	font-weight: bold;
}*/



/**-- 防伪框 --**/

/**-- 防伪框-扫码 --**/
.fw_case {
	margin-top: 0.5rem;
	padding: 0 0.3rem;
	color: #333333;
	font-size: 0.42rem;
	border-radius: 0.2rem;
	background-color: #ffffff;
    box-shadow: 0 0 0.15rem rgba(0,0,0,0.25);
}
.fw_top {
	padding: 0.36rem 0;
	color: #555555;
	font-size: 0.44rem;
	text-align: center;
	border-bottom: 0.03rem solid rgba(200,200,200,0.2);
}

.fw_table {
	width: 100%;
	padding: 0.2rem 0;
	color: #454545;
	font-size: 0.44rem;
}
.fw_table.var_top tr td {
	padding: 0.12rem 0;
	vertical-align: top;
	font-weight: bold;
}
.fw_table.var_top tr td.word_no + td {
	width: 100%;
}
.fw_tab_tex {
	color: #e60012;
}
#lblNumber {
}
#divResult {
}

.step_case {
	margin-top: 0.4rem;
	padding: 0 0.62rem;
	line-height: 0.52rem;
	color: #ffffff;
	font-size: 0.32rem;
}
.step_cont {
	padding: 0.44rem 0.46rem;
	border-radius: 0.19rem;
	background-color: #e60012;
}
.step_cont h1 {
	padding-bottom: 0.1rem;
	font-size: 0.36rem;
}
.step_cont p + p {
	padding-top: 0.1rem;
}

/**-- 二维码 --**/
.ewm {
	display: block;
	width: 100%;
	line-height: 0.72rem;
	padding: 0.8rem 0 0.1rem;
	color: #000000;
	font-size: 0.56rem;
	text-align: center;
}
.ewm img {
	display: block;
	margin: auto auto 0.2rem;
}



/*轮播*/
.slideBox { position:relative; overflow:hidden;z-index: 2;}
.slideBox .hd{ position:absolute; bottom:0.4rem; right:0; width: 100%; max-width: 10rem; text-align: center; font-size: 0; z-index:1;}
.slideBox .hd li { display:inline-block; width: 0.18rem; height: 0.18rem; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background:rgba(255,255,255,0.6); text-indent:-9999px; overflow:hidden; margin:0 0.15rem;}
.slideBox .hd li.on{ background:#3f86be;}
.slideBox .bd{ position:relative; z-index:0;}
.slideBox .bd li{ position:relative; text-align:center;}
.slideBox .bd li img { vertical-align:top; width:100%;}
.slideBox .bd li a{ display: block; -webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */




.fw_cont {}

.fw_case {}
.fw_cace table {}
.fw_cace table tr td {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem; 
}


.bg {
	position: relative;
	max-width: 10rem;
	min-height: 100vh;
	background: #ffffff url("../images/bg.jpg") bottom center no-repeat;
	background-size: cover;
	z-index: 1;
}


.fw_inp_c {
	padding: 0 0.96rem 0.8rem;
	color: #434343;
	font-size: 0.38rem;
}
.fw_input {
	width: 86%;
	height: 1rem;
	margin-top: 0.1rem;
	padding: 0 0.2rem 0 0.35rem;
	color: #333333;
	font-size: 0.4rem;
	text-align: center;
	border: 0.02rem solid #444444;
	border-radius: 0.22rem;
}
.input_btn {
	display: block;
	width: 100%;
	height: 1rem;
	margin: 0.32rem auto auto;
	color: #ffffff;
	font-size: 0.42rem;
	border: none;
	border-radius: 0.22rem;
	background-color: #e50012;
}
#result { display: none;}



.inquire_case {
}
.fw_result_c {
	padding: 0 0.96rem 0.8rem;
}
.fw_result {
	position: relative;
	overflow: hidden;
}
.fw_table {
	font-size: 0.38rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.fw_table tr td.word_no {
	color: #313131;
}



.list_title {
	padding: 0.6rem 0.4rem 0.3rem 1.1rem;
	color: #555555;
	font-size: 0.4rem;
	font-weight: bold;
	background: url("../images/list_title_i.png") left 0.4rem bottom 0.3rem no-repeat;
	background-size: 0.5rem;
}
.list_case {
	padding: 0 0.4rem 0 0.3rem;
}
.list_case li {
	position: relative;
	line-height: 0.64rem;
	padding: 0.2rem 0.4rem 0.4rem 0.6rem;
	font-size: 0.36rem;
	overflow: hidden;
}
.list_case li::before {
	content: '\a0';
	display: block;
	position: absolute;
	top: 1rem;
	left: 0.2rem;
	width: 0.06rem;
	height: 100%;
	background-color: #eeeeee;
}


.circle {
	position: absolute;
	top: 0.36rem;
	left: 0.1rem;
	width: 0.28rem;
	height: 0.28rem;
	line-height: 1;
	font-size: 0;
	border-radius: 100%;
	background-color: #e50012;
}



.fw_inp_case {
	position: relative;
}
.fw_inp_case .sweep {
}
.sweep {
	display: inline-block;
	float: right;
	width: 1rem;
	height: 1rem;
	margin-top: 0.1rem;
	padding: 0.04rem;
	outline: none;
	border: none;
	background-color: transparent;
}
.sweep_icon {
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	line-height: 1;
	margin: auto 0.12rem;
	padding: 0.04rem;
	font-size: 0;
	vertical-align: top;
	border: none;
	border-radius: 0.1rem;
	background-color: #e50012;
}




