body {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "Microsoft YaHei" !important;
  background: #F5F5F5;
}

#digitalCommune {
  width: 100%;
  height: 100%;
}

img {
  object-fit: cover;
}

.public-cursor {
  cursor: pointer;
}

.digitalCommune-header {
  height: 160px;
  background-color: #fff;
}

.digitalCommune-header .header-search-box {
  display: flex;
  align-items: center;
  width: 1190px;
  height: 110px;
  margin: 0 auto;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.digitalCommune-header .header-search-box .header-log {
  width: 206px;
  height: 76px;
  margin-right: 128px;
}

.digitalCommune-header .header-search-box .header-search-input-box {
  position: relative;
  width: 630px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #ff7000;
}

.digitalCommune-header .header-search-box .header-search-input-box .search-input {
  width: 530px;
  height: 40px;
  line-height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-right: none;
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  text-align: left;
  font-style: normal;
}

.digitalCommune-header .header-search-box .header-search-input-box .search-input-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  background: #ff7000;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-style: normal;
}

.digitalCommune-header .header-tabs-box {
  display: flex;
  align-items: center;
  width: 1190px;
  height: 50px;
  margin: 0 auto;
}

.digitalCommune-header .header-tabs-box .header-tab {
  height: 32px;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-right: 8px;
}

.digitalCommune-header .header-tabs-box .is-active {
  color: #ffffff;
  background-color: #ff7000;
}

.digitalCommune-main-home .home-poster-main .home-poster-banner {
  width: 100%;
  height: 480px;
}

.digitalCommune-main-home .home-poster-main .home-poster-box {
  width: 1190px;
  height: 1320px;
  margin: 0 auto 0;
  padding: 0 0 80px 0;
}

.digitalCommune-main-home .home-poster-main .home-poster-box .home-poster-img {
  width: 100%;
  height: 100%;
}

.digitalCommune-main-home .home-poster-main .home-poster-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1190px;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://hmd-mall-product.homedo.com/913c264f-2a05-40b5-b326-529a0f72bbc2_b70223e1-70c0-40e5-8550-c398180f38ba.png);
}

.digitalCommune-main-home .home-poster-main .home-poster-btn-box .home-poster-btn {
  width: 160px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//image01.homedo.com/Files/Images/cms/www/20260511/4850354429951936326_pic1.png);
  transform-origin: center center;
  animation: homePosterBtnBreath 2s ease-in-out infinite;
}

.digitalCommune-main-home .home-poster-main .home-poster-btn-box .home-poster-btn:hover {
  animation-play-state: paused;
  transform: scale(1.1);
}

.digitalCommune-main-home .home-poster-main .home-poster-btn-box-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}

.digitalCommune-main-home .home-poster-main .home-poster-btn-placeholder {
  height: 80px;
}

.digitalCommune-main-home .home-main {
  width: 1190px;
  margin: 20px auto 0;
}

.digitalCommune-main-home .home-main .home-main-classification-box {
  display: flex;
  justify-content: space-between;
  width: 1190px;
  height: 404px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-wrap {
  width: 320px;
  height: 404px;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 0 20px 32px;
  box-sizing: border-box;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box {
  width: 280px;
  height: 364px;
  padding-right: 5px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 3px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box::-webkit-scrollbar-track {
  background: transparent;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box .classification-nav-item {
  min-height: 50px;
  padding: 0 0 24px 0;
  box-sizing: border-box;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box .classification-nav-item .tab-first-level {
  font-weight: bold;
  font-size: 16px;
  color: #2e5685;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box .classification-nav-item .tab-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}

.digitalCommune-main-home .home-main .home-main-classification-box .classification-nav-box .classification-nav-item .tab-secondary span:hover {
  color: #2E5685;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box {
  position: relative;
  width: 854px;
  height: 404px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  border-radius: 16px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .swiper-pagination {
  display: flex;
  gap: 0 8px;
  left: 48px;
  bottom: 24px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .swiper-pagination-bullet-active {
  width: 20px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .swiper-button-next {
  background-image: url(//image01.homedo.com/Files/Images/cms/www/20260302/4760760099751514224_pic1.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 0;
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .swiper-button-prev {
  background-image: url(//image01.homedo.com/Files/Images/cms/www/20260302/5171537929415056536_pic1.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 0;
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box:hover .displaynone {
  display: block;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .displaynone {
  display: none;
}

.digitalCommune-main-home .home-main .home-main-classification-box .Swiper-box .displaynone:hover {
  background: rgba(0, 0, 0, 0.2);
}

.digitalCommune-main-home .home-main .home-main-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1190px;
  height: 26px;
  margin: 32px auto 24px;
}

.digitalCommune-main-home .home-main .home-main-title-box .title-img {
  width: 110px;
  height: 26px;
}

.digitalCommune-main-home .home-main .home-main-title-box .title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  font-weight: 500;
  font-size: 16px;
  color: #2e5685;
  line-height: 25px;
  text-align: right;
  font-style: normal;
}

.digitalCommune-main-home .home-main .home-main-title-box .title-more .title-more-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

.home-main-shop-box {
  display: flex;
  width: 1190px;
  height: 214px;
  padding: 0 32px 0 24px;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 16px;
  border-radius: 12px;
}

.home-main-shop-box .shop-left-box {
  display: flex;
  width: 564px;
  margin-top: 40px;
}

.home-main-shop-box .shop-left-box .shop-left-img {
  width: 122px;
  height: 122px;
  border-radius: 8px;
  border: 1px solid #f6e1c9;
  margin-right: 16px;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-name-box {
  display: flex;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-name-box .shop-name {
  max-width: 294px;
  font-weight: 600;
  font-size: 22px;
  color: #2e5685;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-name-box .shop-member-img {
  width: 96px;
  height: 22px;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-label-box {
  display: flex;
  margin: 16px 0 20px 0;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-label-box .shop-label {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  padding: 5px 8px;
  box-sizing: border-box;
  margin-right: 8px;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-label-box .shop-label .shop-label-icon {
  width: 13px;
  height: 14px;
}

.home-main-shop-box .shop-left-box .shop-left-main .shop-label-box .shop-label .shop-label-text {
  font-weight: 400;
  font-size: 14px;
  color: #2e5685;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  margin-left: 4px;
}

.home-main-shop-box .shop-left-box .shop-btn-box {
  display: flex;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  margin-right: 14px;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look:hover {
  border: 1px solid #FF7000;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look:hover .shop-btn-look-text {
  color: #FF7000;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look .shop-btn-look-text {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-right: 6px;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look .shop-btn-look-img {
  width: 14px;
  height: 14px;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look .shop-btn-look-img-hover {
  display: none;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look:hover .shop-btn-look-img-default {
  display: none;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-look:hover .shop-btn-look-img-hover {
  display: block;
}

.home-main-shop-box .shop-left-box .shop-btn-box .shop-btn-interpellation {
  width: 120px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ff7000;
  font-weight: 500;
  font-size: 16px;
  color: #ff7000;
  line-height: 40px;
  text-align: center;
  font-style: normal;
}

.home-main-shop-box .shop-divider {
  width: 1px;
  height: 150px;
  margin-top: 32px;
  background-color: #eeeeee;
}

.home-main-shop-box .shop-right-box {
  display: flex;
  gap: 0 24px;
  width: 522px;
  margin: 12px 0 0 47px;
}

.home-main-shop-box .shop-right-box .shop-right-commodity {
  width: 158px;
  height: 192px;
  box-sizing: border-box;
  padding: 10px 18px 0 18px;
}

.home-main-shop-box .shop-right-box .shop-right-commodity .commodity-img-box {
  width: 122px;
  height: 122px;
  border-radius: 4px;
  overflow: hidden;
}

.home-main-shop-box .shop-right-box .shop-right-commodity .commodity-img {
  width: 122px;
  height: 122px;
  border-radius: 4px;
  transition: transform 0.2s ease;
  transform-origin: center center;
}

.home-main-shop-box .shop-right-box .shop-right-commodity:hover .commodity-img {
  transform: scale(1.1);
}

.home-main-shop-box .shop-right-box .shop-right-commodity .commodity-text {
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 16px;
  text-align: justify;
  font-style: normal;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-main-shop-box .shop-right-box .shop-right-commodity .commodity-price {
  height: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #f73c3b;
  line-height: 16px;
  text-align: left;
  font-style: normal;
}

.home-main-shop-box:last-child {
  margin-bottom: 40px;
}

.digitalCommune-main-store {
  width: 1190px;
  margin: 20px auto 40px;
}

.all-shop-page-tip {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.digitalCommune-main-service {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}

.digitalCommune-main-service .service-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  z-index: 0;
}

.digitalCommune-main-service .service-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-image: url(https://hmd-mall-product.homedo.com/663e35d2-7415-49c7-8abb-707ec763259c_0dc13fc2-ef0a-4828-850e-196707d29849.png);
  background-size: 100% 100%;
  z-index: 0;
}

.digitalCommune-main-service .service-main {
  width: 1190px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.digitalCommune-main-service .service-main .service-title {
  font-weight: 600;
  font-size: 24px;
  color: #2e5685;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin: 40px 0 22px 0;
}

.digitalCommune-main-service .service-main .service-title:first-child {
  margin: 0 0 22px 0;
}

.digitalCommune-main-service .service-main .service-public-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item {
  width: 386px;
  border-radius: 16px;
  padding: 26px 4px 32px 24px;
  box-sizing: border-box;
  background: #ffffff;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-level {
  width: 338px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #2e5685;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-level .level-img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-level .level-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-price {
  display: flex;
  align-items: flex-end;
  margin: 26px 0 30px 0;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-price .price-number {
  font-weight: bold;
  font-size: 36px;
  color: #2e5685;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  margin-right: 4px;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-price .price-text {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 5px;
}

.digitalCommune-main-service .service-main .service-settle-in .service-settle-in-item .settle-in-item-btn {
  width: 338px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #f73c3b;
  font-weight: 600;
  font-size: 18px;
  color: #f73c3b;
  line-height: 44px;
  text-align: center;
  font-style: normal;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item {
  width: 386px;
  background: #ffffff;
  padding: 32px 4px 28px 24px;
  box-sizing: border-box;
  border-radius: 16px;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item .promotion-service-item-title {
  font-weight: 600;
  font-size: 20px;
  color: #2e5685;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item .promotion-service-item-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  margin-top: 24px;
  padding-right: 28px;
  box-sizing: border-box;
  background: #ffffff;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item .promotion-service-item-purchase .purchase-price {
  display: flex;
  height: 26px;
  align-items: flex-end;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item .promotion-service-item-purchase .purchase-price .price-number {
  font-weight: bold;
  font-size: 26px;
  color: #2e5685;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  margin-right: 2px;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item .promotion-service-item-purchase .purchase-price .price-text {
  font-weight: 400;
  font-size: 10px;
  color: #222222;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  margin-bottom: 5px;
}

.digitalCommune-main-service .service-main .service-promotion-service .service-promotion-service-item .promotion-service-item-purchase .purchase-box {
  width: 160px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #f73c3b;
  font-weight: 600;
  font-size: 18px;
  color: #f73c3b;
  line-height: 44px;
  text-align: center;
  font-style: normal;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item {
  width: 380px;
  border-radius: 16px;
  background: #ffffff;
  border: 2px solid #ffffff;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top {
  padding-top: 23px;
  box-sizing: border-box;
  border-radius: 16px 16px;
  background: #ffffff;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-level {
  display: flex;
  width: 348px;
  height: 46px;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #2e5685;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  margin-left: 13px;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-level .level-img {
  width: 46px;
  height: 46px;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-level .level-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-price {
  display: flex;
  align-items: flex-end;
  margin: 18px 0 28px 24px;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-price .price-number {
  font-weight: bold;
  font-size: 36px;
  color: #2e5685;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  margin-right: 4px;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-price .price-text {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 5px;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-top .paid-member-item-btn {
  width: 338px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #2f7bff;
  font-weight: 600;
  font-size: 18px;
  color: #2f7bff;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
}

.digitalCommune-main-service .service-main .service-paid-member .service-paid-member-item .paid-member-item-rule {
  box-sizing: border-box;
  padding: 0 4px 30px 24px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-main {
  max-height: 350px;
  overflow: auto;
  padding-right: 13px;
  box-sizing: border-box;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-main::-webkit-scrollbar {
  width: 8px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-main::-webkit-scrollbar-thumb {
  background: #EEEEEE;
  border-radius: 4px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-main::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 4px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 24px 0;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-title-box .rule-title {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
  text-align: left;
  font-style: normal;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-title-box .rule-details-box {
  display: flex;
  align-items: center;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-title-box .rule-details-box .rule-details-text {
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  line-height: 12px;
  text-align: right;
  font-style: normal;
  margin-right: 4px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-title-box .rule-details-box .rule-details-icon {
  width: 12px;
  height: 12px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-box {
  display: flex;
  margin-bottom: 10px;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-box .rule-text-point {
  width: 6px;
  height: 6px;
  background: #ff7000;
  border-radius: 10px;
  opacity: 0.5;
  margin: 7px 10px 0 0;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-box .rule-text {
  width: 322px;
  font-weight: 400;
  font-size: 14px;
  color: #48535E;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.digitalCommune-main-service .service-main .item-rule-box .rule-text-box:last-child {
  margin-bottom: 0;
}

@keyframes homePosterBtnBreath {
  0%, 100% {
    transform: scale(0.9);
  }
  36%, 72% {
    transform: scale(1.1);
  }
}
