/* CSS Document */

.a_main{
	width:1000px;
	min-height:500px;
	margin:auto;
	padding-top:10px;
	position:relative;
}
.qrcode{
	width:87px;
	height:87px;
	right:-88px;
	top:10px;
	position:absolute;
	/*z-index:1001;*/
}

.a_top_area{
	width:1000px;
	height:360px;
}

.a_banner{
	padding:0px;
	margin:0px;
	width:740px;
	height:360px;
	position:relative;
	float:left;
}

.a_banner .a_banner_list li{
	width:740px;
	height:360px;
	position:absolute;
	left:0px;
	top:0px;
    opacity:0;
	filter:Alpha(Opacity=0);
}
.a_banner .a_banner_list .a_currbanner{
    opacity:1;
	filter:Alpha(Opacity=100);
}

.a_banner .a_banner_pointer{
	
	bottom: 10px;
    position: absolute;
    right: 10px;
	z-index:10;
}
.a_banner .a_banner_pointer li{
	background-color: #444444;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: 400 16px/22px "微软雅黑",Arial;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 22px;
	display:block;
	
}
.a_banner .a_banner_pointer .on{
	background-color:#FF7700;
}

.a_affiche{
	width:250px;
	height:360px;
	float:right;
	background:#f7d8fc;
}
.delivery_time {
    border-bottom: 1px solid #EEEEEE;
    margin-left: 15px;
    margin-top: 10px;
    width: 228px;
}
.r_title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
	position:relative;
	text-indent:50px;
}
.r_title i{
	width:45px;
	height:23px;
	display:block;
	background:url(/static/images/fpics.png) -1px 0px no-repeat;
	position:absolute;
	left:0px;
	top:0px;
}


.r_time {
    color: #aaa;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    width: 228px;
}
.r_mark {
    color: #FF0000;
    font-size: 18px;
}
.r_text {
    color: #666666;
    height: auto;
    line-height: 20px;
    margin-top: 8px;
}
.index_notice {
    height: auto;
    margin-left: 15px;
    width: 228px;
}
.index_notice a {
    height: 22px;
    line-height: 22px;
    width: 22px;
}
.account {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    margin-top: 10px;
    width: 228px;
	position:relative;
	text-indent:38px;
}
.account i{
	width:35px;
	height:25px;
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	background:url(/static/images/fpics.png) -75px 0px no-repeat;
}
.account_list {
    height: auto;
    margin-top: 5px;
    width: auto;
}
.account_list a {
    color: #666666;
    line-height: 25px;
}


/*模块*/

.a_module{
	clear:both;
	
}
.a_module_title{
	height:35px;
	padding-top:30px;
	border-bottom:3px solid #E8E1C1;
	margin-bottom:20px;
	
}
.a_module_title h3{
	font-weight:400;
	font: 400 20px/35px "微软雅黑",Arial;
	float:left;
}

a.a_mt_navurl{
	float:right;
	margin-left:8px;
	color:#666;
	padding-top:12px;
}
a.a_mt_navurl:hover{
	color:#ff5a00;
}
a.a_mt_navtitle{
	float:left;
	padding-top:12px;
}

.a_md_lead_1{
	width:200px;
	height:400px;
	float:left;
	overflow:hidden;
	position:relative;
	clear:both;
}
.a_md_lead_1 ul.a_md_lead_ul{
	position:relative;
}
.a_md_lead_1 ul.a_md_lead_ul li{
	width:200px;
	height:400px;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	filter:Alpha(Opacity=0);
}
.a_md_lead_1 ul.a_md_lead_ul .a_currlead{
	opacity:1;
	filter:Alpha(Opacity=100);
}


.a_md_lead_pointer{
	position:absolute;
	z-index:10;
	bottom:20px;
	left:20px;
	height:2px;
}
.a_md_lead_pointer li{
	width:32px;
	height:2px;
	background:#fff;
	float:left;
	margin-right:5px;
	opacity:0.9;
	filter:Alpha(Opacity=90);
}
.a_md_lead_pointer li.on{
	background:#FF7700;
}

.a_md_piclist_1{
	width:799px;
	height:398px;
	float:left;
	border:1px solid #d3d3d3;
	border-left:0px;
	overflow:hidden;
}
.a_md_piclist_1 ul{
	width:800px;
	height:400px;
}
.a_md_piclist_1 ul li{
	width:199px;
	height:199px;
	float:left;
	border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
	overflow:hidden;
}

.a_md_view_2{
	width:198px;
	float:left;
	height:298px;
	border:1px solid #d3d3d5;
	overflow:hidden;
}
.a_mdv_cate{
}
.a_mdv_cate dl{
	padding-left:5px;
}
.a_mdv_cate dt{
	color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
	color:#333;
	line-height:30px;
	padding-left:5px;
	padding-top:5px;
}
.a_mdv_cate dt a{
	color:#666;
}
.a_mdv_cate dd{
	border: 1px solid #D3D3D3;
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 5px 5px 5px 2px;
    padding: 0 10px;
}
.a_mdv_cate dd a{
	color:#333;
	cursor:pointer;
}
.a_mdv_cate dd a.hot{
	color:#F08200;
}
.a_mdv_brand{
	clear:both;
}
.a_mdv_brand dl{
	padding-left:10px;
	padding-bottom:10px;
}
.a_mdv_brand dl dt{
	font: 400 14px/30px "微软雅黑",Arial;
    height: 30px;
    margin-top: 6px;
}
.a_mdv_brand dl dd{
	padding-left:10px;
}
.a_mdv_brand dl dd a{
    width:80px;
	height:40px;
	float:left;
	border:1px solid #eee;
	margin-left:-1px;
	margin-top:-1px;
}
.a_mdv_activity{
	clear:both;
}

.a_mdv_activity dl{
	padding-left:10px;
	padding-bottom:10px;
}
.a_mdv_activity dl dt{
	font: 400 14px/30px "微软雅黑",Arial;
    height: 30px;
    margin-top: 6px;
}
.a_mdv_activity dl dd{
	height:20px;
	margin-bottom:5px;
	margin-top:2px;
}
.a_mdv_activity dl dd a{
	color:#666;
}
.a_mdv_activity dl dd a:hover{
	text-decoration:underline;
	color:#333;
}


.a_md_piclist_2{
	width:998px;
	float:left;
	height:298px;
	border:1px solid #d3d3d3;
	overflow:hidden;
}
.a_md_sudoku{
	width:100%;
	height:298px;
}

.a_md_sudoku ul{
	width:1000px;
	height:300px;
}
.a_md_sudoku ul li{
	width:149px;
	height:149px;
	float:left;
	border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
	overflow:hidden;
	
}
.a_md_product{
	
}
.a_md_product ul{
	width:1000px;
}
.a_md_product ul li{
    width:199px;
	height:299px;
	float:left;
	border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
	overflow:hidden;
}
.a_md_product ul li .a_md_product_img{
	
}
.a_md_product ul li .a_md_product_info{
	width:165px;
	padding-top:10px;
	margin:auto;
}
.a_md_product ul li .a_md_product_info span{
	display:block;
	clear:both;
}
.a_md_product ul li .a_md_product_info .a_mdpi_price{
	color: #D70000;
    font-size: 20px;
	padding-bottom:1px;
}
.a_md_product ul li .a_md_product_info .a_mdpi_price i{
	font-style:normal;
	font-size:12px;
	margin-right:2px;
	color:#D70000; 
}
.a_md_product ul li .a_md_product_info .a_mdpi_title a{
	color:#333;
}
.a_md_product ul li .a_md_product_info .a_mdpi_title a:hover{
	text-decoration:underline;
}

/*绝对定位*/

.a_module_3{
	position:relative;
}
.a_module_3 .a_md_auto{
	position:absolute;
}

.a_module_5{
	position:relative;
}

.a_module_5 .a_md_auto{
	position:absolute;
}



.m4p_price{
}

.m4p_price .price{
	font-size:18px; 
	color:#FF5A00;
	font-family:'微软雅黑';
}

.m4p_price .sprice{
	text-decoration:line-through;
	color:#999;
	margin-left:12px;
}

.a_module_4{
	width:1000px;
	padding-top:10px;
	overflow-x:hidden;
}
.a_module_4 dl{
	width:1015px;
}

.a_module_4 dd{
	width:188px;
	height:250px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	background:#fff;
}
.m4_p_img{
	width:188px;
	height:188px;
}
.m4_p_data{
	height: 60px;
    margin-left: 10px;
    margin-top: 10px;
    width: 180px;
}
.m4p_name{
	color: #666666;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.m4p_name a{
	color:#666;
}

.flink {
    background:#FFFFFF;
    line-height: 40px;
    margin-top: 25px;
    padding-left: 12px;
    width: 990px;
}
.flink span {
    color: #444444;
}
.flink a {
    color: #444444;
    margin-right: 12px;
}

.layermengban {
    background: none repeat scroll 0 0 #000000;
    display: block;
    left: 0;
	filter:alpha(opacity=20);
    opacity: 0.2;
    position: absolute;
    top: 0;
    z-index: 2;
}