@charset "UTF-8";
/*第一次换颜色相关的样式,归纳了各种变量，背景色，字体颜色等*/
/*公共的文字颜色*/
/*优惠券*/
/*公共的按钮颜色*/
/*公共的边框颜色*/
/*公共的图片*/
/*公共的字号*/
/*公共的字体*/
/*第一次换颜色相关的样式结束*/
.sort {
  height: 30px;
  line-height: 40px;
  color: #666;
  background-color: #fff;
  margin-right: 20px;
  border: 1px solid #dddddd;
  border-radius: 16px;
  overflow: hidden;
  font-size: 0px; }
  .sort div {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    top: -6px;
    cursor: pointer;
    border-right: 1px solid #dddddd;
    font-size: 14px;
    background: white; }
    .sort div:nth-child(3) {
      border: none; }
    .sort div a em {
      display: inline-block;
      color: inherit; }
      .sort div a em.up {
        width: 7px;
        height: 15px;
        color: inherit; }
      .sort div a em.down {
        width: 7px;
        height: 15px;
        color: inherit; }
    .sort div .fa-long-arrow-down {
      margin-right: -3px;
      vertical-align: 0px;
      font-size: 12px; }
    .sort div .fa-long-arrow-up {
      font-size: 12px;
      vertical-align: 1px; }
    .sort div .up .fa-long-arrow-up {
      color: #fff; }
    .sort div > i {
      display: inline-block;
      width: 22px;
      height: 22px;
      text-align: center;
      color: inherit; }
  .sort div:nth-child(2) i {
    margin-right: 4px;
    width: 20px; }

.trust {
  clear: both;
  width: inherit;
  margin-bottom: 20px;
  padding: 0 10px; }

.trust-title {
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px; }

.trust-body {
  line-height: 22px;
  font-size: 12px; }
  .trust-body img {
    max-width: 100%; }
  .trust-body h1 {
    font-size: 16px;
    padding: 14px 0 0px; }
  .trust-body p {
    font-size: 14px;
    color: #999; }

.sort_con .color-block .picturecolor a {
  border-radius: 16px;
  background: url(../img/piccolorsquare.png) no-repeat;
  background-size: 100% 100%; }
.sort_con .color-block li {
  float: left;
  cursor: pointer;
  position: relative; }
.sort_con .color-block a {
  display: inline-block;
  width: 27px;
  height: 23px;
  position: relative;
  margin: 0 6px 8px;
  border: 1px solid #c3c3c3;
  text-align: center;
  line-height: 27px; }
  .sort_con .color-block a .fa {
    opacity: 0; }
  .sort_con .color-block a.shape1 {
    border-radius: 50%;
    height: 27px; }
  .sort_con .color-block a.shape2 {
    border-radius: 16px;
    height: 23px;
    line-height: 23px; }
  .sort_con .color-block a.shape3 {
    border-radius: 0;
    height: 27px; }
.sort_con .color-block li:not(.white) a:hover i, .sort_con .color-block li:not(.fleshcolor) a:hover i, .sort_con .color-block li:not(.ivory) a:hover i {
  opacity: 1;
  color: #FFFFFF; }
.sort_con .color-block li:not(.white) a.active i, .sort_con .color-block li:not(.fleshcolor) a.active i, .sort_con .color-block li:not(.ivory) a.active i {
  opacity: 1;
  color: #FFFFFF; }
.sort_con .color-block li:not(.white) a.active:hover i, .sort_con .color-block li:not(.fleshcolor) a.active:hover i, .sort_con .color-block li:not(.ivory) a.active:hover i {
  opacity: 1;
  color: #FFFFFF; }
.sort_con .color-block li.white a:hover i, .sort_con .color-block li.fleshcolor a:hover i, .sort_con .color-block li.ivory a:hover i {
  opacity: 1;
  color: #333; }
.sort_con .color-block li.white a.active i, .sort_con .color-block li.fleshcolor a.active i, .sort_con .color-block li.ivory a.active i {
  opacity: 1;
  color: #333; }
.sort_con .color-block li.white a.active:hover i, .sort_con .color-block li.fleshcolor a.active:hover i, .sort_con .color-block li.ivory a.active:hover i {
  opacity: 1;
  color: #333; }
.sort_con .color-block .colorAlt {
  position: absolute;
  text-align: center;
  display: none;
  z-index: 9999;
  left: -150px;
  right: -150px;
  top: -38px; }
.sort_con .list_color_top .colorAlt {
  top: -48px; }
.sort_con .text-tip {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 9999;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
  padding: 3px;
  border-radius: 5px;
  color: #4c5253;
  background: #fff;
  min-width: 30px; }
  .sort_con .text-tip:before {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid;
    bottom: -12px;
    border-color: #cdcdcd transparent transparent; }
  .sort_con .text-tip:after {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
    bottom: -10px;
    border-color: #fff transparent transparent; }

.sort-item {
  margin-top: 10px; }
  .sort-item ul {
    padding: 10px 0 22px 26px;
    border-bottom: 1px solid #eaeaea; }
  .sort-item li {
    position: relative;
    font-size: 14px;
    cursor: pointer; }
    .sort-item li:after {
      position: absolute;
      left: -22px;
      content: "";
      width: 13px;
      height: 13px;
      line-height: 24px;
      border-radius: 10px;
      border: 1px solid #eaeaea;
      top: 3px; }
    .sort-item li.active:after {
      content: '●';
      line-height: 11px;
      text-indent: 2px;
      font-size: 16px; }

.clothing-container {
  padding-top: 20px;
  padding-right: 10px; }
  .clothing-container .sort_con {
    float: left;
    width: 16%; }
  .clothing-container .color-block ul {
    padding: 10px 0 6px 26px;
    border-bottom: 1px solid #eaeaea; }
  .clothing-container .price-sort {
    width: 100%;
    padding-left: 10px; }
    .clothing-container .price-sort .title {
      position: relative;
      padding-left: 28px;
      padding-bottom: 8px;
      font-size: 18px;
      border-bottom: 1px solid #eaeaea;
      font-weight: bold; }
      .clothing-container .price-sort .title i {
        position: absolute;
        left: 9px;
        top: 3px;
        font-size: 14px;
        color: #999; }
  .clothing-container .list-con {
    float: right;
    width: 82%; }
  .clothing-container .con {
    width: 100%; }
    .clothing-container .con .head {
      border-bottom: 1px solid #e9e9e9;
      padding-bottom: 10px; }
      .clothing-container .con .head .paging {
        margin-bottom: 0px; }
    .clothing-container .con .clothing {
      width: 100%;
      margin-top: 20px; }

.pc_con .full {
  width: 98%;
  margin: 0 auto;
  padding-right: 0px; }
  .pc_con .full .list-con {
    float: none;
    width: 100%; }

.clothing-container_full {
  padding-top: 10px; }
  .clothing-container_full .sort_con {
    background: #f7f7f7;
    padding-bottom: 10px;
    padding-top: 10px; }
  .clothing-container_full .price-sort {
    padding-left: 10px; }
    .clothing-container_full .price-sort div {
      float: left;
      margin: 10px;
      position: relative; }
    .clothing-container_full .price-sort div:hover > ul {
      display: block; }
    .clothing-container_full .price-sort .title {
      padding: 5px 24px 5px 16px;
      font-size: 14px;
      cursor: pointer;
      background: white;
      position: relative;
      font-weight: normal; }
      .clothing-container_full .price-sort .title i {
        position: absolute;
        right: 8px;
        top: 9px;
        font-size: 16px;
        color: #999;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out; }
      .clothing-container_full .price-sort .title:hover {
        background: #333333;
        color: #FFFFFF; }
        .clothing-container_full .price-sort .title:hover .fa {
          color: #FFFFFF;
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg); }
  .clothing-container_full .color-block ul {
    padding: 10px;
    border: 1px solid #333;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    min-width: 220px;
    max-height: 364px; }
  .clothing-container_full .price-sort .list_color_top {
    float: none;
    margin-bottom: 0px;
    margin-top: 0; }
    .clothing-container_full .price-sort .list_color_top .title {
      display: none; }
    .clothing-container_full .price-sort .list_color_top ul {
      width: 100%;
      display: block;
      background: transparent;
      position: inherit;
      padding: 10px 0 0px;
      border: none; }
  .clothing-container_full .sort-item {
    margin-top: 10px; }
    .clothing-container_full .sort-item ul {
      padding: 10px 0 22px 28px;
      border: 1px solid #333;
      display: none;
      position: absolute;
      background: #fff;
      z-index: 9;
      min-width: 180%;
      max-height: 220px;
      overflow-y: scroll; }
  .clothing-container_full .con .head {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px; }
    .clothing-container_full .con .head .paging {
      margin-bottom: 0px;
      margin-right: 10px; }
  .clothing-container_full .con .clothing {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px; }

.list-con {
  margin-top: 10px; }
  .list-con .off {
    display: inline-block;
    width: 57px;
    height: 57px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding-top: 10px;
    line-height: 18px;
    z-index: 3;
    background: #ee1553; }
    .list-con .off span {
      color: inherit; }
  .list-con .new {
    display: inline-block;
    height: 21px;
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 3px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    z-index: 3;
    background: #ff7200;
    padding-right: 6px; }
    .list-con .new:before {
      content: '';
      width: 0;
      content: '';
      height: 0;
      border-right: 20px solid #ff7200;
      border-bottom: 20px solid transparent;
      position: absolute;
      left: -20px; }
    .list-con .new:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 20px solid #ff7200;
      border-left: 20px solid transparent;
      position: absolute;
      left: -20px;
      top: 1px; }
  .list-con .clothing-item:hover {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc; }
  .list-con .clothing-item .list-img-con {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    min-height: 268px;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .list-con .clothing-item .list-img-con img {
      display: inline-block;
      width: 100%; }
    .list-con .clothing-item .list-img-con .solid {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .list-con .clothing-item .list-img-con .transparent {
      position: absolute;
      opacity: 0;
      top: 0px;
      left: 0px;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .list-con .clothing-item > a img {
    width: 100%;
    position: relative;
    z-index: 2; }
    .list-con .clothing-item > a img.other-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      min-width: 250px;
      display: none; }
  .list-con .clothing-item .clothing-info {
    padding: 12px 10px;
    text-align: left; }
    .list-con .clothing-item .clothing-info .clothing-name {
      font-size: 14px;
      display: block;
      height: 22px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .list-con .clothing-item .clothing-info .price-big {
      font-size: 14px;
      color: #999999;
      margin-top: 10px; }
    .list-con .clothing-item .clothing-info .price-small {
      font-size: 18px;
      color: #000;
      font-weight: bold;
      margin-top: 12px; }
    .list-con .clothing-item .clothing-info .score {
      font-size: 14px;
      margin-top: 5px; }
      .list-con .clothing-item .clothing-info .score .star span > i {
        font-size: 22px; }
      .list-con .clothing-item .clothing-info .score .start span, .list-con .clothing-item .clothing-info .score .collection span.coll-text {
        display: inline-block;
        height: 18px;
        line-height: 18px;
        vertical-align: middle; }
      .list-con .clothing-item .clothing-info .score .collection .fa {
        margin-top: 0px;
        margin-right: 4px; }
  .list-con .lastnest {
    background: #f2f2f2;
    border: 1px #e8e8e8 solid;
    text-align: center;
    line-height: 50px;
    width: 100%;
    height: 100%; }
    .list-con .lastnest button {
      background: transparent;
      border: none;
      width: 100%;
      font-size: 48px; }
    .list-con .lastnest button a {
      display: inline-block;
      padding: 45% 20% 0;
      height: calc(100% - 15px); }
      .list-con .lastnest button a .fa {
        display: block;
        margin-top: 62px; }
  .list-con .img1 .list-img-con a {
    color: #333333;
    display: inline-block; }

.clothing-container .list-con .item-con6 .lastnest button a {
  padding: 45% 10% 0px; }

.clothing-container .list-con .item-con5 .lastnest button a {
  padding: 45% 15% 0px; }

.list-img-con {
  height: calc(100% - 84px);
  height: -moz-calc(100% - 84px);
  height: -webkit-calc(100% - 84px); }

.has_comment_or_collection .list-img-con {
  height: calc(100% - 120px);
  height: -moz-calc(100% - 120px);
  height: -webkit-calc(100% - 120px); }

.item-con3 {
  display: flex; }
  .item-con3 .clothing-item {
    width: 32.5%;
    margin-bottom: 20px;
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent; }
    .item-con3 .clothing-item:nth-child(3n) {
      margin-right: 0; }
  .item-con3 .last-clothing-item {
    width: 32%;
    margin-bottom: 20px;
    float: left;
    position: relative;
    cursor: pointer; }
    .item-con3 .last-clothing-item:hover {
      box-shadow: none;
      border: none; }
  .item-con3 .last-clothing-item:hover {
    box-shadow: none;
    border: none; }
  .item-con3 .clothing-item_2 {
    width: 32%;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px; }

.item-con4 {
  display: flex; }
  .item-con4 .clothing-item {
    width: 23.4%;
    float: left;
    margin: 0 .8% 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent; }
    .item-con4 .clothing-item .clothing-info {
      padding: 12px 10px;
      text-align: left; }
      .item-con4 .clothing-item .clothing-info .clothing-name {
        font-size: 14px;
        display: block;
        height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .item-con4 .clothing-item .clothing-info .price-big {
        font-size: 14px;
        color: #999999;
        margin-top: 10px; }
      .item-con4 .clothing-item .clothing-info .price-small {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-top: 12px; }
      .item-con4 .clothing-item .clothing-info .score {
        font-size: 14px;
        margin-top: 5px; }
        .item-con4 .clothing-item .clothing-info .score .star span > i {
          font-size: 22px; }
        .item-con4 .clothing-item .clothing-info .score .start span, .item-con4 .clothing-item .clothing-info .score .collection span.coll-text {
          display: inline-block;
          height: 18px;
          line-height: 18px;
          vertical-align: middle; }
        .item-con4 .clothing-item .clothing-info .score .collection .fa {
          margin-top: 0px;
          margin-right: 4px; }
  .item-con4 .last-clothing-item {
    width: 23.4%;
    float: left;
    margin: 0 .8% 20px;
    position: relative;
    cursor: pointer; }
    .item-con4 .last-clothing-item:hover {
      box-shadow: none;
      border: none; }
  .item-con4 .last-clothing-item:hover {
    box-shadow: none;
    border: none; }
  .item-con4 .clothing-item_2 {
    width: 23.4%;
    float: left;
    margin: 0 .8% 20px; }

.item-con5 {
  display: flex; }
  .item-con5 .clothing-item {
    width: 19%;
    float: left;
    margin: 0 .5% 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent; }
    .item-con5 .clothing-item .clothing-info {
      padding: 12px 10px;
      text-align: left; }
      .item-con5 .clothing-item .clothing-info .clothing-name {
        font-size: 14px;
        display: block;
        height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .item-con5 .clothing-item .clothing-info .price-big {
        font-size: 14px;
        color: #999999;
        margin-top: 10px; }
      .item-con5 .clothing-item .clothing-info .price-small {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-top: 12px; }
      .item-con5 .clothing-item .clothing-info .score {
        font-size: 14px;
        margin-top: 5px; }
        .item-con5 .clothing-item .clothing-info .score .star span > i {
          font-size: 22px; }
        .item-con5 .clothing-item .clothing-info .score .start span, .item-con5 .clothing-item .clothing-info .score .collection span.coll-text {
          display: inline-block;
          height: 18px;
          line-height: 18px;
          vertical-align: middle; }
        .item-con5 .clothing-item .clothing-info .score .collection .fa {
          margin-top: 0px;
          margin-right: 4px; }
  .item-con5 .last-clothing-item {
    width: 19%;
    margin-bottom: 20px;
    float: left;
    margin-right: 13px;
    position: relative;
    cursor: pointer; }
    .item-con5 .last-clothing-item:hover {
      box-shadow: none;
      border: none; }
  .item-con5 .last-clothing-item:hover {
    padding: 6px 5px 1px 6px;
    box-shadow: none;
    border: none; }
  .item-con5 .clothing-item_2 {
    width: 19%;
    margin-bottom: 20px;
    float: left;
    margin-right: 1%; }

.item-con6 {
  display: flex; }
  .item-con6 .clothing-item {
    width: 15.6%;
    float: left;
    margin: 0 .55% 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent; }
    .item-con6 .clothing-item .clothing-info {
      padding: 12px 10px;
      text-align: left; }
      .item-con6 .clothing-item .clothing-info .clothing-name {
        font-size: 14px;
        display: block;
        height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .item-con6 .clothing-item .clothing-info .price-big {
        font-size: 12px;
        color: #999999;
        margin-top: 12px; }
      .item-con6 .clothing-item .clothing-info .price-small {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        margin-top: 12px; }
      .item-con6 .clothing-item .clothing-info .score {
        font-size: 12px;
        margin-top: 5px; }
        .item-con6 .clothing-item .clothing-info .score .star span > i {
          font-size: 18px; }
        .item-con6 .clothing-item .clothing-info .score .start span, .item-con6 .clothing-item .clothing-info .score .collection span.coll-text {
          display: inline-block;
          height: 18px;
          line-height: 18px;
          vertical-align: middle; }
        .item-con6 .clothing-item .clothing-info .score .collection .fa {
          margin-top: 0px;
          margin-right: 4px; }
  .item-con6 .last-clothing-item {
    width: 16%;
    margin-bottom: 20px;
    float: left;
    margin-right: 13px;
    position: relative;
    cursor: pointer; }
    .item-con6 .last-clothing-item:hover {
      box-shadow: none;
      border: none; }
  .item-con6 .last-clothing-item:hover {
    box-shadow: none;
    border: none; }
  .item-con6 .clothing-item_2 {
    width: 16%;
    margin-bottom: 20px;
    float: left;
    margin-right: 1%; }

.clothing-container .clothing .item-con6 .clothing-info .score .star span > i {
  font-size: 14px; }

.list-con .con .scale_img a img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.list-con .con .scale_img a:hover img {
  transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  /* IE 9 */
  -moz-transform: scale(1.08, 1.08);
  /* Firefox */
  -webkit-transform: scale(1.08, 1.08);
  /* Safari å’Œ Chrome */
  -o-transform: scale(1.08, 1.08);
  /* Opera */ }

.not-clothing-item {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  padding: 260px 0; }
  .not-clothing-item a {
    text-decoration: underline; }

.clothing-container div.full {
  clear: none;
  width: 1365px; }
  .clothing-container div.full .clothing-item {
    margin-right: 6px; }
    .clothing-container div.full .clothing-item:nth-child(5n) {
      margin-right: 0px; }

.select-result {
  padding: 0 10px; }
  .select-result > a {
    background: white;
    margin: 10px 0 10px 10px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333; }
  .select-result > span {
    cursor: pointer;
    margin: 10px 0 10px 10px;
    padding: 5px 10px;
    display: inline-block;
    background: #333; }
    .select-result > span b {
      color: #fff; }
    .select-result > span i {
      color: #e1e1e1;
      padding-left: 10px;
      font-size: 16px;
      line-height: 12px; }

.clothing-container .select-result {
  display: none; }

.clothing-container .categoryList {
  width: 1365px;
  float: none; }
  .clothing-container .categoryList .clothing-item a {
    height: calc( 100% - 46px);
    height: -webkit-calc( 100% - 46px);
    height: -moz-calc( 100% - 46px);
    display: inline-block; }
    .clothing-container .categoryList .clothing-item a img {
      width: 96%; }
  .clothing-container .categoryList .clothing {
    display: flex;
    width: 1365px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start; }
    .clothing-container .categoryList .clothing .clothing-item {
      width: 273px;
      flex: 0 0 20%;
      margin: 0;
      text-align: center;
      margin-bottom: 20px; }
      .clothing-container .categoryList .clothing .clothing-item:hover {
        border: none; }

.play_btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 80; }
  .play_btn .various {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-size: 100%;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 4px #888; }
  .play_btn .fa {
    font-size: 36px;
    color: #f1f1f1;
    margin: 8px 0 0 7px; }
  .play_btn:hover {
    opacity: .6; }

.www_allaboutsuit_com .list-con .clothing-item .list-img-con {
  height: calc(100% - 98px);
  height: -moz-calc(100% - 98px);
  height: -webkit-calc(100% - 98px); }

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