@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;
}

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;
  }
}
.header {
  height: 0.7rem;
  padding: 0.15rem 0.2rem;
  background: #fff;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
  margin: 0.18rem 0.4rem 0 0;
}
.header span {
  width: 5.36rem;
  height: 0.68rem;
  display: inline-block;
  text-align: center;
  line-height: 0.68rem;
  font-size: 0.38rem;
}
.header a img {
  width: 0.4rem;
  height: 0.34rem;
  margin: 0.18rem 0 0 0.4rem;
}

.fastjump {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  display: none;
}
.fastjump img {
  float: left;
  height: 0.34rem;
  width: auto;
  margin: 0.33rem 0 0 0.2rem;
}
.fastjump ul {
  float: left;
  margin-top: 0.13rem;
}
.fastjump ul li {
  float: left;
  width: 1.34rem;
  color: #181818;
  line-height: 0.74rem;
  text-align: center;
  margin-left: 0.7rem;
}
.fastjump ul li a {
  color: #181818;
}
.fastjump ul li.fastcheck {
  border-bottom: 2px solid #F44444;
}
.fastjump ul li.fastcheck a {
  color: #F44444;
}

.bg {
  height: 1.64rem;
  background: #ff4b4b;
}

.content {
  margin-top: -1.3rem;
  padding-bottom: 1rem;
}
.content .one {
  width: 4.9rem;
  box-shadow: 0 2px 0.26rem 0 rgba(255, 159, 159, 0.5);
  background: #fff;
  border-radius: 0.1rem;
  margin: 0 auto;
}
.content .one img {
  width: 100%;
  height: auto;
}
.content .name {
  font-size: 0.36rem;
  color: #181818;
  line-height: 0.5rem;
  margin-top: 0.43rem;
  text-align: center;
}
.content .price {
  overflow: hidden;
}
.content .price p {
  float: left;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.5rem;
  margin-left: 1.3rem;
}
.content .price p span {
  font-size: 0.36rem;
  color: #F44444;
  margin-left: 0.15rem;
}
.content .price p:last-child {
  margin-left: 0.5rem;
}
.content .tips img {
  width: 6rem;
  margin-left: 0.4rem;
}
.content .desc {
  font-size: 0.24rem;
  color: #ff4b4b;
  text-align: center;
  line-height: 0.46rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #EDEDED;
}
.content .info {
  padding: 0.27rem 0.4rem 0.35rem 0.4rem;
  border-bottom: 0.1rem solid #F5F6F6;
}
.content .info li {
  line-height: 2;
  color: #2a2a2a;
}
.content .info li span {
  display: inline-block;
}
.content .info li span:first-child {
  color: #181818;
  display: inline-block;
}
.content .title {
  color: #333;
  text-align: center;
  line-height: 0.6rem;
  margin-top: 0.26rem;
}
.content .title img {
  width: 0.42rem;
  height: 0.2rem;
  margin: 0.2rem;
}
.content .two ul {
  padding: 0.11rem 0.4rem 0.35rem 0.4rem;
  border-bottom: 0.1rem solid #F5F6F6;
}
.content .two ul li {
  color: #2a2a2a;
  line-height: 0.48rem;
  margin-top: 0.36rem;
}
.content .two ul li span {
  display: inline-block;
  width: 2.45rem;
  color: #181818;
}
.content .three ul {
  padding: 0 0.33rem 0.4rem 0.23rem;
  border-bottom: 0.1rem solid #F5F6F6;
}
.content .three ul li {
  background: url("/img/trademarkdetail01.png") no-repeat left top;
  background-size: 0.7rem;
  margin-top: 0.35rem;
}
.content .three ul li .top {
  font-size: 0.3rem;
  color: #181818;
}
.content .three ul li .top span {
  color: #fff;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  margin-right: 0.1rem;
}
.content .three ul li .bot {
  padding-left: 0.8rem;
  line-height: 0.46rem;
  color: #666;
}
.content .three ul .btns {
  width: 1.7rem;
  line-height: 0.56rem;
  text-align: center;
  border: 1px solid #F44444;
  margin: 0.35rem 0 0 0.8rem;
}
.content .three ul .btns a {
  color: #F44444;
}
.content .four {
  text-align: center;
}
.content .four > img {
  width: 7.26rem;
  height: auto;
}
.content .five > img {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}

.footer {
  height: 0.96rem;
  border: 0;
  box-shadow: 0 -2px 0.18rem 4px rgba(230, 230, 230, 0.5);
}
.footer .left {
  width: 40%;
  float: left;
}
.footer .left div {
  width: 33%;
  float: left;
  text-align: center;
}
.footer .left div img {
  height: 0.3rem;
  margin: 0.2rem 0 0.1rem 0;
}
.footer .left div p {
  text-align: center;
  font-size: 0.22rem;
  color: #999;
  line-height: 0.3rem;
}
.footer .left div.closecollect {
  display: none;
}
.footer span {
  float: left;
  width: 30%;
  text-align: center;
  line-height: 0.96rem;
  font-size: 0.3rem;
  background: #ffecec;
  color: #F44444;
}
.footer span:last-child {
  background: #F44444;
  color: #fff;
}

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

.sharepopup {
  z-index: 10000;
  position: fixed;
  text-align: center;
  bottom: 0;
  background: #fff;
  width: 100%;
  display: none;
  padding-bottom: 0.4rem;
}
.sharepopup .title {
  text-align: center;
  margin: 0.3rem 0;
  line-height: 0.4rem;
}
.sharepopup .soshm-item-text {
  display: block;
}
.sharepopup .soshm-item {
  margin: 0.1rem 0.4rem;
}
.sharepopup .yixin {
  display: none;
}

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

.pricepopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 5.8rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.1rem;
  z-index: 10000;
  padding: 0.1rem 0.2rem;
  text-align: center;
  display: none;
}
.pricepopup .close {
  float: right;
  width: 0.3rem;
  height: auto;
  margin-top: 0.2rem;
}
.pricepopup .title {
  line-height: 1rem;
  text-align: center;
  font-size: 0.34rem;
  font-weight: 600;
}
.pricepopup .tip {
  color: #F44444;
  line-height: 0.6rem;
  text-align: center;
}
.pricepopup input {
  width: 5rem;
  margin: 0.1rem 0;
  height: 0.8rem;
  border-radius: 0.1rem;
  border: 1px solid #ddd;
  text-indent: 0.2rem;
}
.pricepopup .agreement {
  color: #b2b2b2;
  width: 5rem;
  margin: 0 auto;
  font-size: 0.2rem;
  text-align: justify;
}
.pricepopup .agreement a {
  color: #5289bc;
}
.pricepopup .btns {
  width: 4rem;
  line-height: 0.8rem;
  background: #F44444;
  color: #fff;
  border-radius: 0.1rem;
  margin: 0.2rem auto;
  font-size: 0.3rem;
}

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