﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url(cart.css);
:root{
	--max_width:1200px;
	--foot_back:#000;
	--hover_color:#f60;
	--back_color:#333;
	--fore_color:#fff;
}
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.back{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
p,form{margin:auto;padding:0px;}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:var(--back_color);
	font-size:14px;
	line-height:2;
	
}
@media (max-width:767px){html{font-size:12px;line-height:1.8;}}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	font-size:1rem;
	font-family:Arial, Helvetica, sans-serif;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:var(--back_color);
	font-family:Arial, Helvetica, sans-serif;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
	font-family:Arial, Helvetica, sans-serif;
}

#quandi_contact{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_contact{display:none;}}
#quandi_contact_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#559ceb;
	height:30px;
	text-align:center;
	padding:10px;
	color:#fff;
	font-weight:bold;
}
#quandi_contact_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#quandi_contact_tbody *{max-width:100%;height:auto;}
#quandi_cate{
	display:block;
	width:auto;
	height:auto;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	height:auto;
	text-align:center;
	font-weight:bold;
	font-size: 2rem;
	text-transform: uppercase;
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	grid-template-columns:auto;
	justify-content: center;
	row-gap:10px;
	column-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_cate_tbody{display:none;}
}
#cate{
	display:none;
	width:100%;
	height:40px;
	padding:5px;
	border:1px solid #ddd;
	margin:auto;
	outline:none;
	background-color:transparent;
}
@media (max-width:767px){
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding:10px;
	font-size: 1.2rem;
	border-bottom:1px solid #ddd;
}
a.cate_name:hover{
	color:var(--main_back);
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	font-weight:bold;
	padding:10px;
	color:var(--main_back);
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom:1px solid var(--back_color);
}
.cate_tb{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
}
.cate_thead{
	height: auto;
	width: auto;
	display:block;
}
.cate_tbody{
	position:absolute;
	right:100%;
	width:100%;
	height:auto;
	background-color:#fff;
	top:0px;
	margin:auto;
	display:none;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.4);
}
.cate_tbody_0{right:0px;left:0px;top:unset;}
.cate_tb:hover>.cate_tbody{display:block;}
#quan_head{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom: 1px solid #ddd;
}

#quan_head_tbody{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	column-gap:10px;
	row-gap: 10px;
	align-items:center;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	padding:10px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 30px;}}
#quan_body{
	display:grid;
	grid-template-columns: auto;
	row-gap: 20px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width:767px){#quan_body{grid-template-columns:auto;padding:10px;}}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
}

#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
	color:#d2d3d4;
	margin-top:20px;
}
#quan_foot * a{color:#d2d3d4;}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:auto calc(20% - (60px/3));
	row-gap:30px;
	column-gap:30px;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		padding:10px;
	}
}
.daohang_list{
	display:grid;
	grid-template-columns:30% auto auto auto;
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	border-right:1px solid var(--back_color);
}
@media (max-width:767px){
	.daohang_list{
		border:none;
		padding-left:0px;
		grid-template-columns:auto auto;
	}
}
@media (max-width:480px){
	.daohang_list{
		border:none;
		padding-left:0px;
		grid-template-columns:auto;
	}
}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.daohang_name{
	color:#7b7e81;
	font-weight:bold;
	font-size: 1.2rem;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.daohang_miaoshu ul{
	margin:auto;
	padding:0px;
	margin-top:20px;
}
.daohang_miaoshu li{
	list-style:none;
}
#quan_foot_tfoot{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);	
	font-size:12px;
	padding:10px;
}
@media (max-width:480px){
	#quan_foot_tfoot{
		flex-direction: column;
		row-gap: 10px;
		justify-content: center;
	}
}
.link_list{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.link_ico{
	width: 20px;
	height: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
a.link_ico:hover{
	background-color: #333;
}
.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;	
}
.top_tb{
	display:grid;
	grid-template-columns:150px auto;
	align-items:end;
	column-gap:10px;
	width:auto;
	height:auto;
}
.top_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-size:12px;
	color:#999;
	background-color:#f5f5f5;
	border-radius:5px;
	padding:5px;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
	margin-left: auto;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:100%;
	display:block;
	text-align:center;
	overflow:hidden;
}

a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	color:var(--hover_color);
}
a.nav_name:hover{
	font-weight:bold;
	color:var(--hover_color);
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}
#sub_tbody{
	width:auto;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	display:none;
	z-index:1001;
	min-width:120px;
}
.sub_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
a.sub_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	font-size:12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
	background-color:var(--hover_color);
}
.sub_tb{
	display:block;
	width:auto;
	height:auto;
	position:relative;
}
.sub_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
}
.sub_tbody{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	position:absolute;
	left:100%;
	top:0px;
	min-width:100%;
	box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
}
.sub_tb:hover>.sub_tbody{
	display:block;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*760/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	.banner_list{
		height:150px;
	}
}
.nivo-main-image{display: block;margin: auto;}
#banner{display:none;}
.b_flex{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.b_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	font-weight:bold;
	color:#fff;
	line-height:1.5;
}
.b_title{
	letter-spacing:2px;
	font-size:3rem;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	
}
.b_miaoshu{
	font-size:1.5rem;
	letter-spacing:2px;
}
@media (max-width:480px){
	.b_title{font-size:2rem}
	.b_miaoshu{font-size:12px;}
}
.banner{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:300px;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
@media (max-width:480px){
	.banner{height:180px;}
}
.banner_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	font-weight:bold;
	color:#fff;
}
.banner_title{
	font-size:3rem;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.banner_miaoshu{
	font-size:1.5rem;
	letter-spacing:2px;
}
.banner_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	box-sizing: border-box;
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}
.loc_tb{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	overflow: auto;
	white-space: nowrap;
}
.loc_left{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:10px;
	width:auto;
	height:auto;
}
.tb_loc_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:var(--back_color);
	line-height:3rem;
	border-bottom:1px solid #ccc;
}
.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.pagebar{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	
}
#page_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
}

a.bt_page_hover{
	background-color:#555;
	color:#fff;
}
a.bt_page{
	width:auto;
	min-width:40px;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
}
@media (max-width:480px)
{
	a.bt_page{
		min-width:30px;
		height:30px;
		line-height:30px;
	}
}

a.bt_page:last-child{border-right:1px solid #555;}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
.page_left,.page_right,.page_center,.page_other{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items: center;
	column-gap:5px;
}
@media (max-width:480px)
{
	.page_center{
		display: none;
	}
}
#mm{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:20px;
	justify-content:center;
	align-items:center;
}

#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	border-top:1px solid #ddd;
}
@media (max-width:767px){#mm_tb{display:block;}}
#mm_thead{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}

#mm_tbody{
	display:none;
	overflow:auto;
	width:auto;
	height:auto;
	padding:20px;
	border-top:1px solid #ddd;
}
.m_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.m_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
}
.m_tbody{
	display:none;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-left:20px;
}
.m_tbody a.m_name{font-size:12px;}
a.m_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}

.m_0 a.m_name{font-weight:normal;}
a.m_fold{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	border:1px solid #ddd;
}
.thead{
	text-align:center;
	position:relative;
}
.title{
	font-size:2.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

.miaoshu{	
	font-size:1.1rem;
}
.tbody{
	margin-top:20px;
	margin-bottom:20px;
}
.head_flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	margin-left: auto;
}
.login_out{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
}
a.head_bt{
	display: block;
	width: 30px;
	height: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 1.2rem;
	color: #666;
}
a.head_bt:hover{
	background-color: #000;
	color:#fff;
}
#quandi_css{display:none;}
#cart{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 2rem;
	border-radius: 5px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	cursor: pointer;
}
#cart:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
#cart_main{
	position: fixed;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	z-index:300;
	display: none;
}
#cart_modal{
	position: absolute;
	right: 0px;
	top:0px;
	bottom: 0px;
	left: 0px;
}
#cart_tb{
	display: grid;
	grid-template-rows:50px auto 60px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	width: 320px;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top:0px;
	bottom: 0px;
}
#cart_thead{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	font-size:1.6rem ;
	border-bottom: 1px solid #ddd;
}
#cart_tfoot_left{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	width: auto;
	height: auto;
}
#cart_close{
	width:30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-weight: 100;
}
#cart_tbody{
	display: block;
	width: auto;
	height: 100%;
	overflow: auto;
}
#cart_tbl{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
}
#cart_tfoot{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 5px;
	width: auto;
	height: auto;
	white-space: nowrap;
}
#cart_check{
	text-align: center;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	border-radius: 4px;
	background-color: var(--back_color);
	color:#fff;
}
#cart_check:hover{
	background-color: var(--hover_color);
	color: #fff;
}
#cart_amount{
	font-weight: bold;
	font-size: 1.2rem;
	color: var(--hover_color);
}
.ca_tb{
	display: grid;
	grid-template-columns: 60px auto 20px;
	width: auto;
	height:auto;
	column-gap: 20px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
a.ca_name{
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position:relative;
}
.ca_left{
	display: block;
	overflow: hidden;
	position:relative;
}
.ca_center{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.ca_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.ca_price{
	color: var(--hover_color);
}
.ca_num{
	display:block;
	overflow:hidden;
	width:auto;
	height:30px;
	border: 1px solid #ddd;
}
.ca_del{
	cursor: pointer;
	font-size: 1.2rem;
}
.cart_total{
	min-width:20px;
	line-height: 20px;
	background-color: var(--hover_color);
	color: #fff;
	text-align:center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top:5px;
}
