@charset "utf-8";
/* CSS Document */
/*
	TOP
*/
.top{
	width: 1248px;
	height: 126px;
	margin: 0 auto;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.2);
}

.top .header{
	width: 100%;
	max-width: 1248px;
	height: 126px;
}

/*
	MIDDLE
*/

/*
	BOTTOM
*/
#bottom{
	border: 2px solid #8ec31f;
	width: 55%;
	position: fixed;	
	min-height: 42px;
	bottom: 0px;
	right: 10px;
	background-color:#fff;
	z-index: 102;
}

#selected_header{
	border-bottom: 2px solid #8ec31f;
	width: 100%;
	height: 42px;
}

#selected_header #bottom_left{
	font-family: "Microsoft YaHei";
	color: #000;
	text-shadow: 2px 2px 4px #f5f5f5;
	margin-top: 13px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	float: right;
}

#selected_header #bottom_middle{
	font-family: "Microsoft YaHei";
	color: #000;
	text-shadow: 2px 2px 4px #f5f5f5;
	margin-top: 13px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	float: right;
}

.selected_soup{
	font-family: "Microsoft YaHei";
	color: #000;
	border: 1px solid #8ec31f;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}

#selected_header #bottom_expand{
	width: 16px;
	height: 16px;
	background:url(../images/disexpand.png);
	margin-top:13px;
	margin-left: 15px;
	float: left;	
}

#selected_header #bottom_right{
	display: none;
	float: right;	
}

#selected_header #bottom_right img{
	text-align: center;
}

#selected_header #bottom_lh{
	font-family: "Microsoft YaHei";
	color: #000;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 13px;
	float: right;	
	display: none;
}

#selected_datile{
	width: 100%;
	display: none;
}

.selected_list{
	width: 100%;
}

.selected_list li {
	width: 100%;
	height: 85px;
	list-style: none;
	font-family: "Microsoft YaHei";
	color: #000;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #8ec31f;
}

.selected_list li .selected_list_pic {
	float: left;
	width: 120px;	
}

.selected_list li .selected_list_pic img{
	width: 80px;
	height: 80px;	
	margin-top:3px;
}

.selected_list li .selected_list_title {
	margin-top: 30px;
	width: 250px;	
	text-align: left;
	float: left;
}

.selected_list li .selected_list_spec {
	margin-top: 30px;
	width: 150px;	
	float: left;
}

.selected_list li .selected_list_amount {
	margin-top: 28px;
	float: left;
}

.selected_list li .selected_list_amount a{
	border: 1px solid #a9a9a9;
    display: inline-block;
    font: 14px/22px simsun,serif;
	color: #a9a9a9;
    height: 21px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 20px;
	text-decoration:none;
}

.selected_list li .selected_list_amount a:hover{
	background-color: #666;
}

.selected_list li .selected_list_amount input{
	border-color: #a9a9a9;
    border-style: solid;
    border-width: 1px 0;
    height: 21px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;	
}

.selected_list li .selected_list_operate {
	margin-top: 33px;
	width: 80px;	
	float: right;
}

/*
	BOX
*/
.box{
	position:absolute;
	width:1015px;
	left:50%;
	margin-left: 50px;
	margin-top: -250px;
	height:auto;
	z-index:100;
	background-color:#fff;
	border:3px #8ec31f solid;
	padding:1px;
}

.box .box_title{
	cursor: pointer;
	width: 100%;	
	margin-top: -46px;
}

.box .box_title img{
	margin-left: 970px;	
}

#zd_1, #zd_2, #zd_3{
	display: none;	
}

.zd_buy{
	width: 100%;	
	height: 55px;
	margin-top: 10px;
	border-bottom: 1px solid #8ec31f;
}

.zd_spec{
	font-family: "Microsoft YaHei";
	color: #8ec31f;
	text-shadow: 2px 2px 4px #f5f5f5;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	float: right;
	margin-top: 10px;
}

.zd_title{
	font-family: "Microsoft YaHei";
	color: #000;
	text-shadow: 2px 2px 4px #f5f5f5;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	margin-right: 300px;
	float: right;
}

.zd_spec .zd_speclist{
	float: left;	
	list-style:none;
}

.zd_spec .zd_speclist li{
	cursor: pointer;
	border: 1px solid #8ec31f;
	display: inline-block;
    font: 14px/22px simsun,serif;
	color: #068f35;
    height: 21px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 75px;
	text-decoration:none;
	margin-left: 5px;
}

.zd_spec .zd_speclist li:hover{
	background-color: #8ec31f;
	color: #fff;
}

.selected{
	background-color: #c3c9c5;
}

.zd_amount{
	font-family: "Microsoft YaHei";
	color: #8ec31f;
	text-shadow: 2px 2px 4px #f5f5f5;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-left: 15px;
	float: right;
	margin-top: 10px;
}

.zd_amount a{
	border: 1px solid #8ec31f;
    display: inline-block;
    font: 14px/22px simsun,serif;
	color: #a9a9a9;
    height: 21px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 20px;
	text-decoration:none;
}

.zd_amount a:hover{
	background-color: #666;
}

.zd_amount input{
	border-color: #8ec31f;
    border-style: solid;
    border-width: 1px 0;
    height: 21px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;	
}

.zd_puttolist1, .zd_puttolist2, .zd_puttolist3{
	cursor: pointer;
	float: right;
	margin-left: 10px;	
	margin-right: 5px;	
}

.zd_info{
	width: 100%;
	margin-top: 10px;
	float: left;	
}

#bg{
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#zd_1, #zd_2, #zd_3, #zd_4{
	display: none;	
}

#msg{position:fixed; top:200px; right:35px; z-index:103; width:1px; height:52px; line-height:52px; font-size:20px; text-align:center; color:#fff; background:#360; display:none}


#tooltip {
	position: absolute;
	border: 2px solid #8ec31f;
	background-color: #FFF;
	padding: 3px 3px 3px 3px;
	color: #333;
	display: none;
	z-index: 1002;
}