* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;

}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  background: #f0f0f0;
}

/*分享店铺*/
.share-form {
padding: 0px;
}

.form-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}

.form-item label {
display: block;
margin-bottom: 5px;
color: #6d9bfa;
width: 40px;
margin-right: 10px;
font-size: 13px;
}

.form-item input {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}

.form-buttons {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
}


    /* 背景遮罩层样式 */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 弹窗样式 */
    .modal-container {
        box-shadow: 6px 8px 0px #d1d9e6, -3px 0px 0px #fff;
        border-radius: 10px;
        width: 300px;
        background-color: #fff;
        padding: 20px;
        text-align: center;
        position: relative;
    }

    /* 关闭按钮样式 */
    .modal-close {
        background: #4CAF50;
        font-size: 13px;
        color: #fff;
        padding:3px 6px;
        border: 2px solid #fff;
        border-radius: 0px 10px 0px 10px;
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
    }


.searchs .title {
display: block;
font-size: 19px;
color: #000;
text-align: center;
margin-bottom: 32px;
font-weight: 700;
}

.searchs .item {
  overflow: hidden;
margin-bottom: 17px;
}

.searchs .item .t {
 display: block;
font-size: 14px;
color: #000;
position: relative;
text-align: left;
}

.searchs .item .btn {
display: flex;
align-items: center;
}

.searchs .item .btn a {
 display: inline-flex;
align-items: center;
height: 32px;
padding: 0 10px;
margin-right: 5px;
font-size: 12px;
color: #4121d7;
background: #dfd9f8;
border-radius: 5px;
margin-top: 17px;
}

.searchs .item .btn a:hover {
color:#fff;
background: #4262f4;
}

.searchs .desc {
   display: block;
font-size: 10px;
color: #8c8c8c;
line-height: 16px;

}

.searchs .button {
width: 100%;
padding: 12px 0;
background: #4262f4;
color: #fff;
text-align: center;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s;
}

.searchs .button:hover {
background: #0056b3;
}

.banner {
position: relative;
width: 100%;
height: 160px;
overflow: hidden;
}

.banner img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 160px;
object-fit: cover;
transition: opacity 1s ease-in-out;
border-radius: 10px;
}


.banner-container {
position: relative;
height: 160px; /* 修改为图像总高度 */
}


.notice {
  width: 100%;
  height: 40px;
  padding-left: 5px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  margin: 10px 0px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}



.notice-span {
  padding-left: 20px;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
}

.notice span {
  opacity: 1;
  /** 文本1 */
  font-size: 14.74px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.34px;
  color: rgba(56, 56, 56, 1);
  text-align: left;
  vertical-align: top;
  display: inline-block;
  animation: scroll 30s linear infinite;

}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.group {
  left: 15px;
  top: 317.1px;
  width: 100%;
  height: 96px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.groups {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  /* 根据需要调整宽度 */
  height: 100px;
  /* 根据需要调整高度 */
  background-color: #ccc;
  /* 根据需要调整背景颜色 */
  position: relative;
  /* margin-bottom: 10px; */
  margin: -5px 10px 10px 10px;
}

.groupt {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  color: rgba(54, 54, 54, 1);
  text-align: center;
  white-space: nowrap;
}


.group1 {
  left: 0px;
  top: 0px;
  width: 44.44px;
  height: 44.44px;
  opacity: 1;
  background: linear-gradient(130.39deg, rgba(156, 212, 255, 1) 0%, rgba(61, 159, 235, 1) 100%);
}


.group2 {
  left: 0px;
  top: 0px;
  width: 44.44px;
  height: 44.44px;
  opacity: 1;
  background: linear-gradient(130.39deg, rgba(255, 149, 138, 1) 0%, rgba(250, 80, 60, 1) 100%);
}

.group3 {
  left: 0px;
  top: 0px;
  width: 44.44px;
  height: 44.44px;
  opacity: 1;
  background: linear-gradient(132.36deg, rgba(74, 247, 190, 1) 0%, rgba(21, 199, 139, 1) 100%);
}

.group4 {
  left: 0px;
  top: 0px;
  width: 44.44px;
  height: 44.44px;
  opacity: 1;
  background: linear-gradient(136.45deg, rgba(255, 176, 120, 1) 0%, rgba(246, 109, 9, 1) 100%);
}

.group5 {
  left: 0px;
  top: 0px;
  width: 44.44px;
  height: 44.44px;
  opacity: 1;
  background: linear-gradient(130.39deg, rgba(156, 212, 255, 1) 0%, rgba(61, 159, 235, 1) 100%);
}

.groups span {
  /** 文本1 */
  font-size: 26.67px;
  font-weight: 400;
  letter-spacing: -2.22px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  text-align: left;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.groups img {
  width: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
}


.shophead {
margin: 0.26rem 1rem 0;
background: #ffffff;
border-radius: 0.75rem;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* 顶部通知栏 */
.heada {
background: #EBF3FF;
padding: 0.5rem;
border-bottom: 1px solid #D6E4FF;
}

.notice-wrapper {
display: flex;
align-items: center;
gap: 0.5rem;
}

.notice-icon {
flex-shrink: 0;
width: 1.2rem;
height: 1.2rem;
 background: linear-gradient(135deg, #6789f9, #77d4fd);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 0.7rem;
}

.notice-scroll {
overflow: hidden;
position: relative;
width:100%;
}

.notice-content {
display: flex;
align-items: center;
gap: 0.5rem;
animation: scrollText 20s linear infinite;
white-space: nowrap;
}

.notice-content span {
color: #9d9d9d;
font-size: 0.8rem;
font-weight: 500;
}

.dot {
color: #90CAF9;
font-size: 0.8rem;
}

/* 导航栏 */
.navBar {
padding: 0.75rem 0.5rem;
background: #ffffff;
}

.nav-scroll {
display: flex;
gap: 1rem;
overflow-x: auto;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
padding: 0.25rem 0;
}

.nav-scroll::-webkit-scrollbar {
display: none;
}

.nav-item {
position: relative;
padding: 0.4rem 0.8rem;
border-radius: 1rem;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 0.3rem;
white-space: nowrap;
}

.nav-text {
color: #64748b;
font-size: 0.88rem;
font-weight: 500;
transition: color 0.3s ease;
}

.nav-badge {
font-size: 0.65rem;
padding: 0.1rem 0.3rem;
background: linear-gradient(135deg, #2196F3, #1976D2);
color: white;
border-radius: 0.75rem;
font-weight: 500;
}

/* 激活状态 */
.nav-item.active {
  background: linear-gradient(135deg, #6789f9, #77d4fd);
}

.nav-item.active .nav-text {
color: white;
}

/* 动画效果 */
@keyframes scrollText {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}

/* 悬浮效果 */
.nav-item:not(.active):hover {
background: #EBF3FF;
}

.nav-item:not(.active):hover .nav-text {
color: #1976D2;
}

/* 适配暗色模式 */
@media (prefers-color-scheme: dark) {
.shophead {
background: #1a1c2e;
}

.heada {
background: #1E3A5F;
border-bottom-color: #234876;
}

.notice-content span {
color: #90CAF9;
}

.nav-text {
color: #94A3B8;
}

.nav-item:not(.active):hover {
background: #1E3A5F;
}
}


/* 
.navBar li.action::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 10px;
  transform: translateX(50%);
  border-radius: 0 0 80% 80%;
  background-color: blue;
} */

/* 搜索 */
.search-box {
  text-align: center;
  margin: 10px 0px;
}

/* 搜索框 */
.groupss {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.input {
  width: 100%;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  color: #0d0c22;
  transition: .3s ease;
}

.input::placeholder {
  color: #9e9ea7;
}



.search_icon {
  position: absolute;
  left: 1rem;
  fill: #9e9ea7;
  width: 1rem;
  height: 1rem;
}

.content {
padding: 0.5rem 0.95rem;
}

.listitem {
position: relative;
background: #fff;
border-radius: 0.625rem;
padding: 0.75rem;
margin-bottom: 0.5rem;
transition: all 0.2s ease;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);

text-decoration: none; /* 清除默认下划线 */
color: inherit;        /* 使用继承的文字颜色 */
display: block;        /* 确保整个区域为块级，方便点击 */
}

.itemtop {
display: flex;
align-items: center;
gap: 0.75rem;
}

/* 图片区域 */
.mainimg {
width: 4.75rem;
height: 4.75rem;
border-radius: 0.5rem;
overflow: hidden;
flex-shrink: 0;
}

.mainimg img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* 文本区域 */
.itemtext {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.item-name {
font-size: 0.9rem;
color: #333;
margin: 0 0 5px 0;
font-weight: 500;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

/* 标签样式 */
.tag-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  flex: 1;
  overflow-x: auto; /* 允许水平滚动 */
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* 平滑滚动体验 */
  scrollbar-width: none; /* 隐藏Firefox滚动条 */
  -ms-overflow-style: none; /* 隐藏IE滚动条 */
  margin-right: 10px;
}

/* 隐藏WebKit浏览器的滚动条 */
.tag-row::-webkit-scrollbar {
  display: none;
}

.tag-row span {
  padding: 0.15rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.25rem;
  flex-shrink: 0; /* 防止标签被压缩 */
}

.tag-blue {
background: #e6f4ff;
color: #1677ff;
}

.tag-green {
background: #f6ffed;
color: #52c41a;
}

.tag-orange {
background: #fff7ed;
color: #f97316;
}

.tag-purple {
background: #faf5ff;
color: #a855f7;
}

/* 按钮组 */
.itembtn {
  display: flex;
  gap: 0.5rem;
  position: static;
  justify-content: flex-end;
}

.btn {
display: inline-flex;
align-items: center;
padding: 0.3rem 0.75rem;
border-radius: 0.25rem;
font-size: 0.75rem;
cursor: pointer;
text-decoration: none;
transition: all 0.2s ease;
}

.share-btn {
background: #2681ff;
color: #fff !important;
}

.order-btn {
background: linear-gradient(210.18deg, #FF9800 0%, #FF5722 100%);
color: #fff;
}

.btn:hover {
opacity: 0.9;
transform: translateY(-1px);
}

/* 响应式调整 */
@media (max-width: 640px) {
.itemtop {
gap: 0.5rem;
}

.mainimg {
width: 4.5rem;
height: 4.5rem;
}

.itembtn {
gap: 0.375rem;
}

.btn {
padding: 0.25rem 0.5rem;
}
}

/* 现代渐变样式集合 */
.spanc1 {
background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
color: #2a4365;
}

.spanc2 {
background: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
color: #2f3e2c;
}

.spanc3 {
background: linear-gradient(120deg, #fad0c4 0%, #ffd1ff 100%);
color: #4a2b32;
}

.spanc4 {
background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
color: #1a4a5e;
}

.spanc5 {
background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
color: #2c4f4d;
}

.spanc6 {
background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
color: #fff;
}

.spanc7 {
background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
color: #fff;
}

.spanc8 {
background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
color: #fff;
}

.spanc9 {
background: linear-gradient(120deg, #96fbc4 0%, #f9f586 100%);
color: #2d4439;
}

.spanc10 {
background: linear-gradient(120deg, #cd9cf2 0%, #f6f3ff 100%);
color: #432c69;
}

.spanc11 {
background: linear-gradient(120deg, #6a11cb 0%, #2575fc 100%);
color: #fff;
}

.spanc12 {
background: linear-gradient(120deg, #b721ff 0%, #21d4fd 100%);
color: #fff;
}

.spanc13 {
background: linear-gradient(120deg, #48c6ef 0%, #6f86d6 100%);
color: #fff;
}

.spanc14 {
background: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
color: #fff;
}

.spanc15 {
background: linear-gradient(120deg, #4facfe 0%, #00f2fe 100%);
color: #fff;
}

.spanc16 {
background: linear-gradient(120deg, #43e97b 0%, #38f9d7 100%);
color: #fff;
}



button {
  display: inline-block;
  padding: 2px 5px;
  width: 50px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 22px;
  color: rgba(250, 250, 250, 1);
  cursor: pointer;
  margin-right: 5px;
  opacity: 1;
  border-radius: 20px;
  background: linear-gradient(210.18deg, rgba(52, 98, 210, 1) 0%, rgba(87, 157, 255, 1) 100%);
}

button:last-child {
  margin-right: 0;
}

.noimg {
  width: 100%;
}

/* 海报 */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  padding-bottom: 35px;
  height: 382px;
  width: 240;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
}

.popup #poster {
  width: 100%;
  height: 100%;
}

#imageContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#imageContainer img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup p {
  line-height: 0px;
}

.seabtn {
  margin-left: 5px;
  height: 40px;
  background: linear-gradient(210.18deg, rgb(224, 233, 255) 0%, rgb(255, 255, 255) 100%);
  opacity: 1;
  border-radius: 8px;
  color: #333333;
  /* 设置透明度为50% */
}

form {
  all: inherit;
  width: 100%;
}

/* 弹窗 */
.overlayxy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#popupContenta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}

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

#phoneContainera div {
  max-height: 420px;
  overflow: auto;
}

.closebtn {
  max-width: 100px;
  min-width: 100px;
  height: 36px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  border: none;
  overflow: hidden;
  background: #4262f4;
  margin: 10px;
}

/*弹窗*/
   .mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(36 36 36 / 80%);
}
.popItem{
background-image: url(../image/bg_poptop.png);
position: absolute;
left: 52%;
top: 46%;
width: 345px;
height: 490px;
background-repeat: no-repeat;
background-position: 100%;
background-size: 100% 100%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.cont{
padding: 15px;
padding-right: 36px;
}
.titlegg {
width: 80%;
padding-top: 30px;
color: #fff;
font-size: 18px;
font-weight: 700;
}


.ctext {
height: 315px;
font-size: 16px;
color: #2d2c2c;
line-height: 1.6em;
margin-top: 58px;
overflow: auto;
overflow-y: scroll;
}
.allbtn{
text-align: center;
width: 240px;
height: 36px;
margin: auto;
background: linear-gradient(170deg,#77a5ff,#508dff);
border-radius: 53px;
line-height: 36px;
color: #fff;
}
/*new*/

/* 基础布局样式 */


.section {
padding: 1.02rem 0 1rem;
background-size: 100% 100%;
background-repeat: no-repeat;
}

/* 搜索框样式 */
.search-section {
margin-top: -1.31rem;
padding: 0.55rem .8rem;
background-color: #ffffff;
border-radius: 1.5rem;
}

.search-input-wrapper {
display: flex;
align-items: center;
width: 100%;
}

.search-icon {
width: 1rem;
height: 1rem;
}

.search-input {
margin-left: 0.44rem;
flex: 1;
border: none;
font-size: 0.88rem;
font-family: MiSans;
color: #333;
line-height: 0.82rem;
outline: none;  /* 去掉点击时的外边框 */
-webkit-appearance: none; /* 去掉 iOS 默认样式 */
-webkit-tap-highlight-color: transparent; /* 去掉移动端点击高亮 */
}

.search-input::placeholder {
color: #33333399;
}

/* 热门工具区域 */
.scroll-container {
overflow: hidden;
}

/* 滑动容器外层 */
.scroll-wrapper {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 0.5rem; /* 卡片之间的间距 */
padding: 0.5rem 1rem;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
}

/* 隐藏滚动条 */
.scroll-wrapper::-webkit-scrollbar {
display: none;
}

/* 卡片样式 */
.horiz-list-item {
flex: 0 0 auto;
width: 12rem; /* 固定卡片宽度 */
padding: 0 0.5rem 0.63rem;
background-color: #d1f9ff;
border-radius: 0.5rem;
height: 6.38rem;
scroll-snap-align: start;
}

/* 确保最后一个卡片右侧有足够空间完全滚动 */
.scroll-wrapper::after {
content: '';
padding-right: 1rem;
}

/* 添加平滑滚动效果 */
.scroll-wrapper {
scroll-behavior: smooth;
}

/* 优化触摸设备的滑动体验 */
@media (hover: none) {
.scroll-wrapper {
cursor: grab;
}

.scroll-wrapper:active {
cursor: grabbing;
}
}

/* 工具卡片样式 */
.tool-card {
flex: 0 0 auto;
padding: 0 0.5rem 0.63rem;
background-color: #fff;
border-radius: 0.5rem;
height: 5.38rem;
margin-right: 0.5rem;
}

.card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-top: 0.63rem;
}

.card-title {
margin-top: 1.28rem;
}

.card-title span {
margin-left: 0.12rem;
font-size: 1rem;
font-family: MiSans;
font-weight: 700;
color: #121212;
line-height: 0.94rem;
}

.card-divider {
margin-top: -0.35rem;
background-color: #66e8ff;
height: 0.5rem;
}

.card-icon {
width: 3.13rem;
height: 3.13rem;
margin-left: 0.56rem;
}

.card-content {
margin-top: -0.25rem;
padding: 0.26rem 0.08rem 0.24rem 0.35rem;
background-color: #e8fcff;
border-radius: 0.25rem;
}

.card-content span {
display: block;
font-size: 0.63rem;
font-family: MiSans;
line-height: 0.88rem;
color: #00000066;
}

/* 隐藏滚动条但保持可滚动 */
.scroll-wrapper::-webkit-scrollbar {
display: none;
}

/* 保留其他必要的通用样式类 */
.flex-row {
display: flex;
flex-direction: row;
}

.flex-col {
display: flex;
flex-direction: column;
}

.items-center {
align-items: center;
}

.justify-between {
justify-content: space-between;
}

.relative {
position: relative;
}
.ml-7 {
margin-left: 0.44rem;
}
.mt-19 {
margin-top: 1.19rem;
}
.ml-9 {
margin-left: 0.56rem;
}


.group_2 {
margin-left: 1rem;
margin-right: 0.95rem;
height: 7.19rem;
}
.group_3 {
padding: 0 0.29rem;
}
.group_4 {
margin-top: 0.5rem;
font-size: 14px !important;
width:13.66rem;
}
.text-wrapper {
padding: 0.44rem 0 0.47rem;
background-size: 100% 100%;
background-repeat: no-repeat;
width: 7rem;
}
.text_2 {
margin-left: 0.73rem;
color: #5684ff;
font-size: 1.5rem;
font-family: YouSheBiaoTiHei;
line-height: 0.85rem;
}
.font {
color: #ffffff;
font-size: 1rem;
font-family: MiSans;
line-height: 1.01rem;
}
.pos {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.font_2 {
font-size: 0.88rem;
font-family: MiSans;
}
.text_3 {
color: #ffffff;
line-height: 0.81rem;
}
.image_5 {
margin-right: 0.39rem;
width: 5.19rem;
height: 6rem;
}
.section_2 {
margin-top: -1.31rem;
padding: 0.75rem 1rem 0.75rem;
background-color: #ffffff;
border-radius: 1.5rem;
}
.image_6 {
width: 1rem;
height: 1rem;
}
.text_4 {
color: #33333399;
line-height: 0.82rem;
}
.group_5 {
margin-top: -0.36rem;
}
.group_6 {
overflow-x: hidden;
}
.font_4 {
color: #121212;
font-size: 1.25rem;
font-family: MiSans;
font-weight: 700;
line-height: 1.19rem;
}
.horiz-list {
align-self: stretch;
}
.group_7 {
overflow-x: auto;
}
.section_5 {
flex: 1 0 0;
}
.group_8 {
padding-top: 0.63rem;
}
.group_10 {
margin-top: 1.28rem;
}
.font_5 {
font-size: 1rem;
font-family: MiSans;
font-weight: 700;
color: #121212;
}
.text_10 {
margin-left: 0.12rem;
line-height: 0.94rem;
}
.section_8 {
background-color: #66e8ff;
height: 0.5rem;
}
.view {
margin-top: -0.35rem;
}
.image_10 {
width: 3.13rem;
height: 3.13rem;
}
.section_10 {
margin-top: -0.25rem;
padding: 0.26rem 0.08rem 0.24rem 0.35rem;
background-color: #e8fcff;
border-radius: 0.25rem;
}
.font_6 {
font-size: 0.63rem;
font-family: MiSans;
line-height: 0.88rem;
color: #00000066;
}
.section_6 {
flex-shrink: 0;
}
.horiz-list-item {
padding: 0 0.5rem 0.63rem;
background-color: #d1f9ff;
border-radius: 0.5rem;
height: 6.38rem;
}
.group_1 {
margin-top: 1.27rem;
}
.text_11 {
margin-left: 0.1rem;
line-height: 0.95rem;
}
.view_2 {
margin-top: -0.35rem;
}
.section_7 {
padding: 1.41rem 0 0.63rem 0.5rem;
background-color: #d1f9ff;
border-radius: 0.5rem 0 0 0.5rem;
height: 6.38rem;
}
.group_9 {
padding: 0.5rem 0 0.5rem;
}
.text_12 {
margin-left: 0.12rem;
line-height: 0.92rem;
}
.section_9 {
margin-top: -0.32rem;
background-color: #66e8ff;
width: 5.13rem;
height: 0.5rem;
}
.section_11 {
padding: 0.26rem 0 0.24rem 0.35rem;
background-color: #e8fcff;
border-radius: 0.25rem 0 0 0.25rem;
}

/* 流量信息行样式 */
.flow-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  padding: 3px 0;
  font-size: 14px;
  color: #333;
  clear: both;
}

.flow-info-item {
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
text-align: center;
}

.flow-info-value {
font-size: 15px;
font-weight: bold;
color: #2681ff;
line-height: 1.2;
}

.flow-info-label {
font-size: 11px;
color: #999;
margin-top: 1px;
}

.flow-divider {
height: 18px;
width: 1px;
background-color: #e0e0e0;
margin: 0 5px;
}

/* 标签和按钮行容器 */
.tags-buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  width: 100%;
}