* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 12px;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
	display: block;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.mt30 {
	margin-top: 30px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

.f36 {
	font-size: 36px;
}

.bold {
	font-weight: bold;
}

.fl {
	float: left;
}

.fl:hover i.delete-btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 37px;
	display: block;
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
}

.fr {
	float: right;
}

.content {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

#crumbsBar{
	margin-top: 15px;
	position: relative;
}

.crumbsBar-nav{
	height: 24px;
	line-height: 24px;
}

.crumbs-nav-item{
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}

.crumbs-link, .menu-drop{
	float: left;
	margin-right: 5px;
}

.crumbs-link:hover{	
	text-decoration: none;
}

.one-level .crumbs-link{
	font-size: 16px;
	font-weight: 700;
}
.sub-level .crumbs-link {
	font-weight: normal;
}

.one-level .crumbs-link:hover{
	color: #F62F55;
}

.menu-drop{
	height: 24px;
	cursor: pointer;
	display: inline-block;
}

.menu-drop .trigger{
	border: 1px solid #ddd;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 4px 0 8px;
}

.menu-drop .trigger .curr{
	display: inline-block;
	vertical-align: top;
}

.menu-drop .menu-drop-arrow{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_down_arrow.png) no-repeat center;
}

.menu-drop:hover .menu-drop-arrow{
	background: url(../images/icon_up_arrow.png) no-repeat center;
}

.menu-drop .menu-drop-cancel {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/receipt_address_close.png) no-repeat center;
	-webkit-background-size: 10px;
	background-size: 10px;
	-webkit-transition: transform .2s ease-out 0s;
	-moz-transition: transform .2s ease-out 0s;
	transition: transform .2s ease-out 0s;
}

.menu-drop:hover .menu-drop-cancel {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.crumbs-arrow{
	font-family: simsun;
	font-style: normal;
}

.crumbsBar-nav .clear-selected{
	float: left;
	display: none;
}

.crumbsBar-nav .clear-selected a:hover{
	text-decoration: none;
	color: #F62F55;
}

.choose_box{
	padding: 10px 20px;
	border: 1px solid #eeeeee;
	width: 1158px;
	margin: 15px auto 0;
	overflow: hidden;
}
.selectorMore {
	text-align: center;
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: -1px auto 0 auto;
	border-top: 1px solid #eee;
}
.selectorMore:hover {
	border-color: #F62F55;
}
.selectorMore .more-btn {
	display: inline-block;
	padding: 0 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #eee #eee;
	margin-top: -1px;
}
.selectorMore .more-btn i {
	display: inline-block;
	width: 11px;
	height: 8px;
	margin-left: 10px;
	vertical-align: middle;
	background: url("../images/icon-arrow-group.png") no-repeat 0 0;
}
.selectorMore:hover .more-btn {
	border-color: #F62F55;
	border-top: 1px solid #fff;
	text-decoration: none;
}
.selectorMore .opened {
	padding: 0 50px;
}
.selectorMore .opened i {
	background-position: 0 -8px;
}

.brandWrap, .search_guide{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #eeeeee;
}

.guide_title{
	width: 110px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.guide_title span{
	color: #999999;
	text-overflow: ellipsis;
    white-space: nowrap;
}


.guide_main{
	float: left;
	position: relative;
	margin-left: 3px;
	width: 1000px;
}

.brandWrap .guide_main .guide_lists{
	margin-bottom: 10px;
	width: 900px;
	height: 68px;
	overflow: hidden;
}

.brandWrap .guide_main .guide_lists ul li{
	float: left;
	width: 65px;
	border: 1px solid #eeeeee;
	margin-right: 30px;
	margin-bottom: 9px;
	/*transition:border 0.8s;*/
}
.brandWrap .guide_main .guide_lists ul li:hover,
.brandWrap .guide_main .guide_lists ul li.active {
	border-color: #F62F55;
}

.brandWrap .guide_main .guide_lists ul.brand_list_2{
	display: none;
}

.brandWrap .guide_main .guide_lists ul li.selected{
	width: 116px;
	height: 36px;
	border: 2px solid #F62F55;
	background: url(../images/brand_selected.png) right bottom no-repeat;
}

.brandWrap .guide_main .guide_lists ul li.selected img{
	height: 36px;
}

.brandWrap .guide_main .guide_lists ul li a img{
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.brandWrap .guide_main .guide_selected{
	display: none;
	overflow: hidden;
}

.brandWrap .guide_main .guide_selected p.sel_title{
	float: left;
	width: 48px;
	height: 24px;
	line-height: 24px;
}

.brandWrap .guide_main .guide_selected a{
	position: relative;
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	color: #666666;
	border: 1px dotted #F62F55;
	text-align: left;
	padding: 0 25px 0 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background: url(../images/brand_selected.png) right bottom no-repeat;
	background-size: 10px 10px;
}
.guide_selected a i{
	
}
.brandWrap .guide_main .guide_selected a:hover{
	border: 1px solid #F62F55;
	background: none;
	color: #F62F55;
}

.brandWrap .guide_main .guide_selected a:hover i{
	display:block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../images/icon_selected_x.png) center no-repeat;
}

.guide_main .guide_btn{
	width: 140px;
	height: 26px;
	margin: 0 auto 15px;
	display: none;
}

.guide_main .guide_btn a{
	width: 60px;
	height: 26px;
	line-height: 26px;
	float: left;
	color: #666666;
    border-radius: 2px;
    background-color: #eeeeee;
    text-align: center;
    text-decoration: none;
}

.guide_main .guide_btn a.btn_cancel{
	float: right;
}

.guide_main .guide_choice{
	position: absolute;
	width: 50px;
	right: 0;
	top: 9px;
}

.guide_main .guide_choice a{
	width: 40px;
	height: 18px;
	line-height: 18px;
	color: #999999;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}

.guide_main .guide_choice a.guide_more_choice{
	float: left;
	border: 1px solid #999999;
}

.guide_main .guide_choice a.guide_more_open{
	float: right;
	padding-right: 5px;
	background: url(../images/icon_down_arrow.png) center right no-repeat;
}

.search_guide .guide_title{
	height: 39px;
	line-height: 39px;
}

.search_guide.advanced{
	border: none;
}

.search_guide.advanced .guide_title{
	width: 90px;
}

.search_guide.advanced .guide_main{
	width: 1025px;
}

.search_guide.advanced .guide_main .guide_lists{
	width: 875px;
	height: auto;
}

.search_guide.advanced .guide_main .guide_lists ul li.adv_list_li{
	padding: 0 25px 0 9px;
	background: url(../images/icon_down_arrow.png) no-repeat;
	background-position: 85% 50%;
}

.search_guide.advanced .guide_main .guide_lists ul li.adv_list_li:hover{
	margin-top: 8px;
	padding: 0 24px 0 8px;
	height: 23px;
	line-height: 21px;
	border: 1px solid #eeeeee;
	background: url(../images/icon_up_arrow.png) no-repeat;
	background-position: 85% 50%;
}

.search_guide.advanced .guide_main .guide_lists ul li.adv_list_li i.line{
	position: absolute;
	z-index: 10;
	height: 2px;
	background-color: #fff;
	left: 1px;
	top:31px;
	display: block;
}

.search_guide.advanced .guide_main .guide_lists ul li ul{
	width: 100%;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	border: 1px solid #eeeeee;
	padding: 10px;
	background-color: #fff;
}

.search_guide.advanced .guide_main .guide_lists ul li ul li{
	background: none;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.search_guide.advanced .guide_main .guide_lists ul li ul li:hover{
	background: none;
	border: none;
}

.search_guide .guide_main .guide_lists{
	width: 1000px;
	height: 39px;
	overflow: hidden;
}

.search_guide .guide_main .guide_lists ul.guide_list_2{
	display: none;
}

.search_guide .guide_main .guide_lists ul li{
	float: left;
	height: 39px;
	line-height: 39px;
	margin-right: 28px;
}

.search_guide .guide_main .guide_lists ul li a{
	color: #666666;
	text-decoration: none;
}

.search_guide .guide_main .guide_lists ul li a:hover,
.search_guide .guide_main .guide_lists ul li.active a {
	color: #f62f55;
}

.search_guide .guide_main .guide_lists ul li input{
	vertical-align: middle;
	margin-right: 3px;
}

.search_guide.activity .guide_title span{
	/*color: #f62f55;*/
}

.search_guide.activity .guide_main .guide_lists ul li a{
	/*color: #f62f55;*/
}

.sift_sort{
	margin: 20px auto 0;
	width: 1200px;
	height: 34px;
	background-color: #f3f3f3;
	overflow: hidden;
}

.sift_sort ul{
	float: left;
	margin-top: 5px;
	margin-left: 39px;
	/*width: 196px;*/
	height: 22px;
	border: 1px solid #cccccc;
	border-right: none;
}

.sift_sort ul li{
	float: left;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #cccccc;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.sift_sort ul li.active {
	background-color: #fff;
}
.sift_sort ul li.up img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sift_sort ul li img{
	float: right;
}

.sift_sort .search_select_page{
	float: right;
	width: 200px;
	height: 34px;
}

.sift_sort .search_select_page span{
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	color: #666666;
}

.sift_sort .search_select_page span.sum{
	margin-right: 8px;
}

.sift_sort .search_select_page span.pages{
	margin-right: 18px;
}

.sift_sort .search_select_page span.previous{
	margin-right: 4px;
}

.sift_sort .search_select_page span img{
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-top: 10px;
	cursor: pointer;
}

.sift_sort .search_select_page span.un img{
	background:none;
	cursor: default;
}

.product_list{
	margin: 20px auto 0;
	width: 1200px;
	overflow: hidden;
}

.product_list ul li{
	float: left;
	width: 264px;
	margin-right: 48px;
	margin-bottom: 20px;
}

.product_list ul li.margin_r0{
	margin-right: 0;
}

.product_list ul li .img_box{
	width: 262px;
	height: 262px;
	border: 1px solid #eeeeee;
	overflow:hidden;
}

.product_list ul li .img_box img{
	width: 96%;
	margin: 0 auto;
	transition:width 0.3s ease-in-out 0s;
}
.product_list ul li .img_box img:hover{
	width: 100%;
}

.product_list ul li .product_info{
	margin-top: 8px;
	width: 249px;
	overflow: hidden;
}

.product_list ul li .product_info .product_name{
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	color: #666;
	text-align: left;
	text-overflow: ellipsis;
    overflow: hidden;
    cursor:pointer;
}

.product_list ul li .product_info .product_price{
	margin-top: 5px;
	line-height: 22px;
	color: #F62F55;
	font-size: 12px;
	text-align: left;
}

.product_list ul li .product_info .product_price span.sell_num{
	float: right;
	font-size: 12px;
	color: #999999;
	line-height: 24px;
}

/*分页  样式修改    start*/
.page_box{
	width: 1200px;
	margin: 10px auto 50px;
	height: 30px;
}

.page_box .page_box_con{
	float: right;
}

.page_box .page_box_con a{
	float: left;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #efefef;
	margin-right: 5px;
	color: #999999;
	text-align: center;
	cursor:pointer;
	font-size: 14px;
}
.page_box .page_box_con a:hover{
	text-decoration:none;
	border:1px solid #F62F55;
	color:#F62F55;
}

.page_box .page_box_con a.curr_page{
	color: #fff;
	background-color: #F62F55;
	border: 1px solid #F62F55;
}

.page_box .page_box_con a.previous, .page_box .page_box_con a.next{
	width: 66px;
}

.page_box .page_box_con a.prev{
	width: 66px;
}

.page_box .page_box_con a.ok{
	width: 44px;
}

.page_box .page_box_con span{
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	color: #999999;
	text-align: center;
}

.page_box .page_box_con span i{
	font-style:normal;
}

.page_box .page_box_con label{
	float: left;
	color: #999999;
	font-size: 14px;
}

.page_box .page_box_con label input{
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #efefef;
	margin-left: 5px;
	margin-right: 5px;
	color: #999999;
	text-align: center;
}

/*分页  样式修改    end*/


