body{
  font:13px/1.4 'Arial','Microsoft YaHei';
}

.modal-dialog .modal-body{
  max-height:450px;
  overflow:auto;
}

@media (min-height: 650px) {
  .modal-dialog .modal-body{
    max-height:500px;
    overflow:auto;
  }
}

@media (min-height: 750px) {
  .modal-dialog .modal-body{
    max-height:580px;
    overflow:auto;
  }
}

@media (min-height: 850px) {
  .modal-dialog .modal-body{
    max-height:680px;
    overflow:auto;
  }
}

.modal-dialog.large {
    width:700px;
}

.modal-dialog.xlarge {
    width:850px;
}

.modal-dialog.xxlarge {
    width:990px;
}

.modal-dialog .modal-header .close {
  min-width:30px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-info {
  border-left-color: #1b809e;
}

.bs-callout-info h4 {
  color: #1b809e;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.br-item {
  padding: 10px 16px 10px 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border-radius: 2px;
  margin-bottom:20px;
}

.br-item .face {
  width:60px;
  float:left;
}

.br-item .detail {
    margin-left:60px;
}

.br-item .detail .title {
  font-size:14px;
  font-weight:700;
}

.br-item .detail .title .mark {
  color:darkgray;
  font-size:12px;
  font-weight:500;
}


br-item .detail .images-arrow {
  height:10px;
  overflow-hidden;
}


.br-item .detail .images .arrow-up {
  
}
.br-item .detail .images-inner img{
  width:200px;
  height:200px;
}

.br-item .detail .images img {
  display:inline-block;
  margin-right:20px;
}

div.center-content {
  text-align:center;
  margin-left:auto; margin-right:auto
}


.image-list {
  padding-left:10px;
}

.image-list .image-item {
    color:rgb(72, 72, 72);
    box-shadow: 2px 2px 1px #888888;
    border-bottom:solid 5px #1b809e;
    display:inline-block;
    margin-left:20px;
    margin-bottom:10px;
    text-align:center;
    background-color: rgb(232, 232, 232);
}

.image-list .image-item div:last-child {
  padding-top:10px;
  font-size:25px;
  vertical-align:middle;
  height:60px;
}