* {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	font-family: Calibri;
}
a:visited{
	color: inherit!important;
}
@font-face {
	src: url(../font/calibri.ttf);
	font-family: Calibri;
}
@font-face {
	src: url(../font/calibrib.ttf);
	font-family: Calibri-Bold;
}
body {
	background-color: #f5f5f5;
}
img {
	display: block;
	width: 100%;
}
.w1200 {
	margin: 0 auto;
	width: 75rem;
}
button {
	cursor: pointer;
}
header .gh{
	display: none;
}
.header-fiexd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3.125rem;
	background-color: #000;
}
header .links {
	display: flex;
}
header .links .level1 {
	position: relative;
	margin-right: 2.4rem;
}
header .links .level1 .lv1_name {
	display: flex;
	align-items: center;
}
header .links .level1 .lv1_name p {
	margin-right: 1rem;
	line-height: 5rem;
	font-size: 1.125rem;
	color: #fff;
	letter-spacing: .056rem;
}
header .links .level1 .level2 {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 2;
	padding: 1rem 0;
	width: 13.75rem; 
	background-color: #fff;
	transform: translateX(-50%);
}
header .links .level1 .level2 a {
	display: block;
	line-height: 2.25rem;
	text-align: center;
	font-family: Calibri;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: .056rem;
}
header .links .level1 .level2 a:hover {
	text-decoration: underline;
}
/* header .links .level1 .l1 {
	left: 43rem;
} 
header .links .level1 .l2 {
	left: 50%;
}
header .links .level1 .l3 {
	left: 67rem;
} */
header .links .level1:hover .level2 {
	display: block;
}
header .operation {
	display: flex;
	align-items: center;
}
header .operation .search {
	display: flex;
	position: relative;
}
header .operation .search .serch-btn a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../image/search.png) no-repeat center;
	background-size: 20px 20px;
	transition: all .3s;
}
header .operation .search.open .serch-btn a{
	z-index: -1;
	opacity: 0;
}
header .operation .search.open .form{
	width: 180px;
	opacity: 1;
	z-index: 1;
}
header .operation .search .form{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	transition: all .5s;
	z-index:-1;
	opacity: 0;
}
header .operation .search input {
	display: block;
	border: solid 1px #fff;
	border-radius: 1.25rem;
	padding: 0 40px 0 10px;
	width: 100%;
	height: 40px;
	background: transparent;
	font-size: 14px;
	color: #fff;
}
header .operation .search button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: transparent;
	background-image: url(../image/search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
header .operation > a{
	padding: 20px 0;
}
header .operation .user {
	display: flex;
	position: relative;
	margin-left: 1rem;
	padding: 20px 0;
	cursor: pointer;
}
header .operation .user .icon {
	display: flex;
	align-items: center;
}
header .operation .user .icon .img2 {
	margin-left: .5rem;
}
header .operation .user .drop {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 9;
	border: solid .063rem #dcdcdc;
	text-align: center;
	width:160px;
	background-color: #fff;
	transform: translateX(-50%);
}
header .operation .user .drop a {
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #000;
}
header .operation .user .drop a:hover {
	color: #c09578;
}
header .operation .user:hover .drop {
	display: block;
}
header .operation .collection,
header .operation .shop {
	position: relative;
	display: block;
	margin-left: 1rem;
}
header .operation .shop .number{
	position: absolute;
	top: 11px;
	right: -13px;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #e60012;
	font-family: Calibri-Bold;
}
footer .top {
	padding: 4.5rem 0 3.25rem;
	background-color: #ebebeb;
}
footer .top .flex {
	display: flex;
	justify-content: space-between;
}
footer .top .flex .group .title {
	margin-bottom: 1.5rem;
	font-family: Calibri-Bold;
	font-size: 1rem;
	color: #252525;
}
footer .top .flex .group .t1 {
	display: block;
	line-height: 1.5rem;
	font-size: .875rem;
	color: #7d7d7d;
}
footer .top .flex .group .share {
	display: flex;
}
footer .top .flex .group .share a {
	margin-right: .75rem;
}
footer .top .flex .group .emial {
	display: block;
	margin-top: .875rem;
	border: solid 1px #e5e5e5;
	width: 17.75rem;
	height: 2.5rem;
	text-indent: 1.25rem;
	font-size: .875rem;
	color: #959595;
}
footer .top .flex .group .send {
	display: block;
	margin-top: .875rem;
	border: none;
	width: 17.75rem;
	height: 2.5rem;
	background-color: #313131;
	font-size: .875rem;
	color: #fff;
}
footer .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 7.5rem;
}
footer .bottom p {
	line-height: 1.25rem;
	font-size: .875rem;
	color: #7d7d7d;
}
footer .bottom .payment {
	display: flex;
	align-items: center;
}
footer .bottom .payment .line {
	margin: 1.25rem;
	width: 1px;
	height: 1.5rem;
	background-color: #e0e0e0;
}
footer .bottom .payment a {
	margin-right: .625rem;
}
.pages {
	display: flex;
	justify-content: center;
}
.pages a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	border: solid 1px #e8e8e8;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	font-size: .875rem;
	color: #888;
}
.pages .active {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.bread {
	cursor: pointer;
	line-height: 6.875rem;
	font-size: .875rem;
	color: #000;
}
.bread a {
	color: #000;
}

.shade{
	display: none;
}