@charset "utf-8";

.cleanPadding {
  padding-left: 0;
  padding-right: 0;
}

.cleanPadding p {
  margin-bottom: 0;
}

.step-title {
  height: 200px;
  padding: 0;
}

.calculator-step {
  background-color: #EFEFEF;
}

.step-start {
  height: 200px;
}

.step-start p {
  text-align: center;
  margin-bottom: 0;
}

.step-start-title {
  font-size: 36px;
  padding-top: 34px;
}

.step-start-text {
  font-size: 16px;
  margin-top: 24px
}

.step-order {
  font-size: 36px;
  text-align: center;
}

.step-order-text {
  font-size: 20px;
  text-align: center;
  margin-top: 8px;
}

.sort-content ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  margin-bottom: 0;

  overflow-x: scroll;
  white-space: nowrap;
}

/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.sort-content ul::-webkit-scrollbar{
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.sort-content ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.sort-content ul::-webkit-scrollbar-thumb{
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: #c8c8c8;
}

.sort-content ul li {
  text-align: center;
  transition: all .5s !important;
  padding: 25px;
  cursor: pointer;
}

.sort-content ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px 0px #DFDFDF;
}

.sort-content ul li img {
  display: block;
  height: 215px;
  width: auto;
}

.sort-title {
  font-size: 18px;
  padding-top: 20px;
}

.step-title-box {
  margin-top: 60px;
  margin-bottom: 50px;
}

/*复写下拉框宽度*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.choose-pro .dropdown-toggle {
  background-color: white !important;
  height: 50px !important ;
}

.area {
  height: 50px;
}

.count {
  width: 100%;
  height: 50px;
  background-color: #053A88;
  font-size: 18px;
  color: white !important;
}

.get-btn {
  margin-bottom: 100px;
}


/*第一个步骤选择产品类型交互*/
.select-sort {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px 0px #DFDFDF;
}

.pick-result {
  display: none;
}

.result-table {
  margin-top: 50px;
}

.result-table td {
  width: 50%;
}

.result-table td p {
  font-size: 18px;
  line-height: 35px;
}

.result-tips {
  margin-top: 50px;
}

.tips-title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 29px;
  text-decoration: none;
}

.tips-content {
  margin-bottom: 0;
}

.tips-content, .tips-content-last {
  font-weight: 400;
  font-size: 14px;
  color: #101010;
  letter-spacing: 0px;
  line-height: 20px;
  text-decoration: none;
}


.product-tows {
  height: 50px;
}
