@charset "UTF-8";
/**
 * @file photo.scss
 * @public
 * @overview
 * 相片详情页样式
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file _extends.scss
 * @private
 * @overview
 * @warn 这个模块必须在具有生成css目标文件的scss的中引入，而不要在私有scss文件中引入，否则会生成大量重复样式
 *
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.photo-capsule > em, .uploadpanel, .slider > button {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s; }

/**
 * @file components/_photo.scss
 * @private
 * @overview 相片相关的组件样式
 *
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.photo-capsule {
  position: relative;
  display: block;
  width: 180px;
  height: 120px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
  .photo-capsule > img {
    width: 100%;
    height: 100%; }
  .photo-capsule > em {
    position: absolute;
    bottom: -24px;
    width: 100%;
    padding-left: 10px;
    color: #fff;
    -webkit-transition-property: bottom;
    -moz-transition-property: bottom;
    -ms-transition-property: bottom;
    -o-transition-property: bottom; }
    .photo-capsule > em > .blk-shimming {
      background: #000;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .photo-capsule > span {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px; }
    .photo-capsule > span > span {
      display: block; }
  .photo-capsule:hover {
    box-shadow: 2px 2px 4px #ccc; }
    .photo-capsule:hover em {
      bottom: 0; }
    .photo-capsule:hover span {
      right: 0; }

.uploadpanel {
  overflow: hidden;
  height: 0;
  background: #fff;
  -webkit-box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  -moz-box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height; }

.uploadpanel-pending {
  position: relative;
  height: 100%; }
  .uploadpanel-pending > .button {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -74px; }

.uploadpanel-ready {
  height: 100%;
  padding: 20px; }
  .uploadpanel-ready .photo-item {
    position: relative;
    width: 90px;
    height: 60px;
    background: #ddd;
    margin-bottom: 13px;
    margin-left: 13px;
    overflow: hidden; }
    .uploadpanel-ready .photo-item img {
      width: 100%;
      height: 100%; }
    .uploadpanel-ready .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 {
  height: 218px;
  overflow: auto; }

.slider {
  position: relative;
  width: 944px;
  height: 630px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slider .hero {
    width: 100%;
    height: 100%; }
    .slider .hero > img {
      position: relative;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
  .slider > button {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    border: none;
    background: transparent url(/res/default/img/sprite.png) no-repeat -164px -95px;
    -webkit-transition-property: left, right;
    -moz-transition-property: left, right;
    -ms-transition-property: left, right;
    -o-transition-property: left, right; }
  .slider > .btn-prev {
    left: -52px; }
  .slider > .btn-next {
    right: -52px;
    background-position: -284px -95px; }
  .slider:hover > .btn-prev {
    left: 10px; }
  .slider:hover > .btn-next {
    right: 10px; }

#slider-throbber {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=30);
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(/res/img/spinner.gif);
  background-position: center;
  background-repeat: no-repeat; }

.slider-controls {
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: 70px;
  padding: 0 30px;
  overflow: hidden; }
  .slider-controls > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    border: 0;
    padding: 0;
    color: #fff;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .slider-controls > .btn-next {
    left: auto;
    right: 0; }
  .slider-controls > div {
    overflow: hidden; }
  .slider-controls ul {
    position: relative;
    height: 70px; }
    .slider-controls ul > li {
      position: absolute;
      left: 0;
      top: 0;
      width: 70px;
      height: 70px;
      overflow: hidden;
      cursor: pointer;
      opacity: 0.6;
      filter: alpha(opacity=60); }
      .slider-controls ul > li > span {
        display: block;
        width: 100%;
        height: 100%;
        border-style: solid;
        border-width: 0; }
    .slider-controls ul > li:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .slider-controls ul .active {
      opacity: 1;
      filter: alpha(opacity=100);
      cursor: default; }
      .slider-controls ul .active > span {
        border-width: 3px;
        overflow: hidden; }
      .slider-controls ul .active img {
        margin-left: -3px;
        margin-top: -3px; }
    .slider-controls ul img {
      width: 70px;
      height: 70px; }

.W-model-meta a {
  color: inherit; }

.collection-photo {
  margin-left: -4px; }
  .collection-photo > .photo-capsule {
    width: 225px;
    height: 150px;
    margin-left: 10px;
    margin-bottom: 10px; }

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