@charset "utf-8";

/*
*  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;
}
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.about {
  background-color: #fff;
  border: solid #d4d4d4;
  border-width: 1px 0;
  padding: 20px 15px 15px 15px;
  font-size: 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(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;
}
.funds-info {
  padding: 8px 15px 15px;
  font-size: 13px;
  line-height: 17px;
  color: #6d6d72;
  border-top: 1px solid #d4d4d4;
}
.red {
  color: #c62b2d;
}
.yellow {
  color: #ffe829;
}
.gray {
  color: #898989;
}
.distop {
  padding-top: 10px !important;
  text-align: center;
  line-height: 22px;
}
.disbot {
  padding-bottom: 10px !important;
}
body {
  font-family: "pingfang sc", STXihei, "Microsoft YaHei", Arial;
  position: relative;
  height: 100%;
  font-size: 13px;
  background-size: 16px 16px;
}
.container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.content1 img {
  width: 100%;
  /*border: 1px solid #dfdfdf;*/
  margin: 0;
  padding: 0;
  display: block;
}
.ranking_list {

  /*    border-left:1px solid #dfdfdf;
      border-right:1px solid #dfdfdf;*/
  color: #666;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
.ranking_list thead tr {
  padding: 10px 15px;
}
.ranking_list tr td, .ranking_list tr th {
  font-weight: normal;   /*border-bottom:1px solid #dfdfdf;*/
  padding: 5px 0;
  vertical-align: middle;
}
.ranking_list tr th {
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;    /*color: #666666;*/
  
  background: #F5F5F5;
}

/*.ranking_list tbody tr{
    border-bottom:1px solid #dfdfdf;
}
.ranking_list tbody tr:last-child{
  
}*/
.ranking_list tr .h1 {
  width: 15px;
  text-align: center;
}
.ranking_list tr .h2 {
  /*width: 60%;*/
      max-width: 165px;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
.ranking_list tr .h3 {

  /*width:20%;*/
  text-align: right;
  border-bottom: 1px solid #dfdfdf;
}
.ranking_list tr .h4 {
      width: 15px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    font-size: 12px;
    color: #666;
}
.ranking_list tr .h5 {
  width: 90px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
.ranking_list tbody tr:last-child .h2, .ranking_list tbody tr:last-child .h3, .ranking_list tbody tr:last-child .h4 {
  border-bottom: 0;
}
.itemdetail {
  cursor: pointer;
  height: 64px;
}
.itemdetail:hover {
  background-color: #F5F5F5;
}
.newsdetail {
  cursor: pointer;
  /*height: 64px;*/ 
}
.newsdetail:hover {
  background-color: #F5F5F5;
}
.itemicon {
  width: 21px;
  height: 29px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.itemicon-1 {
  background: url(../images/g1.png) no-repeat;
  background-size: 21px 29px;
}
.itemicon-2 {
  background: url(../images/g2.png)  no-repeat;
  background-size: 21px 29px;
}
.itemicon-3 {
  background: url(../images/g3.png)  no-repeat;
  background-size: 21px 29px;
}
.itemindex {
  font-size: 11px;
  line-height: 11px;
  border: 1px solid #CCCCCC;    /* padding: 0 5px; */
  border-radius: 5px;
  color: #CCCCCC;
  width: 14px;
  display: block;
  padding: 1px 2px;
  text-align: center;
  margin: 0 auto;
}
.title {
  font-size: 16px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width: 128px;*/
        /*text-decoration: underline;*/
    color: #000;
}
.subtitle {
    font-size: 12px;
    color: #999;
}
.subtitle span{
      font-family: "arial"
}
.sylname{
      font-size: 12px;
    color: #999;
}
.rate {
  font-size: 24px;
  color: #000;
      line-height: 1.2;
      font-family: "arial"
}
.rate span {
  font-size: 12px;
}
.red {
  color: #f00;
}
.green {
  color: #3c3;
}
.desc {
  padding: 8px 15px;
  font-size: 13px;
  color: #2A2A2A;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: justify;
}
.desc span {
  color: #333;
}
.foot {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  color: #666666;
  background: #F5F5F5;
}
.selections {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-size: 13px;
  line-height: 40px;
  background: #F5F5F5;
  height: 40px;
  cursor: pointer;
}
.selections ul {
  padding: 0 15px;
}
.selections ul li {
  float: left;
  width: 19.999%;
}
.selections .sel {
  border-bottom: 2px solid #FF4400;
}

.head {
    height: 40px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #dfdfdf;
}

.head span {
    /*border-left: 2px solid #FFBB46;*/
    /*padding-left: 10px;*/
}

.split {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}
.line {
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.chart {
    width: 90px;
    height: 60px;
    /*border: 1px solid grey;*/
        /*transform: scaleX(0.5);*/
    border-bottom: 1px dashed #dfdfdf;
}
.chart .loading{
     width: 32px;
    height: 32px;
    background: url(../images/loading.gif) no-repeat;
    margin: 0 auto;
    background-size: 100%;

}

.mianze {
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
    padding: 15px;
}

.ban{
        background: url(../images/banner.png?1214) no-repeat;
    width: 100%;
    height: 3rem;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

.ban p {
    position: absolute;
    top: 1.8rem;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0.41rem;
}
.context{
       background: url(../images/context.png) no-repeat;
    width: 100%;
    height: 6.8rem;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}
.context p {
         position: absolute;
    top: 1.8rem;
    color: #333;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    top: 6rem;
}
.context p span{
  color:#0190ff;
}
.right1{
  background: url(../images/right1.png)no-repeat center;
    background-size: 50%;
    width: 32px;
    height: 32px;
}
.more {
      border-top: 1px solid #dfdfdf;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    color: blue;
    cursor: pointer;
}

.datanews .title{
  font-size: 15px;
}


#bugaodown_bugaohtml { position: fixed; width: 100%; bottom: -4px; z-index: 999; }
#bugaodown_bugaohtml .close { position: absolute; z-index: 1000; height: 100%; width: 10%; top: 0; right: 0; opacity: 0; }
#bugaodown_bugaohtml .ulbugao { padding: 0; }
#bugaodown_bugaohtml .ulbugao li { list-style: none; }
#bugaodown_bugaohtml .ulbugao li img { width: 100%; height: auto; display: block; }


#_loadingMaskUI_ {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 260%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999 /* display: none; */;
}
#_loadingMaskUI_ .inner {
  display: table-row;
  width: 100%;
  height: 100%;
  position: relative;
}
#_loadingMaskUI_ .inner ._maskload_ {
  height: 92px;
  width: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 0 8px 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 5px;
}
#_loadingMaskUI_ .inner ._maskload_ .loading {
  margin: 0 auto 10px auto;
}
#_loadingMaskUI_ .inner ._maskload_ span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
#_loadingMaskUI_ .inner ._maskerror_ {
  height: 72px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 0 8px 0;
  margin: -90px 0 0 -45px;
  border-radius: 5px;
}
#_loadingMaskUI_ .inner ._maskerror_ span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.loading[type="12"] {
  width: 35px;
  height: 35px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  background: url(https://fundsc.eastmoney.com/static/20150811205426962.png) 0 0 no-repeat;
  background-size: 35px 35px;
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
 /* transform:rotateX(360deg);
  transition:1s infinite linear;*/
}
