/* 懒人图库 搜集整理 www.lanrentuku.com */
img {
  border: 0;
}
a, a:focus {
  text-decoration: none;
  color: #000;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  color: #00a4ac;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
cite {
  font-style: normal;
}
h2 {
  font-weight: normal;
}
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #03a8b1;
}
::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #03a8b1;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block
}
h2 {
  font-size: 12px
}
/*clearboth*/
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix .clear {
  _height: 0px;
}
/*gotop*/
.cbbfixed {
  position: fixed;
  right: 20px;
  transition: bottom ease .3s;
  bottom: -85px;
  z-index: 3;
  cursor: pointer;
}
.cbbfixed .cbbtn {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #02a2aa;
}
.cbbfixed .gotop {
  transition: background-color ease .3s;
  margin-top: 1px;
}
.cbbfixed .gotop .up-icon {
  float: left;
  margin: 14px 0 0 9px;
  width: 23px;
  height: 12px;
  background: url(../image/side-icon02.png);
}
.cbbfixed .gotop:hover {
  background-color: #2c2d2e;
}
.cbbfixed .weixin {
  background: #dadbdd;
}
.cbbfixed .weixin div {
  background: url(../image/weixin.jpg);
  width: 210px;
  height: 210px;
  position: absolute;
  left: -212px;
  top: -130px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
  transition: transform ease .3s, opacity ease .3s;
  -webkit-transition: all ease .3s;
  display: none\0;
  *display: none;
}
.cbbfixed .weixin:hover div {
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  *display: block;
}
.cbbfixed .weixin .weixin-icon {
  float: left;
  margin: 12px 0 0 11px;
  width: 18px;
  height: 18px;
  background: url(../image/side-icon01.png);
}
/*表格样式*/
#preview table.noBorderTable td, #preview table.noBorderTable th, #preview table.noBorderTable caption {
  border: 1px dashed #ddd !important
}
#preview table.sortEnabled tr.firstRow th, #preview table.sortEnabled tr.firstRow td {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../themes/default/images/sortable.png);
}
#preview table.sortEnabled tr.firstRow th:hover, #preview table.sortEnabled tr.firstRow td:hover {
  background-color: #EEE;
}
#preview table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
#preview td, #preview th {
  /*background: white;*/
  padding: 5px 10px;
  border: 1px solid #DDD;
}
#preview caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
#preview th {
  border-top: 1px solid #BBB;
  background: #F7F7F7;
}
#preview table tr.firstRow th {
  border-top: 2px solid #BBB;
  background: #F7F7F7;
}
#preview tr.ue-table-interlace-color-single td {
  background: #fcfcfc;
}
#preview tr.ue-table-interlace-color-double td {
  background: #f7faff;
}
#preview td p {
  margin: 0;
  padding: 0;
}
#preview tr:nth-child(even) {
  background-color: #ccc;

}

#preview tr:nth-child(odd) {
  background-color: #999;

}