.tlp-analysis-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  background:linear-gradient(0deg,rgba(248,248,251,1) 0%,rgba(243,241,248,1) 100%);
}
.tlp-analysis-wrap ul{
  font-size: 0;
  line-height: 0;
  margin-top: 15px;
}
.tlp-analysis-wrap ul li{
  display: inline-block;
  width: 25%;
  text-align: center;
  margin-bottom: 12px;
}
.tlp-analysis-wrap  ul li a{
  display: block;
  background: #EDEBF1;
  border-radius: 5px;
  color: #8E87C4;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px;
}
.tlp-analysis-wrap .tlp-zb{
  display: block;
  margin: 10px auto 10px;
  width: 133px;
  height: 133px;
  background: url(/Content/images/button_tlzb.png) center center no-repeat;
  background-size: 100% 100%;
}

.tlp-analysis-wrap .t-title {
  text-align: center;
  font-size: 13px;
  color: #BAC3CD;
  position: relative;
  padding: 10px 0;
}

.tlp-analysis-wrap .t-title::before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -175px;
  width: 130px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(229, 235, 242, 1) 100%);
}

.tlp-analysis-wrap .t-title::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 45px;
  width: 130px;
  height: 1px;
  background: linear-gradient(90deg, rgba(229, 235, 242, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
