body{
	width: 100vw;
	height: 100vh;
	background: url(../images/audit/bg.png) no-repeat;
	background-size: 100% 100%;
}
.btn-wrap{
	width: 100vw;
	height: 100vh;
	position: relative;
}
.btn-list{
	width: 100%;
	height: auto;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 38%;
}
.btn-item {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.btn-item a{
	width: 50%;
	height: auto;
	display: inline-block;
	color: #1573F7;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
	padding: 5px 0;
	background: linear-gradient(to bottom, #F9F7C4 , #FFC731);
  	box-shadow: inset 0px -5px 5px -5px #000; 
}
.tip-list{
	width: 100%;
	height: auto;
	z-index: 99;
	position: absolute;
	bottom: 3%;
}
.tip-text {
	width: 100%;
	height: auto;
	color: white;
	text-align: center;
	margin-top: 10px;
}
/*遮罩层*/
.mark-wrap{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 15px 50px;
	background: #F4F4F4;
	overflow: scroll;
}
.mark-content{
	width: 100%;
	height: auto;
	background: white;
}
.mark-title{
	width: 100%;
	height: auto;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
}
.mark-text{
	width: 100%;
	line-height: 22px;
	text-indent: 2em;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 20px 10px;
}
.mark-btn{
	width: 100%;
	height: 50px;
	color: white;
	line-height: 50px;
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
	background: #0CB7F5;
	border-radius: 10px;
}
