     *{
            margin: 0;
            padding: 0;
        }
        body{
          padding-bottom:constant(safe-area-inset-bottom) !important;
          font-family: "PingFang SC", "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
          background: #f3f3f3;
          min-height: 100vh;
          font-size: 0.37333rem;
          color: #272928;
          }
          
          ::-webkit-scrollbar{
          width: 1px;
          height: 16px;
         }
         #app{
            width: 100%;
            height: 20vh;
            /* background: url('../img/bg.png'); */
            background-size: 100% 100%;
        }
        .redtaks{
            width: 100%;
            height: calc(110vh - 1.4rem);
            background: url('/Public/mobile/img/bg.png');
            background-size: 100% 100%;
            position: relative;
        }
    .redtaks .redtaks_list{
            width: 100%;
            height: 20rem;
            padding: 0 0.4rem;
            box-sizing: border-box;
            position: absolute;
            bottom: 0;
    }
    .redtaks .redtaks_list .redtaks_list_cotents{
        width: 100%;
        height: 45%;
        background: url(/Public/mobile/img/biankaugn.png);
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 0.4rem;
        margin-top: 10rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items{
        width: 100%;
        height: 2rem;
        background: url('/Public/mobile/img/smallbg.png');
        background-size: 100% 100%;
        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;
        position: relative;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items2{
        width: 100%;
        height: 2rem;
        background: url('/Public/mobile/img/smallbg.png');
        background-size: 100% 100%;
        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;
        position: relative;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items .redtaks_list_items_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;
        box-sizing: border-box;
        padding-left: 1rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items .redtaks_list_items_left > img{
        width: 1rem;
        height: 1rem;
        margin-left: -0.6rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items .redtaks_list_items_left > div{
        color: #fff;
        font-size: 0.3rem;
        margin-left: 0.4rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items .redtaks_list_items_right {
        position: absolute;
        width: 1.76rem;
        height: 1.33333rem;
        bottom: 0.5rem;
        left: 5rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items2 .redtaks_list_items_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;
        box-sizing: border-box;
        padding-left: 0.4rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items2 .redtaks_list_items_left > img {
         width: 1rem;
        height: 1rem;
        margin-right: -0.5rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items2 .redtaks_list_items_left > div{
        color: #fff;
        font-size: 0.3rem;
        margin-left: 1rem;
    }
    .redtaks .redtaks_list .redtaks_list_cotents .redtaks_list_items2 .redtaks_list_items_right{
        position: absolute;
        width: 1.76rem;
        height: 1.33333rem;
        bottom: 0.5rem;
        right: 1rem;
    }