.mainNavs {
  background-color: #ffffff;
  border-bottom: 2px #d0111b solid;
  overflow: hidden;
}


/*
.logo{
    margin-top:10px;
}*/


/**进度**/

.progress_inner {
  padding: 20px 0 20px 106px;
  overflow: hidden;
  float: right;
  display: block;
  width: 700px;
  position: relative;
}

.progress_step {
  width: 20%;
  font-size: 14px;
  padding: 0 12px;
  -webkit-transition: all .4s;
  transition: all .4s;
  float: left;
  text-align: center;
  position: relative;
}

.progress_step dd {
  color: #666;
}

.prg_spn {
  width: 30px;
  height: 30px;
  color: #ccd5df;
  background: white;
  line-height: 30px;
  border: 3px solid #ccd5df;
  font-size: 12px;
  border-radius: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  pointer-events: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  position: relative;
  z-index: 3;
}

.current {
  border: 3px solid #7abd54;
  color: #7abd54;
}

.progress_bar {
  height: 12px;
  left: 6%;
  width: 100%;
  position: absolute;
  background-color: #ccd5df;
  z-index: 1;
  top: 15px;
  border-radius: 6px;
}

.progress_step.curr .progress_cur_bar {
  width: 100%;
  background-color: #7abd54;
  position: absolute;
  left: 5%;
  height: 12px;
  border-radius: 6px;
  z-index: 2;
  top: 15px;
}


/*******=======购物车 页面=======******/

.catbj {
  background-color: #f5f5f5;
}

.ShopCartTable {
  margin-top: 36px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.ShopCartTable tr:hover {
  background-color: #fafafa;
}

.ShopCartTable td,
.ShopCartTable th {
  position: relative;
  min-height: 20px;
  line-height: 20px;
}

.ShopCartTable .selectLeft {
  text-align: left;
}

.ShopCartTable th {
  text-align: center;
  border: 0px;
  color: #999;
  font-weight: 200;
  position: relative;
  padding: 9px 14px;
}

.ShopCartTable thead tr {
  background-color: #f3f3f3;
  border: 1px solid #e9e9e9;
  height: 32px;
  line-height: 32px;
  font-weight: 200;
}

.ShopCartTable td {
  border: 0px;
  border-bottom: 1px solid #EDEDED;
  padding: 14px;
  vertical-align: middle;
}

.ShopCartTable tbody {
  background-color: #fff;
  border: 1px solid #EDEDED;
}


/*content*/

.goodImg {
  width: 100px;
  height: 100px;
  border: 1px solid #DEDEDE;
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
}

.addBtn,
.deleteBtn {
  color: #999;
  margin-top: 5px;
  !important;
  font-style: normal;
}

.deleteBtn {
  display: inline-block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ededed;
  padding: 0px 10px;
  border-right: 0px;
}

.addBtn {
  margin-left: -4px;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ededed;
  padding: 0px 10px;
  border-left: 0px;
}

.numInput {
  width: 65px;
  height: 30px;
  margin-left: -4px;
  border: 1px solid #EDEDED;
  text-align: center;
  margin-top: -5px;
  position: relative;
}

.selectInput {
  width: 50px;
}

.selectLeftGoods {
  position: absolute;
  left: 240px;
}

.goodsName {
  margin-left: 10px;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.goodname {
  font-language-override: 16px;
  display: inline-block;
}

.danPrice,
.ShopCartTable th.leftxt {
  text-align: left;
}

.totalPrice {
  font-size: 14px;
  font-weight: bold;
  color: #d0111b;
}

.servicenum {
  position: absolute;
  left: 120px;
  color: #999;
}

.removeMuch {
  position: absolute;
  left: 20px;
  cursor: pointer;
  color: #999;
}

.removeMuch i {
  font-style: inherit;
  color: #eee;
  position: relative;
  right: -18px;
}

.el-checkbox,
.el-checkbox__input {
  cursor: pointer;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  left: -999px;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #bfcbd9;
  border-radius: 4px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fff;
  z-index: 1;
  transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
  text-align: center;
}

.el-checkbox.curr .el-checkbox__inner {
  background-color: #20a0ff;
  border-color: #0190fe;
}

.ShopCartTable tbody .el-checkbox__inner {
  margin-left: 20px;
}

.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "√";
  /*border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 1px;
    -ms-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 4px;
    transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
    -ms-transform-origin: center;
    transform-origin: center;*/
  color: #fff;
}

.el-checkbox__input {
  margin-right: 20px;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}

.el-checkbox__label {
  margin-left: -20px;
  color: #999;
  font-weight: normal;
}

.gongneng p {
  cursor: pointer;
  color: #999;
}

.gongneng .saveCheck {
  color: red;
}

.tablefooter {
  height: 50px;
  line-height: 50px;
  border: 1px solid #EDEDED;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  font-size: 14px;
}

.SettlementBtn {
  height: 50px;
  width: 100px;
  color: white;
  background: #d0111b;
  display: inline-block;
  text-align: center;
  float: right;
  position: relative;
  font-size: 14px;
  margin-top: -1px;
  cursor: pointer;
}

.totalMoneyClass {
  color: #d0111b;
  font-weight: 500;
  font-size: 20px;
}

.totalclassPoin {
  color: #999;
  position: absolute;
  right: 140px;
}

.goodsNum {
  color: #d0111b;
}


/****=======订单确认 页面=======****/

.ordokBox {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 30px 0;
}

.ordokBox li {
  clear: both;
  padding-bottom: 20px;
}


/*发票*/

.ordokBox li.billLi .address-item-new {
  line-height: 178px;
}

.ordok_h3 {
  font-weight: normal;
  background-color: #f9f9f9;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-left: 2px solid #d0111b;
  line-height: 44px;
  padding: 0 12px;
  position: relative;
}

.ordok_h3 i {
  text-align: center;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #f82548;
  font-style: inherit;
  display: inline-block;
  float: left;
  margin: 16px 10px 0 0;
  cursor: pointer;
}

.ordok_h3 span {
  margin-left: 8px;
  font-size: 14px;
}

.godsBox {
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  overflow: hidden;
  margin: 30px 20px;
}


/***收货地址***/

.adresBox {
  padding: 30px 0px 0px 15px;
  overflow: hidden;
  font-size: 15px;
}

.adschek {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('../img/sel.png') no-repeat;
  right: 0;
  bottom: 0;
}

.address-item {
  float: left;
  margin-right: 17px;
  margin-bottom: 24px;
  width: 268px;
  height: 178px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.address-item.curr {
  border-color: #ff6700;
}

#adreshow {
  cursor: pointer;
  padding-bottom: 10px;
}

.address-item-new {
  text-align: center;
  color: #b0b0b0;
}

.address-item-new i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 63px auto 8px;
  font-size: 30px;
  line-height: 28px;
  background-color: #e0e0e0;
  border-radius: 17px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  font-style: normal;
}

.address-item dl {
  padding: 15px 24px 0;
  margin: 0;
}

.address-item dt {
  margin: 0 0 10px;
  line-height: 30px;
}

.address-item dd {
  margin: 0;
  line-height: 22px;
  color: #757575;
}

.address-item .uaddress {
  max-height: 88px;
  overflow: hidden;
}

.address-item dd {
  margin: 0;
  line-height: 22px;
  color: #757575;
}

.address-item .uname {
  font-size: 18px;
  color: #333;
  font-style: normal;
}

.address-item .actions {
  position: absolute;
  right: 24px;
  bottom: 10px;
}

.address-item .modify {
  margin-left: 10px;
  color: #ff6700;
  display: inline-block;
}


/**配送方式**/

.modeLf {
  background: #f7f7f7;
  max-width: 295px;
  padding: 20px 20px 600px;
  margin-bottom: -600px;
  float: left;
}

.modesign {
  border: 1px solid #e8e8e8;
  padding: 7px 24px;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 14px;
  position: relative;
  cursor: pointer;
}

.modesign.curr {
  border-color: #e4393c;
  background: url(../img/sel.png) no-repeat right bottom;
}

.modeLf ul {
  font-size: 14px;
}

.modeLf li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
  line-height: 40px;
}


/*商家*/

.shopRgt {
  width: 760px;
  float: left;
}

.shopRgt h4 {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 10px;
  padding: 10px 0;
}

.shopRgt tbody,
.shopRgt table {
  margin-top: 0;
  border: 0;
}

.shopRgt table td {
  border-color: #f7f7f7;
}

.shopRgt .goodImg {
  width: 120px;
  /*height: 120px;*/
}

.shopRgt .goodsName {
  width: 70%;
}


/*优惠券*/

.coupsBox {
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 24px;
}

.coupon {
  width: 260px;
  border: 2px solid #EDEDED;
  display: inline-block;
  margin: 0 0px 24px 14px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.coupon.curr {
  border-color: #d0111b;
}

.couponDiv {
  height: 90px;
  background: #d0111b;
  padding: 20px;
  color: #fff;
}

.couponprice i {
  background-color: #fdb8cb;
  color: #ef2451;
  font-style: normal;
  font-size: 14px;
  margin-left: 12px;
  padding: 0 6px;
  border-radius: 4px;
}

.couponprice {
  font-size: 20px;
}

.coupontime {
  margin-top: 10px;
}

.coupontype {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #d0111b;
}


/*无卡券*/

.coupsNoe {
  padding: 20px 0 40px;
}


/*不可用*/

.coupon.gary .couponDiv {
  background-color: #bbb;
}

.coupon.gary .couponprice i {
  background-color: #fff;
  color: #bbb;
}

.coupon.gary .coupontype {
  color: #bbb;
}


/*底部*/

.orfootDv {
  font-size: 14px;
  text-align: right;
  background-color: #fff;
  padding: 0 30px 30px;
  overflow: hidden;
  margin-bottom: 40px;
}

.orfootDv ol {
  padding: 10px 12px 20px;
}

.orfootDv li {
  position: relative;
  line-height: 28px;
  clear: both;
}

.orfootDv li label {
  width: 90px;
  zoom: 1;
  position: absolute;
  right: 110px;
}

.orfootDv li .val {
  zoom: 1;
  display: inline;
}

.orfootDv li.bjrow {
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
  padding: 20px 12px;
}

.totalDv b {
  color: #d0111b;
  font-size: 18px;
}

.persDv span {
  padding-left: 12px;
}


/*提交表单按钮*/

.submitForm {
  margin-top: 30px;
}

.danPrice {
  color: #999;
}


/* 收货地址 */

.ordokBox .Caddress {
  margin: auto;
  position: relative;
}

.ordokBox .Caddress .add_mi {
  height: 106px;
  float: left;
  margin-right: 5px;
  background: url(../img/mail.jpg) no-repeat;
  padding: 6px 17px;
  margin-left: 25px;
  cursor: pointer;
}

.ordokBox .Caddress .add_mi p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #666;
  width: 203px;
}

.ordokBox .Caddress .curr {
  background: rgba(0, 0, 0, 0) url(../img/mail_1.jpg) no-repeat scroll 0% 0%;
}

.ordokBox .Caddress .add_mi .consignee {
  border-bottom: 1px dashed #ccc;
  line-height: 28px;
}

.ordokBox .open_new {
  padding: 10px 25px;
  overflow: hidden;
}

.ordokBox .open_new dd:first-child {
  float: left;
}

.ordokBox .open_new dd:nth-child(2) {
  float: right;
}

.wbb12071817Select {
  width: 110px;
  height: 34px;
  border: 1px solid #b0b0b0;
}

.alng0927 {
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* 地区弹出层 */

._citys {
  width: 450px;
  display: inline-block;
  border: 2px solid #eee;
  padding: 5px;
  position: relative;
  background: #fff;
}

._citys span {
  color: #009688;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #009688;
  cursor: pointer;
}

._citys0 {
  width: 100%;
  height: 34px;
  display: inline-block;
  border-bottom: 2px solid #009688;
  padding: 0;
  margin: 0;
}

._citys0 li {
  display: inline-block;
  line-height: 34px;
  font-size: 15px;
  color: #888;
  width: 80px;
  text-align: center;
  cursor: pointer;
}

.citySel {
  background-color: #009688;
  color: #fff !important;
}

._citys1 {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}

._citys1 a {
  width: 83px;
  height: 35px;
  display: inline-block;
  background-color: #f5f5f5;
  color: #666;
  margin-left: 6px;
  margin-top: 3px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  overflow: hidden;
}

._citys1 a:hover {
  color: #fff;
  background-color: #009688;
}

.AreaS {
  background-color: #009688 !important;
  color: #fff !important;
}

.ordersubmissionsuccess {
  padding: 50px 0;
  text-indent: 140px;
}

.Paymentmethod {
  width: 1160px;
  background: #fff;
  margin: 0 auto;
  padding: 50px 20px;
  margin-bottom: 50px;
}

.order-first {
  font-size: 16px;
}

.order-two {
  margin-left: 50px;
  margin-top: 10px;
}

.order-two a {
  color: #dd2727;
}

.order-two span {
  color: #dd2727;
}

.order-three {
  margin-left: 50px;
  margin-top: 10px;
  color: #666;
}

.order-three span {
  color: #dd2727;
  font-size: 15px;
  font-weight: 600;
}

.meOrgs {
  font-size: 25px;
}

.tableheader {
  height: 50px;
  line-height: 50px;
  border: 1px solid #EDEDED;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  font-size: 14px;
}

.tableprompt {
  border: 1px solid #EDEDED;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  padding: 20px;
  color: #d0111b;
}

.tablebottom {
  margin-bottom: 20px;
}

.searchaddress {
  padding: 20px;
}

.search-inline {
  width: 200px;
}

.searchship {
  padding: 20px;
}

.none {
  display: none;
}

.yangBox {
  padding-left: 15px;
  overflow: hidden;
}

.printel {
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.printcon {
  margin: 0 auto;
  width: 1160px;
  overflow: hidden;
  background-color: #fff;
  padding: 0px 20px 20px 20px;
  border: 1px solid #ddd;
}

.layercon {
  padding: 15px;
}

.warnings{
  color:#f60;
  margin-top: 15px;
}
.w-item{
  margin-top: 15px;
}
.postsample{
  padding-left: 25px;
}
.tab-layer{
  background: #fff;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  border:1px solid #ddd;
  padding-left: 20px;
}
.tab-title{
  font-weight: bold;
  font-size:16px;
}
.tab-span{
  padding-right: 20px;
}
.tab-curr{
  color: #d0111b;
}
.elpaymoney{
  background: #fff;
  padding: 20px 20px;
  overflow: hidden;
  text-align: right;
}
.elpaymoney li{
  padding:5px 0px;
}
.clickhandler{
  padding: 0 20px;
}
.handler{
  padding: 0 20px;
}
.category{
  background: #ffffff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border:1px solid #ddd;
  overflow: hidden;
}
.category li{
  width: 85px;
  float: left;
  text-align: center;
  padding: 5px;
}
.category li:first-child{
  font-weight: bold;
}
.category .curr{
  border: 1px #d0111b solid;
  font-weight: bold;
  
}