*{margin:0;padding:0}
html, body {
    background-color: #FFF;
}
.draw-box {
    background: url("../img/jd/jdcjbj.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 310px;
}
.draw-box .d-list {
    left: 42px;
    position: absolute;
    top: 75px;
    width: 200px;
}
.draw-box .d-list .fore {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 63px;
    margin: 0 0px 0 0;
    overflow: hidden;
    position: relative;
    width: 64px;
}
.draw-box .d-list .fore ul {
    position: relative;
    z-index: 2;
}
.draw-box .d-list .fore li {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    list-style: none outside none;
    text-align: center;
    width: 60px;
}
.draw-box .d-list .fore img {
    padding: 7px 5px 5px;
    margin-left: 2.5px;
    margin-top: 1px;
}
.draw-box .d-list .fore em {
    background: url("../img/jd/e-i3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 64px;
    left: 0;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 1;
}
.draw-box .draw-btn {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 95px;
    position: absolute;
    top: 145px;
    width: 80px;
}
.draw-box .draw-btn:focus {
    outline: 0 none;
}
.draw-box .draw-bean {
    top: 179px;
    color: #644400;
    font-size: 16px;
    font-weight: 700;
    height: 62px;
    left: 0;
    line-height: 62px;
    position: absolute;
    text-align: center;
    width: 265px;
}

.main h4{
    margin: 10px 10px 0 10px;
}
.main p{
    line-height: 18px;
    padding: 10px;
}
.main .red{
    color: red;
}
