@charset "utf-8";
#slide_box {
	width: 70%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #717171;
	background-color: #e8e8e8;
	border: none;
	margin-bottom: 20px;
	border-radius:42px;
}

#slide_xbox {
	width: 50px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	background: #35b34a;
	border-radius: 44px 43px 43px 43px;
}

#btn {
	cursor: pointer;
	width: 50px;
	height: 42px;
	float: right;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	-moz-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
	color: #8a8c97;
	background:#fff url(../img/huadong.png) 0 0 no-repeat;
	background-size: 100% 100%;
	border-radius: 100%;
	
}

#btn > .iconfont {
	font-size: 20px;
}