html,
body {
	margin: 0;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.weui_msg_title {
	text-align: center;
	margin-top: 40px;
}

.content {
	width: 10rem;
	min-height: 100vh;
	padding: 0 0.32rem;
	opacity: 1;
	background: #f66549;
	box-sizing: border-box;
	font-family: Source Han Sans, Source Han Sans-Regular;
}

.title {
	text-align: center;
	padding-top: 0.8rem;
}

.title img {
	width: 5.8rem;
	height: 1.28rem;
}

.box {
	width: 9.36rem;
	height: 11.32rem;
	opacity: 1;
	background: #ffffff;
	border-radius: 0.266666rem;
	margin-top: 1.24rem;
	overflow: hidden;
}

.status {
	width: 9.36rem;
	height: 1.386666rem;
	line-height: 1.386666rem;
	font-size: 0.666666rem;
	color: #ff4c17;
	text-align: center;
	background: #ffe3dd;
}

.red {
	color: #FF4C17;
}

.btn-text {
	color: #FFFFFF;
	font-size: 0.533333rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 2.10rem;
	line-height: 2.10rem;
	width: 100%;
}

.btn-box {
	position: relative;
	text-align: center;
}

.btn-img {
	width: 8.453333rem;
	height: 2.626666rem;
}

.step-box {
	width: 8.72rem;
	height: 4rem;
	opacity: 1;
	background: #ffffff;
	border: 1px solid #fdcf67;
	border-radius: 0.346666rem;
	margin-top: 2rem;
	position: relative;
}

.des-text {
	text-align: center;
	color: #333333;
	font-size: 0.32rem;
}

.step-title {
	width: 4.973333rem;
	height: 1.053333rem;
	position: absolute;
	top: -0.186666rem;
	left: 1.88rem;
}

.step-img {
	width: 7.413333rem;
	height: 1.466666rem;
	margin: 1.08rem 0.653333rem 0.213333rem 0.653333rem;
}

.step-text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	box-sizing: border-box;
	align-content: center;
	align-items: center;
}

.item {
	width: 2.24rem;
	text-align: center;
	font-size: 0.32rem;
	color: #f65b3d;
	line-height: 0.42rem;
}

.none {
	display: none;
}

#readBtn {
	display: inline-block;
	width: 8.453333rem;
	height: 2.626666rem;
	position: absolute;
	background: transparent;
	z-index: 6;
}

#toast {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	transform: translate(-50%,0);
	height: 40px;
	border-radius: 10px;
	background: #353535;
	text-align: center;
	font-size: 13px;
	color: #fff;
    padding:8px 20px;
}
