.home-index {
  width: 99%;
  padding-left: 20px;
  padding-bottom: 20px;
}
.home-index .survey-top {
  padding-top: 20px;
}
.home-index .survey-top li {
  padding: 7px 8px 9px 12px;
  width: 24%;
  height: 128px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5EBF6;
}
.home-index .survey-top li .top .t1 {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.home-index .survey-top li .top .t2 {
  width: 24px;
  height: 24px;
  background: #F1F4FA;
  border-radius: 2px;
  border: 1px solid #BEC9DF;
  font-size: 14px;
  color: #646b78;
  cursor: pointer;
  transition: all 0.2s ease;
}
.home-index .survey-top li .top .t2:hover {
  border: 1px solid #1969F9;
  color: #1969f9;
}
.home-index .survey-top li .cen {
  margin-top: 13px;
  margin-bottom: 18px;
  align-items: flex-end;
}
.home-index .survey-top li .cen .mr {
  margin-right: 26px;
}
.home-index .survey-top li .cen .t1 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: 500;
}
.home-index .survey-top li .cen .t2 {
  font-size: 30px;
  color: #1969f9;
  font-weight: bold;
  line-height: 35px;
  margin-left: 3px;
}
.home-index .survey-top li .bottom .t1 {
  font-size: 12px;
  color: #646b78;
  font-weight: 500;
}
.home-index .survey-top li .bottom .t2 {
  font-size: 12px;
  color: #333333;
}
.home-index .survey-show {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 0 17px 0;
  height: 131px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5EBF6;
}
.home-index .survey-show li {
  position: relative;
  width: 15%;
  height: 94px;
}
.home-index .survey-show li .iconfont {
  font-size: 30px;
  color: #A3ADC2;
}
.home-index .survey-show li .t1 {
  font-size: 14px;
  color: #333333;
  margin-top: 11px;
}
.home-index .survey-show li .t2 {
  font-size: 14px;
  color: #a1acc1;
  margin-top: 8px;
}
.home-index .survey-show li .color1 {
  position: absolute;
  right: 7px;
  top: -21px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #F35656;
  border-radius: 0px 0px 100px 100px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.home-index .survey-show li .color2 {
  position: absolute;
  right: 7px;
  top: -21px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #FC7A28;
  border-radius: 0px 0px 100px 100px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.home-index .survey-show li .color3 {
  position: absolute;
  right: 7px;
  top: -21px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #EEB602;
  border-radius: 0px 0px 100px 100px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.home-index .survey-show li .color4 {
  position: absolute;
  right: 7px;
  top: -21px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #29C0D6;
  border-radius: 0px 0px 100px 100px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.home-index .survey-show li .color5 {
  position: absolute;
  right: 7px;
  top: -21px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #4DD35B;
  border-radius: 0px 0px 100px 100px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.home-index .survey-show li .wrap {
  width: 100%;
  height: 94px;
  background: #F1F4FA;
  border-radius: 2px;
  border: 1px solid #E5EBF6;
  padding-top: 20px;
  padding-left: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: block;
}
.home-index .survey-show li:hover .wrap {
  transform: translateY(-8px);
}
.home-index .survey-show li:hover .color1 {
  transform: translateY(0);
}
.home-index .survey-show li:hover .t1 {
  color: #1969f9;
}
.home-index .rate-box {
  margin-top: 25px;
  height: 178px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5EBF6;
  padding: 10px 10px 12px 12px;
  position: relative;
}
.home-index .rate-box:hover::after {
  content: "";
  position: absolute;
  width: 231px;
  height: 58px;
  background: url(../../images/tips.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-top: -29px;
  margin-left: -115px;
}
.home-index .rate-box .top .title {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.home-index .rate-box .top .tab {
  height: 28px;
  background: #F1F4FA;
  border-radius: 2px;
  border: 1px solid #BEC9DF;
  text-align: center;
}
.home-index .rate-box .top .tab li {
  width: 52px;
  box-sizing: border-box;
  font-size: 12px;
  color: #646b78;
  text-align: center;
  height: 21px;
  border-right: 1px solid #BEC9DF;
  padding: 0 5px;
  cursor: pointer;
}
.home-index .rate-box .top .tab li.curr {
  color: #1969f9;
}
.home-index .rate-box .top .tab li:last-child {
  border-right: none;
}
.home-index .rate-box .status {
  margin-top: 60px;
  height: 18px;
  background: #DFE5F1;
  border-radius: 9px;
}
.home-index .rate-box .status li {
  position: relative;
}
.home-index .rate-box .status li span {
  position: absolute;
  right: 6px;
  top: -45px;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.home-index .rate-box .status li.color1 {
  background: #4DD35B;
  border-radius: 9px 0 0 9px;
}
.home-index .rate-box .status li.color2 {
  background: #FF9D4D;
}
.home-index .rate-box .status li.color3 {
  background: #629AFF;
}
.home-index .offer {
  margin-top: 25px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5EBF6;
  padding: 16px 0 0 14px;
}
.home-index .offer .box {
  flex: 0 0 49.5%;
  position: relative;
}
.home-index .offer .box:hover::after {
  content: "";
  position: absolute;
  width: 231px;
  height: 58px;
  background: url(../../images/tips.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-top: -29px;
  margin-left: -115px;
}
.home-index .offer .box .head {
  padding-right: 100px;
}
.home-index .offer .box .head .t1 {
  font-size: 16px;
  color: #333333;
}
.home-index .offer .box .head .tab {
  width: 160px;
  height: 28px;
  background: #F1F4FA;
  border-radius: 2px;
  border: 1px solid #BEC9DF;
  text-align: center;
}
.home-index .offer .box .head .tab li {
  font-size: 12px;
  color: #646b78;
  text-align: center;
  height: 21px;
  border-right: 1px solid #BEC9DF;
  padding: 0 5px;
  cursor: pointer;
}
.home-index .offer .box .head .tab li.curr {
  color: #1969f9;
}
.home-index .offer .box .head .tab li:last-child {
  border-right: none;
}
.home-index .offer .box .list {
  width: 100%;
  border: 1px solid #E5EBF6;
}
.home-index .offer .box .list tr th {
  height: 44px;
  background: #F1F4FA;
  border-radius: 2px 2px 0px 0px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.home-index .offer .box .list tr td {
  height: 44px;
  background: #FFFFFF;
  font-size: 12px;
  color: #333333;
}
.home-index .offer .box .list tr td.first {
  text-align: center;
}
.home-index .inquiry {
  height: 300px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5EBF6;
  margin-top: 30px;
}
.home-index .inquiry .head {
  margin-left: 20px;
  margin-right: 7px;
  border-bottom: 1px solid #E5EBF6;
}
.home-index .inquiry .head .tab li {
  position: relative;
  padding: 0 8px;
  height: 42px;
  background: #F1F4FA;
  border-radius: 2px 2px 0px 0px;
  border-right: 1px solid #E5EBF6;
  border-left: 1px solid #E5EBF6;
  font-size: 14px;
  color: #646b78;
  cursor: pointer;
}
.home-index .inquiry .head .tab li:first-child {
  border-left: none;
  border-right: none;
}
.home-index .inquiry .head .tab li.curr {
  background: #FFFFFF;
  color: #333333;
  font-size: 16px;
}
.home-index .inquiry .head .tab li.curr:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  content: '';
  bottom: -1px;
}
.home-index .inquiry .head .params-wrap .tabs {
  margin-right: 9px;
  height: 28px;
  background: #F1F4FA;
  border-radius: 2px;
  border: 1px solid #BEC9DF;
  text-align: center;
}
.home-index .inquiry .head .params-wrap .tabs li {
  width: 40px;
  box-sizing: border-box;
  font-size: 12px;
  color: #646b78;
  text-align: center;
  height: 21px;
  border-right: 1px solid #BEC9DF;
  padding: 0 5px;
  cursor: pointer;
}
.home-index .inquiry .head .params-wrap .tabs li.curr {
  color: #1969f9;
}
.home-index .inquiry .head .params-wrap .tabs li:last-child {
  border-right: none;
}
.home-index .inquiry .head .params-wrap .el-form-item {
  margin-bottom: 0 !important;
}
.home-index .inquiry .head .params-wrap .el-form-item__content {
  line-height: inherit !important;
}
.home-index .inquiry .wrap {
  margin-top: 20px;
  width: 100%;
}
.home-index .inquiry .wrap .box1 {
  width: 80%;
  position: relative;
}
.home-index .inquiry .wrap .box1:hover::after {
  content: "";
  position: absolute;
  width: 231px;
  height: 58px;
  background: url(../../images/tips.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-top: -89px;
  margin-left: -115px;
}
.home-index .inquiry .wrap .box2 {
  width: 20%;
}
.home-index .inquiry .wrap .box2 .t1 {
  font-size: 12px;
  color: #646b78;
  margin-bottom: 6px;
}
.home-index .inquiry .wrap .box2 .inp {
  width: 80%;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #BEC9DF;
  text-indent: 10px;
  font-size: 12px;
}
.home-index .inquiry .wrap .box2 .inp::-webkit-input-placeholder {
  color: #a1acc1;
}
.home-index .p-date {
  height: 28px !important;
  line-height: 28px !important;
}
.home-index .el-icon-date:before {
  content: "\e78e";
  position: relative;
  top: -6px !important;
}
.home-index .el-date-editor .el-range-separator {
  line-height: 19px !important;
  font-size: 14px !important;
  color: #646b78 !important;
}
.home-index .el-date-editor .el-range__close-icon {
  line-height: 23px !important;
}
/*# sourceMappingURL=index.min.css.map */