@charset "utf-8";

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *+height: 1%;
}

.print-component-name {
  display: inline-block !important;
  vertical-align: 0 !important;
}

.relative {
  position: relative;
}

ul,
ol,
li {
  list-style: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.hidden {
  display: none !important;
}

.color-link {
  color: #317ee7;
}

.highlight,
.color-highlight {
  color: #ff8a29;
}

.color-gray {
  color: #888;
}

/* flex start */

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* flex end */

/* select */

.kd-select {
  min-width: 120px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-user-select: none;
  padding-left: 10px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url("//cdn.kuaidi100.com/images/user/history/bg_select_arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.browser-ie .kd-select {
  padding-right: 10px;
  background: none;
}

/* button */
.kd-btn {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
}

.kd-btn[disabled],
.kd-btn.disabled,
.btn.disabled,
.btn[disabled] {
  background-color: #aaa;
  border-color: #888 !important;
  color: #fff;
  cursor: not-allowed;
}

.kd-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.kd-btn:active {
  opacity: 1;
}

/* button size */

.btn-md {
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.btn-sm {
  padding: 0 24px;
  height: 28px;
  line-height: 28px;
  letter-spacing: 2px;
}

.btn-lg {
  width: 310px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
}

/* button type */

.btn-primary {
  color: #fff;
  background-color: #ff8a29;
  border: 1px solid #ff8a29;
}

.btn-secondary {
  color: #fff;
  background-color: #4890f0;
  border: 1px solid #4890f0;
}

.btn-primary-outline {
  color: #ff8a29;
  border: 1px solid #ff8a29;
  background-color: #fff;
}

.btn-gray {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #999;
  pointer-events: none;
}

.kd-btn.btn-default {
  color: #ff8a29;
  border: 1px solid #ff8a29;
  background-color: #fff;
}

/* input */

input {
  outline: none;
}

.kd-input {
  padding: 0 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-user-select: none;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kd-input[type="number"] {
  position: relative;
  -moz-appearance: textfield;
}

.kd-input[type="number"]::-webkit-outer-spin-button,
.kd-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.kd-input-search {
  background-image: url("//cdn.kuaidi100.com/images/user/history/ico_price_search.png");
  background-size: 14px auto;
  padding: 0 2em;
  background-position: 0.5em center;
  background-repeat: no-repeat;
}

.kd-input-date {
  background-image: url(//cdn.kuaidi100.com/images/user/history/ico_input_date.png);
  background-size: 24px auto;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.action-btn {
  display: inline-block;
  padding: 8px;
  color: #317ee7;
  cursor: pointer;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* tooltip */

.kd-tooltip-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #317ee7;
}

/* radio */

.kd-radio {
  position: absolute;
  left: 0;
  top: 0;

  width: 1px;
  height: 1px;

  visibility: hidden;
}

.kd-radio + label {
  padding-left: 26px;
  color: #333;
  background: url("//cdn.kuaidi100.com/images/user/history/icon_radio_off.png") no-repeat;
  background-position: left center;
  background-size: 18px;
}

.kd-radio:checked + label {
  color: #317ee7;
  background-image: url("//cdn.kuaidi100.com/images/user/history/icon_radio_on.png");
}

/* message */

.kd-message-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  overflow: visible;
  text-align: center;
  pointer-events: none;
  z-index: 199;
}

.kd-message-item {
  position: relative;
  margin-top: 30px;
}

.fadeout-up {
  -webkit-animation: 0.5s fadeOutUp both;
  -o-animation: 0.5s fadeOutUp both;
  animation: 0.5s fadeOutUp both;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 1px);
    -moz-transform: translate3d(0, -100%, 1px);
    -ms-transform: translate3d(0, -100%, 1px);
    -o-transform: translate3d(0, -100%, 1px);
    transform: translate3d(0, -100%, 1px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.kd-message {
  display: inline-block;
  min-width: 100px;
  padding: 10px 12px;
  background-color: #fff;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  box-shadow: 0 0 6px 1px #dfdfdf;
  line-height: 1;
}

.kd-message .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -4px;
  margin-right: 0.5em;
}

/* query-filter */

.query-filter {
  margin-top: 34px;
  padding: 0 30px;
}

.query-filter-item {
  display: inline-block;
  margin-right: 50px;
}

.query-filter-item label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.query-filter-item input {
  height: 28px;
}

.query-filter-item .ipt-icon {
  display: inline-block;
  margin-left: -28px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  vertical-align: middle;
  cursor: pointer;
}

.ipt-icon.ipt-icon-clear {
  background-image: url("//cdn.kuaidi100.com/images/user/history/icon_ipt_claer.png");
}

.ipt-icon.ipt-icon-search {
  background-image: url("//cdn.kuaidi100.com/images/user/history/icon_ipt_search.png");
  background-position-y: 5px;
}

.top-panel {
  position: relative;
  padding: 30px 30px 10px;
  border-bottom: 1px solid #e4e4e4;
}

.h-title {
  display: inline-block;
  margin-right: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
}

.top-panel a.fr {
  padding-left: 30px;
  font-size: 14px;
}

.list-page a,
.list-page span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 右下角弹窗 */

.kd-notification-wrap {
  position: fixed;
  right: 6px;
  bottom: 6px;
  width: 340px;
  padding: 30px 40px 30px 65px;
  -webkit-box-shadow: 0 0 6px 1px #d2d2d2;
  -moz-box-shadow: 0 0 6px 1px #d2d2d2;
  box-shadow: 0 0 6px 1px #d2d2d2;
  z-index: 1000000001;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kd-notification-wrap .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 1px;
  text-align: left;
}

.kd-notification-wrap .notification-body {
}

.kd-notification-wrap .content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.43;
  color: #888;
  min-height: 50px;
  text-align: left;
}

.kd-notification-wrap .icon {
  position: absolute;
  left: 12px;
  top: 22px;
  width: 44px;
  height: 44px;
}

.kd-notification-wrap .notification-footer {
  margin-top: 20px;
  text-align: left;
}

.kd-notification-wrap .kd-btn {
  width: auto;
  padding: 0 20px;
  line-height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.kd-notification-wrap .kd-btn + .kd-btn {
  margin-left: 22px;
}

.kd-notification-wrap .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url("//cdn.kuaidi100.com/images/user/history/market/icon_modal_close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: pointer;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.slide-in-up {
  -webkit-animation: slideInUp 0.5s ease-in;
  -o-animation: slideInUp 0.5s ease-in;
  animation: slideInUp 0.5s ease-in;
}

/* 右下角弹窗 */

/* 横向进度条 */

.kd-progress-wrap {
  position: relative;
  width: 400px;
  height: 10px;
  background-color: rgba(229, 233, 235, 0.6);
  border-radius: 10px;
}

.kd-progress-wrap .progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #0072ff;
  border-radius: 10px;
  background-image: linear-gradient(203deg, #0072ff 0%, #00c6ff 48%);
  background-image: -webkit-linear-gradient(203deg, #0072ff 0%, #00c6ff 48%);
  background-image: -moz-linear-gradient(203deg, #0072ff 0%, #00c6ff 48%);
  background-image: -o-linear-gradient(203deg, #0072ff 0%, #00c6ff 48%);
}

.progress-vip.progress-inner {
  /*background:linear-gradient(203deg, #0072FF 0%, #00C6FF 100%);*/
  background-color: #fec660;
  background: linear-gradient(90deg, #fec660 0%, #f75422 100%);
}

/* login frame */

.full-mask {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.login-box {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 480px;
  height: 531px;
  margin-left: -250px;
  border: 1px solid #d2d2d2;
}

@media screen and (max-height: 768px) {
  .login-box {
    top: 100px;
  }
}

.box-header {
  height: 40px;
  line-height: 40px;
  letter-spacing: 3px;
  font-size: 16px;
  text-align: center;
  background-color: #448ff4;
  color: #fff;
}

.login-frame {
  width: 480px;
  height: 531px;
  background-color: #fff;
}

.login-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.info-state {
  display: inline-block;
  padding-left: 10px;
  padding-right: 60px;
  line-height: 38px;
  background-color: #fff8e6;
  border: 1px solid #ffd28f;
  font-size: 14px;
  border-radius: 4px;
}

.info-state .action-btn {
  padding-top: 2px;
  padding-bottom: 2px;
}

.info-state .icon {
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.label-discount {
  font-size: 12px;
  padding: 4px;
  color: #ff5e5e;
  border-radius: 13px;
  border: 1px solid #ff5e5e;
  cursor: pointer;
}

.float-box,
.float-body {
  z-index: 125;
}

.float-body {
  position: fixed;
}

.comment-box {
  margin-top: 30px;
  line-height: 1;
  text-align: left;
}

.comment-title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.comment-content {
  display: inline-block;
  margin-left: 18px;
  vertical-align: top;
}

.comment-text {
  margin-top: 14px;
  color: #888;
  font-size: 14px;
}

.pointer {
  cursor: pointer;
}

@media screen and (max-height: 600px) {
  .float-body {
    transform: scale(0.85);
  }
}

.sms-verify-modal .top {
  color: #333;
}

.sms-verify-modal .sms-message {
  color: red;
  margin-top: 1em;
}

.sms-verify-modal .bottom {
  margin-top: 0.5em;
}

.sms-verify-modal input {
  margin-right: 10px;
}

.sms-verify-modal .captcha-image {
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  width: auto;
}
