@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 {
  -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;
  }
}
.buyheader {
  width: 100%;
  height: 1.28rem;
  background: url(/img/search-bg.png) no-repeat;
  background-size: 100% 1.28rem;
  padding: 0.3rem;
  box-sizing: border-box;
}
.buyheader .back {
  color: #fff;
}

.content {
  width: 7.02rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.content .title {
  color: #080808;
  line-height: 0.68rem;
  font-size: 0.3rem;
  color: #181818;
  font-weight: 600;
}
.content .title a {
  float: right;
  color: #a0a0a0;
  font-weight: normal;
  font-size: 0.24rem;
}
.content .list {
  height: 2.8rem;
  overflow: hidden;
  margin-top: 0.25rem;
}
.content .list div {
  float: left;
  width: 1.6rem;
  height: 1.26rem;
  background: #f6f7f9;
  margin: 0 0 0.2rem 0.2rem;
  text-align: center;
  border-radius: 0.1rem;
}
.content .list div p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.6rem;
}
.content .list div img {
  height: 0.38rem;
  width: auto;
  margin-top: 0.25rem;
}
.content .list div:nth-child(4n+1) {
  margin-left: 0;
}
.content .victory {
  border-radius: 0.14rem;
  box-shadow: 0 0 0.15rem 0 rgba(83, 83, 83, 0.1);
}
.content .victory .victory_title {
  height: 1.3rem;
  background: url("/img/buy01.png") no-repeat center center;
  background-size: cover;
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.9rem;
}
.content .victory .victory_title span {
  display: block;
  font-size: 0.38rem;
  font-weight: 600;
  margin: 0rem 0.2rem -0.1rem 0.45rem;
  padding-top: 0.1rem;
}
.content .victory .victory_title span:nth-child(1) {
  font-size: 0.38rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.6rem;
}
.content .victory .victory_title span:nth-child(2) {
  padding-top: 0;
  font-size: 0.22rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.36rem;
}
.content .victory .victory_title span:nth-child(2) i {
  font-style: normal;
  font-size: 0.36rem;
}
.content .victory .victorylist {
  height: 1.42rem;
  padding: 0.2rem 0;
  position: relative;
}
.content .victory .victorylist span {
  position: absolute;
  display: inline-block;
  width: 6rem;
  height: 1px;
  border-bottom: 1px dashed #eee;
  left: 0.48rem;
  top: 0.85rem;
}
.content .victory .victorylist .swiper-container {
  height: 1.4rem;
}
.content .victory .victorylist .swiper-container .swiper-slide {
  line-height: 0.7rem;
  width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.22rem;
  color: #666;
  text-align: center;
}
.content .one {
  box-shadow: 0 0 0.15rem 0 rgba(83, 83, 83, 0.1);
  border-radius: 0.14rem;
  margin-top: 0.38rem;
  height: auto;
  overflow: hidden;
}
.content .one img {
  float: left;
  width: 2.9rem;
  height: 4.13rem;
}
.content .one .right {
  float: left;
  margin-left: 0.15rem;
  width: 3.8rem;
  padding-top: 0.1rem;
}
.content .one .right span {
  display: inline-block;
  padding: 0 0.3rem;
  background: #f6f7f9;
  margin: 0.1rem 0.11rem;
  font-size: 0.22rem;
  line-height: 0.6rem;
}
.content .one .right span a {
  color: #666;
}
.content .one .right p {
  text-align: center;
  font-size: 0.24rem;
  color: #a0a0a0;
  line-height: 0.64rem;
}
.content .two {
  height: auto;
  overflow: hidden;
  margin: 0.4rem 0;
}
.content .two a {
  width: 3.4rem;
  height: 1.56rem;
  float: left;
}
.content .two a img {
  width: 3.4rem;
  height: 1.56rem;
}
.content .two a:last-child {
  float: right;
}
.content .victory_call {
  background: #fff5f5;
}
.content .victory_call .call_data {
  padding: 0.3rem 0 0 0.3rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.36rem;
}
.content .victory_call > div {
  overflow: hidden;
}
.content .victory_call input {
  text-indent: 0.3rem;
  border: 0;
  border-radius: 0.08rem;
}
.content .victory_call span {
  width: 1.6rem;
  text-align: center;
  line-height: 0.74rem;
  color: #fff;
  font-size: 0.24rem;
  background: url("/img/buy02.png") no-repeat center center;
  background-size: cover;
  float: left;
  margin-top: 0.3rem;
  margin-left: -0.1rem;
}
.content .victory_call .agreement {
  width: 6.22rem;
  margin: 0 auto;
  padding: 0.1rem 0 0.2rem;
  font-size: 0.2rem;
  color: #b2b2b2;
  text-align: justify;
}
.content .victory_call .agreement a {
  color: #5289bc;
}
.content .three {
  margin-top: 0.4rem;
  width: 100%;
  height: 5.3rem;
  background: url(https://86sbxcx.oss-cn-shanghai.aliyuncs.com/trademark_xcx/trademark-index-bg1.png) no-repeat;
  background-size: 100% 5.3rem;
  position: relative;
}
.content .three .title {
  font-size: 0.3rem;
  color: #080808;
  line-height: 0.46rem;
  text-align: center;
  padding-top: 0.32rem;
}
.content .three .h2 {
  font-size: 0.24rem;
  color: #a0a0a0;
  line-height: 0.4rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.content .three .victory_call {
  background: #fff;
}
.content .three .victory_call input {
  background: #F5F5F5;
}
.content .four .title {
  font-size: 0.3rem;
  text-align: center;
  color: #080808;
  line-height: 0.4rem;
  margin: 0.55rem 0 0.45rem 0;
}
.content .four .title span {
  color: #E02520;
  font-size: 0.3rem;
}
.content .four img {
  width: 100%;
  height: auto;
}
.content .five {
  height: auto;
  overflow: hidden;
}
.content .five li {
  float: left;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.2rem;
}
.content .five li:nth-child(1) {
  background: url("/img/buy07.jpg") no-repeat center center;
  background-size: 3.4rem 3.4rem;
  margin-left: 0;
}
.content .five li:nth-child(2) {
  background: url("/img/buy08.jpg") no-repeat center center;
  background-size: 3.4rem 3.4rem;
  margin-left: 0.2rem;
}
.content .five li:nth-child(3) {
  background: url("/img/buy09.jpg") no-repeat center center;
  background-size: 3.4rem 3.4rem;
  margin-left: 0;
}
.content .five li:nth-child(4) {
  background: url("/img/buy10.jpg") no-repeat center center;
  background-size: 3.4rem 3.4rem;
  margin-left: 0.2rem;
}
.content .five li p {
  color: #fff;
  padding-left: 0.5rem;
}
.content .five li .title {
  font-weight: 600;
  margin-top: 0.28rem;
  line-height: 0.54rem;
}
.content .five li .desc {
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: 100;
}

.purchasing-has {
  margin-bottom: 0.45rem;
  text-align: center;
}
.purchasing-has .has {
  margin-bottom: 0.38rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #181818;
}
.purchasing-has .has_img {
  width: 6.9rem;
  height: 2.57rem;
}

.six {
  box-shadow: 0 0 0.15rem 0 rgba(83, 83, 83, 0.1);
  border-radius: 0.14rem;
  margin-top: 0.2rem;
  margin-bottom: 0.42rem;
}
.six .victory_call {
  position: absolute;
  top: 1.58rem;
  left: 0.6rem;
}
.six .victory_call .victory_call_inp {
  display: flex;
  align-items: center;
  width: 6.1rem;
  height: 0.8rem;
  background: #F5F5F5;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.six .victory_call .victory_call_inp:nth-child(2) {
  margin-top: 0.26rem;
}
.six .victory_call input, .six .victory_call p {
  float: none;
  box-sizing: border-box;
  height: 0.8rem;
}
.six .victory_call .btn {
  margin-top: 0.41rem;
  padding: 0.2rem 2.1rem;
  background: linear-gradient(90deg, #FFA786 0%, #E02520 100%);
  border-radius: 0.08rem;
  color: #fff;
}

.hot {
  background: #f8f8f8;
  padding: 0 0.24rem;
}
.hot .title {
  font-weight: 600;
  font-size: 0.3rem;
  font-size: 0.3rem;
  color: #080808;
  line-height: 1.1rem;
  text-align: center;
}
.hot .popular-trademarks {
  overflow-x: scroll;
  margin-bottom: 0.2rem;
}
.hot .nav {
  width: 7.5rem;
  display: flex;
  justify-content: space-between;
}
.hot .nav li {
  color: #666;
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.hot .nav .check {
  color: #E02520;
}
.hot .nav .check::after {
  content: "";
  display: block;
  margin: auto;
  width: 0.3rem;
  height: 0.05rem;
  background: #E02520;
  border-radius: 0.03rem;
}
.hot .hot_list {
  height: auto;
  overflow: hidden;
}
.hot .hot_list li {
  width: 2.16rem;
  height: 2.38rem;
  padding: 0.14rem 0.17rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.22rem;
  text-align: center;
  margin-top: 0.1rem;
  float: left;
}
.hot .hot_list li:nth-child(2) {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.hot .hot_list li:nth-child(5) {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.hot .hot_list li .top img {
  width: 1.82rem;
  height: 1.36rem;
}
.hot .hot_list li p {
  font-size: 0.26rem;
  font-weight: 400;
  color: #5D5D5D;
  margin-top: 0.31rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .more {
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.18rem;
}
.hot .more .addBehavior {
  color: #fff;
  padding: 0.17rem 1.12rem;
  box-sizing: border-box;
  background: linear-gradient(90deg, #FFA786 0%, #E02520 100%);
  border-radius: 0.08rem;
}
.hot .more img {
  width: 0.2rem;
  height: 0.16rem;
  margin: 0.5rem 0 0 0.1rem;
}/*# sourceMappingURL=buy.css.map */