.zhujiao-zhujiao-add {
    font-size:16px;
    width: 100%;
    height:30px;
    line-height:30px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    padding:0;
    background-color: transparent;
    border:1px solid #69b82d;
    color:#69b82d;
    vertical-align:middle;
    border-radius: 2px;
}
.zhujiao-zhujiao-add:hover{
    background:#69b82d;
    border:#69b82d 1px solid;
    color:#fff;
}

.step1{
    font-size:16px;
    width: 14%;
    height:30px;
    line-height:30px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    padding:0;
    background-color: transparent;
    border:1px solid #69b82d;
    color:#69b82d;
    vertical-align:middle;
    border-radius: 2px;
    float:left;

}
.step2{
    font-size:16px;
    height:30px;
    line-height:30px;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    padding:0;
    background-color: transparent;
    border:1px solid #69b82d;
    color:#69b82d;
    vertical-align:middle;
    border-radius: 2px;
    width:84%;
    margin-left:10px;
}
.step3{
    font-size:16px;
    width: 14%;
    height:30px;
    line-height:30px;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    padding:0;
    background-color: transparent;
    color:#69b82d;
    vertical-align:middle;
    border-radius: 2px;
    float:left;
}
.step4{
    font-size:16px;
    width: 14%;
    height:80px;

    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    padding:0;
    background-color: transparent;
    color:#69b82d;
    vertical-align:middle;
    border-radius: 2px;
    float:left;
}
.step5{
    font-size:16px;
    width: 14%;
    height:80px;
    line-height:40px;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    padding:0;
    background-color: transparent;
    color:#69b82d;
    vertical-align:middle;
    border-radius: 2px;
    float:left;
}
.step4:hover{opacity:0.8;filter:Alpha(opacity=80); /* IE8 以及更早的浏览器 */}

.TStepItem{
    cursor:pointer;
    height:25px;
    line-height:25px;
    margin-right:5%;
    color:#333;
    float:left;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}