﻿@charset "utf-8";
#right_menu {
	position: absolute;
	top: 200px;
	left: 500px;
	z-index: 999999;
	border-radius: 3px;
	background: #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	padding:10px;
	width:100px;
	display:none;
}
#right_menu button{
	width:100%;
	padding:5px 20px;
	border:none;
	color:#333;
	background: #f3f3f3;
	border-bottom:1px solid #fff;
}
#right_menu button:hover{
	color:#fff;
	background: #ccc;
}

#roll {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	display:none;
	z-index: 9999;
}

#roll div.close {
	position: absolute;
	right:0px;
	top:5px;
	width:25px;
	height:25px;
	cursor: pointer;
	background: url('icon.png') no-repeat;
	background-position: 0px -370px;
}

#roll ul {
	margin:15px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	padding:10px 0px;
}

#roll ul li{
	padding-left:10px;
	font-size:12px;
	height:25px;
	color:#333;
	line-height:25px;
	overflow: hidden;
}
#roll ul li a{
	font-size: 12px;
	padding: 5px 10px;
	background-color: #1E9FFF;
	border-radius: 2px;
	color: #fff;
}

.spcial {
	padding:10px;
	border-bottom:1px solid #e5e5e5;
}
.spcial dl{
	position: relative;
}
.spcial dt img{
	width:100px;
	height:100px;
}
.spcial dd{
	position: absolute;
	top:0px;
	padding-left:110px;
	max-height:100px;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width:760px) {
	#roll {
		width: 400px;
	}
	.spcial dt img{
		width:80px;
		height:80px;
	}
	.spcial dd{
		padding-left:90px;
		max-height:80px;
	}
}