.title_tips {
    color: red;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    display: none;
  }

  .le-nav-title{
    margin-left: 54px;
    position: relative;
    top: 9.85rem;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  .nav-tab,
  .le-nav-tab,
  .cxfq-nav-tab,
  .yxj-nav-tab {
    margin-left: 43px;
    display: flex;
    justify-content: left;
    position: relative;
    top: 9.5rem;
    /* top: 59%; */
  }
  .le-nav-tab {
    top: 10.1rem;
  }
  .cxfq-nav-tab {
    top: 9.65rem;
  }
  .nav-tab li{
    margin-right: 6px;
    width: 20%;
    height: 30px;
    line-height: 2px;
    text-align: center;
    border: 1px solid #c9c9c9;
  }
  .le-nav-tab li,.cxfq-nav-tab li,.yxj-nav-tab li {
    position: relative;
    margin-right: 12px;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 0;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
  }
  .le-nav-tab li:first-of-type,.cxfq-nav-tab li:first-of-type,.yxj-nav-tab li:first-of-type{
    margin-left: 12px;
  }
  .nav-tab li > a {
    color: #b2b2b2;
    font-size: 14px;
  }
  .le-nav-tab li > a,.cxfq-nav-tab li > a,.yxj-nav-tab li > a {
    position: absolute;
    top: 50%;
    left: 10px;
    color: rgb(158, 160, 159);
    font-size: 10px;
  }
  .nav-tab li a:hover,
  .le-nav-tab li a:hover,
  .cxfq-nav-tab li a:hover {
    color: #b2b2b2;
  }

  .active {
    background-color: rgb(255 72 33) !important;
    border: 1px solid rgb(255 72 33) !important;
  }

  .active a {
    color: #fe780e !important;
  }

  .cxfq-active {
    background-color: #fe8002 !important;
    border: 1px solid #fe8002 !important;
  }

  .cxfq-active a {
    color: #fff !important;
  }
  .sdh-active {
    background:linear-gradient(to bottom, #0038ff, #0fffff) !important;
    border: 0 !important;
  }
  .sdh-active a {
    color: #fff !important;
  }
  /* yxj */
  .yxj-nav-tab {
    top: 6rem;
    margin-left: 0.4rem;
  }
  #nav-yxjs {
    top: 1.8rem;
    margin-left: 0.4rem;
  }
  .yxj-nav-tab li{
    width: 1.74rem;
    height: 0.7rem;
    border: 0;
    background-color: #F6F7FB;
    margin-right: 0.45rem;
    border: 0.03rem solid #fff;
  }
  .yxj-nav-tab li > a{
    left: 0.45rem;
    font-size: 0.3rem;
  }
  #nav-yxjs li > a{
    left: 0.28rem;
    font-size: 0.3rem;
  }
  .yxj-active {
    border: 0.03rem solid #2860F5 !important;
    background-color: #ECF0FD !important;
  }
  .yxj-active a {
    color: #2860F5 !important;
  }
  /* yxj */

  .ai-nav-tab{
    margin-left: 32px;
    display: flex;
    justify-content: left;
    position: relative;
    padding-top: 61%;
  }
  .ai-nav-tab li {
    margin-right: 4px;
    width: 22%;
    height: 30px;
    line-height: 4px;
    text-align: center;
    background-color: #f8f8f8;
    /* border: 1px solid #c9c9c9; */
  }
  .ai-nav-tab li > a {
    color: #5e5e5e;
    font-size: 12px;
  }
  .ai-nav-tab li a:hover {
    color: #3d5cea;
  }
  .ai-active {
    background-color: #3d5cea !important;
    /* border: 1px solid #3d5cea !important; */
  }
  .ai-active a {
    color: #fff !important;
  }



  .foan-peroid-list {
    position: absolute;
    top: 4.45rem;
    left: 0.4rem;
    width: 90%;
    /* display: none; */
  }
  .foan-peroid-list .foan-peroid-item {
    position: relative;
    padding: 0.26rem 1rem 0.18rem 0.18rem;
    border: 1px solid #ddd;
    border-radius: 0.12rem;
    margin-bottom: 0.2rem;
    transition: all 0.3s;
  }

  .foan-peroid-list .foan-peroid-item:last-child {
    margin-bottom: 0;
  }

  .foan-peroid-list .foan-peroid-item.actives {
    border-color: #1581ff;
    background: #f2f8ff;
  }

  .foan-peroid-list .foan-peroid-item .icon {
    position: absolute;
    right: 0.32rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.33rem;
    height: 0.33rem;
    background-image: url("../images/jubaoge/uncheck.png");
    background-size: 100% 100%;
  }

  .foan-peroid-list .foan-peroid-item .icon.actives {
    background-image: url("../images/jubaoge/checked.png");
  }

  .foan-peroid-list .foan-peroid-item .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    font-size: 0.35rem;
    line-height: 1;
    color: #333;
  }

  .foan-peroid-list .foan-peroid-item .bottom {
    text-align: right;
    font-size: 0.25rem;
    color: #999;
  }
  [role="button"],
  button {
    cursor: pointer;
  }
  .money-input-wrap {
    position: relative;
    font-size: 0.8rem;
    color: #333;
    top: 2.42rem;
    padding-left: 0.36rem;
  }

  .money-input-wrap .money-unit {
    position: absolute;
    left: 0.32rem;
    bottom: 0.21rem;
    font-size: 0.2rem;
    font-weight: 700;
  }

  .money-input-wrap.no-unit input {
    padding-left: 0;
  }

  .money-input-wrap input {
    width: 40%;
    height: 0.8rem;
    padding-left: 0.42667rem;
    padding-right: 1rem;
    /* border-bottom: 1px solid #ddd; */
    transition: all 0.3s;
    font-weight: 700;
    font-size: 0.7rem;
    /* border-top: 0;
      border-left: 0;
      border-right: 0; */
    border: 0;
    outline: none;
  }

  /* .money-input-wrap input:focus {
      border-color: #1581ff
  } */

  .money-input-wrap input::-webkit-input-placeholder {
    font-size: 0.3rem;
  }

  .money-input-wrap input::-moz-placeholder {
    font-size: 0.3rem;
  }

  .money-input-wrap input::placeholder {
    font-size: 0.3rem;
  }
  .allbtn {
    position: absolute;
    font-size: 0.25rem;
    font-weight: 400;
    color: #1581ff;
    top: 2.04rem;
    right: 0.4rem;
  }
  .yxj-input{
    top: 2.2rem;
  }
  .yxj-input .money-unit{
    left: 0.5rem;
    font-size: 0.3rem;
  }
  .yxj-input .yxj-money-input{
    font-size: 0.8rem;
  }

  #slide {
      position: absolute;
      top: 1.25rem;
      left: 0.9rem;
      height: 0.5rem;
      width: 260px;
      overflow: hidden;
   }

   #slide p {
       height: 0.42rem;
       font-size: 14px;
       line-height: 0.4rem;
       color: #fff;
       opacity: 0.8;
       overflow: hidden;
   }

   #slide span {
       float: right
   }


   .money_div{
    margin-top: .43rem;
    font-family: Myding;
    padding-bottom: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 1.7rem;
    left: 0.3rem;
    width: 6.7rem;
    height: 0.7rem;
  }
  .money_div .money_div_left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .money_div .money_div_left span{
    font-size: .57rem;
    font-family: Myding;
    font-weight: 700;
    color: #000;
  }
  .money_div .money_div_left p{
    font-size: 0.68rem;
    font-family: Myding;
    font-weight: 600;
    color: #000;
  }
  .money_div .money_div_right{
    font-size: .24rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #919db1;
  }
  .syj_money{
    position: absolute;
    top: 3.52rem;
    left: 1.7rem;
    /* width: 6.7rem;
    height: 0.7rem; */
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    /* padding-left: .32rem; */
  }
  .syj_money li{
    width: 1.45rem;
    height: 0.52rem;
    background: #eef0ff;
    border-radius: .11rem;
    font-size: .26rem;
    font-family: Myding;
    font-weight: 500;
    color: #3f57d6;
    text-align: center;
    line-height: 0.52rem;
    border: .02rem solid #eef0ff;
    margin-left: 0.28rem;
  }
  .syj_money li span{
    font-size: .24rem;
    font-weight: 600;
  }
  .syj_money li p{
    font-size: .26rem;
    font-weight: 500;
    display: inline-block;
  }
  .syj_money .syj_active{
    border: .03rem solid #3f57d6;
  }
  .syj_month_options{
    position: absolute;
    top: 5.7rem;
    left: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .syj_month_options li{
    width: 1.86rem;
    height: 0.78rem;
    background: #f5f5f5;
    border-radius: .11rem;
    font-size: .3rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 0.78rem;
    position: relative;
  }
  .syj_month_options li:last-child{
    margin-left: 0.55rem;
  }
  .syj_month_options li:first-child{
    margin-right: 0.55rem;
  }
  .syj_month_options .syj_month_active{
    background: #eef0ff;
    color: #4b51cd;
  }
  .syj_month_options .syj_month_tips{
    width: 0.74rem;
    background: -webkit-linear-gradient(249deg, #ff8e00, #ff7400);
    background: linear-gradient(201deg, #ff8e00, #ff7400);
    display: inline-block;
    border-top-right-radius: .6rem;
    border-top-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    border: .01rem solid #fff;
    position: absolute;
    right: 0;
    top: -.21rem;
    font-size: .2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #fff;
    height: .36rem;
    line-height: .36rem;
  }
  .syj_month_options li img{
    width: .4rem;
    height: .4rem;
    margin-left: .05rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  @keyframes breath {
    0% {
        -webkit-transform: scale(1);
          -moz-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.07);
          -moz-transform: scale(1.07);
                transform: scale(1.07);
    }
    100% {
        -webkit-transform: scale(1);
          -moz-transform: scale(1);
                transform: scale(1);
    }
  }