.blood-donation-service-blood-foot-print
{
    position: relative;
}
.blood-donation-service-blood-foot-print .fl
{
    float: left;
}
.blood-donation-service-blood-foot-print .fr
{
    float: right;
}
.blood-donation-service-blood-foot-print .font-size-18
{
    font-size: 18px;
}
.blood-donation-service-blood-foot-print .top-box
{
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    height: 46px;
}
.blood-donation-service-blood-foot-print .top-tit
{
    line-height: 20px;
    height: 20px;
    padding-left: 10px;
}
.blood-donation-service-blood-foot-print .donate-blood-info
{
    text-align: center;
    padding: 30px 8% 20px;
}
.blood-donation-service-blood-foot-print .cont-user
{
    margin-bottom: 20px;
}
.blood-donation-service-blood-foot-print .cont-top
{
    /*display: flex;*/
}
.blood-donation-service-blood-foot-print .cont
{
    width: calc(100% / 3 - 10%);
    width: -webkit-calc(100% / 3 - 10%);
    width: -moz-calc(100% / 3 - 10%);
    width: -ms-calc(100% / 3 - 10%);
    width: -o-calc(100% / 3 - 10%);
    margin: 0 5%;
}
.blood-donation-service-blood-foot-print .cont-img
{
    width: 60px;
    margin: 0 auto 5px;
    display: block;
}
.blood-donation-service-blood-foot-print .info-text
{
    
}
.blood-donation-service-blood-foot-print .tips-info
{
    margin-top: 20px;
    line-height: 30px;
}
/*足迹列表*/
.blood-donation-service-blood-foot-print .footprint-box
{
    height: calc(100% - 277px);
    height: -webkit-calc(100% - 277px);
    height: -moz-calc(100% - 277px);
    height: -ms-calc(100% - 277px);
    height: -ms-calc(100% - 277px);
    height: -o-calc(100% - 277px);
}
.blood-donation-service-blood-foot-print .footprint-top
{
    height: 30px;
}
.blood-donation-service-blood-foot-print .footprint-list-box
{
    font-size: 14px;
    height: calc(100% - 30px);
    overflow: auto;
}
.blood-donation-service-blood-foot-print .footprint-list
{
    display: flex;
}
.blood-donation-service-blood-foot-print .donate-blood-data
{
    width: 20%;
    text-align: center;
    line-height: 30px;
    position: relative;
    border-right: 1px #EEE solid;
    padding: 20px 0;
}
.blood-donation-service-blood-foot-print .donate-blood-data .span
{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 24px;
}
.blood-donation-service-blood-foot-print .footprint-info
{
    padding: 20px;
    width: 80%;
}
.blood-donation-service-blood-foot-print .blood-type
{
    line-height: 30px;
    padding-left: 20px;
    font-size: 12px;
    background-size: 14px;
    background-position: left center;
}
.blood-donation-service-blood-foot-print .info-text
{
    margin-top: 5px;
    line-height: 20px;
}
/*未登录/未认证*/
.blood-donation-service-blood-foot-print .login-auth
{
    width: 100%;
    position: relative;
    height: calc(100% - 46px);
    height: -webkit-calc(100% - 46px);
    height: -moz-calc(100% - 46px);
    height: -ms-calc(100% - 46px);
    height: -o-calc(100% - 46px);
    background-size: 100%;
    background-position: center top;
}
.blood-donation-service-blood-foot-print .login-auth-text
{
    position: absolute;
    top: 49%;
    width: 100%;
    text-align: center;
}
