﻿/*公用变量*/
/*公用样式函数*/
/*购物车部分公用流程*/
.main {
  position: relative;
  padding-top: .1px;
}
.cartFlow {
  position: absolute;
  right: 0;
  margin: 12px 0 20px 0;
}
.cartFlow .flow {
  width: 160px;
  text-align: center;
  float: left;
}
.cartFlow .flow.on .flowBg {
  background-color: #19aa4b;
  border: 1px solid #19aa4b;
  border-right-color: #19aa4b;
  border-left-color: #19aa4b;
}
.cartFlow .flow.on .flowNum {
  background-color: #19aa4b;
}
.cartFlow .flow.on .flowDes {
  color: #19aa4b;
}
.cartFlow .flow .flowBgWrap {
  position: relative;
  margin-top: 39px;
}
.cartFlow .flow .flowDes {
  color: #999;
  margin-top: 20px;
  font-size: 12px;
}
.cartFlow .flowBg {
  width: 160px;
  height: 3px;
  border: 1px solid #e4e4e4;
  background-color: #ccc;
  border-radius: 3px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cartFlow .flowNum {
  display: block;
  width: 23px;
  height: 23px;
  background-color: #ccc;
  color: #fff;
  font-family: SimSun;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11.5px;
}
/*购物车页面和填写订单页面公用表格样式*/
.productList {
  margin-top: -21px;
  width: 100%;
}
.productList .title {
  font-size: 14px;
  color: #000;
  background: url(../../images/pc/cartBg.png) left center no-repeat;
  padding-left: 25px;
}
.productList .productTable {
  width: 100%;
  margin-top: 26px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  font-size: 14px;
}
.productList .productTable .numAdd {
  width: 86px;
  margin: 0 auto;
}
.productList .productTable .numAdd a {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #ccc;
  color: #666;
}
.productList .productTable .numAdd input {
  width: 35px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 5px;
  text-align: center;
  border-left: none;
  border-right: none;
}
.productList .productTable tr th {
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #e7e7e7;
}
.productList .productTable tr th:first-child {
  padding-left: 24px;
}
.productList .productTable tr td {
  padding: 19px 0;
}
.productList .productTable tr td .brand {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.productList .productTable tr td:first-child {
  text-align: left;
  padding-left: 23px;
}
.productList .productTable tr td .onePrice {
  color: #999;
}
.productList .productTable .cartPrice {
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
}
.productList .productTable .cartPrice .priceNum {
  font-family: Arial;
}
.productList .productTable .handelAction {
  display: block;
  line-height: 28px;
  color: #999;
  font-size: 12px;
}
.productList .productTable .handelAction:hover {
  color: #e60019;
}
.productList .productTable .proTitle {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  width: 200px;
  height: 40px;
  margin-bottom: 8px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productList .productTable input[type="checkbox"]{
  width:15px;
  height:15px;
}
  /*购物车页面样式*/
.settlement {
  height: 46px;
  line-height: 46px;
  background-color: #fafafa;
  margin-top: 35px;
  margin-bottom: 76px;
  font-size: 12px;
}
.settlement label {
  padding-left: 23px;
}
.settlement label input {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
  width:15px;
  height:15px;
}
.settlement .deleteChecked {
  margin-left: 35px;
}
.settlement .hasChecked {
  margin-left: 517px;
  line-height: 42px;
}
.settlement .lastMoney {
  margin-left: 20px;
  line-height: 40px;
}
.settlement .lastMoney span {
  color: #cc0000;
  font-weight: bold;
  font-size: 16px;
}
.settlement .goToPay {
  display: block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background-color: #19aa4b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.cartNull {
  margin: 150px auto 200px auto;
  text-align: center;
}
.cartNull img {
  display: block;
  margin: 0 auto;
}
.cartNull p {
  font-size: 22px;
  line-height: 45px;
  padding: 20px 0 10px 0;
}
.cartNull a {
  color: #0000ff;
  font-size: 14px;
}
/*填写订单页面样式*/
/*填写订单公用标题*/
.topTitle {
  font-size: 14px;
  color: #323232;
  font-weight: bold;
  border-bottom: 1px solid #696969;
  padding-bottom: 17px;
}
.writeOrderProList .productTable {
  border-top: 1px solid #ccc;
}
.writeOrderProList .productTable tr td:first-child {
  text-align: center;
  padding-left: 0;
}
.noticeTitle {
  height: 43px;
  line-height: 43px;
  background-color: #fafafa;
  padding-left: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 125px;
  font-size: 12px;
}
.checkOrderMessage {
  margin-top: 85px;
}
.checkOrderMessage .addrItem {
  width: 216px;
  height: 106px;
  padding: 15px 30px;
  font-size: 12px;
  border: 1px solid #ccc;
  line-height: 20px;
  cursor: pointer;
  margin-right: 10px;
}
.checkOrderMessage .addrItem.on {
  border-color: #19aa4b;
  background: url(../../images/pc/lcheck.png) right bottom no-repeat;
}
.checkOrderMessage .addrItem div {
  color: #000;
}
.checkOrderMessage .addrItem p {
  color: #999;
}
.checkOrderMessage .productTable .numAdd input {
  height: 18px;
  line-height: 18px;
  margin-right: 0;
}
.shoppingAddr {
  padding-left: 37px;
}
.shoppingAddr .title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding: 24px 0 17px 0;
}
.addrList {
  margin-bottom: 45px;
}
.addrList .addrhandel {
  width: 278px;
}
.addrList .addrhandel a {
  display: block;
  width: 274px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.addrList .addrhandel .moreAddr {
  margin-top: 20px;
}
.billMessage {
  width: 100%;
}
.billMessage .billKind {
  padding: 25px 0 49px 30px;
  font-size: 12px;
}
.billMessage .billKind a {
  margin-left: 20px;
  font-size: 12px;
}
.productMessage .breakOrder .breakOrderTable {
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  margin-top: 15px;
}
.productMessage .breakOrder .breakOrderTable th {
  line-height: 43px;
}
.productMessage .breakOrder .breakOrderTable td {
  padding: 15px 0;
}
.productMessage .breakOrder .breakOrderTable .numAdd {
  width: 86px;
  margin: 0 auto;
}
.productMessage .breakOrder .breakOrderTable .numAdd a {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #ccc;
  color: #666;
}
.productMessage .breakOrder .breakOrderTable .numAdd input {
  width: 35px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 5px;
  text-align: center;
  border-left: none;
  border-right: none;
}
.productMessage .breakOrder .breakOrderTable .proAddNomey {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}
.productMessage .breakOrder .breakOrderTable .proAddNomey span {
  font-family: Arial;
}
.productMessage .breakOrder .breakOrderTable .orderProName {
  display: block;
  width: 270px;
  height: 40px;
  line-height: 20px;
}
.productMessage .breakOrder .orderPay {
  text-align: right;
  width: 480px;
  font-size: 0;
}
.productMessage .breakOrder .orderPay li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 35%;
  font-size: 14px;
  color: #333;
  line-height: 35px;
}
.productMessage .breakOrder .orderPay li:first-child span {
  font-size: 18px;
  color: #e60019;
  font-weight: bold;
  margin-right: 5px;
}
.productMessage .breakOrder .storeSale {
  position: relative;
  width: 180px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 35px;
  right: -52px;
}
.productMessage .breakOrder .storeSale > a {
  background: url(../../images/pc/cartDown.png) 165px center no-repeat;
}
.productMessage .breakOrder .storeSale > a:hover {
  background: url(../../images/pc/cartDown1.png) 165px center no-repeat;
}
.productMessage .breakOrder .storeSale a {
  display: block;
  color: #333;
  background-color: #fff;
}
.productMessage .breakOrder .storeSale a:hover {
  background-color: #e60019;
  color: #fff;
}
.productMessage .breakOrder .storeSale .selectOptions {
  display: none;
  position: absolute;
  top: 30px;
  width: 180px;
  border: 1px solid #ccc;
  border-top: none;
  left: -1px;
}
.numberHabdel {
  text-align: center;
  width: 200px;
}
.numberHabdel .surplus {
  overflow: hidden;
  font-size: 13px;
  color: #cc0000;
  line-height: 30px;
}
.payFororder {
  padding: 50px 0 100px 0;
  margin-top: 53px;
  border-top: 1px solid #c9c9c9;
}
.payFororder .hadPay {
  font-size: 14px;
  color: #000;
  margin-left: 765px;
}
.payFororder .hadPay span {
  font-size: 24px;
  color: #e60019;
  font-weight: bold;
}
.payFororder .submitOrder {
  display: inline-block;
  width: 156px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #19aa4b;
  color: #fff;
  font-size: 16px;
}
.useCardInner {
  padding-left: 50px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.useCardInner .useCardBtn {
  line-height: 30px;
  width: 100%;
  background: url(../../images/pc/cardBg.png) left 9px no-repeat;
  padding-left: 22px;
  cursor: pointer;
}
.useCardInner .useCardBtn.on {
  background: url(../../images/pc/cardBg.png) left -78px no-repeat;
}
.useCardInner .cardSelect {
  display: none;
  width: 660px;
  padding: 8px 10px 14px 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.useCardInner .cardSelect > ul {
  width: 670px;
  height: 100px;
  overflow: auto;
  margin-bottom: 10px;
}
.useCardInner .cardSelect > ul li {
  line-height: 25px;
  /*color: #ccc;*/
}
.useCardInner .cardSelect > ul li.on {
  color: #000;
}
.useCardInner .cardSelect > ul li input[type="radio"] {
  vertical-align: middle;
}
.useCardInner .cardSelect > ul li span {
  margin-right: 10px;
}
.useCardInner .cardSelect .cardNum .cardNumInput {
  position: relative;
  height: 25px;
  width: 160px;
}
.useCardInner .cardSelect .cardNum .cardNumInput input {
  width: 130px;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  font-family: SimSun;
  padding: 0 20px 0 5px;
}
.useCardInner .cardSelect .cardNum .cardNumInput img {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.useCardInner .cardSelect .cardNum a {
  display: inline-block;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #19aa4b;
  color: #fff;
  margin-left: 20px;
}
.timeSelect {
  padding: 20px 0 43px 50px;
}
.timeSelect label {
  margin-left: 30px;
}
.timeSelect label input {
  margin-top: -2px;
  margin-right: 8px;
}
.mark {
  background-color: #fafafa;
  padding: 10px 50px 10px 10px;
  height: 80px;
  margin-top: 20px;
}
.mark span {
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
  font-weight: bold;
}
.mark textarea {
  width: 94%;
  height: 60px;
  padding: 10px;
  border: none;
  outline: none;
  background-color: #fafafa;
}
/*更多地址弹窗*/
.moreAddrWrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/pc/blackBg.png) left top repeat;
}
.choiceAddrWrap {
  width: 660px;
  background-color: #fff;
  position: fixed;
  top: 15px;
  left: 50%;
  margin-left: -330px;
  overflow: hidden;
}
.choiceAddrWrap .title {
  width: 620px;
  height: 53px;
  line-height: 53px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 20px;
  background-color: #888;
  color: #fff;
  position: fixed;
}
.choiceAddrWrap .title img {
  margin-top: 16.5px;
  cursor: pointer;
}
.choiceAddrWrap .addressList {
  height: 490px;
  overflow-y: scroll;
  margin-top: 60px;
}
.choiceAddrWrap .addrContent {
  width: 540px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 13px 0 14px 30px;
  margin-bottom: 14px;
}
.choiceAddrWrap .addrContent.on {
  border-color: #19aa4b;
  background: url(../../images/pc/lcheck.png) right bottom no-repeat;
}
.choiceAddrWrap .addrContent .name {
  font-size: 12px;
}
.choiceAddrWrap .addrContent .name span {
  font-size: 20px;
  margin-right: 10px;
}
.choiceAddrWrap .addrContent p {
  font-size: 14px;
  padding: 8px 0;
}
.choiceAddrWrap .addrContent .tellNum {
  font-size: 14px;
  color: #666;
}
.choiceAddrWrap .sure {
  display: block;
  width: 107px;
  height: 39px;
  line-height: 39px;
  background-color: #19aa4b;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 34px auto 64px auto;
}
/*添加新地址弹窗*/
.newAddrPop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/pc/footLinkBg.png) left top repeat;
  z-index: 500;
  overflow: hidden;
}
.newAddrWrap,
.ivericeWrap {
  width: 853px;
  position: fixed;
  left: 50%;
  top: 70px;
  margin-left: -427px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.newAddrWrap .title {
  width: 823px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  padding: 13px 15px 12px 15px;
  position: fixed;
  background-color: #888;
  color: #fff;
}
.addAddrTable {
  margin-left: 150px;
  margin-top: 120px;
  font-size: 12px;
}
.addAddrTable tr td {
  position: relative;
  padding: 8px 0;
}
.addAddrTable tr td:first-child {
  text-align: right;
  padding-right: 10px;
}
.addAddrTable .addrSameInput {
  width: 160px;
  padding-left: 10px;
  padding-right: 5px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  border: 1px solid #cbcbcb;
}
.addAddrTable .detaileAddr {
  width: 410px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 5px;
  border: 1px solid #cbcbcb;
}
.addAddrTable select {
  width: 139px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #cbcbcb;
}
.addrSubmitBtns {
  width: 300px;
  margin: 60px auto 110px auto;
}
.addrSubmitBtns input,
.addrSubmitBtns a {
  width: 107px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #19aa4b;
  color: #19aa4b;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  margin-right: 35px;
  outline: none;
}
.addrSubmitBtns a {
  display: block;
  float: left;
}
.addrSubmitBtns input.surBtn,
.addrSubmitBtns a:first-child {
  background-color: #19aa4b;
  color: #fff;
}
label.error,
.correct {
  left: 440px;
  top: 10px;
}
/*订单提交成功页面*/
.submitsuccNotice {
  width: 100%;
  text-align: center;
  margin-top: 157px;
}
.submitsuccNotice .title {
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
.submitsuccNotice p {
  font-size: 12px;
  color: #999;
  padding: 8px 0 12px 0;
}
.submitsuccNotice .payNums {
  font-size: 14px;
  color: #666;
}
.submitsuccNotice .payNums i {
  font-style: normal;
}
.submitsuccNotice .payForOrder {
  display: block;
  margin: 64px auto 234px auto;
  width: 128px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #19aa4b;
}
/*订单支付页面*/
.payWays {
  width: 100%;
}
.payWays .choiceWay {
  padding-left: 30px;
  margin-top: 30px;
}
.payWays .choiceWay .payTitle {
  font-size: 18px;
  padding: 25px 0 18px 0;
}
.payWays .choiceWay .hasMoney {
  font-size: 18px;
  color: #e60019;
  margin-left: -30px;
}
.payWays .choiceWay .moneyUnAble {
  font-size: 14px;
  color: #0012ff;
  margin-left: 60px;
}
.payWays .choiceWay .interMoney {
  display: inline-block;
  width: 113px;
  height: 35px;
  line-height: 35px;
  background-color: #e60019;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 10px;
}
.payWays .choiceWay label {
  margin-right: 40px;
  font-size: 18px;
}
.payWays .choiceWay label input {
  width: 20px;
  height: 20px;
}
.ordePay {
  display: block;
  width: 128px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #19aa4b;
  margin: 95px auto 200px auto;
}
.ordePay:hover {
  color: #fff;
}
/*支付成功页面*/
.paySuccNotice {
  width: 100%;
  text-align: center;
  padding-top: 186px;
}
.paySuccNotice .ordePay {
  margin-top: 50px;
}
.paySuccNotice .title {
  font-size: 24px;
  color: #000;
}
.paySuccNotice .title span {
  color: #cc0000;
}
.paySuccNotice .orderNum {
  padding-top: 20px;
}
.paySuccNotice .orderNum,
.paySuccNotice .countDown {
  font-size: 14px;
  color: #666;
}
.paySuccNotice .orderNum a {
  color: #0066ff;
  font-size: 14px;
}
.paySuccNotice .orderNum a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=cart.css.map */


.shoppingAddr .addrContent { width: 540px; margin: 0 20px 0 0; border: 1px solid #ccc;/* margin-bottom: 14px;   */  height: 105px;
  padding: 15px 30px;}
.shoppingAddr .addrContent.on { border-color: #19aa4b; background: url(../../images/pc/lcheck.png) right bottom no-repeat; }
.shoppingAddr .addrContent .name { font-size: 12px; }
.shoppingAddr .addrContent .name span { font-size: 20px; margin-right: 10px; }
.shoppingAddr .addrContent p { font-size: 14px; padding: 8px 0; }
.shoppingAddr .addrContent .tellNum { font-size: 14px; color: #666; }