@charset "UTF-8";
/*
  by tracy
  理财1.0
*/
.bg-btn-invest {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  border: 1px solid #03a3ff;
  background: #03a3ff;
  font-size: 17px;
  color: #ffffff; }

.sm-btn-invest {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid #03a3ff;
  background: #ffffff;
  font-size: 14px;
  color: #03a3ff; }

.sm-btn-complete {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  font-size: 17px;
  color: #999999; }

.sm-label-yellow {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 0;
  border: 0px solid #e5e5e5;
  background: #ff9900;
  font-size: 17px;
  color: #ffffff; }

body,
html {
  width: 100%;
  min-height: 100%;
  background: white; }

.clearfix {
  content: ' ';
  display: block;
  clear: both; }

.head-adv {
  width: 100%;
  z-index: 5; }

.head-adv .top-banner,
.head-adv .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden; }

.head-adv .top-banner img,
.head-adv .swiper-container img {
  width: 100%;
  height: auto; }

.head-adv .top-banner .swiper-pagination,
.head-adv .swiper-container .swiper-pagination {
  bottom: 0; }

.head-adv .head-tool {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 5px;
  overflow: hidden; }

.head-adv .head-tool .backTo {
  width: 24px;
  height: 24px;
  background: url("../../images/licai/back.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-top: 3px; }

.head-adv .head-tool .money-entrance {
  float: right;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  position: relative; }

.head-adv .head-tool .money-entrance img {
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.invest-pdt {
  position: relative;
  z-index: 10;
  background: #ffffff; }

/*
.main-invest-pdt{
    .radius(10px,0 20px 20px,1px solid @color-border,@color-white,12px,@color-333);
    margin-top:-20px;
    width:100%;
    background:@color-white;
    box-shadow: 0 2px 5px 0 rgba(177,140,87,.5);
    text-align: center;
    margin-bottom:20px;

    .pdt-label{
        font-size:14px;
        color:@color-white;
        background:url("../../images/licai/newer.png") no-repeat;
        background-size:100% 100%;
        padding:10px 30px;
        display:inline-block;
        margin-top:-1px;

        ~.pdt-name{
            padding:10px 0;
        }
    }
    .pdt-name{
        font-size:20px;
        color:@color-444;
        line-height:1.1;
        padding:30px 0 10px;
    }

    .pdt-trend{
        font-size:36px;
        color:@color-yellow;
        line-height:1.1;
        padding:10px 0;

        >small{
            font-size:14px;
        }
    }

    .pdt-tips{
        font-size:14px;
        color:@color-666;

        >.border{
            display:inline-block;
            width:1px;
            height:10px;
            background:@color-666;
            margin:0 20px;
        }
    }

    .main-invest-btn{
        max-width:200px;
        margin:20px auto 0;
        .bg-btn-invest();
    }
    .main-invest-complete{
        max-width:200px;
        margin:20px auto 0;
        .radius(30px,10px,1px solid @color-border,@color-bg-lg,17px,@color-999);
    }
}
*/
.invest-pdt-list > ul {
  overflow: hidden; }

.invest-pdt-list > ul > li {
  padding: 10px 0;
  margin: 0 12px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .invest-pdt-list > ul > li:last-child {
    border-bottom: 0; }
  .invest-pdt-list > ul > li div {
    overflow: hidden;
    line-height: 24px;
    vertical-align: text-top; }

.invest-pdt-list .pdt-name {
  font-size: 17px;
  color: #333;
  display: inline-block;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left; }

@media screen and (width: 320px) {
  .invest-pdt-list .pdt-name.pdt-name-width {
    max-width: 75%; } }

@media screen and (max-width: 414px) and (min-width: 321px) {
  .invest-pdt-list .pdt-name.pdt-name-width {
    max-width: 80%; } }

.icon-finish {
  position: absolute;
  top: 32%;
  right: 0;
  margin: 0 10px 0 0;
  width: 15%;
  max-width: 90px; }

.invest-pdt-list .newuser-label {
  color: #fff;
  font-size: 12px;
  background: #ff0000;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 16px;
  vertical-align: top;
  float: left;
  margin: 2.5px 0 0 5px;
  height: 16px; }

.invest-pdt-list .pdt-label {
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 0;
  border: 0px solid #e5e5e5;
  background: #ff9900;
  font-size: 17px;
  color: #ffffff;
  margin-left: 20px;
  position: absolute;
  margin-top: -3px; }

.invest-pdt-list .pdt-content {
  margin: 10px 0 2px 0; }
  .invest-pdt-list .pdt-content > div {
    position: relative;
    padding-left: 45%; }
    .invest-pdt-list .pdt-content > div:first-child {
      padding: 7px 0 20px 45%; }
    .invest-pdt-list .pdt-content > div .pdt-content-info {
      color: #999;
      line-height: 1;
      font-size: 14px; }
      .invest-pdt-list .pdt-content > div .pdt-content-info > span {
        color: #333; }
    .invest-pdt-list .pdt-content > div .income-value {
      position: absolute;
      top: 0;
      left: 0;
      width: 45%;
      overflow: hidden;
      font-size: 30px;
      color: #ff9900;
      line-height: 1; }
      .invest-pdt-list .pdt-content > div .income-value > small {
        font-size: 14px; }
    .invest-pdt-list .pdt-content > div .income-name {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 45%;
      overflow: hidden;
      font-size: 14px;
      color: #999;
      line-height: 1; }

.status-finish .pdt-name, .status-finish .pdt-content > div .pdt-content-info > span, .status-finish .pdt-content > div .income-value {
  color: #999; }

.invest-pdt-list .newuser-label.newuser-finish {
  background: #999; }

.invest-pdt-list .pdt-info > li {
  font-size: 16px;
  text-align: center;
  color: #666666; }

.invest-pdt-list .pdt-info > li.pdt-earnings {
  color: #ff9900;
  margin: 5px 0; }

.invest-pdt-list .pdt-info .earnings-yield {
  font-size: 48px;
  display: inline-block; }

.invest-pdt-list .pdt-info .cycle-day {
  color: #666666;
  position: relative; }

.invest-pdt-list .pdt-info .cycle-day:before {
  content: "投资周期：";
  display: inline-block;
  font-size: 16px;
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 0; }

.invest-pdt-list .pdt-info .item-total {
  position: relative; }

.invest-pdt-list .pdt-info .item-total:before {
  content: "募集总额：";
  display: inline-block;
  font-size: 16px;
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 0; }

.invest-pdt-list .pdt-info .cycle-day,
.invest-pdt-list .pdt-info .item-total {
  padding-left: 80px; }

.invest-pdt-list .pdt-info .invest-list-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 0;
  border: 0px solid #e5e5e5;
  background: #ff9900;
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
  margin: 30px auto;
  width: 75%;
  box-shadow: 0 4px 5px #e5e5e5; }

.invest-pdt-list .pdt-info .invest-list-complete {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  font-size: 17px;
  color: #999999;
  cursor: pointer;
  margin: 30px auto;
  width: 75%; }

.invest-pdt-list .item-entrance {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  display: block;
  text-align: center; }

.invest-pdt-list .item-entrance > a {
  display: inline-block;
  color: #999;
  padding: 8px 16px;
  margin: 10px 0;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  margin: 20px auto; }

.toolbox {
  width: 100%;
  background: #ffffff;
  margin-bottom: 5px; }

.toolbox > ul {
  display: -webkit-box;
  display: box;
  padding: 15px 0; }

.toolbox > ul > li {
  -webkit-box-flex: 2;
  box-flex: 2;
  text-align: center;
  font-size: 14px;
  color: #666666;
  position: relative; }

.toolbox > ul > li > a {
  padding-top: 55px;
  display: block; }

.toolbox > ul > li span {
  display: block;
  color: #666; }

.toolbox > ul .account-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: url("../../images/licai/icon-account.png") no-repeat;
  background-size: 100% 100%; }

.toolbox > ul .invest-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: url("../../images/licai/icon-invest.png") no-repeat;
  background-size: 100% 100%; }

.toolbox > ul .tel-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: url("../../images/licai/icon-tel.png") no-repeat;
  background-size: 100% 100%; }

.toolbox > ul .weixin-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: url("../../images/licai/icon-weixin.png") no-repeat;
  background-size: 100% 100%; }

.foot-copyright {
  font-size: 12px;
  color: #999999;
  text-align: center;
  background: #f2f2f2;
  padding: 10px 0; }

.foot-copyright > p {
  line-height: 1.1;
  margin: 10px 0; }

@media screen and (max-width: 320px) {
  .main-invest-pdt .pdt-tips > .border {
    margin: 0 10px; } }

.layerbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }

.layerbox .icon-protocol {
  display: inline-block;
  margin: 0 auto 20px;
  width: 45%; }

.layerbox .layer-position {
  width: 80%;
  color: #333333;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.layerbox .layer-tip {
  padding: 20px 20px 0;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.layerbox .layer-tip p {
  font-size: 16px; }

.layerbox .layer-tip.is_wap_tip {
  padding: 0; }

.layerbox .layer-tip.is_wap_tip > p {
  line-height: 1;
  font-size: 16px;
  padding: 16px 0; }

.layerbox .layer-tip.is_wap_tip > p:first-child {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e5e5e5; }

.layerbox .layer-tip.is_wap_tip > p > a {
  color: #03a3ff;
  display: inline-block; }

.layerbox .layer-tip.to_bing_tip {
  padding: 0; }

.layerbox .layer-tip.to_bing_tip > p {
  padding: 16px 0;
  line-height: 1;
  font-size: 16px; }

.layerbox .layer-tip.to_bing_tip > p:first-child {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e5e5e5; }

.layerbox .layer-tip.to_bing_tip > p > a {
  color: #03a3ff;
  display: inline-block; }

.layerbox .layer-tip.to_link_tip {
  padding: 0; }

.layerbox .layer-tip.to_link_tip > p {
  font-size: 16px;
  line-height: 1.5;
  clear: both; }

.layerbox .layer-tip.to_link_tip > p:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px 16px; }

.layerbox .layer-tip.to_link_tip > p a {
  padding: 16px 0;
  color: #03a3ff;
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 1; }

.layerbox .layer-tip.to_link_tip > p a.cancel {
  color: #ff6600;
  border-right: 1px solid #e5e5e5;
  margin-right: -1px; }

.layerbox .layer-tip.to_link_tip h4 {
  font-size: 16px; }

.layerbox .layer-tip.to_login_tip {
  padding: 20px; }

.layerbox .layer-tip.to_login_tip > p {
  line-height: 1.5; }

.layerbox .layer-tip .btn-agree {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  border: 1px solid #03a3ff;
  background: #03a3ff;
  font-size: 17px;
  color: #ffffff;
  display: block;
  max-width: 200px;
  margin: 30px auto 10px; }

.layerbox .layer-tip .protocol-user,
.layerbox .layer-tip .protocol-app {
  color: #03a3ff;
  display: inline;
  text-align: center;
  line-height: 1.2;
  margin: 5px; }

.layerbox .layer-tip .protocol-user.protocol-app,
.layerbox .layer-tip .protocol-app.protocol-app {
  margin: 5px 0 16px; }

.layerbox p.protocol-agree {
  padding: 0 0 20px 20px;
  font-size: 12px;
  position: relative; }

.layerbox p.protocol-agree .protocol-radio {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
  width: 14px;
  height: 14px;
  background: url("../../images/licai/icon-check.png") no-repeat;
  background-size: 100% 100%; }

.layerbox p.protocol-agree .protocol-radio.checked {
  background: url("../../images/licai/icon-checked.png") no-repeat;
  background-size: 100% 100%; }

.layerbox.iswap,
.layerbox.tobind,
.layerbox.tolink,
.layerbox.tologin-tip,
.layerbox.isDiffPhone {
  display: none; }

.layerbox .close-btn {
  display: inline-block;
  width: 40px;
  margin-top: 30px; }

.layerbox .know-btn {
  font-size: 15px;
  color: #03a3ff; }

.layerbox .foot-btn {
  overflow: hidden; }

.layerbox .foot-btn.is-know-lg {
  margin: 20px -20px -20px;
  border-top: 1px solid #e5e5e5; }

.layerbox .foot-btn > a {
  color: #03a3ff;
  display: block;
  width: 50%;
  float: left;
  padding: 16px 0;
  line-height: 1; }

.layerbox .foot-btn > a.cancel {
  color: #ff6600;
  border-right: 1px solid #e5e5e5;
  margin-right: -1px; }

.layerbox .foot-btn > a.know-btn {
  width: 100%; }

.layerbox .is_diff_phone > h4 {
  font-size: 18px;
  margin-bottom: 5px; }

/* 投资说明 */
.money-index-explain {
  padding: 20px 10px;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  text-align: justify; }

.money-index-explain > p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 15px; }

.money-index-explain > p.letter-css {
  margin-bottom: 0;
  text-indent: 30px; }

.money-index-explain .text-right {
  text-align: right; }

.money-index-explain > h4.title {
  font-size: 20px;
  color: #333333;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600; }

.money-index-explain > h5 {
  font-size: 15px;
  line-height: 1.3;
  color: #333333;
  font-weight: 600; }

.money-index-explain .link-to {
  margin: 30px 0 10px; }

.money-index-explain .link-to > a {
  color: #03a3ff;
  display: block;
  margin: 5px 0;
  font-size: 15px; }

.money-index-explain .protocol-hide {
  display: none; }

.top-nav {
  height: .45rem;
  line-height: .45rem;
  padding: 0 .45rem;
  width: 100%;
  color: #323232;
  position: relative;
  z-index: 2;
  text-align: center; }

.top-nav.explainbox {
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }

.top-nav.explainbox .nav-goback {
  left: 0;
  background: url("../../images/back.png") center no-repeat;
  background-size: .12rem .2rem;
  position: absolute;
  width: .45rem;
  height: .45rem;
  top: 0; }

.top-nav .nav-title {
  font-size: .16rem; }

.dot {
  text-overflow: ellipsis;
  overflow: hidden; }

.footer-agree-btn {
  width: 100%; }

.footer-agree-btn > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  letter-spacing: 1px; }

.footer-agree-btn .protocol-willagree-btn {
  background: #03a3ff;
  color: #ffffff; }

.footer-agree-btn .protocol-agreeed-btn {
  background: #f2f2f2;
  color: #999999; }

/*中间跳转页*/
.transfer-page {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.transfer-page .transfer-gif {
  width: 295px;
  margin: 29% auto 11%; }

.transfer-page .transfer-des {
  width: 295px;
  margin: 0 auto; }

.transfer-page .transfer-des > p {
  font-size: 16px;
  color: #444;
  line-height: 22px;
  text-align: center; }

.transfer-page .transfer-des > p > .set-time {
  color: #03a3ff; }

/*协议页面*/
.protocol-show {
  width: 100%;
  height: 100%; }

.protocol-show .protocol-banner {
  width: 100%;
  height: 1.6rem; }
  .protocol-show .protocol-banner img {
    width: 100%;
    height: 1.6rem;
    font-size: 0; }

.protocol-show .protocol-top-text {
  margin-top: 32px; }
  .protocol-show .protocol-top-text .text-main {
    width: 86.7%;
    font-size: 18px;
    line-height: 18px;
    color: #3b3b3b;
    font-weight: 700;
    margin: 0 auto 14px;
    text-align: left; }
  .protocol-show .protocol-top-text .text-des {
    width: 86.7%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin: 0 auto 14px;
    text-align: left; }

.protocol-show .icon-protocol {
  display: inline-block;
  margin: 45px auto 13px;
  width: 55%; }

.protocol-show .protocol-box {
  text-align: center; }

.protocol-show .protocol-box p.des {
  font-size: 12px;
  line-height: 18px;
  color: #9d9d9d; }

.protocol-show .btn-agree {
  display: inline-block;
  font-size: 16px;
  color: #9d9d9d;
  width: 86.7%;
  margin: 45px auto 20px;
  height: 44px;
  line-height: 44px;
  background: #dddddd;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.protocol-show .btn-agree.active {
  background: #03a3ff;
  color: #ffffff; }

.protocol-show .protocol-agree {
  width: 86.7%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  padding-left: 20px;
  position: relative;
  text-align: left; }

.protocol-show .protocol-agree .protocol-radio {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/licai/icon-check-square.png") no-repeat;
  background-size: 100% 100%; }

.protocol-show .protocol-agree .protocol-radio.checked {
  background: url("../../images/licai/icon-checked-square.png") no-repeat;
  background-size: 100% 100%; }

.protocol-show .protocol-agree > a {
  color: #03a3ff; }

/*已兑付产品*/
.payment-pdt {
  position: relative;
  z-index: 10; }

.payment-pdt .no-data {
  text-align: center; }

.payment-pdt .no-data > h3 {
  font-size: 16px;
  color: #999;
  line-height: 200px; }

.payment-pdt-list > ul {
  overflow: hidden; }

.payment-pdt-list > ul > li {
  padding: 12px 12px 0;
  margin-bottom: 10px;
  background: #ffffff; }

.payment-pdt-list > ul > li:last-child {
  border-bottom: 0px solid #e5e5e5; }

.payment-pdt-list .pdt-name {
  font-size: 17px;
  color: #333;
  display: inline-block;
  max-width: 90%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.payment-pdt-list .pdt-name.pdt-name-width {
  max-width: 75%; }

.payment-pdt-list .pdt-label {
  color: #fff;
  font-size: 12px;
  background: #999;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  vertical-align: top; }

.payment-pdt-list .pdt-info {
  overflow: hidden;
  margin: 10px 0;
  width: 100%; }

.payment-pdt-list .pdt-info > li {
  float: left; }
  .payment-pdt-list .pdt-info > li:nth-child(2n-1) {
    width: 45%; }
  .payment-pdt-list .pdt-info > li:nth-child(2n) {
    width: 55%; }
  .payment-pdt-list .pdt-info > li > div {
    font-size: 14px;
    color: #333;
    padding-left: 70px;
    position: relative;
    margin-bottom: 3px; }
    .payment-pdt-list .pdt-info > li > div:before {
      display: inline-block;
      font-size: 14px;
      color: #999999;
      position: absolute;
      top: 0;
      left: 0; }

.payment-pdt-list .pdt-info .pdt-earnings {
  font-size: 30px;
  padding: 0 0 25px 0; }
  .payment-pdt-list .pdt-info .pdt-earnings > small {
    font-size: 14px;
    color: #666; }

.payment-pdt-list .pdt-info .pdt-earnings:before {
  content: "实际年化收益";
  position: absolute;
  bottom: 0;
  left: 0;
  top: inherit; }

.payment-pdt-list .pdt-info .pdt-cycle:before {
  content: "投资周期："; }

.payment-pdt-list .pdt-info .pdt-total:before {
  content: "产品总额："; }

.payment-pdt-list .pdt-info .pdt-price:before {
  content: "起投金额："; }

.payment-pdt-list .pdt-info .earnings-yield {
  font-size: 30px; }

.payment-pdt-list .pdt-info .payment-list-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid #03a3ff;
  background: #ffffff;
  font-size: 14px;
  color: #03a3ff;
  float: right;
  cursor: pointer;
  margin-top: 5px; }

.payment-pdt-list .pdt-info .payment-list-complete {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  font-size: 14px;
  color: #999999;
  float: right;
  cursor: pointer;
  margin-top: 5px; }

.payment-pdt-list .pdt-footer {
  border-top: 1px solid #e5e5e5;
  line-height: 35px;
  height: 35px; }

.payment-pdt-list .pdt-footer > span {
  font-size: 12px;
  color: #999999; }

.payment-pdt-list .pdt-footer .base-money {
  display: inline-block;
  width: 45%; }

.payment-pdt-list .pdt-footer .base-money:before {
  content: "约定兑付：";
  display: inline-block;
  font-size: 12px;
  color: #999999; }

.payment-pdt-list .pdt-footer .public-date:before {
  content: "实际兑付：";
  display: inline-block;
  font-size: 12px;
  color: #999999; }

.tip-limit {
  color: #fff;
  font-size: 12px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  width: 256px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: none; }

/* 
  20180409
  理财3.1
*/
.head-notice {
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  position: relative;
  background: #fff; }
  .head-notice .top-notice {
    padding: 0 10px 0 34px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    position: relative; }
    .head-notice .top-notice:before {
      content: "";
      display: inline-block;
      background: url("../../images/licai/notice.png") no-repeat;
      background-size: 100% 100%;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -7px 0 0 10px; }
    .head-notice .top-notice a {
      font-size: 14px;
      display: block;
      height: 40px;
      width: 100%;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.load-more {
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 10px 0; }

.more-item-hidden {
  display: none; }

.bottom-adv {
  background: #fff;
  margin: 5px 0; }
  .bottom-adv img {
    width: 100%; }

.invest-pdt-list .future-open {
  color: #fff;
  font-size: 12px;
  background: #ff9900;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 16px;
  vertical-align: top;
  float: left;
  margin: 2.5px 0 0 5px;
  height: 16px; }

/*
  公告页 /licai/notice
*/
.notice-body {
  min-height: calc(100% + 20px);
  padding: 10px 0; }

.notice-box {
  margin: 20px 20px; }

.notice-time {
  text-align: center;
  margin-bottom: 20px; }
  .notice-time > p {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0 12px;
    background: #dbe1ee;
    border-radius: 4px;
    border-radius: 10px; }

.notice-content {
  font-size: 15px;
  color: #666;
  text-align: justify;
  line-height: 1.5;
  padding: 10px;
  border-radius: 4px;
  word-wrap: break-word;
  box-shadow: 0 1px 8px 0 rgba(228, 233, 248, 0.6); }
  .notice-content .notice-title {
    font-size: 16px;
    color: #3b3b3b;
    margin-bottom: 12px;
    font-weight: 500; }
  .notice-content .honour-user, .notice-content p {
    font-size: 14px;
    color: #666; }
  .notice-content .honour-user {
    line-height: 1.8; }
  .notice-content p {
    line-height: 1.6;
    text-indent: 30px;
    min-height: 22px; }
  .notice-content .text-right {
    text-align: right; }

.bottom-user {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef1f9; }
  .bottom-user span {
    color: #989fad;
    font-size: 12px; }
  .bottom-user .left {
    float: left;
    text-indent: 0; }
  .bottom-user .right {
    float: right; }

.top-user {
  margin-bottom: 15px; }

.err-tip {
  display: none;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666; }

.nullbox {
  width: 100%;
  height: 1px;
  margin: 5px 0;
  padding: 5px 0; }

.transfer-logo {
  float: left;
  width: 80px;
  height: 80px; }
  .transfer-logo img {
    width: 100%;
    font-size: 0; }

#gif_css {
  float: left;
  width: 135px;
  height: 10px;
  margin-top: 35px;
  position: relative; }

#gif_css span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3498db;
  opacity: 0.5;
  border-radius: 20px;
  animation: gif_css 1s infinite ease-in-out; }

#gif_css span:nth-child(1) {
  left: 38px; }

#gif_css span:nth-child(2) {
  left: 48px;
  animation-delay: .2s; }

#gif_css span:nth-child(3) {
  left: 58px;
  animation-delay: .4s; }

#gif_css span:nth-child(4) {
  left: 68px;
  animation-delay: .6s; }

#gif_css span:nth-child(5) {
  left: 78px;
  animation-delay: .8s; }

@keyframes gif_css {
  0% {
    opacity: 0.3;
    transform: translateY(0px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
  50% {
    opacity: 1;
    transform: translateY(-10px);
    background: #f1c40f;
    box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05); }
  100% {
    opacity: 0.3;
    transform: translateY(0px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); } }
