@charset "UTF-8";
/**
 * @file shoes.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
 *
 */
#normalSearchForm .dropdown-menu {
  -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; }

#doc-main .tab-filter {
  width: 90%;
  margin: 0 auto;
  font-size: 24px; }
  #doc-main .tab-filter > li {
    width: 22%;
    margin: 0 10px;
    text-align: center;
    line-height: 40px; }
    #doc-main .tab-filter > li .ico {
      font-size: 34px;
      margin-right: 6px;
      vertical-align: middle; }

#section-search {
  margin-top: 30px; }
  #section-search header {
    padding: 2px 12px;
    font-size: 16px;
    font-weight: bold; }
    #section-search header span {
      color: red;
      margin: 0 5px; }

#section-search form .form-body {
  position: relative;
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden; }
#section-search form .form-label {
  width: 144px;
  padding-right: 20px; }
#section-search form .form-radio {
  margin-right: 25px; }
#section-search form .form-radio > img {
  margin-top: 10px;
  margin-left: -20px; }
#section-search form footer > button {
  margin-top: 20px;
  margin-left: 176px; }
#section-search form input.form-control {
  width: 100px; }
#section-search form fieldset + button {
  position: absolute;
  bottom: -1px;
  left: 195px; }

.radio-sparse .form-radio {
  margin-right: 40px; }

.radio-sparse .form-control-text {
  display: block;
  width: 680px; }

#normalSearchForm {
  margin-top: 60px;
  text-align: center; }
  #normalSearchForm input[type=text] {
    width: 340px; }
  #normalSearchForm .filters {
    margin-top: 16px; }
  #normalSearchForm .dropdown {
    position: relative;
    display: inline-block; }
    #normalSearchForm .dropdown > button {
      background: none;
      border: none;
      padding-bottom: 5px; }
    #normalSearchForm .dropdown + .dropdown:before {
      content: "|";
      color: #ddd;
      margin: 0 5px; }
    #normalSearchForm .dropdown:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  #normalSearchForm .dropdown-menu {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
    z-index: 9;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px); }
    #normalSearchForm .dropdown-menu ul {
      -webkit-box-shadow: 0 1px 6px #ddd;
      -moz-box-shadow: 0 1px 6px #ddd;
      box-shadow: 0 1px 6px #ddd; }
    #normalSearchForm .dropdown-menu li {
      padding: 2px 10px;
      word-wrap: normal;
      white-space: nowrap;
      cursor: pointer; }
    #normalSearchForm .dropdown-menu .arrowhead-up {
      position: absolute;
      top: -6px;
      left: 50%;
      margin-left: -4px;
      border-width: 0 6px 6px;
      border-color: #fff; }
    #normalSearchForm .dropdown-menu .arrowhead-up:first-child {
      top: -7px;
      border-color: #ddd; }
  #normalSearchForm .arrowhead-down {
    margin-left: 6px;
    border-width: 6px 4px 0;
    vertical-align: middle; }

/* 结果页样式 */
#section-result header {
  position: relative; }
  #section-result header > a {
    position: absolute;
    right: 0;
    top: 4px; }
#section-result .filter {
  overflow: hidden; }
  #section-result .filter dl, #section-result .filter dt, #section-result .filter dd {
    float: left; }
  #section-result .filter dl {
    margin-right: 20px;
    margin-bottom: 20px; }
  #section-result .filter dd {
    margin-left: 5px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px dotted #aaa;
    background: #f2f2f2; }
#section-result .conditions {
  margin-top: 20px; }
#section-result .result {
  margin-top: 20px; }
#section-result .collection-articles {
  overflow: hidden;
  margin-left: -12px; }
  #section-result .collection-articles > article {
    width: 300px;
    margin-left: 17px;
    margin-bottom: 28px;
    background: #fff; }
    #section-result .collection-articles > article .thumbnail {
      display: block; }
      #section-result .collection-articles > article .thumbnail img {
        width: 100%;
        height: 200px; }
    #section-result .collection-articles > article h3 {
      padding: 10px 15px 0; }
  #section-result .collection-articles dl {
    overflow: hidden;
    padding: 10px 0 10px 15px; }
  #section-result .collection-articles dt, #section-result .collection-articles dd {
    float: left;
    height: 24px; }
  #section-result .collection-articles dt {
    width: 75px;
    color: #666; }
  #section-result .collection-articles dd {
    width: 65px;
    color: #999; }
#section-result .promotedShoes {
  padding-left: 456px;
  height: 286px;
  border: 1px solid #e7e7e7;
  background: #fff; }
  #section-result .promotedShoes h3 {
    margin: 10px 0; }
  #section-result .promotedShoes img {
    width: 430px;
    height: 284px;
    float: left;
    margin-left: -456px; }
  #section-result .promotedShoes dl {
    font-size: 16px; }
  #section-result .promotedShoes dt {
    width: 80px;
    color: #666; }
  #section-result .promotedShoes dd {
    margin-left: 85px;
    margin-bottom: 8px;
    color: #999; }

.similarMaleShoe dl {
  background: url(/res/default/img/differentMan.png) no-repeat right 0; }

.similarFemaleShoe dl {
  background: url(/res/default/img/differentFeman.png) no-repeat right 0; }

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

.RMB {
  color: #d31900; }

footer {
  background: #fff;
  border-top: none; }

.shoes-engine {
  background-color: #e4e4e4;
  position: relative;
  height: 350px;
  margin-top: 33px;
  padding-top: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .shoes-engine .report-header {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin-left: 36px;
    margin-right: 36px; }
  .shoes-engine .report-result {
    width: 210px;
    position: absolute;
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
    left: 45px;
    top: 143px; }
  .shoes-engine .engine-left {
    position: absolute;
    left: 293px;
    top: 100px; }
    .shoes-engine .engine-left .people.thin-male {
      height: 220px; }
  .shoes-engine .people_weight {
    padding: 0 38px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff; }
  .shoes-engine .engine-mid {
    position: absolute;
    height: 250px;
    width: 185px;
    left: 490px;
    top: 120px; }
    .shoes-engine .engine-mid .Type-item {
      width: 100%;
      text-align: center;
      height: 106px; }
      .shoes-engine .engine-mid .Type-item p {
        font-size: 15px;
        color: #333; }
      .shoes-engine .engine-mid .Type-item span {
        display: inline-block;
        background: rgba(102, 102, 102, 0.6);
        border-radius: 8px;
        overflow: hidden; }
    .shoes-engine .engine-mid .Type-item-bottom {
      width: 50%; }
  .shoes-engine .engine-right {
    position: absolute;
    right: 0;
    top: 100px;
    width: 215px;
    height: 230px; }
    .shoes-engine .engine-right h3 {
      margin: 100px 0 10px 0;
      font-size: 16px;
      font-weight: normal; }
    .shoes-engine .engine-right p {
      line-height: 23px;
      font-size: 14px;
      display: inline-block;
      width: 180px; }
  .shoes-engine .engine-shoes {
    position: absolute;
    left: 32px;
    top: 25px;
    width: 110px; }

.red {
  color: red !important; }

#formA .form-body .form-group .add-button {
  margin-left: 40px; }
#formA .form-body .form-group .cover-picture {
  position: relative;
  width: 486px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px; }
  #formA .form-body .form-group .cover-picture .img-upload-widget {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f2f2f2 url(/res/img/spinner.gif) no-repeat 50% 50%; }
    #formA .form-body .form-group .cover-picture .img-upload-widget:hover .actions {
      right: -5px; }
    #formA .form-body .form-group .cover-picture .img-upload-widget .img, #formA .form-body .form-group .cover-picture .img-upload-widget img {
      width: 100%;
      height: 100%; }
    #formA .form-body .form-group .cover-picture .img-upload-widget .actions {
      position: absolute;
      right: -50px;
      top: 0;
      width: 50px;
      font-size: 13px;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      transition: right ease-in-out .25s; }
#formA .form-body .form-group .text-input {
  width: 380px; }
#formA .form-body .form-group .textarea-group {
  width: 70%; }
#formA .form-body .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px; }

#dia-brand .form-group .form-label, #dia-brand-type .form-group .form-label {
  width: 100px;
  padding-right: 10px; }
#dia-brand .form-group .form-control, #dia-brand-type .form-group .form-control {
  width: 100%; }
#dia-brand .form-group .verify-input, #dia-brand-type .form-group .verify-input {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  margin-right: 30px; }
#dia-brand .form-group .verify-code, #dia-brand-type .form-group .verify-code {
  height: 34px;
  float: right;
  display: inline-block;
  vertical-align: middle; }
#dia-brand .form-group .submit, #dia-brand-type .form-group .submit {
  margin-right: 20px; }

.en #section-result .collection-articles dt {
  width: 136px; }

.en #section-result .collection-articles dd {
  width: 100px; }

.en #section-result .promotedShoes dt {
  width: 165px; }

.en .dl-compact > dt {
  text-align: left; }

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