/*Rounded Corners*/
/*Box Shadow*/
/*Transition*/
.cart-container .cart-header {
  text-align: center;
}
.cart-container .cart-header .c-ch-check {
  text-align: left;
}
.cart-container .cart-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.cart-container .cart-body .cart-item {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-container .cart-body .cart-item.enabled {
  background: rgba(0, 82, 164, 0.1);
}
.cart-container .cart-body .c-ci-title {
  text-align: left;
  color: #232323;
}
.cart-container .cart-body .c-ci-title .cart-goods {
  margin: 0 40px;
}
.cart-container .cart-body .c-ci-title .cart-goods .img {
  margin-right: 20px;
}
.cart-container .cart-body .c-ci-title .cart-name {
  display: block;
}
.cart-container .cart-body .c-ci-title .cart-sku {
  line-height: 20px;
}
.cart-container .cart-body .c-ci-title .spec-info {
  color: #9B9B9B;
  line-height: 20px;
}
.cart-container .cart-body .img-thumbnail {
  max-width: 80px;
  height: auto;
  border: none;
}
.cart-container .cart-body .c-ci-quantity .product-quantity {
  margin: 0 auto;
}
.cart-container .cart-body .c-ci-quantity button {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #232323;
  background: #EEEEEE;
  border: none;
  float: left;
  outline: none;
  margin: 0;
  padding: 0;
}
.cart-container .cart-body .c-ci-quantity button[disabled] {
  color: #9B9B9B;
}
.cart-container .cart-body .c-ci-quantity input {
  height: 26px;
  background: #FFF;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
}
.cart-container .cart-body .c-ci-amount {
  color: #CA161A;
}
.cart-container .cart-body .c-ci-opt .list-unstyled {
  text-align: left;
  padding-left: 60px;
}
.cart-container .cart-body .c-ci-opt .list-unstyled li a {
  color: #9B9B9B;
}
.cart-container .cart-body .c-ci-opt .list-unstyled li:first-child {
  padding-bottom: 20px;
}
.cart-container .cart-footer {
  background: #F7F7F7;
  margin: 20px 0;
  padding: 20px 0;
  position: relative;
}
.cart-container .cart-footer .c-cf-amount {
  margin-right: 140px;
}
.cart-container .cart-footer .c-cf-amount .unstyled-text {
  width: 260px;
  text-align: right;
  display: inline-block;
}
.cart-container .cart-footer .c-cf-amount .unstyled-item {
  width: 150px;
  text-align: left;
  display: inline-block;
}
.cart-container .cart-footer .c-cf-pay {
  position: absolute;
  width: 140px;
  right: 0;
  top: 0;
  padding: 0;
}
.cart-container .cart-footer .c-cf-pay a {
  /*background: #0052A4;*/
  background: #af0000;
  color: #FFF;
  line-height: 60px;
  padding: 0;
  width: 100%;
  border: none;
  margin: 0;
}
.cart-container .cart-footer .text-danger {
  color: #CA161A;
}
.cart-quick {
  color: #232323;
}
.cart-quick .h-name {
  padding: 40px 0 30px 0;
}
.cart-quick .way-one {
  text-align: center;
  background: url("/themes/pc/jishengduo/statics/images/checkout/quick_bg.png") no-repeat 100%;
  height: 274px;
  padding: 58px 300px 46px 300px;
}
.cart-quick .way-one li {
  width: 200px;
}
.cart-quick .way-one .tep-one-li,
.cart-quick .way-one .tep-two-li {
  position: relative;
}
.cart-quick .way-one .tep-one-li::before,
.cart-quick .way-one .tep-two-li::before {
  content: '';
  position: absolute;
  background: #CCCCCC;
  height: 2px;
  width: 100px;
  left: 150px;
  top: 20px;
}
.cart-quick .way-one .teps {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  background: #7ed385;
  font-size: 20px;
}
.cart-quick .way-one .teps-two {
  background: #f4a623;
}
.cart-quick .way-one .teps-three {
  background: #c21c31;
}
.cart-quick .way-one .cap {
  font-size: 16px;
  color: #000;
  line-height: 50px;
}
.cart-quick .way-one .intro {
  color: #4A4A4A;
  font-size: 14px;
}
.cart-quick .way-one .download {
  display: inline-block;
  width: 118px;
  text-align: center;
  line-height: 36px;
/*  border: 1px solid #0052A4;
  background: rgba(0, 82, 164, 0.1);
  color: #0052A4;*/
  border: 1px solid #af0000;
  /*background: rgba(175,0,0,.04);*/
  color: #af0000;
  margin-top: 24px;
}
.cart-quick .way-one input[type=file] {
  border: none;
  margin-top: 10px;
}
.cart-quick .way-one .upload-box {
  position: relative;
  display: inline-block;
  width: 118px;
  height: 36px;
  margin-top: 24px;
}
.cart-quick .way-one .upload-box input[type='file'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.cart-quick .way-one .upload-box .uploading {
  display: inline-block;
  width: 118px;
  text-align: center;
  line-height: 36px;
/*  border: 1px solid #0052A4;
  background: #0052A4;*/
  border: 1px solid #af0000;
  background: #af0000;
  color: #FFF;
  font-size: 14px;
}
.cart-quick .way-two {
  color: #232323;
}
.cart-quick .way-two .two-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.cart-quick .way-two .two-content li {
  float: left;
  text-align: center;
  margin-left: 10px;
  box-sizing: border-box;
}
.cart-quick .way-two .two-content li:first-child {
  margin-left: 0;
}
.cart-quick .way-two .two-content .con-h-all {
  width: 100px;
}
.cart-quick .way-two .two-content .con-h-sku {
  width: 200px;
}
.cart-quick .way-two .two-content .con-h-name {
  width: 200px;
  min-height: 26px;
}
.cart-quick .way-two .two-content .con-h-attr {
  width: 60px;
  min-height: 26px;
}
.cart-quick .way-two .two-content .con-h-unit {
  width: 60px;
  min-height: 26px;
}
.cart-quick .way-two .two-content .con-h-price {
  width: 100px;
}
.cart-quick .way-two .two-content .con-h-nums {
  width: 200px;
}
.cart-quick .way-two .two-content .con-h-count {
  width: 100px;
  color: #CA161A;
  font-size: 14px;
}
.cart-quick .way-two .two-content .con-h-handle {
  width: 98px;
}
.cart-quick .way-two .two-content .con-header {
  background: #F7F7F7;
  height: 50px;
  line-height: 50px;
}
.cart-quick .way-two .two-content .con-content {
  padding: 27px 0;
}
.cart-quick .way-two .two-content .con-content .con-h-sku input {
  width: 180px;
  line-height: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F7F7F7;
  font-size: 12px;
  text-align: center;
}
.cart-quick .way-two .two-content .con-content .con-h-name {
  line-height: 26px;
}
.cart-quick .way-two .two-content .con-content .con-h-nums input {
  line-height: 26px;
  height: 26px;
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F7F7F7;
  font-size: 12px;
  text-align: center;
}
.cart-quick .way-two .two-content .con-content.active {
  background: rgba(0, 82, 164, 0.11);
}
.cart-quick .way-two .add-con {
  margin-top: 30px;
}
.cart-quick .way-two .add-con span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.cart-quick .way-two .add-con .text {
  width: 105px;
  line-height: 40px;
  height: 40px;
  /*background: #E5EDF5;*/
  background: rgba(175,0,0,.04);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.cart-quick .way-two .add-con input {
  background: #F7F7F7;
  text-align: left;
  padding-left: 20px;
  line-height: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  box-sizing: border-box;
  width: 900px;
}
.cart-quick .way-two .add-con .btn-add-con {
  width: 144px;
  line-height: 40px;
  height: 40px;
/*  background: rgba(0, 82, 164, 0.1);
  color: #0052A4;
  border: 1px solid #0052A4;*/
  background: rgba(175,0,0,.04);
  color: #af0000;
  border: 1px solid #af0000;
  box-sizing: border-box;
  cursor: pointer;
}
.cart-quick .way-two .add-con-remark {
  margin: 15px 0 30px 0;
}
.cart-quick .way-two .add-cart-inf {
  height: 60px;
  line-height: 60px;
}
.cart-quick .way-two .add-cart-inf .inf-handle {
  background: #F7F7F7;
  width: 1060px;
  padding: 0 30px 0 15px;
}
.cart-quick .way-two .add-cart-inf .inf-handle .btn-del {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 50px;
  color: #4A4A4A;
  font-size: 12px;
  margin-top: 17px;
}
.cart-quick .way-two .add-cart-inf .inf-handle .btn-on-add {
  width: 100px;
  height: 30px;
  line-height: 30px;
/*  color: #0052A4;
  background: #E3ECF5;
  border: 1px solid #0052A4;*/
  color: #af0000;
  background: rgba(175,0,0,.04);
  border: 1px solid #af0000;
  margin-left: 20px;
  font-size: 12px;
  margin-top: 17px;
}
.cart-quick .way-two .add-cart-inf .inf-handle .check-nums {
  font-size: 18px;
  margin: 0 6px;
}
.cart-quick .way-two .add-cart-inf .inf-handle .price {
  color: #CA161A;
  font-size: 24px;
  font-weight: 600;
}
.cart-quick .way-two .add-cart-inf .btn-add {
  /*background: #0052A4;*/
  color: #FFF;
  width: 140px;
  /*height: 60px;
  line-height: 60px;*/
  cursor: pointer;
  background: #af0000;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  border:none;
}
.consultation .con-way-two .h-title {
  margin-bottom: 30px;
  font-size: 14px;
}
.consultation .con-way-two .h-title .span {
  width: 60px;
  text-align: left;
  line-height: 37px;
}
.consultation .con-way-two .h-title input {
  width: 320px;
  height: 37px;
  line-height: 37px;
  padding-left: 10px;
}
.consultation .con-way-two .con-two-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.consultation .con-way-two .con-two-content li {
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.consultation .con-way-two .con-two-content .pro-name {
  width: 220px;
}
.consultation .con-way-two .con-two-content .pro-spec {
  width: 220px;
}
.consultation .con-way-two .con-two-content .pro-brand {
  width: 200px;
}
.consultation .con-way-two .con-two-content .pro-quantity {
  width: 150px;
}
.consultation .con-way-two .con-two-content .pro-unit {
  width: 100px;
}
.consultation .con-way-two .con-two-content .pro-file {
  width: 150px;
}
.consultation .con-way-two .con-two-content .pro-detail {
  width: 158px;
}
.consultation .con-way-two .con-two-content .con-header {
  background: #F7F7F7;
  height: 50px;
  line-height: 50px;
}
.consultation .con-way-two .con-two-content .content-box .con-content {
  text-align: center;
}
.consultation .con-way-two .con-two-content .content-box .con-content li {
  line-height: 64px;
  padding: 10px 0;
}
.consultation .con-way-two .con-two-content .content-box .con-content li input {
  text-align: center;
  width: 160px;
  height: 26px;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.consultation .con-way-two .con-two-content .content-box .con-content li:first-child {
  padding: 28px 0;
  line-height: 30px;
}
.consultation .con-way-two .con-two-content .content-box .con-content li:first-child textarea {
  width: 180px;
  line-height: 24px;
  text-align: left;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 24px;
}
.consultation .con-way-two .con-two-content .content-box .con-content input[type='text'] {
  width: 160px;
  height: 26px;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.consultation .con-way-two .con-two-content .content-box .con-content .pro-quantity input,
.consultation .con-way-two .con-two-content .content-box .con-content .pro-unit input {
  width: 80px;
}
.consultation .con-way-two .con-two-content .content-box .con-content .pro-file {
  position: relative;
}
.consultation .con-way-two .con-two-content .content-box .con-content .pro-file input[type='file'] {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.consultation .con-way-two .con-two-content .content-box .con-content .pro-file img {
  width: 64px;
  height: 64px;
}
.consultation .con-way-two .con-two-content .content-box .con-content .pro-detail {
  cursor: pointer;
  color: #9B9B9B;
}
.consultation .con-way-two .consu-btn {
  margin-top: 30px;
}
.consultation .con-way-two .consu-btn .add-pro {
  width: 100px;
  height: 30px;
  line-height: 30px;
/*  background: #E3ECF5;
  color: #0052A4;
  border: 1px solid #0052A4;*/
  background: rgba(175,0,0,.04);
  color: #af0000;
  border: 1px solid #af0000;
}
.consultation .con-way-two .consu-btn .submit {
  /*background: #0052A4;*/
  background: #af0000;
  color: #FFF;
  width: 150px;
  height: 45px;
}
.cart-blank {
  text-align: center;
  font-size: 20px;
}
.cart-blank .name {
  color: #232323;
  margin: 50px 0;
}
.cart-blank a {
  display: inline-block;
  width: 200px;
  /*background: #0052A4;*/
  background: #af0000;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}
