﻿* {
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#evaluate {
  padding-bottom: 10px;
}
#evaluate .concat {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 58px;
  line-height: 58px;
  padding: 12px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#evaluate .concat a {
  width: 48%;
  min-width: 144px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 4px;
}
#evaluate .concat a.sell {
  color: #fff;
  background-color: #ff5517;
  border-color: #ff5517;
}
#evaluate .concat a.evaluate-l {
  width: 98%;
}
#evaluate * {
  box-sizing: border-box;
}
.evaluate-box {
  padding: 10px 16px;
  border-bottom: 1px solid #f5f5f5;
}
.evaluate-box h2.title {
  margin-bottom: 16px;
  font-size: 18px;
  color: #333;
}
.car-box .car-info {
  margin-bottom: 16px;
  overflow: hidden;
}
.car-box .car-info .carimg {
  float: left;
}
.car-box .car-info .carimg img {
  width: 90px;
  height: auto;
}
.car-box .car-info .car-type {
  margin-left: 103px;
}
.car-box .car-info .car-type h1 {
  font-size: 18px;
  color: #333;
  line-height: 25px;
}
.car-box .car-info .car-type p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.car-box .car-detail {
  overflow: hidden;
}
.car-box .car-detail .detail-item {
  width: 25%;
  float: left;
  padding-left: 10px;
  border-left: 1px solid #E0E0E0;
  font-size: 14px;
}
.car-box .car-detail .detail-item .data {
  color: #666;
  margin-bottom: 4px;
}
.car-box .car-detail .detail-item p {
  color: #999;
}
.judge-price {
  font-size: 14px;
}
.judge-price .price {
  margin-bottom: 14px;
  font-size: 24px;
  color: #ff5517;
}
.judge-price .newcar-price {
  margin-bottom: 16px;
}
.judge-price .newcar-price span {
  color: #333;
}
.judge-price .newcar-price em {
  color: #ff5517;
  font-weight: bold;
}
.judge-price .price-level {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.judge-price .price-level span {
  display: block;
  float: left;
  color: #333;
}
.judge-price .price-level i {
  display: block;
  float: left;
  width: 80px;
  height: 20px;
}
.judge-price .price-level .level-bg {
  z-index: 1;
  margin-left: 5px;
}
.judge-price .price-level .level-act {
  position: absolute;
  left: 115px;
  top: 0;
  z-index: 2;
  width: 15px;
}
.souche-judge {
  font-size: 14px;
  color: #333;
}
.souche-judge p {
  line-height: 24px;
}
.souche-judge p span {
  color: #ff5517;
  font-weight: bold;
  margin: 0 2px;
}
.price-trend .trend-chart {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.price-trend .trend-chart .price-time {
  float: left;
  color: #333;
  width: 46px;
}
.price-trend .trend-chart .price-time li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.price-trend .trend-chart .price-box {
  width: 100%;
  padding-left: 46px;
}
.price-trend .trend-chart .price-box .car-price {
  overflow: hidden;
}
.price-trend .trend-chart .price-box .car-price li {
  width: 12.5%;
  float: left;
  height: 90px;
  border-left: 1px solid #dfdfdf;
}
.price-trend .trend-chart .price-box .price-block {
  position: absolute;
  left: 46px;
  z-index: 10;
  right: 0;
}
.price-trend .trend-chart .price-box .price-block li {
  height: 30px;
  overflow: hidden;
}
.price-trend .trend-chart .price-box .price-block li i {
  max-width: 220px;
  display: block;
  float: left;
  height: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 320px) {
  .price-trend .trend-chart .price-box .price-block li i {
    max-width: 180px;
  }
}
.price-trend .trend-chart .price-box .price-block li .block-1 {
  background: #ffb093;
}
.price-trend .trend-chart .price-box .price-block li .block-2 {
  background: #ff723e;
}
.price-trend .trend-chart .price-box .price-block li .block-3 {
  background: #ff5517;
}
.price-trend .trend-chart .price-box .price-block li span {
  display: block;
  float: left;
  margin-left: 5px;
  line-height: 30px;
  font-weight: bold;
}
.price-trend .trend-chart .price-box .price-block li .price-1 {
  color: #ffb093;
}
.price-trend .trend-chart .price-box .price-block li .price-2 {
  color: #ff723e;
}
.price-trend .trend-chart .price-box .price-block li .price-3 {
  color: #ff5517;
}
.price-trend .trend-text {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.chare-box {
  width: 100%;
  height: 120px;
}
.chare-box .price-item {
  float: left;
  height: 5px;
  width: 33.3333%;
  position: relative;
}
.chare-box .price-item .start {
  position: absolute;
  left: -2px;
  z-index: 10;
  top: -5px;
  width: 30px;
  text-align: left;
}
.chare-box .price-item .start .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 10;
  background: #fff;
}
.chare-box .price-item .start .price {
  margin-top: 6px;
  color: #999;
  font-size: 12px;
}
.chare-box .price-item .end {
  position: absolute;
  right: -2px;
  z-index: 10;
  top: -5px;
  text-align: right;
  width: 30px;
}
.chare-box .price-item .end .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.chare-box .price-item .end .price {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}
.chare-box .price-item .this-car {
  width: 80%;
  max-width: 230px;
  padding: 5px;
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  border: 1px solid #0081d2;
  text-align: center;
  font-size: 12px;
  color: #0081d2;
}
.chare-box .price-item .this-car .tit {
  margin-bottom: 3px;
}
.chare-box .price-item .this-car:before,
.chare-box .price-item .this-car:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 999;
}
.chare-box .price-item .this-car:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 3px solid #0081d2;
  background-color: #fff;
  top: -69px;
}
.chare-box .price-item .this-car:after {
  width: 1px;
  height: 56px;
  background-color: #0081d2;
  top: -56px;
}
.chare-box .buy-price {
  background: #0081d2;
}
.chare-box .buy-price .dot {
  border: 3px solid #0081d2;
}
.chare-box .personal-price {
  background: #66b100;
}
.chare-box .personal-price .start {
  left: -15px;
  text-align: center;
}
.chare-box .personal-price .start .dot {
  border: 3px solid #66b100;
}
.chare-box .personal-price .end {
  text-align: center;
  right: -15px;
}
.chare-box .personal-price .end .dot {
  border: 3px solid #66b100;
}
.chare-box .personal-price .this-car {
  color: #66b100;
  border-color: #66b100;
  width: 90%;
  font-size: 14px;
}
.chare-box .personal-price .this-car:before {
  border-color: #66b100;
}
.chare-box .personal-price .this-car:after {
  background-color: #66b100;
}
.chare-box .retail-price {
  background: #ff723e;
}
.chare-box .retail-price .dot {
  border: 3px solid #ff723e;
}
.chare-box .retail-price .this-car {
  color: #ff723e;
  border-color: #ff723e;
}
.chare-box .retail-price .this-car:before {
  border-color: #ff723e;
}
.chare-box .retail-price .this-car:after {
  background-color: #ff723e;
}
.chare-text {
  width: 100%;
}
.chare-text .price-text {
  margin-top: 24px;
  overflow: hidden;
}
.chare-text .price-text i {
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 6px;
}