.fuwu-list {
  background-color: #f8f8f8;
  min-height: 100vh;
  margin: 0 -15px;
}
.fuwu-list .top-bg {
  width: 100%;
  padding-top: 363px;
  position: relative;
}
.fuwu-list .top-bg .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.fuwu-list .page-main {
  padding-bottom: 30px;
}
.fuwu-list .page-main .page-tab-head {
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.fuwu-list .page-main .page-tab-head .main-head {
  top: -60px;
  position: relative;
  background-color: #fff;
  padding: 27px 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
}
.fuwu-list .page-main .page-tab-head .main-head .logo-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuwu-list .page-main .page-tab-head .main-head .logo-box .logo {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.fuwu-list .page-main .page-tab-head .main-head .text-box {
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fuwu-list .page-main .page-tab-head .main-head .text-box .text-title {
  font-size: 16px;
  color: #000;
}
.fuwu-list .page-main .page-tab-head .main-head .text-box .text-des {
  margin-top: 18px;
  font-size: 12px;
  color: #656565;
  line-height: 1.8;
}
.fuwu-list .page-main .page-tab-head .tab-title {
  font-size: 18px;
  color: #000;
  text-align: center;
  position: relative;
  top: -30px;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box {
  overflow: hidden;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-y: scroll;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list::-webkit-scrollbar {
  display: none;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list .nav-list-item {
  padding-right: 33px;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list .nav-list-item:last-child {
  padding-right: 0;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list .nav-list-item.active .item-text {
  color: #DD191F;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list .nav-list-item.active .item-text:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: #DD191F;
  bottom: 0;
}
.fuwu-list .page-main .page-tab-head .tab-nav-box .nav-list .nav-list-item .item-text {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}
.fuwu-list .page-main .tab-body {
  padding: 30px 15px;
}
.fuwu-list .page-main .tab-body .swiper-slide {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.fuwu-list .page-main .tab-body .swiper-slide .card-item {
  width: 100%;
  padding: 25px 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.fuwu-list .page-main .tab-body .swiper-slide .card-item:last-child {
  margin-bottom: 0;
}
.fuwu-list .page-main .tab-body .swiper-slide .card-item .item-title {
  font-size: 16px;
  color: #000;
}
.fuwu-list .page-main .tab-body .swiper-slide .card-item .des {
  margin: 20px 0 !important;
  font-size: 12px;
  color: #999;
}
.fuwu-list .page-main .tab-body .swiper-slide .card-item .btn {
  border: 1px solid #DD191F;
  color: #E52129;
  font-size: 12px;
  padding: 12px 33px;
  border-radius: 2000px;
}
.fuwu-list .page-main .tab-body .swiper-slide .card-item .btn:active {
  color: #fff;
  background-color: #DD191F;
}
.list-box {
  position: fixed;
  right: 15px;
  bottom: 15%;
  background-color: #fff;
  /*border: 1px solid #F0F3F4;*/
  border-radius: 4px;
  z-index: 10;
  display: block;
  text-align: center;
  color: #000;
}
.list-box .back-index {
  padding: 5px;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.list-box .back-index:hover, .list-box .back-top:hover {
  background-color: #E62129;
  color: #fff;
  border: 1px solid #E62129;
}
.list-box .back-top {
  border-top: 1px solid #eee;
  padding: 5px;
  cursor: pointer;
  display: none;
}
