@font-face {
	font-family: "Calibri";
	src: url("../fonts/Calibri.ttf")
}

a {
	color: inherit
}

body {
	font-family: Calibri;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background: #fff
}

.img {
	font-size: 0
}

.img img {
	max-width: 100%
}

* {
	box-sizing: border-box
}

input::-webkit-search-cancel-button {
	display: none
}

.g-button-more, .g-button-main {
	margin: 0 auto;
	display: block;
	padding: 0;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #000000;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	opacity: .7;
	transition: all .4s
}

.g-button-more:hover, .g-button-main:hover {
	opacity: 1
}

.g-button-main {
	width: 255px;
	border-radius: 0
}

.g-user-address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.g-user-address .item {
	position: relative;
	width: 48%;
	margin-bottom: 30px;
	padding: 30px;
	padding-right: 50px;
	border: solid 1px #dcdcdc;
	background: #f5f5f5
}

.g-user-address .item .user-name {
	margin-bottom: 15px
}

.g-user-address .item .address, .g-user-address .item .contact-way {
	line-height: 2
}

.g-user-address .item .btns {
	margin-top: 10px;
	color: #c09578
}

.g-user-address .tool {
	position: absolute;
	top: 30px;
	right: 22px
}

.g-user-address .tool a {
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.g-user-address .tool .edit-btn {
	margin-bottom: 16px;
	background-image: url(../images/icon_11.png)
}

.g-user-address .tool .del-btn {
	background-image: url(../images/icon_12.png)
}

.g-product-list li {
	margin-bottom: 30px
}

.g-product-list li:hover .box {
	transform: translateY(-5px);
	box-shadow: 4px 7px 15px 0px rgba(0, 0, 0, 0.12);
	border-color: #e5e5e5
}

.g-product-list a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.g-product-list .box {
	transition: all .5s;
	border: 1px sxolid transparent
}

.g-product-list .img {
	width: 100%;
	height: 306px
}

.g-product-list .img a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.g-product-list .img img {
	max-width: 80%
}

.g-product-list .txt {
	padding-bottom: 25px;
	text-align: center
}

.g-product-list .txt h4 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold
}

.g-product-list .txt .desc {
	padding: 0 5px;
	margin-bottom: 10px;
	color: #7d7d7d
}

.g-product-list .txt .desc a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.g-product-list .txt .desc span {
	display: inline-block;
	width: 27px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #e60012
}

.g-product-list .txt .price span {
	text-decoration: line-through;
	color: #7d7d7d
}

.g-product-list .txt .price a {
	display: inline;
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #000
}

.g-hd {
	margin-bottom: 70px;
	text-align: center
}

.g-hd h4 {
	font-size: 30px
}

.g-select-block {
	position: relative;
	border: 1px solid #dcdcdc;
	background: #fff;
	width: 185px;
	height: 40px
}

.g-select-block::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 9px;
	height: 5px;
	background: url(../images/down.png) no-repeat center;
	background-size: cover
}

.g-select-block select {
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.header {
	background: #000
}

.header-top {
	line-height: 30px;
	height: 30px;
	padding-right: 20px;
	text-align: right;
	color: #fff;
	background: #161616
}

.header-top a, .header-top span {
	display: inline-block;
	padding: 0 10px
}

.header-top a:hover {
	text-decoration: underline
}

.header-bd {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 30px 20px
}

.header-bd .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.header-bd .btn {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0
}

.header-bd input {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 30px;
	padding: 0;
	transition: all .4s;
	transform: translateY(-50%);
	border: none;
	border-radius: 2px;
	background: #fff
}

.header-bd input.open {
	left: -255px;
	width: 240px;
	padding: 0 10px;
	border: 1px solid #e5e5e5
}

.header-bd i {
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: -6px;
	right: -14px;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #e60012
}

.nav {
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ebebeb
}

.nav .mobile-menu {
	display: none
}

.nav .navbar {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0
}

.nav .navbar-item {
	margin-right: 68px
}

.nav .navbar-item:last-child {
	margin: 0
}

.nav .navbar-item:hover .dropdown {
	display: block
}

.nav .navbar-link {
	font-size: 18px;
	display: inline-block;
	padding: 10px 0
}

.nav .down-icon {
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 5px;
	background: url("../images/down.png") no-repeat center;
	background-size: cover
}

.nav .dropdown {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	display: none;
	overflow-y: scroll;
	width: 100%;
	height: 300px;
	background: rgba(247, 247, 247, 0.98);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
}

.nav .dropdown::-webkit-scrollbar {
	display: none
}

.nav .dropdown .box {
	margin: 0 auto;
	max-width: 1020px
}

.nav .dropdown a:hover {
	color: #000
}

.nav .dropdown .menus {
	display: flex;
	float: left;
	flex-wrap: wrap;
	width: 66%;
	margin: 45px 0
}

.nav .dropdown .menus .menus-item {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	width: 33.33%;
	padding: 10px 5px;
	color: #333
}

.nav .dropdown .menus .menus-item i {
	display: none
}

.nav .dropdown .menus .menus-item:hover .menus-child {
	display: block
}

.nav .dropdown .menus .menus-item>a {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.nav .dropdown .menus-child {
	font-size: 13px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 65%;
	display: none;
	width: 400px;
	padding: 10px;
	transform: translateY(-50%);
	color: #999;
	background: #eee
}

.nav .dropdown .menus-child .box {
	display: flex;
	flex-wrap: wrap
}

.nav .dropdown .menus-child a {
	display: block;
	width: 33.33%;
	padding: 5px
}

.nav .dropdown .feature {
	float: right;
	width: 29%;
	padding: 25px 0;
	text-align: center;
	background: #fff
}

.nav .dropdown .feature .tit {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	margin-bottom: 15px;
	padding-top: 10px;
	letter-spacing: 1px;
	color: #ccc
}

.nav .dropdown .feature .goods {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	cursor: pointer;
	color: #333
}

.nav .dropdown .feature .more a {
	font-size: 14px;
	line-height: 17px;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	text-transform: uppercase;
	color: #333
}

.shade {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	color: #000;
	background: rgba(0, 0, 0, 0.6)
}

.footer {
	background: #000;
	color: #fff
}

.footer .container {
	padding: 60px 0;
	display: flex;
	justify-content: space-between
}

.footer .footer-nav {
	display: flex;
	justify-content: space-between;
	width: 40%
}

.footer .footer-nav .item:last-child {
	margin-right: 0
}

.footer .footer-nav .tit {
	margin-bottom: 25px;
	font-size: 20px
}

.footer .footer-nav .list {
	font-size: 16px;
	color: #898989
}

.footer .footer-nav .list a {
	display: block;
	margin-bottom: 15px
}

.footer .footer-nav .list a:hover {
	color: #fff
}

.footer .footer-right .share {
	display: flex
}

.footer .footer-right .share a {
	margin-right: 35px;
	font-size: 0;
	display: block
}

.footer .footer-right .share a:last-child {
	margin-right: 0
}

.footer .footer-right .payment .tit {
	margin: 30px 0 25px;
	font-size: 16px;
	color: #898989
}

.crumbs-wrap {
	margin: 25px 0
}

.crumbs-wrap ul {
	display: flex;
	align-items: center;
	font-size: 14px
}

.crumbs-wrap li {
	display: flex;
	color: #7d7d7d
}

.crumbs-wrap li:hover {
	color: #000
}

.crumbs-wrap li::after {
	margin: 0 10px;
	content: '>';
	display: block;
	color: #7d7d7d
}

.crumbs-wrap li:last-child {
	color: #000
}

.crumbs-wrap li:last-child::after {
	display: none
}

.pages {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0
}

.pages .prev-all, .pages .prev, .pages .next-all, .pages .next {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px
}

.pages .prev-all {
	background-image: url(../images/page_first.png)
}

.pages .prev {
	background-image: url(../images/arrow_left.png)
}

.pages .next-all {
	background-image: url(../images/page_last.png)
}

.pages .next {
	background-image: url(../images/arrow_right.png)
}

.pages a {
	font-size: 15px;
	line-height: 37px;
	display: block;
	width: 40px;
	height: 37px;
	margin: 0 2px;
	margin-right: 10px;
	margin-left: -1px;
	transition: all .3s;
	text-align: center;
	text-decoration: none;
	color: #8a8a8a;
	border: 1px solid #dcdcdc;
	background: #fff
}

.pages a.current {
	color: #fff;
	border-color: #000;
	background: #000
}

.pages a:hover {
	border-color: #000
}

.g-quantity-box {
	display: flex;
	justify-content: center;
	height: 40px
}

.g-quantity-box button {
	display: block;
	width: 40px;
	height: 100%;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	background: url(../images/minus.png) no-repeat center;
	background-color: #fff;
	background-size: 15px 3px
}

.g-quantity-box input {
	display: block;
	width: 50px;
	height: 100%;
	margin: 0 -1px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dcdcdc;
	background: #fff
}

.g-quantity-box .spin-up {
	background: url(../images/add.png) no-repeat center;
	background-size: 15px 15px
}

@-webkit-keyframes scaleDraw {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes scaleDraw {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}