#search-wrap {
  position: absolute;
  right: 0;
  top: -10px;
  height: 30px;
  z-index: 10; }
  #search-wrap.sitebg-search {
    top: 20px; }
  #search-wrap span {
    line-height: 30px; }
  #search-wrap input {
    padding: 5px 30px 5px 15px;
    width: 155px;
    height: 20px;
    border-radius: 15px; }
  #search-wrap .submit {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0; }

.cookie-wrap {
  display: none;
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 0;
  padding: 8px;
  width: 184px;
  border: 1px solid #ddd;
  background: #FFF;
  box-shadow: 0 0 5px #ddd; }
  .cookie-wrap li {
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .cookie-wrap li:hover {
      background-color: #f3f3f3; }

/***
-----------------------------
albums
----------------------------
**/
.videoList {
  overflow: hidden;
  margin-left: -24px; }

.video {
  position: relative;
  float: left;
  margin-left: 24px;
  margin-bottom: 24px;
  width: 399px; }
  .video > a {
    display: block; }
  .video img {
    width: 100%;
    height: 100%;
    background: url(/res/img/spinner.gif) no-repeat center; }
  .video .cover {
    position: relative;
    height: 266px; }
  .video .video-time {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    background: #000 \9 ;
    /*IE*/
    filter: alpha(opacity=50);
    /*IE*/
    border-radius: 4px;
    padding: 0px 8px 0px 8px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px; }
  .video .title {
    font-size: 15px;
    line-height: 26px;
    margin-top: 6px;
    color: #333; }
  .video:hover .title {
    text-decoration: underline; }
  .video .cover > .mask {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url(/res/default/img/bg_video.png) no-repeat center; }
  .video:hover .mask {
    visibility: visible; }
  .video > .stat > span {
    color: #999; }
  .video .recommend {
    position: absolute;
    z-index: 2;
    left: -5px;
    top: 0;
    width: 40px;
    height: 25px;
    padding-left: 12px;
    line-height: 20px;
    color: #FFF;
    background-position: -1px -739px; }

.layout-S .video {
  width: 327.3333333333px; }
  .layout-S .video .cover {
    height: 218.2222222222px; }

/*# sourceMappingURL=videos.css.map */
