.clo{
    float: left;
    padding: 20px 10px 0px 10px;
    display: inline;
    min-height: 1px;
}
.choosebox.car {
    background: url(../img/car-icon.png) top center no-repeat;
}

.choosebox {
    height: 150px;
    border: 1px solid #dedede;
    border-radius: 3px;
    transition: all .32s linear;
}
.choosebox a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 17px;
    color: #999;
    text-decoration: none;
}
.choosebox a:hover{
    color: #999;
    text-decoration: none;
}
.choosebox:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.2);
  box-shadow: 0 -1px 10px rgba(0,0,0,.2);
}
.choosebox.fang {
    background: url(../img/fang-icon.png) top center no-repeat;
}
.choosebox.jr {
    background: url(../img/jr-icon.png) top center no-repeat;
}
.choosebox.doctor {
    background: url(../img/doctor-icon.png) top center no-repeat;
}
.choosebox.zzy {
    background: url(../img/zzy-icon.png) top center no-repeat;
}
.choosebox.nr {
    background: url(../img/nr-icon.png) top center no-repeat;
}
.choosebox.it {
    background: url(../img/it-icon.png) top center no-repeat;
}
.modal footer {
    padding: 16px;
    font-size: 80%;
    color: #a5a5a5;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    text-align: right;
}
