* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1801372 */
	src: url('//at.alicdn.com/t/font_1801372_rl9bouiarkh.eot');
	src: url('//at.alicdn.com/t/font_1801372_rl9bouiarkh.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1801372_rl9bouiarkh.woff2') format('woff2'), url('//at.alicdn.com/t/font_1801372_rl9bouiarkh.woff') format('woff'), url('//at.alicdn.com/t/font_1801372_rl9bouiarkh.ttf') format('truetype'), url('//at.alicdn.com/t/font_1801372_rl9bouiarkh.svg#iconfont') format('svg');
}

@font-face {
	font-family: 'alibabaBold';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaHeavy';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Heavy.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaLight';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaMedium';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Medium.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaRegular';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font: 10pt/1.5 'alibabaRegular';
	font-family: 'alibabaRegular', 'myFont', 'SimHei', '黑体/STHeiti', '微软雅黑', arial, sans-serif, "iconfont";
	color: #000000;
	position: relative;
}

img {
	max-width: 100%;
	display: block;
}

a {
	outline: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
	color: inherit
}

a:active {
	background-color: transparent
}

a:hover {
	color: inherit;
}

.main {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	position: relative;
}

.title {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-left: 0px;
	color: #ff6633;
	font-size: 12pt;
	line-height: 24pt;
	border-bottom: 1px solid #e8e8e8;
	font-family: "alibabaRegular";
}

.top {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.top h2 {
	text-align: right;
	font-size: 12pt;
	font-family: "alibabaRegular";
	margin-right: 15px;
}

.top .iconfont {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 0px;
	line-height: 50px;
	font-size: 28pt;
	cursor: pointer;
	background-color: #FFFFFF;
}

#menuClose {
	display: none;
}

#menuShow {
	display: block;
}

.mobileMenuNav {
	display: block;
	position: fixed;
	width: 80%;
	height: 100%;
	color: #FFFFFF;
	background-color: #ff6633;
	top: 0px;
	left: -80%;
	z-index: 999;
	font-size: 12pt;
	max-width: 750px;
}

.mobileMenuNav .nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
}

.mobileMenuNav .nav>li {
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 20px;
	position: relative;
}

.mobileMenuNav .nav>li:first-child {
	padding-left: 10px;
}

.nav .childrenList {
	display: none;
}

.nav .more,
.nav .min {
	display: block;
	position: absolute;
	right: 5px;
	top: 0px;
	color: #FFFFFF !important;
}

.nav .min {
	display: none;
}

.childrenList li {
	list-style: none;
	padding-left: 20px;
}

.search {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	height: 40px;
	background-color: rgba(255, 153, 51, 0.8);
	position: fixed;
	top: 51px;
	z-index: 998;
	left: 50%;
	transform: translateX(-50%);
}

.search input {
	width: calc(100% - 10px);
	margin-left: 5px;
	background-color: #ffead6;
	height: 30px;
	margin-top: 5px;
	border-radius: 5px;
	border: none;
	text-indent: 12pt;
}

.search .iconfont {
	position: absolute;
	right: 15px;
	font-size: 24px;
	color: #ff9933;
	cursor: pointer;
	line-height: 40px;
}

.swiper-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 750px;
	margin: 0px auto;
}

.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;
}

.product {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	background-color: #FF9933;
	padding-bottom: 10px;
	margin-bottom: 61px;
}

.product li {
	width: calc(50% - 15px);
	height: auto;
	overflow: hidden;
	list-style: none;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.product li img {
	display: block;
	margin: 0px auto;
}

.name,
.vip {
	display: block;
	width: 96%;
	padding-left: 4%;
	height: auto;
	overflow: hidden;
	line-height: 20pt;
	font-family: "alibabaRegular";
	font-size: 10pt;
}

.price {
	display: block;
	width: 96%;
	padding-left: 4%;
	height: auto;
	overflow: hidden;
	line-height: 20pt;
	font-family: "alibabaRegular";
	font-size: 10pt;
	color: #ff9933;
}

.addPrice,
.totalPrice {
	display: block;
	width: 80px;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
	font-family: "alibabaRegular";
	font-size: 12pt;
	color: #ff9933;
	float: left;
}

.minus,
.add {
	float: left;
	width: 30px;
	height: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 30px;
	background-color: #ff6633;
	color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
}

.add {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.num {
	float: left;
	width: 40px;
	border: 1px solid #e8e8e8;
	height: 28px;
	margin-top: 15px;
}

.del {
	float: right;
	width: 60px;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	background-color: #ff6633;
	color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
}

.buy {
	background-color: #ff6633;
	float: right;
	margin-right: 5px;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding: 0px 15px;
	color: #FFFFFF;
}

.num input {
	border: none;
	width: 40px;
	height: 28px;
}

.footer,
.footer2 {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	height: 60px;
	border-top: 1px solid #e8e8e8;
	position: fixed;
	z-index: 998;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
}

.footer2 {
	bottom: 60px;
	z-index: 999;
}

.footer .active {
	color: #ff9933;
}

.footer li {
	list-style: none;
	float: left;
	width: 33%;
	text-align: center;
	font-family: "alibabaRegular";
}

.footer li .iconfont,
.addCart .iconfont {
	display: block;
	width: 100%;
	line-height: 25pt;
	font-size: 16pt;
}

.mb61 {
	margin-bottom: 61px;
}

.addCart {
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #ff6633;
	color: #FFFFFF;
	border-radius: 50%;
	z-index: 998;
	position: fixed;
	bottom: 80px;
	right: 5px;
}

.addCart .iconfont {
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 16pt;
}

.cart {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #E8E8E8;
	margin: 0px auto;
	margin-top: 25px;
}

.cart .iconfont {
	text-align: center;
	line-height: 200px;
	font-size: 72px;
	display: block;
	width: 100%;
	height: 200px;
}

.des {
	text-align: center;
	font-size: 14pt;
	line-height: 28pt;
}

.button {
	display: block;
	border: 1px solid #ff6633;
	border-radius: 5px;
	width: 40%;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	color: #ff6633;
	font-size: 12pt;
	text-align: center;
	line-height: 25pt;
	margin-top: 25px;
}

.topBg {
	background-color: #ff6633;
	color: #FFFFFF;
}

.copyRight {
	text-align: center;
	width: 100%;
	margin-bottom: 61px;
	line-height: 40px;
	border-top: 1px solid #e8e8e8;
	margin-top: 25px;
}

.header {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 25px;
	float: left;
}

.header img {
	border-radius: 50%;
}

.set {
	position: absolute;
	cursor: pointer;
	font-size: 20pt;
	right: 5px;
	top: 5px;
}

.hy {
	width: calc(100% - 150px);
	float: left;
	height: auto;
	overflow: hidden;
}

.hy span {
	display: block;
}

.hy .name {
	margin-top: 25px;
}

.more {
	float: right;
	color: #333333;
	font-size: 10pt;
	margin-right: 5px;
}

.orderTitle {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 750px;
	margin: 0px auto;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
	margin-top: 15px;
}

.orderTitle li {
	width: 20%;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
	float: left;
}

.orderTitle li .iconfont {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18pt;
	height: auto;
	overflow: hidden;
	list-style: none;
	float: left;
	color: #ff6633;
}

.navMain {
	width: 100%;
	margin: 0px auto;
	line-height: 40px;
	max-width: 750px;
	height: auto;
	overflow: hidden;
}

.navMain .m {
	float: right;
	margin-right: 5px;
}

.navMain .v {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	color: #ff6633;
}

.dataLoading {
	background: url("../images/loding.png") no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	animation: spin 1s linear infinite;
	margin: 0px auto;
	margin-top: 5px;
	display: block;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.over {
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	font-size: 10pt;
	color: #A5A5A5;
}

#productDataLoding {
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: 996;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

#productData img {
	margin: 0px auto;
	max-width: 100%;
}

.layerConfirmTitle .layui-layer-title {
	padding: 20px 0 0 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: none;
	font-size: 1rem;
	color: #333;
	overflow: hidden;
	text-align: center;
	background-color: white;
	border-radius: 5px 5px 0 0;
}

.layerBox,
.layerBoxNoBg {
	border: none !important;
	background-color: transparent !important;
}

.layerBox .layui-layer-content,
.layerBoxNoBg .layui-layer-content {
	border-radius: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.layerBoxNoBg .layui-layer-content {
	background: none;
}

.layerConfirm,
.layerConfirmTitle,
.layerLoading {
	border-radius: 5px !important;
}

.layerLoading {
	border: none !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.layerConfirmTitle .layui-layer-content {
	padding: 0 0 10px 0 !important;
	text-align: center;
}

.layerLoading .layui-layer-content {
	text-align: center;
	line-height: 40px !important;
}

.layerConfirm .layui-layer-content {
	text-align: center;
}

.layerConfirm .layui-layer-btn,
.layerConfirmTitle .layui-layer-btn {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	background: url("../images/user/vertical.png") center no-repeat;
}

.layerLoading .layui-layer-content {
	color: #FFFFFF;
}

.layerConfirm .layui-layer-btn a,
.layerConfirmTitle .layui-layer-btn a {
	background: none;
	height: 30px;
	line-height: 30px;
	color: #1ca7ff;
	width: 100px;
	border: none;
	padding-top: 15px;
	font-size: 16px;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #EEEEEE !important;
	background-color: #f9b202 !important;
	color: #fff;
}

.layui-layer-title {
	border-bottom: 1px solid #eee;
	color: #FFFFFF !important;
	background-color: #f13e41 !important;
}

.shopCarts {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 120px;
}

.shopCarts li {
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.marLeft {
	float: left;
	width: 50px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}

.marLeft .checkbox {
	width: 20px;
	height: 20px;
	margin-left: 15px;
}

.imgLeft {
	float: left;
	width: 100px;
	height: auto;
	overflow: hidden;
}

.rightProduct {
	width: calc( 100% - 160px);
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 5px;
}

.qrCode {
	position: fixed;
	z-index: 999;
	width: 100%;
	min-height: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0px;
	left: 0px;
	display: none;
}

.close {
	color: #FFFFFF;
	width: 50px;
	height: 50px;
	margin: 0px auto;
	line-height: 50px;
	font-size: 30px;
	display: block;
	text-align: center;
}

.qrCode img {
	margin: 25px auto;
	max-width: calc(100% - 50px);
}

.qrCode .textIndex {
	font-size: 16pt;
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 2px #FFFFFF;
}

.jiameng {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 10;
}

.jiameng .box {
	display: block;
	width: 50%;
	float: left;
	height: 88px;
	background-image: url(../images/banner_box_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 143px 88px;
	margin-top: 15px;
}

.jiameng .box2 {
	width: 50%;
	float: left;
	height: 88px;
	background-image: url(../images/banner_box_bg_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 143px 88px;
	margin-top: 15px;
}

.jiameng span {
	display: block;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 12pt;
	font-family: "alibabaRegular";
	line-height: 15pt;
}

.jiameng .t1 {
	padding-top: 10px;
}

.part1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #484849;
	margin-top: 15px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	font-family: "alibabaBold";
	color: #f27520;
	margin-top: 15px;
	line-height: 28pt;
	text-align: center;
}

.part1 .jzjs {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.part1 .jzjs li {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
	list-style: none;
	position: relative;
	height: 300px;
}

.part1 .list {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 0px;
	width: 160px;
	height: 200px;
	overflow: hidden;
	transform: rotate(30deg);
	z-index: 0;
}

.part1 .list_child {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: rotate(-60deg);
}

.part1 .list_child_child {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: rotate(-60deg);
	background-color: #FFFFFF;
	text-align: center;
	color: #ff6633;
}

.part1 .jzjs li .iconfont {
	font-size: 56px;
	z-index: 10;
	position: relative;
	top: 30px;
	color: #ff6633;
}

.part1 .jzjs li:hover .iconfont,
.part1 .jzjs li:hover h3 {
	color: #FFFFFF;
}

.part1 .jzjs li:hover .list_child_child {
	background-color: #ff6633;
}

.part1 .jzjs h3 {
	font-size: 40px;
	z-index: 10;
	position: relative;
	top: 20px;
	color: #ff6633;
}

.part1 .jzjs li .p1 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 60px;
	font-family: "alibabaBold";
}

.part1 .jzjs li .p2 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 70px;
}

.part1 .p3 {
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 24pt;
	font-family: "alibabaBold";
	margin-top: 25px;
	padding: 0px 20px;
}

.part1 .p4 {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 20pt;
	padding: 0px 20px;
	margin-bottom: 25px;
}

.part2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 300px;
	position: relative;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: 20px center;
}

.part2 h2,
.part3 h2,
.part4 h2,
.part5 h2,
.part6 h2 {
	text-align: center;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100px 2px;
	color: #000000;
}

.en {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	color: #9f9f9f;
	text-align: center;
}

.part4 {
	background-color: #e5e5e5;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.part4 .dbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.part4 .dbox img {
	display: block;
	max-width: 100%;
}

.part4 .sharBox {
	display: none;
}

.dbox .t {
	font-size: 12pt;
	display: block;
	line-height: 24pt;
	width: 100%;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
}

.dbox .t .line {
	height: 1px;
	width: 30%;
	background-color: #ff6633;
}

.dbox .desc {
	width: 100%;
	color: #000000;
	height: auto;
	overflow: hidden;
	font-size: 10pt;
	line-height: 20pt;
}

.dbox .desc p {
	padding: 10px;
}


#newsData{
	font-size: 10pt;
	line-height: 20pt;
	margin-bottom: 61px;
	padding: 10px;
	width: calc(100% - 20px);
	height: auto;
	overflow: hidden;
}
