/* ---------------------------- */
/* 公共代码 */
/* ---------------------------- */
/* 公共代码 */
body {
  color: #333;
}
html,
body,
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr0 {
  margin-right: 0 !important;
}
/* 块标题 */
.section-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-title:after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  content: ' ';
  border-bottom: 1px solid #ccc;
}
.section-title h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.footer {
  background-color: #eee;
}
.hide-in-wap {
  display: none;
}
body {
  font-size: 14px;
}
.section {
  margin: .1rem 0;
}
.section-title {
  margin: .6rem auto .3rem;
}
/* ---------------------------- */
/* 公共头部 */
/* ---------------------------- */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: .16rem .36rem;
}
/* 左侧logo */
.header-logo {
  width: 2.32rem;
  height: .56rem;
}
/* 右侧折叠图标 */
.header-icon {
  height: 0.34rem;
}
/* 中间导航 */
.header-nav {
  position: absolute;
  z-index: 99;
  top: 0.88rem;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  flex-direction: column;
  background-color: #fff;
}
.header-nav a {
  display: flex;
  align-items: center;
  height: 1rem;
  padding-left: 0.5rem;
  padding-left: 0.9rem;
  color: #666;
  background-repeat: no-repeat;
  background-position: 0.4rem;
  background-size: 0.4rem;
  line-height: 1rem;
}
.header-nav .active {
  color: #333;
  border-left: 2px solid #fd8512;
  background-color: #fd851233;
}
.header-nav li:nth-child(1) a {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu.png);
}
.header-nav li:nth-child(1) a.active {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu_light.png);
}
.header-nav li:nth-child(2) a {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu2.png);
}
.header-nav li:nth-child(2) a.active {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu2_light.png);
}
.header-nav li:nth-child(3) a {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu5.png);
}
.header-nav li:nth-child(3) a.active {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu5_light.png);
}
.header-nav li:nth-child(4) a {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu4.png);
}
.header-nav li:nth-child(4) a.active {
  background-image: url(http://anli.kaibaidu.com/yl367/pc/images/nav/zu4_light.png);
}
.header-nav img {
  height: 0.38rem;
  margin-right: 0.2rem;
}
/* ---------------------------- */
/* banner */
/* ---------------------------- */
.banner {
  height: 2.8rem;
  text-align: center;
  color: #fff;
}
.banner a {
  color: inherit;
}
.comment-content .swiper-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.comment-content .swiper-slide {
  height: 6rem;
}
.swiper-slide p {
  padding-top: 0.4rem;
  letter-spacing: .04rem;
  font-size: 0.32rem;
}
.swiper-slide a {
  position: absolute;
  bottom: 0.44rem;
  left: 50%;
  width: 4rem;
  height: 0.6rem;
  margin-left: -2rem;
  text-align: center;
  border-radius: 4px;
  background-color: #1e88f6;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.swiper-slide a img {
  height: 0.2rem;
  font-size: 0.24rem;
}
/* ---------------------------- */
/* 公共底部 */
/* ---------------------------- */
.footer {
  text-align: center;
}
.footer-time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0 .4rem 0;
  border-bottom: 1px solid #ccc;
}
.footer-time img {
  height: .74rem;
  margin-bottom: 0.2rem;
}
.footer-time-left, .footer-time-right {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-time-left {
  margin-right: 0.6rem;
  padding-right: 0.5rem;
  border-right: 1px solid #ccc;
}
.footer-code {
  display: flex;
  flex-direction: column;
  padding: .4rem 0 .6rem 0;
  line-height: 0.48rem;
  position: relative;
}
.footer-code .jianguan{
  position: absolute;
  width: 0.6rem;
  right: 0.6rem;
  top: 0.6rem;
}
/* --------------------- */
/* 优质工程师 */
/* --------------------- */
.engineer {
  padding: 0 .64rem;
}
.engineer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.engineer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.72rem;
  margin-bottom: 0.24rem;
  background: no-repeat center / cover;
}
.engineer-item-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  text-align: center;
  color: #fff;
  border: 3px solid transparent;
  outline: 1px solid rgba(0, 0, 0, .5);
  background: rgba(0, 0, 0, .5) padding-box;
}
/* ---------------------------- */
/* 品质保证 */
/* ---------------------------- */
.time {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 2.32rem;
  text-align: center;
  color: #fff;
  background: no-repeat center / cover;
}
.promise {
  position: relative;
  width: 7.5rem;
  height: 2.32rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 220% 100%;
}
.promise-txt, .time-txt {
  font-size: .56rem;
  line-height: .8rem;
}
.promise-btn, .time-btn {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  display: inline-block;
  min-width: 4.4rem;
  height: .64rem;
  margin-top: .16rem;
  margin-left: -2.2rem;
  padding: 0 0.2rem;
  vertical-align: middle;
  border-radius: .08rem;
  background-color: #ffcc01;
  background-color: #1e88f6;
  box-shadow: 0 .04rem .08rem rgba(0, 0, 0, .16);
  line-height: .64rem;
}
.promise-btn img, .time-btn img {
  height: .3rem;
  margin-right: .1rem;
  vertical-align: sub;
}
/* ---------------------------- */
/* 品质保证 */
/* ---------------------------- */
.time-txt {
  font-size: 0.36rem;
}
/*首页*/
/* --------------------- */
/* 服务范围 */
/* --------------------- */
.indexPage .service {
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.indexPage .service-cate {
  margin-bottom: 0.3rem;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0.4rem rgba(0, 0, 0, 0.1);
}
/* 一级分类 */
.indexPage .cate-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0 0.3rem;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.indexPage .cate-header img {
  display: inline-block;
  height: 0.6rem;
  margin-right: 0.3rem;
}
/* 二级分类 */
.indexPage .cate-body {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0.3rem;
}
.indexPage .cate-item {
  /* float: left; */
  position: relative;
  width: 1.65rem;
  padding-top: 0.3rem;
  text-align: center;
}
.indexPage .cate-item:nth-child(4n) {
  margin-right: 0;
}
.indexPage .cate-item-img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.04rem;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6rem;
}
.indexPage .cate-item-txt {
  display: grid;
  margin-top: 0.16rem;
  line-height: 0.4rem;
}
/* --------------------- */
/* 专业技术 */
/* --------------------- */
.indexPage .professional {
  height: 3rem;
  margin: 0.6rem 0;
  background: no-repeat center / cover;
}
.indexPage .professional > .section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0.32rem;
}
/* 说明文字 */
.indexPage .professional-txt {
  width: 5rem;
  text-shadow: 0px 2px 10px rgba(255, 255, 255, 1);
  font-size: 0.44rem;
  line-height: 1.3;
}
/* 电话按钮 */
.indexPage .professional-btn {
  display: inline-block;
  height: 0.5rem;
  margin-top: 1em;
  padding: 0.1rem 0.2rem;
  color: #fff;
  background-color: #1e88f6;
  font-size: 0.24rem;
  line-height: 0.5rem;
}
/* --------------------- */
/* 平台保障 */
/* --------------------- */
.indexPage .guarantee {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 2.66rem;
  margin: 0.6rem 0;
  padding: 0 0.32rem;
}
.indexPage .guarantee-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 2.08rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
}
.indexPage .guarantee-item-img {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 0.58rem;
  background: no-repeat center / cover;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.indexPage .guarantee-item-txt {
  position: relative;
  display: block;
  margin-top: 0.44rem;
  font-size: 0.28rem;
  line-height: 1.5;
}
.indexPage .guarantee-item-txt:after {
  position: relative;
  top: -.55rem;
  right: 0;
  left: 0;
  display: block;
  width: 3em;
  height: 0.06rem;
  margin: auto;
  content: ' ';
  border-radius: 2px;
  background-color: #ffcc01;
}
/* --------------------- */
/* 评价信息 */
/* --------------------- */
.indexPage .comment {
  padding: 0 .32rem;
}
.indexPage .comment-item {
  margin-bottom: 0.32rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.indexPage .comment-item .comment-userinfo {
  width: 100%;
  background-color: #1e88f6;
}
.indexPage .comment-item:nth-child(2n) .comment-userinfo {
  background-color: #ffcc01;
}
.indexPage .comment-item:nth-child(2n) .comment-userinfo .comment-star {
  background-image: url(http://anli.kaibaidu.com/yl367/images/common/star_gray.png);
}
/* 上面的用户信息 */
.indexPage .comment-userinfo {
  padding: .4rem .6rem;
}
.indexPage .comment-userinfo-img {
  width: 1.52rem;
  height: 1.52rem;
  margin-right: .4rem;
  margin-left: .4rem;
  vertical-align: middle;
  border-radius: .8rem;
  background-color: #f5f5f5;
}
.indexPage .comment-userinfo-name {
  position: relative;
  display: inline-block;
  height: .88rem;
  vertical-align: middle;
  color: #fff;
}
/* 评价星级 */
.indexPage .comment-star {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .36rem;
  background: url(http://anli.kaibaidu.com/yl367/images/common/star_light.png) left 0 bottom 0 / .36rem .36rem repeat-x;
}
/* 下面的评价信息 */
.indexPage .comment-body {
  padding: .34rem .4rem .6rem;
  color: #666;
  line-height: 2;
}
/* 评价图片 */
.indexPage .comment-body-img {
  overflow: hidden;
  overflow-x: auto;
  margin-top: .2rem;
  white-space: nowrap;
  font-size: 0;
}
.indexPage .comment-body-img img {
  width: 1.32rem;
  height: 1.32rem;
  margin-right: .4rem;
}
/* 提示 */
.indexPage .comment-footer {
  margin: .5rem 0;
  text-align: center;
  color: #999;
  font-size: .24rem;
  line-height: .34rem;
}
/*首页end*/
/* 服务保障 */
.servicePage .section {
  padding: .16rem .36rem;
}
/* ---------------------------- */
/* 服务保障 */
/* ---------------------------- */
.servicePage .guarantee-content {
  display: flex;
  justify-content: space-between;
}
.servicePage .guarantee-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 2.12rem;
  height: 2.56rem;
  padding: 0 0.21rem;
  color: #fff;
  border-radius: 16px;
  background-color: #999;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
  font-size: 0.24rem;
}
.servicePage .guarantee-item .guarantee-item-img {
  display: block !important;
  width: 0.8rem;
  height: 0.72rem;
  margin-bottom: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.servicePage .guarantee-item:nth-child(2) {
  background-color: #666;
}
/* ---------------------------- */
/* 预约框 */
/* ---------------------------- */
.servicePage .reserve {
  display: grid;
  margin: 0 0.16rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  grid-template-rows: 1.2rem 2.76rem;
  grid-template-columns: 1fr 1fr;
}
.servicePage .reserve > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.servicePage .reserve-sm {
  color: #1e88f6;
  font-size: 0.32rem;
}
.servicePage .reserve-sm:first-child {
  border-right: 1px solid #eee;
}
.servicePage .reserve-sm span {
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.24rem;
}
.servicePage .reserve-lg {
  padding: 0.32rem;
  text-align: center;
  background: no-repeat center / cover;
  font-size: 0.32rem;
  grid-area: 2/1/3/3;
}
.servicePage .reserve-lg .btn-consultation,
.servicePage .reserve-lg .btn-appointment,
.servicePage .reserve-lg .next-line-text {
  display: none;
}
.servicePage .reserve-lg span {
  align-items: center;
  margin-top: 0.1rem;
  color: #1e88f6;
  font-weight: bold;
}
.servicePage .reserve-lg span img {
  height: 0.4rem;
  margin-right: 0.2rem;
}
.servicePage .reserve-lg .next-rx-text {
  padding-bottom: 0.2rem;
}
/* ---------------------------- */
/* 规范化服务标准 */
/* ---------------------------- */
.servicePage .normalize {
  padding: 0 0.32rem;
}
.servicePage .normalize-content {
  justify-content: space-around;
  text-align: center;
  font-size: 0;
}
.servicePage .normalize-item {
  display: inline-block;
  margin: 0.3rem;
  margin-left: 0;
}
.servicePage .normalize-item:nth-child(3n) {
  margin-right: 0;
}
.servicePage .normalize-item-img {
  width: 2.08rem;
  height: 1.76rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
}
.servicePage .normalize-item-txt {
  margin-top: 0.32rem;
  text-align: center;
  font-size: 0.24rem;
}
/* ---------j------------------ */
/* 平台监管 */
/* ---------------------------- */
.servicePage .watching-item {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.servicePage .watching-item {
  display: flex;
}
.servicePage .watching-item:last-child {
  flex-direction: row-reverse;
}
.servicePage .watching-item-img {
  width: 50%;
  height: 2rem;
}
.servicePage .watching-item-txt {
  width: 50%;
  text-align: center;
  line-height: 2rem;
}
/* 服务保障 */
/*list*/
.listPage .content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 0 !important;
  padding: 0 0.32rem;
}
/* 文章列表 */
.listPage .article-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
  padding: 0.36rem 0.32rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.listPage .article-item img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.32rem;
}
.listPage .article-item-title {
  font-weight: bold;
}
.listPage .article-item-content {
  overflow: hidden;
  height: 1.38rem;
  margin-top: 0.32rem;
  color: #666;
  line-height: 0.46rem;
}
/* 导航 */
/* 预约框 */
.listPage .reserve {
  display: grid;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  grid-template-rows: 1.2rem 2.76rem;
  grid-template-columns: 1fr 1fr;
}
.listPage .reserve > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.listPage .reserve-sm {
  color: #1e88f6;
  font-size: 0.32rem;
}
.listPage .reserve-sm:first-child {
  border-right: 1px solid #eee;
}
.listPage .reserve-sm span {
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.24rem;
}
.listPage .reserve-lg {
  padding: 0.32rem;
  text-align: center;
  background: no-repeat center / cover;
  font-size: 0.32rem;
  grid-area: 2/1/3/3;
}
.listPage .reserve-lg .next-rx-text {
  padding-top: 0.4rem;
  padding-bottom: 0.1rem;
  font-size: 0.26rem;
}
.listPage .reserve-lg span {
  align-items: center;
  color: #1e88f6;
  font-weight: bold;
}
.listPage .reserve-lg span img {
  height: 0.4rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
/**list end/

/*详情*/
/* ---------------------------- */
/* 文章详情 */
/* ---------------------------- */
.detailPage .article {
  padding: 0 0.32rem;
}
.detailPage .article-title {
  margin-bottom: 0.32rem;
  text-align: center;
  font-size: 0.32rem;
}
.detailPage .article-content {
  color: #666;
  font-size: 0.28rem;
  line-height: 0.48rem;
}
.detailPage .article img {
  max-width: 100% !important;
  height: auto !important;
}
/* ################################# */
/* 实时订单 */
/* ################################# */
.detailPage .table {
  font-size: 0.28rem;
  line-height: 0.8rem;
}
.detailPage .table .tr {
  display: flex;
  justify-content: space-around;
}
.detailPage .table .tr .td {
  flex: 1 1 33.33%;
  text-align: center;
}
.detailPage .th:nth-child(3),
.detailPage .td:nth-child(3) {
  display: none !important;
}
.detailPage .thead {
  border-bottom: none;
}
.detailPage .thead .tr {
  margin-top: 0.8rem;
  padding-top: 0.24rem;
  background-color: #1e88f6;
}
.detailPage .thead .tr .th {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.detailPage .tbody {
  overflow: hidden;
  height: 6rem;
  border: 1px solid #ccc;
}
.detailPage .tbody .tr {
  border-bottom: 1px solid #eee;
}
/* ################################# */
/* 实时订单 */
/* ################################# */
.detailPage .flow {
  padding: 0 0.32rem;
}
.detailPage .flow .section-content {
  display: grid;
  align-items: center;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1rem;
}
.detailPage .flow-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0;
  flex-direction: column;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
/* 链接线 */
.detailPage .flow-item::after {
  position: absolute;
  z-index: 2;
  top: 0.7rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.36rem;
  content: " ";
  background: url(http://anli.kaibaidu.com/yl367/images/common/arrow.png) center / cover no-repeat;
}
.detailPage section.promise {
  display: none;
}
.detailPage .flow-item:nth-child(3):after {
  top: auto;
  right: 0;
  bottom: -0.6rem;
  left: 0;
  width: 0.36rem;
  height: 0.4rem;
  margin: auto;
  background: url(http://anli.kaibaidu.com/yl367/images/common/arrow_bottom.png) center / cover no-repeat;
}
.detailPage .flow-item:nth-child(4) {
  order: 2;
  justify-self: end;
}
.detailPage .flow-item:nth-child(4):after,
.detailPage .flow-item:nth-child(5):after {
  right: auto;
  left: -0.2rem;
  background: url(http://anli.kaibaidu.com/yl367/images/common/arrow_right.png) center / cover no-repeat;
}
.detailPage .flow-item:nth-child(5) {
  order: 1;
}
.detailPage .flow-item:last-child:after {
  display: none;
}
/* 渲染顺序 */
.detailPage .flow-item-img {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.72rem;
}
.detailPage .flow-item-num {
  margin: 0.2rem auto;
  color: #fbbf06;
  font-size: 0.48rem;
}
.detailPage .flow-item-txt {
  order: 1;
}
/* ################################# */
/* 实时订单 */
/* ################################# */
.detailPage .explain {
  padding: 0 0.32rem;
}
.detailPage .explain-content {
  display: flex;
}
.detailPage .explain-content-img {
  width: 2.62rem;
  min-width: 2.62rem;
  height: 3.3rem;
  margin-right: 0.3rem;
}
.detailPage .explain-content-txt {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.detailPage .explain-content-txt p {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  height: 0.68rem;
}
.detailPage .explain-content-txt span {
  margin-right: 0.1rem;
  padding: 0 0.04rem;
  color: #fff;
  background-color: #1e88f6;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
/*详情end*/