@charset "utf-8"; 

.manual .inner {
    width: 490px;
    margin:  0 auto;
    margin-top: 50px;
}
.manual .top {
    text-align:  center;
}
.manual .top img {width: 74px}
.manual .top h5 {
    font-weight:  700;
    margin-top: 20px;
}
.manual .bottom {
    margin-top: 50px;
}
.manual .bottom ul {}
.manual .bottom ul li {
    border:  1px solid #ccc;
    margin-bottom: 15px;
    width:  90%;
    padding: 5% 0 5% 47px;
    float:  left;
}
.manual .bottom ul li:last-child {}
.manual .bottom ul li img{
    width: 44px;
}
.manual .bottom ul li span {
    display:  inline-block;
    float:  left;
}
.manual .bottom ul li span:nth-child(2) {width: 2px;height: 30px;background: #ccc;margin: 0 35px;margin-top: 13px;}
.manual .bottom ul li span:nth-child(3) {
    font-size:  1.1em;
    margin-top: 19px;
}
.readyManual {text-align: center; margin-top:80px;}