@charset "UTF-8";
/**
 *  ==================================================Layout布局===================================================
 */
/**
 *  ======================================================版式==========================================================
 */
/**
 *  ==================================================元素=========================================================
 */
/**
 *  ==========================================================背景=========================================================
 */
/**
 * =============================================================表单=====================================================
 */
/**
 *  ====================================================效果effect=======================================================
 */
@media screen and (min-width: 750px) {
  html {
    font-size: 75px !important;
  }
}

html > body {
  min-width: 320px;
  max-width: 100%;
}

.fund-section {
  overflow: hidden;
  padding: .4rem 0;
}

.fund-panel {
  position: relative;
  padding: 0 .4rem .666667rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fund-h2, .fund-h2 span {
  color: #C89C59;
  font-size: .533333rem;
  font-weight: 600;
  line-height: 1;
}

.fund-h3, .fund-h3 span {
  color: #C89C59;
  font-size: .48rem;
  font-weight: 600;
  line-height: 1;
}

.fund-h4, .fund-h4 span {
  color: #333;
  font-size: .4rem;
  font-weight: 500;
  line-height: 1;
}

.fund-p {
  color: #999;
  font-size: .346667rem;
  line-height: .56rem;
}

.fund-name, .fund-exponent-name {
  font-size: .426667rem;
  color: #212121;
}

.fund-btn {
  width: 4.266667rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  background: #C89C59;
  color: #fff;
  font-size: .426667rem;
  text-align: center;
  position: relative;
  left: 2.466667rem;
}

.fund-btn_radius {
  width: 3.866667rem;
  height: .96rem;
  line-height: .96rem;
  text-align: center;
  border-radius: .48rem;
}

.fund-rise-color {
  color: #c52627;
}

.fund-fall-color {
  color: #039c44;
}

.fund-constant-color {
  color: #333;
}

#fund-purchase .fund-h2 {
  margin-bottom: .533333rem;
}

#fund-purchase .fund-h3 {
  margin-bottom: .32rem;
}

#fund-purchase .fund-h4 {
  margin-bottom: .106667rem;
}

#fund-purchase .fund-p {
  margin-bottom: .48rem;
}

#fund-purchase img.fund-step {
  width: 6.773333rem;
  margin-bottom: .346667rem;
}

#fund-purchase #fund-question-list {
  padding-top: .613333rem;
}

@media screen and (max-width: 1024px) {
  #fund-section1 .fund-panel:nth-child(2) {
    background-image: url("http://m.hx168.com.cn/images/fund/bg_panel_how.png");
  }
}

#fund-earnings .fund-earnings-outline {
  margin-bottom: .746667rem;
  color: #333;
  font-size: .373333rem;
}

#fund-earnings .fund-earnings-outline span {
  color: #C89C59;
}

@media screen and (max-width: 540px) {
  #fund-calculator {
    padding: .426667rem 0 .746667rem;
    font-size: .373333rem;
    -webkit-box-shadow: 0 0.10667rem 0.32rem 0 rgba(153, 153, 153, 0.1);
            box-shadow: 0 0.10667rem 0.32rem 0 rgba(153, 153, 153, 0.1);
    border-radius: .106667rem;
  }
  #fund-calculator .fund-calculator-title {
    font-size: .426667rem;
    color: #666;
    font-weight: 600;
    text-align: center;
    margin-bottom: .48rem;
  }
  #fund-calculator .fund-calculator-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.16rem;
    line-height: 1.16rem;
  }
  #fund-calculator .fund-calculator-label {
    -ms-flex-preferred-size: 2.56rem;
        flex-basis: 2.56rem;
    color: #333;
    text-align: center;
  }
  #fund-calculator .fund-calculator-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #333;
  }
  #fund-calculator .fund-calculator-input > input {
    height: 1.16rem;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #fund-calculator #fund-calculator-search {
    width: 100%;
    position: absolute;
    background: #fff;
    overflow: auto;
    height: 7.066667rem;
    z-index: 100;
  }
  #fund-calculator #fund-calculator-search li {
    height: 1.173333rem;
    line-height: 1.173333rem;
    padding-left: .4rem;
    font-size: .373333rem;
    color: #333;
    background: #fff;
    border-bottom: #f2f2f2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #fund-calculator .fund-calculator-tip {
    font-size: .32rem;
    color: #999;
  }
  #fund-calculator .fund-calculator-btns {
    margin: .693333rem .533333rem 1.133333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #fund-calculator #fund-btn-calculator-reset {
    color: #C89C59;
    border: 1px solid #C89C59;
  }
  #fund-calculator #fund-btn-calculator-submit {
    color: #fff;
    background: #C89C59;
  }
}

#fund-market {
  background: #fff;
  padding-bottom: 0;
}

#fund-market .fund-exponent {
  text-align: center;
  font-size: .373333rem;
}

#fund-market .fund-exponent:after {
  height: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fund-market .fund-exponent-value {
  display: block;
  margin: .213333rem 0 .106667rem;
  font-size: .426667rem;
}

#fund-market .fund-exponent-risefall {
  display: block;
  font-size: .32rem;
}

@media screen and (max-width: 1024px) {
  #fund-collections {
    padding: .746667rem .4rem .96rem;
    background: #F8F9FA;
  }
  #fund-collections-good {
    margin-bottom: .96rem;
  }
  .fund-collections-outline {
    padding: 0 .533333rem;
    font-size: .346667rem;
    line-height: .493333rem;
    color: #999;
    margin-bottom: .533333rem;
  }
  .fund-collections-tabs {
    margin-bottom: .32rem;
    padding: 0 .533333rem;
  }
  .fund-collections-tabs > li {
    font-size: .4rem;
    font-weight: 600;
    color: #999;
    padding-bottom: .213333rem;
    line-height: 1;
    text-align: center;
  }
  .fund-collections-tabs .fund-collections-tabs_active {
    font-size: .48rem;
    color: #3F3F3F;
    position: relative;
  }
  .fund-collections-tabs .fund-collections-tabs_active:after {
    content: '';
    height: 0.08rem;
    width: 0.53333rem;
    background: -webkit-gradient(linear, left top, right top, from(#C89850), to(#E3C896));
    background: linear-gradient(to right, #C89850, #E3C896);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fund-collections-tabs .fund-collections-tabs_active:after {
    border-radius: .04rem;
  }
  .fund-collections-table {
    width: 9.2rem;
    margin: auto;
    padding: 0 .533333rem;
    background: #fff;
    border-radius: .106667rem;
    -webkit-box-shadow: 0 0.10667rem 0.32rem 0 rgba(153, 153, 153, 0.1);
            box-shadow: 0 0.10667rem 0.32rem 0 rgba(153, 153, 153, 0.1);
  }
  .fund-collections-table .th-group > .tr {
    height: .906667rem;
    color: #74828F;
    font-size: .373333rem;
  }
  .fund-collections-table .tr-group > .tr {
    padding: .2rem 0;
    height: 2rem;
    color: #333;
    font-size: .48rem;
    font-weight: 600;
  }
  .fund-collections-table .th, .fund-collections-table .td {
    vertical-align: middle;
  }
  .fund-collections-table .th:nth-child(n+2), .fund-collections-table .td:nth-child(n+2) {
    width: 25%;
    text-align: center;
  }
  .fund-collections-table .fund-name-code {
    padding-right: .533333rem;
  }
  .fund-collections-table .fund-code {
    color: #A0ADBA;
    font-size: .346667rem;
    line-height: .4rem;
  }
  #fund-collections-all .th-group > .tr > .th > span {
    position: relative;
  }
  #fund-collections-all .th-group > .tr > .th > span:after {
    content: '';
    height: 100%;
    width: 0.26667rem;
    position: absolute;
    top: 0;
    right: -0.42667rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcZmZmZqampmZmZmZmZqampubm5mZmZubm5mZmZqamqqqqpmZmZqampubm5ubm6SkpKKiopmZmZqampycnJmZmZmZmeA6VJ4AAAAWdFJOUwDn3tUekH9GWSjlA498XlcOFtxYMUH1P3zvAAAAU0lEQVQY02NgoA5gYebFFGMSE2PDIoYuChFDE2UWgwJ+JEFRDggQFiTkHhF2KBBAEhSCmcmHJMjJCBFjRdEPEWVFMxUkyophFycXDxYXcDNQCwAAP54E/ypFBesAAAAASUVORK5CYII=") no-repeat right center;
    background-size: contain;
  }
  #fund-collections-all .th-group > .tr > .th > span.down:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcfUvP5qampmZmZmZmfYwQJubm/gvQpubm/kzQP9VVfYwPvYwPpqamvcxPpubm6Kiov83SfYwP5qamvo0PpmZmfUvPpmZmTgHcxAAAAAWdFJOUwDn3tUekH9GWSgD5Y98XlcWDtxYMUEiAu+2AAAAU0lEQVQY02NgoA5gYebFFGMSF2fDIoYuChFDE2UWhwJ+JEFRDggQFiDkHhF2KBBEEhQSgwI+JEFORogYK4p+iCgrmqkgUVYMuzi5ebC4gIuBWgAAVa8FE+jkX7IAAAAASUVORK5CYII=");
  }
  #fund-collections-all .th-group > .tr > .th > span.up:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcZmZmfYvPvUwPvczRJqamvcwPpmZmfYxP5mZmaqqqpqampmZmfcvQJubm/YyQP86RqSkpJmZmfYxQJycnPcvP5mZmfUvPgCPby0AAAAWdFJOUwDn3tUekH9GWSgD5Y98XlcWDtxYMUEiAu+2AAAAU0lEQVQY02NgoA5gYebFFGMSF2fDIoYuChFDE2UWhwJ+JEFRDggQFiDkHhF2KBBEEhQSgwI+JEFORogYK4p+iCgrmqkgUVYMuzi5ebC4gIuBWgAAVa8FE+jkX7IAAAAASUVORK5CYII=");
  }
}

@media screen and (max-width: 540px) {
  #kh-school .am-kh-tabs li {
    width: 45%;
  }
}

.am-modal-hd, .am-modal-btn {
  font-size: .373333rem;
}

.am-modal-bd {
  text-align: left;
}
/*# sourceMappingURL=fund.css.map */