* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul,
li,
p {
	padding: 0;
	margin: 0;
}

[v-cloak] {
	display: none;
}

.cell {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}

.cell-start {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-moz-box-align: flex-start;
	-webkit-box-align: flex-start;
}

.cell-wrap {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cell-end {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	box-align: flex-end;
	-moz-box-align: flex-end;
	-webkit-box-align: flex-end;
}

.cell-baseLine {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	-moz-box-align: baseline;
	-webkit-box-align: baseline;
}

.cell-strecth {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: strecth;
	align-items: strecth;
	-moz-box-align: strecth;
	-webkit-box-align: strecth;
}

.cell-primary {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cell-hd,
.cell-ft {
	position: relative;
}

.max-width {
	max-width: 750px;
	margin: 0 auto;
}

.skin {}

.bg {
	width: 100%;
	height: 14.48rem;
	position: relative;
	background: url(https://fwsy.ks3-cn-beijing.ksyuncs.com/fwpics/7863/bg.png)no-repeat center bottom;
	background-size: 100% 100%;
	padding: 1.25rem 0.62rem 0;
	background-color: #9C85D8;
}

.logo {
	width: 5.05rem;
	display: block;
	margin: 0 auto;
}


.con {
	width: 100%;
	height: 6.88rem;
	position: relative;
	background: url(https://fwsy.ks3-cn-beijing.ksyuncs.com/fwpics/7863/con.png)no-repeat center center;
	background-size: 100% 100%;
	padding: 1.25rem 0.55rem 0;
	margin-top: 1.11rem;
}

.fcode {
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	border: 0.02rem solid #9C85D8;
	background-color: #fff;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 0.3rem;
	color: #9C85D8;
	border-radius: 0.2rem;
}


.fwResult {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 0.22rem;
	color: #FFFFFF;
	padding-top: 0.6rem;
}

.btn {
	width: 5.18rem;
	height: 0.88rem;
	line-height: 0.88rem;
	border: 0.02rem solid #9C85D8;
	background-color: #fff;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 0.3rem;
	color: #9C85D8;
	border-radius: 0.2rem;
	margin: 1.2rem auto 0;
}

.sbtn {
	width: 5.18rem;
	height: 0.88rem;
	border: 0.02rem solid #9C85D8;
	background-color: #fff;
	text-align: center;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 0.26rem;
	color: #9C85D8;
	border-radius: 0.2rem;
	margin: 0.3rem auto 0;
	line-height: 0.32rem;
	padding-top: 0.12rem;
}

.sbtn span {
	font-weight: 400;
	font-size: 0.22rem;
}

.listBg {
	width: 100%;
	height: 100vh;
	background-color: #9C85D8;
	position: relative;
	padding: 0.63rem 0.3rem;
}

.list {
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #EDE6FF, #FFFFFF);
	border-radius: 0.5rem;
	border: 0.02rem solid #FFFFFF;
	padding: 0.56rem 0.36rem 0.25rem;
}

.listTit {
	font-family: Arial;
	font-weight: bold;
	font-size: 0.36rem;
	color: #A48FDA;
	padding-bottom: 0.3rem;
}

.listCon {
	width: 100%;
	overflow-y: auto;
	height: 85%;
	margin-top: 0.32rem;
}

.item {
	width: 100%;
	min-height: 2rem;
	background: rgba(156, 133, 216, 0.1);
	border-radius: 0.1rem;
	border: 0.01rem solid #9C85D8;
	padding: 0 0.19rem 0.38rem;
	margin-bottom: 0.3rem;
}

.itemTit {
	width: 100%;
	border-bottom: 0.01rem solid #9C85D8;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.28rem;
	color: #9C85D8;
	position: relative;
	min-height: 0.5rem;
	padding: 0.3rem 0;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
	display: flex;
}

.star {
	width: 1.26rem;
	height: 0.39rem;
	margin: 0.01rem 0.1rem 0 0;
}

.itemMsg {
	margin-top: 0.28rem;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.24rem;
	color: #9C85D8;
	display: flex;
	justify-content: space-between;
}

.itemMsg p {
	width: 1.65rem;
}

.itemMsg div {
	width: 100%;
	font-weight: normal;
	font-size: 0.24rem;
	text-align: left;
}

.searchView {
	width: 6.16rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #F3F1FB;
	border-radius: 0.1rem;
	border: 1px solid #9C85D8;
	display: flex;
	justify-content: space-between;
}

.searchIcon {
	width: 0.28rem;
	height: 0.27rem;
	display: block;
	margin: 0.24rem 0.2rem 0 0.2rem;
}

.searchView input {
	width: 4rem;
	border: none;
	font-family: Arial;
	font-weight: 400;
	font-size: 0.24rem;
	color: #9C85D8;
}

.searchBtn {
	width: 1.34rem;
	height: 0.8rem;
	background: #9C85D8;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.24rem;
	color: #F3F1FB;
}

.scanCon {
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	border: 0.02rem solid #9C85D8;
	background-color: #fff;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 0.26rem;
	color: #9C85D8;
	border-radius: 0.2rem;
	position: relative;
	padding-left: 0.75rem;
}

.scanCon img {
	width: 0.35rem;
	height: 0.35rem;
	display: block;
	position: absolute;
	top: 0.23rem;
	left: 1.2rem;
}

.input-control {
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	margin: 0.4rem auto 0rem;
	border-radius: 0.2rem;
	border: 0.02rem solid #9C85D8;
	background-color: #E2E2E2;
	display: flex;
}

.input-control .cinput {
	border: 0;
	outline: 0;
	background: transparent;
	height: 0.88rem;
	padding: 0 0.26rem 0;
	display: block;
	text-align: center;
	font-family: PingFang SC;
	font-weight: bold;
	color: #9C85D8;
	font-size: 0.24rem;
}

.lbtnx {
	width: 1.49rem;
	height: 0.84rem;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 0 0.2rem 0.2rem 0;
	opacity: 1;
	background: #fff;
	font-family: PingFang SC;
	font-weight: bold;
	color: #9C85D8;
	font-size: 0.24rem;
}

.scanTip{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #FFFFFF;
	padding-top: 0.45rem;
	text-align: left;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-family: Arial;
	font-weight: 400;
	font-size: 0.24rem;
	color: #9C85D8;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: Arial;
	font-weight: 400;
	font-size: 0.24rem;
	color: #9C85D8;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: Arial;
	font-weight: 400;
	font-size: 0.24rem;
	color: #9C85D8;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-family: Arial;
	font-weight: 400;
	font-size: 0.24rem;
	color: #9C85D8;
}