/*
* @Author: Administrator
* @Date:   2018-04-02 10:02:47
* @Last Modified by:   Administrator
* @Last Modified time: 2019-04-09 12:59:46
*/
html {
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
	width: 100%;
	height: 100%;
}
.wrap {
	width: 100%;
	height: 100vh;
	max-width: 750px;
	min-width: 320px;
	font-size: .24rem;
	color: #4a4a4a;
	position: relative;
	margin: 0 auto;
	overflow: auto;
}
.pub,.scan,.fw{
	background-color: #fff;
}
.wrap .top{
	width: 100%;
	height: 7.6rem;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
}
.wrap .content .block{margin-bottom: 0.8rem;}
.wrap .content .block .tit{
	text-align: center;
	width: 6rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}
.wrap .content .block>.tit p:nth-of-type(1){
	content: '';
	display: inline-block;
	font-size: .36rem;
	font-weight: 500;
	color: #ea501b;
}
.wrap .content .block>.tit p:nth-of-type(2){
	color: #4a4a4a;
	font-size: .23rem;
	line-height: .38rem;
	margin-top: 0.1rem;
	text-align: left;
}
.wrap .content .bottoms{
	width: 100%;
	height: 2rem;
	background-color: #ea5404;
	color: #fff;
	text-align: center;
	font-size: .49rem;
	letter-spacing: .06rem;
	padding-top: 0.35rem;
}
.wrap .content .bottoms p{
	margin: 0.05rem 0;
}
.wrap .content .bottoms p:nth-of-type(1){
	font-size: .32rem;
}

.boot .block .img_block img{
	width: 3rem;
	height: 3rem;
	object-fit: contain;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.boot .block ul{
	font-size: .256rem;
	width: 100%;
	padding: 0 0.7rem;
	text-align: left;
}
.boot .block ul li{margin: 0.12rem 0;}
.boot .block ul li:nth-of-type(odd){
	background-color: #de5410;
	width: 1.35rem;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	line-height: 0.45rem;
	color: #fff;
	text-align: center;
}
.boot .block ul li:nth-of-type(even){
	color: #4a4a4a;
	margin-left: 0.2rem;
	font-size: .23rem;
}
.boot .block ul li:nth-of-type(3){
	margin-top: 0.2rem;
}
.wrap .block .tips{
	text-align: center;
	width: 6.4rem;
	margin: 0 auto;
}
.wrap .block .tips p:nth-of-type(1){
	content: '';
	display: inline-block;
	font-size: .34rem;
	background-color: #ea501b;
	color: #fff;
	height: 0.7rem;
	line-height: 0.7rem;
	padding: 0 0.6rem;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.wrap .block .tips p:nth-of-type(2){
	content: '';
	display: inline-block;
	color: #4a4a4a;
	font-size: .23rem;
	line-height: .38rem;
	margin-top: 0.25rem;
	text-align: left;
}
.wrap .block .labels{
	padding: 0 0.6rem;
	margin-top: 0.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boot .block .labels::before,.boot .block .labels::after,.scan .block .labels::before,.scan .block .labels::after{
	content: '';
	display: inline-block;
}
.wrap .block .labels>img{
	width: 0.6rem;
	object-fit: contain;
	position: relative;
	top: -0.2rem;
}
.wrap .block .labels div{
	width: 2.4rem;
	/* height: 1.93rem; */
	text-align: center;
	color: #595757;
}
.fw .block .labels>div:nth-of-type(2){
	position: relative;
	left: 0.15rem;
	/* margin-left: 0.15rem; */
}
.wrap .block .labels div:nth-of-type(1) img,.wrap .block .labels div:nth-of-type(2) img,.wrap .block .labels div:nth-of-type(3) img,.wrap .block .labels div:nth-of-type(4) img,.wrap .block .labels div:nth-of-type(5) img,.wrap .block .labels div:nth-of-type(6) img,.wrap .block .labels div:nth-of-type(7) img,.wrap .block .labels div:nth-of-type(8) img,.wrap .block .labels div:nth-of-type(9) img{
	/* width: 2.4rem; */
	height: 1.93rem;
	object-fit: contain;
}
/* .wrap .block .labels img:nth-of-type(1){
	content: ''; 
	display: inline-block;
	width: 1.1rem;
	height: 0.42rem;
} */
/* .scan .block .labels img:nth-of-type(1){
	content: '';
	display: inline-block;
	width: .55rem;
	height: 0.55rem;
	margin: 0 2%;
	margin-left: 5%;
} */
.wrap .block .labels p{text-align: center;
	color: #ea5404;
	font-size: .245rem;margin-top: 0.08rem;}
.fw .block .labels p{color: #595757;}
.scan .block .code_block{margin-top: 0.6rem;color: #ea5404;}
.scan .block .code_block .scan_block{
	width: 5.8rem;
	height: 2.05rem;
	background-color: #ea5404;
	border-radius: .05rem;
	color: #fff;
	justify-content: space-evenly;
	margin: 0 auto;
}
.scan .block .code_block .scan_block img{
	width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
}
.scan .block .code_block .ipt_block{
	height: 0.98rem;
	width: 5.8rem;
	position: relative;
	border: .02rem solid #ea5404;
	border-radius: .05rem;
	margin: 0 auto;
	font-size: .28rem;
	margin-top: 0.4rem;
}
.scan .block .code_block .ipt_block .txtCode{
	width: 100%;
	height: 100%;
	color: #f7c5bb;
	padding-left: 0.2rem;
}
.scan .block .code_block .ipt_block .btnSearch{
	position: absolute;
	width: 1.2rem;
	height: 100%;
	background-color: #ea5404;
	color: #fff;
	top: 0;
	right: 0;
}
.fw .content .block .tips{
	margin: 0.4rem auto;
}
.fw .block .labels{
	margin-top: 0.3rem;
	padding: 0;
	justify-content: space-between;
}
.fw .content .block .labels_block,.fw .content .result{
	width: 6.35rem;
	border: 0.02rem solid #ea5404;
	padding: 0.2rem .4rem;
	margin: 0 auto;
	border-radius: .35rem;
	font-size: .24rem;
	color: #ea5404;
	line-height: 0.4rem;
}
.fw .content .block .labels_block>p{width: 100%;padding: 0 0.1rem;margin-bottom: 0.15rem;text-align: justify;word-break: break-all;line-height: 0.4rem;margin-bottom: 0.3rem;}
.fw .tips_text{
	width: 100%;
	object-fit: contain;
	margin-top: 0.15rem;
}
.fw .content .result{color: #333;padding: 0.4rem 0.8rem;}
.fw .content .result .fw_container{margin-bottom: 0.15rem;}
.fw .content .tips_b,.scan .content .tips_b{
	width: 6.2rem;
	margin: 0 auto;
	color: #333;
	font-size: .24rem;
	margin-top: 0.5rem;
	padding: 0 0.2rem;
	line-height: 0.4rem;
}
.scan .content .tips_b{margin-top: 0.45rem;}
.fw .content .tips_b li:nth-of-type(1),.scan .content .tips_b li:nth-of-type(1){
	/* content: ''; */
	display: block;
	color: #ea5404;
}
.fw .content .block{
	margin-bottom: 0.5rem;
}

 ::-ms-input-placeholder {
	color: #f7c5bb;
}

 ::-webkit-input-placeholder {
	color: #f7c5bb;
}

 ::-moz-input-placeholder {
	color: #f7c5bb;
}

.draw{
	width: 3.5rem;
	display: block;
	margin: 0.3rem auto 0;
}