/*
 修改说明:
   2018-05-03 修改 detail-goods 中 width:98% 改为 width:70%
   2018-05-25 修改 添加.address-form textarea样式
*/

/*====================== 通用 ======================*/
.mall-btn {
  width: 120px;
  font-size: 18px;
  border-radius: 0;
  border: 2px solid transparent;
}

.mall-btn:focus, .mall-btn:active:focus, .mall-btn.active:focus, .mall-btn.focus, .mall-btn:active.focus, .mall-btn.active.focus {
  outline: none;
}

.mall-btn:active, .mall-btn.active {
  box-shadow: none;
}

.btn-main {
  color: #fff;
  background-color: #f74832;
  border-color: #f74832;
}

@media (max-width: 799px) {
  .btn-main {
    width: 100%;
  }
}

.btn-sub {
  color: #f74832;
  background-color: #fff;
  border-color: #f74832;
}

.btn-other {
  color: #4175e2;
  background-color: #fff;
  border-color: #4175e2;
}

@media (max-width: 799px) {
  .btn-other {
    width: 100%;
  }
}

.no-padding {
  padding: 0;
}

.no-right-padding {
  padding-right: 0;
}

.no-left-padding {
  padding-left: 0;
}

.auto-no-pg {
  padding-left: 15px;
  padding-right: 15px;
}

.auto-no-l-pg {
  padding-left: 15px;
}

.auto-no-r-pg {
  padding-right: 15px;
}

@media (max-width: 799px) {
  .auto-no-pg {
    padding-left: 0;
    padding-right: 0;
  }

  .auto-no-l-pg {
    padding-left: 0;
  }

  .auto-no-r-pg {
    padding-right: 0;
  }
}

.bg-color-fff {
  background-color: #fff;
}

.color-b4 {
  color: #b4b4b4;
}

.color-d7 {
  color: #d70028;
}

.color-888 {
  color: #888;
}

.font-20 {
  font-size: 20px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-t80 {
  margin-top: 80px;
}

.width-55p {
  width: 55%;
}

.mall-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1599px) {
  .mall-container {
    width: 80%;
  }
}

@media (max-width: 1399px) {
  .mall-container {
    width: 85%;
  }
}

@media (max-width: 1199px) {
  .mall-container {
    width: 90%;
  }
}

@media (max-width: 999px) {
  .mall-container {
    width: 95%;
  }
}

@media (max-width: 799px) {
  .mall-container {
    width: 100%;
  }
}

/*====================== cx ======================*/
.min-height-960 {
  min-height: 960px;
}

@media (max-width: 1599px) {
  .min-height-960 {
    min-height: 960px;
  }
}

@media (max-width: 414px) {
  .min-height-960 {
    min-height: 736px;
  }
}

@media (max-width: 412px) {
  .min-height-960 {
    min-height: 732px;
  }
}

@media (max-width: 375px) {
  .min-height-960 {
    min-height: 667px;
  }
}

@media (max-width: 360px) {
  .min-height-960 {
    min-height: 640px;
  }
}

@media (max-width: 320px) {
  .min-height-960 {
    min-height: 568px;
  }
}

.index-search {
  width: 70%;
  padding: 25px 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .index-search {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .index-search {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .index-search {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .index-search {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .index-search {
    width: 98%;
    padding: 10px 0;
  }
}

.search-order,
.search-car {
  height: 100%;
  text-align: center;
}

.search-text {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  height: 40px;
}

.search-order > button,
.search-car > button {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #f74832;
  font-size: 12px;
  background-color: #fff6f5;
  border: 1px solid #fdd3ce;
  position: relative;
}

.search-order > button > span,
.search-car > button > span {
  vertical-align: middle;
  padding-right: 8px;
}

.search-order > button > img,
.search-car > button > img {
  vertical-align: middle;
}

.search-order > a {
  display: block;
  width: 38px;
  height: 40px;
  background: url('../image/mall/order@2x.png') no-repeat center;
  background-size: 28px 30px;
  position: relative;
}

.search-car a {
  display: block;
  width: 38px;
  height: 40px;
  background: url('../image/mall/shopping_cart@2x.png') no-repeat center;
  background-size: 28px 30px;
  position: relative;
}

.search-car > button > span:last-child {
  width: 18px;
  height: 18px;
  padding-left: 5px;
  color: #fff;
  background-color: #f74832;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  right: 18px;
  font-size: 13px;
}

.search-car > a > span {
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #f74832;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 13px;
}

.search-text > div {
  width: 100%;
  height: 35px;
  background-color: #f74832;
}

@media (max-width: 799px) {
  .search-text > div {
    height: 32px;
    margin-top: 4px;
  }
}

.goods-detail-bread {
  padding-left: 5px;
  background-color: rgba(255, 255, 255, 0);
}

.search-text > div > input[type='text'] {
  width: 80%;
  height: 33px;
  border: 0;
  margin-left: 1px;
  padding-left: 15px;
  color: #969696;
  outline: none;
  vertical-align: middle;
}

@media (max-width: 799px) {
  .search-text > div > input[type='text'] {
    height: 30px;
    margin-top: 1px;
  }
}

@media (max-width: 414px) {
  .search-text > div > input[type='text'] {
    width: 84%;
  }
}

@media (max-width: 375px) {
  .search-text > div > input[type='text'] {
    width: 82%;
  }
}

@media (max-width: 360px) {
  .search-text > div > input[type='text'] {
    width: 81%;
  }
}

@media (max-width: 320px) {
  .search-text > div > input[type='text'] {
    width: 79%;
  }
}

.search-text > div > a {
  display: inline-block;
  width: 18%;
  color: #fff;
  text-align: center;
  padding: 6px 0 7px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.search-text > div > a:hover {
  text-decoration: none;
}

.search-text > div > img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.index-banner {
  width: 100%;
  height: 340px;
  /*background: url("../image/mall/banner.png") no-repeat center top;*/
  /*background-size: contain;*/
}

.shopBannerImg {
  display: block;
  margin: 0 auto;
  width: 1000px;
  height: 334px;
}

@media (max-width: 799px) {
  .index-banner {
    height: 140px;
  }
}

.index-resale-prompt > div:last-child {
  width: 110px;
  height: 22px;
  line-height: 22px;
  border-radius: 15px;
  background-color: #f74832;
  color: #fff;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
  float: right;
}

.index-goods-title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}

.index-goods-title {
  border-bottom: 1px solid #e4b9b9;
}

@media (max-width: 1599px) {
  .index-goods-title {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .index-goods-title {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .index-goods-title {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .index-goods-title {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .index-goods-title {
    width: 96%;
    margin-bottom: 10px;
  }
}

.index-goods-title > ul > li:first-child {
  float: left !important;
  border-left: 3px solid #f74832;
  height: 18px;
  text-indent: 8px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 6px;
}

.index-goods-title > ul > li:first-child span {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  padding-left: 5px;
  height: 18px;
}

.index-goods-title > ul > li:last-child {
  float: right;
}

.index-goods-title > ul > li:last-child > a {
  cursor: pointer;
}

.index-goods-title > ul > li:last-child > a:hover {
  text-decoration: none;
}

.index-goods-title > ul > li:last-child > a > span {
  font-size: 16px;
  color: #969696;
  padding-right: 6px;
  vertical-align: middle;
}

.index-goods-title > ul > li:last-child > a > i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../image/mall/all.png') no-repeat;
  vertical-align: middle;
}

.index-goods-list {
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}

.index-thumbnail {
  width: 94%;
  height: 313px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .index-goods-list {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .index-goods-list {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .index-goods-list {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .index-goods-list {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .index-goods-list {
    width: 96%;
  }

  .index-goods-list .no-padding:nth-child(2n) .index-thumbnail {
    float: right;
  }

  .index-thumbnail {
    width: 98%;
    height: 313px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    margin-left: 0;
  }
}

.index-goods-title {
  margin-bottom: 10px;
}

.index-thumbnail .thumb-img {
  height: 237px;
  border-bottom: 1px solid #dcdcdc;
}

.index-thumbnail .thumb-img img {
  width: 100%;
  height: 100%;
}

.index-thumbnail .index-caption {
  height: 75px;
  padding: 5px 16px 7px;
}

@media (max-width: 799px) {
  .index-thumbnail {
    height: 241px;
  }

  .index-thumbnail .thumb-img {
    height: 165px;
  }

  .index-thumbnail .index-caption {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.index-caption h4 {
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-caption div.clearfix div {
  height: 28px;
  line-height: 28px;
}

.index-caption div.clearfix div:first-child span:first-child {
  font-size: 14px;
  color: #d70028;
}

.index-caption div.clearfix div:first-child span:last-child {
  font-size: 20px;
  color: #d70028;
}

@media (max-width: 799px) {
  .index-caption div.clearfix div:first-child span:last-child {
    font-size: 17px;
  }
}

.index-caption div.clearfix div:last-child span {
  font-size: 12px;
  color: #969696;
}

.prv:hover, .next:hover, .first:hover, .last:hover,
.pagingUl li a:hover, .activP {
  background-color: #f74832 !important;
  color: #fff !important;
}

.detail-crumb {
  white-space: nowrap;
}

.detail-crumb, .detail-tabs {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .detail-crumb, .detail-tabs {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .detail-crumb, .detail-tabs {
    width: 92%;
  }
}

@media (max-width: 1199px) {
  .detail-crumb, .detail-tabs {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .detail-crumb, .detail-tabs {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .detail-crumb, .detail-tabs {
    width: 98%;
  }

  .detail-crumb > li {
    overflow: hidden;
  }
}

/*2018-05-03 修改 detail-goods 中 width:98% 改为 width:70%*/
.detail-goods {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 799px) {
  .detail-goods {
    width: 100%;
  }
}

.detail-nav {
  height: 42px;
  background-color: #fff6f5;
  border-top: 2px solid #f74832;
}

.detail-nav .breadcrumb > li > a {
  font-size: 14px;
  color: #646464;
}

.detail-nav .breadcrumb > li + li:before {
  content: '>';
}

.detail-goods {
  padding: 10px 0 0;
}

.detail-goods .goods-img {
  width: 34%;
  height: 340px;
}

@media (max-width: 799px) {
  .detail-goods .goods-img {
    width: 100%;
    height: 300px;
  }
}

.detail-goods .goods-img img {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
}

.detail-goods .goods-info {
  width: 62%;
  margin-left: 30px;
  height: 340px;
}

@media (max-width: 799px) {
  .detail-goods .goods-info {
    width: 100%;
    margin-left: 0;
    height: 255px;
  }
}

.detail-goods .goods-info form {
  width: 100%;
  height: 100%;
}

.detail-goods .goods-info form .form-group {
  margin: 0;
}

.detail-goods .goods-info form .form-group:nth-child(1) .form-control-static {
  padding: 20px 0 5px 0;
  line-height: 18px;
}

.detail-goods .goods-info form .form-group:nth-child(1) .form-control-static .goods-name {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  padding-left: 5px;
}

.detail-goods .goods-info form .form-group:nth-child(2) .form-control-static {
  padding: 21px 0 10px;
  background-color: #fff6f5;
  line-height: 24px;
  margin-top: 15px;
}

.detail-goods .goods-info form .form-group:nth-child(2) .form-control-static label {
  padding: 0 5px;
  font-size: 14px;
  color: #969696;
  margin-bottom: 0;
  vertical-align: baseline;
}

.detail-goods .goods-info form .form-group:nth-child(2) .form-control-static .goods-rmb {
  font-size: 16px;
  color: #d70028;
  vertical-align: baseline;
}

.detail-goods .goods-info form .form-group:nth-child(2) .form-control-static .goods-price {
  font-size: 24px;
  color: #d70028;
  vertical-align: baseline;
}

.detail-goods .goods-info form .form-group:nth-child(3) .form-control-static {
  padding: 10px 0 16px;
  background-color: #fff6f5;
  line-height: 14px;
}

.detail-goods .goods-info form .form-group:nth-child(3) .form-control-static label {
  padding: 0 10px 0 5px;
  font-size: 14px;
  color: #969696;
  margin-bottom: 0;
}

.goods-detail-cart {
  height: 45px;
}

.goods-detail-cart div button {
  height: 25px;
  width: 25px;
  border: 1px solid #fdd3ce;
  background-color: #fff;
  outline: none;
  vertical-align: middle;
}

.detail-goods .goods-info form .form-group:nth-child(3) .form-control-static .goods-sales {
  font-size: 14px;
  color: #d70028;
}

.detail-goods .goods-info form .form-group:nth-child(4) .form-control-static {
  padding: 25px 0;
  line-height: 14px;
}

.detail-goods .goods-info form .form-group:nth-child(4) .form-control-static i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../image/mall/tips.png") no-repeat;
  vertical-align: middle;
}

.detail-goods .goods-info form .form-group:nth-child(4) .form-control-static label {
  padding: 0 30px 0 5px;
  font-size: 14px;
  color: #969696;
  vertical-align: middle;
  margin-bottom: 0;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div {
  padding: 0 0 20px;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div label {
  padding: 0 20px 0 0;
  font-size: 14px;
  color: #969696;
  vertical-align: middle;
  margin-bottom: 0;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div input {
  width: 45px;
  height: 25px;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  padding-left: 8px;
  border: 1px solid #fdd3ce;
  margin-top: -1px;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div > div {
  display: inline-block;
  width: 15px;
  height: 45px;
  line-height: 22px;
  vertical-align: middle;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div > div button {
  width: 15px;
  font-size: 2px;
  padding: 0;
  border: 1px solid #fdd3ce;
  background-color: #fff6f5;
  vertical-align: top;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div > div button:first-child {
  height: 22px;
  line-height: 22px;
  border-bottom: 0;
}

.detail-goods .goods-info form .form-group:nth-child(5) > div > div button:last-child {
  height: 23px;
  line-height: 23px;
}

.goods_details_btn {
  display: none;
}

.detail-goods .goods-info form .form-group:nth-child(6) > div > button {
  width: 180px;
}

.goods-detail-lg-btn {
  display: block;
}

@media (max-width: 799px) {
  .detail-goods .goods-info form .form-group:nth-child(1) .form-control-static,
  .detail-goods .goods-info form .form-group:nth-child(2) .form-control-static,
  .detail-goods .goods-info form .form-group:nth-child(3) .form-control-static,
  .detail-goods .goods-info form .form-group:nth-child(4) .form-control-static {
    padding: 10px 0;
  }

  .goods-detail-lg-btn {
    display: none;
  }

  .detail-goods .goods-info form .form-group:nth-child(4) .form-control-static {
    padding-left: 5px;
  }

  .detail-goods .goods-info form .form-group:nth-child(4) .form-control-static label {
    padding-right: 0;
    padding-left: 0;
  }

  .detail-goods .goods-info form .form-group:nth-child(5) > div {
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .detail-goods .goods-info form .form-group:nth-child(6) > div {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .detail-goods .goods-info form .form-group:nth-child(6) > div > button {
    width: 48%;
  }

  .detail-goods .goods-info form .form-group:nth-child(6) > div > button:first-child {
    float: left;
  }

  .goods_details_btn button {
    width: 48%;
  }

  .goods_details_btn button:first-child {
    float: left;
  }

  .goods_details_btn button:last-child {
    float: right;
  }

  .detail-goods .goods-info form .form-group:nth-child(6) > div > button:last-child {
    float: right;
  }

  .goods_details_btn {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    display: block;
    margin-bottom: 0;
    box-shadow: 0 0 8px #646464;
    background-color: #fff;
  }

  .goods_details_btn > div {
    width: 220px;
    height: 100%;
    float: right;
    text-align: right;
  }

  .goods_details_btn > div > .btn {
    padding: 0;
  }

  .goods_details_btn > div > .btn-main {
    width: 110px;
    height: 100%;
    float: none;
    vertical-align: top;
  }

  .goods_details_btn > div > .btn-sub {
    width: 110px;
    height: 100%;
    float: none;
    vertical-align: top;
  }
}

.detail-tabs {
  border: 1px solid #fddad6;
}

.detail-tabs .nav-tabs {
  height: 40px;
  line-height: 40px;
  background-color: #fff6f5;
}

.detail-tabs .nav-tabs > li {
  height: 40px;
  line-height: 40px;
}

.detail-tabs .nav-tabs > li > a {
  padding: 8px 10px;
  font-size: 16px;
  color: #646464;
}

.detail-tabs .nav-tabs > li > a > span {
  font-size: 16px;
  color: #f74832;
}

.detail-tabs .nav-tabs > li.active a {
  border: 0;
  border-top: 3px solid #f74832;
  border-radius: 0;
  margin-top: -1px;
  color: #f74832;
}

.detail-tabs .detail-content,
.detail-tabs .detail-comment {
  padding: 20px;
}

.detail-content {
  min-height: 200px;
}

.detail-tabs .detail-comment > li {
  border-bottom: 1px dotted #fddad6;
}

.detail-tabs .detail-comment > li > div:first-child {
  width: 100%;
  height: 60px;
  padding: 20px 0 10px;
  line-height: 30px
}

.detail-tabs .detail-comment > li > div:first-child > div:first-child {
  float: left;
}

.detail-tabs .detail-comment > li > div:first-child > div:first-child img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
}

.detail-tabs .detail-comment > li > div:first-child > div:first-child span,
.detail-tabs .detail-comment > li > div:first-child > div:last-child span {
  font-size: 12px;
  color: #323232;
  padding-left: 10px;
}

.detail-tabs .detail-comment > li > div:first-child > div:first-child img.star_icon {
  width: 117px;
  height: 16px;
  border-radius: 0;
}

@media (max-width: 799px) {
  .detail-tabs .detail-comment > li > div:first-child > div:first-child img.star_icon {
    width: 58px;
    height: 8px;
  }
}

.detail-tabs .detail-comment > li > div:first-child > div:last-child {
  float: right;
}

.detail-tabs .detail-comment > li > div:last-child {
  width: 100%;
  padding: 0 0 20px 40px;
  line-height: 20px;
}

.detail-tabs .detail-comment > li > div:last-child span {
  font-size: 14px;
  color: #646464;
  word-break: break-all;
  word-wrap: break-word
}

.detail-comment {
  min-height: 200px;
}

.cart-title {
  height: 38px;
  line-height: 38px;
  padding-top: 7px;
}

.cart-title > span {
  padding: 0 12px;
  border-left: 3px solid #f74832;
  color: #646464;
  font-size: 24px;
  display: block;
  height: 24px;
  line-height: 24px;
}

@media (max-width: 320px) {
  .cart-title > span {
    font-size: 18px;
  }
}

.cart-search {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 799px) {
  .cart-search {
    padding: 5px;
  }
}

@media (max-width: 414px) {
  .cart-search > div > div > input[type='text'] {
    width: 83%;
  }
}

@media (max-width: 412px) {
  .cart-search > div > div > input[type='text'] {
    width: 82%;
  }
}

@media (max-width: 375px) {
  .cart-search > div > div > input[type='text'] {
    width: 79%;
  }
}

.cart-header, .cart-list, .cart-button-bar {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .cart-header, .cart-list, .cart-button-bar {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .cart-header, .cart-list, .cart-button-bar {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .cart-header, .cart-list, .cart-button-bar {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .cart-header, .cart-list, .cart-button-bar {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .cart-list {
    width: 98%;
  }

  .cart-header, .cart-button-bar {
    width: 100%;
  }
}

.cart-header .list-header-item {
  width: 100%;
  height: 42px;
  border-top: 2px solid #f74832;
  background-color: #fff6f5;
  margin-bottom: 25px;
}

.cart-header .list-header-item > div {
  float: left;
  height: 40px;
  line-height: 40px;
}

.cart-header .list-header-item > div > span {
  font-size: 12px;
  color: #646464;
}

.cart-header .list-header-item > div:nth-child(1),
.cart-header .list-header-item > div:nth-child(3),
.cart-header .list-header-item > div:nth-child(4),
.cart-header .list-header-item > div:nth-child(5) {
  width: 16%;
}

.cart-header .list-header-item > div:nth-child(2) {
  width: 24%;
}

.cart-header .list-header-item > div:nth-child(6) {
  width: 12%;
}

.cart-header .list-header-item > div:nth-child(1) {
  padding-left: 20px;
}

.cart-header .list-header-item > div:nth-child(1) input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

@media (max-width: 799px) {
  .cart-header .list-header-item > div:nth-child(1) {
    width: 100%;
  }

  .cart-header .list-header-item > div:nth-child(2),
  .cart-header .list-header-item > div:nth-child(3),
  .cart-header .list-header-item > div:nth-child(4),
  .cart-header .list-header-item > div:nth-child(5),
  .cart-header .list-header-item > div:nth-child(6) {
    display: none;
  }
}

.cart-list .list-group-item {
  height: 110px;
  border: 1px solid #fddad6;
  padding: 0;
  border-radius: 0;
}

.cart-list .list-group-item > div {
  float: left;
  height: 110px;
  padding-top: 12px;
}

.cart-list .list-group-item > div:nth-child(1),
.cart-list .list-group-item > div:nth-child(3),
.cart-list .list-group-item > div:nth-child(4),
.cart-list .list-group-item > div:nth-child(5) {
  width: 16%;
}

.cart-list .list-group-item > div:nth-child(2) {
  width: 24%;
}

.cart-list .list-group-item > div:nth-child(6) {
  width: 12%;
}

.cart-list .list-group-item > div:nth-child(1) {
  height: 109px;
  line-height: 109px;
  padding: 15px 0 0 20px;
}

.cart-list .list-group-item > div:nth-child(1) input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.cart-list .list-group-item > div:nth-child(1) img {
  width: 80px;
  height: 80px;
  vertical-align: top;
  border: 1px solid #eeeeee;
}

.cart-list .list-group-item > div:nth-child(2) span {
  font-size: 12px;
  color: #646464;
}

.cart-list .list-group-item > div:nth-child(3) span {
  font-size: 14px;
  color: #000;
}

.cart-list .list-group-item > div:nth-child(4) button {
  width: 25px;
  height: 25px;
  line-height: 5px;
  background-color: #fff;
  border: 1px solid #fddad6;
  vertical-align: top;
  outline: none;
}

.cart-list .list-group-item > div:nth-child(4) button:last-child {
  margin-left: -5px;
}

.cart-list .list-group-item > div:nth-child(4) input[type='text'] {
  width: 47px;
  height: 25px;
  border: 0;
  border-top: 1px solid #fddad6;
  border-bottom: 1px solid #fddad6;
  padding-left: 10px;
  vertical-align: top;
  outline: none;
  font-size: 12px;
}

.cart-list .list-group-item > div:nth-child(5) span {
  font-size: 14px;
  color: #f74832;
  font-weight: bold;
}

.cart-list .list-group-item > div:nth-child(6) a {
  font-size: 14px;
}

@media (max-width: 799px) {
  .cart-list .list-group-item {
    height: 121px;
  }

  .cart-list .list-group-item > div {
    padding-top: 0;
  }

  .cart-list .list-group-item > div:nth-child(1) {
    width: 50%;
    height: 119px;
    line-height: 119px;
    padding: 10px 0 0 20px;
  }

  .cart-list .list-group-item > div:nth-child(1) img {
    width: 100px;
    height: 100px;
  }

  .cart-list .list-group-item > div:nth-child(2) {
    width: 40%;
    height: 40px;
    line-height: 16px;
    padding-top: 8px;
    overflow: hidden;
  }

  .cart-list .list-group-item > div:nth-child(4) {
    width: 40%;
    height: 25px;
    line-height: 25px;
  }

  .cart-list .list-group-item > div:nth-child(3),
  .cart-list .list-group-item > div:nth-child(5) {
    width: 40%;
    height: 28px;
    line-height: 28px;
  }

  .cart-list .list-group-item > div:nth-child(6) {
    width: 10%;
    height: 119px;
    line-height: 119px;
    float: right;
    margin-top: -93px;
  }

  .cart-list .list-group-item > div:nth-child(4) button {
    vertical-align: top;
  }

  .cart-list .list-group-item > div:nth-child(4) input[type='text'] {
    vertical-align: top;
  }

}

.cart-bottom-nav {
  width: 100%;
  box-shadow: 0 0 8px #646464;
  background-color: #fff;
}

.cart-bottom-nav .cart-button-bar div:first-child {
  float: left;
  height: 44px;
  line-height: 44px;
}

.cart-bottom-nav .cart-button-bar div:last-child {
  float: right;
  height: 44px;
  line-height: 44px;
}

.cart-bottom-nav .cart-button-bar div:first-child input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.cart-bottom-nav .cart-button-bar div:first-child span,
.cart-bottom-nav .cart-button-bar div:first-child a,
.cart-bottom-nav .cart-button-bar div:last-child span:first-child {
  font-size: 12px;
  color: #646464;
  vertical-align: middle;
}

.cart-bottom-nav .cart-button-bar div:last-child b {
  font-size: 20px;
  color: #d70028;
  padding: 0 40px 0 20px;
}

.cart-bottom-nav .cart-button-bar div:last-child button {
  font-size: 20px;
  padding: 10px 12px;
}

@media (max-width: 799px) {
  .cart-bottom-nav .cart-button-bar div:first-child {
    padding-left: 10px;
    width: 30%;
  }

  .cart-bottom-nav .cart-button-bar div:last-child {
    width: 70%;
    float: left;
  }

  .cart-bottom-nav .cart-button-bar div:last-child b {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .cart-bottom-nav .cart-button-bar div:last-child button {
    float: right;
    width: 90px;
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .cart-bottom-nav .cart-button-bar div:last-child b {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
  }
}

.order-address-list, .order-cart-list, .order-info-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .order-address-list, .order-cart-list, .order-info-list {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .order-address-list, .order-cart-list, .order-info-list {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .order-address-list, .order-cart-list, .order-info-list {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .order-address-list, .order-cart-list, .order-info-list {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .order-address-list, .order-cart-list, .order-info-list {
    width: 98%;
  }
}

.order-address-list > div,
.order-cart-list > div,
.order-info-list > div {
  width: 100%;
  height: 56px;
  padding: 30px 0 10px;
  line-height: 16px;
}

.normal_title {
  font-size: 16px;
}

.goods_list_bar {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 799px) {
  .order-address-list > div,
  .order-cart-list > div,
  .order-info-list > div {
    height: 36px;
    padding: 10px 0 10px;
    line-height: 16px;
  }
}

.order-address-list > div {
  height: 31px;
  padding-top: 5px;
}

.order-address-list > div > span {
  font-size: 16px;
  color: #646464;
}

.order-address-list > ul {
  width: 100%;
  height: 82px;
}

@media (max-width: 799px) {
  .order-address-list > ul {
    height: auto;
  }
}

.order-address-list > ul > li {
  width: 23%;
  height: 82px;
  float: left;
  border: 1px solid #969696;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 10px;
}

.order-address-list > ul > li:last-child {
  padding: 0;
}

@media (max-width: 799px) {
  .order-address-list > ul > li {
    width: 100%;
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-left: 10px;
  }

  .order-address-list > ul > li:last-child {
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0;
  }
}

.order-address-list > ul > li > div {
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.order-address-list > ul > li > .email-address {
  width: 100%;
  height: 26px;
  line-height: 26px;
}
@media (max-width: 799px) {
  .order-address-list > ul > li > div {
    height: 30px;
    line-height: 15px;
  }

  .order-address-list > ul > li > div:nth-child(1) {
    width: 62%;
    display: inline-block;
  }

  .order-address-list > ul > li > div:nth-child(2) {
    width: 38%;
    display: inline-block;
  }
}

.order-address-list > ul > li > div:last-child {
  height: 28px;
  line-height: 28px;
}

@media (max-width: 799px) {
  .order-address-list > ul > li > div:last-child {
    height: 22px;
    line-height: 22px;
  }
}

.order-address-list > ul > li > div:last-child > div {
  height: 28px;
  line-height: 28px;
  float: right;
  padding-right: 15px;
}

@media (max-width: 799px) {
  .order-address-list > ul > li > div:last-child > div {
    height: 22px;
    line-height: 22px;
    float: left;
  }
}

.order-address-list > ul > li > div:nth-child(1) > span,
.order-address-list > ul > li > div:nth-child(2) > span,
.order-address-list > ul > li > div:nth-child(3) > div > a {
  font-size: 14px;
  color: #646464;
  margin-right: 10px;
}

@media (max-width: 799px) {
  .order-address-list > ul > li > div:nth-child(1) > span,
  .order-address-list > ul > li > div:nth-child(2) > span,
  .order-address-list > ul > li > div:nth-child(3) > div > a {
    padding-left: 3px;
  }
}

.order-address-list > ul > li > div:nth-child(2) > span {
  color: #969696;
}

.order-address-list > ul > li > div:nth-child(3) > div > a {
  color: #f54632;
}

.order-address-list > ul > li.active {
  border: 1px solid #f74832;
  background: url("../image/mall/email_selected.png") no-repeat bottom right;
}

.order-address-list > ul > li.active > div:last-child > div {
  padding-right: 35px;
}

.order-address-list > ul > li.default {
  position: relative;
}

.order-address-list > ul > li.default:after {
  content: '默认';
  background-color: #fadad6;
  color: #f74832;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 0 3px;
}

.order-address-list > ul > li.add > div {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 799px) {
  .order-address-list > ul > li.add > div {
    height: 44px;
    line-height: 44px;
  }
}

.order-address-list > ul > li.add > div > span {
  padding-left: 0;
  font-size: 16px;
}

.modal-address-ul {
  border-radius: 0;
}

.modal-address-ul > li.active,
.modal-address-ul > li.active:hover,
.modal-address-ul > li.active:focus {
  background-color: #f74832;
  border-color: #f74832;
}

.modal-address-ul > li.active a {
  color: #fff;
}
.color96{
  color:#969696;
}
.email-address{
  color:#646464;
  padding-right:20px;
}
.order-cart-list > ul {
  width: 100%;
  border: 1px solid #fddad6;
}

.order-cart-list > ul > .list-header-item {
  background-color: #fff6f5;
}

.order-cart-list > ul > .list-header-item > div {
  float: left;
  height: 38px;
  line-height: 38px;
}

.order-cart-list > ul > .list-header-item > div:nth-child(1),
.order-cart-list > ul > .list-group-item > div:nth-child(1),
.order-cart-list > ul > .list-header-item > div:nth-child(3),
.order-cart-list > ul > .list-group-item > div:nth-child(3),
.order-cart-list > ul > .list-header-item > div:nth-child(4),
.order-cart-list > ul > .list-group-item > div:nth-child(4) {
  width: 15%;
}

@media (min-width: 799px) {
  .add_order_img {
    width: 12% !important;
  }
}

.order-cart-list > ul > .list-header-item > div:nth-child(2),
.order-cart-list > ul > .list-group-item > div:nth-child(2) {
  width: 55%;
}

.order-cart-list > ul > .list-header-item > div > span,
.order-cart-list > ul > .list-group-item > div > span {
  font-size: 12px;
  color: #646464;
}

.order-cart-list > ul > .list-group-item > div {
  float: left;
  height: 100%;
}

@media (max-width: 799px) {
  .order-cart-list > ul > .list-group-item {
    padding: 5px 10px;
  }

  .order-cart-list > ul > .list-group-item > div {
    height: 35px;
    line-height: 18px;
  }
}

.order-cart-list > ul > .list-group-item > div:first-child > img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
}

@media (max-width: 799px) {
  .order-cart-list > ul > .list-group-item > div:first-child > img {
    width: 35px;
    height: 35px;
  }
}

.order-cart-list > ul > .list-group-item > div:nth-child(3) > span,
.order-cart-list > ul > .list-group-item > div:nth-child(3) > span {
  color: #000;
}

@media (max-width: 799px) {
  .order-cart-list > ul > .list-group-item > div:nth-child(4) {
    text-align: center;
  }
}

.order-info-list ul li:nth-child(1) > div.clearfix {
  line-height: 16px;
}

.order-info-list ul li:nth-child(1) > div.clearfix:first-child {
  padding: 20px 0 6px;
  border-top: 1px solid #fddad6;
}

.order-info-list ul li:nth-child(1) > div.clearfix:last-child {
  padding: 6px 0 20px;
}

@media (max-width: 799px) {
  .order-info-list ul li:nth-child(1) > div.clearfix:first-child,
  .order-info-list ul li:nth-child(1) > div.clearfix:last-child {
    padding: 10px 0 5px 7px;
    width: 49%;
    display: inline-block;
    border-top: 1px solid #fddad6;
  }
}

.order-info-list ul li:nth-child(1) > div.clearfix > div,
.order-info-list ul li:nth-child(2) > div.clearfix > div {
  float: right;
  margin-right: 30px;
}

@media (max-width: 799px) {
  .order-info-list ul li:nth-child(1) > div.clearfix > div,
  .order-info-list ul li:nth-child(2) > div.clearfix > div {
    float: left;
    margin-right: 0;
  }
}

.order-info-list ul li:nth-child(1) > div.clearfix > div > span,
.order-info-list ul li:nth-child(2) > div.clearfix > div > span {
  font-size: 16px;
  color: #000;
}

.order-info-list ul li:nth-child(1) > div.clearfix > div > span:first-child,
.order-info-list ul li:nth-child(2) > div.clearfix > div > span:first-child {
  padding-right: 20px;
}

.order-info-list ul li:nth-child(2) > div.clearfix {
  line-height: 21px;
  padding: 18px 0;
  background-color: #fff6f5;
}

@media (max-width: 799px) {
  .order-info-list ul li:nth-child(2) > div.clearfix {
    padding: 8px 0 8px 7px;
  }
}

.order-info-list ul li:nth-child(2) > div.clearfix > div > span:last-child {
  font-size: 24px;
  font-weight: bold;
  color: #d70028;
}

.order-info-list > nav {
  padding-top: 25px;
  background-color: #fff;
}

@media (max-width: 799px) {
  .order-info-list > nav {
    width: 100%;
    padding-top: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 0 8px #646464;
  }

  .order-info-list > nav button {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    width: 100px;
  }
}

.address-modal .modal-header h3 {
  font-size: 18px;
  color: #6e6e6e;
}

.address-modal .address-form label,
.add-card-form label {
  font-size: 18px;
  color: #6e6e6e;
  font-weight: normal;
}

/*2018-05-25 修改 添加.address-form textarea样式*/
.address-modal .address-form input[type='text'],
.address-modal .address-form textarea,
.add-card-form input[type='text'] {
  font-size: 14px;
  color: #6e6e6e;
  border: 0;
  background-color: #f0f3f7;
  border-radius: 0;
}

@media (max-width: 799px) {
  .address-modal .modal-footer .btn-main {
    width: 120px;
  }
}

.order-pay-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .order-pay-list {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .order-pay-list {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .order-pay-list {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .order-pay-list {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .order-pay-list {
    width: 98%;
  }
}

.order-pay-list > div {
  width: 100%;
  padding: 20px 0 30px;
  line-height: 24px;
}

@media (max-width: 799px) {
  .order-pay-list > div {
    padding: 5px 10px 10px;
  }
}

.order-pay-list > div span:first-child {
  font-size: 16px;
  color: #000;
  padding-right: 12px;
}

.order-pay-list > div span:last-child {
  font-size: 24px;
  color: #d70028;
  font-weight: bold;
}

.order-pay-list > form {
  width: 75%;
  border: 1px solid #fddad6;
  border-top: 2px solid #f74832;
  padding-top: 20px;
}

.order-back-cause form.form-horizontal {
  width: 100%;
}

@media (max-width: 799px) {
  .order-pay-list > form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}

.order-pay-list > form .form-group label {
  font-weight: normal;
  font-size: 16px;
  color: #6e6e6e;
}

.order-pay-list > form .form-group input[type='text'],
.order-pay-list > form .form-group input[type='password'] {
  border: 0;
  background-color: #f0f3f7;
  border-radius: 0;
  color: #6e6e6e;
  height: 28px;
  padding-left: 10px;
}

.order-pay-list > form .form-group:nth-child(4) input[type='text'] {
  width: 30%;
  outline: none;
  vertical-align: middle;
}

@media (max-width: 799px) {
  .order-pay-list > form .form-group:nth-child(4) input[type='text'] {
    width: 58%;
  }
}

.order-pay-list > form .form-group:nth-child(4) button {
  color: #518ce8;
  background-color: #fff;
  border-color: #518ce8;
  font-size: 14px;
  padding: 2px 10px;
  vertical-align: middle;
  border-radius: 0;
}

.order-pay-list > form .form-group:nth-child(3) input[type='password'] {
  width: 30%;
  outline: none;
  margin-left: -5px;
}

@media (max-width: 799px) {
  .order-pay-list > form .form-group:nth-child(3) input[type='password'] {
    width: 58%;
  }
}

.add-card-form {
  padding-top: 20px;
}

@media (max-width: 799px) {
  .add-card-form .form-group {
    margin-bottom: 5px;
  }
}

.add-card-form .form-group label {
  padding-top: 0;
  height: 28px;
  line-height: 28px;
}

.add-card-form .form-group input[type='text'] {
  height: 28px;
}

.add-card-form .form-group input[type='checkbox'] + a {
  color: #d70028;
}

.add-card-form .form-group:last-child button {
  width: 160px;
}

@media (max-width: 799px) {
  .add-card-form .form-group:last-child button {
    width: 100%;
  }
}

.add-card-form .err-msg span {
  color: #d70028;
}

.order-all-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .order-all-list {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .order-all-list {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .order-all-list {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .order-all-list {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .order-all-list {
    width: 98%;
  }
}

.order-all-list {
  border: 0;
}

.order-all-list .nav-tabs {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}

.order-all-list .nav-tabs > li {
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}

.order-all-list .nav-tabs > li > a {
  padding: 8px 27px;
  font-size: 16px;
  color: #646464;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 799px) {
  .order-all-list .nav-tabs > li > a {
    padding: 8px 5px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .order-all-list .nav-tabs > li > a {
    padding: 8px 2px;
    font-size: 14px;
  }
}

.order-all-list .nav-tabs > li > i {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  border-right: 1px solid #fdd3ce;
}

.order-all-list .nav-tabs > li.active a {
  border: 0;
  border-top: 3px solid #f74832;
  border-radius: 0;
  margin-top: -1px;
  color: #f74832;
  background-color: #fff6f5;
}

.order-all-list .list-group .list-header-item > div {
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #fff6f5;
}

.order-all-list .list-group .list-header-item > div span,
.order-all-list .list-group .list-group-item > div:first-child span {
  font-size: 14px;
  color: #646464;
  padding: 0 12px;
}

.order-all-list .list-group .list-header-item > div:nth-child(1) {
  width: 35%;
}

.order-all-list .list-group .list-header-item > div:nth-child(2),
.order-all-list .list-group .list-header-item > div:nth-child(3),
.order-all-list .list-group .list-header-item > div:nth-child(4),
.order-all-list .list-group .list-header-item > div:nth-child(5),
.order-all-list .list-group .list-header-item > div:nth-child(6) {
  width: 13%;
}

.order-all-list .list-group .list-group-item {
  margin-top: 25px;
  border: 1px solid #fdd3ce;
  padding: 0;
}

.order-all-list .list-group .list-group-item > div:first-child {
  height: 40px;
  line-height: 40px;
  background-color: #fff6f5;
}

@media (max-width: 799px) {
  .order-all-list .list-group .list-group-item > div:first-child {
    height: 30px;
    line-height: 30px;
  }
}

.order-all-list .list-group .list-group-item > div:last-child {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.order-all-list .list-group .list-group-item > div:last-child > div {
  display: inline-block;
  vertical-align: middle;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) {
  width: 61%;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(2),
.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(3),
.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) {
  width: 13%;
  height: 100%;
}

@media (max-width: 799px) {
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1),
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) {
    width: 100%;
  }

  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(2),
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(3) {
    width: 50%;
  }
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div {
  display: inline-block;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) {
  width: 57%;
  height: 95px;
  padding-left: 12px;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(2),
.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(3) {
  width: 21%;
  height: 95px;
  line-height: 95px;
  padding-left: 12px;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  display: inline-block;
}

.hide-title-name {
  display: inline-block;
  width: 200px;
  padding-left: 15px;
}

@media (max-width: 799px) {
  .hide-title-name {
    padding-left: 0;
  }

  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1),
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(2),
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(3) {
    height: 52px;
    line-height: 52px;
    padding-left: 4px;
  }

  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) img {
    width: 50px;
    height: 50px;
  }

  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(3) {
    text-align: center;
  }
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) > div {
  width: 72%;
  max-height: 80px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 7px;
  overflow: hidden;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) > div span {
  font-size: 16px;
  color: #646464;
}

@media (max-width: 799px) {
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) > div {
    max-height: 50px;
    line-height: 15px;
  }

  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(1) > div span {
    font-size: 12px;
  }
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(2) span,
.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(3) span {
  font-size: 16px;
  color: #000;
  vertical-align: middle;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(1) > div > div:nth-child(3) span {
  color: #a9a9a9;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(2) span {
  font-size: 16px;
  color: #d70028;
  font-weight: bold;
}

@media (max-width: 799px) {
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(2) span:first-child,
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(3) span:first-child {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: bold;
  }
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(3) span {
  font-size: 16px;
  color: #d70028;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn {
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 2px;
}

@media (max-width: 799px) {
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(2),
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(3) {
    border-top: 1px dotted #f74832;
    margin: 10px 0 5px;
    padding: 10px 0 0 4px;
    text-align: left;
  }

  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn {
    width: 30%;
    margin: 5px 0 5px 8px;
    padding: 3px 0;
  }
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn-main {
  color: #fff;
  background-color: #f74832;
  border-color: #f74832;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn-sub {
  color: #f74832;
  background-color: #fff;
  border-color: #f74832;
}

.order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn-other {
  color: #646464;
  border: 0;
}

.text-center_lg {
  text-align: center;
}

@media (max-width: 799px) {
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn-other {
    color: #646464;
    border: 1px solid #aaa;
    width: 80px;
  }

  .text-center_lg {
    text-align: left;
    padding-left: 15px;
  }
}

@media (min-width: 799px) {
  .order-all-list .list-group .list-group-item > div:last-child > div:nth-child(4) .btn-other {
    margin-top: 8px;
  }

}

.order-refound-list .form-horizontal textarea {
  width: 52%;
  height: 80px;
  border: 0;
  background-color: #f0f3f7;
  border-radius: 0;
  color: #6e6e6e;
  padding-left: 10px;
  outline: none;
  resize: none;
}

.order-refound-list .form-horizontal .form-group:last-child .btn {
  width: 140px;
}

@media (max-width: 799px) {
  .order-refound-list .form-horizontal textarea,
  .order-refound-list .form-horizontal .form-group:last-child .btn {
    width: 100%;
  }
}

.refound-goods-list .list-group .list-group-item {
  margin-top: 0;
}

.order-confirm-list,
.order-confirm-submit-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .order-confirm-list,
  .order-confirm-submit-list {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .order-confirm-list,
  .order-confirm-submit-list {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .order-confirm-list,
  .order-confirm-submit-list {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .order-confirm-list,
  .order-confirm-submit-list {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .order-confirm-list,
  .order-confirm-submit-list {
    width: 98%;
  }
}

.order-confirm-list {
  background-color: #f8fafc;
  padding: 15px 0 5px 0;
}

.order-confirm-submit-list {
  padding: 20px 0;
}

@media (max-width: 799px) {
  .order-confirm-list {
    padding: 10px 10px;
  }

  .order-confirm-submit-list {
    padding: 10px 10px;
  }
}

.order-confirm-list > form > .form-group > .control-label,
.order-confirm-submit-list > form > .form-group > .control-label {
  padding-top: 0;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #6e6e6e;
}

@media (max-width: 799px) {
  .order-confirm-list > form > .form-group {
    margin-bottom: 0;
  }
}

.order-confirm-list > form > .form-group:nth-child(2) .form-control-static > span > span,
.order-confirm-list > form > .form-group:nth-child(3) .form-control-static > span {
  font-size: 22px;
  color: #f74832;
}

.order-confirm-list > form > .form-group:nth-child(4) .form-control-static > span {
  color: #f74832;
}

.order-confirm-list > form > .form-group > div > .form-control-static {
  padding: 0;
  min-height: 28px;
  line-height: 28px;
}

.order-confirm-submit-list > form > .form-group input[type='password'] {
  border: 0;
  background-color: #f0f3f7;
  border-radius: 0;
  color: #6e6e6e;
  height: 28px;
  padding-left: 10px;
  outline: none;
}

@media (max-width: 799px) {
  .order-confirm-submit-list > form > .form-group input[type='password'] {
    width: 100%;
  }
}

.order-confirm-submit-list > form > .form-group:last-child .btn {
  width: 140px;
}

@media (max-width: 799px) {
  .order-confirm-submit-list > form > .form-group:last-child .btn {
    width: 100%;
  }
}

.goods-list-filter,
.goods-list-table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .goods-list-filter,
  .goods-list-table {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .goods-list-filter,
  .goods-list-table {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .goods-list-filter,
  .goods-list-table {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .goods-list-filter,
  .goods-list-table {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .goods-list-filter,
  .goods-list-table {
    width: 98%;
  }
}

.goods-list-filter {
  border: 1px solid #fddad6;
}

.goods-list-filter > div {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
}

.goods-list-filter > div:first-child {
  width: 12%;
  background-color: #fff6f5;
}

@media (max-width: 799px) {
  .goods-list-filter > div:first-child {
    width: 27%;
  }
}

.goods-list-filter > div:first-child > span {
  padding: 0 12px;
  color: #b4b4b4;
  font-weight: bold;
}

.goods-list-filter > div:last-child {
  width: 85%;
  padding-left: 15px;
}

@media (max-width: 799px) {
  .goods-list-filter > div:last-child {
    width: 71%;
  }
}

.goods-list-filter > div:last-child > a {
  padding: 0 12px;
  color: #646464;
  cursor: pointer;
}

.goods-list-filter > div:last-child > a:hover {
  text-decoration: none;
}

.goods-list-filter > div:last-child > a.active {
  border: 1px solid #f74832;
  color: #f74832;
}

/*.goods-list-filter > select {*/
/*width: 85%;*/
/*height: 80%;*/
/*}*/

.goods-list-table {
  border-bottom: 1px solid #f74832;
}

.goods-list-table > ul {
  width: 60%;
  padding: 6px 0;
  vertical-align: middle;
  float: left;
}

@media (max-width: 799px) {
  .goods-list-table > ul {
    width: 66%;
  }
}

.goods-list-table > ul > li {
  float: left;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
}

.goods-list-table > ul > li:first-child {
  border-left: 1px solid #b4b4b4;
}

.goods-list-table > ul > li > div {
  width: 50px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}

.goods-list-table > ul > li > div.down {
  background: #fff url("../image/mall/down.png") no-repeat 36px 9px;
}

.goods-list-table > ul > li > div.up {
  background: #fff url("../image/mall/up.png") no-repeat 36px 9px;
}

.goods-list-table > ul > li.active > div.down {
  background: #fff6f5 url("../image/mall/down_red.png") no-repeat 36px 9px;
}

.goods-list-table > ul > li.active > div.up {
  background: #fff6f5 url("../image/mall/up_red.png") no-repeat 36px 9px;
}

.goods-list-table > ul > li > div > span {
  color: #646464;
  padding-left: 7px;
}

.goods-list-table > ul > li.active > div > span {
  color: #f74832;
}

.goods-list-table > div {
  width: 20%;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  float: right;
}

@media (max-width: 799px) {
  .goods-list-table > div {
    width: 32%;
  }
}

.pay-success {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #787878;
}

.green-font {
  color: #00a346;
}

.orange-solid-btn {
  background-color: #f74832;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.orange-line-btn {
  background-color: #fff;
  color: #f74832;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #f74832;
  display: inline-block;
}

.orange-solid-btn:hover {
  background-color: #fff;
  color: #f74832;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #f74832;
  display: inline-block;

}

.orange-line-btn:hover {
  background-color: #f74832;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.row-three-btn {
  padding: 0 30px;
}

.f14 {
  font-size: 14px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-t40 {
  margin-top: 40px;
}

.w100 {
  width: 100%;
}

.margin-t30 {
  margin-top: 30px;
}

.w100 {
  width: 100%;
}

.line1 {
  line-height: 1em;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.page575 {
  width: 575px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media (max-width: 799px) {
  .page575 {
    width: 100%;
  }
}

.f14-64list {
  font-size: 14px;
  color: #646464;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 0;
  outline: none;
  background-color: #fff;
  display: block;
  margin: 8px auto 0 auto;
}

@media (max-width: 799px) {
  .f14-64list {
    display: none;
  }
}

.f14-64 {
  font-size: 14px;
  color: #646464;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 0;
  outline: none;
  background-color: #fff;
  display: block;
  margin: 8px auto 0 auto;
  cursor: pointer;
}

.f14-64:hover {
  color: #333;
}

.order_status {
  display: inline-block;
  text-align: center;
}

.order-wrap {
  border: 1px solid #f74832;
}

.orangef-30 {
  color: #f74832;
  font-size: 30px;
  font-weight: 600;
}

.status-infor {
  align-items: center;
}

.order-wrap {
  border: 2px solid #fdd3ce;
  border-top: 2px solid #f74832;
  position: relative;
}

.order-item-left {
  border-right: 2px solid #fdd3ce;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 33.33333333%;
  float: left;
}

.order-wrap0 {
  min-height: 180px;
}

.order-item-right {
  padding: 15px;
  width: 66.66666666%;
  float: left;
  margin-left: 33.33333333%;
  margin-top: 8px;
}

.orange-sm-btn {
  border: 1px solid #f74832;
  color: #f74832;
  width: 80px;
  height: 30px;
  line-height: 28px;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .order-wrap0 {
    min-height: 0;
  }

  .order-item-left {
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-right: 0;
    border-bottom: 1px solid #fdd3ce;
    justify-content: left;
  }

  .order-item-right {
    padding: 15px;
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .order-item-left-con {
    display: flex;
    justify-content: flex-start;
    padding: 15px 5px;
    height: 60px;
    align-items: center;
  }

  .order-item-left-con div:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
  }

  .order-item-left-con div:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    border: 0;
  }

  .order-item-left-con div:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
  }

  .f14-64 {
    margin-top: 0;
    margin-right: 8px;
  }

  .orange-sm-btn {
    margin-top: 0;
  }
}

.order-goods-img {
  height: 70px;
  width: 70px;
  border: 1px solid #eeeeee;
}

.order-item-left1 {
  width: 33.33333%;
  float: left;
  padding-top: 5px;
  padding-left: 15px;
  border-right: 2px solid #fdd3ce;
  min-height: 176px;
}

.resale-item-left1 {
  min-height: 216px;
}

.goods-order-money {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.goods-order-money span:nth-child(1) {
  color: #646464;
}

.goods-order-money span:nth-child(2) {
  color: #969696;
  margin-left: 5px;
}

.order-item-left1 div:nth-child(2) {
  align-self: flex-start;
}

.order-item-right p span:nth-child(1), .order-item-right1 p span:nth-child(1) {
  font-size: 14px;
  color: #646464;
  display: inline-block;
  width: 100px;
}

.order-item-right p span:nth-child(2), .order-item-right1 p span:nth-child(2) {
  font-size: 14px;
  color: #969696;
}

.order-item-right1, .order-item-right-comment {
  width: 66.66666%;
  float: left;
  padding: 15px;
}

.order-item-right1 p:nth-child(3) {
  color: #333;
  border-bottom: 1px solid #fdd3ce;
  padding-bottom: 15px;
}

.order-item-right1 div {
  height: 40px;
  line-height: 40px;
}

.order-item-right1 div span:nth-child(1) {
  color: #333;
}

.order-item-right1 div span:nth-child(2) {
  color: #d70028;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.p-relative {
  position: relative;
}

.order-goods-infor {
  height: 70px;
  padding-left: 15px;
}

.order-goods-details {
  padding: 10px 0;
  border-bottom: 1px solid #fdd3ce;
}

.order-item-left1 .order-goods-details:last-child {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .order-item-left1 {
    width: 100%;
    min-height: 0;
    border-right: 0;
  }

  .order-item-left1 .order-goods-details:last-child {
    border-bottom: 1px solid #fdd3ce;
  }

  .order-item-right1, .order-item-right-comment {
    width: 100%;
  }
}

.pay-success-title {
  padding-top: 25px;
}

.f12 {
  font-size: 12px !important;
}

.order_comment_money {
  height: 60px;
  line-height: 60px;
}

.order_comment_money span:nth-child(2) {
  font-size: 18px;
  color: #d70028;
  margin-left: 5px;
  font-weight: 600;
}

.comment_start span {
  display: inline-block;
  width: 70px;
}

.comment_area {
  height: 95px;
  align-items: center;
}

.comment_area div:nth-child(1) {
  color: #646464;
  width: 70px;
}

.comment_area {
  height: 95px;
}

.comment_input {
  height: 95px;
}

.comment_input textarea {
  height: 95px;
  border: 1px solid #c8c8c8;
  width: 100%;
  padding: 10px;
}

.comment_btn {
  height: 38px;
  line-height: 38px;
  width: 140px;
  margin-top: 15px;
}

.order-item-right-comment {
  border-top: 0;
}

@media (max-width: 768px) {
  .order-item-right-comment {
    border-top: 1px solid #fdd3ce;
  }
}

.comment-header {
  padding: 10px 0;
  border-bottom: 1px solid #fdd3ce;
  background-color: #fff6f5;
  font-size: 12px;
}

.comment-item-left1 {
  min-height: 208px;
}

@media (max-width: 768px) {
  .comment-item-left1 {
    min-height: 0;
  }
}

.comment_start i {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../image/start_normal.png) no-repeat center;
  background-size: 14px;
}

.comment_start .start-select {
  background-image: url(../image/start_select.png)
}

.poptips {
  height: 18px;
  line-height: 18px;
  color: red;
  font-size: 12px;
}

.address-modal .form-group:nth-child {
  margin-bottom: 0;
}

.kkt_rec_box1 {
  padding: 15px 0;
  margin-top: 20px;
}

.modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f5f5f5;
}

.modal-header .modal-title {
  font-size: 16px;
}

.modal-footer {
  border: 0;
}

.modal-content {
  border-radius: 4px;
}

.btn-orange-ok {
  border: 2px solid #f74832;
  background-color: #f74832;
  color: #fff;
  border-radius: 0;
}

.btn-orange-cancel {
  border: 2px solid #f74832;
  background-color: #fff;
  color: #f74832;
  border-radius: 0;
}

.btn-orange-ok:hover, .btn-orange-ok:active {
  border: 2px solid #f74832;
  background-color: #f74832;
  color: #fff;
}

.btn-orange-cancel:hover, .btn-orange-cancel:active {
  border: 2px solid #f74832;
  background-color: #fff;
  color: #f74832;

}

.address-modal .form-group:nth-child(1),
.address-modal .form-group:nth-child(2),
.address-modal .form-group:nth-child(3) {
  margin-bottom: 0;
}

.choose_btn {
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #f74832;
  margin-right: 5px;
}

.choose_btn div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 4px;
  margin-left: 4px;
}

.choose_btn div.active {
  background-color: #f74832;
}

.no-comment {
  height: 60px;
  line-height: 60px;
  color: #444444;
  text-align: center;
}

@media (max-width: 768px) {
  .list-group-lists {
    padding: 5px 0 0 0;
  }

  .list-group-lists .list-goods-details {
    padding: 5px 0;
  }
}

.page-padding10 {
  padding-left: 10px;
  padding-right: 10px;
}

.list_none {
  width: 204px;
  height: 128px;
  margin-bottom: 20px;
}

.back_cause_til {
  margin-left: 30px;
  margin-right: 20px;
}

.red_f {
  color: #d70028;
  font-size: 18px;
  font-weight: 600;
}

.pure_red_f {
  color: #d70028;
}

.re-orange-btn {
  border: 1px solid #f74832 !important;
  width: 80px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.swiper-container {
  height: 100%;
}

.goods_tiltle {
  padding-left: 20px;
  line-height: 1.2em;
  align-self: center;
}

.goods_img {
  height: 340px;
}

@media (max-width: 768px) {
  .goods_img {
    height: 300px;
  }
}

.show_path {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.goods_channel {
  padding-left: 5px;
}

.goods_comment_title {
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #969696;
}

.fristComment {
  padding-top: 0 !important;
}

.more_comment_btn {
  width: 80px;
  height: 32px;
  border: 1px solid #f74832;
  color: #f74832;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 15px;
}

.resale-list-condition,
.resale-all-list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  .resale-list-condition,
  .resale-all-list {
    width: 76%;
  }
}

@media (max-width: 1399px) {
  .resale-list-condition,
  .resale-all-list {
    width: 82%;
  }
}

@media (max-width: 1199px) {
  .resale-list-condition,
  .resale-all-list {
    width: 88%;
  }
}

@media (max-width: 999px) {
  .resale-list-condition,
  .resale-all-list {
    width: 94%;
  }
}

@media (max-width: 799px) {
  .resale-list-condition,
  .resale-all-list {
    width: 98%;
  }
}

.resale-list-condition > ul > li {
  float: left;
  height: 32px;
  line-height: 32px;
}

.resale-list-condition > ul > li:first-child > input[type='text'] {
  width: 117px;
  height: 30px;
  padding-left: 10px;
  background-color: #f0f3f7;
  border: 0;
}

.resale-list-condition > ul > li:last-child {
  margin-left: 20px;
  text-align: center;
}

.resale-list-condition > ul > li:last-child > span {
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

.resale-list-condition > ul > li:last-child > span.active {
  border-radius: 3px;
  background-color: #f74832;
  color: #fff;
}

.resale-list-condition > div:last-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.resale-list-condition > div:last-child > span {
  vertical-align: middle;
}

.resale-list-condition > div:last-child > ul {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #f74832;
  border-radius: 5px;
}

.resale-list-condition > div:last-child > ul > li {
  float: left;
  width: 52px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.resale-list-condition > div:last-child > ul > li.active {
  background-color: #f74832;
  border-color: #f74832;
  color: #fff;
}

.resale-all-list .list-header-item {
  width: 100%;
  border-top: 1px solid #f74832;
}

.resale-all-list .list-header-item > div {
  float: left;
  height: 38px;
  line-height: 38px;
  background-color: #fff6f5;
}

.resale-all-list .list-header-item > div > span {
  color: #646464;
}

.resale-all-list .list-group-item {
  margin-top: 20px;
  border: 1px solid #fdd3ce;
}

.resale-all-list .list-group-item > div {
  float: left;
}

.resale-all-list .list-group-item > div:first-child > img {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  vertical-align: top;
}

@media (max-width: 799px) {
  .resale-all-list .list-group-item > div:first-child > img {
    width: 50px;
    height: 50px;
  }
}

.resale-all-list .list-group-item > div:first-child > span {
  color: #646464;
  vertical-align: top;
  padding-left: 20px;
}

.resale-all-list .list-group-item > div:last-child > .btn {
  padding: 3px 24px;
  border-radius: 0;
}

.resale-all-list .list-group-item > div:last-child > .btn-main {
  border-color: #f74832;
  color: #f74832;
}

.resale-all-list .list-group-item > div:last-child > .btn-sub {
  border-color: #646464;
  color: #646464;
}

.resale-all-list .list-group-item > div:last-child > .btn-other {
  border-color: transparent;
  color: #646464;
}

.resale-all-list > .btn-div,
.resale-all-list > .page-div {
  margin-top: 20px;
}

.resale-list-div0-width {
  width: 50%;
}

.resale-list-div1-width {
  width: 40%;
}

.resale-list-div2-width {
  width: 10%;
}

@media (max-width: 799px) {
  .resale-list-div0-width {
    width: 70%;
    padding-bottom: 10px;
  }

  .resale-list-div0-width > span {
    display: inline-block;
    width: 75%;
  }

  .resale-list-div1-width {
    width: 20%;
  }

  .resale-list-div2-width {
    width: 100%;
    padding-top: 10px;
    border-top: 1px dotted #fdd3ce;
  }
}
.padding-r-20{
  padding-right: 20px;
}
.hand-style{
  cursor:pointer;
}
.p1 .pay-cont{
  height:34px;
  line-height:34px;
  width:auto!important;
}
.color_gray{
  color:#969696;
}
