/* =====================================================    */
/* 商城前台购买\购物车等页面相关样式							*/

a:hover {
	color: #FF7300;
}

#topMyCart {
	display: none;
}

#cti {
	display: none;
}


/*表单验证错误提示文字*/
label.error {
	font-size: 12px;
	color: #E84723;
	margin-left: 8px;
}

label.error i {
	margin-right: 4px;
}


/* 购物车头部内容
------------------------------------*/

.ncc-wrapper {
	width: 1190px;
	margin: 0 auto;
	padding: 0 5px;
}

.ncc-wrapper:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-head-wrap {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	border-bottom: solid 1px #F15C18;
	background-color: #FFF;
}

.ncc-head-layout {
	width: 1200px;
	height: 96px;
	margin: 0 auto;
}

.ncc-head-layout .site-logo {
	float: left;
	width: 240px;
	height: 68px;
	margin: 10px 0 18px 0;
}

.ncc-head-layout .site-logo a {
	display: block;
}

.ncc-head-layout .site-logo img {
	max-width: 240px;
	max-height: 68px;
}
/* 步骤 */
.ncc-flow {
	font-size: 0;
	word-spacing: -1em;
	width: 640px;
	height: 70px;
	float: right;
	margin: 15px 0;
}

.ncc-flow li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 25%;
	height: 70px;
	position: relative;
	z-index: 1;
}

.ncc-flow li {
	*display: inline/*IE6,7*/;
}

.ncc-flow li i {
	background: #FFF url(../images/nc_cart_pic.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.ncc-flow li i.step1 {
	background-position: 0 0;
}

.ncc-flow li i.step2 {
	background-position: -30px 0;
}

.ncc-flow li i.step3 {
	background-position: -60px 0;
}

.ncc-flow li i.step4 {
	background-position: -90px 0;
}

.ncc-flow li p {
	font-size: 14px/24px arial,"microsoft yahei";
	color: #CCC;
	text-align: center;
	width: 100%;
	height: 24px;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.ncc-flow li sub {
	background-color: #FFF;
	width: 5px;
	height: 5px;
	margin-left: -3px;
	border: solid 1px #CCC;
	border-radius: 4px;
	position: absolute;
	z-index: 2;
	top: 38px;
	left: 50%;
}

.ncc-flow li .hr {
	*line-height: 1px;
	background-color: #DDD;
	width: 100%;
	height: 1px;
	border: none 0;
	position: absolute;
	z-index: 1;
	top: 29px;
	left: 0;
}

.ncc-flow li.current i {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.ncc-flow li.current p {
	color: #616161;
}

.ncc-flow li.current sub {
	background-color: #616161;
	border-color: #616161;
	box-shadow: 0 0 1px 3px #E1E1E1;
}

.ncc-flow li.current .hr {
	background-color: #616161;
}

/*购物车为空
-----------------------------------*/
.ncc-null-shopping {
	width: 480px;
	height: 340px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ncc-null-shopping i.ico {
	background: url(../img/shop/cart_bg.png) no-repeat -100px -50px;
	width: 128px;
	height: 128px;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
}

.ncc-null-shopping i.ico-gift {
	background: url(../img/shop/cart_bg.png) no-repeat -100px -200px;
	width: 128px;
	height: 128px;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
}

.ncc-null-shopping h4 {
	font: lighter 22px/30px "microsoft yahei";
	color: #777;
	position: absolute;
	z-index: 1;
	top: 110px;
	left: 180px;
}

.ncc-null-shopping p {
	position: absolute;
	z-index: 1;
	top: 160px;
	left: 180px;
}

.ncc-null-shopping p i {
	font-size: 14px;
	margin-right: 6px;
}

/* 购物车内容部分
-----------------------------------*/
.storage-error {
	display: none;
	width: 100%;
	height: 100%;
	font-size: 12px;
	border: 1px solid #ffe1d3;
	color: #f40;
	background: #fff0e7;
}

.sub-disable {
	color: #ccc!important;
}

.ncc-main {
	position: relative;
	z-index: 1;
	background-color: #F7F7F7;
	padding-bottom: 30px;
}

.ncc-main:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-main .checkbox-layout {
	display: inline-block;
	height: 16px;
}

.ncc-main .checkbox-layout:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-title {
	display: block;
	height: 50px;
	padding: 15px 0;
	border: solid #F7F7F7;
	border-width: 1px 0 0;
	border-bottom: solid 1px #F5F5F5;
}

.ncc-title h3 {
	font: lighter 24px/30px arial,"microsoft yahei";
	color: #616161;
}

.ncc-title h5 {
	font: 12px/20px arial,"microsoft yahei";
	color: #BFBFBF;
}

.ncc-title h5 a {
	color: #27A9E3;
}

.ncc-cart-status {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 50%;
	margin-left: 260px;
}

.ncc-cart-status .bar {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 5px;
	margin: 0 5px;
	border-radius: 5px;
	background-color: #E1E1E1;
}

.ncc-cart-status .sub {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 5px;
	border-radius: 5px;
	background-color: #F15C18;
}

.ncc-cart-status .sum {
	font-family: Tahoma;
	color: #616161;
}

.ncc-mod-thead {
	display: block;
	height: 20px;
	padding: 6px 0 14px 0;
}

.ncc-mod-thead:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-mod-thead .columns {
	display: block;
	zoom: 1;
}

.ncc-mod-thead .columns:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-mod-thead .columns li {
	float: left;
	color: #212121;
	line-height: 20px;
}

.ncc-mod-thead .columns .col-opt {
	width: 110px;
}

.ncc-mod-thead .columns .col-goods {
	width: 480px;
	text-indent: 12px;
}

.ncc-mod-thead .columns .col-quantity {
	width: 166px;
	text-indent: 70px;
}

.ncc-mod-thead .columns .col-unitprice {
	width: 175px;
	padding-right: 15px;
	text-align: right;
}

.ncc-mod-thead .columns .col-rebate {
	width: 78px;
	text-indent: 30px;
}

.ncc-mod-thead .columns .col-amount {
	width: 150px;
	text-align: right;
}

.ncc-mod-tbody {
	position: relative;
	margin-bottom: 20px;
	background: #FFF;
	border-bottom: 1px solid #E1E1E1;
	z-index: 1;
}

.ncc-mod-tbody:hover {
	z-index: 2;
}
/*店铺信息条*/
.ncc-mod-tbody .store-bar {
	position: relative;
	z-index: 2;
	display: block;
	height: 48px;
	padding: 0 20px;
	line-height: 48px;
}

.ncc-mod-tbody .store-bar:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-mod-tbody .store-bar .store-name {
	font-size: 14px;
}

.ncc-mod-tbody .store-bar .store-chain {
	display: inline-block;
	padding: 1px 5px;
	margin-left: 5px;
	border-radius: 2px;
	background-color: #5085ff;
	color: #FFF;
	line-height: 16px;
}

.ncc-mod-tbody .store-bar .store-chain-info {
	display: inline-block;
	margin-left: 5px;
	color: #5085ff;
	line-height: 18px;
}
/*店内促销*/
.ncc-mod-tbody .store-bar .promo-block {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-left: 20px;
}

.ncc-mod-tbody .store-bar .promo-tit {
	position: relative;
	z-index: 2;
	display: block;
	height: 24px;
}

.ncc-mod-tbody .store-bar .promo-tit i.fa {
	margin: 0 0 0 4px;
	font-size: 12px;
}

.ncc-mod-tbody .store-bar .promo-con {
	display: none;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 25px;
	right: 0;
	padding: 10px 15px;
	border: solid 1px #F15C18;
	background-color: #FAFAFA;
}

.ncc-mod-tbody .store-bar .promo-block:hover .promo-con {
	display: block;
}

.ncc-mod-tbody .store-bar .promo-con-block {
	height: 150px;
	overflow: hidden;
}

.ncc-mod-tbody .store-bar .promo-con-block .un-receive {
	cursor: no-drop;
}
/*优惠券领取Copyright: www.BIZPOWER.com*/
.ncc-voucher .promo-tit {
	padding: 0 6px 0 32px;
	border-style: solid;
	border-color: #F57319;
	border-width: 1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
	background-color: #FEF9EF;
	color: #FF7300;
	line-height: 24px;
	cursor: pointer;
}

.ncc-voucher:hover .promo-tit {
	background-color: #FAFAFA;
	border-radius: 0 3px 0 0;
	border-bottom-color: #FAFAFA;
}

.ncc-voucher .promo-tit span {
	display: block;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 0;
	background: url(../img/shop/nc_cart_pic.png) no-repeat 0 -60px;
	width: 25px;
	height: 26px;
}

.ncc-voucher .promo-con h3 {
	font-weight: 600;
	line-height: 20px;
	color: #000;
}

.ncc-voucher .promo-con ul {
}

.ncc-voucher .promo-con li {
	display: block;
	width: 300px;
	height: 34px;
	margin-top: 10px;
}

.ncc-voucher .promo-con li span {
	float: left;
	width: 30px;
	height: 17px;
	padding: 5px 22px 5px 10px;
	margin-top: 4px;
	text-align: center;
	background: url(../img/shop/nc_cart_pic.png) no-repeat -29px -60px;
	font-family: Tahoma;
	line-height: 17px;
	color: #FFF;
}

.ncc-voucher .promo-con li dl {
	float: left;
	margin-left: 15px;
}

.ncc-voucher .promo-con li dt {
	display: block;
	padding: 0;
	line-height: 18px;
	color: #555;
}

.ncc-voucher .promo-con li dd {
	display: block;
	padding: 0;
	line-height: 16px;
	color: #999;
	font-size: 11px;
}

.ncc-voucher .promo-con li a {
	float: right;
	line-height: 27px;
	color: #000;
}

/*优惠活动*/
.ncc-action .promo-tit {
	padding: 0 6px 0 6px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 1px 1px;
	border-radius: 0 3px 3px 0;
	line-height: 24px;
	cursor: pointer;
}

.ncc-action:hover .promo-tit {
	background-color: #FAFAFA;
	border-radius: 0 3px 0 0;
	border-color: #F57319 #F57319 #FAFAFA #F57319;
}

.ncc-action .promo-con ul {
}

.ncc-action .promo-con li {
	display: block;
	width: 300px;
	margin-top: 10px;
	line-height: 1.5 !important;
}

.ncc-action .promo-con li em {
	font-weight: 600;
	color: #333;
	margin-left: 4px;
}

.ncc-action .promo-con li p {
	margin-top: 6px
}

/*优惠套装*/
.ncc-mod-tbody .bunding-bg {
	background: url(../img/shop/dashed.png) no-repeat 3px 18px;
	width: 14px;
	height: 36px
}

.ncc-mod-tbody .bunding {
	padding-bottom: 10px;
	overflow: hidden;
 /*border-bottom:1px dashed #F3E2B1;*/
}

.ncc-mod-tbody .bunding-name {
	width: 582px;
	float: left;
	height: 20px;
	font-family: "microsoft yahei";
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ncc-mod-tbody .bunding-name strong {
	color: #FF7300
}

.ncc-mod-tbody .bunding-number {
	float: left;
	width: 296px;
}

.ncc-mod-tbody .bunding-number .minus {
	position: relative;
	z-index: 1;
	display: block;
	width: 22px;
	height: 24px;
	text-align: center;
	float: left;
	margin-right: -1px;
	border: solid #E1E1E1 1px;
	border-radius: 3px 0 0 3px;
	background-color: #FAFAFA;
	line-height: 24px;
}

.ncc-mod-tbody .bunding-number .minus:hover {
	z-index: 2;
	border-color: #F15C18;
	background-color: #FFF;
}

.ncc-mod-tbody .bunding-number .minus i,
.ncc-mod-tbody .bunding-number .plus i {
	margin: 6px 0 0 0;
	vertical-align: top;
	color: #616161;
}

.ncc-mod-tbody .bunding-number .minus:hover i,
.ncc-mod-tbody .bunding-number .plus:hover i {
	color: #F15C18;
}

.ncc-mod-tbody .bunding-number .minus.crisis i,
.ncc-mod-tbody .bunding-number .plus.crisis i {
	color: #C1C1C1;
}

.ncc-mod-tbody .bunding-number .input-text {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	width: 40px;
	height: 20px;
	text-align: center;
	padding: 2px 4px;
	border: solid 1px #E1E1E1;
	line-height: 20px;
}

.ncc-mod-tbody .bunding-number .input-text:focus {
	z-index: 2;
	border-color: #F15C18;
}

.ncc-mod-tbody .bunding-number .plus {
	position: relative;
	z-index: 1;
	display: block;
	width: 22px;
	height: 24px;
	text-align: center;
	float: left;
	margin-left: -1px;
	border: solid #E1E1E1 1px;
	border-radius: 0 3px 3px 0;
	background-color: #FAFAFA;
	line-height: 24px;
}

.ncc-mod-tbody .bunding-number .plus:hover {
	z-index: 2;
	border-color: #F15C18;
	background-color: #FFF;
}

.ncc-mod-tbody .bunding-number .crisis,
.ncc-mod-tbody .bunding-number .crisis:hover {
	border-color: #E1E1E1;
	cursor: not-allowed;
}

.ncc-mod-tbody .bunding-number .text-warning {
	vertical-align: middle;
	color: #FF7300;
	margin-left: 10px;
}

.ncc-mod-tbody .bunding-total {
	width: 140px;
	text-align: right;
	float: right;
	line-height: 26px;
	color: #FF7300;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.ncc-mod-tbody .bunding-main {
	margin-left: 0px !important;
	width: 1150px !important;
}

.ncc-mod-tbody .bunding-main .bunding-singles {
	margin-left: 0px !important;
	width: 100% !important
}

.ncc-mod-tbody .bunding-main .bunding-singles tr td {
	border-bottom: 1px dashed #FFE1D3
}

.ncc-mod-tbody .bunding-main .bunding-singles tr td:first-child {
	border-bottom: 0px;
}

.ncc-mod-tbody .bunding-main .bunding-singles tr:last-child td {
	border-bottom: 0px
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-img {
	width: 50px;
	height: 50px
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-img .img-vertical {
	width: 50px;
	height: 50px;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-img .img-vertical a {
	width: 50px;
	height: 50px;
	text-align: center;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-img .img-vertical a img {
	max-height: 50px;
	max-width: 50px
}

.ncc-mod-tbody .bunding-main .bunding-singles .sku-bg {
	background: url(../img/shop/dashed.png) no-repeat 2px -36px;
	width: 30px
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-primary {
	width: 500px;
	vertical-align: top;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-primary p {
	color: #999;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-primary .goods-cti {
	font-size: 0;
	line-height: 0;
	*word-spacing: -1px/*IE6、7*/;
	margin-top: 5px;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-primary .goods-cti a {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 1px;
	margin: 0 3px 0 0;
	border: solid 1px #FF7300;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-primary .goods-cti a img {
	display: block;
	width: 15px;
	height: 15px;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-quantity {
	text-align: center;
	width: auto;
}

.ncc-mod-tbody .bunding-main .bunding-singles .bunding-y-price {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}




/*商品区域*/
.zindex {
	z-index: 3 !important
}

.ncc-mod-tbody .goods-zone {
	position: relative;
	z-index: 1;
	padding: 20px 20px 25px 20px;
	border-top: 1px solid #E1E1E1;
}

.ncc-mod-tbody .goods-zone:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-mod-tbody .goods-img {
	float: left;
	border: solid 1px #E1E1E1;
	width: 80px;
	height: 80px
}

.ncc-mod-tbody .goods-img .img-vertical {
	width: 80px;
	height: 80px;
	text-align: center;
}

.ncc-mod-tbody .goods-main {
	display: block;
	width: 1030px;
	float: left;
	margin: 0 0 0 15px;
}

.ncc-mod-tbody .goods-main .spu-name {
	display: block;
	float: left;
	height: 20px;
	font-family: "microsoft yahei";
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px
}

.ncc-mod-tbody .goods-main .attributes {
	display: block;
	float: left;
	margin-left: 10px;
}

.ncc-mod-tbody .goods-main .attributes a {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 1px;
	margin: 0 3px 0 0;
	border: solid 1px #FF7300;
}

.ncc-mod-tbody .goods-main .attributes a img {
	display: block;
	width: 15px;
	height: 15px;
}

.ncc-mod-tbody .goods-main .panel-remove {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 18px;
	padding: 4px 12px 2px 0;
	background-color: #F5F5F5;
}

.ncc-mod-tbody .goods-main .panel-remove a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	margin-left: 12px;
	line-height: 18px;
}

.ncc-mod-tbody .goods-main .panel-remove a i {
	font-size: 18px;
	margin: 0;
	vertical-align: top;
	color: #AAA;
}

.ncc-mod-tbody .goods-main .panel-remove a:hover i {
	color: #FF7300;
}

.ncc-mod-tbody .goods-main .panel-modify {
	position: absolute;
	top: 40px;
	z-index: 3;
	display: block;
	height: 20px;
}

.ncc-mod-tbody .goods-main .panel-modify a {
	display: none;
	padding: 1px 8px;
	border: solid 1px #E1E1E1;
	border-radius: 10px;
	background-color: #FFF;
	line-height: 16px;
	color: #616161;
	font-family: Arial, "宋体";
}

.ncc-mod-tbody .goods-main:hover .panel-modify a {
	display: inline-block;
}

.ncc-mod-tbody .goods-main .panel-modify a .icon-modify {
	display: inline-block;
	vertical-align: top;
	margin: 2px 2px 0 0;
	width: 11px;
	height: 11px;
	background: url(../img/shop/nc_cart_pic.png) no-repeat -50px -70px;
}

.ncc-mod-tbody .goods-main .panel-modify a:hover {
	border-color: #FF7300;
	color: #FF7300;
}

.ncc-mod-tbody .goods-main .panel-modify a:hover .icon-modify {
	background-position: -50px -50px;
}

.ncc-mod-tbody .goods-main .spu-singles {
	position: relative;
	z-index: 1;
	width: 98%;
	margin: 0;
	padding: 0;
	margin-left: 2%;
	margin-top: 30px;
}

.ncc-mod-tbody .spu-singles td {
	padding: 7px 0 7px 0;
}

.ncc-mod-tbody .goods-sku {
	height: 26px;
}

.ncc-mod-tbody .goods-sku td {
	border-width: 1px;
	border-color: #FFF;
	border-style: dotted;
	vertical-align: middle;
}

.ncc-mod-tbody .goods-sku .sku-opt {
	width: 20px;
}

.ncc-mod-tbody .goods-sku .sku-primary {
	width: 435px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
}

.ncc-mod-tbody .goods-sku .sku-quantity {
	width: 96px;
	position: relative
}

.ncc-mod-tbody .goods-sku .sku-quantity {
	width: 96px;
	position: relative
}

.ncc-mod-tbody .goods-sku .sku-quantity .minus {
	position: relative;
	z-index: 1;
	display: block;
	width: 22px;
	height: 24px;
	text-align: center;
	float: left;
	margin-right: -1px;
	border: solid #E1E1E1 1px;
	border-radius: 3px 0 0 3px;
	background-color: #FAFAFA;
	line-height: 24px;
}

.ncc-mod-tbody .goods-sku .sku-quantity .minus:hover {
	z-index: 2;
	border-color: #F15C18;
	background-color: #FFF;
}

.ncc-mod-tbody .goods-sku .sku-quantity .minus i,
.ncc-mod-tbody .goods-sku .sku-quantity .plus i {
	margin: 6px 0 0 0;
	vertical-align: top;
	color: #616161;
}

.ncc-mod-tbody .goods-sku .sku-quantity .minus:hover i,
.ncc-mod-tbody .goods-sku .sku-quantity .plus:hover i {
	color: #F15C18;
}

.ncc-mod-tbody .goods-sku .sku-quantity .minus.crisis i,
.ncc-mod-tbody .goods-sku .sku-quantity .plus.crisis i {
	color: #C1C1C1;
}

.ncc-mod-tbody .goods-sku .sku-quantity .input-text {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	width: 40px;
	height: 20px;
	text-align: center;
	padding: 2px 4px;
	border: solid 1px #E1E1E1;
	line-height: 20px;
}

.ncc-mod-tbody .goods-sku .sku-quantity .input-text:focus {
	z-index: 2;
	border-color: #F15C18;
}

.ncc-mod-tbody .goods-sku .sku-quantity .plus {
	position: relative;
	z-index: 1;
	display: block;
	width: 22px;
	height: 24px;
	text-align: center;
	float: left;
	margin-left: -1px;
	border: solid #E1E1E1 1px;
	border-radius: 0 3px 3px 0;
	background-color: #FAFAFA;
	line-height: 24px;
}

.ncc-mod-tbody .goods-sku .sku-quantity .plus:hover {
	z-index: 2;
	border-color: #F15C18;
	background-color: #FFF;
}

.ncc-mod-tbody .goods-sku .sku-quantity .crisis,
.ncc-mod-tbody .goods-sku .sku-quantity .crisis:hover {
	border-color: #E1E1E1;
	cursor: not-allowed;
}
/*修改购买数量验证提示*/
.ncc-mod-tbody .goods-sku .sku-quantity .sku-quantity-block {
	display: block;
	position: relative;
	z-index: 1;
}

.ncc-mod-tbody .goods-sku .sku-quantity .text-warning {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 24px;
	display: block;
	width: 200px;
	margin-left: -100px;
	color: #FF7300;
	text-align: center
}
/*删除SKU Copyright: Bizpower*/
.ncc-mod-tbody .goods-sku .sku-delete {
	width: 30px;
}

.ncc-mod-tbody .goods-sku .sku-delete a {
	display: none;
	width: 20px;
	height: 20px;
	padding: 2px;
}

.ncc-mod-tbody .goods-sku .sku-delete a:hover i {
	color: #FF7300;
}
/*单价*/
.ncc-mod-tbody .goods-sku .sku-unitprice {
	width: 180px;
	padding-right: 15px;
	text-align: right;
	font-family: Tahoma;
	line-height: 26px;
	color: #616161;
}

.ncc-mod-tbody .goods-sku .div-unitprice {
	display: block;
	line-height: 20px;
}

.ncc-mod-tbody .goods-sku .div-unitprice span.effective {
	display: block;
	color: 616161;
}

.ncc-mod-tbody .goods-sku .div-unitprice span.ineffective {
	display: block;
	color: #999;
}

.ncc-mod-tbody .goods-sku .div-unitprice span.effective em {
	text-decoration: none;
}

.ncc-mod-tbody .goods-sku .div-unitprice span.ineffective em {
	text-decoration: line-through;
}
/*活动*/
.ncc-mod-tbody .goods-sku .sku-rebate {
	width: 78px;
	text-align: center;
	line-height: 26px;
}

.ncc-mod-tbody .goods-sku .sku-rebate .sku-rebate-block {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 1px 4px;
	border-radius: 2px;
	background-color: #FF7300;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	cursor: default;
}

.ncc-mod-tbody .goods-sku .sku-rebate .sku-rebate-block span {
	text-align: left;
	white-space: nowrap;
	display: none;
	position: absolute;
	z-index: 1;
	left: -15px;
	bottom: 26px;
	padding: 5px 10px;
	border: solid 1px #FF7300;
	background-color: #FFFAF4;
	line-height: 20px;
	color: #000;
}

.ncc-mod-tbody .goods-sku .sku-rebate .sku-rebate-block .note-gift {
	white-space: normal;
}

.ncc-mod-tbody .goods-sku .sku-rebate .sku-rebate-block span em {
	color: #999;
	margin: 0 2px;
}

.ncc-mod-tbody .goods-sku .sku-rebate .sku-rebate-block span i.arrow {
	position: absolute;
	z-index: 1;
	bottom: -6px;
	left: 20px;
	width: 12px;
	height: 6px;
	background: url(../img/shop/nc_cart_pic.png) no-repeat 0 -46px;
}

.ncc-mod-tbody .goods-sku .sku-rebate .sku-rebate-block:hover span {
	display: block;
}

.ncc-mod-tbody .goods-sku .sku-amount {
	width: 140px;
	text-align: right;
}

.ncc-mod-tbody .goods-sku .sku-amount .sku-amount-block {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 26px;
	color: #FF7300;
}

.ncc-mod-tbody .goods-sku .sku-amount .sku-amount-block em {
	font-weight: bold;
}

.ncc-mod-tbody .goods-sku .sku-amount .save {
	display: none;
	color: #3f9338;
	margin-top: -4px;
}

/*触及编辑区域SKU样式*/
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-child(1) td:nth-child(1),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-child(1) td:nth-child(2),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-child(1) td:nth-child(3),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-child(1) td:nth-child(4),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-child(1) td:nth-child(5) {
	border-top: 1px dashed #E1E1E1;
}

.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-last-child(1) td:nth-child(1),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-last-child(1) td:nth-child(2),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-last-child(1) td:nth-child(3),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-last-child(1) td:nth-child(4),
.ncc-mod-tbody .spu-singles.hover .goods-sku:nth-last-child(1) td:nth-child(5) {
	border-bottom: 1px dashed #E1E1E1;
}

.ncc-mod-tbody .spu-singles.hover .goods-sku td:nth-child(1) {
	border-left: 1px dashed #E1E1E1;
}

.ncc-mod-tbody .spu-singles.hover .goods-sku td:nth-child(5) {
	border-right: 1px dashed #E1E1E1;
}
/*点击编辑后出现遮罩层*/
.ncc-mod-tbody .mask-layer {
	display: none;
}

.ncc-mod-tbody .mask-layer span {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#A5AAAAAA', endColorstr='#A5AAAAAA');
	background: rgba(170,170,170,0.65);
}

.ncc-mod-tbody .mask-layer .top {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
}

.ncc-mod-tbody .mask-layer .right {
	position: absolute;
	z-index: 2;
	top: 50px;
	right: 0;
	bottom: 35px;
	width: 439px;
}

.ncc-mod-tbody .mask-layer .bottom {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 35px;
}

.ncc-mod-tbody .mask-layer .left {
	position: absolute;
	z-index: 2;
	top: 50px;
	bottom: 35px;
	left: 0;
	width: 160px;
}
/*点击编辑后SKU样式*/
.ncc-mod-tbody .goods-zone.editor .mask-layer {
	display: block;
}

.ncc-mod-tbody .goods-zone.editor .panel-modify a {
	display: inline-block;
	padding: 1px 8px;
	border: solid 1px #FF7300;
	border-radius: 10px;
	background-color: #FFF;
	font-family: Arial, "宋体" !important;
	line-height: 16px;
	color: #FF7300;
}

.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-child(1) td:nth-child(1),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-child(1) td:nth-child(2),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-child(1) td:nth-child(3),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-child(1) td:nth-child(4),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-child(1) td:nth-child(5) {
	border-top: 1px dashed #F15C18
}

.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-last-child(1) td:nth-child(1),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-last-child(1) td:nth-child(2),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-last-child(1) td:nth-child(3),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-last-child(1) td:nth-child(4),
.ncc-mod-tbody .goods-zone.editor .goods-sku:nth-last-child(1) td:nth-child(5) {
	border-bottom: 1px dashed #F15C18;
}

.ncc-mod-tbody .goods-zone.editor .goods-sku td:nth-child(1) {
	border-left: 1px dashed #F15C18;
}

.ncc-mod-tbody .goods-zone.editor .goods-sku td:nth-child(5) {
	border-right: 1px dashed #F15C18;
}

.ncc-mod-tbody .goods-zone.editor .sku-quantity .minus,
.ncc-mod-tbody .goods-zone.editor .sku-quantity .plus,
.ncc-mod-tbody .goods-zone.editor .sku-quantity .text-warning {
	display: none !important;
}

.ncc-mod-tbody .goods-zone.editor .sku-quantity .input-text {
	width: 94px;
	border-color: #FFF;
}

.ncc-mod-tbody .goods-zone.editor .sku-delete a {
	display: block;
}

.ncc-mod-tfoot {
	position: relative;
	background-color: #EEE;
	height: 56px;
	border-bottom: solid 1px #E1E1E1;
	line-height: 56px;
}

.ncc-mod-tfoot .actions {
	float: left;
	padding-left: 20px;
	width: 190px;
	color: #222;
}

.ncc-mod-tfoot .actions .checkbox-layout {
	width: 70px;
}

.ncc-mod-tfoot .summary {
	float: left;
	width: 820px;
}

.ncc-mod-tfoot .summary dl {
	display: block;
	float: right;
	height: 56px;
}

.ncc-mod-tfoot .summary dl:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

.ncc-mod-tfoot .summary dt,
.ncc-mod-tfoot .summary dd {
	float: left;
}

.ncc-mod-tfoot .summary dd {
	margin-right: 30px;
}

.ncc-mod-tfoot .summary dd span.value {
	display: inline-block;
	margin-right: 5px;
	font-family: Tahoma;
	font-size: 16px;
	color: #000;
}

.ncc-mod-tfoot .summary dd strong.value {
	display: inline-block;
	margin-right: 5px;
	font-family: Tahoma;
	font-size: 22px;
	color: #FF7300;
}

.ncc-mod-tfoot .form {
	float: right;
}

.ncc-mod-tfoot .form button {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 56px;
	border: none 0;
	font-size: 16px;
	line-height: 56px;
	font-weight: 600;
}

.ncc-mod-tfoot .form button.checkout {
	background-color: #FF7300;
	color: #FFF;
	cursor: pointer;
}

.ncc-mod-tfoot .form button.checkout-disabled {
	background-color: #E1E1E1;
	color: #919191;
	cursor: default;
}

.tfoot-fix-bottom {
	position: fixed;
	z-index: 19830927;
	bottom: 0;
	width: 1190px;
}

/* 线上线下商品分别结算 */
.group-wrapper {
	background-color: #fff;
	bottom: 49px;
	position: absolute;
	width: 100%;
	z-index: 10001;
}

.group-top-title {
	position: relative;
}

.group-top-title p {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.group-top-title span {
	background: rgba(0, 0, 0, 0) url(../img/shop/nc_cart_pic.png) no-repeat scroll 0 -110px;
	cursor: pointer;
	height: 15px;
	position: absolute;
	right: 12px;
	top: 11px;
	width: 15px;
}

.group-wrapper .arrow {
	background: rgba(0, 0, 0, 0) url(../img/shop/nc_cart_pic.png) no-repeat scroll -20px -110px;
	width: 13px;
	height: 14px;
	margin-left: -4px;
	position: absolute;
	right: 46px;
	bottom: -13px;
}

.group-content {
	border: 1px solid #f40;
	background: #fff none repeat scroll 0 0;
}

.groups-list {
	max-height: 440px;
	overflow-y: auto;
}

.groups-list .group {
	border-top: 1px solid #ececec;
	height: 95px;
	padding: 5px 0;
	position: relative;
}

.groups-list .group::after {
	clear: both;
	content: " ";
	display: table;
}

.groups-list .group .group-info {
	border-left: 1px solid #e7e7e7;
	float: right;
	line-height: 1;
	margin-left: 5px;
	padding: 8px 12px;
	text-align: right;
	width: 230px;
}

.groups-list .group-title {
	color: #404040;
	height: 24px;
	line-height: 24px;
}

.groups-list .number,
.groups-list .price em {
	font-family: tohoma, arial;
}

.groups-list .group-title-text {
	overflow: hidden;
	vertical-align: top;
	word-break: break-all;
}

.groups-list .group-title-text .s-name {
	display: inline-block;
	height: 24px;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

.groups-list .group-title-text .s-region {
	display: inline-block;
	height: 24px;
	vertical-align: top;
}

.groups-list .group-title .number {
	color: #f50;
}

.groups-list .group-total {
	color: #f60;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.groups-list .group-total .price-prefix {
	color: #696d70;
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
}

.groups-list .group .group-info .pipe {
	background-position: -107px 0;
	display: none;
	height: 113px;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}

.groups-list .group-expanded .group-info .pipe {
	display: block;
	margin-left: 0;
}

.groups-list .group-items {
	height: 82px;
	display: none;
	float: right;
	max-width: 770px;
	overflow: visible;
	padding: 10px 21px;
	position: relative;
}

.groups-list .group-expanded .group-items {
	display: block;
}

.groups-list .g-item {
	float: right;
	padding: 0 6px;
	position: relative;
}

.groups-list .g-item,
.groups-list .group .item-pic {
	height: 78px;
	width: 80px;
}

.groups-list .group .item-pic {
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
}

.groups-list .group-op a {
	display: block;
	float: right;
	width: 69px;
	height: 27px;
	text-align: center;
	background-color: #FF7300;
	font-size: 14px;
	color: #FFF;
	line-height: 27px;
	font-weight: 600;
	overflow: hidden;
}

.groups-list .group-op .group-expand {
	background-position: 0 -345px;
}

.groups-list .group-op .group-checkout {
	background-position: 0 -375px;
	display: none;
}

.groups-list .group-expanded .group-op .group-expand {
	display: none;
}

.groups-list .group-expanded .group-op .group-checkout {
	display: block;
}

.groups-list .group .item-pic {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.groups-list .group .item-pic img {
	max-height: 80px;
	max-width: 80px;
}




/*失效商品*/
.ncc-expired-header {
	display: block;
	height: 20px;
	padding: 50px 10px 10px;
}

.ncc-expired-header .tit {
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #333;
}

.ncc-expired-header .num {
	float: left;
	margin-left: 2px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}

.ncc-expired-header .remove {
	float: right;
	white-space: nowrap;
}

.ncc-expired-header .remove:hover {
	color: #FF7300;
}


/*购物车第二步商品表格*/
.ncc-table-title {
	width: 100%;
	height: 36px;
	background-color: #EBE4DA;
	margin-bottom: 10px;
}

.ncc-table-title ul {
	overflow: hidden;
	padding: 8px 0;
}

.ncc-table-title li {
	float: left;
	text-align: center;
	padding: 0 10px;
	color: #333;
	line-height: 20px;
}

.ncc-table-style {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.ncc-table-style thead th {
	line-height: 20px;
	color: #666;
	text-align: left;
	height: 20px;
	padding: 6px 10px;
	background-color: #FAF6F1;
}

.ncc-table-style .ncc-store-name {
	font-size: 12px;
	line-height: 20px;
}

.ncc-table-style tbody tr td {
	background-color: #FFF;
	vertical-align: middle;
	padding: 8px 10px;
	text-align: center;
	border-top: dotted 1px #E1E1E1;
}

.ncc-table-style tbody .td-border-left {
	border-left: solid 1px #EAEAEA;
}

.ncc-table-style tbody .td-border-right {
	border-right: solid 1px #EAEAEA;
}

.ncc-table-style tbody .td-bl {
	background: url(../img/shop/cart_bg.png) no-repeat 0 0;
}

.ncc-table-style tbody tr.shop-list td {
	background-color: #FEFEFE;
}

.ncc-table-style tbody tr.shop-list td .book-price {
	font-weight: 600;
	color: #333
}

.ncc-table-style tbody tr.item_disabled td {
	background: #F9F9F9;
}

.ncc-table-style tfoot td {
	padding: 0;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #E3D5C4;
}

.ncc-table-style .ncc-goods-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: block;
	width: 50px;
	height: 50px;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}

.ncc-table-style .ncc-goods-thumb img {
	max-width: 50px;
	max-height: 50px;
	margin-top: expression(50-this.height/2);
	*margin-top: expression(25-this.height/2)/*IE6,7*/;
}

.ncc-table-style .ncc-goods-info {
	display: block;
}

.ncc-table-style .ncc-goods-info dt {
	line-height: 24px;
}

.ncc-table-style .ncc-goods-info .goods-spec {
	line-height: 24px;
	color: #999;
}

.ncc-table-style .ncc-goods-info .goods-cti {
	font-size: 0;
	line-height: 0;
	*word-spacing: -1px/*IE6、7*/;
	margin-top: 5px;
}

.ncc-table-style .ncc-goods-info .goods-cti a {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 1px;
	margin: 0 3px 0 0;
	border: solid 1px #FF7300;
}

.ncc-table-style .ncc-goods-info .goods-cti a img {
	display: block;
	width: 15px;
	height: 15px;
}

.ncc-table-style .ncc-goods-info .goods-chain {
	line-height: 20px;
	color: #000;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.ncc-table-style .ncc-goods-info .goods-chain i {
	color: #f30;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}

.ncc-table-style .ncc-goods-info .goods-chain strong {
	font-weight: 600;
	color: #27A9E3;
	margin: 0 4px;
}

.ncc-table-style .goods-subtotal {
	display: block;
	font-size: 14px;
	font-family: Tahoma;
	color: #FF7300;
	font-weight: 600;
	line-height: 24px;
}

.ncc-table-style .sku-rebate-block {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 1px 4px;
	border-radius: 2px;
	background-color: #FF7300;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	cursor: default;
}

.ncc-table-style .sku-rebate-block span {
	display: none;
	position: absolute;
	z-index: 1;
	top: -40px;
	left: -15px;
	padding: 5px 10px;
	white-space: nowrap;
	border: solid 1px #FF7300;
	background-color: #FFFAF4;
	line-height: 20px;
	color: #000;
}

.ncc-table-style .sku-rebate-block span em {
	color: #999;
	margin: 0 2px;
}

.ncc-table-style .sku-rebate-block span i.arrow {
	position: absolute;
	z-index: 1;
	bottom: -6px;
	left: 20px;
	width: 12px;
	height: 6px;
	background: url(../img/shop/nc_cart_pic.png) no-repeat 0 -46px;
}

.ncc-table-style .sku-rebate-block:hover span {
	display: block;
}

.ncc-table-style .ncc-goods-sale:hover dd {
	display: block;
}

.ncc-table-style .ncc-goods-sale dd p {
	line-height: 24px;
	color: #555;
	white-space: nowrap;
}

.ncc-table-style .ncc-goods-sale dd p strong {
	font-size: 600;
	margin: 0 2px;
	color: #333;
}

.ncc-table-style .ncc-goods-sale dd p em {
	color: #EC4F4A;
	margin: 0 2px;
}
/*购物车第二部赠品*/
.ncc-table-style .ncc-goods-info .ncc-goods-gift-list {
	margin-top: 6px;
	display: inline-block;
}

.ncc-table-style .ncc-goods-info .ncc-goods-gift-list li {
	display: inline-block;
	margin-right: 10px;
}

.ncc-table-style .ncc-goods-info .ncc-goods-gift-list li a {
	width: 20px;
	height: 20px;
	display: inline-block;
	padding: 1px;
	border: 1px solid #999;
}

.ncc-table-style .ncc-goods-info .ncc-goods-gift-list li a img {
	width: 20px;
	height: 20px;
	text-align: center;
}

.ncc-table-style .ncc-goods-info .ncc-goods-gift-list li em {
	display: inline-block;
	margin-left: 6px
}

.ncc-table-style .ncc-goods-info .ncc-goods-gift span {
	display: inline-block;
	line-height: 20px;
	color: #999
}

.ncc-table-style a.add-substract-key {
	font: 14px/30px Tahoma, Arial;
	color: #555;
	text-decoration: none;
	background-color: #F5F5F5;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 26px;
	height: 30px;
	margin: 0;
	cursor: pointer;
	*display: inline/*IE6,7*/;
	*zoom: 1;
}

.ncc-table-style a:hover.add-substract-key {
	color: #FFF;
	background-color: #FF875A;
	text-decoration: none;
}

.ncc-table-style tbody tr.bundling-list td {
	background-color: #FFF9E8;
	border-top: dashed 1px #FFE1D3;
	height: }
.ncc-table-style tbody tr.bundling-list td.tree { border-top: solid 1px #FFF9E8;
	background: #FFF9E8 url(../img/shop/cart_bg.png) no-repeat 0 -65px;
}

.ncc-table-style tbody tr.bundling-list .tree-line {
}

.ncc-table-style .bundling-list .ncc-goods-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: block;
	width: 60px;
	height: 60px;
	border: solid 1px #FFE1D3;
	overflow: hidden;
}

.ncc-table-style .bundling-list .ncc-goods-thumb img {
	max-width: 60px;
	max-height: 60px;
	margin-top: expression(60-this.height/2);
	*margin-top: expression(30-this.height/2)/*IE6,7*/;
}

.ncc-table-style .bundling-list .goods-price,
.ncc-table-style .bundling-list .goods-subtotal {
	font-weight: normal;
	color: #999 !important;
}

/*确认订单信息*/
.ncc-inc-info {
	color: #777;
	padding: 9px 19px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-bottom: solid 1px #E1E1E1;
	position: relative;
	z-index: 1;
}

.ncc-inc-info-title {
	font-size: 0;
	*word-spacing: -1px/*IE6、7*/;
	display: block;
	height: 22px;
	padding: 4px 0;
}

.ncc-inc-info-title h3,
.ncc-inc-info-title a {
	font: 16px/20px arial,"microsoft yahei";
	color: #333;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
}

.ncc-inc-info-title a {
	font-size: 12px;
	font-family: Arial;
	color: #27A9E3;
	margin-left: 10px;
}

.ncc-inc-info-title h3, .ncc-inc-info-title a {
	*display: inline/*IE6,7*/;
}

.ncc-inc-info-title h3 strong {
	font: bold 18px/20px Verdana;
	color: #F30;
	margin: 0 4px;
}

.ncc-inc-info.current_box {
	color: #534535;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#3FFFF5CC', endColorstr='#3FFFF5CC');
	background: rgba(255,245,204,0.25);
	padding: 7px 17px;
	border: dotted 1px #F32613;
	z-index: 2;
}

.ncc-inc-info-items p {
	color: #888;
}

.ncc-inc-info-items p:hover {
	color: #27a9e3
}

.ncc-inc-info-items p i {
	font-size: 16px;
	color: #27a9e3;
	vertical-align: middle;
	margin-right: 4px;
}

.ncc-buy-wrap {
	width: 1200px;
	margin: 0 auto;
}

/* 表单提交样式 */
.ncc-form-default {
}

.ncc-form-default dl {
	font-size: 0;
	*word-spacing: -1px/*IE6、7*/;
	line-height: 20px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.ncc-form-default dl:hover {
	background-color: #FFF5CC;
}

.ncc-form-default dl:hover .hint {
	color: #666;
}

.ncc-form-default dl.bottom {
	border-bottom-width: 0px;
}

.ncc-form-default dl dt {
	font-size: 12px;
	line-height: 30px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	width: 15%;
	padding: 10px 1% 10px 0;
	margin: 0;
}

.ncc-form-default dl dt {
	*display: inline/*IE6,7*/;
}

.ncc-form-default dl dt i.required {
	font: 12px/16px Tahoma;
	color: #F30;
	vertical-align: middle;
	margin-right: 4px;
}

.ncc-form-default dl dd {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 84%;
	padding: 10px 0 10px 0;
}

.ncc-form-default dl dd {
	*display: inline/*IE6,7*/;
}

.ncc-form-default dl dd p {
	clear: both;
}

.ncc-form-default dl dd select {
	margin-right: 5px;
}



/* 收货人信息 */
.ncc-address-list {
	max-height: 250px;
	overflow-y: auto;
}

.ncc-address-list ul {
	overflow: hidden;
}

.ncc-address-list li {
	float: left;
	width: 99.8%;
	height: 30px;
	list-style: none;
	margin: 6px 0;
}

.ncc-address-list li:hover {
	background-color: #FFF1E5
}

.ncc-address-list .consignee-item {
	float: left;
	position: relative;
	width: 120px;
	height: 20px;
	padding: 4px 9px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	line-height: 20px;
	list-style: none;
	cursor: pointer;
}

.ncc-address-list .consignee-item b {
	display: none
}

.ncc-address-list .item-selected {
	padding: 3px 8px;
	border: 2px solid #FF7300;
}

.ncc-address-list .item-selected b {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background: url(../images/select-right.png) no-repeat 0 0;
}

.ncc-address-list .addr-detail {
	float: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer
}

.ncc-address-list .addr-detail span {
	display: inline-block;
	margin-left: 10px;
}

.ncc-address-list .addr-default {
	display: inline-block;
	margin: 5px 10px;
	background-color: #999;
	color: #fff;
	padding: 0 3px;
	line-height: 20px;
}

.ncc-address-list .op-btns {
	height: 30px;
	float: right;
	text-align: right;
	visibility: hidden;
	line-height: 30px;
}

.ncc-address-list li:hover .op-btns {
	visibility: visible;
}

.ncc-address-list .op-btns a {
	margin-right: 10px;
	color: #27A9E3;
}

.ncc-address-list .op-btns a:hover {
	color: #FF5B57
}

.ncc-address-list .edit {
	color: #D93600;
	margin-left: 20px;
	display: none
}

/* 支付方式 */
.ncc-pay-list {
}

.ncc-pay-list li {
	_display: inline;
	float: left;
	margin-right: 9px;
	cursor: default;
}

.ncc-pay-list .payment-item {
	position: relative;
	height: 18px;
	float: left;
	padding: 5px 24px;
	border: 1px solid #ddd;
	line-height: 18px;
	cursor: pointer;
}

.ncc-pay-list .payment-item.item-selected {
	padding: 4px 23px;
	border: 2px solid #FF7300;
}

.ncc-pay-list .payment-item .radio {
	visibility: hidden
}

.ncc-pay-list .payment-item label {
	margin-left: -20px;
}

.ncc-pay-list .payment-item b {
	display: none
}

.ncc-pay-list .payment-item.item-selected b {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background: url(../images/select-right.png) no-repeat 0 0;
}

.ncc-pd-pay {
	margin: 30px 0 0;
}

.ncc-pd-pay dt {
	font: 16px/20px arial,"microsoft yahei";
	color: #333;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: dashed 1px #E6E6E6;
}

.ncc-pd-pay dt em {
	font-weight: 600;
	color: #52A452;
	margin: 0 4px;
}

.ncc-pd-pay dd {
	padding: 4px 10px;
}

.ncc-pd-pay dd em {
	font-weight: 600;
	color: #fAA732;
	margin: 0 4px;
}

.ncc-pd-pay dd strong {
	color: #333;
	margin: 0 4px;
}

.ncc-pd-pay dd input {
	margin: 0 4px;
}

.ncc-pd-pay dd .checkbox {
	vertical-align: middle;
}

.ncc-pd-pay dd .predeposit {
	line-height: 20px;
	color: #FFF;
	background-color: #27A9E3;
	display: inline-block;
	padding: 0 6px;
	margin: 0 4px;
	border-radius: 2px;
}

.ncc-offpay-list {
	padding: 0 15px;
}

.ncc-offpay-list:hover {
	background-color: #FFFDEE;
}

.ncc-offpay-list dt {
	font: 12px/20px arial,"microsoft yahei";
	color: #333;
	height: 20px;
	padding: 10px 0;
}

.ncc-offpay-list dt strong {
	font-size: 14px;
	font-weight: 600;
	color: #F30;
	margin: 0 2px;
}

.ncc-offpay-list dd {
	border-bottom: dotted 1px #E7E7E7;
}

.ncc-offpay-list ul {
	font-size: 0;
	*word-spacing: -1px/*IE6、7*/;
	width: 350px;
	display: inline-block;
	*display: inline/*IE7*/;
	zoom: 1;
}

.ncc-offpay-list ul li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	*display: inline/*IE7*/;
	width: 42px;
	height: 42px;
	margin: 0 8px 8px 0;
	zoom: 1;
}

.ncc-offpay-list ul li span {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #CCC;
	overflow: hidden;
}

.ncc-offpay-list ul li span img {
	max-width: 40px;
	max-height: 40px;
	margin-top: expression(40-this.height/2);
	*margin-top: expression(20-this.height/2)/*IE6,7*/;
}

.ncc-offpay-list label {
	display: inline-block;
	*display: inline/*IE7*/;
	zoom: 1;
	margin: 15px;
	vertical-align: top;
}

.ncc-payment-showgoods {
	line-height: 20px;
	color: #005EA7;
	display: inline-block;
	padding: 0 5px;
}

.ncc-payment-showgoods:hover {
	text-decoration: none;
	color: #FFF;
	background: #D93600;
}

.ncc-payment-showgoods i {
	font-size: 14px;
	margin-right: 4px;
}

.ncc-payment-showgoods-list {
	background-color: #FFF9D4;
	display: none;
	width: 270px;
	border: solid 1px #FEC500;
	position: absolute;
	z-index: 99;
}

.ncc-payment-showgoods-list dl {
	display: block;
	clear: both;
	padding: 0 10px 5px 10px;
	overflow: hidden;
}

.ncc-payment-showgoods-list dt {
	font-weight: 600;
	line-height: 20px;
	color: #D93600;
	display: block;
	border-bottom: dotted 1px #FEC500;
	margin-top: 5px;
}

.ncc-payment-showgoods-list dd {
	display: block;
	margin-top: 3px;
}

.ncc-payment-showgoods-list .goods-thumb {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	*display: inline/*IE7*/;
	width: 32px;
	height: 32px;
	margin: 0 3px 3px 0;
	zoom: 1;
}

.ncc-payment-showgoods-list .goods-thumb span {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: block;
	width: 30px;
	height: 30px;
	float: left;
	border: solid 1px #FEC500;
	overflow: hidden;
}

.ncc-payment-showgoods-list .goods-thumb span img {
	max-width: 30px;
	max-height: 30px;
	margin-top: expression(30-this.height/2);
	*margin-top: expression(15-this.height/2)/*IE6,7*/;
}

/*发票*/
.ncc-invoice-list {
}

.ncc-invoice-list ul {
	overflow: hidden;
}

.ncc-invoice-list li {
	float: left;
	width: 99.8%;
	height: 30px;
	list-style: none;
	margin: 6px 0;
}

.ncc-invoice-list .invoice-item-selected {
	position: relative;
	float: left;
	height: 18px;
	padding: 4px 23px;
	border: 2px solid #FF7300!important;
	line-height: 18px;
	cursor: pointer;
}

.ncc-invoice-list .invoice-item-selected b {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background: url(../images/select-right.png) no-repeat 0 0;
}

.ncc-invoice-list .op-btns {
	height: 30px;
	float: left;
	text-align: right;
	margin-left: 20px;
	visibility: hidden;
	line-height: 30px;
}

.ncc-invoice-list:hover .op-btns {
	visibility: visible;
}

.ncc-invoice-list .op-btns a {
	margin-right: 10px;
	color: #27A9E3;
}

.ncc-invoice-list .op-btns a:hover {
	color: #FF5B57
}

.invoice-item {
	position: relative;
	z-index: 1;
	display: block;
	height: 18px;
	margin: 2px 10px 3px 0;
	border: 1px solid #ebebeb;
	line-height: 18px;
	cursor: pointer;
}

.invoice-item b {
	display: none
}

.invoice-item-selected {
	border: 2px solid #FF7300;
}

.invoice-item-selected b {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background: url(../img/select-right.png) no-repeat 0 0;
}

.add-invoice-title {
	display: block;
}

.add-invoice-title a {
	color: #27A9E3;
}

.add-invoice-title a:hover {
	color: #FF5B57
}

.invoice-tit-list {
	max-height: 132px;
	overflow-y: auto;
	width: 360px;
}

.invoice-tit-list .invoice-item {
	float: none;
	margin: 2px 10px 10px 0;
	padding: 6px 5px;
	width: 325px;
	text-align: left;
}

.invoice-tit-list .invoice-item-selected {
	padding: 5px 4px;
}

.invoice-tit-list .invoice-item .itxt {
	width: 256px;
	padding: 0;
	border: none;
}

.invoice-tit-list .invoice-item .btns {
	position: absolute;
	display: none;
	right: 10px;
	top: 6px;
}

.invoice-tit-list .invoice-item .btns a {
	color: #27A9E3;
}

.invoice-tit-list .invoice-item .btns a:hover {
	color: #FF5B57
}

.invoice-tit-list .invoice-item .btns a.hide {
	display: none;
}

.invoice-tit-list .invoice-item:hover .btns {
	display: block;
}

.invoice-list {
	max-height: 180px;
	overflow-y: auto;
}

.invoice-list .invoice-item {
	float: left;
	padding: 6px 19px;
	text-align: center;
}

.invoice-list .invoice-item-selected {
	padding: 5px 18px;
}

.ncc-table-style td h3 {
	float: left;
	width: 340px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

.ncc-table-style td h3 a {
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-decoration: none;
}

.ncc-table-style td h3 a:hover {
	color: #c00;
	text-decoration: underline;
}

.ncc-table-style td h3 .attr {
	color: #b4b4b4;
	background-image: none;
}

/*买家订单留言*/
.ncc-msg {
	line-height: 26px;
	width: 50%;
	text-align: left;
	float: left;
	margin-top: 10px;
}

.ncc-msg-textarea {
	vertical-align: top;
	height: 20px;
	resize: none;
	width: 400px;
	overflow: hidden;
	line-height: 20px;
}

.ncc-msg-textarea:focus {
	height: 60px;
}

/*店铺合计及优惠计算*/
.ncc-store-account {
	width: 400px;
	padding: 15px;
	text-align: right;
	float: right;
	background-color: #FAF6F1;
}

.ncc-store-account span {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
}

.ncc-store-account .label {
}

.ncc-table-style .control .select {
	width: 100px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: solid 1px #E3D5C4;
}

.ncc-table-style .control .rule {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.ncc-table-style .control .rule:hover {
	z-index: 2;
}

.ncc-table-style .control .rule .rule-con {
	display: none;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: -85px;
	max-width: 150px;
	border: solid 1px #E1E1E1;
	background-color: #FFF;
	padding: 9px;
	text-align: left;
}

.ncc-table-style .control .rule:hover .rule-con {
	display: block;
}

.ncc-store-account .all {
	padding-left: 8px;
	color: #333;
	width: 312px;
}

.ncc-table-style .control em {
	font-family: Tahoma;
}

/*定金合计计算*/
.ncc-store-account dl {
	font-size: 0;
	word-spacing: -1em;
}

.ncc-store-account dl dt,.ncc-store-account dl dd {
	font-size: 12px;
	line-height: 24px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	*display: inline;
	min-height: 24px;
	*zoom: 1;
	padding: 3px 0;
	margin-bottom: 2px;
}

.ncc-store-account dl dt {
	text-align: left;
	padding-left: 8px;
	width: 70px;
	margin-right: 2px;
}

.ncc-store-account .all {
	padding-left: 8px;
	color: #333;
	width: 312px;
}

.ncc-store-account .book-rule {
	color: #333;
	padding-left: 8px;
	margin-right: 2px;
}

.ncc-store-account dd i {
	color: #F32613;
	font-weight: 600;
}

.ncc-store-account .sum {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}

.ncc-store-account .sum em {
	font-family: Tahoma,arial;
	font-weight: 600;
	color: #F15C18;
	margin-right: 4px
}

.ncc-store-account .total dt,
.ncc-store-account .total dd {
	color: #000;
	font-weight: 600;
}

.ncc-store-account .total em.totle-book-price {
	font-size: 16px;
	margin-right: 0px
}

.ncc-store-account .total .sbook-ruleum em {
	color: #F15C18;
	font-weight: 600;
	font-family: Tahoma,arial
}

.order-error {
	border: dashed 1px #F44C4C;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	color: #F44C4C;
	font-weight: 600;
}

.ncc-all-num {
	float: left;
}

.ncc-bind-phone {
	display: block;
	width: 80%;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	line-height: 20px;
}

.ncc-bind-phone em {
	font-size: 14px;
	font-weight: 600;
	color: #FF7300;
	margin-right: 20px
}

.ncc-bind-phone a {
	display: inline-block;
	color: #0076cf
}

.ncc-all-account {
	float: right;
	width: 300px;
	padding: 17px 47px 17px 0;
	border: solid 3px #FF7300;
	text-align: right;
}

.ncc-all-account .account-item {
	height: 20px;
	padding: 3px 0;
}

.ncc-all-account .account-item span {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}

.ncc-all-account .account-item .label {
	color: #555;
}

.ncc-all-account .account-item .control {
	color: #555;
}

.ncc-all-account .account-item .control em {
	margin: 0 2px;
	font-family: Tahoma;
	font-weight: 600;
	color: #000;
}

.ncc-all-account .account-pd {
}

.ncc-all-account .account-pd .label {
	display: inline-block;
	vertical-align: top;
	height: 26px;
	color: #555;
}

.ncc-all-account .account-pd .label .rule {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.ncc-all-account .account-pd .label .rule:hover {
	z-index: 2;
}

.ncc-all-account .account-pd .label .rule .rule-con {
	display: none;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: -40px;
	white-space: nowrap;
	border: solid 1px #E1E1E1;
	background-color: #FFF;
	padding: 9px;
	text-align: left;
}

.ncc-all-account .account-pd .label .rule:hover .rule-con {
	display: block;
}

.ncc-all-account .account-pd .control {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
}

.ncc-all-account .account-pd .control em {
	margin: 0 2px;
	font-family: Tahoma;
	font-weight: 600;
	color: #000;
}

.ncc-all-account .account-pd .select {
	display: inline-block;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: solid 1px #E1E1E1;
	color: #555;
}

.ncc-all-account .total-sum {
	margin-top: 20px;
}

.ncc-all-account .total-sum .label {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	vertical-align: top;
}

.ncc-all-account .total-sum .control {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	vertical-align: top;
}

.ncc-all-account .total-sum .control em {
	margin: 0 4px;
	display: inline-block;
	vertical-align: baseline;
	font-size: 20px;
	font-weight: 600;
	color: #fd1f1f;
	font-family: Tahoma;
}

.ncc-all-account .btns {
	margin-top: 10px;
}

.ncc-all-account .btns a {
	color: #333;
	margin-right: 20px;
}

.ncc-all-account .btns .ncc-submit {
	display: inline-block;
	line-height: 20px;
	padding: 6px 20px;
	margin: 0;
	border: solid 1px #B6C2C9;
	border-radius: 3px;
	background-color: #B6C2C9;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}

.ncc-all-account .btns .ok {
	border: solid 1px #F15C18;
	background-color: #FF7300;
}


/*支付方式*/
.ncc-payment-list {
	font-size: 0;
	*word-spacing: -1px/*IE6、7*/;
}

.ncc-payment-list li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
	width: 120px;
	padding: 10px 30px;
	margin: 11px;
	border: solid 1px #E6E6E6;
	border-radius: 4px;
	position: relative;
	z-index: 1;
}

.ncc-payment-list li i {
	display: none;
}

.ncc-payment-list li label {
	display: block;
	cursor: pointer;
}

.ncc-payment-list li.using {
	border: solid 2px #52A452;
	margin: 10px;
}

.ncc-payment-list li .logo {
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: block;
	width: 120px;
	height: 50px;
	overflow: hidden;
}

.ncc-payment-list li .logo img {
	max-width: 120px;
	max-height: 50px;
	margin-top: expression(50-this.height/2);
	*margin-top: expression(25-this.height/2)/*IE6,7*/;
}

.ncc-payment-list li .predeposit {
	display: block;
	clear: both;
	margin-top: 10px;
}

.ncc-payment-list li .predeposit p {
	font: 12px/18px "microsoft yahei";
	color: #D93600;
	text-align: left;
	margin-top: 5px;
}

.ncc-bottom {
	background-color: #FAFAFA;
	text-align: left;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.ncc-bottom .pay-btn {
	font-size: 20px;
	line-height: 40px;
	color: #FFF !important;
	background-color: #F32613;
	vertical-align: top;
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	border-radius: 3px;
	cursor: pointer;
}

.ncc-bottom .pay-btn i {
	font-size: 16px;
	margin-right: 8px;
	vertical-align: middle;
}



/*支付完成回执*/
.ncc-finish-a {
	font: 18px/32px "microsoft yahei";
	height: 32px;
	margin-top: 20px;
}

.ncc-finish-a i {
	background: url("../img/shop/pay-use.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 32px;
	height: 32px;
}

.ncc-finish-a span {
	font-weight: 600;
	color: #52A452;
	margin: 0 4px;
}

.ncc-finish-a em {
	font: bold 18px/32px  Verdana, Geneva, sans-serif;
	color: #FF3300;
	margin: 0 4px;
}

.ncc-finish-b, .ncc-finish-c {
	font: 14px/30px "microsoft yahei";
	color: #999;
	margin: 5px 0 0 35px;
}

.ncc-finish-b a {
	color: #27A9E3;
}

.ncc-finish-c i {
	font-size: 14px;
	margin-right: 2px;
}
/*Copyright: Bizpower*/
.voucher_list {
	margin-bottom: 20px;
}

table.voucher_list {
	margin: 0 auto 30px auto;
	border: 1px solid #C2C8CF;
}

table.voucher_list {
	border-bottom-width: 0;
}

table.voucher_list td {
	font-size: 12px;
	line-height: 20px;
	padding: 6px 10px;
	border-bottom: 1px solid #C2C8CF;
}

table.voucher_list td.radio {
	color: #3E4646;
	text-align: right;
	width: 10%;
}

table.voucher_list td.fashion {
	color: #3E4646;
	width: 15%;
}

table.voucher_list td.pay {
	color: #3E4646;
	background: #F3F3F3;
	width: 25%;
}

table.voucher_list td.explain {
	color: #9499A3;
	width: 50%;
}

.nopay {
	line-height: 20px;
	background-color: rgb(254, 243, 224);
	float: left;
	color: #C30;
	margin-left: 60px;
	_margin-left: 30px;
	height: 20px;
	padding: 6px 12px;
	border: 1px solid #fbd0aa;
}

.nopay a {
	font-weight: 600;
	color: #06C;
}

.tabs-hide {
	display: none !important;
}

.im-btn {
	float: right;
	height: 30px
}

.im-btn a {
	display: block;
	height: 20px;
	padding: 4px 4px;
	border: solid 1px #F0F0F0;
	border-radius: 2px;
	line-height: 20px;
	color: #999;
}

.im-btn a:hover {
	color: #F15C18;
	border-color: #F15C18;
	background-color: #FFF;
}

.im-btn a i {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../img/store/chat_state_01.png) no-repeat -1px -2px;
	; margin-right: 4px;
	margin-left: 2px;
}

.im-btn a i.offline {
	background-position: -1px -24px;
}

.ncc-table-style .ncc-store-name {
	float: left;
	line-height: 30px
}

.im-btn a {
	border: 0px;
	margin-left: 8px;
	margin-top: 2px
}

.im-btn a:hover {
	background: #FAF6F1
}

#addressEditForm dl dt {
	width: 18%;
}






/*新支付页面*/
.pay-bg {
	background: url(../images/payment-bg.jpg) no-repeat 50% 0;
}

.pay-order {
	display: block;
	position: relative;
	margin-bottom: 20px;
	background-color: #FFF;
}

.pay-order .po-left {
	float: left;
	width: 640px;
	padding: 32px 0;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.pay-order .po-title {
	overflow: hidden;
	margin-bottom: 4px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.pay-order .po-title span {
	margin-right: 20px;
}

.pay-order .po-tip {
	height: 20px;
	line-height: 20px;
	visibility: visible;
	opacity: 1;
}

.pay-order .po-right {
	overflow: hidden;
	float: right;
	width: 190px;
	padding: 32px 10px 10px 0;
}

.pay-order .po-price {
	text-align: right;
	line-height: 26px;
}

.pay-order .po-price .number {
	margin-left: 10px;
	color: #D91718;
}

.pay-order .po-price .yuan,
.pay-order .po-price .pointer
.pay-order .po-price .decimal {
	font-size: 16px;
}

.pay-order .po-detail {
	text-align: right;
	line-height: 20px;
	color: #67a4ff;
	cursor: pointer
}

.pay-order .po-detail.unfold i {
	background-position: 0 0;
}

.pay-order .po-detail.fold i {
	background-position: 0 -3px;
}

.po-list {
	display: block;
	clear: both;
	padding: 12px 0 25px;
	margin: 0 30px;
	border-top: 1px solid #ddd;
}

.po-list-info {
	display: block;
	height: 24px;
	margin: 0 0 10px 0;
	line-height: 24px;
}

.po-list-table {
	display: table;
	width: 100%;
}

.po-list-table thead th {
	height: 20px;
	padding: 8px 0;
	background-color: #F5F5F5;
	text-align: center;
	line-height: 20px;
}

.po-list-table tbody td {
	padding: 8px 0 4px 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #DDD;
	line-height: 20px;
}

.po-list-table .po-num a {
	font-family: verdana;
	color: #3478AE;
}

.po-list-table .po-list-goods {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 0 4px 4px;
	border: solid 1px #E1E1E1;
}

.po-list-table .po-list-goods img {
	max-width: 50px;
	max-height: 50px;
}

.po-list-table time {
	color: #999;
	font-family: Verdana;
}

.payment {
	position: relative;
	background-color: #fff;
	padding: 12px 30px 30px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 6px 32px rgba(0,0,0,.13);
	-webkit-box-shadow: 0 6px 32px rgba(0,0,0,.13);
	box-shadow: 0 6px 32px rgba(0,0,0,.13);
}

.pm-logo-wrap {
	position: relative;
}

.pm-logo-wrap .prepaid-logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -34px;
	display: block;
	width: 102px;
	height: 35px;
	background: url(../images/prepaid-logo.png) no-repeat 0 0;
}

.pm-logo-wrap .other-logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -34px;
	display: block;
	width: 102px;
	height: 35px;
	background: url(../images/other-logo.png) no-repeat 0 0;
}

.pm-notice {
	position: relative;
	overflow: hidden;
	float: right;
	width: 620px;
	height: 32px;
	text-align: right;
	line-height: 32px;
	color: #4b5b78
}

.pm-notice i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: url(../images/pm_notoce_icon.png) no-repeat 0 0;
	vertical-align: middle;
}

.pm-wrap {
	clear: both;
	width: 100%;
	padding: 20px 0;
}
/*支付方式*/
.ncc-payment-list {
	font-size: 0;
	*word-spacing: -1px/*IE6、7*/;
}

.ncc-payment-list li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
	width: 120px;
	padding: 10px 30px;
	margin: 11px;
	border: solid 1px #E6E6E6;
	border-radius: 4px;
	position: relative;
	z-index: 1;
}

.ncc-payment-list li i {
	display: none;
}

.ncc-payment-list li label {
	display: block;
	cursor: pointer;
}

.ncc-payment-list li.using i {
	background: url(../img/shop/pay-use.png) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 0px;
}

.ncc-payment-list li .logo {
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: block;
	width: 120px;
	height: 50px;
	overflow: hidden;
}

.ncc-payment-list li .logo img {
	max-width: 120px;
	max-height: 50px;
	margin-top: expression(50-this.height/2);
	*margin-top: expression(25-this.height/2)/*IE6,7*/;
}

.ncc-payment-list li .predeposit {
	display: block;
	clear: both;
	margin-top: 10px;
}

.ncc-payment-list li .predeposit p {
	font: 12px/18px "microsoft yahei";
	color: #D93600;
	text-align: left;
	margin-top: 5px;
}

.pay-btn {
	font-size: 20px;
	line-height: 40px;
	color: #FFF !important;
	background-color: #F32613;
	vertical-align: top;
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	border-radius: 3px;
	cursor: pointer;
}

.pay-btn i {
	font-size: 16px;
	margin-right: 8px;
	vertical-align: middle;
}

.wxpayment {
	border-top: 2px solid #4b5b78;
	padding: 12px 30px 0;
	border: 1px solid #eee;
	color: #777;
}

.p-w-bd::after,
.pay-weixin::after {
	clear: both;
	content: "";
	display: table;
}

.p-w-hd {
	font-family: "Microsoft Yahei";
	font-size: 18px;
	margin-bottom: 20px;
}

.p-w-bd {
	margin-bottom: 30px;
	padding-left: 130px;
}

.pw-box-hd img {
	border: 1px solid #ddd;
}

.p-w-box {
	float: left;
	width: 300px;
}

.payment-change .pc-wrap {
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	transition: all 0.1s ease 0s;
}

.payment-change .pc-wrap .pc-w-arrow-left {
	float: left;
	margin-right: 15px;
}

.payment-change .pc-wrap .pc-w-arrow-left,
.payment-change .pc-wrap .pc-w-arrow-right {
	color: #2fa1dd;
	float: right;
	font-family: "宋体";
	font-size: 22px;
	font-style: normal;
	text-align: center;
	width: 20px;
}

.pw-box-ft {
	background: url(../img/payment/icon-red.png) no-repeat scroll 50px 8px #ff7674;
	height: 44px;
	padding: 8px 0 8px 125px;
}

.p-w-sidebar {
	background: url(../img/payment/phone-bg.png) no-repeat scroll  50px 0 rgba(0, 0, 0, 0);
	float: left;
	height: 421px;
	margin-top: -20px;
	padding-left: 50px;
	width: 379px;
}

.pw-box-ft p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}

.payment-change .pc-wrap .pc-w-arrow-left {
	float: left;
	margin-right: 15px;
}

.payment-change .pc-wrap strong {
	color: #2ea7e7;
	cursor: pointer;
	float: left;
	font-size: 14px;
	margin-right: 30px;
}