/*
*  like http://meyerweb.com/eric/tools/css/reset/
*/
/*  reset */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, legend, input, textarea, button, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol {
  list-style: none; }

img {
  border: 0; }

b, strong {
  font-weight: 700; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/*  base font  */
/*  base btn  */
/*  useful mixin  */
.about .feature {
  *zoom: 1; }
  .about .feature:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }

body {
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; }

/*  topbar  */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  z-index: 1000;
  display: none; }

.topbar h1 {
  padding: 0 25px;
  text-align: center; }

.topbar a {
  margin-top: -44px;
  color: #fff;
  text-decoration: none; }

.topbar .fallback {
  float: left;
  margin-left: 10px;
  padding-left: 20px;
  background: url(http://j5.dfcfw.com/image/201501/20150121101030.png) no-repeat 0 50%;
  color: #fff;
  text-indent: -9999px; }

.topbar .share {
  float: right;
  margin-right: 10px;
  height: 44px;
  display: none; }

/* control topbar */
.has-topbar {
  padding-top: 44px; }
  .has-topbar .topbar, .has-topbar .share {
    display: block; }

/* control bottomDownLoad */
.has-bottomDownLoad {
  padding-bottom: 15%; }

.bottomDownLoad {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999; }
  .bottomDownLoad .download-img {
    display: block;
    width: 100%;
    height: auto; }
  .bottomDownLoad .download-close {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 10%;
    top: 0;
    right: 0;
    opacity: 0; }

.wx-share-img {
  position: absolute;
  top: -9999px; }

/*  wx share tip  */
.wx-share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(http://j5.dfcfw.com/image/201501/20150106153125.png);
  background-repeat: no-repeat;
  background-position: 90% 10px;
  background-size: 77px auto; }

.wx-share-overlay p {
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  padding-top: 6em;
  text-align: center; }

/*  response device that content block center  */
.page-response {
  margin: 0 auto; }
  @media (min-width: 720px) {
    .page-response {
      width: 720px; } }
  @media (max-width: 720px) {
    .page-response {
      width: 400px; } }
  @media (max-width: 400px) {
    .page-response {
      width: 320px; } }

/*  define color  */
/*  base.scss is the defined global style  */
body {
  font-size: 14px;
  background-color: #efeff4;
  color: #333; }

.red {
  color: #f00; }

.green {
  color: #077C23; }

.gray {
  color: #6d6d72; }

.arial {
  font-family: "Arial"; }

.banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 250px; }

.main-info {
  font-size: 15px;
  padding: 15px;
  text-indent: 2em;
  background-color: #fff;
  color: #333;
  line-height: 22px;
  border-bottom: 1px solid #d4d4d4; }

.loading {
  padding: 10em 0;
  text-align: center; }

.main-title {
  line-height: 1;
  padding: 20px 15px 8px;
  border-bottom: 1px solid #d4d4d4;
  color: #6d6d72; 
    background-color: #efeff4;
    }

.fund-list {
  background-color: #fff; }

.fund-item {
  border-bottom: 1px solid #d4d4d4;
  padding: 15px; }

.fund-tbl {
  width: 100%; }
  .fund-tbl .col_1 {
    width: 30%; }
  .fund-tbl .col_2 {
    width: 40%; }
  .fund-tbl .col_3 {
    width: 30%; }
  .fund-tbl td.left {
    text-align: left; }
  .fund-tbl td.right {
    text-align: right; }
  .fund-tbl .fund-title {
    float: left;
    font-size: 17px;
    line-height: 1; }
    .fund-tbl .fund-title a {
      color: #333;
      text-decoration: none; }
  .fund-tbl .fund-qigou {
    float: right;
    color: #6d6d72;
    font-size: 13px; }
  .fund-tbl .profit-title {
    display: block;
    font-size: 13px;
    color: #6d6d72;
    margin: 15px 0 8px; }
  .fund-tbl .profit {
    display: block;
    font-size: 17px; }
    .fund-tbl .profit .sourcerate {
      color: #6d6d72; }
    .fund-tbl .profit .rate {
      font-weight: 700; }
  .fund-tbl .fund-buy-wrap {
    vertical-align: bottom; }
  .fund-tbl .fund-buy {
    float: right;
    width: 90%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #f40;
    text-decoration: none;
    border-radius: 5px; }

.funds-info {
  padding: 8px 15px 15px;
  font-size: 13px;
  line-height: 17px;
  color: #6d6d72; }

.invest-celuo {
  border: solid #d4d4d4;
  border-width: 0 0 1px; }
  .invest-celuo .invest-cont {
    padding: 15px;
    background-color: #fff;
    line-height: 19px; }
  .invest-celuo .item2 {
    padding-top: 15px; }
  .invest-celuo dd {
    margin-top: 5px; }

.related-reading {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px; }
  .related-reading .read-list {
    padding-left: 15px;
    background-color: #fff; }
  .related-reading .list-item {
    font-size: 17px;
    line-height: 44px;
    border-bottom: 1px solid #d4d4d4;
    background: url(http://j5.dfcfw.com/image/201412/20141217161819.png) no-repeat 100% -1px; }
    .related-reading .list-item a {
      display: block;
      color: #333;
      text-decoration: none;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .related-reading .last-item {
    border-bottom: 0; }

.about {
  background-color: #fff;
  border: solid #d4d4d4;
  border-width: 1px 0;
  padding: 20px 15px 15px 15px;
  margin-bottom: 25px; }
  .about .title {
    font-size: 17px;
    text-align: center;
    color: #f40;
    padding-bottom: 15px; }
  .about .para {
    text-indent: 2em;
    line-height: 19px;
    font-size: 13px; }
  .about .feature {
    padding: 10px 0; }
    .about .feature li {
      float: left;
      width: 34%;
      text-align: center; }
      .about .feature li:first-child, .about .feature li:last-child {
        width: 33%; }
      .about .feature li h3 {
        line-height: 22px;
        color: #f40;
        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 0px; }
    .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: #333;
      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%;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      margin-left: 5px;
      text-indent: -9999px;
      position: relative;
      top: 1px; }

/*# sourceMappingURL=main.css.map */
