/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/
body {
	zoom: 0.9;
}

/* .yc_list{
	width: 100%;
	overflow: hidden;
	margin: 0 300rpx;
	padding: 0;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.yc_list_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content:center;
	overflow: hidden;
}

.yc_list_box{
	display: flex;
	flex-direction: column;
	border: 1px #ddd solid;
	box-shadow: 0 0 5px #eee;
}

.yc_list_box a{
	padding: 10px 20px;
}

.yc_list_box .pic{
	padding: 50px 80px;
	border-bottom: 1px dotted #dedede;
} */

.yc_list {
	/* background: url(../images/backgrounds/bj.jpg) no-repeat; */
	background-size: cover;
	overflow: hidden;
}

.yc_list ul,
.yc_list ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.yc_list ul {
	width: 1500px;
	margin: auto;
	margin-top: 10px;
	padding: 5px 5px 30px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}

.yc_list ul li {
	background: #fff;
	/* margin-top: 30px; */
	width: 270px;
	background: #fff;
	padding-bottom: 10px;
	box-shadow: 0 0 5px #eee;
	border: 1px #ddd solid;
}

.yc_list ul li a {
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #333;
}

.yc_list ul li .pic {
	display: table-cell;
	text-align: center;
	border-bottom: 1px dotted #dedede;
	vertical-align: middle;
	width: 270px;
	height: 200px;
}

@media only screen and (max-width:1200px) {
	.yc_list ul {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		display: block;
	}

	.yc_list ul li {
		margin: auto;
		margin-top: 30px;
		text-align: center;
		width: 90%;
	}

	.yc_list ul li .pic {
		width: 100%;
		display: block;
		padding: 20px 0;
		height: initial;
	}
}

/* 图案线 */

.custom_imgline {
	margin-left: 28px;
	margin-top: -20px;
	/* width: 220px; */
	/* height: auto; */
	display: block;
}

@media only screen and (max-width:600px) {
	.custom_imgline {
		/* margin-left: 28px;
		width: 220px; */
		/* display: none; */
	}
}

/* 导航栏 */
.my_nav {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	/* height: 120px; */
	background-color: #f89708;
	border-bottom: 1px #000 solid;
}

.my_nav_top {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.my_nav_top_left {
	display: flex;
	flex-direction: column;
}

.nav_title {
	font-size: 45px;
	font-weight: bold;
	color: #222;
	margin-right: 40px;
}

.nav_btn {
	display: flex;
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

.nav_btn a {
	color: #222;
}

.nav_btn_item {
	margin: 0 20px;
	text-decoration: none;
}

.nav_line {
	border: 1px #333 solid;
	height: 120px;
}

.nav_contact {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-left: 40px;
	color: #333;
}

.my_nav_top_contact {
	display: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333;
	border-bottom: 1px #000 solid;
}

.nav_search {
	align-items: center;
	text-align: center;
	margin: 0 auto;
	background-color: #ffaa00;
	width: 80px;
	padding: 2px 4px;
	line-height: 22px;
	margin-top: 10px;
	font-weight: bold;
}

.nav_search a {
	color: #222;
	font-weight: bold;
}

@media only screen and (max-width:1100px) {
	.nav_title {
		font-size: 30px;
		margin-right: 20px;
	}

	.nav_btn {
		font-size: 16px;
	}

	.nav_contact {
		font-size: 14px;
		margin-left: 20px;
	}
}

@media only screen and (max-width:900px) {
	.nav_title {
		font-size: 28px;
		margin-right: 10px;
	}

	.nav_btn {
		font-size: 16px;
	}

	.nav_contact {
		display: none;
	}

	.nav_line {
		display: none;
	}

	.my_nav_top_contact {
		display: block;
	}
}

@media only screen and (max-width:600px) {
	.nav_title {
		font-size: 26px;
		margin-right: 10px;
	}

	.nav_btn_item {
		font-size: 14px;
		margin: 0 8px;
	}

	.my_nav_top_contact {
		display: block;
		font-size: 14px;
	}
}

/* service & FAQ */
.my_service {
	font-family: Arial, Helvetica, sans-serif;
}

.my_service_topbar {
	background-color: #c5ccde;
	color: #5073ac;
	width: 100%;
	padding: 4px 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.my_service_content {
	margin: 20px 0;
}

.my_service_content_detail {
	font-weight: bold;
	color: #666;
}

.my_faq_topbar {
	background-color: #c5ccde;
	color: #5073ac;
	width: 100%;
	padding: 4px 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.my_faq_content_title {
	font-weight: bold;
	color: #666;
}

.my_faq_content_detail {
	margin-left: 16px;
	color: #666;
}

#my-top-nav {
	margin-top: 18px;
}

#index-nav {
	font-size: 18px;
	font-weight: bolder;
	color: #666;
}

.recommendForYou {
	text-align: left;
	margin-top: 40px;
	margin-left: 110px;
	font-weight: bold;
	color: #ce0000;
}

@media only screen and (max-width: 850px) {
	#index-nav {
		font-size: 12px;
	}

	#my-top-nav {
		margin-top: -8px;
	}

	.recommendForYou {
		font-size: 24px;
		margin-top: 20px;
		margin-left: 1px;
	}
}

@media only screen and (max-width: 850px) {
	.my-shop-menu {
		font-size: 14px;
	}

	.my-shop-aside {
		margin: 0;
		max-width: 150px;
		padding: 6px 0;
	}
}


.swiper-container {
	background-size: contain|cover;
	width: 100%;
	/* max-height: 500px;s */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: auto;
	max-height: 600px;
}

@media only screen and (max-width: 850px) {
	.swiper-slide img {
		width: auto;
		max-height: 135px;
	}
}

.left_menu {
	display: block;
	flex: 3;
	margin-right: 40px;
}

.right_menu {
	flex: 7;
}

.cate_top_box {
	display: none;
	overflow: -moz-scrollbars-
		/* none;
	-ms-overflow-style: none; */
}

/* .cate_top_box ::-webkit-scrollbar {
	width: 0 !important;
	height: 0px;
} */

@media only screen and (max-width: 850px) {
	.left_menu {
		display: none;
	}

	.cate_top_box {
		display: block;
	}
}

.cate_top_bar {
	display: flex;
	width: 100%;
	margin: 6px 6px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	/* overflow-x: scroll;
	white-space: nowrap; */
}

.cate_text {
	line-height: 24px;
	/* margin-left: 5px; */
}

@font-face {
	font-family: 'ViceCitySans';
	src: url(../fonts/ViceCitySans.ttf);
}

.topTitle {
	padding-top: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #0F0F0F;
	font-weight: bold;
	font-family: 'ViceCitySans';
}

.topTitle-top {
	font-size: 50px;
	font-family: 'ViceCitySans';
}

.topTitle-bottom {
	font-size: 30px;
	margin-top: -12px;
	font-family: 'ViceCitySans';
}

@media only screen and (max-width: 950px) {
	.topTitle-top {
		font-size: 30px;
	}

	.topTitle-bottom {
		font-size: 20px;
		margin-top: -12px;
	}
}

@media only screen and (max-width: 650px) {
	.topTitle-top {
		font-size: 16px;
	}

	.topTitle-bottom {
		font-size: 12px;
		margin-top: -6px;
	}

	#my-top-nav {
		margin-top: -0px;
	}
}

.contactsBox {
	margin: 10px auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.contactsBox img {
	border: 2px solid #fff;
	height: auto;
}

@media only screen and (max-width: 650px) {
	.contactsBox {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	
	.contactsBox img {
		border: 0.5px solid #fff;
		height: 80px;
	}
}

.nav_outer {
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	border: #7ccbff 2px solid;
	padding-bottom: 4px;
	padding-left: 30px;
}

.searchBox {
	padding: 0px 30px;
	margin-top: 6px;
}

.searchBox-inner {
	display: flex;
	justify-content: space-between;
	border-radius: 50px;
	border: #90dcff solid 1px;
	padding: 4px 10px;
	color: #666;
}

.searchBox-inner img {
	height: 18px;
	margin-left: 20px;
	margin-top: 2px;
}

.searchBox-inner input {
	border: #fff solid 0px;
	padding-top: 3px;
}

@media only screen and (max-width: 650px) {
	.searchBox-inner input {
		display: none;
	}

	.searchBox-inner img {
		height: 14px;
		margin-left: 0px;
	}

	.searchBox-inner {
		padding: 4px 4px;
	}

	.searchBox {
		padding: 0px 10px;
	}

	.nav_outer {
		padding-left: 0px;
	}
}

/* 新类目 */
.new_cateBox {
	background-size: cover;
	overflow: hidden;
	width: 1400px;
	margin: auto;
	margin-top: 10px;
	padding: 5px 5px 30px 0;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	overflow: hidden;
}

.new_cateBox-inner {
	background: #fff;
	/* margin-top: 30px; */
	width: 340px;
	background: #fff;
	padding: 20px;
	border: 1px #ddd solid;
	text-align: center;
	/* padding-top: 20px; */
}

.new_cateBox-inner a {
	display: block;
	color: #333;
}

.new_cateBox-inner-img {
	width: 170px;
	height: 170px;
	margin: 15px 0;
	border-radius: 5px;
}

.new_cateBox-inner-title {
	font-size: 16px;
	text-align: center;
}

.new_cateBox-inner-price {
	margin-top: 15px;
	font-weight: bold;
	font-size: 17px;
}

.new_cateBox-inner-order {
	margin-top: 8px;
	font-weight: bold;
}

.new_cateBox-inner-order span {}

@media only screen and (max-width:1250px) {
	.new_cateBox-inner-img {
		width: 120px;
		height: 120px;
		margin: 10px 0;
		border-radius: 5px;
	}
}

@media only screen and (max-width:850px) {
	.new_cateBox-inner-img {
		width: 100px;
		height: 100px;
		margin: 8px 0;
		border-radius: 5px;
	}

	.new_cateBox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin-top: 6px;
		padding: 0;
		margin: auto;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}

	.new_cateBox-inner {
		align-items: center;
		margin: auto;
		margin-top: 20px;
		text-align: center;
		width: 50%;
	}
	.new_cateBox-inner-title {
		font-size: 16px;
		text-align: center;
	}
}
