@charset "UTF-8";
html {
  font-family: "Microsoft YaHei",'微软雅黑 Light',Arial,Helvetica,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: .28rem; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top; }

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

html, body {
  background: #f2f4f4; }

.header {
  height: .7rem;
  padding: .15rem .2rem;
  background: #fff; }
  .header img {
    width: .19rem;
    height: .32rem;
    margin: .18rem .4rem 0 0; }
  .header span {
    width: 5.36rem;
    height: .68rem;
    display: inline-block;
    text-align: center;
    line-height: .68rem;
    font-size: .38rem; }
  .header a img {
    width: .4rem;
    height: .34rem;
    margin: .18rem 0 0 .4rem; }

.search {
  height: .8rem;
  background: #E02520;
  padding: .2rem .3rem;
  position: relative; }
  .search .search-con {
    background: #fff;
    border-radius: .1rem;
    height: auto;
    overflow: hidden;
    height: .8rem; }
    .search .search-con .left {
      float: left;
      width: 1.74rem;
      line-height: .4rem;
      margin-top: .2rem;
      border-right: 1px solid rgba(244, 68, 68, 0.2);
      color: #E02520;
      position: relative; }
      .search .search-con .left .name {
        width: 1.44rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        text-indent: .15rem;
        line-height: .4rem; }
      .search .search-con .left .border {
        width: .15rem;
        height: .15rem;
        border: 1px solid #E02520;
        transform: rotate(45deg);
        border-top: 0;
        border-left: 0;
        position: absolute;
        right: .15rem;
        top: .05rem; }
    .search .search-con input {
      float: left;
      width: 3.8rem;
      height: .8rem;
      background: #fff;
      border: 0;
      text-indent: .3rem; }
    .search .search-con .right {
      float: right;
      width: 1.26rem;
      line-height: .8rem;
      background: #FEAA2B;
      text-align: center;
      color: #fff; }
  .search .mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: #000000;
    z-index: 1; }
  .search .dropdown {
    display: none;
    position: absolute;
    top: 1.2rem;
    left: .3rem;
    height: auto;
    background-color: #fff;
    z-index: 111; }
    .search .dropdown .arrow {
      width: 0;
      height: 0;
      border-left: .12rem solid transparent;
      border-right: .12rem solid transparent;
      border-bottom: .12rem solid #fff;
      position: absolute;
      top: -.12rem;
      left: 50%;
      margin-left: -.06rem; }
    .search .dropdown .dropdown-list li {
      padding: .1rem .2rem; }
      .search .dropdown .dropdown-list li.hover {
        color: #E02520; }

.category {
  position: relative; }
  .category .category-drop {
    position: absolute;
    right: 0;
    top: 0;
    height: .86rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .category .category-drop img {
      width: 0.40rem;
      height: 0.40rem; }

.category-list {
  overflow: hidden;
  background: #F9F9FA;
  padding: 0 .22rem .15rem;
  height: .71rem; }
  .category-list.show {
    height: auto; }
  .category-list li {
    float: left;
    height: .36rem;
    padding: .1rem .15rem;
    background: #f1f1f1;
    border-radius: .27rem;
    margin-right: .15rem;
    margin-top: .15rem;
    font-size: .24rem;
    color: #000; }
    .category-list li.check {
      background: #fff4f4;
      color: #E02520; }

.hot {
  background: #fff;
  padding: 0 .4rem; }
  .hot .title {
    color: #181818;
    font-size: .26rem;
    line-height: .6rem;
    padding-top: .15rem; }
    .hot .title img {
      width: .31rem;
      height: .28rem;
      margin: .16rem .23rem 0 0; }
  .hot div {
    height: auto;
    overflow: hidden;
    margin-left: .46rem; }
    .hot div span {
      color: #666;
      font-size: .24rem;
      line-height: .44rem;
      float: left;
      padding: 0 .1rem;
      background: #f1f1f1;
      margin: 0 .08rem .26rem .08rem; }
      .hot div span.checksort {
        color: #E02520;
        background: #fff4f4; }

.listtitle {
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
  color: #999; }

.condition {
  background: #fff;
  height: auto;
  overflow: hidden; }
  .condition li {
    float: left;
    font-size: .24rem;
    color: #999;
    line-height: .84rem;
    width: 33.33%;
    text-align: center;
    position: relative; }
    .condition li span {
      width: 0;
      height: 0;
      border-right: .1rem solid transparent;
      border-left: .1rem solid transparent;
      border-top: .1rem solid #999;
      display: inline-block;
      margin-left: -.6rem; }
    .condition li select {
      border: 0;
      background: #fff;
      opacity: 0;
      width: 1.5rem; }
    .condition li p {
      position: absolute;
      width: 100%;
      text-align: center;
      line-height: .84rem;
      font-size: .24rem; }
  .condition .conditioncheck p {
    color: #E02520; }
  .condition .conditioncheck span {
    border-top: 0.1rem solid #E02520; }

.list_wrap .list {
  padding: 0 .35rem;
  margin-top: .3rem;
  height: auto;
  overflow: hidden; }
  .list_wrap .list .info {
    padding: 0 .18rem .45rem .18rem;
    float: left;
    width: 2.85rem;
    border-radius: .08rem;
    background: #fff;
    margin-bottom: .24rem;
    height: 3.76rem; }
    .list_wrap .list .info:nth-child(2n) {
      float: right; }
  .list_wrap .list a {
    display: block;
    width: 2.85rem; }
    .list_wrap .list a .top {
      text-align: center;
      padding-top: .07rem; }
      .list_wrap .list a .top img {
        width: 2.62rem;
        height: 1.96rem; }
    .list_wrap .list a .name {
      color: #333;
      line-height: .44rem;
      margin-top: .16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .list_wrap .list a .desc {
      font-size: .24rem;
      color: #999;
      line-height: .44rem;
      height: .44rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .list_wrap .list a .price {
      color: #FF2D2D;
      font-size: .26rem;
      line-height: .38rem;
      font-weight: 600;
      height: .13rem;
      margin: .05rem 0 .08rem 0; }
  .list_wrap .list .bot {
    line-height: .4rem;
    margin-top: .28rem;
    cursor: none; }
    .list_wrap .list .bot:after {
      content: "";
      clear: both;
      height: 0;
      line-height: 0;
      display: block; }
    .list_wrap .list .bot .collect {
      width: 50%;
      float: left;
      height: .7rem; }
    .list_wrap .list .bot .tuibiao {
      width: 50%;
      float: left;
      height: .7rem; }
    .list_wrap .list .bot img {
      height: .25rem;
      width: auto;
      margin-top: .07rem; }
    .list_wrap .list .bot span {
      font-size: .22rem;
      color: #666;
      margin: 0 .1rem 0 .1rem; }
    .list_wrap .list .bot .right {
      float: right; }
      .list_wrap .list .bot .right img {
        width: .3rem;
        height: .3rem;
        margin-left: .1rem; }

.share {
  position: fixed;
  right: .34rem;
  bottom: 7.5rem;
  width: .76rem;
  height: .76rem; }
  .share img {
    width: 1.01rem;
    height: 1.02rem; }
  .share span {
    position: fixed;
    width: .37rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .12rem;
    text-align: center;
    color: #fff;
    right: .23rem;
    bottom: 8rem; }

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999; }

.nomore {
  font-size: .22rem;
  color: #999;
  text-align: center;
  line-height: .4rem;
  padding: .15rem 0; }

.nodata {
  text-align: center;
  height: 3.7rem;
  border-radius: .14rem;
  display: none; }
  .nodata img {
    width: 1.38rem;
    height: 1.7rem;
    padding-top: .5rem; }
  .nodata p {
    text-align: center;
    font-size: .24rem;
    color: #a0a0a0;
    line-height: .5rem; }
  .nodata a {
    display: block;
    width: 1.5rem;
    line-height: .5rem;
    text-align: center;
    background: #E02520;
    font-size: .22rem;
    color: #fff;
    margin: .2rem auto;
    border-radius: .25rem; }

.content {
  padding-bottom: 1.2rem; }

.dropload-down {
  text-align: center; }
