label {
  position: relative; }

[type=checkbox] {
  margin-right: 5px;
  line-height: 5px;
  vertical-align: baseline; }

select {
  border: none;
  appearance: none;
  background: url("../img/sort/sanjiao.png") no-repeat right center transparent; }

.select {
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  width: 1220px;
  display: flex;
  align-items: center; }
  .select .left_title {
    min-width: 60px;
    margin-right: 0 !important; }
  .select .item {
    margin-right: 40px; }
  .select ul.item > li {
    float: left;
    margin-right: 65px; }
  .select .all {
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: #FFC5B7;
    margin-left: -5px; }

.selected {
  color: #E74B3B; }

.selected > a {
  background-color: #E74B3B;
  border-radius: 24px;
  color: white; }

.sort-tip {
  color: #555;
  width: 1280px;
  margin: 20px auto 0; }
  .sort-tip strong {
    color: #E74B3B; }

.li-aspectRatio {
  position: relative; }
  .li-aspectRatio .aspectRatio {
    display: inline-block;
    border: 1px solid #ccc;
    height: 22px;
    padding: 0 5px;
    line-height: 22px;
    cursor: pointer; }
  .li-aspectRatio:hover .aspectRatio-select {
    visibility: visible !important; }

.aspectRatio-select {
  transition: visibility 200ms;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ccc; }
  .aspectRatio-select::before, .aspectRatio-select::after {
    width: 0px;
    height: 0px;
    top: -19px;
    position: absolute;
    bottom: -1px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    z-index: 1000; }
  .aspectRatio-select:after {
    top: -20px;
    border-color: transparent transparent #ccc;
    z-index: 999; }
  .aspectRatio-select > li {
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    margin-top: 5px;
    height: 38px;
    line-height: 38px; }
    .aspectRatio-select > li:hover {
      background-color: #dddddd; }
