/*
* @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%;
	-webkit-overflow-scrolling:touch;
	/* background: linear-gradient(to right,#d1d1d3 60%,#cac9ce 100%); */
	background-color: #a3d4d0;
}

.wrap {
	width: 100%;
	height: 100%;
	max-width: 750px;
	min-width: 320px;
	font-size: .3rem;
	color: #6ca79b;
	position: relative;
	margin: 0 auto;
	overflow: auto;
	background: url(../images/all_bg.png) no-repeat;
	background-size: contain;
	background-position: top;
	background-attachment:local;

}
.wrap .logo{
	width: 2.3rem;
	height: 0.8rem;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% 100%;
}

.wrap .content{
	overflow: auto;
	margin-top: 5.7rem;
}
.fw .content .tit{
	width: 100%;
	/* color: #9b7e77; */
	font-size: .36rem;
	text-align: center;
	height: 0.65rem;
	line-height: 0.65rem;
	position: relative;
	z-index: 10;
	background: url(../images/res_tit.png) no-repeat;
	background-size: 4.4rem 0.35rem;
	background-position: center;
	background-color: #a3d4d0;
	border-top-right-radius: .5rem;
}
.scan .content .title{
	/* color: #9b7e77; */
	width: 100%;
	font-size: .36rem;
	text-align: center;
	height: 0.65rem;
	line-height: 0.65rem;
	position: relative;
	z-index: 10;
	background: url(../images/ipt_tit.png) no-repeat;
	background-size: 4.4rem 0.35rem;
	background-position: center;
	background-color: #a3d4d0;
	border-top-right-radius: .5rem;
}
.wrap .content .tit span{
	position: relative;
	z-index: 10;
}
.scan .ipt_block{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border: .02rem solid #a3d4d0;
	border-radius: 0.15rem;
	margin: 0 auto;
	position: relative;

	overflow: hidden;
}
.scan .ipt_block input{
	width: 100%;
	height: 100%;
	padding-left: 0.2rem;
	position: relative;
	z-index: 5;
}
.scan .ipt_block .btnSearch{
	height: 100%;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	font-size: .3rem;
	padding: 0 0.3rem;
	color: #fff;
	background-color: #a3d4d0;
	border-top-right-radius: .1rem;
	border-bottom-right-radius: .1rem;
}
.result,.ipts{
	background-color: #f6fbfa;
	width: 100%;
	padding: 0.2rem 0.3rem;
	font-size: .22rem;
	color: #6ca79b;
	min-height: 1.5rem;
}
.ipts{
	padding: 0.2rem 0.5rem;
}
.result #fwresult{
	margin: 0 auto;
	word-break: break-all;
	text-align: justify;
	line-height: 0.4rem;
}
.fw .tips,.scan .tips{
	width: 100%;
	height: 5.5rem;
	background-color: rgba(167, 207, 204, 0.9);
	text-align: center;
	padding: 0.2rem 0;
}
.scan .tips img:nth-of-type(1),.fw .tips img:nth-of-type(1){
	width: 5.45rem;
	object-fit: contain;
}
.scan .tips img:nth-of-type(2),.fw .tips img:nth-of-type(2){
	width: 7.15rem;
	object-fit: contain;
}

.wrap .footer{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	background-color: #6ca79b;
	color: #fff;
	text-align: center;
	text-indent: .3rem;
	letter-spacing: .15rem;
}
.scan2{
	background: url(../images/scan2_bg.png) no-repeat;
	background-size: contain;
	background-position: top;
	background-attachment: local;
	background-color: #a7cdca;
}
.scan2 .content{
	padding: 0 0.2rem;
}
/* .scan2 .tips{
	height: 4.5rem;
} */
.scan2 .tips img{
	width: 100%;
	object-fit: contain;
}
.scan2 .code_block{
	padding: 0.4rem 0.55rem 0.8rem 0.4rem;
	min-height: 3.9rem;
	background: url(../images/scan_block_bg.png) no-repeat;
	background-size: 100% 100%;
}
.scan2 .content .code_block{text-align: left;}
.scan2 .ipt{margin-top: 0.3rem;}
.scan2 .ipt .ipt_block{
	width: 100%;
	height: 0.75rem;
	color: #fff;
	position: relative;
	border: 0.02rem solid #7cb7aa;
}
.scan2 .ipt input{
	width: 100%;
	height: 100%;
	color: #555;
	padding-left: 0.2rem;
	background-color: #fff;
}
.scan2 .ipt button{
	height: 100%;
	padding: 0 0.3rem;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom,#76dcd6 70%,#93dcc7 100%);
}
.scan2 .btnScan{
	width: 100%;
	color: #fff;
	height: 0.75rem;
	background: url(../images/btn_scan_bg.png) no-repeat;
	background-size: 100% 100%;
	/* border: 0.02rem solid #7cb7aa; */
}
.scan2 h3{
	font-size: .255rem;
	color: #319fa4;
	text-align: left;
	line-height: 0.5rem;
}


::-webkit-input-placeholder{
	color:#dfdfdf;
}    
:-moz-placeholder{
	color:#dfdfdf;
}                            
:-ms-input-placeholder{
	color:#dfdfdf;
} 