@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;
  }
}
html, body {
  background: #f4f4f4;
}

.search {
  height: 0.8rem;
  background: #E02520;
  padding: 0.2rem 0.3rem;
  position: relative;
}
.search .search-con {
  background: #fff;
  border-radius: 0.1rem;
  height: auto;
  overflow: hidden;
  height: 0.8rem;
}
.search .search-con .left {
  float: left;
  width: 1.74rem;
  line-height: 0.4rem;
  margin-top: 0.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: 0.15rem;
  line-height: 0.4rem;
}
.search .search-con .left .border {
  width: 0.15rem;
  height: 0.15rem;
  border: 1px solid #E02520;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  position: absolute;
  right: 0.15rem;
  top: 0.05rem;
}
.search .search-con input {
  float: left;
  width: 3.8rem;
  height: 0.8rem;
  background: #fff;
  border: 0;
  text-indent: 0.3rem;
}
.search .search-con .right {
  float: right;
  width: 1.26rem;
  line-height: 0.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: 0.3rem;
  height: auto;
  background-color: #fff;
  z-index: 111;
}
.search .dropdown .arrow {
  width: 0;
  height: 0;
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  border-bottom: 0.12rem solid #fff;
  position: absolute;
  top: -0.12rem;
  left: 50%;
  margin-left: -0.06rem;
}
.search .dropdown .dropdown-list li {
  padding: 0.1rem 0.2rem;
}
.search .dropdown .dropdown-list li.hover {
  color: #E02520;
}

.header {
  display: flex;
  align-items: center;
  height: 0.7rem;
  padding: 0.15rem 0.2rem;
  background: #fff;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
  margin: 0.18rem 0.6rem 0 0;
}
.header input {
  flex: 1;
  height: 0.68rem;
  background: #f5f5f5 url("/img/sbregister12.png") no-repeat 0.4rem 0.2rem;
  background-size: 0.28rem;
  border-radius: 0.34rem;
  border: 0;
  text-indent: 1rem;
  font-size: 0.24rem;
  margin-left: 1.2rem;
}
.header a {
  font-size: 0.32rem;
  color: #181818;
  float: right;
  line-height: 0.68rem;
}

.banner img {
  width: 100%;
  height: auto;
}

.content {
  width: 7.02rem;
  margin: 0 auto;
}
.content .title {
  line-height: 0.36rem;
  margin: 0.32rem 0 0.1rem 0;
}
.content .title span {
  color: #080808;
}
.content .title img {
  width: 0.3rem;
  height: auto;
  margin-left: 0.1rem;
}
.content .title a {
  float: right;
  line-height: 0.36rem;
}
.content .title a span {
  font-size: 0.26rem;
  color: #a0a0a0;
}
.content .title a img {
  width: 0.14rem;
  height: auto;
  margin: 0.07rem 0 0 0.05rem;
}
.content .hot {
  height: 2.9rem;
  overflow: hidden;
}
.content .hot a {
  float: left;
  background: #fff;
  height: 1.26rem;
  border-radius: 0.1rem;
  width: 1.6rem;
  text-align: center;
  margin: 0.2rem 0.2rem 0 0;
}
.content .hot a:nth-child(4n) {
  margin-right: 0;
}
.content .hot a img {
  height: 0.38rem;
  width: auto;
  margin: 0.2rem 0 0.17rem 0;
}
.content .hot a p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.24rem;
}
.content .rushbuy {
  background: #fff;
  padding: 0.3rem 0.2rem;
  box-shadow: 0px 0px 0.15rem 0px rgba(83, 83, 83, 0.1);
  border-radius: 0.12rem;
  margin-top: 0.4rem;
}
.content .rushbuy .top {
  height: 0.38rem;
  line-height: 0.38rem;
  color: #080808;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.content .rushbuy .top img {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0.02rem 0.1rem 0 0;
}
.content .rushbuy .top .right {
  float: right;
  font-size: 0.24rem;
  color: #a0a0a0;
}
.content .rushbuy .top .right span {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.04rem;
  border: 1px solid #E02520;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.34rem;
  color: #E02520;
  margin: 0 0.07rem;
}
.content .rushbuy .top .right span:first-child {
  margin-left: 0.15rem;
}
.content .rushbuy .bot {
  overflow: hidden;
}
.content .rushbuy .bot .commodity {
  float: left;
  width: 2.05rem;
  border: 1px solid #f3f3f3;
  border-bottom: 0;
  margin: 0 0 0.2rem 0.15rem;
}
.content .rushbuy .bot .commodity:nth-child(3n+1) {
  margin: 0;
}
.content .rushbuy .bot .commodity img {
  width: 100%;
  height: 1.6rem;
}
.content .rushbuy .bot .commodity p {
  padding: 0 0.1rem;
  height: auto;
  overflow: hidden;
}
.content .rushbuy .bot .commodity p .info_name {
  float: left;
  font-size: 0.2rem;
  color: #666;
  line-height: 0.6rem;
  width: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .rushbuy .bot .commodity p .info_price {
  font-size: 0.18rem;
  color: #E02520;
  float: right;
  line-height: 0.6rem;
  letter-spacing: -1px;
}
.content .rushbuy .bot .commodity .tobuy {
  display: block;
  width: 2.07rem;
  background-image: linear-gradient(270deg, #ff7676 0%, #f44444 100%), linear-gradient(#f44444, #f44444);
  background-blend-mode: normal, normal;
  border-radius: 0px 0px 0.08rem 0.08rem;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  line-height: 0.34rem;
}
.content .dynamic {
  margin: 0.3rem 0;
  height: 2.31rem;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(83, 83, 83, 0.1);
  border-radius: 0.12rem;
}
.content .dynamic img {
  float: left;
  width: 2.9rem;
  height: 2.31rem;
}
.content .dynamic .list {
  float: left;
  width: 3.3rem;
  margin-left: 0.44rem;
  position: relative;
}
.content .dynamic .list .border {
  position: absolute;
  display: inline-block;
  width: 3.3rem;
  height: 1px;
  border-bottom: 1px dashed #eee;
  left: 0;
  top: 50%;
}
.content .dynamic .list .swiper-container {
  height: 2.3rem;
}
.content .dynamic .list .swiper-container .swiper-slide {
  line-height: 0.4rem;
  height: 1.5rem;
}
.content .dynamic .list .swiper-container .swiper-slide p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.4rem;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.4rem;
}
.content .dynamic .list .swiper-container .swiper-slide span {
  font-size: 0.18rem;
  color: #a0a0a0;
  line-height: 0.4rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.4rem;
}
.content .btn {
  height: 2.66rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(83, 83, 83, 0.1);
  border-radius: 0.14rem;
  margin-bottom: 0.3rem;
}
.content .btn .title {
  text-align: center;
  font-size: 0.3rem;
  color: #080808;
  line-height: 0.46rem;
  padding-top: 0.32rem;
  margin: 0;
}
.content .btn .desc {
  text-align: center;
  font-size: 0.24rem;
  color: #a0a0a0;
  line-height: 0.4rem;
}
.content .btn div {
  margin-top: 0.32rem;
  height: 0.8rem;
}
.content .btn div input {
  width: 4.3rem;
  height: 0.8rem;
  border: 0;
  background: #f8f8f8;
  font-size: 0.26rem;
  text-indent: 0.25rem;
  border-radius: 0.08rem 0 0 0.08rem;
  float: left;
  margin-left: 0.55rem;
}
.content .btn div span {
  float: left;
  width: 1.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background-image: linear-gradient(270deg, #ff7676 0%, #f44444 100%), linear-gradient(#f24747, #f24747);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 7px 1px rgba(237, 66, 66, 0.26);
  border-radius: 0.08rem;
  font-size: 0.26rem;
  color: #fefefe;
}
.content .recommend .top {
  position: relative;
}
.content .recommend .top img {
  width: 100%;
  height: 1rem;
}
.content .recommend .top a {
  position: absolute;
  width: 1.06rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 0.08rem;
  background: #fff;
  font-size: 0.18rem;
  color: #666;
  top: 0.28rem;
  right: 0.4rem;
}
.content .recommend .bot {
  height: auto;
  overflow: hidden;
  padding: 0.1rem 0 0.2rem 0;
  background: #fff;
  box-shadow: 0px 0px 0.15rem 0px rgba(83, 83, 83, 0.1);
  border-radius: 0px 0px 0.14rem 0.14rem;
}
.content .recommend .bot li {
  float: left;
  width: 2rem;
  margin: 0.2rem 0 0 0.2rem;
}
.content .recommend .bot li:nth-child(3n+1) {
  margin-left: 0.3rem;
}
.content .recommend .bot li img {
  width: 100%;
  height: 1.5rem;
  border: 1px solid #f3f3f3;
}
.content .recommend .bot li .name {
  color: #666;
  font-size: 0.2rem;
  line-height: 0.44rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .recommend .bot li .price {
  color: #E02520;
  font-size: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
}
.content .recommend .change {
  line-height: 0.82rem;
  text-align: center;
  color: #b1b1b1;
  font-size: 0.24rem;
}
.content .btn2 {
  text-align: center;
  height: 3.8rem;
}
.content .btn2 input {
  width: 5.86rem;
  height: 0.8rem;
  margin: 0 auto;
  border: 0;
  background: #f8f8f8;
  border-radius: 0.08rem;
  margin-top: 0.32rem;
  text-indent: 0.3rem;
}
.content .btn2 .keep3 {
  width: 5.86rem;
  height: 0.8rem;
  margin: 0 auto;
  background-image: linear-gradient(270deg, #ff7676 0%, #f44444 100%), linear-gradient(#f24747, #f24747);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 0.07rem 1px rgba(237, 66, 66, 0.26);
  border-radius: 0.08rem;
  color: #fefefe;
  font-size: 0.26rem;
  line-height: 0.8rem;
  margin-top: 0.2rem;
}
.content .time {
  display: none;
}/*# sourceMappingURL=markedprice.css.map */