@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 {
  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 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.3rem;
}

.top {
  width: 100%;
  height: 2rem;
  background: url("/img/servicedetail01.png") no-repeat center;
  background-size: cover;
}

.bot {
  margin-top: -1.2rem;
}
.bot .one {
  text-align: center;
}
.bot .one div {
  padding: 0.03rem;
  background: #fff;
  width: 2.7rem;
  height: 2.7rem;
  margin: 0 auto;
}
.bot .one div img {
  width: 2.65rem;
  height: 2.65rem;
}
.bot .one .name {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.7rem;
  margin-top: 0.06rem;
}
.bot .one .desc {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.32rem;
  margin-bottom: 0.22rem;
  padding: 0 0.5rem;
}
.bot .one .desc span {
  font-size: 0.24rem;
  color: #E02520;
  margin-right: 0.1rem;
}
.bot .one .number {
  height: auto;
  overflow: hidden;
  padding: 0 0 0.24rem 2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3rem;
}
.bot .one .number .tit {
  float: left;
  width: 1.5rem;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.5rem;
}
.bot .one .number .decrease, .bot .one .number .add {
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #eee;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.4rem;
}
.bot .one .number .decrease {
  border-right: 0;
}
.bot .one .number .add {
  border-left: 0;
}
.bot .one .number input {
  float: left;
  width: 0.6rem;
  height: 0.5rem;
  border: 1px solid #eee;
  text-align: center;
  font-size: 0.24rem;
}
.bot .two {
  height: auto;
  overflow: hidden;
  padding-bottom: 0.12rem;
}
.bot .two p {
  font-size: 0.24rem;
  color: #999;
  margin-left: 0.4rem;
  line-height: 0.5rem;
}
.bot .two div {
  float: left;
  width: 7rem;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
}
.bot .two div span, .bot .two div h1 {
  line-height: 0.5rem;
  border: 1px solid #DEDEDE;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  margin: 0 0.1rem 0.2rem 0.1rem;
  float: left;
}
.bot .two div span a, .bot .two div h1 a {
  color: #333;
}
.bot .two div .check {
  border-color: #E02520;
  background: url("/img/servicedetail02.png") no-repeat right bottom;
  background-size: 0.29rem 0.26rem;
}
.bot .two div .check a {
  color: #E02520;
}
.bot .three {
  background: #f4f4f4;
  padding-top: 0.2rem;
}
.bot .three .title {
  background: #fff;
  line-height: 0.78rem;
  border-bottom: 1px solid #ededed;
}
.bot .three .title span {
  width: 0.08rem;
  height: 0.3rem;
  float: left;
  background: #E02520;
  margin: 0.24rem 0.2rem 0 0.4rem;
}
.bot .three .wrap {
  background: #fff;
  padding: 0.3rem 0 0.1rem 0;
}
.bot .three .wrap .sub {
  width: 6.67rem;
  box-shadow: 0 2px 0.16rem 0 rgba(201, 201, 201, 0.5);
  margin: 0 auto;
  border-radius: 0.08rem;
  text-align: center;
  padding: 0.3rem 0;
}
.bot .three .wrap .sub .phone {
  height: auto;
  overflow: hidden;
  background: #f4f4f4;
  width: 6rem;
  margin: 0 auto;
}
.bot .three .wrap .sub .phone.name {
  margin-bottom: 0.2rem;
}
.bot .three .wrap .sub .phone input {
  width: 4.8rem;
  height: 0.8rem;
  font-size: 0.24rem;
  border: 0;
  float: left;
  background: #f4f4f4;
}
.bot .three .wrap .sub .phone span {
  font-size: 0.24rem;
  color: #181818;
  float: left;
  width: 1.2rem;
  line-height: 0.8rem;
  text-align: right;
}
.bot .three .wrap .sub .btn {
  width: 6rem;
  line-height: 0.8rem;
  background: #E02520;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.08rem;
}
.bot .three .wrap .sub .agreement {
  width: 6rem;
  margin: 0.15rem auto;
  font-size: 0.2rem;
  color: #b2b2b2;
  text-align: justify;
  letter-spacing: -1px;
}
.bot .three .wrap .sub .agreement a {
  color: #5289bc;
}
.bot .four .wrap .sub {
  height: 3.34rem;
}

.content {
  padding-bottom: calc(1.2rem + env(safe-area-inset-bottom) / 2);
}
.content .title {
  height: auto;
  overflow: hidden;
  margin-top: 0.2rem;
  border-bottom: 1px solid #ededed;
  padding: 0 1rem;
}
.content .title p {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 0.8rem;
  color: #666;
}
.content .title p.active {
  font-size: 0.32rem;
  color: #333;
  font-weight: 900;
  position: relative;
}
.content .title p.active span {
  position: absolute;
  bottom: 0;
  width: 0.5rem;
  height: 0.08rem;
  background: #E02520;
  left: 50%;
  transform: translateX(-50%);
}
.content .imglist img {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.content .imglist img:last-child {
  display: none;
}
.content img {
  width: 100%;
  height: auto;
}
.content .appealService {
  width: calc(100% - 0.82rem);
  margin: 0 auto;
}
.content .appealService h1 {
  text-align: center;
  font-size: 0.26rem;
  color: #181818;
}
.content .appealService .case {
  margin-top: 0.35rem;
  width: 100%;
  background-color: #f8fafc;
  padding: 0.45rem;
  box-sizing: border-box;
  position: relative;
}
.content .appealService .case .topTitle {
  height: 0.69rem;
}
.content .appealService .case .topTitle .big {
  font-size: 0.95rem;
  color: #f0f2f7;
  position: absolute;
  left: 0.48rem;
  top: 0.58rem;
  line-height: 0.36rem;
}
.content .appealService .case .topTitle .small {
  font-size: 0.21rem;
  color: #f44444;
  position: absolute;
  left: 0.48rem;
  top: 0.58rem;
}
.content .appealService .case p {
  font-family: MicrosoftYaHei;
  font-size: 0.19rem;
  color: #505050;
  margin-top: 0.45rem;
}
.content .appealService .list .item {
  width: 6.64rem;
  height: 0.74rem;
  line-height: 0.74rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.59rem;
  box-sizing: border-box;
}
.content .appealService .list .item span:first-child {
  font-size: 0.52rem;
  color: #f44444;
  font-family: Arial-BoldMT;
  margin-right: 0.52rem;
}
.content .appealService .list .item span:last-child {
  font-size: 0.24rem;
  color: #222741;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .appealService .list .active {
  background: url(/img/servicedetail/selected.png) no-repeat;
  background-size: cover;
}
.content .appealService .list .active span:first-child {
  color: #ffffff;
}
.content .appealService .list .active span:last-child {
  color: #ffffff;
}
.content .appealService .materials {
  margin-top: 0.57rem;
  box-shadow: 0rem 0rem 0.16rem 0rem rgba(142, 142, 142, 0.15);
  padding: 0.43rem 0.3rem 0.7rem 0.3rem;
}
.content .appealService .materials h1 {
  font-size: 0.26rem;
  color: #181818;
}
.content .appealService .materials .materialList {
  margin-top: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.content .appealService .materials .materialList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .appealService .materials .materialList .item img {
  height: 0.54rem;
  width: 0.54rem;
}
.content .appealService .materials .materialList .item span {
  font-size: 0.16rem;
  color: #222d41;
  margin-top: 0.27rem;
}
.content .appealService .plantforms {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.42rem;
}
.content .appealService .plantforms img:first-child {
  height: 0.59rem;
  width: 2.49rem;
}
.content .appealService .plantforms img:nth-child(2) {
  width: 2.25rem;
  height: 0.25rem;
}
.content .appealService .plantforms span {
  font-size: 0.34rem;
  color: #bdbdbd;
}
.content .contractConsult {
  margin-top: 0.24rem;
}
.content .contractConsult h1 {
  font-size: 0.26rem;
  color: #181818;
  text-align: center;
}
.content .contractConsult .why {
  padding: 0.44rem 0.25rem;
  margin-top: 0.32rem;
  width: calc(100% - 0.82rem);
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.32rem;
  box-shadow: 0rem 0rem 0.16rem 0rem rgba(142, 142, 142, 0.15);
}
.content .contractConsult .why .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content .contractConsult .why .item:not(:last-child) {
  margin-bottom: 0.48rem;
}
.content .contractConsult .why .item img {
  width: 0.61rem;
  height: 0.61rem;
}
.content .contractConsult .why .item .right {
  margin-left: 0.3rem;
}
.content .contractConsult .why .item .right span {
  display: block;
}
.content .contractConsult .why .item .right span:first-child {
  font-size: 0.26rem;
  color: #181818;
  font-weight: 600;
}
.content .contractConsult .why .item .right span:last-child {
  font-size: 0.22rem;
  color: #5c5c5c;
}
.content .contractConsult .typeList {
  width: 100%;
  padding: 0.4rem 0.41rem;
  background-color: #f8fafc;
  margin-top: 0.35rem;
  box-sizing: border-box;
}
.content .contractConsult .typeList .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.content .contractConsult .typeList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 1.28rem;
}
.content .contractConsult .typeList .item:nth-child(5) {
  margin-bottom: 0.6rem;
}
.content .contractConsult .typeList .item img {
  width: 0.45rem;
  margin-bottom: 0.2rem;
}
.content .contractConsult .typeList .item span {
  font-size: 0.16rem;
  color: #5c5c5c;
  transform: scale(0.8);
  white-space: nowrap;
}
.content .contractConsult .material {
  padding: 0.35rem 0;
  margin-top: 0.32rem;
  width: calc(100% - 0.82rem);
  margin: 0 auto;
}
.content .contractConsult .material .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.content .contractConsult .material .list .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.content .contractConsult .material .list .item img {
  width: 0.54rem;
}
.content .contractConsult .material .list .item span.name {
  font-size: 0.2rem;
  color: #222d41;
  margin-top: 0.28rem;
}
.content .contractConsult .material .list .item span.name2 {
  font-size: 0.18rem;
  color: #b5b5b5;
  margin-top: 0.1rem;
}
.content .contractConsult .compare {
  padding: 0.5rem 0.41rem 0.42rem;
  box-sizing: border-box;
  text-align: center;
}
.content .contractConsult .compare img {
  width: 4.19rem;
  margin-top: 0.62rem;
}
.content .contractConsult .compare .list {
  margin-top: 0.64rem;
}
.content .contractConsult .compare .list .item {
  width: 100%;
  min-height: 1.12rem;
  background-color: #f8fafc;
  border-radius: 0.06rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 0.06rem;
  margin-bottom: 0.21rem;
  padding: 0.2rem 0;
  position: relative;
}
.content .contractConsult .compare .list .item p {
  font-size: 0.18rem;
  text-align: left;
  transform: scale(0.85);
  margin-left: -0.2rem;
}
.content .contractConsult .compare .list .item p:first-child {
  color: #f44444;
}
.content .contractConsult .compare .list .item p:last-child {
  color: #181818;
}
.content .contractConsult .compare .list .item .logo {
  display: inline-block;
  width: 0.34rem;
  height: 0.45rem;
  background-color: #ff9090;
  border-radius: 0rem 0rem 0.15rem 0.15rem;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.45rem;
  overflow: hidden;
  position: absolute;
  right: 0.25rem;
  top: 0;
}
.content .contractConsult .compare .list .desc {
  font-size: 0.18rem;
  color: #bbb9b9;
  margin-top: 0.4rem;
  transform: scale(0.9);
}
.content .contractConsult .compare2 {
  background-color: #f8fafc;
}
.content .contractConsult .compare2 .item {
  background-color: #fff !important;
}
.content .content-copy .copy-img {
  height: 6.2rem;
}
.content .content-copy .platform-div {
  display: flex;
  justify-content: space-around;
  padding-top: 0.2rem;
  box-sizing: border-box;
  height: 0.8rem;
  background: url(/img/footer/1234.png) no-repeat;
  background-size: 7.5rem 0.88rem;
}
.content .content-copy .platform-div .platfom-span {
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #E16200;
  line-height: 0.4rem;
}
.content .content-copy .platform-div .platfom-span:nth-child(1)::before {
  content: "";
  display: inline-block;
  margin-right: 0.15rem;
  position: relative;
  top: 9%;
  width: 0.33rem;
  height: 0.33rem;
  background: url(/img/footer/gh.png) no-repeat;
  background-size: 0.33rem;
}
.content .content-copy .platform-div .platfom-span:nth-child(2)::before {
  content: "";
  display: inline-block;
  margin-right: 0.15rem;
  position: relative;
  top: 4%;
  width: 0.4rem;
  height: 0.24rem;
  background: url(/img/footer/10.png) no-repeat;
  background-size: 0.4rem 0.24rem;
}
.content .content-copy .information {
  padding: 0.1rem 0rem 0.3rem 0.3rem;
  box-sizing: border-box;
}
.content .content-copy .information .information-span {
  width: 0.96rem;
  height: 0.65rem;
  font-size: 0.46rem;
  font-weight: 500;
  padding-right: 0.3rem;
  color: #E02520;
}
.content .content-copy .information .information-span i {
  font-size: 0.46rem;
  font-weight: 500;
  color: #E02520;
  font-style: normal;
}
.content .content-copy .information .information-h2 {
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
  font-size: 0.4rem;
  font-weight: 700;
  color: #222121;
  line-height: 0.59rem;
}
.content .content-copy .information .information-p {
  width: 6.93rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.37rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.content .content-copy .tet {
  height: 0.15rem;
  background: #F7F7F7;
}
.content .content-copy .choice {
  display: flex;
  height: 0.9rem;
  padding: 0.45rem 0.24rem 0 0.3rem;
  justify-content: space-between;
}
.content .content-copy .choice .choice-span {
  width: 0.78rem;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.37rem;
}
.content .content-copy .choice .choice-span2 {
  margin-right: 46%;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.37rem;
}
.content .content-copy .choice .choice-img {
  width: 0.3rem;
  height: 0.3rem;
}
.content .content-copy .mask {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}
.content .content-copy .mask .img-show {
  position: relative;
  top: 47%;
  left: 90%;
  width: 0.38rem;
  height: 0.38rem;
  z-index: 111;
}
.content .content-copy .mask .mask-popup {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  width: 7.5rem;
  height: 8.88rem;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0rem 0rem;
}
.content .content-copy .mask .mask-img {
  margin-top: 0.3rem;
  margin-left: 0.28rem;
  width: 2.6rem;
  height: 2.15rem;
}
.content .content-copy .mask h2 {
  margin-top: 0.31rem;
  margin-bottom: 0.14rem;
  width: 0.52rem;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #181818;
  line-height: 0.37rem;
}
.content .content-copy .mask .mask-type {
  margin-left: 0.28rem;
}
.content .content-copy .mask .mask-type .type-span {
  padding: 0.08rem 0.14rem;
  margin-right: 0.2rem;
  width: 2.2rem;
  height: 0.5rem;
  border: 0.01rem solid #7C7C7C;
}
.content .content-copy .mask .mask-type .type-span.on {
  width: 2.2rem;
  height: 0.5rem;
  color: #E02520;
  border: 0.01rem solid #E02520;
}
.content .content-copy .mask .mask-quantity {
  margin-top: 0.49rem;
  margin-left: 0.28rem;
}
.content .content-copy .mask .mask-quantity h2 {
  float: left;
}
.content .content-copy .mask .mask-quantity .quantity {
  display: flex;
  justify-content: space-between;
  margin-right: 7%;
  margin-top: 4%;
  float: right;
  width: 32%;
}
.content .content-copy .mask .mask-quantity .quantity .quantity-decrease {
  cursor: pointer;
  margin-top: 10%;
  width: 0.23rem;
  height: 0.05rem;
  border-right: 0.01rem solid #B5B5B5;
  background: url(/img/footer/j1.png) center no-repeat;
  background-size: 0.23rem 0.05rem;
}
.content .content-copy .mask .mask-quantity .quantity input {
  width: 0.9rem;
  height: 0.5rem;
  background: #F2F2F2;
  border-top: 0;
  border: 0 solid #F2F2F2;
  text-align: center;
  line-height: 0.32rem;
}
.content .content-copy .mask .mask-quantity .quantity .quantity-add {
  margin-top: 5%;
  width: 0.23rem;
  height: 0.23rem;
  background: url(/img/footer/j2.png) center no-repeat;
  background-size: 0.23rem;
  cursor: pointer;
}
.content .content-copy .turning-floor {
  padding: 0.4rem 0.3rem 0 0.3rem;
}
.content .content-copy .turning-floor img {
  width: 100%;
}
.content .content-copy .turning-floor ul {
  display: flex;
  flex-direction: column;
}
.content .content-copy .turning-floor ul .turning-floor-top {
  display: flex;
  justify-content: space-between;
}
.content .content-copy .turning-floor ul .turning-floor-top a {
  margin-right: 0.21rem;
  height: 0.23rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
}
.content .content-copy .turning-floor ul .turning-floor-top .right img {
  vertical-align: initial;
}
.content .content-copy .turning-floor ul li {
  height: 0.4rem;
  margin-bottom: 0.43rem;
}
.content .content-copy .turning-floor ul li .question-img1 {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.02rem;
}
.content .content-copy .turning-floor ul li .question-img2 {
  width: 0.14rem;
  height: 0.25rem;
  margin-top: 0.1rem;
}
.content .content-copy .turning-floor ul li .question-img3 {
  width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.05rem;
  margin-right: 0.2rem;
}
.content .content-copy .turning-floor ul li .question-spn1 {
  margin-top: 0.02rem;
  line-height: 0.4rem;
  height: 0.31rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #181818;
  margin-left: 0.2rem;
}
.content .content-copy .turning-floor ul li .question-spn2 {
  width: 4.33rem;
  height: 0.91rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #181818;
}
.content .content-copy .turning-floor ul li .question-spn3 {
  width: 4.33rem;
  height: 0.91rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #181818;
  margin-left: -0.06rem;
}
.content .content-copy .turning-floor ul li a {
  margin-right: 0.21rem;
  height: 0.23rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
}
.content .content-copy .trademark-type {
  padding-top: 0.28rem;
  padding-left: 0.3rem;
  padding-bottom: 0.25rem;
}
.content .content-copy .trademark-type h2 {
  margin-bottom: 0.21rem;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  line-height: 0.37rem;
}
.content .content-copy .trademark-type .trademark-ul {
  overflow-y: scroll;
  display: flex;
}
.content .content-copy .trademark-type .trademark-ul li {
  float: left;
  margin-right: 0.2rem;
  width: 3.5rem;
  height: 1.56rem;
  background: url(/img/footer/bgc22.png) no-repeat;
  background-size: 3.52rem 1.56rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-img {
  float: left;
  margin-top: 0.39rem;
  margin-left: 0.29rem;
  margin-right: 0.28rem;
  width: 0.57rem;
  height: 0.57rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-div {
  width: 3.52rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-div h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.19rem;
  margin-bottom: 2%;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #181818;
  line-height: 0.37rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4%;
  width: 2.1rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-div span {
  margin-left: 32%;
  margin-top: 0.1rem;
  width: 0.74rem;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #E02520;
  line-height: 0.25rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-div .tradem-dv {
  margin-left: 15%;
  display: inline-block;
  width: 0.6rem;
  height: 0.3rem;
  line-height: 0.25rem;
  text-align: center;
  background: #E02520;
  border-radius: 0.03rem;
}
.content .content-copy .trademark-type .trademark-ul li .trademark-div .tradem-dv i {
  font-style: normal;
  line-height: 0.2rem;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.content .content-copy .cont-p {
  margin-top: 0.38rem;
  margin-bottom: 0.43rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 0.3rem;
}
.content .content-copy .cont-p::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -22%;
  left: 3%;
  width: 45px;
  height: 1px;
  background: #979797;
}
.content .content-copy .cont-p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -24%;
  left: -3%;
  width: 45px;
  height: 1px;
  background: #979797;
}

.popular-services {
  margin-top: -0.8rem;
  padding: 0.14rem 0.3rem 1.5rem;
  height: 4.5rem;
  background: #F6F7FA;
}
.popular-services .popular h2 {
  height: 0.42rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #181818;
  line-height: 0.42rem;
  text-align: center;
}
.popular-services .popular h2::after {
  content: "";
  display: inline-block;
  margin-left: 0.14rem;
  width: 0.39rem;
  height: 0.13rem;
  background: url(/img/footer/title02.png) no-repeat;
  background-size: 0.39rem 0.13rem;
}
.popular-services .popular h2::before {
  content: "";
  display: inline-block;
  margin-right: 0.14rem;
  width: 0.4rem;
  height: 0.13rem;
  background: url(/img/footer/title01.png) no-repeat;
  background-size: 0.4rem 0.13rem;
}
.popular-services .popular p {
  margin-top: 0.16rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 0.3rem;
}
.popular-services .popular-con {
  width: 100%;
  overflow: scroll;
}
.popular-services .swiper {
  margin-top: 0.29rem;
  position: relative;
  width: 2.16rem;
  text-align: center;
}
.popular-services .swiper .swiper-wrapper {
  width: 2.16rem;
  height: 2.64rem;
}
.popular-services .swiper .swiper-wrapper .swiper-slide {
  margin-right: 0.2rem;
  padding: 0 0.17rem;
  float: left;
  position: relative;
  width: 2.16rem;
  height: 2.64rem;
  background: #fff;
  border-radius: 0.22rem;
  filter: blur(0rem);
}
.popular-services .swiper .swiper-wrapper .swiper-slide .slode-img {
  margin-top: 0.14rem;
  margin-bottom: 3%;
  width: 1.82rem;
  height: 1.36rem;
}
.popular-services .swiper .swiper-wrapper .swiper-slide .slide-span {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1%;
  left: 0%;
  width: 0.53rem;
  height: 0.38rem;
  background: url(/img/footer/bgc33.png) no-repeat;
  background-size: 0.53rem 0.38rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.28rem;
}
.popular-services .swiper .swiper-wrapper .swiper-slide .slode-span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2%;
  width: 0.52rem;
  height: 0.37rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 0.37rem;
}
.popular-services .swiper .swiper-wrapper .swiper-slide .slod-div {
  margin-left: 20%;
  width: 1.2rem;
  height: 0.38rem;
  font-size: 0.24rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.38rem;
  color: #FFFFFF;
  background: #E02520;
  border-radius: 0.05rem;
}
.popular-services .swiper-scrollbar {
  width: 1.2rem;
  height: 0.06rem;
  background-color: #E02520;
  background: #E2E7F3;
  position: relative;
  top: 10%;
  left: 44%;
}

.footer {
  height: 1.05rem;
  border: 0;
  box-shadow: 0 -2px 0.18rem 4px rgba(230, 230, 230, 0.5);
}
.footer .left {
  width: 40%;
  float: left;
  margin-right: 0.3rem;
}
.footer .left div {
  width: 33%;
  float: left;
  text-align: center;
}
.footer .left div img {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.2rem 0 0.1rem 0;
}
.footer .left div p {
  text-align: center;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.2rem;
}
.footer .left .closecollect {
  display: none;
}
.footer span {
  float: left;
  width: 25%;
  text-align: center;
  margin-top: 0.18rem;
  margin-right: 0.2rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  background: #ffecec;
  color: #FFFFFF;
  background: linear-gradient(90deg, #A2BCFF 0%, #7197F6 100%);
  border: 0px solid #000000;
  box-shadow: 0px 2px 9px 1px rgba(111, 142, 236, 0.4);
  border-radius: 32px;
}
.footer span:last-child {
  background: linear-gradient(90deg, #FFA29F 0%, #E02520 100%);
  color: #fff;
}/*# sourceMappingURL=servicedetail.css.map */