
/* 登录页面 */
body{
	font-size: 14px;
}
.customerForm {
	background-color: #FFF;
    font-size: 14px;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    font-family: arial, verdana, Microsoft YaHei;
}
.loginForm {
	padding:20px 15px 0;
	width:90%;
}
.loginForm .warning {
	margin:20px 0;
	color: #c40000;
    font-family:SimSun;
    font-weight: 700;
	line-height:20px;
}
.loginForm .loginForm-item:after {
    clear: both;
    content: " ";
    display: block;
}
.loginForm .loginForm-item {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.loginForm .loginForm-item .text-input {
	padding-left:15px;
	width:95%;
	height:44px;
	font-family:SimSun;
	font-size:16px;
	color:#555;
	border:1px solid #D7D7D7;
	border-radius:3px;
	background:none repeat scroll 0 0 #FFF;
}
.loginForm .loginForm-item-username .input-close {
	position:absolute;
	right:7px;
	top:6px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	background: url("../../img/customer/input_close.png") no-repeat scroll center center transparent;
	background-size:10px 10px;
}
.loginForm .loginForm-item-password .tp-btn {
	position:absolute;
	top:8px;
	right:10px;
	display:block;
	width:51px;
	height:35px;
	cursor:pointer;
	z-index:1;
}
.loginForm .loginForm-item-password .btn-off {
	background: url("../../img/customer/pwd_button.png") no-repeat scroll 0 0 transparent;
	background-size:51px 35px;
}
.loginForm .loginForm-item-password .btn-on {
	background: url("../../img/customer/text_button.png") no-repeat scroll 0 0 transparent;
	background-size:51px 35px;
}
.loginForm .loginForm-btnLogin {
	display:inline-block;
	width:100%;
	height:40px;
	cursor:pointer;
	line-height:39px;
	text-align:center;
	border-radius:3px;
	font-size:17px;
	color:#FFF;
	background-color: #cd2a2c;
    border: 1px solid #FE3597;
	background:none repeat scroll 0 0 #FE52a1;
}
.loginForm .loginForm-item-login-option {
	margin-bottom:34px;
	padding-top:20px;
	font-size:14px;
}
.loginForm .loginForm-item-login-option:after {
    clear: both;
    content: " ";
    display: block;
}
.loginForm .loginForm-item-login-option .registr-free {
	float:left;
	width:50%;
}
.loginForm .loginForm-item-login-option .retrieve-password {
    float: right;
    text-align: right;
    width: 50%;
}
.loginForm .loginForm-item-login-option .register-free a, .loginForm .loginForm-item-login-option .retrieve-password a {
    color: #686868;
    font-size: 15px;
    text-decoration: underline;
}

/*注册*/
.customerRegister {
	margin:10px 0 20px 0;
	width:100%;
	min-width:320px;
	background-color:#FFF;
}
.customerRegister .category-listLink {
	padding-left:13px;
	display:block;
	height:44px;
	font-family:SimSun;
	font-size:14px;
	color:#555;
	background:url("../../img/arrow-down.png") no-repeat scroll 92% 13px transparent;
	border-bottom:1px solid #E5E5E5;
}
.customerRegister .category .category-list .new-on {
	background:url("../../img/arrow-up.png") no-repeat scroll 92% 13px transparent;
}
.customerRegister .category-listExtend {
	overflow:hidden;
	display:none;
	border:none;
}
.customerRegister .customerRegister-group {
	border-bottom:1px solid #DDD;
}
.customerRegister .customerRegister-group li {
	display:inline; 
	float:left; 
	padding:0 50px 18px 50px; 
	font-size:24px; 
	line-height:24px;
}
.customerRegister .customerRegister-groupSupplier {
	font-size:14px;
}
.customerRegister .customerRegister-summary {
	padding:25px 20px;
}
.customerRegister .customerRegister-formContainer {
	border-bottom: 1px solid #E5E5E5;
}

/*短信邮箱发送按钮*/
.smscodeBtn {
    display: block;
    width: 205px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 700;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
    border: 1px solid #e1e1e1;
}
.customerForm .smscodeBtn {
	position: absolute;
	top: 12px;
	right: 14px;
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 4px 6px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: normal;
	border: none;
	background-color: #FE52A1;
	color: #fff;
	z-index: 9;
}

/*表单提示*/
.validation-passed {
	margin: 10px 0;
	color: #12a000;
}
.validation-warning {
	margin: 10px 0;
	color: #c40000;
}
.customerForm .validation-passed {
	margin-left: 15px;
}
.customerForm .validation-warning {
	margin-left: 15px;
}
.customerForm .warning {
	margin: 10px 0;
	padding-left: 10px;
	color: #FE3591;
}
.addressNew .customerForm .warning {
	padding-left: 3px;
}

/*注册表单*/
.registerForm {
	position:relative;
	margin: 0 auto;
	width:100%;
    max-width: 640px;
    min-width: 320px;
    background-color:#FFF;
    overflow: hidden;
}
.registerForm .warning {
	margin:20px 0 10px 6px;
	color: #c40000;
}
.registerForm .registerForm-btn button  {
	margin:18px 17px;
}
.registerForm .registerForm-item {
	margin-bottom:7px;
	padding-left:17px;
	color:#999;
}
.registerForm .registerForm-item input.text, .registerForm .registerForm-item input.password {
	width:268px; 
	height:34px; 
	color:#333; 
	font-size:14px; 
	line-height:24px; 
	border:1px solid #E1E1E1;
}
.registerForm .registerForm-item select {
    margin-right: 5px;
    padding: 6px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.registerForm .registerForm-item label {
	display:block;  
	height:34px; 
	line-height:34px; 
	font-size:14px; 
}
.registerForm .registerForm-item label span.warning {
	margin:0 5px;
}
.registerForm .registerForm-btn button {
	width:268px; 
	height:36px;  
	line-height:34px; 
	color:#FFF; 
	font-size:16px; 
	font-weight:700; 
	border:1px solid #E1E1E1; 
	background-color:#FE52A1; 
	cursor:pointer;
}
.registerForm .registerForm-tips {
	padding-right:22px;
	margin-bottom:18px;
	line-height:1.5em;
}
.registerForm .validation-advice {
	line-height:28px; 
	font-size: 0.9em;
	color:#FE52A1;
}


/*取回密码*/
.customerFetchpassword {
	margin:10px 0;
}
.customerFetchpassword .customerFetchpassword-container .warning {
	padding:0 5px;
}

.customerFetchpassword .customerFetchpassword-title {
	margin:25px 0; 
	font-size:18px; 
	font-weight:700;
}
.customerFetchpassword .customerFetchpassword-step {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
	padding:0 5px;
}
.customerFetchpassword .customerFetchpassword-step2, .customerFetchpassword-step4  {
	color:#FFF;
}
.customerFetchpassword .customerFetchpassword-step ul {
	width:295px; 
	height:33px; 
	margin-left:10px;
	line-height:33px; 
	background:url("../../img/customer/sp_bg-fetchpassword-step.png") repeat scroll 0 0 transparent;
	background-size:295px 33px;
}
.customerFetchpassword .customerFetchpassword-step li {
	display:inline; 
	float:left; 
	width:325px; 
	font-size:14px; 
	font-weight:700;
}
.customerFetchpassword li.customerFetchpassword-stepOn {
	color:#FFF;
}
.customerFetchpassword .customerFetchpassword-step li p {
	margin-left:50px;
}
.customerFetchpassword .warning {
	margin:20px 0;
	margin-left: 15px;
	font-size: 16px;
	color: #c40000;
}


/* 用户中心改变背景头部 */
.bgDashBoardBox {
	width:100%;
	background-color:#F5F5F5;
}
.bgDashBoardBox .bgDashBoard {
	padding-top:10px;
	width:100%;
	min-width:320px;
	height:115px;
	text-align:center;
}
.bgDashBoardBox .bgDashBoard-0 {
	background:url("../../img/customer/bg_dashboard-0.jpg") repeat scroll 0 0 transparent;
}
.bgDashBoardBox .bgDashBoard-1 {
	background:url("../../img/customer/bg_dashboard-1.jpg") repeat scroll 0 0 transparent;
}
.bgDashBoardBox .bgDashBoard-2 {
	background:url("../../img/customer/bg_dashboard-2.jpg") repeat scroll 0 0 transparent;
}
.bgDashBoardBox .bgDashBoard-3 {
	background:url("../../img/customer/bg_dashboard-3.jpg") repeat scroll 0 0 transparent;
}
.bgDashBoardBox .bgDashBoard  .bgDashBoard-name {
	font-size:16px;
	font-family:SimSun;
	color:#FFF;
}
.bgDashBoardBox .bgDashBoard  .bgDashBoard-customernumber {
	font-size:14px;
	font-family:SimSun;
	color:#FFF;
}
.bgDashBoardBox .bgDashBoard  .bgDashBoard-title {
	font-size:14px;
	font-family:SimSun;
	color:#FFF;
}

/* 用户中心 */
.accountPage {
	width:100%;
	min-width:320px;
}
.accountPage .accountPage-dashbordLink {
	padding: 0 13px;
	height: 45px;
	line-height: 43px;
	color: #454545;
	border-bottom: 1px solid #e5e5e5;
	background: url("../../img/customer/icon_order_right.png") no-repeat scroll transparent;
	background-size: 8px 13px;
	background-position: 95% center;
	background-color: #FFF;
	font-family: arial, verdana, Microsoft YaHei;
}
.accountPage .accountPage-dashbordLink .fl {
	margin-top: 2px;
	font-size: 16px;
	color: #5A5A5A  ;
}
.accountPage .accountPage-dashbordLinkAll {
	margin-top: 2px;
	padding-right: 6%;
	font-size: 12px;
	color: #8B8B8B;
}
.accountPage .accountPage-dashbordTitle {
	display: table;
	padding: 8px 0;
	width: 100%;
	height: 47px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFF;
	font-family: arial, verdana, Microsoft YaHei;
}
.accountPage .accountPage-dashbordCell {
	display:table-cell;
	padding-top: 5px;
	width:20%;
}
.accountPage .dashbordNumber {
	font-size: 17px;
	color: #5E5E5E;
}
.accountPage .dashbordTbl {
	margin-top: 3px;
	font-size: 12px;
	color: #8B8B8B;
}

/* category列表 */
.accountPage .category {
	background-color:#F5F5F5;
}
.accountPage .category .category-li.check {
	display: none;
}
.accountPage .category span {
	display: inline-block;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	vertical-align:middle;
	background: url("../../img/customer/ico_account-64.png") no-repeat scroll 0 0 transparent;
	background-size: 32px 399px;
}
.accountPage .category .category-list .order {
	background-position: 0 0;
}
.accountPage .category .category-list .wishlist {
	background-position: 0 -33px;
}
.accountPage .category .category-list .reviews {
	background-position: 0 -66px;
}
.accountPage .category .category-list .browse {
	background-position: 0 -367px;
}
.accountPage .category .category-list .info {
	background-position: 0 -100px;
}
.accountPage .category .category-list .changepass {
	background-position: 0 -133px;
}
.accountPage .category .category-list .safetyemail {
	background-position: 0 -166px;
}
.accountPage .category .category-list .safetymobile {
	background-position: 0 -200px;
}
.accountPage .category .category-list .address {
	background-position: 0 -233px;
}
.accountPage .category .category-list .logout {
	height: 33px;
	background-position: 0 -266px;
}
.accountPage .category .category-list .check {
	height: 33px;
	background-position: 0 -299px;
}
.accountPage .category .category-list .fixwechat {
	height: 33px;
	background-position: 0 -333px;
}
.accountPage .category .category-list.list {
	margin:10px 0;
	border:1px solid #E5E5E5;
	border-bottom:none;
	background-color:#FFF;
}
.accountPage .category .category-list .r_icon {
    display: block;
    padding: 11px 13px 10px;
	font-family: SimSun;
    font-size: 14px;
    color: #555;
	border-bottom: 1px solid #e5e5e5;
	background: url("../../img/icon_arrow_right.png") no-repeat scroll transparent;
	background-size: 8px 14px;
	background-position: 95% center;
}

/* 我的订单 */
.accountPage .accountPage-container {
	background-color:#F5F5F5;
}
.accountPage .accountPage-filter {
	display:table;
	width:100%;
	height:47px;
	padding-top:5px;
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	background-color:#FFF;
}
.accountPage .accountPage-filter .bor {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}
.accountPage .accountPage-filterCell {
	display:table-cell;
	width:20%;
}
.accountPage .accountPage-filterCurrent {
	color:#000;
	font-weight:700;
}
.accountPage .accountPage-orderListPending, .accountPage .accountPage-orderListProcessing, .accountPage .accountPage-orderListDelivered {
    color: #ff6600;
    font-weight: 700;
}
.accountPage .productContainer .product-listContainer {
	margin-bottom:20px;
}
.accountPage .productContainer .product-time {
	margin-top:10px;
}

/* 订单查看明细条 */
.orderProducts {
	margin:10px 0;
	border:1px solid #E5E5E5;
	background-color:#FFF;
}
.orderProducts .orderProducts-tbl {
	display:table;
	width:100%;
	height:40px;
	line-height:40px;
}
.orderProducts .orderProducts-tblCell {
	display:table-cell;
	width:50%;
}
.orderProducts .orderview-number {
	text-align:right;
}
.orderProducts .orderlistPic {
	padding-left:10px;
	height:80px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}
.orderProducts .orderlistPic img {
	margin:14px 0;
	width:50px;
	height:50px;
	vertical-align:middle;
	margin-right:5px;
	border:1px solid #E5E5E5;
}

.orderProducts .orderProducts-toolbar {
	padding:8px;
}
.orderProducts .orderProducts-time {
	margin-bottom:10px;
}
.orderProducts .orderProducts-totalGrand {
	padding-left:13px;
}
.orderProducts .orderProducts-link {
	padding:9px 0;
}
.orderProducts .orderProducts-orderview {
	margin-left:7px;
	width:68px;
	height:25px;
	line-height:25px;
	text-align:center;
	border:1px solid #E5E5E5;
}
.orderProducts .orderProducts-modulehr {
	width:68px;
	height:25px;
	line-height:25px;
	text-align:center;
	border:1px solid #E5E5E5;
}

/* 账户信息 */
.accountForm {}
.accountForm .accountForm-itemRadio li {
    display: inline;
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}
.accountForm .accountForm-itemRadio .warning {
	position:relative;
	top:10px;
}

/* 地址簿 */
.accountPage .accountPage-addressList {
	margin-bottom:30px;
	background-color:#FFF;
}
.accountPage .accountPage-addressAdd { 
	height:30px;
	margin-top:10px;
	padding:0 5px;
	color:#999;
	font-size:12px;
	line-height:30px;
}
.accountPage .accountPage-addressAdd button {
	height:30px;
	margin-right:20px;
	padding:0 4px;
	color:#555;
	line-height:30px;
	font:700 12px/150% tahoma,arial,"Hiragino Sans GB","宋体",sans-serif;
	background-color:#F7F7F7;
	border:1px solid #E1E1E1;
	cursor:pointer;
}
.accountPage .accountPage-addressListItem {
	margin-top:10px;
	padding-right:5px;
	border:1px solid #E6E6E6;
}
.accountPage .accountPage-addressListTitle {
	height:35px;
	padding-left:10px;
	line-height:35px;
	border-bottom:1px solid #E6E6E6;
}
.accountPage .accountPage-addressListTitle h3 {
	float:left;
	font-size:14px;
	font-weight:700;
}
.accountPage .accountPage-addressListTitle a {
	color:#005EA7;
}
.accountPage .accountPage-addressListContent {
	padding:10px;
	line-height:25px;
}
.accountPage .accountPage-addressListContent dt {
	float:left;
	width:77px;
	color:#999;
	text-align:right;
}
.accountPage .accountPage-addressListContent dd {
	float:left;
	width:203px;
}
.accountPage .accountPage-content {
	margin-top:10px;
	background-color:#FFF;
}

.accountPage .registerForm .registerForm-item select {
    border: 1px solid #e1e1e1;
    margin-right: 5px;
    padding: 6px 0;
}

/* 我的评价中的查看按钮 */
.accountPage .productContainer .product-reviewsBtn {
	margin-left:10px;
	padding:5px;
	border:1px solid #E5E5E5;
}
.accountPage .accountPage-reviewsListOperateIcon { 
	display:inline-block;
	width:7px;
	height:10px;
	background:url("../../img/customer/sp_ico-arrow1.png") no-repeat scroll 0 -10px transparent;
}
.accountPage .accountPage-reviewsListOperateIconExpand {
	background-position:0 0;
}

/* 订单明细 */
.customerOrderView {
	margin-top:20px;
}
.customerOrderView .customerOrderView-status{ 
	padding:0 5px;
	background-color:#FFFCEB;
	border:1px solid #EED97C;
}
.customerOrderView .customerOrderView-statusTitle {
	height:25px;
	line-height:25px;
	padding:4px 8px;
	border-bottom:1px dotted #EED97C;
}
.customerOrderView .customerOrderView-statusTitle h2 {
	font-size:14px;
	font-weight:700;
}
.customerOrderView .customerOrderView-statusTitle h2 strong {
	color:#12A000;
	font-weight:700;
}
.customerOrderView .customerOrderView-statusContent {
	padding:10px 8px;
}
.customerOrderView .customerOrderView-status button {
	padding:0 20px;
	color:#FFF;
	font:700 14px/150% tahoma,arial,"Hiragino Sans GB","microsoft yahei",sans-serif;
	background-color:#E4393C;
	border:1px solid #E1E1E1;
	cursor:pointer;
}

.customerOrderView .customerOrderView-track {
	margin-top:35px;
	border:1px solid #EED97C;
}
.customerOrderView .customerOrderView-track table {
	width:100%;
}
.customerOrderView .customerOrderView-track thead strong {
	display:block;
	margin-bottom:5px;
	padding-bottom:3px;
	font-weight:700;
	border-bottom:1px solid #DBDBDB;
}
.customerOrderView .customerOrderView-track tbody {
	padding-bottom:3px;
	text-align:center;
}
.customerOrderView .customerOrderView-tabContainer {
	height:30px;
	line-height:30px;
	border-bottom:1px solid #EED97C;
	background-color:#FFFCEB;
	overflow:visible;
}
.customerOrderView .customerOrderView-tabContainer ul {
	margin-left:-1px;
	overflow:visible;
}
.customerOrderView .customerOrderView-tabContainer li {
	float:left;
	height:30px;
	color:#999;
	line-height:30px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.customerOrderView .customerOrderView-tabContainer li span {
	display:block;
	float:left;
	padding:0 12px;
	font-size:14px;
	cursor:pointer;
}
.customerOrderView .customerOrderView-tabContainer li.customerOrderView-tabCurrent {}
.customerOrderView .customerOrderView-tabContainer li.customerOrderView-tabCurrent span {
	height:31px;
	color:#444;
	border-right:1px solid #EED97C;
	border-left:1px solid #EED97C;
	background-color:#FFF;
}
.customerOrderView .customerOrderView-history, .customerOrderView .customerOrderView-payment {
	padding:7px 3px;
}

.customerOrderView .customerOrderView-info {
	margin-top:10px;
	padding:0 2px 2px 2px;
	border:1px solid #DADADA;
	background-color:#EDEDED;
}
.customerOrderView .customerOrderView-info h2 {
	height:30px;
	padding-left:8px;
	font-size:14px;
	font-weight:700;
	line-height:30px;
}
.customerOrderView .customerOrderView-info h3 {
	height:25px;
	margin-bottom:5px;
	font-weight:700;
	line-height:25px;
}
.customerOrderView .customerOrderView-infoContainer {
	padding:3px;
	background-color:#FFF;
}
.customerOrderView .customerOrderView-infoList {
	padding:10px 0;
	border-bottom:1px solid #EDEDED;
}
.customerOrderView .customerOrderView-infoList dl {
	line-height:25px;
}
.customerOrderView .customerOrderView-infoList dt {
	float:left;
	width:77px;
	color:#999;
	text-align:right;
}
.customerOrderView .customerOrderView-infoList dd {
	float:left;
	width:203px;
}
.customerOrderView .customerOrderView-products {
	padding:10px 0;
}
.customerOrderView .productContainer .product-item .price {
}
.customerOrderView .orderProducts-total {
	padding:5px;
	background-color:#F7F7F7;
}

/* 订单按钮 */
.customerPage .orderProducts-buttonBar {
	position:fixed;
	bottom:0;
	width:100%;
	height:60px;
	line-height:60px;
	background-color:#F7F7F7;
}
.customerPage .orderProducts-buttonBar button {
	margin:0 3px;
	font:700 14px/150% tahoma,arial,"Hiragino Sans GB","microsoft yahei",sans-serif;
	border:1px solid #E1E1E1;
	cursor:pointer; 
}

/*我的评论-表单(index, indexbynumber)*/
.reviewsForm {
	position:relative;
	margin:5px -4px -4px;
	padding:15px 10px 10px 10px;
	border-top:1px solid #EDD28B;
	background-color:#FFFDEE;
}
.reviewsForm .warning {
	margin:0 0 10px 195px;
}
.reviewsForm .reviewsForm-item {
	margin-bottom:15px;
	color:#999;
}
.reviewsForm .reviewsForm-item textarea {
	width:200px;
	height:93px;
	border:1px solid #DDD;
}
.reviewsForm .reviewsForm-item label {
	display:block;
	margin-right:15px;
	text-align:right;
}
.reviewsForm .reviewsForm-item label span.warning {
	margin:0 5px;
}
.reviewsForm .reviewsForm-btn button {
	width:80px;
	height:30px;
	margin-left:86px;
	margin-bottom:10px;
	line-height:30px;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	border:1px solid #E1E1E1;
	background-color:#CD2A2C;
	cursor:pointer;
}
.reviewsForm .reviewForm-setDefault {
	margin-left:86px;
}
.reviewsForm .reviewForm-setDefault input {
	margin:2px 5px 0 0;
}
.reviewsForm .reviewsForm-starList li {
	display:inline;
	float:left;
	margin-right:20px;
}
.reviewsForm .reviewsForm-starList input.radio {
	float:left;
}
.reviewsForm .reviewsForm-date {
	text-align:left;
	color:#999;
}
/* 产品展示部分 */
.productContainer {
	padding:5px 12px;
	background-color:#FFF;
}
.productContainer .product-list {
	clear:both;
	margin:0;
	border:medium none;
	line-height: 1.25em;
}
.productContainer .product-name {
	display:block;
	margin:5px 0 0.3em;
	max-height:34px;
	text-overflow:ellipsis;
	white-space:nowrap
	font-size:14px;
	font-family:SimSun;
	font-weight:normal;
	color:#666;
	overflow:hidden;
}
.productContainer .product-a {
	display:block;
	padding:0;
	clear:both;
	overflow:hidden;
}
.productContainer .product-item {
	padding:5px 0;
	border-bottom:1px solid #E5E5E5;
}
.productContainer .product-item .product-img {
	float:left;
	margin:0 10px 0 0;
	width:100px;
	height:100px;
	clear:both;
}
.productContainer .product-item .product-description {
	display:block;
	overflow:hidden;
}
.productContainer .product-item .product-delivery {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-family:Verdana;
	font-size:12px;
	color:#999;
}
.productContainer .product-item .product-barCode {
	font-family:SimSun;
	color:#C40000;
}
.productContainer .product-item .price {
	display:table;
	width:100%;
}
.productContainer .product-item .product-price {
	display:table-cell;
	width:50%;
	color:#C40000;
	font-size:14px;
	font-family:Verdana;
	font-weight:700;
	text-align:left;
}
.productContainer .product-item .procuct-number {
	display:table-cell;
	width:50%;
	color:#999;
	font-size:12px;
	font-family:Verdana;
	text-align:right;
}


/*****************/
/*** 信息中心模块 ***/
/*****************/
.news {
	width: 100%;
}
.news a {
	display: blcok;
}
.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/customer/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/customer/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;
}


/*****************/
/*** 订单点货模块 ***/
/*****************/
.countProduct {
	width: 100%;
	background-color: #F2F2F2;
}
.countProduct .countProduct-bar {
	display: table;
	width: 100%;
	padding-top: 2px;
	height: 37px;
	line-height: 39px;
	font-size: 15px;
	background-color: #FFF;
}
.countProduct .countProduct-barCell {
	display: table-cell;
	width: 16.6%;
	text-align: center;
}
.countProduct .countProduct-barCell a.on {
	position: relative;
}
.countProduct .countProduct-barCell span {
	color: #000;
}
.countProduct .countProduct-barCell a.on .countProduct-curBar {
	position: absolute;
	left: -7px;
	top: 27px;
	width: 42px;
	height: 2px;
	background-color: #FE3591;
}
.countProduct .countProduct-barCell a.on  span {
	color: #FE3591;
}
.countProduct ul {
	padding: 0 7px 10px 7px;
}
.countProduct li {
	margin-top: 10px;
	padding-top: 4px;
	background: #FFF;
}
.countProduct li a {
	display: blcock;
}
.countProduct .countProduct-list {
	padding-left: 2px;
	padding-bottom: 4px;
	border-bottom: 1px solid #F8F8F8;
}
.countProduct .countProduct-listImg {
	padding-left: 3px;
	padding-right: 7px;
}
.countProduct .countProduct-listImg img {
	max-width: 90px;
}
.countProduct .countProduct-listDetail .price {
	margin: 3px 0;
	height: 15px;
	line-height: 15px;
}
.countProduct .countProduct-listDetail {
	width: 66%;
}
.countProduct .countProduct-listDetail .price span {
	font-weight: normal;
}
.countProduct .countProduct-listDetailName {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #000;
}
.countProduct .countProduct-listDetailOther {
	color: #959595;
}
.countProduct .countProduct-listBtn {
	padding: 6px 0;
}
.countProduct .countProduct-listBtn .button {
	display: block;
	width: auto;
	padding: 0px 8px;
	height: 30px;
	line-height: 30px;
	margin-right: 6px;
	text-align: center;
	color: #8C8C8C;
	border: 1px solid #DCDFE2;
	border-radius: 4px;
}
.countProduct .countProduct-listBtn .countProduct-listBtnCount {
	color: #FFF;
	border: 1px solid #FE3591;
	background-color: #FE3591;
}
.countProduct .countProduct-listBtn .countProduct-listBtnOk {
	position: relative;
	color: #FE3597;
	border: 1px solid #FE3591;
}
.countProduct .countProduct-listBtnOk span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url("../../img/customer/icon_count_complete.png") no-repeat scroll 0 0 transparent;
	background-size: 19px 18px;
	border: none;
}
.countProduct .countProduct-listBtnTip {
	margin-top: 8px;
	padding-left: 8px;
	width: 42%;
	color: #808080;
}
.countProduct .countProduct-listBtnTip label {
	color: #C30101;
}
.countProduct .countProduct-listCount {
	padding: 0 14px;
	height: 54px;
	line-height: 54px;
}
.countProduct .countProduct-listCountTip {
	color: #757783;
}
.countProduct .countProduct-listCountBox {
	padding-top: 9px;
	vertical-align: middle;
}
.countProduct .barrier {
	z-index: 99;
}
.countProduct .countProduct-scanBtn .formBtn {
	
	text-align: center;
	z-index: 9999;
}
.countProduct .formBtn {
	padding: 10px 0;
	border-top: 1px solid #E1E1E1;
}
.countProduct .formBtn button {
	width: 85%;
	font-size: 16px;
}
.countProduct .countProduct-scanBtn span {
	display: inline-block;
	width: 40%;
	height: 28px;
	line-height: 28px;
	color: #000;
	border: 1px solid #FE3591;
	border-radius: 3px;
}
.countProduct .countProduct-scanBtn span.on {
	margin-left: 25px;
	color: #FE3591;
}
.countProduct .countProduct-btn {
	position: fixed;
	left: 0;
	bottom: 91px;
	width: 100%;
}
.countProduct .countProduct-btn button {
	float: left;
	width: 33.3%;
	height: 42px;
	text-align: center;
	color: #000;
	border: none;
	border-right: 1px solid #E7E7E7;
	background-color: #FFF;
}
.countProduct .countProduct-btn button:last-child {
	color: #FFF;
	border-top: 1px solid #FE3591;
	border-right: none;
	background-color: #FE3591;
}

/*********************/
/*** 订单点货列表模块 ***/
/*********************/
.countProductList {
	width: 100%;
	background-color: #F9F9F9;
}
.countProductList .countProductList-all a , .countProductList li a {
	display: block;
}
.countProductList .countProductList-all, .countProductList li {
	padding: 0 13px;
	height: 40px;
	line-height: 42px;
	color: #77797D;
	background-color: #FFF;
}
.countProductList .countProductList-allBtn span {
	padding-top: 2px;
	padding-left: 11px;
	height: 13px;
	border-left: 1px solid #ADADAD;
}
.countProductList li {
	margin-top: 7px;
	height: 34px;
	line-height: 34px;
}
.countProductList li span {
	width: 50%;
	color: #77797D;
}
.countProductList li span.countProductList-item {
	text-align: right;
	color: #C30101;
}
.countProductList .countProductList-Btn {
	position: fixed;
	left: 0;
	bottom: 91px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #FFF;
}
.countProductList .countProductList-Btn a span {
	display: inline-block;
	margin-left: 1%;
	width: 30%;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #000;
	border: 1px solid #CECECF;
	border-radius: 3px;
}
.countProductList .countProductList-Btn a:first-child span {
	margin-left: 0;
}
.countProductList .countProductList-Btn span.on {
	color: #FE3591;
	border-color: #FE3591;
}
.countProductList .countProductList-Bar {
	width: 100%;
	height: 180px;
}

/*********************/
/*** 已买到的货物模块 ***/
/*********************/
.completeBuy {
	width: 100%;
	background-color: #F3F2F2;
	font-size: 15px;
	font-family: arial, verdana, Microsoft YaHei;
}
.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 12px 2px;
	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: 43px;
	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;
}



/*********************/
/*** 已买到的货物模块 ***/
/*********************/
.customerSearch {
	width: 100%;
	min-height: 302px;
	background-color: #FFF;
}
.customerSearch li {
	margin: 0 10px;
	padding-left: 5px;
	height: 39px;
	line-height: 43px;
	color: #1D2326;
	font-size: 15px;
	border-bottom: 1px solid #EBEBEB;
	background: url("../../img/customer/icon_check.png") no-repeat scroll transparent;
	background-size: 16px 16px;
	background-position: 95% center;
}
.customerSearch li.on {
	background: url("../../img/customer/icon_check_on.png") no-repeat scroll transparent;
	background-size: 16px 16px;
	background-position: 95% center;
}

/*******************/
/*** 收货地址模块 ***/
/*******************/
.address {
	width: 100%;
	background-color: #FFF;
}
.address li {
	display: table;
	padding: 13px 0;
	color: #575757;
	border-bottom: 1px solid #F1F1F1;
}
.address li .address-daile {
	display: table-cell;
	padding-right: 2%;
	width: 75%;
}

.address li .address-editBox {
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	height: 44px;
	line-height: 44px;
	border-left: 1px solid #EFEFEF;
}
.address li .address-man {
	margin-bottom: 10px;
	color: #000;
}
.address li.on .address-man {
	color: #C30101;
}
.address li .address-idcard {
	margin-bottom: 15px;
	color: #000;
}


/*********************/
/*** 收货地址管理模块 ***/
/*********************/
.addressManage {
	width: 100%;
	background-color: #F1F1F1;
}
.addressManage .address {
	background-color: #F1F1F1;
}
.addressManage .address li {
	display: block;
	margin-bottom: 9px;
	padding-left: 12px;
	color: #575757;
	border: none;
	background-color: #FFF;
	
	
}
.addressManage .address li .address-daile {
	display: inline-block;
	padding-bottom: 11px;
	width: 96%;
	border-bottom: 1px solid #e7e6e6;
}
.addressManage .address li .address-man {
	padding-right: 3%;
}
.addressManage .address li .address-place {
	width: 100%;  
	overflow: hidden;  
	white-space: nowrap;  
	text-overflow: ellipsis;
}
.addressManage .address li .address-link {
	margin-top: 7px;
	padding-right: 3%;
	height: 25px;
	line-height: 30px;
	font-size: 12px;
	color: #000;
}
.addressManage .address li .address-link .fr a {
	display: inline-block;
}
.addressManage .address li .address-linkCheckBox span {
	margin-right: 12px;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: sub;
	background: url("../../img/customer/icon_address_checkbox.png") no-repeat scroll transparent;
	background-position: 0 -14px;
	background-size: 13px 27px;
}
.addressManage .address li.on .address-linkCheckBox span {
	background-position: 0 0;
}
.addressManage .address-linkEdit span, .addressManage .address-linkDelete span {
	margin-right: 6px;
	display: inline-block;
	width: 15px;
	height: 16px;
	vertical-align: sub;
	background: url("../../img/customer/icon_address_edit.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 15px 16px;
}
.addressManage .address-linkDelete, .addressManage .address-linkEdit {
	margin-left: 11px;
	vertical-align: middle;
	color: #000;
}
.addressManage .address-linkDelete span {
	background: url("../../img/customer/icon_address_delete.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 15px 16px;
}
.addressManage .addressManage-bar {
	widht: 100%;
	height: 1px;
	border-bottom: 1px solid #EDEDED;
}

/*******************/
/*** 新建收货地址模块 ***/
/*******************/
.addressNew {
	width: 100%;
	background-color: #F6F6F6;
}
.addressNew .customerForm {
	padding-top: 0;
}
.addressNew .customerForm li {
	margin-top: 0;
	border-bottom: 1px solid #E5E7EB;
}
.addressNew .customerForm .customerForm-submit {
	margin-top: 50px;
}
.addressNew .addressNew-setAuto {
	display: table;
	margin-top: 18px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #000;
	background-color: #FFF;
}
.addressNew .addressNew-setAutoTxt {
	display: table-cell;
	padding-left: 10px;
	font-size: 16px;
}
.addressNew .addressNew-setAutoIcon {
	display: table-cell;
	padding-right: 4%;
	text-align: right;
}
.addressNew .addressNew-setAutoIcon span {
	display: inline-block;
	width: 51px;
	height: 26px;
	vertical-align: middle;
	background: url("../../img/cart/icon_auto.png") no-repeat scroll transparent;
	background-position: 0 -26px;
	background-size: 51px 52px;
}
.addressNew .addressNew-setAutoIcon span.checked {
	background-position: 0 0;
}

.addressNew .addressNew-bar {
	width: 100%;
	height: 20px;
}

.addressNew .addressNew-addressHidden {
	position: fixed;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	min-height: 66px;
	line-height: 66px;
	color: #848484;
	background-color: #FFF;
	z-index: 999999;
	display: none;
}
.addressNew .addressNew-addressHidden select {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #000;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.addressNew .addressNew-addressHidden .warning {
	color: #FE3591;
}
.addressNew .addressNew-addressTitel {
	padding-left: 7px;
	font-size: 12px;
	width: 100px;
}
.addressNew .addressNew-addressProvinceBox {
	margin-bottom: -16px;
	margin-top: -23px;
}
.addressNew .addressNew-addressTitel span {
	vertical-align: middle;
}
.addressNew .addressNew-addressBox span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.addressNew .addressNew-addressBox input {
	display: inline-block;
	margin-left: 10px;
	padding-left: 5px;
	width: 195px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	color: #000;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.addressNew .addressNew-addressBtn {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	background-color: #FE3591;
}

.addressNew .customerForm li input, .addressNew .customerForm li select {
	text-align: left;
}
.addressNew .customerForm li input:placeholder {
	color: #929292;
	font-size: 13px;
}
.addressNew .customerForm li input:-webkit-input-placeholder {
    color: #929292;
	font-size: 13px;
}
.addressNew .customerForm li input:-moz-placeholder {
    color: #929292;
	font-size: 13px;
}
.addressNew .customerForm li input:-moz-placeholder {
    color: #929292;
	font-size: 13px;
}
.addressNew .customerForm li input:-ms-input-placeholder {
    color: #929292;
	font-size: 13px;
}


/*****************/
/*** 我的订单模块 ***/
/*****************/
.orderview {
	width: 100%;
	background-color: #F5F5F5;
	font-size: 15px;
	font-family: arial, verdana, Microsoft YaHei;
}
.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/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/customer/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-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/customer/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 .linkButton {
	margin-top: 10px;
	width: 97%;
	background-color: #FFF;
}
.orderview .linkButton .linkButton-contact {
	width: 14px;
	height: 14px;
	background: url("../../img/customer/icon_message.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 14px 14px;
}
.orderview .linkButton .linkButton-detail {
	width: 13px;
	height: 14px;
	background: url("../../img/customer/icon_phone.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 13px 14px;
}

.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-payment .fr {
	color: #8C8C8C;
}
.orderview .orderview-payment .j_DisPrice {
	color: red;
}
.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: 91px;
	width: 100%;
}
.orderview .orderview-btn button {
	float: left;
	width: 33.3%;
	height: 42px;
	text-align: center;
	color: #000;
	border: none;
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background-color: #FFF;
}
.orderview .orderview-btn button:last-child {
	color: #FFF;
	border-top: 1px solid #FE3591;
	border-right: none;
	background-color: #FE3591;
}

/*****************/
/*** 我的收藏 ***/
/*****************/
.customerwishlist {
	background-color:#FFF;
}

/* 重写产品列表 */
.customerwishlist .productList .productList-imgBox {
	width: 110px;
}
.customerwishlist .productList .productList-imgBox img {
	border-radius: 0;
}
.customerwishlist .productList .productList-detail {
	width: 58%;
	height: 31px;
	margin-left: 14px;
	margin-top: 2px;
}
.customerwishlist .productList .productList-priceBox {
	width: 58%;
	margin-left: 14px;
}
.customerwishlist .productList .productList-Price {
	margin-top :42px;
}

/* 重写价格titer */
.customerwishlist .proTableList .proTableList-cell {
	display: inline-block;
	width: 40%;
	position: relative;
}
.promotion {
	font-size:10px;
	color:red;
	top:30px;
	left:0;
	min-width:200px;
}
.customerwishlist .proTableList .product-changePrice {
	position: relative;
	width: 60%;
}
.customerwishlist .proTableList .product-changePrice em {
	position: absolute;
	left: -3px;
	bottom: 0;
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url("../../img/customer/icon_changeprice.png") no-repeat scroll transparent;
	background-position: center center;
	background-size: 8px 8px;
	background-color: #C40000;
}
.customerwishlist .proTableList .product-changePrice em.up {
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); 	/* IE 9 */
	-moz-transform:rotate(-180deg); 	/* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg);
}
.customerwishlist .proTableList .product-changePrice span {
	margin-left: 8px;
	padding: 0 1px;
	color: #C40000;
	font-size: 10px;
	border: 1px solid #C40000;
}
.customerwishlist .proTableList .product-collectIcon {
	width: 10%;
	text-align: right;
}
.customerwishlist .proTableList .product-collectIcon span {
	display: inline-block;
	padding-left: 6px;
	width: 23px;
	line-height: 12px;
	vertical-align: bottom;
	color: #FE3591;
	font-size: 10px;
	border-left: 1px solid #C8C8C8;
}
.customerwishlist .proTableList .product-collectIcon span:before {
	display: inline-block;
	width: 17px;
	height: 16px;	
	padding-left: 2px;
	content: "";
	background: url("../../img/customer/icon_customerwishlist.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 17px 16px;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.customerwishlist .proTableList .product-changePrice em  {
			bottom: 1px;
		}
	}
}

/*****************/
/*** 物流详情 ***/
/*****************/
.shippingDetail {
	width: 100%;
	background-color: #FFF;
}
.shippingDetail .shippingDetail-header {
	padding: 19px 0 19px 14px;
	color: #000;
	background-color: #F5F5F5;
}
.shippingDetail .shippingDetail-header label {
	color: #808080;
}
.shippingDetail .shippingDetail-headerContact {
	margin-top: 13px;
	color: #5B5B5B;
}
.shippingDetail .shippingDetail-headerContact em {
	display: inline-block;
	margin-right: 4px;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	background: url("../../img/product/icon_contanct.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 14px 14px;
}
.shippingDetail .shippingDetail-headerContact span {
	padding: 3px 7px;
	border: 1px solid #E7E7E7;
}
.shippingDetail .shippingDetail-title {
	width: 64px;
	margin-top: 23px;
	margin-bottom: 11px;
	padding: 4px 0;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #FE3591;
}
.shippingDetail .shippingDetail-list {
	margin-top: 6px;
	margin-left: 14px;
	color: #848484;
}
.shippingDetail .shippingDetail-listValue {
	margin-left: 14px;
	color: #222;
}

/* 重写产品列表 */
.shippingDetail .productList {
	margin-top: 13px;
}
.shippingDetail .productList li {
	margin: 0 14px;
	border-top: 1px solid #e7e7e7;
}
.shippingDetail .productList .productList-detail {
	width: 73%;
}
.shippingDetail .productList .productList-imgBox {
	width: 74px;
}
.shippingDetail .productList .productList-imgBox img {
	max-width: 46px;
}
.shippingDetail .productList .productList-detailName {
	color: #1b1b1b;
}
.shippingDetail .productList-detailMark {
	margin-top: 5px;
	 font-size: 13px;
}


.shippingDetail .shippingDetail-message {
	margin-left: 14px;
	color: #171717;
}
.shippingDetail .shippingDetail-messageTitle {
	margin: 16px 0;
	color: #1B1B1B;
}
.shippingDetail .shippingDetail-messageDate {
	margin: 9px 0;
	color: #818181;
	font-size: 12px;
}
.shippingDetail .shippingDetail-messageContent {
	margin-left: 24px;
	padding-left: 18px;
	font-size: 13px;
	border-left: 1px solid #BDBDBD;
}
.shippingDetail .shippingDetail-messageList {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 12px;
}
.shippingDetail .shippingDetail-messageList em {
    position: absolute;
    left: -23px;
    top: 7px;
    width: 9px;	
    height: 9px;
    background-color: #ccc;
    border-radius: 5px;
}
.shippingDetail .shippingDetail-messageListTime {
	display: table-cell;
	width: 25%;
}
.shippingDetail .shippingDetail-messageListValue {
	display: table-cell;
	width: 75%;
}
.shippingDetail .shippingDetail-messageList.on {
	color: #FE3591;
}
.shippingDetail .shippingDetail-messageList.on em {
	background-color: #FE3591;
}
.shippingDetail .shippingDetail-messageTip {
	width: 282px;
	margin-top: 24px;
	margin-left: 14px;
	color: #171717;
	font-size: 13px;
	line-height: 20px;
}

/*****************/
/*** 订单状态 ***/
/*****************/
.orderviewDetail {
	width: 100%;
	background-color: #FFF;
}
.orderviewDetail .orderviewDetail-header {
	position: relative;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #FE3591;
}
.orderviewDetail .orderviewDetail-headerIcon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url("../../img/customer/icon_order_status.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 45px 45px;
}
.orderviewDetail .orderviewDetail-headerIcon.ok {
	background: url("../../img/customer/icon_order_ok.png") no-repeat scroll transparent;
	background-position: 0 0;
	background-size: 45px 45px;
}
.orderviewDetail .orderviewDetail-headerTitle {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	color: #FFF;
	font-size: 16px;
}
.orderviewDetail .orderviewDetail-content {
	margin: 24px 25px 20px 26px;
}
.orderviewDetail .orderviewDetail-item {
	position: relative;
	min-height: 90px;
	padding-bottom: 20px;
	padding-left: 23px;
	color: #888;
	font-size: 12px;
	border-left: 1px solid #FE3591;
}
.orderviewDetail .orderviewDetail-item em {
	position: absolute;
    left: -5px;
    top: 0;
    width: 9px;	
    height: 9px;
    background-color: #FE3591;
    border-radius: 5px;
}
.orderviewDetail .orderviewDetail-itemTitle {
	color: #FE3591;
	font-size: 16px;
}
.orderviewDetail .orderviewDetail-itemOption {
	margin: 8px 0;
}
.orderviewDetail .orderviewDetail-item.no {
	border-left: 1px solid #C2C2C2;
}
.orderviewDetail .orderviewDetail-item.no .orderviewDetail-itemTitle {
	color: #C2C2C2;
}
.orderviewDetail .orderviewDetail-item.no em {
	background-color: #C2C2C2;
}

/* checkoutfailure/checkoutsuccess页面 */
.tips {
	margin-top:20px;
	padding-left:11px;
	width:95%;
	font-family:SimSun;
	font-size:14px;
	color:#555;
	line-height:200%;
	background-color:#FFF;
}
.tips a {
	color:#E6242B;
}
.tips .tips-textContainerContent strong {
	color:#c40000;
	font-size:16px;
}

/* 审核页 */
.warningBox {
	display: block;
	line-height: 22px;
	font-weight: bold;
	font-size: 15px;
	padding: 12px 5px;
	color: #FE52A1;
	background-color: #fff;
}
.warningBox.tip {
	background-color: #f4f4f4;
}
.warningBox p {
	display: block;
	margin-bottom: 60px;
	margin-top: 15px;
	padding: 0px 20px;
	line-height: 27px;
	font-size: 16px;
}
.warningBox a {
	display: inline-block;
	margin: 0px 10%;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background-color: #FE52A1;
}
.warningTips {
	color: #FE52A1;
	margin-left: 11px;
	margin-top: 11px;
}

