﻿@charset "utf-8";
#slide_box {
	width: 8rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.45rem;
	color: #717171;
	background-color: #e8e8e8;
	border: none;
	margin-bottom: 0.5rem;
	border-radius:2px;
}

#slide_xbox {
	width: 1.25rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.4rem;
	color: #fff;
	position: absolute;
	background: #35b34a;
	border-radius: 2px 2px 2px 2px;
}

#btn {
	cursor: pointer;
	width: 1.25rem;
	height: 1rem;
	float: right;
	-webkit-box-shadow: 0px 0px 0.4rem 0px #ddd;
	-moz-box-shadow: 0px 0px 0.4rem 0px #ddd;
	box-shadow: 0px 0px 0.4rem 0px #ddd;
	color: #8a8c97;
	/*background:#fff url(/publicjs/jd-slide-btn2.png) 0 0 no-repeat;*/
	background-size: 100% 100%;
	border-radius: 2px;
	
}

#btn > .iconfont {
	font-size: 0.5rem;
}