@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;
  }
}
.header {
  position: relative;
  padding: 0.2rem 0.3rem 0 0.3rem;
  height: 3.75rem;
  background: url(/img/footer/bgc2.png) no-repeat;
  background-size: 7.5rem 3.75rem;
}
.header .back {
  position: absolute;
  top: 0.24rem;
  bottom: auto;
}
.header .inpu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  padding-left: 0.14rem;
}
.header .inpu input {
  width: 3.39rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #AFAFAF;
  line-height: 0.35rem;
  border: #fff;
}
.header .inpu .inpu-span {
  padding: 0.25rem 0.601rem;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  background: #E02520;
  border-radius: 0px 0.05rem 0.05rem 0px;
}
.header .con-list {
  position: relative;
  margin-bottom: 0.33rem;
  width: 6.1rem;
  height: 4.03rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  text-align: center;
}
.header .con-list h2 {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.33rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.5rem;
}
.header .con-list input {
  display: block;
  margin-left: 0.5rem;
  width: 4.8rem;
  height: 0.9rem;
  font-size: 0.28rem;
  background: #F2F3F6;
  padding-left: 0.3rem;
  border: #fff;
  color: #B2B2B2;
  border-radius: 0.06rem;
}
.header .con-list button {
  display: block;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  width: 5.1rem;
  height: 0.9rem;
  font-size: 0.32rem;
  color: #fff;
  background: #E02520;
  border-radius: 0.08rem;
  border: none;
}
.header .con-list .list-img {
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(/img/footer/s.png) no-repeat;
  background-size: 0.24rem;
}

.patent_describe {
  position: absolute;
  left: 0.37rem;
  bottom: 0.35rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #646480;
}

.content {
  padding: 0 0.3rem;
}
.content .apply h3 {
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.4rem;
}
.content .apply .patent_insurance {
  margin-top: 0.24rem;
  margin-bottom: 0.28rem;
  display: flex;
  align-items: center;
  overflow-y: scroll;
}
.content .apply .patent_insurance img {
  margin-right: 0.2rem;
  width: 2.6rem;
  height: 2.9rem;
}
.content .apply .tent-img {
  width: 6.9rem;
  margin-top: 0.24rem;
}
.content .apply .tent-img img {
  width: 3.28rem;
  height: 1.7rem;
}
.content .apply .tent-img a:nth-child(2n) {
  margin-left: 0.21rem;
}
.content .apply .tent-img img:nth-child(1) {
  margin-bottom: 0.22rem;
}
.content .apply .tent-img img:nth-child(2) {
  margin-bottom: 0.22rem;
}

.is_label {
  width: 6.89rem;
  height: 0.55rem;
  background: #FFF0F0;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 0.22rem;
  margin-bottom: 0.22rem;
  padding: 0 0.16rem 0 0.22rem;
  box-sizing: border-box;
}
.is_label .is_label_img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}
.is_label .is_label_img2 {
  width: 0.22rem;
  height: 0.22rem;
}
.is_label .left {
  display: flex;
  align-items: center;
}
.is_label .is_label_til {
  font-size: 0.2rem;
  font-weight: 400;
  color: #E02520;
  transform: scale(0.9);
  margin-left: -0.25rem;
}

.transfer h2 {
  height: 0.98rem;
  background: #F8F9FC;
  line-height: 0.98rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 500;
  color: #181818;
}
.transfer .trademark {
  padding: 0.24rem 0rem 0 0.3rem;
}
.transfer .trademark:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.transfer .trademark .trademark-list:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.transfer .trademark .trademark-list .trademarklist {
  padding-left: 0.29rem;
  margin-bottom: 0.15rem;
  box-sizing: border-box;
  float: left;
}
.transfer .trademark .trademark-list .trademarklist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.transfer .trademark .trademark-list .trademarklist li:nth-child(3) {
  margin-right: 0;
}
.transfer .trademark .trademark-list .trademarklist li {
  float: left;
  margin-right: 1.46rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: #181818;
  line-height: 0.4rem;
}
.transfer .trademark .trademark-list .trademarklist li.act {
  font-weight: 600;
  color: #E02520;
}
.transfer .trademark .trademark-list .trademarklist li.act::after {
  content: "";
  display: block;
  width: 30%;
  height: 0.04rem;
  position: relative;
  top: 0.05rem;
  left: 0;
  right: 0;
  background-color: #f44444;
  margin: 0 auto;
}
.transfer .trademark .tradlist {
  display: none;
  overflow-x: scroll;
  margin-bottom: 0.39rem;
}
.transfer .trademark .tradlist.act {
  display: block;
}
.transfer .trademark .tradlist li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 12.48rem;
}
.transfer .trademark .tradlist li:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.transfer .trademark .tradlist li .li-im {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 2.9rem;
  height: 1.74rem;
  background: url(/img/footer/bgc3.png) no-repeat;
  background-size: 2.9rem 1.74rem;
  margin-right: 0.22rem;
  margin-top: 0.22rem;
}
.transfer .trademark .tradlist li .li-im .tradlist-p {
  padding: 0.19rem 0.12rem 0 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.37rem;
}
.transfer .trademark .tradlist li .li-im span {
  padding: 0.02rem 0.06rem;
  margin-left: 0.18rem;
  width: 0.92rem;
  height: 0.32rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #648CCD;
  line-height: 0.32rem;
  border-radius: 3px;
  border: 0.01rem solid #648CCD;
}
.transfer .trademark .tradlist li .li-im span:nth-child(3) {
  color: #FF6B3F;
  border: 0.01rem solid #FF6B3F;
  margin-left: 0.14rem;
}
.transfer .trademark .tradlist li .li-im .li-a {
  text-align: center;
  margin-top: 0.12rem;
  margin-left: 0.18rem;
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  font-size: 0.2rem;
  color: #fff;
  background: linear-gradient(112deg, #FF7E5A 0%, #E02520 100%);
}
.transfer .trademark .list-a {
  margin: 0 0 0.44rem 1.89rem;
  padding: 0.17rem 1.12rem;
  width: 3.92rem;
  height: 0.74rem;
  background: linear-gradient(90deg, #FFA786 0%, #E02520 100%);
  border-radius: 0.05rem;
  font-size: 0.28rem;
  color: #fff;
  font-weight: 700;
}

.service {
  margin-top: 0.6rem;
  background-color: #fff;
  position: relative;
}
.service .service-list {
  width: 7.5rem;
  height: 1.4rem;
  background: url(/img/footer/006.png) no-repeat;
  background-size: 7.5rem 1.4rem;
}
.service .service-list:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.service .service-list .servicelist {
  padding-top: 0.4rem;
  padding-left: 0.39rem;
  display: flex;
  overflow: scroll;
}
.service .service-list .servicelist li {
  margin-right: 1.44rem;
  height: 0.31rem;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 0.2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.service .service-list .servicelist li.show {
  height: 0.31rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #E02520;
}
.service .service-list li.show::after {
  content: "";
  display: block;
  width: 30%;
  height: 0.03rem;
  position: relative;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  background-color: #f44444;
  margin: 0 auto;
}
.service .mask-left {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 10;
  width: 1rem;
  height: 0.7rem;
}
.service .servic {
  background-color: #fff;
  padding: 0.16rem 0.3rem 0rem 0.3rem;
  display: none;
  margin-top: -0.3rem;
}
.service .servic.show {
  display: block;
}
.service .servic li img {
  margin-right: 0.2rem;
  width: 2.06rem;
  height: 1.7rem;
}
.service .servic li .serv-ul {
  display: inline-block;
}
.service .servic li .serv-ul .ul-li:nth-child(1) {
  height: 0.27rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.28rem;
}
.service .servic li .serv-ul .ul-li:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 4.53rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.25rem;
  margin: 0.3rem 0;
}
.service .servic li .serv-ul .ul-li:nth-child(3) span {
  width: 0.83rem;
  height: 0.23rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #E02520;
}
.service .servic li .serv-ul .ul-li:nth-child(3) button {
  width: 1.4rem;
  height: 0.48rem;
  font-size: 0.2rem;
  color: #E02520;
  background: #FFFFFF;
  border: 0.01rem solid #E02520;
  border-radius: 0.24rem;
  float: right;
}
.service .servic .serivc-li::after {
  content: "";
  display: inline-block;
  margin: 0.5rem 0;
  width: 6.9rem;
  height: 0.01rem;
  border: 0px solid #EEEEEE;
  background-color: #EEEEEE;
}/*# sourceMappingURL=index.css.map */