#bookList, #bookList-content, #meetingList{
    width: 100%;
    min-height: 300px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pageTitle{
    height: 50px;
    padding-left: 20px;
    padding-right: 25px;
    margin-bottom: 13px;
    line-height: 50px;
    background: #fff;
    box-shadow: 2px 3px 3px 0px rgba(211, 211, 211, 0.27);
}
.pageTitle a{
    margin-right: 10px;
    color: #333;
}
.bookItem{
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 2px 3px 3px 0px rgba(211, 211, 211, 0.27);
}
.bookItem .itemTitle{
    padding-left: 8px;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.caseNo{
    position: relative;
    float: left;
    padding-left: 20px;
    margin-right: 30px;
    color: #333;
}
.caseNo:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 13px;
    height: 15px;
    background: url("./img/caseNo.png") no-repeat center;
}
.caseTime{
    float: left;
    margin-right: 30px;
    color: #666;
}
.caseToDate{
    float: left;
    color: #666;
}
.caseStatus{
    float: right;
}
.caseStatus_wait{
    position: relative;
    color: #1f89e1;
}
.caseStatus_ing{
    position: relative;
    color: #f9b439;
}
.caseStatus_success{
    position: relative;
    color: #7cc218;
}
.itemCont{
    overflow: hidden;
    padding-left: 8px;
    padding-top: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.itemContLeft{
    float: left;
    width: 310px;
}
.itemContRight{
    float: left;
    width: calc(100% - 320px);
}
.line{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}
.line .lineLabel{
    width: 110px;
    color: #b2b2b2;
}
.line .lineCont{
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.itemFooter{
    overflow: hidden;
    padding-left: 8px;
    line-height: 50px;
}
.itemFooter .bookCount{
    color: #b2b2b2;
}
.itemFooter .bookCount span{
    color: #208de3;
}
.itemFooter .bookEntry button{
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #1f89e1;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1f89e1;
}
.itemFooter .bookCount  button{
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #1f89e1;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1f89e1;
}
.caseMeetingIcon{
    position: absolute;
    left: -20px;
    top: 18px;
    display: block;
    width: 12px;
    height: 14px;
    background: url("./img/meeting3.png") no-repeat center;
}
.caseMeetingIcon2{
    position: absolute;
    left: -20px;
    top: 18px;
    display: block;
    width: 13px;
    height: 15px;
    background: url("./img/meeting2.png") no-repeat center;
}
.suitMeetingIcon{
    position: absolute;
    left: -20px;
    top: 18px;
    display: block;
    width: 12px;
    height: 13px;
    background: url("./img/meeting1.png") no-repeat center;
}
.timeIcon{
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url("./img/time.png") no-repeat center;
    transform: translateY(2px);
}
#qrcode .modal-dialog .modal-content .modal-body .weChat {
    width: 241px;
    height: 241px;
    margin: 0 auto;
    background: url('/static/img/weChats.png') no-repeat center;
    background-size: 100%;
}
#qrcode .modal-dialog {
    width: 404px;
    height: 483px;
}
#qrcode .modal-dialog .modal-content .modal-body p {
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    margin-top: 20px;
}
#qrcode .modal-dialog .modal-content .modal-body p em {
    color: rgb(25, 114, 181);
}
#qrcode .modal-dialog .modal-content {
    height: 95%;
}
#qrcode .modal-dialog .modal-content .modal-header h5 {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 71px;
    font-size: 22px;
    color: rgb(25, 114, 181);
}
#qrcode .modal-dialog .modal-content .modal-header {
    height: 71px;
    padding: 0;
}
#qrcode .modal-dialog .modal-content .modal-header button {
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
