/* 设置flex布局 */
/* 子元素自动占据剩余的空间 */
.chance-stay {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 504px;
	height: 496px;
	margin-left: -252px;
	background-color: #fff;
	border-radius: 5px;
	letter-spacing: 1px;
}

.chance-stay-title {
	height: 98px;
	text-align: center;
	background: #29e19e;
	background: -webkit-linear-gradient(left top, #3be992, #1ad2a0);
	background: -o-linear-gradient(bottom right, #3be992, #1ad2a0);
	background: -moz-linear-gradient(bottom right, #3be992, #1ad2a0);
	background: linear-gradient(to bottom right, #3be992, #1ad2a0);
	overflow: hidden;
}

.chance-stay-title p {
	margin-top: 8px;
	font-size: 24px;
	color: #fff;
}

.chance-stay-title p:first-child {
	margin-top: 12px;
}

.chance-stay-person {
	text-align: center;
}

.chance-stay-person i {
	display: inline-block;
	margin-top: 30px;
	width: 194px;
	height: 230px;
	background: url('../img/chance_stay_consultant.png') no-repeat;
}

.chance-stay-bottom button {
	display: block;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	border-radius: 50px;
	width: 226px;
	height: 50px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: #ff8700;
	background: -webkit-linear-gradient(left top, #ff9d00, #ff7300);
	background: -o-linear-gradient(bottom right, #ff9d00, #ff7300);
	background: -moz-linear-gradient(bottom right, #ff9d00, #ff7300);
	background: linear-gradient(to bottom right, #ff9d00, #ff7300);
}

.chance-stay-bottom p {
	margin-top: 14px;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	color: #b1b1b1;
	cursor: pointer;
}