﻿.LifeDoStep
{
    width: 750px;
    margin: 30px auto 0;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
}
.LifeDoStep_1
{
    background: url(/s/img/w/1/Life-Do1/step.gif) no-repeat 0 0;
}
.LifeDoStep_2
{
    background: url(/s/img/w/1/Life-Do1/step.gif) no-repeat 0 -30px;
}
.LifeDoStep li
{
    float: left;
    width: 250px;
    overflow: hidden;
    text-align: center;
    font-family: Arial, '宋体', 'Microsoft Yahei', '微软雅黑', MSYahei, Verdana, Helvetica, sans-serif;
}
.LifeDoStep li.on
{
    color: #fff;
    font-weight: bold;
}
/*——*/
.LifeDoClass
{
    padding: 10px 0 75px 105px;
    background:#fff;
}
.LifeDoClass dl
{
    float: left;
    width: 422px;
    margin-top: 25px;
}
.LifeDoClass dt
{
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.LifeDoClass dl.on dt blockquote
{
    width: 80px;
    height: 39px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-right-color: #fff;
    position: absolute;
    margin: 0 0 0 -11px;
    z-index: 999;
    cursor: pointer;
}
.LifeDoClass dl.on dt div a, .LifeDoClass dl.on dt div a:hover
{
    color: #c00;
    text-decoration: none;
}
.LifeDoClass dd
{
    position: absolute;
    z-index: 998;
    display: none;
    border: solid 1px #ddd;
    padding: 4px 0 6px 16px;
    background: #fff;
    width: 312px;
    margin: -40px 0 0 70px;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    box-shadow:3px 3px 0px rgba(111,111,111,.1);
}
.LifeDoClass #dl9 dd
{
    margin-top: -450px;
}
.LifeDoClass #dl10 dd
{
    margin-top: -185px;
}
.LifeDoClass dd span
{
    font-size: 14px;
    float: left;
    display: block;
    width: 156px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
}
.LifeDoClass dd a
{
    -webkit-transition: color 1.5s ease;
    -moz-transition: color 1.5s ease;
    -ms-transition: color 1.5s ease;
    -o-transition: color 1.5s ease;
    transition: color 1.5s ease;
}
/*——*/
/*以下是新加于2014-10-14*/
.LifeDoClass #dl9 dd
{
    margin-top: -293px;
    width:547px; 
    padding-bottom:15px;
}
.LifeDoClass #dl9 dd span
{
    width:90px; 
    margin-top:10px;overflow:visible;
}
.LifeDoClass #dl9 dd span a
{
    display:block;
    width:80px;
    text-align:center;
    background:#eee;
    border:solid 1px #ddd;
    line-height: 27px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    box-shadow:1px 1px 0 rgba(255,255,255,.3) inset,0 0 5px rgba(0,0,0,.2);
    color:#444;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease;
    font-size:12px;
    height:27px;
    overflow:hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.LifeDoClass #dl9 dd span a:hover
{
    background:#299BE5;
    border-color:#1786D1;
    color:#fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#48B7FF), to(#299BE5));
    background-image: -webkit-linear-gradient(#48B7FF, #299BE5);
    background-image: -moz-linear-gradient(#48B7FF, #299BE5);
    background-image: -ms-linear-gradient(#48B7FF, #299BE5);
    background-image: -o-linear-gradient(#48B7FF, #299BE5);
    background-image: linear-gradient(#48B7FF, #299BE5);
    box-shadow:0 0 1px rgba(255,255,255,.6) inset,0 0 5px rgba(0,0,0,.2);
}
/*——*/