<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ä¸»è¦å†…å®¹æ&nbsp;‡é¢˜ */
.aftersale-title {
  height: 28px;
  border-bottom: 1px solid #ebebeb;
  box-sizing: content-box;
}
.aftersale-title-name {
  display: inline-block;
  height: 28px;
  padding: 0 20px;
  color: #CA9756;
  font-size: 120%;
  font-weight: 800;
  border-bottom: 2px solid #CA9756;
}


/* æœç´¢ &amp;&amp; ç±»åˆ«åˆ‡æ¢ */
.aftersale-search {
  margin-top: 18px;
  overflow: hidden;
}
.aftersale-search-left {
  float: left;
}
.aftersale-search-select {
  display: inline-block;
  width: 118px;
  margin-left: 12px;
}
.aftersale-search-right {
  float: right;
  position: relative;
}
.aftersale-search-ipt {
  position: absolute;
  right: 50px;
  width: 238px;
  height: 30px;
  border-radius: 0;
  border-right: none;
}
.aftersale-search-btn {
  width: 50px;
  height: 30px;
  background-color: #F4F4F4;
  border-radius: 0;
}
.aftersale-search-btn:focus {
    outline: none;
}

/* ç©ºæ•°æ® */
.aftersale-emit {
  padding-top: 116px;
  text-align: center;
}

/* æœ‰æ•°æ® */
.aftersale-has {
  display: none;
  margin-top: 28px;
}
.aftersale-has-title {
  line-height: 22px;
  overflow: hidden;
}
.aftersale-has-title&gt;span {
  float: left;
  width: 20%;
  text-align: center;
}
.aftersale-has-title&gt;span:first-child {
  width: 40%;
}

.aftersale-list {
  /* height: 30px;
  border: 1px solid #ebebeb */
}
.aftersale-item {
  margin-top: 10px;
}
.aftersale-item-title {
  position: relative;
  min-height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 90%;
  color: #9B9B9B;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  box-sizing: content-box;
  background-color: #FAFAFA;
  overflow: hidden;
}
.aftersale-item-title-info {
  float: left;
  width: 260px;
}
.aftersale-item-delete {
  float: right;
}
.aftersale-item-delete-img {
  vertical-align: middle;
}

.aftersale-item-product {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.product-info-left, .product-info-right {
  float: left;
}

.product-info-left {
  width: 40%;
}
.product-info-name {
  position: relative;
  padding: 18px;
  border-top: 1px solid #ebebeb;
}
.product-info-name:first-child {
  border-top: none;
}
.product-info-name img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
}
.product-info-desc {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 122px;
}
.product-info-desc-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 16px;
}
.product-info-desc-tip {
  display: inline-block;
  margin-top: 10px;
  font-size: 90%;
  color: #979797;
}

.product-info-right {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-price, .product-type, .product-status {
  float: left;
  width: 33.3333333333%;
  padding-top: 18px;
  text-align: center;
  height: 100%;
  border-left: 1px solid #ebebeb;
}

.product-status {
  text-align: center;
}
.product-status-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
  color: #25A836;
}
.product-status-view {
  color: #333333;
}
.product-status-view:hover {
  color: #333333;
  text-decoration: none;
}

@media(max-width: 1200px) {
  .aftersale-item-title-info {
    width: 210px;
  }
}
@media(max-width: 726px) {
  .aftersale-item-title {
    padding: 0 15px;
    line-height: 30px;
  }
  .aftersale-has-title {
    display: none;
  }
  .aftersale-item-title-info {
    width: 50%;
  }
  .aftersale-item-delete {
    position: absolute;
    right: 15px;
  }
  .product-info-name {
    padding: 15px;
  }
  .product-price, .product-type, .product-status {
    padding-top: 15px;
  }
}
@media(max-width: 658px) {
  .product-info-left, .product-info-right {
    width: 100%;
  }
  .product-info-right {
    position: relative;
    border-top: 1px solid #ebebeb;
    display: table;
    width: 100%;
  }
  .product-price, .product-type, .product-status {
    /* min-height: 57px; */
    padding: 15px 0;
    display: table-cell;
    width: 33.333333%;
    float: none;
  }
}
@media(max-width: 520px) {
  .aftersale-item-title-info {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .aftersale-search {
    position: relative;
  }
  .aftersale-search-left, .aftersale-search-right {
    width: 100%;
  }
  .aftersale-search-right {
    margin-top: 15px;
    text-align: left;
  }
  .aftersale-search-btn {
    width: 60px;
  }
  .aftersale-search-ipt {
    left: 75px;
    right: 0;
    width: 210px;
    border: 1px solid #ccc;
  }
}

.order-tabs-main {
  overflow: hidden;
}
.order-tabs {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  overflow: hidden;
}
.order-tabs li {
  float: left;
  width: 110px;
  height: 28px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 110%;
}
.tabs-active {
  color: #CA9756;
  border-bottom: 2px solid #CA9756;
}
.order-tabs li span {
  display: inline-block;
  width: 100%;
  border-right: 1px solid #ebebeb;
  line-height: 1;
}







/* è®¢å•åˆ—è¡¨ */
.order-list {
  display: none;
}
.order-list a:hover {
  color: #333333;
  text-decoration: none;
}
.pagination-box {
  display: none;
}

.order-item {
  margin-top: 22px;
}
.order-item-title {
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 90%;
  color: #9B9B9B;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  box-sizing: content-box;
  background-color: #FAFAFA;
}
.order-item-date {
  margin-right: 60px;
}
.order-item-content {
  width: 100%;
  display: table;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.order-item-content&gt;div {
  /* float: left; */
  display: table-cell;
  vertical-align: top;
}
.order-info {
  width: 58.6%;
}
.order-info-item {
  display: table;
  width: 100%;
  padding: 26px 14px;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  box-sizing: border-box;
}
.order-info-item&gt;div {
  display: table-cell;
  vertical-align: top;
}
.order-info-item-img {
  width: 90px;
  height: 90px;
  font-size: 0;
  padding-right: 14px;
  box-sizing: content-box;
}
.order-info-item-img img {
  width: 100%;
}
.order-info-item-desc {
  width: 194px;
}
.order-info-item-desc-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
}
.order-info-item-desc-size {
  display: inline-block;
  font-size: 90%;
  color: #B7B7B7;
  margin-top: 14px;
}
.order-info-item-price {
  text-align: center;
}
.order-info-item-num {
  width: 80px;
  text-align: center;
}
.order-price, .order-status, .order-operation {
  padding: 24px 10px;
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.order-price {
  width: 150px;
}
.order-price&gt;span {
  display: block;
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-price .order-freight {
  font-size: 80%;
  font-weight: 400;
}
.order-status&gt;span {
  display: block;
  margin-bottom: 10px;
}
.order-operation {
  width: 130px;
  text-align: center;
}
.order-logistics span {
  color: #7096C3;
  cursor: pointer;
}

@media (min-width: 768px) {
  #logisticsInfo .modal-dialog {
    width: 520px;
  }
}
#logisticsInfo .modal-footer {
  padding: 0 40px;
  padding-bottom: 20px;
}
.logistics-info-img {
  text-align: center;
}
.logistics-info-img img {
  width: 100%;
  max-width: 100%;
}
.logistics-info {
  padding: 15px;
  padding-bottom: 0;
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  color: #666666;
}
.parcels-num {
  border: none;
}
.parcels-item {
  margin-top: 15px;
}
#logisticsInfo .modal-footer {
  padding: 0 40px;
  padding-bottom: 20px;
}

.order-item-del-img {
  float: right;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .order-price {
      width: 132px;
  }
  .order-operation {
    width: 100px;
  }
}

@media (max-width: 992px) {
  .order-tabs {
    margin-bottom: 10px;
  }
  .order-emit {
    margin-top: 70px;
  }
  .order-item-content {
    overflow: auto;
  }
  .order-item-content .order-info {
    display: table-caption;
    width: 100%;
  }
  .order-info-item {
    position: relative;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .order-info-item .order-info-item-img {
    width: 80px;
    float: left;
  }
  .order-info-item .order-info-item-desc {
    position: absolute;
    right: 14px;
    left: 110px;
    width: auto;
  }
  .order-info-item-price, .order-info-item-num {
    text-align: right;
  }
  .order-item-content&gt;div {
    display: table-cell;
    width: 33.333333%;
    padding: 0;
    padding-top: 10px;
  }
  .order-info-item&gt;div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .order-price, .order-status, .order-operation {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .order-price, .order-operation {
    width: 100%;
  }
  .order-item-title {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 800px) {
  .order-search-btn {
    position: relative;
    top: -1px;
  }
}
@media (max-width: 800px) {
  .order-info-item {
    padding: 15px;
  }
}
@media (max-width: 598px) {
  .order-tabs li {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .order-item-date {
    display: none;
  }
  
}
@media(max-width: 360px) {
  .order-tabs {
    font-size: 12px;
  }
}



@media (min-width: 768px) {
  #logisticsInfo .modal-dialog {
    width: 520px;
  }
}
#logisticsInfo .modal-footer {
  padding: 0 40px;
  padding-bottom: 20px;
}
.logistics-info-img {
  text-align: center;
}
.logistics-info-img img {
  width: 100%;
  max-width: 100%;
}
.logistics-info {
  padding: 15px;
  padding-bottom: 0;
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  color: #666666;
}
.parcels-num {
  border: none;
}
.parcels-item {
  margin-top: 15px;
}
#logisticsInfo .modal-footer {
  padding: 0 40px;
  padding-bottom: 20px;
}


@media (max-width: 700px) {
  .aftersale-emit {
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  .aftersale-emit {
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  .aftersale-emit {
    padding-top: 80px;
  }
}

@media (max-width: 1200px) {
  .order-status {
    padding: 20px 5px;
  }
}</pre></body></html>