

.box {
    display: inline-table;
    width: 230px;
    height: 150px;
    background: #faf9fe;
    position: relative;
    float: left;
    margin: 5px;
}

.sb {
    height: auto;
    overflow: hidden;
}

.box_lt {
    width: 80px;
    height: auto;
    overflow: hidden;
    float: left;
}

/*.box_lt span {*/
/*display: block;*/
/*width: 90px;*/
/*height: 110px;*/
/*!*background:url(image/1_03.jpg) no-repeat;*!*/
/*border: solid 0px #128dc5;*/
/*margin: 0px 0 0 0px;*/
/*}*/

.box_lt span img {
    display: block;
    width: 72px;
    height: 103px;
    /*background:url(image/1_03.jpg) no-repeat;*/
    border: solid 0px #A0BCC5;
    margin: 20px 0 0 5px;
    cursor:pointer
}

.box_rt {
    width: 140px;
    border-bottom: 0px solid #ccc;
    height: auto;
    overflow: hidden;
    float: right;
    padding-top: 15px;
}

.xm {
    height: 25px;
    overflow: hidden;
}

.xm_lt {
    width: 40px;
    height: auto;
    overflow: hidden;
    float: left;
}

.xm_rt {
    width: 90px;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: solid 0px #080808;
}

.xm_rt input {
    border: none;
    background: none;
    height: 16px;
}

.bottom {
    width: 100%;
    height: 36px;
    background: #7fa3c7;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
}

