@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: 0.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 {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #F5F5F5;
}

.content {
  height: calc(100vh - 2rem);
}

.nav {
  height: 0.8rem;
  background-color: #fff;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-list {
  display: flex;
}
.nav .nav-list .nav-item {
  line-height: 0.8rem;
  padding: 0 0.7rem 0 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  position: relative;
}
.nav .nav-list .nav-item::before {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.09rem;
  background: url(/img/sanjiao1.png) no-repeat;
  background-size: cover;
}
.nav .nav-list .nav-item::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.09rem;
  background: url(/img/sanjiao.png) no-repeat;
  background-size: cover;
}
.nav .nav-list .nav-item.category::before, .nav .nav-list .nav-item.more::before {
  display: none;
}
.nav .nav-list .nav-item.category::after, .nav .nav-list .nav-item.more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4rem;
  margin: auto;
}
.nav .nav-list .nav-item.category.on::after, .nav .nav-list .nav-item.more.on::after {
  background-image: url(/img/sanjiao1.png);
}
.nav .nav-list .nav-item.category.select, .nav .nav-list .nav-item.more.select {
  color: #E02520;
  font-weight: 600;
}
.nav .nav-list .nav-item.category.select::after, .nav .nav-list .nav-item.more.select::after {
  background-image: url(/img/sanjiao-hover.png);
}
.nav .nav-list .nav-item.category.select.on::after, .nav .nav-list .nav-item.more.select.on::after {
  background-image: url(/img/sanjiao1-hover.png);
}
.nav .nav-list .nav-item.hot::before {
  position: absolute;
  top: 0.29rem;
  right: 0.4rem;
}
.nav .nav-list .nav-item.hot::after {
  position: absolute;
  bottom: 0.29rem;
  right: 0.4rem;
}
.nav .nav-list .nav-item.hot.asc::before {
  background-image: url(/img/sanjiao1-hover.png);
}
.nav .nav-list .nav-item.hot.desc::after {
  background-image: url(/img/sanjiao-hover.png);
}
.nav .nav-grid {
  width: 0.4rem;
  height: 0.4rem;
  background: url(/img/menu1.png) no-repeat;
  background-size: cover;
}
.nav .nav-grid.row {
  background-image: url(/img/menu2.png);
}

.categorys {
  display: none;
}
.categorys .mask {
  position: fixed;
  top: 1.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999;
  display: block;
}
.categorys .category-box {
  display: flex;
  max-height: 70%;
  position: fixed;
  top: 1.8rem;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #fff;
  padding-bottom: 1.2rem;
}
.categorys .category-box .category-main {
  display: flex;
  flex: 1;
}
.categorys .category-box .category-main .category-list {
  width: 2.18rem;
  background-color: #F2F3F6;
  overflow-y: auto;
}
.categorys .category-box .category-main .category-list .category-item {
  height: 0.8rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.8rem;
  text-align: center;
  position: relative;
}
.categorys .category-box .category-main .category-list .category-item.on {
  background-color: #fff;
  font-weight: bold;
  color: #E02520;
}
.categorys .category-box .category-main .category-list .category-item.select::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #E02520;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.24rem;
  margin: auto;
}
.categorys .category-box .category-main .subcategory {
  flex: 1;
  overflow-y: auto;
}
.categorys .category-box .category-main .subcategory-list {
  display: none;
}
.categorys .category-box .category-main .subcategory-list .subcategory-item {
  display: flex;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.3rem 0 0.4rem;
  position: relative;
}
.categorys .category-box .category-main .subcategory-list .subcategory-item .name {
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  width: 0;
}
.categorys .category-box .category-main .subcategory-list .subcategory-item::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: url(/img/duigou.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
.categorys .category-box .category-main .subcategory-list .subcategory-item.select::after {
  opacity: 1;
}
.categorys .category-box .category-main .subcategory-list .subcategory-item.select .name {
  color: #E02520;
  font-weight: bold;
}
.categorys .category-box .category-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categorys .category-box .category-btn .btn {
  width: 3.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #FFFFFF;
  border: 0.02rem solid #F5F5F5;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #666666;
  margin: 0 0.15rem;
}
.categorys .category-box .category-btn .btn.confirm {
  background-color: #E02520;
  color: #fff;
}

.mores {
  display: none;
}
.mores .mask {
  position: fixed;
  top: 1.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999;
  display: block;
}
.mores .more-box {
  max-height: 70%;
  position: fixed;
  top: 1.8rem;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #fff;
  padding-bottom: 1.2rem;
}
.mores .more-main {
  padding: 0 0.3rem;
}
.mores .more-main .more-con .more-tit {
  font-size: 0.24rem;
  font-weight: 600;
  color: #181818;
  padding: 0.1rem 0 0.2rem;
}
.mores .more-main .more-con .more-list:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.mores .more-main .more-con .more-list .more-item {
  width: 2.08rem;
  height: 0.6rem;
  background: #F2F3F6;
  border: 0.01rem solid transparent;
  box-sizing: border-box;
  border-radius: 0.04rem;
  margin-right: 0.33rem;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.58rem;
  text-align: center;
  float: left;
}
.mores .more-main .more-con .more-list .more-item:nth-child(3n) {
  margin-right: 0;
}
.mores .more-main .more-con .more-list .more-item.select {
  background: #FFF7F5;
  border-color: #E02520;
  color: #E02520;
}
.mores .more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mores .more-btn .btn {
  width: 3.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #FFFFFF;
  border: 0.02rem solid #F5F5F5;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #666666;
  margin: 0 0.15rem;
}
.mores .more-btn .btn.confirm {
  background-color: #E02520;
  color: #fff;
}

.list_wrap {
  height: calc(100% - 0.8rem);
  overflow-y: auto;
}
.list_wrap .list {
  padding: 0.2rem 0.2rem 0;
}
.list_wrap .list:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.list_wrap .list .list-item {
  width: 3.45rem;
  height: 3.98rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  padding: 0.2rem;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.list_wrap .list .list-item.ad {
  background: url(/img/brand/adbg1.png) no-repeat;
  background-size: cover;
}
.list_wrap .list .list-item.ad .h1 {
  font-size: 0.35rem;
  font-weight: 600;
  color: #000000;
  margin-top: 0.3rem;
}
.list_wrap .list .list-item.ad .h1 span {
  font-size: 0.35rem;
  font-weight: 600;
  color: #E02520;
}
.list_wrap .list .list-item.ad .h2 {
  font-size: 0.21rem;
  font-weight: 400;
  color: #181818;
  margin-top: 0.15rem;
}
.list_wrap .list .list-item.ad input {
  width: 3.05rem;
  height: 0.56rem;
  background: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0.04rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  font-size: 0.22rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.list_wrap .list .list-item.ad input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  color: #C6C6C6;
}
.list_wrap .list .list-item.ad input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #C6C6C6;
}
.list_wrap .list .list-item.ad input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  color: #C6C6C6;
}
.list_wrap .list .list-item.ad input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
  color: #C6C6C6;
}
.list_wrap .list .list-item.ad .btn {
  width: 3.04rem;
  height: 0.56rem;
  background: #E02520;
  border-radius: 0.04rem;
  font-size: 0.22rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.56rem;
  margin-top: 0.26rem;
}
.list_wrap .list .list-item:nth-child(2n) {
  margin-right: 0;
}
.list_wrap .list .list-item a {
  display: block;
}
.list_wrap .list .list-item .img {
  width: 3.05rem;
  height: 2.27rem;
  position: relative;
}
.list_wrap .list .list-item .img img {
  width: 100%;
  height: 100%;
}
.list_wrap .list .list-item .img .tag {
  display: none;
  padding: 0.02rem 0.05rem;
  line-height: 0.3rem;
  background: linear-gradient(270deg, #ABB5DC, #616FA3);
  border-radius: 0.04rem;
  font-size: 0.18rem;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
.list_wrap .list .list-item .price {
  margin-top: 0.08rem;
}
.list_wrap .list .list-item .price .price-box {
  font-weight: 600;
  font-size: 0.22rem;
  color: #E02520;
}
.list_wrap .list .list-item .price .price-box span {
  font-size: 0.2rem;
}
.list_wrap .list .list-item .info-hot {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-weight: 400;
  color: #F44444;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
}
.list_wrap .list .list-item .info-hot::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background: url(/img/hot.png) no-repeat;
  background-size: cover;
  margin-right: 0.13rem;
}
.list_wrap .list .list-item .prices {
  display: none;
}
.list_wrap .list .list-item .operate {
  display: flex;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 1111;
}
.list_wrap .list .list-item .operate .share {
  width: 0.34rem;
  height: 0.34rem;
  background: url(/img/brand/share.png) no-repeat;
  background-size: cover;
  margin-right: 0.5rem;
}
.list_wrap .list .list-item .operate .share.delshare {
  background-image: url(/img/brand/share-on.png);
}
.list_wrap .list .list-item .operate .collect {
  width: 0.34rem;
  height: 0.34rem;
  background: url(/img/brand/collect.png) no-repeat;
  background-size: cover;
}
.list_wrap .list .list-item .operate .collect.delcollect {
  background-image: url(/img/brand/collect-on.png);
}
.list_wrap .list .list-item.mult .list-row .p2 .tag {
  display: block;
}
.list_wrap .list .list-item.mult .img .tag {
  display: block;
}
.list_wrap .list .list-item .list-grid {
  display: block;
}
.list_wrap .list .list-item .list-grid .tit {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.list_wrap .list .list-item .list-grid .tit .type {
  height: 0.31rem;
  padding: 0 0.05rem;
  background: #FFFFFF;
  border: 0.01rem solid #C6C6C6;
  border-radius: 0.04rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #525252;
  box-sizing: border-box;
  line-height: 0.29rem;
  margin-right: 0.1rem;
}
.list_wrap .list .list-item .list-grid .tit .name {
  flex: 1;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_wrap .list .list-item .list-row {
  display: none;
  width: 4.33rem;
  float: right;
}
.list_wrap .list .list-item .list-row .p1 {
  font-size: 0.26rem;
  font-weight: 600;
  color: #181818;
}
.list_wrap .list .list-item .list-row .p2 {
  display: flex;
  align-items: center;
  margin-top: 0.05rem;
}
.list_wrap .list .list-item .list-row .p2 .type {
  padding: 0.02rem 0.1rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #666666;
  background: #FFFFFF;
  border: 0.01rem solid #E9EBEE;
  border-radius: 0.04rem;
  margin-right: 0.2rem;
}
.list_wrap .list .list-item .list-row .p2 .tag {
  display: none;
  padding: 0.02rem 0.05rem;
  line-height: 0.3rem;
  background: linear-gradient(270deg, #ABB5DC, #616FA3);
  border-radius: 0.04rem;
  font-size: 0.18rem;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
}
.list_wrap .list .list-item .list-row .info {
  margin-top: 0.05rem;
}
.list_wrap .list .list-item .list-row .info .tit {
  font-size: 0.22rem;
  font-weight: 400;
  color: #181818;
}
.list_wrap .list .list-item .list-row .info .con {
  font-size: 0.22rem;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_wrap .list.row .list-item {
  width: 100%;
  height: 2.8rem;
  border-radius: 0.12rem;
  padding: 0.24rem 0.3rem;
}
.list_wrap .list.row .list-item .img {
  width: 1.85rem;
  height: 1.37rem;
  border: 1px solid #F5F5F5;
  float: left;
}
.list_wrap .list.row .list-item .img .tag {
  display: none !important;
}
.list_wrap .list.row .list-item .operate {
  right: 0.3rem;
  top: 0.24rem;
  bottom: auto;
}
.list_wrap .list.row .list-item .info-hot {
  display: none;
  bottom: 0.45rem;
  font-weight: 600;
  font-size: 0.22rem;
  color: #E02520;
}
.list_wrap .list.row .list-item .info-hot span {
  font-size: 0.2rem;
}
.list_wrap .list.row .list-item .prices {
  display: block;
  bottom: 0.45rem;
}
.list_wrap .list.row .list-item .list-row {
  display: block;
}
.list_wrap .list.row .list-item .list-grid {
  display: none;
}
.list_wrap .list.row .list-item.ad {
  height: 1.89rem;
  background-image: url(/img/brand/adbg2.png);
}
.list_wrap .list.row .list-item.ad .h1, .list_wrap .list.row .list-item.ad .h2, .list_wrap .list.row .list-item.ad input, .list_wrap .list.row .list-item.ad .btn {
  display: none;
}
.list_wrap .list.row .list-item .p2-hots {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-weight: 400;
  color: #F44444;
}
.list_wrap .list.row .list-item .p2-hots::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background: url(/img/hot.png) no-repeat;
  background-size: cover;
  margin-right: 0.13rem;
}

.share-popup {
  position: fixed;
  right: 0rem;
  bottom: 7.5rem;
  width: 1.11rem;
  height: 1.11rem;
  background: url(/img/brand/sharelink.png) no-repeat;
  background-size: cover;
  z-index: 11111;
}
.share-popup a {
  width: 100%;
  height: 100%;
  display: block;
}
.share-popup span {
  padding: 0 0.13rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #E02520;
  border-radius: 0.15rem;
  position: absolute;
  right: 0.11rem;
  top: 0rem;
}

.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: 0.22rem;
  color: #999;
  text-align: center;
  line-height: 0.4rem;
  padding: 0.15rem 0;
}

.nodata {
  text-align: center;
  display: none;
  padding-top: 2rem;
}
.nodata img {
  width: 1.38rem;
  height: 1.7rem;
  padding-top: 0.5rem;
}
.nodata p {
  font-size: 0.26rem;
  font-weight: 400;
  color: #B2B2B2;
  text-align: center;
}
.nodata a {
  display: block;
  width: 1.8rem;
  height: 0.7rem;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.7rem;
  background: #E02520;
  font-size: 0.26rem;
  color: #fff;
  margin: 0.2rem auto;
}

.dropload-down {
  text-align: center;
}/*# sourceMappingURL=trademarklist.css.map */