@charset "utf-8";

/*
*  like http://meyerweb.com/eric/tools/css/reset/
*/

/*  reset */
input, textarea, button, div {-webkit-tap-highlight-color: rgba(0,0,0,0);}

*:focus{ outline:none}
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;
}
@-webkit-keyframes openIn {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
    display: none;
  }
}
@keyframes openIn {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
    display: none;
  }
}
.openIn {
  -webkit-animation: openIn 0.6s ease-out;
  animation: openIn 0.6s ease-out;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 0.3s ease-out;
  animation: fadeOut 0.3s ease-out;
}
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: 17px;
  overflow: hidden;
  z-index: 1000;
}
.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;
}

/* 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  */
.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-repeat: no-repeat;
  background-position: 90% 10px;
  background-size: 77px auto;
}
.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;
}
.overlay, .wx-share-overlay p {
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  padding-top: 6em;
  text-align: center;
}
.about {
  background-color: #fff;
  border: solid #d4d4d4;
  border-width: 1px 0;
  padding: 20px 15px 15px 15px;
      font-size: 16px;
    margin-bottom:90px;
	clear: both;
}
.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(https://fundsc.eastmoney.com/static/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;
}

.red {
  color: #ff0000;
}

.green {
    color: #077C23;
}

/* body */
body {
  position: relative;
  height: 100%;
  line-height: 1.5;
  font-size: 0.4375rem;
  background-size: 16px 16px;
}
.container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
      /*margin-bottom: 1rem;*/
}
.content1 {
  position: relative;
  background-size: 100%;
  width: 10rem;  /*height: 15.734375rem;*/
}
.content1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.buybottom {
      position: fixed;
    /*background-size: 100%;*/
    width: 10rem;
    bottom: 0;
    background: url(../images/buy.png) no-repeat top;
    background-size: 100%;
    height: 1.1rem;
}
.buybottom img{
    width: 100%;
  margin: 0 auto;
  display: block;
}
.buybottom .buyleft {
    width: 50%;
    height: 100%;
    /*background: yellow;*/
    float: left;
       position: relative;
}
.buybottom .buyright {
       width: 50%;
    height: 100%;
    /*background: red;*/
    float: right;
    position: relative;
}
.fundbackgrund{
  /*height: 18rem;*/
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.fundbackinfo{
   /*height:3.5rem;*/
}
.fundback{
       position: relative;
    /* margin-top: -15rem; */
    margin: 0 auto;
    margin-top: 0rem;
    /* margin-left: 0.6rem; */
    background-color: #fff;
    /* width: 8.7rem; */

    /* padding: 0 11px; */
    /* height: 18.5rem; */
    /* width: 9.4rem; */
}
.main-title {
  line-height: 1;
  padding: 20px 15px 8px;
  border-bottom: 1px solid #d4d4d4;
  color: #6d6d72; }

.fund-list {
  /*padding: 0 0.5rem;*/
}

.fund-item {
  /*border-bottom: 1px solid #d4d4d4;*/
  padding: 15px; 
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    }

.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;
    font-family: arial;
    margin: 15px 0 0px;
     }
  .fund-tbl .profit {
    display: block;
    font-size: 17px; 
}
    .fund-tbl .profit .sourcerate {
      color: #6d6d72; }
    .fund-tbl .profit .rate {
      font-weight: 700;
          padding-left: 5px; }
  .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: 5px 10px;
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    /* border-top: 1px solid #d4d4d4; */
    /* margin-top: -3.5rem; */
    /* position: absolute; */
    /* margin-top: -3rem; */
   
    position: relative;
    /* height: 3.5rem; */
  }






	#container{ background: no-repeat;background-size:100% auto;width: 640px; margin: auto; font-family:"微软雅黑"; font-size:0.24rem;}
	.text_a{ display:block; width:1.86rem; height:0.38rem;position: absolute;    margin-top: 4.41rem;margin-left: 1.05rem;}
	.button_a{ display:block; width:6.15rem; height:0.68rem; background:#ffea00; font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.68rem;
    border-radius: 3px;
    position: absolute; margin-top:15.37rem; margin-left:0.13rem;    text-decoration: none;color: #663908;font-family: "微软雅黑";}
	
	.button_a:active{ background:#e2cf00;}

@media screen and (max-width:640px){
#container{ width:auto;}
}

.banner{ width:100%;}
.bottom {
    font-size: 0.24rem;
    padding: 0.38rem 0.3rem;
    float: left;
    color: #666;
}
.nav{ width:100%;float:left; border-bottom:solid 1px #e5e5e5; background:#fff }
.nav ul{    width: 6.2rem; margin:auto; }
.nav ul li {
    float: left;
    border-right: none;
    color:#626262;
    text-align: center;
    font-size: 0.24rem;
	width:16.6%;
	height: 0.65rem;
    line-height: 0.65rem;
}

.nav ul li.current {
	border-bottom: solid 3px #ff4200;
}

.funddiv{ clear:both; display:none;background: #b01d1a;padding:0.27rem; padding-top:0.3rem; padding-bottom:0.2rem; }

.fund{color: #666464; padding:0.15rem;display: block;text-decoration: none; background: #fff; border-radius:10px;box-shadow: 0px 0px 6px #ddd;font-size: 0.2rem;margin-bottom: 0.2rem;text-align: center;}
.fund ul{ display:inline-block; width:4.2rem}
.fund ul li{ float:left; width:100%; text-align:center}

.fundname{ color: #333; font-size:0.3rem;width: 80%;}
.buy_button{ vertical-align:bottom}
.fund .buy_button{    display: block;margin-top: 0.1rem;
    width: 100%;letter-spacing: 2px;
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background-color: #f40;
    text-decoration: none;
    border-radius: 5px;}
.syl{color: #f00; font-weight:bold;}
.timesyl{    padding-top: 0.08rem;
    padding-bottom: 0.05rem;    width: 37%;}

.huangguan{ width:1.05rem; height:1.15rem; display:inline-block; background-repeat:no-repeat;  background-size:100% auto; margin:0 0.3rem;vertical-align: 17px;}



.fund_syl b{font-size: 0.56rem;
    line-height: 0.3rem;
    display: inline-block;
    width: 1.5rem;
    text-align: right;}
.fund a{ color:#999;display: block;}
.bg{ width:100%}
.hdd{ background:#e34601;color: #fff;    padding-bottom: 0.26rem;
    text-align: center;}
.hhd_main{ background:#fff;    width: 7.2rem;padding-bottom: 0.3rem;
    margin: auto;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px; text-align:left;margin-bottom: 0.15rem;}
.djgm{ color:#000; font-size:0.26rem;width: 6.05rem;
    margin: auto;}
.djgm .tit{ text-align:center; font-size:0.3rem;margin-bottom: 0.28rem;}
.djgm_li2{ margin-bottom:0.3rem}
.djgm_li3{ height:0.75rem; line-height:0.75rem;}
.djgm_li3 span{     vertical-align: 0.3rem; padding-left:0.2rem; padding-right:0.45rem}
.djgm_li3 .fcheckbox{ width:0.41rem; vertical-align: 0.15rem; margin-left:0.2rem}

.srk{border: solid 2px #e5e5e5; width:2.75rem; text-align:center;margin-left: 0.5rem;}
.sytext{ font-size:0.48rem; color:#e60012;width: 2.2rem;
    display: inline-block;
    text-align: center;}

.jisuanji{ font-size:0.3rem; color:#000;width: 6.55rem;
    margin: auto; border-bottom:1px #e34601 dashed;    margin-bottom: 0.3rem;}
	
.jisuanji .jsjli1{ padding-bottom:0.25rem}
.jisuanji .jsjli2{ padding-bottom:0.35rem}



.tckbtn{ width:0.37rem; vertical-align:-0.1rem}
.btnbuy{ width:2.96rem;}

.buy_gd{ background:#ffdf60; width:100%; padding-top:0.42rem; padding-bottom:0.42rem; color:#e34601;position: fixed;
    bottom: 0;
    right: 0;}
.buy_gd ul{ display:inline-block;margin-left: 0.2rem;}
.buygd_li1{ font-size:0.36rem}
.buygd_li1 a{ text-decoration:none; color:#e34601}
.buygd_li2{ font-size:0.3rem}
.buygd_li2 span{ color:#000}
.buy_gd img{ width:2.62rem}
.abq{ display:inline-block}

.popup-box {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  font-family: "Microsoft Yahei", "tahoma", "arial", "Hiragino Sans GB", "\5b8b\4f53";
   display:none;
}

.popup-box .gd-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
      background: rgba(0, 0, 0, 0.69);
	 
}

.popup-box .gd-modal-content {
  position: absolute;
  top: 10%;
  width: 90%;
  z-index: 3000;
  margin: 0 auto;
  left: 0;
  right: 0;
  border: 1px solid #febb2f;
}

.popup-box .gd-modal-content .chacha {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 29px;
  text-align: center;
  color: #febb2f;
  line-height: 32px; 
}

.popup-box .gd-modal-content h3 {  
      height: 40px;
    font-size: 18px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    padding-top: 10px;
    line-height: 40px;
    font-weight: bold;
	color:#fe9a1a
}

.popup-box .gd-modal-content .content {   
  padding:0px 15px 10px 15px;
  background-color: white;
  font-size: 13px;
  height: 348px;
  overflow-y: scroll;
}
.popup-box .gd-modal-content .content p{
  line-height: 24px;  
}
.popup-box .gd-modal-content .content p b{
  font-weight: normal;
  color:#e60012; 
}