page {
  background-color: #f1f5f6;
  height: auto;
  width: 100%;
}
.base_view {
  background-color: #fff;
  margin-top: 20rpx;
  width: 100%;
}
.vehicle_title {
  font-size: 32rpx;
  font-weight: 700;
  height: 100rpx;
  line-height: 100rpx;
  margin-left: 30rpx;
}
.lineview {
  background-color: #eee;
  height: 1rpx;
  width: 100%;
}
.vehicle_set {
  margin-top: 30rpx;
  padding-bottom: 20rpx;
}
.vehicle-th {
  width: 100%;
}
.vehicle-td {
  display: inline-block;
  font-size: 28rpx;
  text-align: center;
  width: 25%;
}
.nnhui {
  color: #aaa;
}
.valuation_view {
  background-color: #fff;
  margin-top: 20rpx;
  padding-bottom: 20rpx;
  width: 100%;
}
.valuation_title {
  font-size: 32rpx;
  font-weight: 700;
  height: 100rpx;
  line-height: 100rpx;
  text-align: center;
}
.valuation_status {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.v_status {
  background-color: #eee;
  border-radius: 8rpx;
  color: #aaa;
  font-size: 30rpx;
  height: 60rpx;
  line-height: 60rpx;
  text-align: center;
  width: 180rpx;
}
.s_active {
  background-color: #3d61f0;
  color: #fff;
}
.price_view {
  background-color: #fafafa;
  border-radius: 8rpx;
  margin: 20rpx;
}
.noneview {
  display: none;
}
.price_title {
  width: 100%;
}
.price_title text {
  display: inline-block;
  font-size: 32rpx;
  height: 80rpx;
  line-height: 80rpx;
  text-align: center;
  width: 50%;
}
.price_moy {
  width: 100%;
}
.price_moy text {
  color: #ff4500;
  display: inline-block;
  font-size: 60rpx;
  font-weight: 700;
  height: 90rpx;
  line-height: 90rpx;
  text-align: center;
  width: 50%;
}
.price_moyb {
  width: 100%;
}
.price_moyb text {
  color: #ff4500;
  display: inline-block;
  font-size: 28rpx;
  font-weight: 19000;
  height: 90rpx;
  line-height: 90rpx;
  text-align: center;
  width: 50%;
}
.c_price_title {
  background-color: #fff;
  border: 1rpx solid #eee;
  border-radius: 8rpx;
  font-size: 32rpx;
  height: 80rpx;
  line-height: 80rpx;
  margin-left: 25%;
  margin-top: 10rpx;
  text-align: center;
  width: 50%;
}
.c_price {
  width: 100%;
}
.c_price text {
  display: inline-block;
  font-size: 32rpx;
  height: 60rpx;
  line-height: 60rpx;
  text-align: center;
  width: 33%;
}
.memo {
  color: #aaa;
  font-size: 30rpx;
  margin-left: 50rpx;
  margin-top: 10rpx;
}