
/* 分栏 start */
.index-body .flow {
	width: 1200px;
	margin: 0 auto;
	height: 32px;
}
.index-body .flow ul {
	float: left;
}
.index-body .flow li {
	background: #e99;
	float: left;
	width: 218px;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
}
.index-body .flow li.cur {
	background: #f00;
	color: #fff;
	font-weight: bolder;
}
.index-body .flow img {
	float: left;
	height: 32px;
}
/* 分栏 end */
/* ********************** buy1.html页 ***************************** */
/* 主体内容 start */
.wrapper-box {
	width: 100%;
}
.wrapper-box .wrapper-box-inner {
	width: 1200px;
	margin: 0 auto;
}
.wrapper-box-inner .buy {
	width: 100%;
	height: 53px;
	line-height: 50px;
	font-size: 23px;
	font-weight: bolder;
	padding: 0 10px;
	border-bottom: solid 3px #f00;
}
.wrapper-box-inner .table {
	width: 1200px;
	background: #fff;
}
.wrapper-box-inner table thead {
	background: #e99;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.wrapper-box-inner table tr {
	padding: 0 10px;
}
.wrapper-box-inner table thead tr th {
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.wrapper-box-inner .col1 {
	width: 36%;
}
.wrapper-box-inner .col2,.col3,.col4,.col5 {
	width: 16%;
}
.wrapper-box-inner tbody .col1 {
	text-align: left;
	padding: 10px;
}
.wrapper-box-inner tbody .col1 a>img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	float: left;
}
.wrapper-box-inner tbody .col1 strong {
	float: left;
	width: 240px;
	margin-top: 25px;
}
.wrapper-box-inner tbody .col2,.col3 {
	text-align: center;
	padding-left: 0;
}
.wrapper-box-inner tbody .col4 .reduce_num {
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../static/images/newicon.png) -216px -190px;
	position: relative;
	top: 4px;
}
.wrapper-box-inner tbody .col4 .amount {
	float: left;
	display: inline;
	width: 60px;
	height: 21px;
	line-height: 15px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 5px;
}
.wrapper-box-inner tbody .col4 .add_num {
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../static/images/newicon.png) -232px -190px;
	position: relative;
	top: 4px;
}
.wrapper-box-inner tbody .col5 {
	color: #e4393c;
	font-weight: bolder;
	font-family: Verdana,Arial;
	text-align: center;
}
.wrapper-box-inner tfoot {
	background:#e99;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.wrapper-box-inner tfoot td {
	text-align: right;
	padding-right: 30px;
}
.wrapper-box-inner tfoot td strong {
	color: #e4393c;
	font-weight: bolder;
	font-family: Verdana,Arial;
}
.wrapper-box-inner .cart_btn {
	height: 36px;
	margin: 30px 0;
}
.wrapper-box-inner .cart_btn .continue {
	float: left;
}
.wrapper-box-inner .cart_btn .continue img {
	float: left;
	height: 36px;
}
.wrapper-box-inner .cart_btn .continue span {
	float: left;
	width: 94px;
	height: 36px;
	line-height: 36px;
	background:#f00;
	text-align: center;
	color: #fff;
}
.wrapper-box-inner .cart_btn .checkout {
	height: 36px;
	line-height: 36px;
	float: right;
	display: inline-block;
}
.wrapper-box-inner .cart_btn .checkout span {
	float: left;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #f00;
}
.wrapper-box-inner .cart_btn .checkout img {
	float: left;
	height: 36px;
}
/* ********************** buy2.html页 ***************************** */
/* 弹出窗隐藏 start */
.hide, .none {
    display: none;
}
.floatWindow {
    width: 700px;
    height: 600px;
    background-color: #fff;
    margin: 160px auto;
}
.floattop {
    height: 30px;
    line-height: 30px;
    color: #666;
    background: rgb(202,236,237);
    padding: 0 10px;
}
.ftop_left {
    float: left;
    width: 50%;
}
.ftop_right {
    float: right;
    width: 50%;
    text-align: right;
}
.address_bd {
	width: 700px;
	height: 530px;
	padding: 20px;
}
.address_bd form li {
    padding: 5px 0;
}
.address_bd label {
    float: left;
    display: inline;
    width: 100px;
    position: relative;
    top: 0;
	height: 30px;
	line-height: 30px;
}
.address_bd label span {
	color: #C30;
	margin-right: 4px;
}
.address_bd .txt {
    width: 260px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
}
.address_bd .btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 100px;
    margin: 20px 0 20px 170px;
    background: #fff;
    border: 1px solid #f00;
    border-radius: 3px;
    color: #f00;
}
/* 弹出窗隐藏 end */
/* 主体部分 start */
.mt10 {
    width: 1200px;
    margin: 20px auto;
	background: #fff;
}
/* 收货人信息 start */
.fillin_hd {
    height: 36px;
    line-height: 36px;
    background:#f00;
}
.fillin_hd h2 {
	padding-left: 10px;
	font-weight: 700;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #fff;
}
.fillin_bd {
    width: 1200px;
    padding: 0 15px;
    color: #666;
}
.fillin_bd .address, .delivery, .pay, .receipt {
    width: 1170px;
    padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.fillin_bd h3 {
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    color: #333;
}
.fillin_bd h3 a {
    font-size: 12px;
    font-weight: 100;
    color: #005aa0;
}
.fillin_bd p {
    margin: 5px 0;
    line-height: 20px;
    font-weight: bold;
}
.address_select ul#addrs li {
    background: rgb(202,236,237);
	padding: 4px 5px;
	height: 34px;
	line-height: 26px;
}
.address_select li {
	padding: 4px 5px;
    height: 34px;
    line-height: 26px;
}
.address_select label {
    float: left;
    display: inline;
    width: 85px;
    position: relative;
    top: 0;
}
.address_select label span {
    color: #c30;
    margin-right: 4px;
}
.address .txt {
    width: 250px;
    height: 26px;
    padding: 3px;
    border: 1px solid #ccc;
}
.txt {
    box-sizing: border-box;
    height: 26px;
    line-height: 22px;
}
.dowebo li {
    width: 20%;
    float: left;
}
.msg {
    width: 80%;
    height: 24px;
    line-height: 20px;
    margin: 2px auto;
    padding: 2px 10px;
    clear: both;
    color: #f10215;
}
.confirm_btn {
	display: inline-block;
}
.confirm_btn img {
    float: left;
	height: 30px;
	position: relative;
	top: 10px;
}
.confirm_btn span {
	width: 158px;
    height: 30px;
    line-height: 30px;
    background: #f00;
    padding-right: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
}
/* 收货人信息 end */
/* 配送方式 start */
.delivery_select table {
    width: 100%;
    text-align: center;
}
.delivery_select .col1 {
    width: 35%;
	font-weight: bolder;
}
.delivery_select .col2 {
    width: 15%;
	font-weight: bolder;
}
.delivery_select .col3 {
    width: 50%;
	font-weight: bolder;
}
.delivery_select .cur {
    background: rgb(202,236,237);
}
.delivery_select table .courier {
    text-align: left;
}
.delivery_select table td {
    padding: 4px 5px;
}
.input[type='radio'] {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
/* 配送方式 end */
/* 商品清单 start */
.goods {
    width: 1170px;
    padding: 10px 0;
}
.goods table {
	width: 100%;
}
.goods thead {
    background: #ddd;
    height: 35px;
    line-height: 35px;
}
.goods .col1 {
    width: 50%;
}
.goods .col2 {
    width: 20%;
}
.goods .col3,.col4,.col5 {
    width: 10%;
}
.goods thead th {
    text-align: center;
    font-weight: 500;
}
.goods td.col1 {
    text-align: left;
    padding: 10px 0 10px 10px;
}
.goods tbody img {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    vertical-align: middle;
    float: left;
    display: inline;
    margin-right: 10px;
}
.goods td.col1 strong {
    display: inline-block;
    float: left;
    width: 280px;
    margin-top: 25px;
}
.goods td.col2 {
    text-align: left;
    padding-left: 60px;
}
.goods tbody td {
    text-align: center;
    border-bottom: 1px dotted #E7E3E7;
}
.goods tfoot td {
    text-align: right;
    padding-top: 10px;
}
.goods tfoot li {
    line-height: 25px;
    clear: both;
}
.goods tfoot li span {
    width: 100px;
}
.goods tfoot li em {
    display: inline-block;
    width: 130px;
    text-align: right;
}
/* 商品清单 end */
/* 提交订单 start */
.fillin_ft {
    width: 1200px;
    height: 50px;
    background: #f5f5f5;
    border-top: 1px solid #E7E3E7;
    text-align: right;
}
.fillin_ft a {
    float: right;
    display: inline-block;
    width: 135px;
    height: 36px;
    background: url(../static/images/order_btn.jpg) 0 0 no-repeat;
    margin: 7px 10px 0;
}
.fillin_ft a span {
    display: none;
}
.fillin_ft p {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    float: right;
    display: inline;
    line-height: 50px;
}
.fillin_ft p strong {
    color: #e4393c;
    font-family: Verdana,Arial;
}
/* 提交订单 end */

/* ************************ buy3.html页面 ************************* */
.wrapper-box-inner .success_bd {
	background: #fff;
	width: 100%;
	padding: 30px 10px;
}
.success_bd p {
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    color: #f00;
}
.success_bd p span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../static/images/bg_icons.png) 0 -304px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.success_bd p.message {
    width: 1200px;
    border-top: 1px dotted #eee;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.success_bd p.message a {
    color: #005aa0;
}
/* ****************** buy4.html页面 ****************** */
.wrapper-box-inner .background {
	background: #fff;
	padding-bottom: 10px;
}
.order.order-noQrcode .o-left {
    float: left;
    width: 640px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
}
.order.order-noQrcode .o-left .o-title {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.order.order-noQrcode .o-left .o-tips {
    line-height: 20px;
    height: 20px;
}
.font-red {
    color: #e4393c;
}
.order.order-noQrcode .o-right {
    float: right;
    width: 190px;
    padding-top: 32px;
    padding-bottom: 10px;
    padding-right: 32px;
    overflow: hidden;
}
.order.order-noQrcode .o-right .o-price {
    text-align: right;
    line-height: 26px;
}
.order.order-noQrcode .o-right .o-price em {
    font-style: normal;
    vertical-align: bottom;
}
.order.order-noQrcode .o-right .o-price strong {
    font-size: 18px;
    color: #e31613;
    margin: 0 3px;
}

.payment {
    background: #fff;
    padding: 30px;
	margin: 0 30px 30px;
	border-radius: 5px;
	box-shadow: 0 6px 32px rgba(0,0,0,.13);
}
.payment .bank-area {
    padding: 15px 58px;
}
.pl-wrap li {
    float: left;
    padding: 5px 20px;
    height: 52px;
    line-height: 40px;
    margin: 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.pl-wrap li img {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
.pl-wrap li span {
	display: inline-block;
	font-size: 16px;
	height: 40px; 
	line-height: 40px;
}
/* ********************* weixin.html页面 *********************** */
.wxpayment {
    border-top: 2px solid #4b5b78;
    padding: 12px 30px 0;
    border: 1px solid #eee;
    color: #777;
}
.pay-weixin, .payment-change {
    width: 50%;
    margin: 0 auto;
}
.p-w-hd {
    font-family: "Microsoft Yahei";
    font-size: 18px;
    margin-bottom: 20px;
}
.p-w-bd {
    margin-bottom: 30px;
    padding-left: 130px;
}
.p-w-box {
    float: left;
    width: 300px;
}
.pw-box-hd img {
    border: 1px solid #ddd;
	width: 300px;
	height: 300px;
}
.pw-box-ft {
    background: #ff7674;
    height: 56px;
    padding: 8px 0;
    text-align: center;
}
.pw-box-ft p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}
.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;
    font-family: "宋体";
    font-size: 22px;
    font-style: normal;
    text-align: center;
    width: 20px;
	color: #f00;
}
.payment-change .pc-wrap strong {
	color: #f00;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-right: 30px;
}
/* ********************* detail.html页面 *********************** */
.order-state {
	border-top: solid 3px #f00;
	background: #fff;
	width: 100%;
}
.m {
    margin: 0 0 15px;
    overflow: visible;
}
.mc {
	background: none;
	border: none;
}
.cart_bd, .cart_ft, .cart_head, .clear, .clr, .m, .mb, .mc, .mt, .p-img, .p-market, .p-name, .p-price, .sm {
    overflow: hidden;
}
.order-state .state-lcol {
    width: 24%;
	float: left;
	padding: 20px 15px;
	text-align: center;
	height: 190px;
	border-right: dashed 1px rgb(202,236,237);
}
.order-state .state-top {
    margin-bottom: 30px;
    color: #999;
}
.order-state .state-txt {
    font: 700 24px/34px "Microsoft YaHei";
}
.ftx-02/* , .ftx02 */ {
    color: #f00;
}
.order-state .state-rcol {
	width: 76%;
    float: left;
    padding: 20px 15px 50px;
}
.order-state .state-rtop {
    overflow: hidden;
}
.ftx-03 {
    color: #aaa;
}
.order-process {
    display: block;
	margin: 38px auto 96px;
	width: 641px;
}
.order-process .node {
    position: relative;
    top: -17px;
    float: left;
    height: 43px;
	width: 70px;
}
.order-process .node .node-icon {
    left: 11px;
}
.order-process .node .node-icon {
    position: absolute;
    display: block;
    top: 0;
    width: 43px;
    height: 43px;
    background: url(../user/images/node-icons.png) no-repeat;
    overflow: hidden;
	margin: 0 auto;
}
.order-process .ready .icon-start {
    background-position: 0 -108px;
}
.order-process .node ul {
    z-index: 1;
}
.order-process ul {
    position: absolute;
    width: 100%;
    margin-top: -38px;
    text-align: center;
}
ul {
    display: block;
}
.order-process .txt1 {
    height: 36px;
    margin-bottom: 53px;
    font-size: 12px;
}
.order-process .ready .txt2, .order-process .ready .txt3 {
    color: #333;
}
.order-process .txt2 {
    font-size: 14px;
    line-height: 25px;
    color: #aaa;
}
.order-process .txt3 {
    color: #aaa;
    line-height: 15px;
}
.order-process .proce {
    position: relative;
    float: left;
    width: 70px;
    height: 9px;
    background: url(../user/images/proce-icons02.png) no-repeat;
}
.order-process .done {
    background-position: -34px -38px;
}
.order-process .node .icon-pay {
    background-position: -54px 0;
}
.order-process .node .icon-store {
    background-position: -108px 0;
}
.order-process .node .icon-express {
    background-position: -270px 0;
}
.order-process .node .icon-finish {
    background-position: -216px 0;
}
.order-process .ready .icon-start {
    background-position: 0 -108px;
}
.order-process .ready .icon-pay {
    background-position: -54px -108px;
}
.order-process .ready .icon-store {
    background-position: -108px -108px;
}
.order-process .ready .icon-express {
    background-position: -270px -108px;
}
.order-process .ready .icon-finish {
    background-position: -216px -54px;
}
.order-info-mod {
	background-color: #fff;
	margin: 20px 0;
	border-top: solid 3px #f00;
}
.order-info {
    display: block;
    position: relative;
    padding: 15px 0;
	height: 288px;
	overflow: hidden;
}
.order-info .dl {
	float: left;
    width: 32.7%;
	height: 258px;
	padding: 10px;
    margin: 0 0 0 -1px;
	border-right: 1px rgb(202,236,237) dashed;
}
.order-info .dl:last-child {
	border-right: none;
}
.items { width: 240px; } 
.order-info .label { float: left; width: auto; } 
.order-info .info-rcol { width: auto; }
.order-info .dt {
    margin-bottom: 10px;
}
.order-info .dt h4 {
    height: 24px;
    color: #333;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
.order-info .dd {
    color: #333;
    line-height: 20px;
}
.items {
    width: 240px;
    float: left;
    padding: 2px 0;
}
.mc {
    background: #fff;
}
.tb-void {
    line-height: 18px;
    text-align: center;
    border-top: 0;
    color: #333;
    width: 100%;
}
.goods-list .grap {
    width: 20px;
    padding: 0;
}
.goods-list th {
    height: 32px;
    line-height: 32px;
    background: #f9f9f9;
}
.goods-list td {
    vertical-align: top;
    border: none;
    text-align: center;
    color: #333;
	padding: 17px 0 20px;
}
.goods-list .p-img {
    float: left;
    width: 62px;
    height: 62px;
    border: 1px solid #eee;
}
.goods-list .p-img img {
    background: url(../static/images/error-jd.gif) no-repeat scroll 50% 50%;
}
.goods-list .p-info {
    width: 355px;
	float: left;
	margin-left: 15px;
	text-align: left;
	height: 62px;
	overflow: hidden;
}
.goods-list .p-name {
    position: relative;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
}
.goods-list .p-name a {
    vertical-align: middle;
}
.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.fl {
    float: left;
}
.goods-list .p-extra {
    color: #999;
}
.goods-total ul {
	padding: 20px;
	float: right;
}
.goods-total li {
    display: block;
    line-height: 28px;
}
.goods-total .label {
    float: left;
    width: 500px;
    text-align: right;
}
.goods-total .txt {
    float: left;
    width: 200px;
    text-align: right;
    font-family: verdana;
}
.order-goods {
	background: #fff;
	width: 100%;
}
.ftx-01, .ftx01 {
    color: #e4393c;
}
.goods-total .count {
    font-size: 18px;
    font-weight: 700;
}
.notice-filter-noresult {
	width: 1200px;
	margin: 0 auto;
}
.notice-filter-noresult {
    padding: 68px 0;
}
.notice-filter-noresult .nf-n-wrap {
    display: block;
	width: 300px;
    margin: 0 auto;
    text-align: center;
}
.notice-filter-noresult .nf-icon {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../user/images/search.notice.png) no-repeat 0 2px;
}
.notice-filter-noresult .nf-content .result {
    display: block;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #F60;
    margin-bottom: 5px;
}
.mt20 {
    margin-top: 20px;
    display: block;
    margin: 20px auto;
    width: 140px;
}
.mt20 img {
	height: 24px;
	line-height: 24px;
	float: left;
}
.mt20 p {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	float: left;
	color: #FFFFFF;
	background: #f00;
}