.container {
  width:100%;
  height:100%
}
#carousel {
  width: 100%;
  /* border:1px solid #222; */
  height: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  /* background: #FFF; */
}
#carousel img {
  visibility: hidden;
  /* hide images until carousel can handle them */
  cursor: pointer;
  /* otherwise it's not as obvious items can be clicked */
}
#callback-output {
  width: 100%;
  min-height: 50px;
  background: #fff;
  padding: 8px;
  height: 100%;
  overflow-y: scroll;
}
/*限制图片大小 自适应需调整*/
.lb-img-wh{
  width:630px;
  height:345px;
}
.htmleaf-container{
	width:100%;
   height: 100%;
}
