@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 {
  width: 7.5rem;
  height: 3.75rem;
  background: url(https://86sbxcx.oss-cn-shanghai.aliyuncs.com/trademark_xcx/service-bg1.png) no-repeat;
  background-size: 7.5rem 3.75rem;
  padding: 0;
}
.header .header-tilte {
  font-weight: bold;
  font-size: 0.46rem;
  color: #FFE5E5;
}
.header .subtitle {
  margin-top: 0.15rem;
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.header .subtitle::before {
  content: "";
  display: inline-block;
  width: 0.43rem;
  height: 0.15rem;
  background: url(https://86sbxcx.oss-cn-shanghai.aliyuncs.com/trademark_xcx/icon-left.png) no-repeat;
  background-size: 0.43rem 0.15rem;
  margin-right: 0.2rem;
}
.header .subtitle::after {
  content: "";
  display: inline-block;
  width: 0.43rem;
  height: 0.15rem;
  background: url(https://86sbxcx.oss-cn-shanghai.aliyuncs.com/trademark_xcx/icon-right.png) no-repeat;
  background-size: 0.43rem 0.15rem;
  margin-left: 0.2rem;
}
.header .header-div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0.2rem;
}
.header .trademarks-zc {
  position: absolute;
  left: 40%;
  margin: 0 auto;
  height: 0.4rem;
  font-size: 0.35rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.header img {
  width: 4.16rem;
  height: 0.34rem;
  margin-top: 0.27rem;
  margin-left: 0.3rem;
}
.header .back {
  margin-left: 0.1rem;
  margin-top: 1rem;
  margin-bottom: 0.62rem;
  display: flex;
  flex-direction: column;
}
.header .back .back-inpt-dv {
  display: flex;
}
.header .back .back-inpt {
  padding-left: 0.2rem;
  box-sizing: border-box;
  width: 3.98rem;
  height: 0.7rem;
  background: #FFFFFF;
  border-top-left-radius: 0.05rem;
  border-bottom-left-radius: 0.05rem;
  color: #AFAFAF;
  font-size: 0.24rem;
  border: #fff;
}
.header .back span {
  width: 2.92rem;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  background: #E02520;
  border-radius: 0rem 0.05rem 0.05rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
}

.service {
  height: auto;
  overflow: hidden;
  margin-top: 0.3rem;
}
.service li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.service li img {
  height: 0.78rem;
  width: auto;
}
.service li p {
  text-align: center;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.64rem;
  font-weight: 500;
  color: #181818;
}

.content {
  height: auto;
  overflow: hidden;
  width: 7rem;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
.content .title {
  margin-left: 0.1rem;
  font-size: 0.32rem;
  color: #080808;
  line-height: 0.92rem;
}
.content .title::before {
  content: "";
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.05rem;
  height: 0.26rem;
  background: linear-gradient(180deg, #FF6D48 0%, #E42628 100%);
}
.content .servicelist {
  height: auto;
  overflow: hidden;
}
.content .servicelist a {
  display: block;
  width: 3.4rem;
  height: 3.2rem;
  float: left;
}
.content .servicelist a:nth-child(1) {
  background: url("/img/footer/service05.png") no-repeat center center;
  background-size: 3.28rem 1.7rem;
  margin-left: 0;
  margin-bottom: 0.2rem;
  height: 1.7rem;
}
.content .servicelist a:nth-child(1) .name {
  color: #7d5c57;
  margin-top: 0.34rem;
  line-height: 0.44rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(1) .price {
  color: #7d5c57;
  font-size: 0.2rem;
  line-height: 0.38rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(2) {
  background: url("/img/footer/service06.png") no-repeat center center;
  background-size: 3.28rem 1.7rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  height: 1.7rem;
}
.content .servicelist a:nth-child(2) .name {
  color: #6d6c63;
  margin-top: 0.34rem;
  line-height: 0.44rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(2) .price {
  color: #8f8a6f;
  font-size: 0.2rem;
  line-height: 0.38rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(3) {
  background: url("/img/service07.png") no-repeat center center;
  background-size: 3.28rem 1.7rem;
  margin-left: 0;
  margin-bottom: 0;
  height: 1.7rem;
}
.content .servicelist a:nth-child(3) .name {
  color: #6a7886;
  margin-top: 0.34rem;
  line-height: 0.44rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(3) .price {
  color: #7b90a2;
  font-size: 0.2rem;
  line-height: 0.38rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(4) {
  background: url("/img/service08.png") no-repeat center center;
  background-size: 3.28rem 1.7rem;
  margin-left: 0.2rem;
  margin-bottom: 0;
  height: 1.7rem;
}
.content .servicelist a:nth-child(4) .name {
  color: #3f6a8e;
  margin-top: 0.34rem;
  line-height: 0.44rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(4) .price {
  color: #94bbdc;
  font-size: 0.2rem;
  line-height: 0.38rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(5) {
  background: url("/img/service09.png") no-repeat center center;
  background-size: 3.28rem 1.7rem;
  margin-left: 0.2rem;
  margin-bottom: 0;
  height: 1.7rem;
}
.content .servicelist a:nth-child(5) .name {
  color: #7d6d65;
  margin-top: 0.34rem;
  line-height: 0.44rem;
  text-indent: 0.3rem;
}
.content .servicelist a:nth-child(5) .price {
  color: #a78d80;
  font-size: 0.2rem;
  line-height: 0.38rem;
  text-indent: 0.3rem;
}
.content .recion-dv ul {
  text-align: center;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.content .recion-dv ul:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .recion-dv ul li {
  margin-right: 0.25rem;
}
.content .recion-dv ul li img {
  width: 0.4rem;
  height: 0.4rem;
}
.content .recion-dv ul li p {
  margin-top: 0.33rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
}
.content .recion-dv ul li:nth-child(1) {
  margin-right: 0.48rem;
}
.content .recion-dv ul li:nth-child(4) {
  margin-right: 0rem;
}

.category-dv {
  margin-bottom: 0.2rem;
  background: #F8F9FC;
}
.category-dv h2 {
  padding-top: 0.28rem;
  height: 0.42rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #181818;
  text-align: center;
  line-height: 0.42rem;
}
.category-dv .news .title {
  width: 2.1rem;
  height: 7.52rem;
  background: #F8F8F8;
  float: left;
}
.category-dv .news .title:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.category-dv .news .title .navlist {
  box-sizing: border-box;
  float: left;
}
.category-dv .news .title .navlist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.category-dv .news .title .navlist li {
  padding-left: 0.29rem;
  width: 2.1rem;
  height: 0.94rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
  float: left;
  line-height: 0.94rem;
}
.category-dv .news .title .navlist li.active {
  font-size: 0.28rem;
  color: #FFFFFF;
  font-weight: 700;
  width: 76%;
  height: 100%;
  background: url(/img/footer/hover.png);
  background-size: 100%;
}
.category-dv .newslist {
  display: none;
  margin-top: 0.16rem;
  background-color: #fff;
}
.category-dv .newslist.active {
  display: block;
}
.category-dv .newslist li .title-dv {
  display: flex;
  flex-direction: column;
  height: 7.52rem;
  position: relative;
}
.category-dv .newslist li .title-dv .navtitle {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.3rem;
  box-sizing: border-box;
}
.category-dv .newslist li .title-dv .navtitle .navli {
  font-size: 0.28rem;
  font-weight: 500;
  color: #181818;
  line-height: 0.4rem;
}
.category-dv .newslist li .title-dv .navtitle .navli.nav {
  color: #E02520;
}
.category-dv .newslist li .title-dv .navtitle .navli.nav::after {
  content: "";
  display: block;
  margin-top: 0.11rem;
  margin-left: 0.41rem;
  width: 0.31rem;
  height: 0.01rem;
  border: 0.02rem solid;
  background: #E02520;
}
.category-dv .newslist li .title-dv .titie-list {
  display: none;
  margin-left: 0.35rem;
}
.category-dv .newslist li .title-dv .titie-list.nav {
  display: block;
}
.category-dv .newslist li .title-dv .titie-list .list-li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 0.24rem;
  width: 2.2rem;
  color: #666666;
  background: #FFFFFF;
  text-align: center;
  border-radius: 0.05rem;
  border: 0.01rem solid #EEEEEE;
  padding: 0.05rem;
  box-sizing: border-box;
}
.category-dv .newslist li .title-dv .titie-list .list-li:nth-child(2n) {
  margin-right: 0;
}
.category-dv .newslist li .title-dv .list-get {
  position: absolute;
  bottom: -0.7rem;
  left: 0.6rem;
  width: 4rem;
  font-size: 0.28rem;
  color: #FFFFFF;
  text-align: center;
  background: linear-gradient(90deg, #FFA786 0%, #E02520 100%);
  border-radius: 0.05rem;
  padding: 0.2rem;
  box-sizing: border-box;
}

.service-i {
  margin-top: 0.9rem;
  background-color: #fff;
  position: relative;
}
.service-i .service-list {
  overflow: scroll;
  width: 7.5rem;
  height: 1rem;
  background: url(/img/footer/006.png) no-repeat;
  background-size: 7.5rem 1.4rem;
}
.service-i .service-list:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.service-i .service-list .servicelist {
  padding-top: 0.4rem;
  padding-left: 0.39rem;
  display: flex;
}
.service-i .service-list .servicelist li {
  margin-right: 0.4rem;
  height: 0.31rem;
  font-size: 0.28rem;
  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-i .service-list .servicelist li.show {
  height: 0.31rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #E02520;
}
.service-i .service-list li.show::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 0.03rem;
  position: relative;
  top: 0.2rem;
  left: 0;
  right: 0;
  background-color: #f44444;
  border-radius: 0.2rem;
}
.service-i .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: 1.56rem;
  height: 0.7rem;
}
.service-i .servic {
  background-color: #fff;
  padding: 0.16rem 0.3rem 0rem 0.3rem;
  display: none;
  margin-top: -0.3rem;
}
.service-i .servic.show {
  display: block;
}
.service-i .servic .serivc-li {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
.service-i .servic li img {
  margin-right: 0.2rem;
  width: 2.06rem;
  height: 1.7rem;
  position: relative;
}
.service-i .servic li .serv-ul .ul-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-i .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-i .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;
  margin: 0.3rem 0;
}
.service-i .servic li .serv-ul .ul-li:nth-child(3) span {
  font-size: 0.3rem;
  font-weight: 600;
  color: #E02520;
}
.service-i .servic li .serv-ul .ul-li:nth-child(3) button {
  padding: 0 0.2rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #E02520;
  background: #FFFFFF;
  border: 0.01rem solid #E02520;
  border-radius: 0.24rem;
}
.service-i .servic .serivc-li::after {
  content: "";
  display: block;
  width: 6.9rem;
  height: 0.01rem;
  border: 0px solid #EEEEEE;
  background-color: #EEEEEE;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}/*# sourceMappingURL=service.css.map */