@charset "UTF-8";
/**
 * @file shoe.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
 *
 */
.W-image-viewer {
  position: relative; }
  .W-image-viewer > .original {
    width: 380px;
    height: 254px; }
    .W-image-viewer > .original img {
      width: 100%; }

#main-section .details {
  font-size: 13px;
  margin-left: 400px; }
  #main-section .details > header {
    overflow: hidden; }
    #main-section .details > header .finder {
      float: right;
      margin-top: 10px; }
  #main-section .details h2 {
    float: left;
    margin-top: -10px;
    font-size: 26px; }
  #main-section .details .W-share-buttons {
    float: right;
    margin-top: 4px; }
  #main-section .details h4 {
    margin-bottom: 10px; }
  #main-section .details dl {
    overflow: hidden;
    padding: 8px 12px;
    line-height: 34px;
    font-size: 16px; }
  #main-section .details dt {
    float: left;
    width: 80px;
    color: #6c6c6c; }
  #main-section .details dd {
    float: left;
    width: 170px;
    padding-left: 5px;
    word-break: break-all; }
  #main-section .details .price-panel {
    margin-top: 15px;
    background: #fff0db;
    line-height: 28px; }
    #main-section .details .price-panel .RMB {
      color: #d31900;
      font-size: 28px; }
  #main-section .details hr {
    margin: 5px 0; }
  #main-section .details .actions {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 12px;
    font-size: 16px; }
    #main-section .details .actions .button {
      float: left;
      margin-right: 20px; }

#main-section .favmark {
  margin-top: 10px;
  text-align: center;
  color: #888; }
  #main-section .favmark div {
    display: inline;
    cursor: pointer; }
  #main-section .favmark .divider {
    color: #ddd;
    margin: 0 20px; }

.shoes-rank {
  padding-left: 20px;
  overflow: hidden;
  margin-top: -10px; }
  .shoes-rank dl {
    float: left;
    width: 50%;
    padding-right: 90px; }
  .shoes-rank dt {
    margin: 20px 0 10px;
    font-weight: bold; }
  .shoes-rank dd {
    position: relative; }
  .shoes-rank em {
    position: absolute;
    top: -2px;
    left: 100%;
    margin-left: 10px; }

#videoContainer {
  background: #000;
  margin: 20px 0; }

.ico-shoes:before {
  vertical-align: -9px;
  font-size: 31px; }

.ico-heart:before {
  vertical-align: -5px;
  font-size: 21px; }

.recommendations {
  margin-top: 80px;
  overflow: hidden; }
  .recommendations > div {
    margin-top: 20px;
    margin-left: -18px;
    padding-bottom: 10px; }
    .recommendations > div > a {
      width: 220px;
      margin-left: 20px; }
      .recommendations > div > a > img {
        width: 100%;
        height: 150px; }
      .recommendations > div > a > h4 {
        padding: 10px 12px;
        font-size: 16px; }

#float-box {
  display: none;
  width: 180px;
  height: 120px;
  position: absolute;
  background: #ffffcc;
  border: 1px solid #ccc;
  filter: alpha(opacity=50);
  opacity: 0.5; }

#mark {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 10; }

#big-box {
  display: none;
  position: absolute;
  top: 0;
  left: 101%;
  width: 180%;
  height: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  z-index: 12; }
  #big-box img {
    position: absolute;
    z-index: 5;
    width: 200%; }

.en #main-section .details dt {
  width: 190px; }

.media-body {
  width: 882px !important; }

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