

 .about {
  background-color: #fff;
  border: solid #d4d4d4;
  border-width: 1px 0;
  padding: 20px 15px 15px 15px;
}
.about .title {
  font-size: 17px;
  text-align: center;
  color: #ff4400;
  padding-bottom: 15px;
}
.about .para {
  line-height: 19px;
  font-size: 13px;
  text-align: justify;
}
.about .feature {
  *zoom: 1;
  padding: 10px 0;
}
.about .feature:before,
.about .feature:after {
  content: " ";
  display: table;
  line-height: 0;
}
.about .feature:after {
  clear: both;
}
.about .feature li {
  float: left;
  width: 34%;
  text-align: center;
      list-style: none;
}
.about .feature li:first-child,
.about .feature li:last-child {
  width: 33%;
}
.about .feature li h3 {
  line-height: 22px;
  color: #ff4400;
  padding-bottom: 5px;
}
.about .feature li p {
  font-size: 13px;
}
.about .feature .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  background-image: url(http://j5.dfcfw.com/image/201501/20150123133337.png);
}
.about .feature .icon-1 {
  background-position: 0 0;
}
.about .feature .icon-2 {
  background-position: 0 -32px;
}
.about .feature .icon-3 {
  background-position: 0 -64px;
}
.about .more {
  background-color: #efeff4;
  padding: 10px 0;
  border-top: 2px solid #d4d4d4;
  text-align: center;
  font-size: 1.2em;
  line-height: 25px;
}
.about .more a {
  color: #333333;
  text-decoration: none;
}
.about .more .circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(http://j5.dfcfw.com/image/201501/20150123105703.png) no-repeat 0 50%;
  margin-left: 5px;
  text-indent: -9999px;
  position: relative;
  top: 1px;
}

.funds-info {
      padding: 8px 15px 15px;
    font-size: 13px;
    line-height: 17px;
    color: #6d6d72;
    border-top: 1px solid #d4d4d4;
}

 .wx-downloadapp-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8) url(http://j5.dfcfw.com/app/20151120145759911.png) no-repeat 50% 10%;
    background-size: 80% auto;
    width: 100%;
    height: 100%;
    border: 0;
     display: none; 
}