@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-09-02 14:28:16
 * @version $Id$
 */
body{
	/*background:#fff url(../images/bodybg.png) center top no-repeat;*/
	background:#fff;
}
.header{
	background: url(../images/headerbg.png) bottom no-repeat;
	height:139px!important;
}
.top{
	background: #000;
	height: 31px;
	color: #fff;
	width: 100%;
}
.top a{
	color: #fff;
}
.nav{
	background: url(/xinge/shop/model26/images/navbg.png) left repeat-x;
	height: 45px;
	width:100%;
	margin: -3px auto 5px;
	font-size: 14px;
}
.nav ul li{
	background: url(../images/navborder.png) left no-repeat;
	height: 35px;
	line-height: 35px;
	margin-top:3px;
}
.nav ul li:first-child{
    background: none!important;
}
.nav ul li.active a{
	background: url(../images/navhover.png) repeat-x;
}
.nav ul li:hover a{
	color: #fbfd09;
}
.left_nav .title{
	background: url(../images/left_title.png) no-repeat;
	font-size: 14px;
	text-align: center;
	text-indent: 0!important;
}
.cart{
	background: url(../images/icon.png) 0 0 no-repeat!important;	
}
.favorite{
	background: url(../images/icon.png) 0 -20px no-repeat!important;
}
h1{
	color: #6e0202;
}
.name p {
    color: #161616;
}
.nav ul li a{
    height: 35px;
    color: #fff;
}
.left_nav ul.list li{
	border-top: 1px solid #dadbdc;
}
.right_main{
	
	min-height: 800px;
}

.right_main .title{
	background: url(../images/boxbg.png) repeat-x;
    height: 48px;
    border-bottom: none;
    line-height: 48px;
    overflow: hidden;
}
.left_nav .content,.left_nav .container{
	background:#fff;
	border-top: none!important;
}
.name{
	margin-top: 40px!important;
}
img.store{
	margin-top: 54px!important;
}
.rank{
	overflow: hidden;
	height: 26px;
	line-height: 26px;
}
.rank li a{
	display:block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
}
.rank li.active a{
	background: #fafff3;
	color: #333;
}

.newslist li{
	border-bottom: 1px dashed #ddd;
	line-height:3em;
	overflow: hidden;
}
.newslist li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 390px;
	font-size: 14px;
	float: left;
}
.newslist li span{
	float: right;
}
.newslist li span.rq{
	margin: 0 15px;
}
.newslist li span.time{
	width: 132px;
	text-align: right;
}
table.feedback{
	width: 100%;
	line-height: 2.5em;
	border: 1px solid #A2C5F9;
	margin-bottom: 15px;
}
table.feedback td{
	border: 1px solid #A2C5F9;
	border-collapse: collapse;
	padding: 0 15px;
}
table.feedback td.label{
    width:80px;
    background: #f2f8ff;
}
table.feedback td span{
	margin-left:55px;
	color: #666;
}
.list_seacher{
	padding-top: 15px!important;
}
.name{
	margin-left:105px!important;
}
.wrap .nav{
   border-radius: 5px 5px;
}
.wrap .nav ul li:first-child{
	margin-left: 10px;
	background: none!important;
}
.wrap .nav ul li{
	width: 98px;
}
.left_nav .title{
	color: #000!important;
}
.left_nav .title{
	height: 36px!important;
	line-height: 36px!important;
}
.footer{
	width: 100%;
	height: 106px;
	text-align: center;
	color: #101010;
	padding-top: 25px;
	background: #f7f0e2;
}
@media (max-width:1200px){
	.nav{
		width: 1000px!important;
	}
}