*{
	padding: 0;
	margin: 0;
}

.m-exit{
	display: none !important;
}

.m-container{
	width: 18rem;
	height: 10rem;
	margin: 0 auto;
}

.m-imgbox{
	width: 100%;
	height: 10rem;
	padding-top: 4rem;
}

.m-imgbox img{
	width: 100%;
	height: 100%;
}

.m-btn{
	background-color: #F2C8AB;
	border-radius: 5px;
	border: 1px solid #EE8E4A;
	height: 2.5rem;
	line-height: 2.8rem;
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 7rem;
	text-align: center;
	margin-top: 1rem;
	left: -0.3rem;
}
.m-btn span{
	font-size: 1rem;
	color: #EC680B;
	position: relative;
	top: -0.2rem;
}
.m-btn img{
	width: 1.1rem;
	height: 1.1rem;
}

.m-btn-nust{
	background-color: #fff;
	border: 1px solid #E3E3E3;
}
.m-btn-nust span{
	color: #D3D3D3;
}


