* {
	margin: 0;
	padding: 0;
}

#app {
	font-family: Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #2c3e50;
	width: 100vw;
	height: 100vh;
	max-width: 430px;
	margin: 0 auto;
	position: relative;
}

img {
	display: block;
}

a img {
	width: 100%;
}

a {
	text-decoration: auto;
}

.return {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
}

.wrap {
	width: 100vw;
	height: 100vh;
	max-width: 430px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	background: url("https://baoli-1312602177.cos.ap-beijing.myqcloud.com/jiangshi//index/bg.png") no-repeat top;
	background-size: 100% 100%;
	background-attachment: local;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.banner {
	width: 100%;
}

.qqBox {
	width: 100%;
	height: 70px;
	background: #131313;
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
}

.qqBox>p:nth-child(2) {
	font-size: 15px;
}

.boxSmall {
	line-height: 45px;
	font-size: 22px;
	height: 65px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.qqBox::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #e34d14;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 0;
}

.qqBox p {
	position: relative;
	z-index: 2;
}

.meau {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.meau a {
	width: 45%;
	margin-top: 2%;
	cursor: pointer;
}

.textarea {
	width: 94%;
	border-radius: 2px;
	position: relative;
	margin: 15% auto 0;
	background: #161616;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	word-break: break-all;
	font-size: 13px;
}

.textarea>img {
	position: absolute;
	height: 60px;
	top: -47px;
	left: 0;
}

.titRight>img {
	right: 0;
	left: auto;
}

.float {
	width: 60px;
	position: fixed;
	top: 70%;
	right: 10px;
}

@media screen and (min-width: 431px) {
	.float {
		position: absolute;
	}
}

.tit {
	height: 60px;
	margin-left: 3%;
}

.btn {
	display: block;
	width: 45%;
	margin: 5px 6%;
}

.mask {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.info {
	display: block;
	width: 350px;
	min-height: 150px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999999;
	background-color: #fff;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

.aaa {
	background-color: #CB4F51;
	padding: 10px;
	display: block;
	min-width: 70px;
	height: 40px;
	text-align: center;
	color: #fff;
	border: none;
	margin-top: 10px;
}

.bbb {
	margin-top: 30px;
}
