@import '../common/index.css';
@import '../common/header.css';
@import '../common/footer.css';

/* banner */
.banner {
  min-width: 1200px;
  height: 270px;
  background: url('../../imgs/tool/banner.png') no-repeat center center;
}


.content-wrap {
  width: 1200px;
  margin: 0 auto;
  min-height: 880px;
  padding-top: 65px;
}
.content-wrap .tab-wrap {
  margin-right: 110px;
}
.content-wrap .tab {
  width: 248px;
  height: 280px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-color: var(--def-bgc);
}
.content-wrap .tab-item .tag {
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url('../../imgs/index/right.png') no-repeat;
}
.content-wrap .tab-item {
  width: 180px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 38px;
  border-radius: 20px;
  color: var(--color555);
}
.content-wrap .tab-item.active {
  color: #fff;
  background-color: var(--light-text);
}
.content-wrap .tab-item.active .tag{
  background: url('../../imgs/index/right-light.png');
}
.content-wrap .tab-item:hover {
  color: #fff;
  background-color: var(--light-text);
}
.content-wrap .tab-item:hover .tag{
  background: url('../../imgs/index/right-light.png');
}

.container-wrap {
  flex: 1;
}
.content-wrap .container-wrap .table-wrap {
  flex: 1;
  border: 1px solid #e5e5e5;
}
.content-wrap .container-wrap .table-title {
  line-height: 50px;
  background: #F4F5F5;
}
.content-wrap .container-wrap .title-item {
  flex: 1;
  text-align: center;
  color: var(--light-text);
  font-size: 14px;
}
.content-wrap .container-wrap .icon {
  width: 26px;
  height: 26px;
  color: var(--light-text);
}
.content-wrap .table-wrap .table-body .item {
  flex: 1;
  padding: 10px 0;
  text-align: center;
}
.content-wrap .table-wrap .table-body input {
  width: 100px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
.content-wrap .table-wrap .table-body input::placeholder {
  color: #ccc;
}
.content-wrap .table-wrap .table-body img {
  cursor: pointer;
}
.calc-price {
  width: 145px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  margin: 18px auto 46px auto;
  text-align: center;
  background-color: var(--light-text);
  border-radius: 50px;
  font-size: 14px;
}

.no-data {
  width: 100%;
  height: 80px;
  font-size: 14px;
  color: #999;
}
.tips-wrap {
  color: #555;
  font-size: 14px;
  margin-top: 30px;
}
.tips-wrap h3 {
  margin-bottom: 15px;
}
.tips-wrap p {
  line-height: 26px;
}


.container-wrap .search-form {
  display: flex;
  font-size: 14px;
  color: var(--weight-text);
}
.container-wrap .search-form label {
  font-weight: bold;
}
.container-wrap .search-form input {
  width: 160px;
  margin-right: 5px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid var(--light-text);
  line-height: 36px;
}
.container-wrap .search-form input::placeholder {
  color: #ccc;
}
.container-wrap .search-form .btn {
  width: 100px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: var(--light-text);
}
.container-wrap .tip-text {
  line-height: 36px;
  color: red;
  background-color: #fee;
  border: 1px solid #ffc7cd;
  border-bottom: none;
}
.container-wrap .remote-tip .tip-icon {
  width: 12px;
  vertical-align: top;

}
.container-wrap .remote-tip {
  font-size: 12px;
  margin: 20px 0 20px 0;
  color: red;
}