.no-order {
  padding: 20px 0 40px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.order-table {
  margin: 20px auto 0;
  border-bottom: 1px solid #dcdcdc;
}
.order-table td {
  min-width: 40px;
}
.order-table .num-link {
  color: #da2c32;
  font-size: 15px;
  font-weight: bold;
}
.order-table .num-link:hover {
  text-decoration: underline;
}
.order-table .btn-holder {
  padding: 10px 5px;
  width: 15%;
}
.table .btn.order-use {
  height: 35px;
  line-height: 32px;
  border: 1px solid transparent;
  font-size: 15px;
  margin: 3px 0;
  padding: 0 12px;
  border-radius: 6px;
  text-decoration: none;
}
.table .btn.order-use:hover {
  background: #333;
  color: #fff;
}
.table .btn.new-msg {
  color: #03a1b8;
  box-shadow: none;
  background: none;
  padding: 0;
  border: 0;
  width: auto;
  font-size: 14px;
  text-decoration: none;
}
.table .btn.new-msg:hover {
  color: #f99602;
  text-decoration: underline;
  background: none;
}
.table .btn.detail,
.table .btn.go-msg {
  color: #1a73e8;
  border-color: #1a73e8;
  background: #ffffff;
}
.table .btn.detail:hover,
.table .btn.go-msg:hover {
  color: #ffffff;
  border-color: #0165f1;
  background: #0165f1;
}
.table .btn.inform {
  background: #5994e2;
  border-color: #5994e2;
  color: #fff;
}
.table .btn.inform:hover {
  background: #0165f1;
  border-color: #0165f1;
}
.table .btn.order-use .ic {
  vertical-align: middle;
  font-size: 16px;
  margin: 0 3px 3px 0;
}
.table .btn.detail .ic {
}
.table .btn.detail:hover .ic {
}
.order-form {
  border: 3px solid #bbb;
  position: relative;
  padding: 30px;
}
.order-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3px;
  border: 1px solid #ccc;
}
.order-form .form-box {
  max-width: 500px;
  border: 0;
}
.order-form .form-group {
  border: 0;
  padding: 2px 0;
}
.order-form .control-label {
  float: none;
  padding-left: 4px;
}
.order-form .control-box {
  margin-left: 0;
}
.order-detail {
  border: 1px solid #dcdcdc;
  max-width: 890px;
  margin: 0 auto 30px;
}
.order-detail .btn-holder {
  display: inline-block;
}
#order-message {
  padding-top: 10px;
  margin-top: 40px;
}
.message-box {
  border: 1px solid #dcdcdc;
  padding: 10px 30px;
}
.message-box .form-box {
  padding-top: 0;
}
.message-box .form-group {
  border-bottom: 0;
}
.message-box .control-label {
  float: none;
  padding-left: 4px;
}
.message-box .control-box {
  margin-left: 0;
}
.message-form {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  max-width: none;
}
.message-form .control-label {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.message-form .btn-box {
  text-align: right;
  padding: 5px 0 0;
}
.message-form .btn.send {
  width: 140px;
  text-align: left;
  margin: 0;
  padding: 0 40px 0 12px;
}
.message-form .btn.send .ic {
  vertical-align: middle;
  font-size: 12px;
  margin: 0 0 5px 3px;
}
.message-item {
  margin: 20px 0;
  padding-top: 35px;
}
.message-txt {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #666;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.message-txt:hover {
  border-color: rgb(106, 157, 229);
}
.message-question {
  position: relative;
  padding: 10px 0;
}
.message-question .date {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 100%;
  margin-bottom: 4px;
  color: #999;
  font-size: 14px;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.message-question .date .ic {
  vertical-align: middle;
  margin-right: 8px;
  color: #0165f1;
  font-size: 20px;
}
.message-question .status,
.message-question .new-tag {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: -2px 0 -2px 10px;
  font-size: 14px;
}
.message-question .status {
  background: #c0c0c0;
  color: #fff;
  line-height: 27px;
  padding: 0 10px;
  border-radius: 15px;
}
.message-question .status.replied {
  background: #0165f1;
}
.message-question .new-tag {
  color: #da2c32;
  line-height: 27px;
}
.message-answer {
  display: none;
  border-top: 1px solid #dcdcdc;
  padding: 10px 0;
}
.message-answer .editor {
  padding: 3px 0;
  color: #2159a6;
}
/*-- 新增 --*/
.table-v td a {
  color: #108fbb;
  text-decoration: underline;
}
.table-v td a:hover {
  color: #009e5f;
  text-decoration: none;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing {
  bottom: 0;
  color: #fff;
  border: none;
  border-radius: 8px;
}
.shopping_way {
  display: inline-block;
}
@media screen and (max-width: 1120px) {
  .order-table .btn-holder {
    width: auto;
  }
  .table .btn.order-use {
    width: auto;
    font-size: 14px;
  }
  .order-detail .table .btn.order-use {
    width: 130px;
  }
}
@media screen and (max-width: 1000px) {
  #order-message {
    margin-top: 10px;
  }
  .no-order {
    padding: 0px 0 5px;
  }
  .order-table .num-link {
    font-size: 12px;
  }
  .order-table .btn-holder {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 767px) {
  .order-table .btn-holder {
    display: inline-block;
    padding: 0;
  }
  .order-table .msg-holder {
    float: right;
  }
  .order-id-table tr {
    display: block;
  }
  .order-id-table th,
  .order-id-table td {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
  }
  .order-id-table .btn-holder {
    padding: 5px 20px;
  }
  .order-detail .row:before {
    display: none;
  }
  .order-detail .col {
    width: 100%;
  }
  .order-detail .col2 .table-v tr:nth-child(2n) {
    background: #fff;
  }
  .order-detail .col2 .table-v tr:nth-child(2n + 1) {
    background: #e0fbfe;
  }
  .message-box {
    padding: 5px 15px;
  }
  .message-item {
    margin: 0px 0 10px;
  }
  .message-question .status,
  .message-question .new-tag {
    float: none;
    margin: 0 2px 0 0;
  }
  .message-question .title {
    padding-top: 5px;
  }
  .message-form .control-label {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .message-form {
    padding: 5px 0 15px;
  }
  .message-question .status,
  .message-question .new-tag {
    font-size: 14px;
  }
  .message-question {
    padding: 5px 0;
  }
  .message-answer {
    padding: 5px 0;
  }
  #order-message {
    margin-top: 20px;
  }
  .shopping_way {
    margin: 5px 0;
  }
}
@media screen and (max-width: 500px) {
  .order-detail .col .table-v th {
    background: #e0fbfe;
  }
  .order-detail .col .table-v tr:nth-child(n) {
    background: none;
  }
  .order-detail .col .table-v th:after {
    display: none;
  }
  .table .btn.order-use {
    height: 27px;
    line-height: 24px;
    border: 1px solid transparent;
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .table .btn.order-use .ic {
    display: none;
  }
}
