body {
    font-size: 100%;
    font-family: "Microsoft YaHei",PingFangSC-Regular,Helvetica,"Droid Sans",Arial,sans-serif;
    color: #999;
	background-color: #eee;
    padding-top: constant(safe-area-inset-top);   /*为导航栏+状态栏的高度 88px */
    padding-left: constant(safe-area-inset-left);   /* 如果未竖屏时为0 */
    padding-right: constant(safe-area-inset-right);  /* 如果未竖屏时为0 */
    padding-bottom: constant(safe-area-inset-bottom); /* 为底下圆弧的高度 34px */
}

/*************/
/*** 头部样式 ***/
/***************/
.header {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	height: 50px;
	background: #fe3591;
	z-index: 998;
}
.header .header-back, .header .header-close {
	float: left;
	width: 10%;
	height: 100%;
}
.header .header-back a {
	height: 100%;
	width: 100%;
	display: inline-block;
	background-image: url(../img/arrow3.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 40%;
}
.header .header-close a {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 16px;
	background-image: url(../img/product/icon_search_back.png);
	background-repeat: no-repeat;
	background-size: 17px 17px;
}
.header .header-title {
	width: 90%;
	text-align: center;
	color: white;
	font-size: 1.2rem;
	line-height: 48px;
}
.header .header-title em {
	display: inline-block;
	width: 13px;
	height: 7px;
	margin-left: 3px;
	vertical-align: middle;
	background-image: url(../img/product/icon_headdown.png);
	background-repeat: no-repeat;
	background-size: 13px 7px;
}
.header .header-home {
	position: absolute;
    right: 4%;
    top: 15px;
	display: inline-block;
    width: 21px;
    height: 21px;
	background-image: url(../img/ico_home.png);
	background-repeat: no-repeat;
	background-size: 21px 21px;
    text-indent: -9999px;
    z-index: 999;
}
.header .header-nav {
	position: absolute;
    right: 4%;
    top: 15px;
	display: inline-block;
	width: 24px;
	height: 22px;
	background-image: url(../img/product/icon_headnav.png);
	background-repeat: no-repeat;
	background-size: 24px 22px;
    text-indent: -9999px;
    z-index: 999;
}
.header .header-search {
	position: absolute;
    right: 17%;
    top: 15px;
	display: inline-block;
	width: 22px;
	height: 19px;
	background-image: url(../img/product/icon_headsearch.png);
	background-repeat: no-repeat;
	background-size: 22px 19px;
    text-indent: -9999px;
    z-index: 999;
}
.header .header-home {
    position: absolute;
    right: 4%;
    top: 15px;
    display: inline-block;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    background-image: url(../img/ico_home.png);
	background-repeat: no-repeat;
	background-size: 21px 21px;
    z-index: 999;
}


/******************/
/******** 底部 ******/
/******************/
footer {
	font-size: 0.8rem;
	color: #333;
	padding: 3px 20px 5px;
}
footer a {
	color: #333;
}
footer .touch {
	color: #FE3591;
}

/************* 底部按钮 *************/
.foot-help {
	padding: 20px 0 15px;
}
.foot-help a {
	display: inline-block;
	background-color: #d6d6d6;
	padding: 4px 11px;
	border-radius: 4px;
}
.foot-help .gotop {
	margin: 0 0 0 3px;
	padding: 4px 11px 4px 25px;
	background-size: auto 50%;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(../img/arrow2.gif);
}

/*******************/
/******* 版权 *******/
/******************/
.copyright {
	font-size: 0.8rem;
	padding: 8px 0;
	border-top: #ccc 1px solid;
	text-align: center;
}
.copyright a {
	padding: 0 3px;
}

/*******************/
/*** 图片预览弹出框 ***/
/*******************/
.preMask {
	background-color: rgb(13, 13, 13);
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.previewImg {
	width: 96%;
	background-color: #fff;
    border: 4px solid #e1e1e1;
    border-radius: 5px;
    position: absolute;
	left: 1%;
    z-index: 10201;
}
.previewImg img {
	width: 100%;
	height: auto;
}
.previewImg .previewImg-option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.previewImg .previewImg-cancel {
	padding-right: 20%;
	color: #db1536;
    font-size: 25px;
	cursor: pointer;
	text-indent: -9999px;
    transition: all 0.5s ease 0.1s;
}
.previewImg .previewImg-cancel:before {
	content: "✕";
}
.previewImg .previewImg-check {
	padding-left: 20%;
	font-size: 25px;
	color: #58d37b;
	cursor: pointer;
	text-indent: -9999px;
    transition: all 0.5s ease 0.1s;

}
.previewImg .previewImg-check:before {
	content: "✓";
}

/***********************/
/****** 页脚页码 ******/
/***********************/
.footPage {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	color: #444;
	background-color: #FFF;
	border-bottom: 1px solid #E5E5E5;
}
.footPage .input-text {
	width: 33px;
	height: 23px;
	border: 1px solid #E5E5E5;
}
.footPage .no-display {
	display: none;
}
.footPage .footPage-link {
    width: 35px;
	height: 25px;
    line-height: 25px;
	border: 1px solid #f8f3f3;
    color: #fe3591;
    display: inline-block;
}
.footPage .footPage-link.gray {
	 color: #ccc;
}

/***********************/
/*** dashboard首页样式 ***/
/***********************/
.dashboardHead {
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 18px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #EF9AC1;
	background-image: url(../img/dashboard/bg_head.png);
	background-repeat: no-repeat;
	background-size: center center;
	background-color: #E22F81;
}
.dashboardHead .dashboardHead-img img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.dashboardHead .dashboardHead-name {
	margin-top: 10px;
	color: #FFF;
	font-size: 18px;
}
.dashboardHead .dashboardHead-news {
	display: block;
	position: absolute;
	top: 8px;
	right: 17px;
}
.dashboardHead .dashboardHead-newsTitle {
	padding: 3px;
	color: #EDcFDA;
	font-size: 13px;
	border: 1px solid #C0286E;
	border-radius: 7px;
	background-color: #C0286E;
}
.dashboardHead .dashboardHead-newsNumber {
	position: absolute;
	top: 6px;
	right: 9px;
	width: 12px;
	height: 12px;
	line-height: 14px;
	font-size: 9px;
	text-align: center;
	color: #E4007F;
	border: 1px solid #F2F0F0;
	border-radius: 50%;
	background-color: #F2F0F0;
}


.dashboardList {
	width: 100%;
	background-color: #F2F3F5;
}
.dashboardList ul {
	width: 100%;
	margin-top: 5px;
}
.dashboardList li {
	float: left;
	width: 32.9%;
	height: 88px;
	line-height: 88px;
	list-style: none;
	text-align: center;
	border-right: 2px solid #F6F6F6;
	border-top: 2px solid #F6F6F6;
	background-color: #FFF;
}
.dashboardList li:nth-child(3n+0) {
	border-right: none;
}
.dashboardList li a {
	display: block;
	height: 88px;
}
.dashboardList .dashboardList-img {
	display: block;
	height: 23px;
}
.dashboardList .dashboardList-name {
	height: 13px;
	color: #838282;
	font-size: 13px;

}
/**************/
/*** 菜单栏间隔 ***/
/**************/
.spaceBar {
	width: 100%;
	height: 50px;
}

/** 隔离层模块 **/
.barrier {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	min-height: 500px;
	width: 100%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	opacity: 0.6;
	z-index: 999;
}

/**************/
/*** 搜索模块 ***/
/**************/
.search {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #EBE9E9;
	vertical-align: middle;
	background-color: #FFF;
}
.search .search-icon {
	display: inline-block;
	margin: -1px 11px 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url("../img/product/icon_search.png") no-repeat scroll 0 0 transparent;
	background-size: 20px 20px;
}
.search h1 {
	position: absolute;
	left: 42px;
	top: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #A0A2A7;
}
.search .search-input {
	display: inline-block;
	padding-top: 2px;
	width: 70%;
	border: none;
	vertical-align: middle;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.search .search-input {
			width: 65%;
		}
	}
}
_::-webkit-full-page-media, _:future, :root .search .search-input {
	width: 65%;
}
.search input:placeholder {
	color: #A0A2A7;
	vertical-align: top;
}
.search input:-webkit-input-placeholder {
    color: #A0A2A7;
	vertical-align: top;
}
.search input:-moz-placeholder {
    color: #A0A2A7;
	vertical-align: top;
}
.search input:-moz-placeholder {
    color: #A0A2A7;
	vertical-align: top;
}
.search input:-ms-input-placeholder {
    color: #A0A2A7;
	vertical-align: top;
}
.search .search-scan {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 12px;
	width: 20px;
	height: 18px;
	vertical-align: middle;
	background: url("../img/product/icon_scan.png") no-repeat scroll 0 0 transparent;
	background-size: 20px 18px;
}
.search .search-clear {
	display: none;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background: url("../img/icon_clear.png") no-repeat scroll 0 0 transparent;
	background-size: 14px 14px;
}
/* 删除某些浏览器默认的删除按钮 */
.search input::-ms-clear {
	display: none;
}

/*************/
/*** 隐藏更多模块 ***/
/***************/

.otherMore {
	display: none;
	width: 100%;
}

/*************/
/*** 表单模块 ***/
/***************/
.memberForm {
	width: 100%;
}
.memberForm .memberForm-title {
	padding: 15px 0 13px 9px;
	color: #FE3591;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	background-color: #FFF;
}
.memberForm li {
	display: block;
	width: 100%;
	padding: 14px 0;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	border-bottom: 1px solid #EAEBEB;
}
.memberForm li div {
	display: table;
	width: 90%;
	margin: 0 auto;
}
.memberForm li .memberForm-label {
	display: table-cell;
	width: 30%;
	font-size: 1em;
}
.memberForm li .memberForm-value {
	position: relative;
	display: table-cell;
	width: 70%;
	color: #5B5B5B;
}
.memberForm li .memberForm-alink {
	margin-left: 20px;
	padding: 3px;
	color: #FFF;
	font-weight: 700;
	background-color: #FE3591;
	border: 1px solid #FE3591;
	border-radius: 3px;
}
.memberForm li .memberForm-value em {
	position: absolute;
	top: 7px;
	right: 0;
	display: inline-block;
	width: 12px;
	height: 7px;
	margin-left: 6px;
	background: url("../img/edit/icon_arrow_down.png") no-repeat scroll transparent;
	background-size: 12px 7px;
	background-position: center center;
}
.memberForm li .memberForm-value input {
	text-align: right;
}
.memberForm li .memberForm-value.taleft input {
	text-align: left;
}
.memberForm li .memberForm-value.picname label {
	display: none;
}
.memberForm li .memberForm-value.picname input {
	text-align: left;
}
.memberForm li input, .memberForm li select, .memberForm li textarea {
	width: 100%;
	margin-top: -3px;
	font-size: 1em;
	color: #5B5B5B;
	border: none;
	background-color: #FFF;
}
.memberForm li select {
	padding-right: 16px;
	text-align: right;
	direction: rtl;
}
.memberForm li textarea {
	height: 125px;
	margin-top: 8px;
}
.memberForm li input:placeholder {
	color: #C3C3C3;
	font-family: "Microsoft YaHei";
}
.memberForm li input:-webkit-input-placeholder {
    color: #C3C3C3;
    font-family: "Microsoft YaHei";
}
.memberForm li input:-moz-placeholder {
    color: #C3C3C3;
    font-family: "Microsoft YaHei";
}
.memberForm li input:-moz-placeholder {
    color: #C3C3C3;
    font-family: "Microsoft YaHei";
}
.memberForm li input:-ms-input-placeholder {
    color: #C3C3C3;
    font-family: "Microsoft YaHei";
}
.memberForm .memberForm-link .memberForm-value {
	text-align: right;
	color: #000;
}
.memberForm .memberForm-link .memberForm-value span {
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-left: 6px;
	background: url("../img/edit/icon_arrow_right.png") no-repeat scroll transparent;
	background-size: 7px 12px;
	background-position: center center;
}
.memberForm .memberForm-submit {
	/* position: fixed;
	left: 0;
	bottom: 0; */
	margin: 20px 0;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}
.memberForm .memberForm-submit.bottom {
	position: relative;
}
.memberForm .memberForm-submit input {
	width: 90%;
	height: 38px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #FE52A1;
	border: 1px solid #FE52A1;
	border-radius: 3px;
}
.memberForm .memberForm-head {
	width: 100%;
    height: 50px;
    padding-left: 12px;
    line-height: 50px;
    background-color: #f2f3f5;
}
.memberForm .memberForm-bar {
	height: 60px;
}
.memberForm .memberForm-attrTips {
	display: none;
	color: #FE3591;
}

/******* 登录表单 *******/
.memberForm1 {
	padding: 10px 0 20px;
}
.memberForm1 .inputTxt1 {
	width: 100%;
	margin: 12px auto;
	text-align: center;
}
.memberForm1 .inputTxt2 {
	width: 93%;
	margin: 15px auto;
}
.memberForm1 .inputTxt2 input {
	height: 50px;
	width: 45%;
	background: white;
	padding: 0 10px;
	border: 1px solid #ccc;
}
.memberForm1 .inputCheck  {
	padding-left: 5%;
	vertical-align: middle;
}
.memberForm1 .inputCheck input {
	vertical-align: middle;
}
.memberForm1 .inputTxt1 input {
	height: 50px;
	width: 89%;
	padding-left: 10px;
	border: 1px solid #ccc;
	background: white;
}
.memberForm1 .inputSbt1 {
	width: 92%;
	margin: 36px auto 10px;
	border: 1px solid #fe3591;
	text-align: center;
}
.memberForm1 .inputSbt1 input {
	height: 50px;
	width: 100%;
	border: none;
	color: #fe3591;
	letter-spacing: 2px;
	font-size: 1.1rem;
	background: white;
}
.memberForm1 .help {
	width: 93%;
	margin: 10px auto;
}
.memberForm1 .help a {
	color: #fe3591;
}


/* 错误提示 */
.validation-advice {
	padding: 5px 12px;
	color: #FE3591;
}

/**********************/
/******  快速发布 ******/
/*********************/
.productEdit {
	width: 100%;
	background-color: #FFF;
}
.productEdit .productEdit-catalog {
	width: 90%;
	height: 37px;
	margin: 0 auto;
	padding: 12px 0;
	line-height: 37px;
}
.productEdit .productEdit-catalogLabel {
	float: left;
    width: 40%;
    font-size: 1em;
    color: #000;
}
.productEdit .productEdit-catalogLabel span {
	font-size: 0.875em;
	color: #989898;
}
.productEdit .productEdit-catalogBtn {
	position: relative;
	float: left;
	width: 59%;
	height: 35px;
	line-height: 35px;
    color: #5B5B5B;
    text-align: center;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(90deg, #f4f4f4 0%, #f8f8f8 100%) repeat scroll 0 0;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}
.productEdit .productEdit-catalogText {
	width: 90%;
	height: 35px;
    overflow: hidden;
}
.productEdit .productEdit-catalogArrow {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.productEdit .productEdit-picture {
	width: 90%;
	margin: 0 auto;
	margin-top: 25px;
	padding-top: 17px;
	border-top: 1px solid #F2F3F3;
}
.productEdit .productEdit-pictureTxt {
	float: left;
	color: #000;
	font-size: 1em;
}
.productEdit .productEdit-pictureTxt span {
	color: #989898;
	font-size: 0.875em;
}
.productEdit .productEdit-pictureTip {
	float: right;
	color: #989898;
	font-size: 0.875em;
}
.productEdit .productEditBar {
	width: 100%;
	height: 12px;
	background-color: #F2F3F5;
}

.productEdit .tierTable .tierTable-gradeName {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #F2F3F5;
}
.productEdit .productEdit-bar {
	width: 100%;
	height: 60px;
}

/*product_edit*/
.multimageContent {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.multimageContent .form-list {
	width: 100%;
}
.multimage {
	width: 100%;
}

.multimage .multimage-info {
	padding-top: 10px;
	padding-bottom: 10px;
}

.multimage .multimage-gallery {
	overflow: hidden;
	position: relative;
}
.multimage .multimage-gallery li {
	border: 1px solid #CCC;
	display: inline-block;
	font-size: 0;
	margin-left: 1%;
	margin-top: 6px;
	position: relative;
	vertical-align: top;
	height: 65px;
	width: 65px;
	overflow: hidden;
}
.multimage li.multimage-new  {
	border: none;
}
.multimage .multimage-readyLi {
	position: relative;
	text-align: center;
	background-color: #F5F5F5;
}
.multimage .multimage-readyLi span {
	position: absolute;
	top: 23px;
	left: 13px;
	width: 42px;
	color: #666;
	font-size: 12px;
}
.multimage .form-list {
	width: 100%;
	text-align: center;
}

.multimage .multimage-preview {
	display:block;
	background-color: #FFFFFF;
	font-family: arial;
	line-height: 65px;
	text-align: center;
	cursor: pointer;
	z-index: 4;
}
.multimage .multimage-preview img {
	max-height: 65px;
	max-width: 65px;
	vertical-align: middle;
	border: medium none;
}
.multimage .multimage-preview input {
	direction: rtl;
	font-size: 150px;
	height: 65px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -10px;
	width: 65px;
	z-index: 10;
}

.multimage .multimage-operate {
	background: none repeat scroll 0 0 rgba(33, 33, 33, 0.7);
	bottom: 0;
	display: none;
	height: 10px;
	left: 0;
	padding: 5px 0 5px 12px;
	position: absolute;
	width: 78px;
	z-index: 5;
}

.multimage .multimage-src {
	padding: 10px;
}
.multimage .multimage-src li {
	display: inline-block;
	width: 92px;
	margin-right: 10px;
	text-align:center;
}

/**********************/
/******  类目选择 ******/
/*********************/
.catalogSelect {
	width: 100%;
	background-color: #FFF;
}
.catalogSelect li {
	list-style-type: none;
}
.catalogSelect .catalogSelect-search {
	width: 100%;
	padding: 10px 0;
	background-color: #FAFAFA;
	z-index: 99;
}
.catalogSelect .catalogSelect-inputBox {
	position: relative;
	width: 90%;
	height: 33px;
	margin: 0 auto;
	border: 1px solid #E3E3E3;
	background-color: #FFF;
}
.catalogSelect .catalogSelect-searchIcon {
	position: absolute;
	left: 11px;
	top: 6px;
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url("../img/edit/icon_catalog_search.png") no-repeat scroll transparent;
	background-size: 21px 20px;
	background-position: center center;
}
.catalogSelect .catalogSelect-inputBox input {
	width: 85%;
	margin-top: 7px;
	margin-left: 40px;
	font-size: 1em;
	border: none;
}
.catalogSelect .catalogSelect-inputBox input:placeholder {
	color: #999;
	font-family: "Microsoft YaHei";
}
.catalogSelect .catalogSelect-inputBox input:-webkit-input-placeholder {
    color: #999;
    font-family: "Microsoft YaHei";
}
.catalogSelect .catalogSelect-inputBox input:-moz-placeholder {
    color: #999;
    font-family: "Microsoft YaHei";
}
.catalogSelect .catalogSelect-inputBox input:-moz-placeholder {
    color: #999;
    font-family: "Microsoft YaHei";
}
.catalogSelect .catalogSelect-inputBox input:-ms-input-placeholder {
    color: #999;
    font-family: "Microsoft YaHei";
}

.catalogSelect .catalogSelect-selectBtn {
	width: 90%;
	margin: 17px auto;
}
.catalogSelect .catalogSelect-selectBtn button {
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #000;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
}
.catalogSelect .catalogSelect-selectBtn.submit {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	border-top: 1px solid #DFDFDF;
}
.catalogSelect .catalogSelect-selectBtn.submit button{
	height: 50px;
	line-height: 50px;
	color: #FE3591;
	border: none;

}
.catalogSelect .catalogSelect-selectBox {
	width: 90%;
	margin: 0 auto;
}
.catalogSelect .catalogSelect-select {
	float: left;
	width: 31.65%;
	max-height: 233px;
	margin-right: 1%;
	margin-top: 10px;
	color: #000;
	font-size: 0.875em;
	overflow-y: scroll;
	border: 1px solid #E3E3E3;
	background-color: #FFF;
}
.catalogSelect .catalogSelect-select:last-child {
	margin-right: 0;
}
.catalogSelect .catalogSelect-value {
	padding: 3px 0;
	text-align: center;
	overflow: hidden;
}
.catalogSelect .catalogSelect-choose {
	width: 90%;
	margin: 14px auto;
	padding: 13px 8px;
	border: 1px solid #E3E3E3;
}
.catalogSelect .catalogSelect-choose li {
	position: relative;
	margin-top: 20px;
	color: #000;
	font-size: 0.875em;
}
.catalogSelect .catalogSelect-choose li:first-child {
	margin: 0;
}
.catalogSelect .catalogSelect-choose li button {
	position: absolute;
	right: 15px;
	top: -3px;
	color: #000;
	border: none;
	background-color: #FFF;
}
.catalogSelect .catalogSelect-keywordSug {
	background-color: #FFF;
}
.catalogSelect .catalogSelect-keywordSug ul {
	margin-top: 10px;
}
.catalogSelect .catalogSelect-keywordSug li {
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
}
.catalogSelect .catalogSelect-keywordSug li div {
	width: 90%;
	height: 47px;
	margin: 0 auto;
	line-height: 47px;
	color: #000;
	font-size: 0.875em;
}
.catalogSelect .catalogSelect-keywordSug li:first-child {
	border-top: 1px solid #E3E3E3;
}
.catalogSelect .catalogSelect-keywordSug li:last-child div {
	text-align: center;
}
.catalogSelect .catalogSelect-bar {
	width: 100%;
	height: 100px;
}

/**********************/
/******  属性选择 ******/
/*********************/
.attribute {
	width: 90%;
	margin: 10px auto;
}
.attribute table {
	width: 100%;
}
.attribute td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.attribute td.label {
	width: 30%;
}
.attribute td.value {
	width: 70%;
}
.attribute td.label label {
	color: #000;
	font-size: 1em;
}
.attribute td.value input, .attribute td.value textarea {
	width: 100%;
	height: 25px;
	color: #5b5b5b;
    font-size: 1em;
    border: 1px solid #E3E3E3;
}
.attribute td.value textarea {
	height: 125px;
}
.attribute td.value select {
	height: 25px;
	margin-right: 7px;
	border: 1px solid #E3E3E3;
	background-color: #FFF;
}
.attribute td.value input[type="checkbox"] {
	width: 25px;
}
.attribute td.value label {
	display: inline-block;
    margin: 3px 0;
}
.attribute td.value .j_AddDefinedValuesText {
	height: 25px;
}
.attribute td.value .j_AddDefinedValues {
	color: #fe3591;
	font-size: 12px;
}


/**************************/
/********  列表展示  ********/
/*************************/
.memberList {
	width: 95%;
	margin: 0 auto;
}
.memberList li {
	margin-top: 8px;
	background-color: #FFF;
}
.memberList .memberList-title {
	padding: 15px;
	padding-bottom: 0;
	color: #000;
	font-size: 1.06em;
}
.memberList .memberList-table {
	display: table;
	width: 100%;
	margin-top: 10px;
    line-height: 1.3rem;
    font-size: 0.937em;
}
.memberList .memberList-lable {
	display: table-cell;
	width: 50%;
	padding-left: 15px;
}
.memberList .memberList-value {
	display: table-cell;
	width: 50%;
}
.memberList .memberList-button {
	margin-top: 15px;
	padding: 9px 15px;
	border-top: 1px solid #ECECEC;
}
.memberList .memberList-button a {
	float: right;
	display: block;
	width: 73px;
	height: 27px;
	margin-left: 8%;
	line-height: 27px;
	color: #000;
	text-align: center;
	font-size: 0.813em;
	border: 1px solid #8F8F91;
	border-radius: 3px;
}
.memberList .memberList-button a:last-child {
	margin-left: 0;
}
.memberList .memberList-bar {
	height: 60px;
}
.memberList .memberList-add {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.memberList .memberList-add button {
	width: 100%;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 1em;
	text-align: center;
	background-color: #FE3591;
	border: none;
	border-top: 1px solid #FE3591;
}
.memberList .memberList-add button span {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	vertical-align: middle;
	background: url("../img/edit/icon_add_white.png") no-repeat scroll transparent;
	background-size: 21px 21px;
	background-position: center center;
}

/******************************/
/********  edit修改编辑  ********/
/*****************************/
.memberEdit {
	width: 100%;
	background-color: #FFF;
}
.memberEdit .memberEdit-picture {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 17px;
	border-bottom: 1px solid #F2F3F5;
}
.memberEdit .memberEdit-pictureTitle {
	height: 46px;
	line-height: 46px;
	color: #000;
	font-size: 1em;
}
.memberEdit .memberEdit-picture li {
	float: left;
	width: 74px;
	height: 74px;
	margin-right: 2.6%;
	margin-bottom: 17px;
}
.memberEdit .memberEdit-picture li img {
	max-width: 100%;
}
.memberEdit .memberEdit-bar {
	height: 12px;
	background-color: #F2F3F5;
}
.memberEdit .memberForm-bar {
	height: 10px;
	background-color: #FFF;
}
/******************************/
/********  产品库  ********/
/*****************************/
/* 头部菜单 */
.productHeader {
	display: none;
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	height: 104px;
	padding: 0 12px;
	border-bottom: 1px solid #E2E2E2;
	background-color: #FFF;
	z-index: 99999;
}
.productHeader a {
	float: left;
	width: 21%;
	height: 32px;
	line-height: 32px;
	margin: 12px 1% 0;
	margin-top: 12px;
	color: #1B1B1B;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #7D7D7D;
	background-color: #FFF;
}
.productHeader a.cur {
	color: #FFF;
	border: 1px solid #FE3591;
	background-color: #FE3591;
}

/* 头部筛选栏 */
.productFilter {
	position: fixed;
	left: 0;
	top: 50px;
	display: table;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
	z-index: 99;
}
.productFilter .productFilter-cell {
	display: table-cell;
    width: 50%;
    text-align: center;
}
.productFilter .productFilter-cell a {
	position: relative;
	display: inline-block;
	padding: 9px 0 11px;
	color: #333;
	font-size: 0.9rem;
}
.productFilter .productFilter-cell a.cur {
	color: #FE3591;
}
.productFilter .productFilter-cell a em {
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url("../img/product/sp_filter.png") no-repeat scroll transparent;
	background-size: 9px 33px;
	background-position: 0 0;
}
.productFilter .productFilter-cell a em.up {
	background-position: 0 -11px;
}
.productFilter .productFilter-cell a em.all {
	background-position: 0 -22px;
}
.productFilter a.cur .productFilter-cur {
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 80px;
	height: 2px;
	background-color: #FE3591;
}
.productFilterBar {
	width: 100%;
	height: 36px;
}

/* 产品搜索 */
.producSearch {
	width: 96%;
    padding: 8px 2% 8px 2%;
    background-color: #F2F3F5;
    z-index: 998;
}
.producSearch .search {
	height: 38px;
	line-height: 38px;
	padding: 0;
	border: 1px solid #DDD;
}
.productSearchBar {
	height: 53px;
}

/* 产品导航 */
.productNav {
	display: none;
	position: fixed;
	right: 12px;
	top: 50px;
	width: 138px;
	background-color: #FFF;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	z-index: 99999;
}
.productNav li {
	height: 42px;
	padding-left: 12px;
	line-height: 42px;
	list-style: none;
	color: #808080;
	background-color: #FFF;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.productNav a {
	display: block;
}

/* 产品列表 */
.productList {
	width: 100%;
}
.productList li {
	position: relative;
	margin-top: 4px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.productList .productList-box {
	position: relative;
	padding: 12px 0 ;
}
.productList .productList-pic {
	 width: 35%;
	 text-align: center;
}
.productList .productList-pic img {
	min-height: 80px;
    min-width: 80px;
    width: 80%;
}
.productList .productList-desc {
	width: 65%;
}
.productList .productList-name {
	width: 150px;
	color: #000;
	font-size: 15px;
}
.productList .productList-other {
	color: #959595;
	font-size: 14px;
}
.productList .productList-other p {
	margin-top: 8px;
}
.productList .productList-other button {
	width: 65px;
    margin-left: 18px;
    text-align: center;
    color: #5E5E5E;
    background-color: #F5F5F5;
    border: 1px solid #BDBDBD;
}
.productList .productList-delete {
	position: absolute;
	right: 15px;
	top: 12px;
	width: 20px;
	height: 15px;
	dispaly: block;
	background: url("../img/product/sp_option.png") no-repeat scroll transparent;
	background-size: 20px 196px;
	background-position: 0 -73px;
}
.productList .productList-choose {
	display: none;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 22px;
	height: 22px;
	dispaly: block;
	background: url("../img/product/sp_radius.png") no-repeat scroll transparent;
	background-size: 22px 46px;
	background-position: 0 0;
}
.productList .productList-choose.cur {
	background-position: 0 -25px;
}
.productList .productList-operate {
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-top: 1px solid #ECECEB;
}
.productList .productList-operateBar {
	display: table;
	width: 100%;
	height: 35px;
	margin-top: 10px;
	line-height: 35px;
}
.productList .productList-operateBar a {
	display: table-cell;
	width: 25%;
	text-align: center;
	font-size: 12px;
	color: #666;
	border-right: 1px solid #ECECEB;
}
.productList .productList-operateBar a span {
	display: block;
	line-height: 27px;
}
.productList .productList-operateBar a span:before {
	display: block;
	width: 20px;
	height: 14px;
	margin: 0 auto;
	content: "";
	background: url("../img/product/sp_option.png") no-repeat scroll transparent;
	background-size: 20px 196px;
	background-position: 0 0;
}
.productList .productList-addCart {
	height: 40px;
	line-height: 41px;
	color: #000;
	text-align: center;
	border-top: 1px solid #ECECEB;
	border-botttom: 1px solid #ECECEB;
}
.productList .productList-operateBar a.edit span:before {
	height: 15px;
	background-position: 0 -14px;
}
.productList .productList-operateBar a.onsell span:before {
	height: 15px;
	background-position: 0 -29px;
}
.productList .productList-operateBar a.nosell span:before {
	height: 15px;
	background-position: 0 -43px;
}
.productList .productList-operateBar a.more span:before {
	background-position: 0 -59px;
}
.productList .productList-operateBar a.camera span:before {
	height: 15px;
	background-position: 0 -88px;
}
.productList .productList-hideOperate {
	display: none;
	position: absolute;
	right: 18%;
	bottom :0;
	width: 74%;
	height: 58px;
	padding: 0 9px;
	line-height: 58px;
	background-color: #000;
	opacity: 0.85;
	border: 1px solid #000;
	border-radius: 6px;
}
.productList .productList-hideOperate a {
	float: left;
	display: block;
	width: 22%;
	height: 58px;
	padding-right: 4%;
}
.productList .productList-hideOperate a:last-child {
	padding-right: 0;
}
.productList .productList-hideOperate a span {
	display: block;
	margin-top: 8px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.productList .productList-hideOperate a span:before {
	display: block;
	width: 20px;
	height: 19px;
	margin: 0 auto;
	content: "";
	background: url("../img/product/sp_option.png") no-repeat scroll transparent;
	background-size: 20px 196px;
	background-position: 0 -159px;
}
.productList .productList-hideOperate a.setFeatured span:before {
	background-position: 0 -140px;
}
.productList .productList-hideOperate a.featured span:before {
	background-position: 0 -103px;
}
.productList .productList-hideOperate a.catalog span:before {
	background-position: 0 -178px;
}
.productList .productList-hideOperate a.share span:before {
	background-position: 0 -122px;
}
.productList .productList-hideOperateArrow {
	display: none;
	position: absolute;
	right: 16.5%;
	bottom: 15px;
	dispaly: inline-block;
	width: 6px;
	height: 10px;
	background: url("../img/product/icon_arrow.png") no-repeat scroll transparent;
	background-size: 6px 10px;
	background-position: 0 0;
}

.productList .productList-noResult {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
	background-color: #FFF;
}
.productList .productList-noResultImg {
	padding-top: 212px;
	margin: 0 auto;
	background: transparent url("../img/product/noproduct.png") no-repeat scroll center center;
	background-size: 131px 131px;
}
.productList .productList-noResultTip {
	margin-bottom: 20px;
}

.orderProductList .productList-operateBar {
	border-bottom: 1px solid #EDEDED;
}

/*********************/
/*** 订单商品列表 ***/
/*********************/
.orderProduct{}
.orderProduct .productFilter .productFilter-cell {
	width: 33.33%;
}

/* 订单列表样式 */
.orderProduct .productList li {
	padding: 6px 0;
}
.orderProduct .productList .productList-edit {
	display: table-cell;
	width: 50%;
	text-align: center;
	color: #000;
	border-top: 1px solid #EDEDED;
}
.orderProduct .productList .productList-edit.border {
	border-right: 1px solid #EDEDED;
}
.orderProduct .productList .priceIcon {
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-right: 7px;
	vertical-align: text-top;
	background: transparent url("../img/ico_price.png") no-repeat scroll center center;
	background-size: 14px 16px;
}
.orderProduct .productList .quantityIcon {
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-right: 7px;
	vertical-align: text-top;
	background: transparent url("../img/ico_number.png") no-repeat scroll center center;
	background-size: 14px 16px;
}

/* 商品搜索页 */
.searchWin {
	display: none;
	width: 100%;
	height: 100%;
}
.searchHeader {
    display: table;
    width: 100%;
    height: 30px;
    padding: 6px 0;
    background-color: #FE3591;
    border-bottom: 1px solid #dedede;
    z-index: 9999;
}
.searchHeader .searchHeader-back {
	display: table-cell;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.searchHeader .searchHeader-back img {
	margin: 5px 15px 0 10px;
    padding-left: 3px;
}
.searchHeader .searchHeader-submit {
    display: table-cell;
    width: 41px;
    color: #FFF;
    font-size: 15px;
    vertical-align: middle;
}
.searchHeader .search {
	width: 95%;
	padding: 0;
}
.searchHeader .search .search-icon {
	margin: -1px 6px 0;
}
.searchHeader .search .search-scan {
	margin-top: 8px;
}
.productSearch {
    width: 100%;
    min-height: 302px;
    background-color: #fff;
}
.productSearch li {
	margin: 0 10px;
	padding-left: 5px;
	height: 39px;
	line-height: 43px;
	color: #1D2326;
	font-size: 15px;
	list-style: outside none none;
	border-bottom: 1px solid #EBEBEB;
	background: url("../img/product/icon_check.png") no-repeat scroll transparent;
	background-size: 16px 16px;
	background-position: 95% center;
}
.productSearch li.on {
	background: url("../img/product/icon_check_on.png") no-repeat scroll transparent;
	background-size: 16px 16px;
	background-position: 95% center;
}

/* 批量操作全选条 */
.productSelectBar {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-left: 11px;
	background: none repeat scroll 0 0 #FCFDFD;
	border-top: 1px solid #DDD;
	overflow: hidden;
}
.productSelectBar .productSelectBar-baChk {
	float: left;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	color: #666;
	vertical-align: middle;
}
.productSelectBar .productSelectBar-baChk em {
	display: inline-block;
	margin-right: 10px;
	height: 22px;
	width: 22px;
	vertical-align: sub;
	background: url("../img/product/sp_radius.png") no-repeat scroll transparent;
	background-size: 22px 46px;
	background-position: 0 0;
}
.productSelectBar .productSelectBar-baChk em.on {
	background-position: 0 -25px;
}
.productSelectBar .productSelectBar-tip {
	float: right;
	width: 130px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size :16px;
	font-weight: 500;
	text-align: center;
	background-color: #FE3591;
}

/*****************/
/*** 我的订单模块 ***/
/*****************/
.price {
    color: #c40000;
    font-family: verdana,arial;
    font-size: 14px;
    font-weight: 700;
}
/** list列表 **/
.productList {
	width: 100%;
}
.productList a {
	display: block;
}
.productList li {
	min-height: 100px;
	padding: 9px 0;
	border-bottom: 1px solid #E7E7E7;
}
.productList .productList-imgBox {
	text-align: center;
	width: 122px;
}
.productList .productList-imgBox {
	text-align: left;
}
.productList .productList-imgBox img {
	width: 100%;
	max-width: 98px;
	max-height: 98px;
	vertical-align: middle;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.productList .productList-detail {
	position: relative;
	width: 61%;
	height: 87px;
}
.productList .productList-detailName, .productGrid .productGrid-detailName {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 38px;
	min-height: 38px;
	font-size: 14px;
	line-height: 19px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #5B5B5B;
}

.productList .productList-detailName span, .productGrid .productGrid-detailName span  {
	display: inline-block;
	width: 25px;
	height: 13px;
	vertical-align: sub;
	background: url("../img/icon_product_hot.png") no-repeat scroll 0 0 transparent;
	background-size: 25px 13px;
}
.productList .productList-link {
	padding-bottom: 38px;
}

.productList .productList-toggle {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #1B1B1B;
}
.productList .productList-toggle span {
	display: inline-block;
	margin-left: 10px;
	width: 7px;
	height: 4px;
	background: url("../img/icon_more.png") no-repeat scroll 0 0 transparent;
	background-size: 7px 4px;
}
.productList .productList-toggle.up span {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
/**  分类列表 **/
.productList.list {
	margin-left: 14px;
	width: 95%;
}
.productList.list .productList-imgBox {
	width: 113px;
}
.productList.list .productList-detail {
	width: 61%;
}

/**  订单列表 **/
.orderview {
	width: 100%;
	background-color: #F5F5F5;
}
.orderview .orderview-timeTip {
	padding: 6px 0;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #FE3591;
	background-color: #F5F5F5;
}
.orderview .orderview-status {
	padding: 15px 0 13px 9px;
	color: #FE3591;
	border-top: 1px solid #DFDFDF;
	background-color: #FFF;
}
.orderview .orderview-shipping {
	display: table;
	width: 96%;
	margin-top: 10px;
	padding: 12px 0 12px 11px;
	color: #393939;
	background: url("../img/order/icon_arrow_right.png") no-repeat scroll transparent;
	background-size: 8px 14px;
	background-position: 95% center;
	background-color: #FFF;
}
.orderview .orderview-shippingIcon {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}
.orderview .orderview-shippingIcon span {
	display: inline-block;
	width: 22px;
	height: 16px;
	background: url("../img/order/icon_shipping.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 22px 16px;
}
.orderview .orderview-shippingDetail {
	display: table-cell;
	width: 90%;
}
.orderview .orderview-shippingAddress {
	width: 90%;
	line-height: 22px;
}

.orderview .orderview-address {
	display: table;
	margin-top: 10px;
	width: 100%;
	padding: 15px 0 14px 0;
	color: #393939;
	background: url("../img/order/icon_arrow_right.png") no-repeat scroll transparent;
	background-size: 8px 14px;
	background-position: 95% center;
	background-color: #FFF;
}
.orderview .orderview-address.no {
	padding: 28px 0;
}
.orderview .orderview-address a {
	display: block;
}
.orderview .orderview-addressIcon {
	display: table-cell;
	width: 13%;
	padding-left: 12px;
	vertical-align: middle;
}
.orderview .orderview-addressBox {
	display: table-cell;
	width: 87%;
}
.orderview .orderview-addressIcon span {
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url("../img/order/icon_orderview_address.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 13px 17px;
}

.orderview .orderview-addressMessage {
	margin-bottom: 7px;
}
.orderview .orderview-addressName {
	margin-right: 26px;
}
.orderview .orderview-addressTxt {
	display: inline-block;
	width: 82%;
	line-height: 20px;
}

.orderview .completeBuy  {
	margin-top: 10px;
}
.orderview .completeBuy li {
	margin-top: 0;
}
.orderview .completeBuy .completeBuy-listDisplay {
	border-bottom: none;
}

.orderview .completeBuy .orderview-payment {
	margin-top: 0;
	border-top: 1px solid #DEDEDE;
}

.orderview .orderview-message {
	padding: 5px 0 20px 10px;
	background-color: #FFF;
}
.orderview .orderview-message textarea {
	width: 93%;
	padding-top: 5px;
	padding-left: 9px;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	background-color: #FFF;
}
.orderview textarea:-webkit-input-placeholder {
	font-size: 12px;
    color: #DBDBDB;
}
.orderview textarea:-moz-placeholder {
	font-size: 12px;
    color: #DBDBDB;
}
.orderview textarea:-moz-placeholder {
	font-size: 12px;
    color: #DBDBDB;
}
.orderview textarea:-ms-input-placeholder {
	font-size: 12px;
    color: #DBDBDB;
}

.orderview .linkButton {
	padding-top: 18px;
	padding-left: 9px;
}
.orderview .linkButton .linkButton-cell a {
	width: 87%;
}

.orderview .orderview-payment {
	margin-top: 10px;
	padding: 5px 11px 12px 9px;
	color: #010101;
	background-color: #FFF;
}
.orderview .orderview-paymentList {
	padding-top: 12px;
}
.orderview .orderview-paymentList input, .orderview .orderview-paymentList select {
	width: 108px;
	height: 25px;
	text-align: center;
	border: 1px solid #959595;
}
.orderview .orderview-paymentTip {
	width: 65px;
	margin-left: 18px;
    text-align: center;
    color: #5E5E5E;
    background-color: #F5F5F5;
    border: 1px solid #BDBDBD;
}
.orderview .orderview-paymentList.rightIcon {
	background: url("../img/order/icon_arrow_right.png") no-repeat scroll transparent;
	background-size: 8px 14px;
	background-position: 95% center;
	background-color: #FFF;
}
.orderview .orderview-payment .fr {
	color: #8C8C8C;
}
.orderview .orderview-paymentShippng {
	font-size: 14px;
}
.orderview .orderview-bar {
	width: 100%;
	height: 50px;
}
.orderview .orderview-paymentListTotal {
	font-size: 16px;
}

.orderview .orderview-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.orderview .orderview-btn button {
	float: left;
	width: 100%;
	height: 42px;
	text-align: center;
	color: #000;
	border: none;
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	font-size: 15px;
	background-color: #FFF;
}
.orderview .orderview-btn button:last-child {
	color: #FFF;
	border-top: 1px solid #FE3591;
	border-right: none;
	background-color: #FE3591;
}
.orderview .orderview-btn.top {
	height: 55px;
	top: 45px;
}
.orderview .orderview-btn.top button {
	height: 55px;
	border-bottom: 1px solid #E7E7E7;
}
.orderview .orderview-btn.top button:last-child {
	color: #000;
	border-top: 1px solid #E7E7E7;
	border-right: none;
	background-color: #FFF;
}
.orderview .orderview-btn.top button span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 9px;
	margin-top: 2px;
	vertical-align: text-top;
	background: transparent url("../img/ico_code_add.png") no-repeat scroll 0 0;
	background-size: 14px 14px;
}
.orderview .orderview-btn.top button:last-child span {
	width: 15px;
	height: 15px;
	margin-top: 1px;
	background: transparent url("../img/ico_manual_add.png") no-repeat scroll 0 0;
	background-size: 15px 15px;
}


/*********************/
/*** 已买到的货物模块 ***/
/*********************/
.completeBuy {
	width: 100%;
	background-color: #F3F2F2;
}
.completeBuy .completeBuy-bar {
	display: table;
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #E9E9E9;
}
.completeBuy .completeBuy-barRow {
	display: table-row;
	height: 35px;
	line-height: 35px;
}
.completeBuy .completeBuy-barCell {
	display: table-cell;
	width: 20%;
}
.completeBuy .completeBuy-barCell a.on span {
	color: #FE3591;
}
.completeBuy .completeBuy-bar span {
	color: #000;
}
.completeBuy .completeBuy-subtotal {
	margin: 10px;
    text-align: right;
}

.completeBuy li {
	background-color: #FFF;
}
.completeBuy .completeBuy-listItem {
	margin-bottom: 10px;
}
.completeBuy .completeBuy-listTip {
	margin: 0 5px;
	padding: 14px 0;
	color: #7F7E7E;
	border-bottom: 1px solid #DEDEDE;
}
.completeBuy .completeBuy-listTipRight {
	padding-right: 3%;
	color: #FE3591;
}
.completeBuy .completeBuy-listDisplay {
	margin: 0 5px;
	padding: 9px 0;
	padding-right: 2%;
	font-size: 13px;
	line-height: 25px;
	color: #858585;
	text-align: right;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.completeBuy .completeBuy-listBtn {
	padding: 13px 0;
	padding-right: 3%;
	border-bottom: 1px solid #DEDEDE;
}
.completeBuy .completeBuy-listBtn span {
	margin-left: 10px;
	width: 72px;
	height: 25px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	background-color: #FE3591;
	border: 1px solid #FE3591;
	border-radius: 4px;
}
.completeBuy .completeBuy-listBtn span.completeBuy-listBtnLink {
	color: #FE3591;
	background-color: #FFF;
}
.completeBuy .completeBuy-listBtn span.completeBuy-listBtnCancel {
	background-color: #A7A7A7;
	border-color: #A7A7A7;
}
.completeBuy .completeBuy-orderListHid {
	display: none;
	position: fixed;
	left: 0;
	top: 44px;
	width: 100%;
	background-color: #FFF;
	 z-index: 999999;
}
.completeBuy .completeBuy-orderListHid li {
	margin: 0 13px;
	padding-left: 9px;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #ECEBEA;
}
.completeBuy .completeBuy-orderListHid li a {
	display: block;
}
.completeBuy .completeBuy-orderListHid li a.on {
	color: #FE3591;
}
.completeBuy .barrier {
	display: none;
	z-index: 999;
}
/*重写产品列表*/
.completeBuy .productList {
	padding-top: 8px;
}
.completeBuy .productList li {
	min-height: 80px;
	padding-top: 7px;
	border: none;
}
.completeBuy .productList li .productList-detail {
	padding-bottom: 15px;
	width: 77%;
	height: 60px;
	border-bottom: 1px solid #e7e7e7;
}
.completeBuy .productList li:last-child .productList-detail {
	padding-bottom: 5px;
	border: none;
}
.completeBuy .productList .productList-imgBox {
	width: 65px;
	text-align: center;
}
.completeBuy .productList .productList-imgBox img {
	max-width: 50px;
	border-radius: 0;
}
.completeBuy .productList .productList-detailName {
	width: 75%;
	height: auto;
	max-height: 35px;
	min-height: 30px;
	font-size: 13px;
}
.completeBuy .productList .productList-detaiPrice {
	font-size: 14px;
	color: #3D3D3D;
}
.completeBuy .productList .productList-detailMark {
	margin-top: 3px;
	font-size: 12px;
	color: #878787;
}
.completeBuy .productList .productList-detailMark.fl {
}
.completeBuy .productList .productList-detailMark .fr {
	font-size: 13px;
}
/*重写页脚*/
.completeBuy .footPage {
	border-top: 1px solid #E5E5E5;
}


/* 类目搜索 */
.catalogSearch {}
.catalogSearch .catalogSearch-box {
	position: relative;
	margin: 9px 7px 7px 8px;
	width: 94%;
	height: 31px;
	border: 1px solid #E1E1E1;
	border-radius: 7px;
	background-color: #EBEBEB;
}
.catalogSearch .catalogSearch-searchInput {
	margin-left: 10%;
	width: 90%;
	height: 31px;
	line-height: 31px;
	border: 0 none;
	background-color: #EBEBEB;
}
.catalogSearch .catalogSearch-icon {
	position: absolute;
	left: 6px;
	top: 9px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("../img/icon_search.png") no-repeat scroll 0 0 / 21px 21px transparent;
}
.catalogSearch input::-webkit-input-placeholder {
    color: #666;
	vertical-align: middle;
}
.catalogSearch input:-moz-placeholder {
    color: #666;
	vertical-align: middle;
}
.catalogSearch input::-moz-placeholder {
    color: #666;
	vertical-align: middle;
}
.catalogSearch input:-ms-input-placeholder {
    color: #666;
	vertical-align: middle;
}
/* 微信弹出框 */
.productWeixin {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.productWeixin p {
    padding: 0 5%;
    position: relative;
    text-align: center;
}
.productWeixin img {
	width: 100%;
}
.productWeixinClose {
    border: 1px solid #ddd;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    text-shadow: 0 1px 0 #ddd;
    width: 100px;
}

/* 产品product/edit_tier表格 */
.productTier {}
.productTier .productTier-name {
	width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    background-color: #f2f3f5;
}
.tierTable {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	text-align: center;
}
.tierTable table {
	padding: 8px 5px;
	width: 100%;
}
.tierTable .j_Tier-delete {
	display: inline-block;
	width: 38px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin-top: 5px;
	color: #666;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	background-color: #F4F4F4;
	background: linear-gradient(90deg, #F4F4F4 0%, #F9F9F9 100%);
	background: -moz-linear-gradient(90deg, #F4F4F4 0%, #F9F9F9 100%);
}

.tierTable table th {
	font-weight: bold;
	width: 42%;
}
.tierTable td.tierTable-groupName {
	width: 150px;
	font-weight: bold;
	padding-top: 5px;
}
.tierTable input {
	width: 90%;
	height: 27px;
	padding: 3px 3px 3px 5px;
	margin-top: 5px;
	color: #666;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
}
.tierTable select {
	display: inline-block;
	direction: unset;
	width: 71px;
	height: 32px;
	margin-top: 5px;
	margin-right: 2px;
	color: #666;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
}
.tierTable .productTier-input {
	width: 85%;
}
.tierTable-groupName {
	background-color: #E7EFEF;
	border-bottom: 1px solid #E5E5E5;
}
.tierBox {
	margin-top: 5px;
	padding-left: 8%;
}

/* 后台按钮样式 */
 .addButton {
	width: 90%;
	height: 35px;
	margin: 5px 0;
	color: #666;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	background-color: #F4F4F4;
	background: linear-gradient(90deg, #F4F4F4 0%, #F9F9F9 100%);
	background: -moz-linear-gradient(90deg, #F4F4F4 0%, #F9F9F9 100%);
}


.addressHidden {
	position: fixed;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 66px;
	line-height: 66px;
	color: #848484;
	background-color: #FFF;
	z-index: 999999;
	display: none;
}
.addressHidden select {
	display: inline-block;
	margin-left: 13px;
	width: 65px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #000;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.addressHidden .addressHidden-addressTitel {
	padding-left: 7px;
	font-size: 12px;
}
.addressHidden .addressHidden-addressTitel span {
	vertical-align: middle;
}
.addressHidden .addressHidden-addressBtn {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	background-color: #FE3591;
}

/*****************/
/*** 信息中心模块 ***/
/*****************/
.news {
	width: 100%;
	background-color: #FFF;
}
.news a {
	display: block;
}
.news li {
	display: table;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #E9EAEA;
}
.news .news-icon {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}
.news .news-icon span {
	display: inline-block;
	margin-left: 9px;
	width: 43px;
	height: 43px;
	vertical-align: middle;
	background: url("../img/icon_news_home.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 43px 43px;
}
.news .news-icon span.news-iconSystem {
	background: url("../img/icon_news_system.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 43px 43px;
}
.news .news-detail {
	display: table-cell;
	padding-left: 9px;
	padding-right: 11px;
	width: 90%;
	font-size: 16px;
	color: #000;
}
.news .news-detailTime {
	font-size: 13px;
	color: #87898D;
}
.news .news-detailContent {
	margin-top: 8px;
	max-width: 248px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #87898D;
}

/*****************/
/*** 系统通知模块 ***/
/*****************/
.newsList {
	width: 100%;
	min-height: 480px;
	background-color: #F7F7F7;
}
.newsList li {
	padding: 20px 8px 0 8px;

}
.newsList .newsList-time {
	text-align: center;
	font-size: 12px;
	color: #7C7D81;
}
.newsList .newsList-content {
	margin-top: 11px;
	padding: 9px;
	color: #5C5C5C;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
}
.newsList .newsList-contentTitle {
	margin-bottom: 10px;
	color: #000;
}

/*****************/
/*** dialog 插件 ***/
/*****************/
.ui-dialogheader- {
	background: #fe3591;
}
.ui-dialog-title {
	color: #FFF;
}
.ui-dialog-content input, .ui-dialog-content textarea {
    padding: 4px;
    width: 266px;
    border: solid 1px #E5E5E5;
    background: #FFFFFF;
    color:#666;
}
.ui-dialog-content input:hover, .ui-dialog-content textarea:hover, .ui-dialog-content input:focus, .ui-dialog-content textarea:focus {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	border-color: #C9C9C9;
}
.orderDialog {
	width: 278px;
	display: table;
}
.orderDialog .orderDialog-row {
	display: flex;
	margin-top: 0px;
	margin-bottom: 11px;
}
.orderDialog .orderDialog-label {
	width: 196px;
	display: table-cell;
	color: #000000;
}
.orderDialog .orderDialog-value {
	width: 69px;
	height: 21px;
	display: table-cell;
}
.orderDialog .orderDialog-label.text {
	width: 117px;
}
.orderDialog .orderDialog-text {
	display: table-cell;
	line-height: 27px;
}
.orderDialog .orderDialog-tip {
	margin-bottom: 5px;
	margin-top: 8px;

}
.orderDialog textarea {

}

.ui-popup .ui-dialog {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0px;
    color: #333;
    font-family: Helvetica,arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    opacity: 0;
    outline: 0 none;
    position: relative;
    transform: scale(0);
    transition: transform 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0s;
}
.ui-popup .ui-dialog-title {
    cursor: default;
    font-weight: 700;
    line-height: 1.42857;
    margin: 0;
    min-height: 16.4286px;
    overflow: hidden;
    padding: 8px 5px 5px 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-popup .ui-dialog-close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    padding: 0 4px;
    position: relative;
    right: 13px;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}
.ui-popup .ui-dialog-button {
    float: none;
    white-space: nowrap;
}

.ui-popup .ui-dialog-footer button {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.ui-popup .ui-dialog-footer button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    overflow: visible;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.ui-popup .ui-dialog-footer button, .ui-popup .ui-dialog-footer button + button {
    margin-bottom: 0;
    margin-left: 5px;
}

.ui-popup .ui-dialog-footer button.ui-dialog-autofocus {
    background-color: #fe3591;
    border-color: #fff;
    color: #fff;
}
.ui-popup .ui-dialog-footer button, .ui-popup .ui-dialog-footer button + button {
    margin-bottom: 0;
    margin-left: 5px;
}
.ui-popup .ui-dialog-footer button {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.ui-popup .ui-dialog-footer button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    overflow: visible;
    padding: 3px 22px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.ui-popup .ui-dialog-footer button, .ui-popup .ui-dialog-footer button + button {
    margin-bottom: 0;
	border-color: #fe3591;
	margin-left: 21px;
    margin-right: 22px;
}
.ui-popup .ui-dialog-footer button.ui-dialog-autofocus:active, .ui-popup .ui-dialog-footer button.ui-dialog-autofocus:focus, .ui-popup .ui-dialog-footer button.ui-dialog-autofocus:hover {
    background-color: #fe3591;
    border-color: #fff;
    color: #fff;
}

/********************/
/*** 购物车加减条模块 ***/
/********************/
.addCartTextBox {
	display:inline-block;
}
.addCartTextBox .text {
	height: 22px;
	width: 32px;
	color: #333;
	border:1px solid #A6A6A7;
	border-left:none;
	border-right:none;
}
.addCartTextBox .addCartReduce, .addCartTextBox .addCartAdd, .addCartTextBox .text {
	float: left;
	font-size: 14px;
	text-align: center;
}
.addCartTextBox .addCartReduce, .addCartTextBox .addCartAdd {
	display: block;
	width: 24px;
	height: 24px;
	color: #666;
	text-indent: -200px;
	border: 1px solid #A6A6A7;
	background: url("../img/sp_shp-cart.png") no-repeat scroll -18px -19px transparent;
	background-size: 50px 100px;
	overflow: hidden;
}
.addCartTextBox .addCartReduce {
	background-position: 6px -19px;
}

_::-webkit-full-page-media, _:future, :root .addCartTextBox .text {
	height:17px;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.addCartTextBox .text {
			height:18px;
		}
	}
}

/********************/
.cartAttribute {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	background-color: #FFF;
	z-index: 1000;
}
.cartAttribute .cartAttribute-head {
	position: relative;
	height: 61px;
	border-bottom: 1px solid #ECEDEE;
}
.cartAttribute .cartAttribute-img {
	position: absolute;
	left: 9px;
	top: -20px;
	width: 72px;
	height: 72px;
}
.cartAttribute .cartAttribute-img img {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
}
.cartAttribute .cartAttribute-detail {
	margin-top: 15px;
	margin-left: 90px;
	padding-top: 10px;
}
.cartAttribute .cartAttribute-detail .price {
	font-size: 16px;
}
.cartAttribute .cartAttribute-sign {
	font-size: 12px;
}
.cartAttribute .cartAttribute-productName {
	margin-top: 6px;
	font-size: 12px;
	color: #757783;
}
.cartAttribute .cartAttribute-productName.bargining {
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #757783;
}
.cartAttribute .cartAttribute-close {
	position: absolute;
	left: 93%;
	top: -3px;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("../img/icon_close.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 11px 11px;
}
.cartAttribute .cartAttribute-content {
	max-height: 250px;
	overflow-y: auto;
}
.cartAttribute .cartAttribute-box {
	padding-left: 8px;
	padding-bottom: 25px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #F6F6F6;
}
.cartAttribute .cartAttribute-item {
	padding-top: 10px;
}
.cartAttribute .cartAttribute-itemTitle {
	color: #757783;
}
.cartAttribute .cartAttribute-itemTitle span {
	display:none;
	margin-left: 5px;
	color: #C40000;
	font-size: 12px;
}
.cartAttribute .cartAttribute-item li {
	float: left;
	min-height: 19px;
	margin-top: 12px;
	margin-right: 3%;
	padding: 5px 20px;
	font-size: 13px;
	color: #3B3B3F;
	border: 1px solid #E4E4E5;
}
.cartAttribute .cartAttribute-item li.cur {
	color: #FDA2CC;
	border: 1px solid #FDA2CC;
}
.cartAttribute .cartAttribute-item li.disable {
	border: 1px dotted #CCC;
}
.cartAttribute .cartAttribute-numberBox {
	margin-top: 20px;
	width: 100%;
}
.cartAttribute .cartAttribute-number {
	float: left;
	margin-top: 4px;
	margin-left: 12px;
	color: #757783;
}
.cartAttribute .cartAttribute-numberChange {
	float: right;
	margin-right: 9px;
}
.cartAttribute .cartAttribute-btn {
	margin-top: 15px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	background-color: #FE52A1;
	border-top: 1px solid #FEA3CD;
}
.cartAttribute .cartAttribute-btn.no {
	background-color: #B8B8B8;
}

/************************/
/*** 产品起批量价格列表 ***/
/************************/
.proTable {
	display: table;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: SimSun;
    font-size: 14px;
	border-bottom: 1px dashed #e5e5e5;
}
.proTable.proTitle {
	background-color: #f7f7f7;
}
.proTable .proTable-cell {
	display: table-cell;
	padding-left: 5px;
	width: 50%;
}
.proTable .proTable-cell.batch {
	width: 33.3%;
}
.proTable .proTable-cell.addCartTextBox {
	vertical-align: middle;
}
.proTable .price .proTable-currencyPrice {
	font-size: 12px;
}
.proTable .price .proTable-unitPrice {
	color: #555;
    font-size: 12px
}
.proTable .proTable-inputText {
	width: 45px;
	height: 22px;
	margin-left: 3px;
	color: #5B5B5B;
	font-size: 14px;
	text-align: center;
	border: 1px solid #A6A6A7;
}
.proTableList {
	display: table;
	width: 100%;
}
.proTableList .proTableList-cell {
	display: table-cell;
	width: 46%;
}
.proTableList .product-cartIcon {
	width: 20%;
	vertical-align: inherit;
	border-left: 1px solid #CECECE;
}
.proTableList .product-cartIcon span {
	display: inline-block;
	margin-left: 6px;
	width: 18px;
	height: 19px;
	vertical-align: bottom;
	background: url("../img/icon_list_cart.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 18px 19px;
}
.proTableList .procuct-firestNumber {
	padding-right: 113px;
	text-align: right;
	font-size: 12px;
}
.productList .productList-detail .productList-Price {
	position: absolute;
	bottom: 0;
	left: 0;
}
.orderProduct .productList .productList-detailName {
	min-height: 58px;
}

/* 适配苹果 x / xs / 11 pro*/
@media only screen and (device-width: 375px) and (device-height: 690px) and (-webkit-device-pixel-ratio: 3) {
    .header{
        padding-top:30px;
    }
    .header .header-search  {
        top:45px;
    }
    .header .header-nav {
        top:40px;
    }
    .productFilter {
        padding-top:30px;
    }
    .productList {
        padding-top:30px;
    }
    .wbg {
        padding-top:30px;
    }
    .spaceBar {
        height: 78px;
    }
}
