html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
  background: #fff;
  font-family: tahoma, "microsoft yahei", arial, sans-serif;
  color: #1D1D1D;
}
img,
button {
  max-width: 100%;
  outline: none;
  border: none;
  background-color: #fff;
}
h1,
h2 {
  padding: 0;
  margin: 0;
}
.guidanceIndustryCase {
  padding: 20px 16px;
  max-width: 514px;
  margin: 0 auto;
}
.guidanceIndustryCase .logo-wrap {
  text-align: center;
}
.guidanceIndustryCase .logo-wrap .logo {
  display: block;
  margin: 0 auto;
  height: 60px;
  max-height: 60px;
}
.guidanceIndustryCase .logo-wrap .logo-name {
  margin-top: 6px;
  font-size: 14px;
}
.guidanceIndustryCase .title-wrap {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin: 18px 0 12px 0;
}
.guidanceIndustryCase .p-title {
  padding-top: 10px;
  font-size: 16px;
  color: #1D1D1D;
  border-top: 1px solid #E6E8EE;
}
.guidanceIndustryCase .p-text {
  position: relative;
  padding: 12px 0 12px 18px;
}
.guidanceIndustryCase .double-quotes {
  position: absolute;
  display: block;
  width: 14px;
  line-height: 30px;
  top: 12px;
  left: 0;
  font-size: 24px;
  font-family: PingFangSC-Regular;
}
.guidanceIndustryCase .img-panel {
  margin-top: 24px;
}
.guidanceIndustryCase .img-panel img {
  border-radius: 6px;
  border: 1px solid #E1EAF1;
  display: block;
  margin: 0 auto;
}
.guidanceIndustryCase .other-industry {
  margin: 15px 0 15px;
  font-size: 0;
}
.guidanceIndustryCase .other-industry-bar {
  text-align: center;
  font-size: 14px;
  color: #768893;
}
.guidanceIndustryCase .other-industry-bar .title {
  position: relative;
  padding: 0 30px;
}
.guidanceIndustryCase .other-industry-bar .title span {
  position: relative;
  padding: 0 10px;
  background-color: #fff;
  z-index: 1;
}
.guidanceIndustryCase .other-industry-bar .title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #E6E8EE;
}
.guidanceIndustryCase .other-industry .industry-logo {
  box-sizing: border-box;
  margin: 20px 0 0 0;
  width: 33.33%;
  display: inline-block;
  padding: 0 10px;
}
.guidanceIndustryCase .other-industry .industry-logo img {
  display: block;
  width: 92px;
  box-sizing: content-box;
  border: 1px solid  #E6E8EE;
}
