/*橘色的背景开始*/
.oranbg{
    background-color: #b92433;
    box-sizing: border-box;
    padding: 0 12px 50px;
    color: white;
    border-radius: 0 0 30px 30px;
}
.oranbg .title_detail{
    display: flex;
    font-size: 12px;
    height: 46px;
    align-items: center;
}
.oranbg .title{
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
}

.oranbg .money_arrow{
    display: flex;
    height: 106px;
    align-items: center;
}
.oranbg .money{
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.oranbg .money_text{
    font-size: 33px;
    text-align: center;
}
.oranbg .money_btn{
    width: 126px;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    border: 1px solid white;
    font-size: 12px;
}
.oranbg .copy_poster{
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 16px;
    display: flex;
    justify-content: center;
}
.oranbg .copy .copy_icon{
    width: 15.5px;
    height: 17px;
    margin-right: 5px;
}
.oranbg .poster .poster_icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;

}
.oranbg .poster{
    display: flex;
    align-items: center;
}
/*橘色的背景结束*/
.container{
    padding-bottom: 60px;
}
/*白色背景的不同分类开始*/
.white{
    box-sizing: border-box;
    padding: 0 12px;
    margin-top: -30px;
}
.white .list{
    box-sizing: border-box;
    padding: 31px 20px;
    background-color: #fff;
    border-radius: 8px;
}
.white .list .item{
    height: 97px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 13px 0;
}
.white .list .item + .item{
    margin-top: 15px;
}
.white .list .item .text{
    color: #f3711b;
    font-size: 19px;
    display: flex;
    margin-bottom: 20px;
}
.white .list .item .gray{
    color: #929191;
    font-size: 13px;
    min-width: 70px;
}
.white .list .item .oranText{
    flex-grow: 1;
}
.white .list .item .black{
    color: #474747;
    font-size: 13px;
    text-align: right;
}
/*白色背景的不同分类结束*/