.guide-btn-box
{
    margin: 30px auto 0;
    width: 130px;
    text-align: center;
    height: 35px;
    background: #D41A1A;
    line-height: 35px;
    color: #fff;
    border-radius: 4px;
}
.name-box .code-btn 
{
    width: 100px;
    float: left;
    background: #D41A1A;
    color: #fff;
    margin-left: 0;
    border: none;
    height: 34px;
    cursor: pointer;
}
.auth-tit span
{
    border-left: 4px solid #D41A1A;
    padding-left: 10px;
    font-weight: bold;
}
.blood-donor
{
    border: 1px solid #D41A1A;
    width: 210px;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #D41A1A;
}
.blood-donor-click
{
    background: #D41A1A;
    color: #fff;
}
.pre-btn
{
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #D41A1A;
    float: left;
    text-align: center;
    color: #D41A1A;
    margin-left: 143px;
    border-radius: 4px;
}
.next-btn
{
    background: #D41A1A;
    color: #fff;
    margin-left: 20px;
}
.blood
{
    width: 60px;
    margin-right: 20px;
    border: 1px solid #D41A1A;
    color: #D41A1A;
    line-height: 30px;
    text-align: center;
    float:left;
    border-radius: 4px;
}
.blood-click
{
    border: none;
    background: #D41A1A;
    color: #fff;
}
.reason-btn
{
    width: 100px;
    height: 35px;
    background: #D41A1A;
    border: none;
    color: #fff;
    border-radius: 4px;
    line-height: 35px;
    margin-top: 10px;
    cursor:pointer;
}
.sorry-infoPic 
{
    background: url(/images/model/moudle/volunteer/org_apply_1/org_apply_1_2.png) no-repeat;
    width: 65px;
    height: 60px;
    display: inline-block;
    margin-top: 120px;
}
.sucess-infoPic
{
    background: url(/images/model/moudle/volunteer/org_apply_1/org_apply_1_1_2.png) no-repeat;
}