@import "common.css";
#estimate {
  background-color: #f9f9f9;
}
#estimate .bg {
  width: 100%;
  display: block;
}
#estimate .content {
  padding: 0.4921875rem 0 0.484375rem;
}
#estimate .content .search {
  width: 100%;
  background-color: #fff;
}
#estimate .content .search .top {
  position: relative;
  text-align: center;
  padding: 0.2734375rem;
  font-size: 0.21875rem;
  font-weight: bold;
}
#estimate .content .search .top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.296875rem;
  height: 0.015625rem;
  background-color: var(--main-color);
}
#estimate .content .search .bottom {
  border-top: 0.0078125rem solid #eee;
  padding: 0.2734375rem;
}
#estimate .content .search .bottom .box {
  flex: 1;
  margin-right: 0.1875rem;
  padding: 0 0.2734375rem;
  background-color: #F8F8F8;
}
#estimate .content .search .bottom .box i {
  color: #999;
  font-size: 0.140625rem;
}
#estimate .content .search .bottom .box .input {
  flex: 1;
  height: 0.453125rem;
  padding-left: 0.1015625rem;
  font-size: 0.140625rem;
  background-color: transparent;
  border: none;
  outline: none;
}
#estimate .content .search .bottom .btn {
  width: 1.09375rem;
  height: 0.421875rem;
  font-size: 0.1640625rem;
  text-align: center;
  line-height: 0.421875rem;
  background-color: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
  cursor: pointer;
  transition: all 0.5s;
}
#estimate .content .search .bottom .btn:hover {
  opacity: 0.6;
}
#estimate .content .result {
  width: 100%;
  background-color: #fff;
  margin-top: 0.1796875rem;
  padding: 0.3515625rem 0.3125rem;
}
#estimate .content .result .title {
  text-align: center;
  font-size: 0.21875rem;
}
#estimate .content .result .list {
  width: 100%;
  margin-top: 0.453125rem;
}
#estimate .content .result .list .item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 0.2109375rem;
  padding-bottom: 0.375rem;
  border-left: 0.0078125rem solid #999999;
}
#estimate .content .result .list .item::before {
  content: '';
  position: absolute;
  left: -0.05859375rem;
  top: 0;
  width: 0.0859375rem;
  height: 0.0859375rem;
  border-radius: 50%;
  background: #fff;
  border: 0.015625rem solid var(--pc-aspect-btn-bg);
}
#estimate .content .result .list .item:first-child::before {
  background: var(--pc-aspect-btn-bg);
}
#estimate .content .result .list .item:last-child {
  border-left: 0;
  padding-bottom: 0;
}
#estimate .content .result .list .item .text {
  font-size: 0.1640625rem;
  line-height: 0.21875rem;
  margin-top: -0.0546875rem;
}
#estimate .content .result .list .item .time {
  color: #999999;
  font-size: 0.140625rem;
  margin-top: 0.1796875rem;
}
#estimate .content .empty {
  width: 100%;
  padding: 0.7265625rem 0;
  background-color: #fff;
  margin-top: 0.1796875rem;
}
#estimate .content .empty .pic {
  width: 2.734375rem;
  height: 1.625rem;
}
#estimate .content .empty .text {
  font-size: 0.1484375rem;
  color: #999999;
  margin-top: -0.1171875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #estimate {
    background-color: #f9f9f9;
  }
  #estimate .bg {
    width: 100%;
    display: block;
  }
  #estimate .content {
    padding: 0.96rem 0.56rem 0.96rem;
  }
  #estimate .content .search {
    width: 100%;
    background-color: #fff;
  }
  #estimate .content .search .top {
    position: relative;
    text-align: center;
    padding: 0.7rem;
    font-size: 0.56rem;
    font-weight: bold;
  }
  #estimate .content .search .top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.32rem;
    height: 0.04rem;
    background-color: var(--main-color);
  }
  #estimate .content .search .bottom {
    border-top: 0.02rem solid #eee;
    padding: 0.7rem;
  }
  #estimate .content .search .bottom .box {
    flex: 1;
    margin-right: 0;
    padding: 0 0.7rem;
    background-color: #F8F8F8;
  }
  #estimate .content .search .bottom .box i {
    color: #999;
    font-size: 0.56rem;
  }
  #estimate .content .search .bottom .box .input {
    flex: 1;
    height: 1.84rem;
    padding-left: 0.26rem;
    font-size: 0.52rem;
    background-color: transparent;
    border: none;
    outline: none;
  }
  #estimate .content .search .bottom .btn {
    width: 2.8rem;
    height: 1.84rem;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.84rem;
    background-color: var(--pc-aspect-btn-bg);
    color: var(--pc-aspect-btn-text);
    cursor: pointer;
    transition: all 0.5s;
  }
  #estimate .content .search .bottom .btn:hover {
    opacity: 0.6;
  }
  #estimate .content .result {
    width: 100%;
    background-color: #fff;
    margin-top: 0.46rem;
    padding: 0.9rem 0.8rem;
  }
  #estimate .content .result .title {
    text-align: center;
    font-size: 0.6rem;
  }
  #estimate .content .result .list {
    width: 100%;
    margin-top: 1.16rem;
  }
  #estimate .content .result .list .item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0.54rem;
    padding-bottom: 0.96rem;
    border-left: 0.02rem solid #999999;
  }
  #estimate .content .result .list .item::before {
    content: '';
    position: absolute;
    left: -0.15rem;
    top: 0;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    background: #fff;
    border: 0.04rem solid var(--pc-aspect-btn-bg);
  }
  #estimate .content .result .list .item:first-child::before {
    background: var(--pc-aspect-btn-bg);
  }
  #estimate .content .result .list .item:last-child {
    border-left: 0;
    padding-bottom: 0;
  }
  #estimate .content .result .list .item .text {
    font-size: 0.52rem;
    line-height: 0.84rem;
    margin-top: -0.14rem;
  }
  #estimate .content .result .list .item .time {
    color: #999999;
    font-size: 0.48rem;
    margin-top: 0.4rem;
  }
  #estimate .content .empty {
    width: 100%;
    padding: 6.4rem 0 9.1rem;
    background-color: #fff;
    margin-top: 0.46rem;
  }
  #estimate .content .empty .pic {
    width: 7rem;
    height: 4.16rem;
  }
  #estimate .content .empty .text {
    font-size: 0.4rem;
    color: #999999;
    margin-top: -0.3rem;
    text-align: center;
  }
}
