#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; }

h1 small {
  font-size: 13px;
  font-weight: normal;
  color: #999; }

.header {
  padding: 25px 0 !important; }

.pics {
  position: relative;
  top: -11px;
  overflow: hidden;
  margin-right: -10px; }
  .pics li {
    float: left;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 201px;
    height: 134px; }
    .pics li .recommend {
      position: absolute;
      z-index: 6;
      left: -5px;
      top: 0;
      width: 40px;
      height: 25px;
      padding-left: 12px;
      line-height: 20px;
      color: #FFF;
      background-position: -1px -739px; }
  .pics .img-a .u-title-wrap {
    height: 32px;
    transition: all 0.2s; }
  .pics.normal-box .img-a:hover .title {
    line-height: 120px;
    transition: all 0.2s; }
  .pics .img-a img {
    height: auto; }
  .pics .img-a .u-title-wrap .title {
    padding: 0 10px;
    line-height: 32px;
    transition: all 0.5s; }
  .pics.normal-box .img-a .u-title-wrap {
    height: 100%;
    bottom: -100%; }
  .pics.normal-box .img-a:hover {
    box-shadow: 2px 2px 4px #ccc; }
    .pics.normal-box .img-a:hover .u-title-wrap {
      bottom: 0; }
      .pics.normal-box .img-a:hover .u-title-wrap .title {
        line-height: 120px; }
  .pics.waterfall-box {
    margin-right: -10px;
    overflow: visible; }
    .pics.waterfall-box li {
      margin-right: 10px;
      width: 267.3333333333px;
      height: auto;
      min-height: 32px; }
      .pics.waterfall-box li img {
        width: auto;
        max-width: 100%;
        transition: all 0.4s;
        overflow: hidden; }
      .pics.waterfall-box li:hover {
        box-shadow: 2px 2px 4px #ccc; }
        .pics.waterfall-box li:hover img {
          transform: scale(1.2); }
    .pics.waterfall-box .img-a {
      position: relative;
      min-height: 32px;
      text-align: center; }

/***
-----------------------------
water-fall
----------------------------
**/
.pic-list-wrap {
  position: relative;
  padding-bottom: 70px; }
  .pic-list-wrap #paginator {
    position: absolute;
    width: 100%;
    bottom: 0; }

#upload-button {
  position: absolute;
  right: 0;
  top: 25px; }

#window-upload {
  display: block; }
  #window-upload .ui-window-body {
    padding: 20px 25px;
    width: 570px; }

#pedding-container {
  padding: 90px 0;
  text-align: center; }

#ready-container {
  padding-top: 20px;
  text-align: center; }

#start-upload-button {
  margin: 20px 0; }

#ready-container .photo-item {
  position: relative;
  float: left;
  width: 90px;
  height: 60px;
  background: #ddd;
  margin-bottom: 2px;
  margin-right: 2px;
  overflow: hidden; }
  #ready-container .photo-item img {
    width: 100%;
    height: 100%; }
  #ready-container .photo-item .mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50); }

#upload-statusbar {
  text-align: left;
  padding-top: 10px; }

#photo-container {
  max-height: 248px;
  overflow: auto; }

.layout-S .pics.waterfall-box {
  margin-right: -10px; }
  .layout-S .pics.waterfall-box li {
    margin-right: 10px;
    width: 250px; }

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