filterbar {
  width: 0;
  background-color: #0a0a0a;
  background: #0d0d0d;
  background: -moz-linear-gradient(left, #0d0d0d 0%, #000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d0d0d), color-stop(100%, #000));
  background: -webkit-linear-gradient(left, #0d0d0d 0%, #000 100%);
  background: -o-linear-gradient(left, #0d0d0d 0%, #000 100%);
  background: -ms-linear-gradient(left, #0d0d0d 0%, #000 100%);
  background: linear-gradient(to right, #0d0d0d 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#000', GradientType=1 );
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 990; }
filterbar.opened {
  width: 360px; }
filterbar .content {
  width: 360px;
  padding: 0 15px 20px 15px;
  color: #ccc;
  overflow: hidden; }
filterbar .content .bar-title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  color: #f3f3f3;
  border-bottom: 1px solid #333;
  position: relative; }
filterbar .content .filter-close {
  position: absolute;
  right: 0; }
filterbar .content .filter-groups .filter-group {
  height: auto;
  margin-top: 6px;
  padding: 0 4px 6px;
  border-bottom: 1px solid #333; }
filterbar .content .filter-groups .filter-group.closed {
  height: 26px; }
filterbar .content .filter-groups .filter-group.closed .title .icon-sort.icon-sort-up {
  display: none; }
filterbar .content .filter-groups .filter-group.closed .title .icon-sort.icon-sort-down {
  display: block; }
filterbar .content .filter-groups .filter-group.closed .list {
  height: 0; }
filterbar .content .filter-groups .filter-group:last-child {
  border: 0; }
filterbar .content .filter-groups .filter-group .title {
  padding: 0 12px;
  font-size: 14px;
  line-height: 22px;
  color: #ddd;
  position: relative; }
filterbar .content .filter-groups .filter-group .title a {
  display: block;
  font-weight: 600; }
filterbar .content .filter-groups .filter-group .title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
filterbar .content .filter-groups .filter-group .title .icon-filter {
  font-size: 9px;
  left: 0; }
filterbar .content .filter-groups .filter-group .title .icon-sort {
  right: -2px; }
filterbar .content .filter-groups .filter-group .title .icon-sort.icon-sort-down {
  display: none; }
filterbar .content .filter-groups .filter-group.long .list ul {
  max-height: 244px; }
filterbar .content .filter-groups .filter-group.short .list ul {
  max-height: 184px; }
filterbar .content .filter-groups .filter-group .list {
  overflow: hidden; }
filterbar .content .filter-groups .filter-group .list ul li {
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
  position: relative; }
filterbar .content .filter-groups .filter-group .list ul li.selected a, filterbar .content .filter-groups .filter-group .list ul li:hover a {
  color: #fff; }
filterbar .content .filter-groups .filter-group .list ul li a {
  display: block;
  color: #aaa; }
filterbar .content .filter-groups .filter-group .list ul li a span {
  display: inline-block;
  margin-left: 3px;
  font-size: 11px;
  color: #666; }

.page-record .overview {
  margin-bottom: 15px;
  position: relative; }
.page-record .overview .page-title {
  float: left; }
.page-record .overview .filter-button {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 12px;
  float: right; }
.page-record .overview .filter-button span {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  vertical-align: middle; }
.page-record .overview .filter-button .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 13px;
  vertical-align: middle; }
.page-record .overview .filter-button .icon .icon-sorter {
  font-size: 15px;
  position: relative;
  top: -1px; }
.page-record .overview .filter-button .icon .icon-close {
  display: none;
  font-size: 15px;
  position: relative;
  top: -1px; }
.page-record .overview .filter-button.opened {
  background-color: #dedede;
  border-color: #dedede; }
.page-record .overview .filter-button.opened .icon-filter, .page-record .overview .filter-button.opened .icon-sorter {
  display: none; }
.page-record .overview .filter-button.opened .icon-close {
  display: inline-block; }
.page-record .overview .filter-button.active {
  border-color: #555; }
.page-record .overview .filter-button:last-child {
  margin-right: 4px; }
.page-record .overview .text-area {
  height: 100px;
  overflow: hidden;
  position: relative; }
.page-record .overview .text-area .text-area-in {
  padding-bottom: 15px; }
.page-record .overview .text-area .text-area-in .covers {
  width: 145px;
  height: 100px;
  margin-right: 10px;
  font-size: 0;
  float: left; }
.page-record .overview .text-area .text-area-in .covers img {
  border-right: 1px solid #ddd;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: absolute; }
.page-record .overview .text-area .text-area-in .covers img.img-1 {
  left: -15px;
  z-index: 30; }
.page-record .overview .text-area .text-area-in .covers img.img-2 {
  left: 30px;
  z-index: 20; }
.page-record .overview .text-area .text-area-in .covers img.img-3 {
  left: 70px;
  z-index: 10; }
.page-record .overview .text-area .text-area-in p {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #666; }
.page-record .overview .text-area .bottom {
  width: calc(100% - 155px);
  height: 100px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='#fff', GradientType=1 );
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10; }
.page-record .overview .text-area .bottom .view-more-button {
  width: 100%;
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
.page-record .overview .text-area .bottom .view-more-button .text {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  position: relative;
  z-index: 20; }
.page-record .overview .text-area .bottom .view-more-button .text i {
  margin-left: 4px;
  font-size: 11px; }
.page-record .overview .text-area .bottom .view-more-button .text.hide-more {
  display: none; }
.page-record .overview .text-area .bottom .view-more-button .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 7px;
  z-index: 10;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
.page-record .overview .text-area.opened .bottom {
  width: 100%;
  background: none !important; }
.page-record .overview .text-area.opened .bottom .view-more-button .text.read-more {
  display: none; }
.page-record .overview .text-area.opened .bottom .view-more-button .text.hide-more {
  display: inline-block; }
.page-record .overview .text-area.box-model-2 {
  height: 90px; }
.page-record .overview .text-area.box-model-2 .text-area-in .covers {
  width: 200px;
  height: 90px; }
.page-record .overview .text-area.box-model-2 .text-area-in .covers img.img-1 {
  left: -60px; }
.page-record .overview .text-area.box-model-2 .text-area-in .covers img.img-2 {
  left: 0; }
.page-record .overview .text-area.box-model-2 .text-area-in .covers img.img-3 {
  left: 60px; }
.page-record .overview .text-area.box-model-2 .text-area-in p {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #666; }
.page-record .overview .text-area.box-model-2 .bottom {
  width: calc(100% - 210px); }
.page-record .overview .text-area.box-model-2.opened .bottom {
  width: 100%;
  background: none !important; }
.page-record .overview .text-area.box-model-2.opened .bottom .view-more-button .text.read-more {
  display: none; }
.page-record .overview .text-area.box-model-2.opened .bottom .view-more-button .text.hide-more {
  display: inline-block; }
.page-record .page-position-area {
  padding: 15px 10px;
  background: #ffd300;
  background: -moz-linear-gradient(top, #ffd300 0%, #ffbb00 100%);
  background: -webkit-gradient(top, bottom, color-stop(0%, #ffd300), color-stop(100%, #ffbb00));
  background: -webkit-linear-gradient(top, #ffd300 0%, #ffbb00 100%);
  background: -o-linear-gradient(top, #ffd300 0%, #ffbb00 100%);
  background: -ms-linear-gradient(top, #ffd300 0%, #ffbb00 100%);
  background: linear-gradient(to bottom, #ffd300 0%, #ffbb00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#ffbb00', GradientType=1 );
  text-align: center;
  box-shadow: 0 0 7px 0 #999 !important;
  -webkit-box-shadow: 0 0 7px 0 #999 !important;
  -moz-box-shadow: 0 0 7px 0 #999 !important;
  -o-box-shadow: 0 0 7px 0 #999 !important;
  -ms-box-shadow: 0 0 7px 0 #999 !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  position: fixed;
  bottom: 100px;
  right: -70px; }
.page-record .page-position-area.showing {
  right: -1px; }
.page-record .page-position-area .btn-goto-up {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  color: #222; }
.page-record .page-position-area .btn-goto-up:hover {
  color: #000;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); }
.page-record .page-position-area .paging-info {
  font-weight: 600;
  font-size: 13px; }
.page-record .loader {
  height: 30px;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
.page-record .loader.showing {
  opacity: 1; }

/*# sourceMappingURL=record.css.map */
