html,
body {
  height: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
figcaption,
ul,
ol,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}

body,
select,
textarea,
input {
  font: 16px/1.5 "Microsoft YaHei", Arial;
}

body {
  overflow: hidden;
  background: #f5f5f5;
}

ol,
ul {
  list-style: none;
}

var,
em,
i {
  font-style: normal;
}

a img {
  border: 0 none;
}

a:link,
a:visited {
  text-decoration: none;
  color: none;
}

img {
  vertical-align: middle;
}

input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
  color: #999;
}

input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

input:-ms-input-placeholder {
  color: #999;
}

input[type="search"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
button,
select,
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-image: none;
  border-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  font-weight: 400;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'long-tail-words';  /* Project id 1738209 */
  src: url('//at.alicdn.com/t/c/font_1738209_6bvpetnj3zo.woff2?t=1754377554892') format('woff2'),
       url('//at.alicdn.com/t/c/font_1738209_6bvpetnj3zo.woff?t=1754377554892') format('woff'),
       url('//at.alicdn.com/t/c/font_1738209_6bvpetnj3zo.ttf?t=1754377554892') format('truetype');
}

.container {
  height: calc(100% - 88px);
  padding-top: 88px;
  background: #F5F8FA;
  overflow-y: auto;
}

.first-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 20;
  height: 44px;
  padding: 0 12px;
  background: #fff;
  overflow: hidden;
}

.first-header .left {
  flex: 1;
  display: flex;
  align-items: center;
}

.first-header .left img {
  width: 64px;
  height: 15px;
}

.first-header .left p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(3, 16, 42, 0.4);

}

.first-header .left p::before {
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 4px;
  background: rgba(3, 16, 42, 0.12);

}

.first-header .right {
  display: flex;
}

.first-header .right .search {
  display: flex;
  align-items: center;
  font-family: 'long-tail-words';
  padding-right: 16px;
  color: #03102A;
}

.first-header .right .open-app {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  background: linear-gradient(270deg, #0076ff 0%, #0089ff 100%);
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}

.header-title {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: row;
  height: 44px;
  align-items: center;
  padding: 0 16px;
  background: #ffffff;
  overflow: hidden;
}

.header-title .back, .header-title .home {
  display: flex;
  width: 24px;
  height: 24px;
}

.header-title .back {
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/back-icons.png) no-repeat;
  background-size: cover;
}

.header-title .home {
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/home-icons.png) no-repeat;
  background-size: cover;
}

.header-title h1 {
  flex: 1;
  line-height: 44px;
  font-size: 18px;
  margin: 0 8px;
  font-weight: bold;
  color: #03102a;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.truck-wrap {
  padding: 8px 12px 0;
  overflow: hidden;
}

.truck-wrap .filters {
  display: flex;
  margin-bottom: 8px;
}

.truck-wrap .filters span, .truck-wrap .filters a {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  font-size: 12px;
  color: #1F2429;
  background: #fff;
  border-radius: 2px;
}

.truck-wrap .filters span::after, .truck-wrap .filters a::after {
  font-family: 'long-tail-words';
  content: '\e62b';
  font-size: 16px;
}

.truck-wrap .filters .filter-item.selected {
  color: #0089FF;
}

.truck-wrap .filters a {
  margin-right: 0;
}

.truck {
  overflow: hidden;
}

.truck .no-more-truck {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 30px;
  margin: 24px auto;
  font-size: 14px;
  color: #0089FF;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #0089FF;
}

.truck .no-more-truck::after {
  font-family: 'long-tail-words';
  content: '\e62d';
}

.truck .truck-list {
  padding: 12px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 4px;
}

.truck .truck-list .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.truck-list .title .title-text {
  flex: 1;
  margin-right: 24px;
  overflow: hidden;
}

.truck-list .title .title-text p {
  line-height: 22px;
  font-size: 16px;
  color: #1F2429;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.truck-list .title .title-text p img {
  width: 20px;
  height: 18px;
  margin: 2px 4px 0 0;
  vertical-align: top;
}

.truck-list .title .config {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: rgba(31, 36, 41, 0.8);
}

.truck-list .title .config::before {
  content: '';
  width: 21px;
  height: 18px;
  margin-bottom: 4px;
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/config-icons.png) no-repeat;
  background-size: cover;
}

.truck-list .tags {
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
}

.truck-list .tags::-webkit-scrollbar {
  display: none;
}

.truck-list .tags span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  margin-right: 4px;
  background: #F5F8FA;
  border-radius: 1px;
  font-size: 12px;
  color: rgba(31, 36, 41, 0.8);
}

.truck-list .truck-info {
  display: flex;
}

.truck-list .truck-info .figure {
  width: 184px;
  height: 124px;
  margin-right: 12px;
}

.truck-list .truck-info .figure img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.truck-list .truck-info .info {
  flex: 1;
}

.truck-list .info .price {
  position: relative;
  font-size: 20px;
  margin: 10px 0 8px 0;
  color: #FF7700;
  line-height: 22px;
  z-index: 10;
  font-weight: bold;
}

.truck-list .info .price::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 130px;
  height: 36px;
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/price-icons.png) no-repeat;
  background-size: cover;
}

.truck-list .info .price em {
  font-size: 12px;
}

.truck-list .info .pic-total {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  color: #1F2429;
}

.truck-list .info .pic-total::after {
  font-family: "long-tail-words";
  content: '\e62d';
  font-size: 16px;
}

.truck-list .info .ask-price {
  position: relative;
}

.truck-list .info .ask-price a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #0089FF;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.truck-list .info .ask-price .total {
  position: absolute;
  top: -10px;
  right: 0;
  height: 18px;
  padding: 0 10px;
  background: #FF7700;
  border-radius: 8px 2px 0px 2px;
  font-size: 12px;
  color: #FFFFFF;
}

.truck .article {
  display: flex;
  overflow: hidden;
}

.truck .article .article-info {
  flex: 1;
  margin-right: 10px;
  overflow: hidden;
}

.truck .article .article-info p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #03102A;
  line-height: 22px;
}

.truck .article .article-info .foot {
  display: flex;
}

.truck .article .article-info .foot span {
  margin-right: 8px;
  font-size: 12px;
  color: rgba(31, 36, 41, 0.4);
  line-height: 16px;
}

.truck .article figure {
  width: 102px;
  height: 68px;
}

.truck .article figure img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.truck .article figure.video {
  position: relative;
}

.truck .article figure.video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/video-icons.png) no-repeat;
  background-size: cover;
}

.filters-sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 84px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  z-index: 2001;
}

.filters-sidebar.visible {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.filters-sidebar .sidebar-content {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 101;
}

.filters-sidebar .sidebar-content .title {
  position: sticky;
  top: 0;
  z-index: 201;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  background: #fff;
}

.sidebar-content .title .close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/back-icons.png) no-repeat;
  background-size: cover;
}

.sidebar-content .title h4 {
  font-size: 16px;
  color: #03102A;
  text-align: center;
}

.energy-type {
  padding: 0 16px;
  overflow: hidden;
}

.energy-type .list {
  line-height: 60px;
  font-size: 16px;
  color: #03102A;
}

.energy-type .list.selected {
  color: #0089FF;
}

.brand-wrap {
  display: none;
  overflow: hidden;
}

.brand-wrap .brand-all {
  display: flex;
  align-items: center;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  margin-top: 10px;
  background: #fff;
  color: #17181a;
}
.brand-wrap .brand-all.selected {
  color: #0089FF;
}

.brand-all>span:first-of-type {
  width: 43px;
  height: 28px;
  line-height: 28px;
  margin-right: 12px;
  font-size: 16px;
  color: #d8d8d8;
  text-align: center;
  border: 1px solid #eee;
}

.brand-all>span:last-of-type {
  display: inline-block;
  font-size: 16px;
}

.sidebar-module header {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  background: #F5F8FA;
}

.sidebar-module ul {
  padding-left: 16px;
}

.sidebar-module li {
  display: flex;
  align-items: center;
  height: 44px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.sidebar-module li:last-child {
  border: none;
}

.sidebar-module li figure {
  width: 45px;
  height: 30px;
  margin-right: 6px;
}

.sidebar-module li figure img {
  width: 100%;
  height: 100%;
}

.sidebar-module li figcaption {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-module li.selected figcaption{
  color: #0089FF;
}

.sidebar-nav {
  position: fixed;
  top: 102px;
  right: 0;
  z-index: 101;
}

.sidebar-nav li {
  line-height: 22px;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  color: #999;
}

.sidebar-nav li.active {
  color: #151515;
}

.container .introduce {
  line-height: 18px;
  font-size: 12px;
  color: rgba(23, 24, 26, 0.6);
  padding: 12px;
  overflow: hidden;
  background: #fff;
}

.hot-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.hot-wrap span {
  font-size: 12px;
  color: rgba(23, 24, 26, 0.6);
}

.hot-wrap .hot-list {
  flex: 1;
  overflow-x: auto;
  white-space: nowrap;
}

.hot-wrap .hot-list::-webkit-scrollbar {
  display: none;
}

.hot-wrap .hot-list a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(23, 24, 26, 0.12);
  margin-right: 6px;
  padding: 0 8px;
  font-size: 12px;
  color: rgba(23, 24, 26, 0.6);
}

.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 20px;
  font-size: 14px;
  color: #1F2429;
}

.load-more img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  transform-origin: 50% 50%;
  animation: loadingRotate 0.8s linear infinite;
}

@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}


.info .no-price {
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(31, 36, 41, 0.5);
}

.header-brand {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 0 12px;
  margin: 12px 12px 0;
  background: linear-gradient( 47deg, #DEEDFF 0%, #E5EFFF 100%);
  border-radius: 4px;
  overflow: hidden;
}
.header-brand::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 136px;
  height: 68px;
  background: url(https://s.kcimg.cn/wap/images/detail/long-tail-words/hot-brand-icon.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.header-brand figure {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.header-brand figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-brand .brand-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.header-brand .brand-info p {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #03102A;
}

.header-brand .brand-info span {
  line-height: 22px;
  font-size: 14px;
  color: rgba(31,36,41,0.6);
}

.header-brand .go-brand {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #0089FF;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

body>#back_top {
  position: fixed;
  right: 12px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
  bottom: 72px;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(75px, 0, 0);
  transform: translate3d(75px, 0, 0);
}

body>#back_top:before {
  display: block;
  font-family: "long-tail-words";
  content: "\e600";
  font-size: 14px;
  color: #17181a;
  text-align: center;
}

body>#back_top.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.foot-tips {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  overflow: hidden;
}

.foot-tips i {
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-right: 4px;
  border: 1px solid rgba(3, 16, 42, .6);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.foot-tips i.visible {
  width: 12px;
  height: 12px;
  line-height: 12px;
  border: none;
}

.foot-tips i.visible::before {
  font-family: "long-tail-words";
  content: "\E907";
  background: #0089ff;
  border-radius: 50%;
}

.foot-tips span {
  font-size: 12px;
  color: rgba(3, 16, 42, 0.4);
}

.foot-tips a {
  font-size: 12px;
  color: rgba(3, 16, 42, 0.7);
  text-decoration: underline;
}
.m-footer-bar {
  padding: 15px 0 50px;
  background: #fff;
}
.m-footer-bar .crumbs {
  position: relative;
  padding: 0 10px;
  height: 16px;
  line-height: 16px;
  border-left: 2px solid #1571e5;
  font-size: 0;
  color: #666;
  overflow: hidden;
}
.m-footer-bar .crumbs:before,
.m-footer-bar .crumbs:after {
  position: absolute;
  top: 0;
  content: "";
  width: 10px;
  height: 16px;
  z-index: 2;
}
.m-footer-bar .crumbs:before {
  left: 0;
  border-left: 5px solid #fff;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.m-footer-bar .crumbs:after {
  right: 0;
  border-right: 5px solid #fff;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(-90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.m-footer-bar .crumbs .inner {
  position: absolute;
  left: 2px;
  top: 0;
  padding: 0 10px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.m-footer-bar .crumbs a,
.m-footer-bar .crumbs span {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-footer-bar .crumbs a {
  position: relative;
  margin-right: 10px;
  color: #03102A;
}
.m-footer-bar .crumbs a:before {
  margin-right: 7px;
  content: "\e622";
  font-family: 'long-tail-words';
  font-size: 12px;
  color: #999;
  line-height: 16px;
  height: 16px;
}
.m-footer-bar .crumbs a:first-of-type:before {
  display: none;
}
.m-footer-bar .crumbs .inner a:last-of-type:after {
  content: "";
}
.m-footer-bar .crumbs .current {
  color: rgba(31,36,41,0.6);
}
.m-footer-bar .crumbs .current:after {
  content: none;
  display: none;
}
.m-footer-bar .links {
  margin-top: 45px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #eee;
}
.m-footer-bar .links span,
.m-footer-bar .links a {
  margin: 0 15px;
}
.m-footer-bar .links span {
  color: rgba(21, 113, 229, 0.6);
}
.m-footer-bar .links a {
  color: #666;
}
.m-footer-bar .links .feedback:before {
  margin-right: 5px;
  content: "\e617";
  font-family: 'long-tail-words';
  font-weight: 500;
}
.m-footer-bar .hotline {
  margin-top: 25px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  color: #999;
  text-align: center;
}
.m-footer-bar .hotline a {
  margin: 0 3px;
  font-size: 16px;
  color: #1571e5;
  vertical-align: middle;
}
.m-footer-bar .copyright {
  margin-top: 15px;
  font-size: 10px;
  line-height: 10px;
  color: #999;
  text-align: center;
}
.m-footer-bar .copyright a {
  color: #999;
}
.empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.empty img{
  margin-bottom: 14px;
  width: 143px;
  height: 120px;
}
.empty span {
  font-size: 16px;
  color: rgba(31,36,41,0.6);
}