body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.cont svg {
  margin: 0!important;
}
.cont .invest .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.cont .invest .tit p,
.cont .invest .tit span {
  text-align: center;
  color: #333;
  display: block;
}
.cont .invest .tit p {
  font-weight: bold;
}
.cont .invest .tit span {
  margin-top: 10px;
}
.cont .invest .tit span i {
  color: #b69660;
}
.cont .invest .chart {
  width: 72%;
  margin: 0 auto;
  height: 540px;
}
.cont .search-box .search-top {
  padding: 20px 20px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.cont .search-box .search-top p {
  color: #333;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}
.cont .search-box .search-top .input-group {
  width: 35%;
  background: #fff;
}
.cont .search-box .search-top .input-group input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  border: 0;
  background: #fff;
  color: #333;
}
.cont .search-box .search-top .line {
  width: 2.2%;
  height: 1px;
  margin: 0 10px;
  background: #333;
}
.cont .search-box .search-top .search-but {
  display: inline-block;
  width: 110px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #b69660;
  margin-left: 10px;
}
.cont .search-box .list {
  margin-top: 30px;
}
.cont .search-box .list table {
  width: 100%;
}
.cont .search-box .list table tr {
  background: #fff;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s;
}
.cont .search-box .list table tr:nth-child(1) {
  background: #f7f7f7 !important;
}
.cont .search-box .list table tr:nth-child(1) td {
  color: #333 !important;
  font-size: 20px;
}
.cont .search-box .list table tr:nth-child(odd) {
  background: #f7f7f7;
}
.cont .search-box .list table tr:hover {
  background: #b69660;
}
.cont .search-box .list table tr:hover td {
  color: #fff;
}
.cont .search-box .list table tr td {
  padding: 20px 0px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 20px 20px;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .search-box .list table tr:nth-child(1) td {
    font-size: 16px;
  }
  .cont .search-box .list table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .cont .search-box .search-top .input-group input {
    height: 45px;
    line-height: 45px;
  }
  .cont .search-box .search-top .search-but {
    line-height: 45px;
  }
  .cont .invest .chart {
    width: 80%;
    height: 450px;
  }
}
/* 150 */
@media screen and (max-width: 768px) {
  .cont .search-box .search-top {
    flex-wrap: wrap;
    padding: 15px;
  }
  .cont .search-box .search-top p {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .cont .search-box .search-top .line {
    width: 20px;
  }
  .cont .search-box .search-top .input-group {
    width: calc(50% - 20px);
  }
  .cont .search-box .search-top .search-but {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .cont .search-box .list table tr td {
    font-size: 10px!important;
    padding: 10px;
  }
  .cont .invest .chart {
    width: 100%;
    height: 250px;
  }
}
/*# sourceMappingURL=./networth.css.map */