.t-step6{margin-bottom:20px;}
.step6-h2{
    font-weight:500;font-size:22px;line-height:28px;text-align:center;padding:0;margin:0;
    padding:8px 0;display:block;width:100%;color:#666;
}

.step6-box{
    background:#ddd;padding:15px;margin-bottom:5px;
    border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;
}
.step6-date{text-align:center;padding:6px 0;}
.step6-col{
    float:left;width:16.66%;text-align:center;background:#fff;border:2px solid #ddd;
    padding:18px 5px;
}
.step6-col .step6-img{
    height:80px;width:80px;overflow:hidden;margin:0 auto;
    border:1px solid #ddd;
    border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;
}
.step6-col .step6-img img{width:100%;}
.step6-col .step6-text{
    height:40px;line-height:18px;overflow:hidden;margin-top:8px;padding:2px 4px;
}

@media screen and (min-width: 590px) and (max-width: 889px){
    .step6-col{width:33.33%;padding:10px 5px;}
}

@media screen and (min-width:280px) and (max-width:589px){
    .step6-h2{font-size:18px;line-height:22px;}

    .step6-box{padding:8px;}
    .step6-col{width:33.33%;padding:10px 5px;}
    .step6-col .step6-img{height:60px;width:60px;}
    .step6-col .step6-text{font-size:13px;margin-top:5px;}
}