.premium-page {
  background: #f5f6fa;
  padding: 20px 0 70px;
  min-width: 1200px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.premium-page * {
  box-sizing: border-box;
}
.premium-page ul,
.premium-page li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.premium-page a {
  text-decoration: none;
  color: inherit;
}
.premium-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.premium-container.premium-container-calculator {
  width: 1472px;
}
.premium-sider {
  width: 250px;
  flex-shrink: 0;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
}
.sider-group + .sider-group {
  margin-top: 0;
  border-top: 1px solid #ECECEC;
}
.sider-group-title {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2433;
  letter-spacing: 0.5px;
}
.sider-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  flex-shrink: 0;
  vertical-align: middle;
  margin-top: 3px;
}
.sider-icon.icon-tech {
  background-image: url("//image01.homedo.com/Files/Images/cms/www/20260528/4733779281573411291_pic1.png");
}
.sider-icon.icon-standard {
  background-image: url("//image01.homedo.com/Files/Images/cms/www/20260528/4636962049178930333_pic1.png");
}
.sider-icon.icon-premium {
  background-image: url("//image01.homedo.com/Files/Images/cms/www/20260528/5444309169235666635_pic1.png");
}
.sider-tabs {
  padding: 0;
}
li.sider-tab {
  position: relative;
  height: 56px;
  line-height: 56px;
  padding: 0 18px 0 54px;
  font-size: 14px;
  font-weight: 600;
  color: #5a6072;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-top: 1px solid #ECECEC;
}
li.sider-tab:hover {
  color: #FF7000;
}
li.sider-tab.active {
  background: #fff5ec;
  color: #FF7000;
  font-weight: 600;
}
li.sider-tab.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #FF7000;
}
.premium-content {
  flex: 1;
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  min-height: 672px;
}
.premium-pane {
  display: none !important;
}
.premium-pane.active {
  display: block !important;
}
.pane-section-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2433;
  line-height: 1.5;
}
.pane-section-title + * + .pane-section-title,
.pane-banner + .pane-section-title {
  margin-top: 24px;
}
.pane-banner {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}
.pane-banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.pane-banner:hover img {
  transform: scale(1.02);
}
.pane-banner-swiper {
  width: 100%;
  max-width: 900px;
  height: 190px;
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.pane-banner-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 190px;
  line-height: 0;
}
.pane-banner-swiper .swiper-slide img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.pane-banner-swiper .swiper-pagination {
  bottom: 10px;
}
.pane-banner-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.6;
  margin: 0 4px;
}
.pane-banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF7000;
}
.expert-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.expert-card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.expert-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.expert-card:hover .expert-title {
  color: #FF7000;
}
.expert-card:hover .expert-cover img {
  transform: scale(1.05);
}
.expert-cover {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #f5f7fa;
  padding: 10px;
}
.expert-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.expert-title {
  margin: 12px 12px 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2433;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.expert-desc {
  margin: 0 12px 14px;
  font-size: 13px;
  line-height: 18px;
  color: #8b909c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 36px;
}
.premium-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
}
.premium-card {
  cursor: pointer;
  transition: transform 0.2s ease;
  background: #F8F9F9;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  overflow: hidden;
}
.premium-card:hover {
  transform: translateY(-2px);
}
.premium-card:hover .card-title {
  color: #ff6a00;
}
.premium-card:hover .card-cover img {
  transform: scale(1.05);
}
.card-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 134px;
  overflow: hidden;
  background: #eef0f5;
}
.card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-tag {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 0 4px 0 8px;
  letter-spacing: 0.5px;
}
.card-tag.tag-live {
  background: linear-gradient(90deg, #ff8a3d 0%, #ff5c1a 100%);
}
.card-tag.tag-replay {
  background: linear-gradient(90deg, #4a8fff 0%, #1f6cff 100%);
}
.card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'><path d='M8 5v14l11-7z'/></svg>") no-repeat center;
  background-size: 18px 18px;
  transition: background-color 0.2s ease;
}
.card-cover:hover .card-play {
  background-color: rgba(255, 106, 0, 0.85);
}
.card-title {
  margin: 0;
  padding: 10px 12px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #1f2433;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: color 0.2s ease;
  min-height: 40px;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.case-card:hover .case-cover img {
  transform: scale(1.05);
}
.case-card:hover .case-title {
  color: #ff6a00;
}
.case-cover {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #f5f7fa;
  padding: 10px;
}
.case-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.case-title {
  margin: 0;
  padding: 10px 12px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1f2433;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-desc {
  margin: 0 12px 14px;
  font-size: 13px;
  line-height: 18px;
  color: #8b909c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 36px;
}
.premium-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  font-size: 13px;
  color: #5a6072;
}
.premium-pagination .page-item,
.premium-pagination .page-ellipsis {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  margin: 0 3px;
  border-radius: 4px;
  background: #f3f4f8;
  color: #5a6072;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.premium-pagination .page-item:hover {
  color: #ff6a00;
  background: #fff0e0;
}
.premium-pagination .page-item.active {
  background: #ff6a00;
  color: #fff;
  font-weight: 500;
}
.premium-pagination .page-arrow {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.premium-pagination .page-arrow.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.premium-pagination .page-ellipsis {
  cursor: default;
  background: transparent;
  color: #8b909c;
  min-width: 24px;
  padding: 0 4px;
}
.premium-pagination .page-ellipsis:hover {
  color: #8b909c;
  background: transparent;
}
.page-jumper {
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
  color: #5a6072;
}
.page-jumper-input {
  width: 46px;
  height: 32px;
  margin: 0 8px;
  padding: 0 6px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  color: #1f2433;
  outline: none;
  transition: border-color 0.2s ease;
  background: #fff;
}
.page-jumper-input:focus {
  border-color: #ff6a00;
}
.info-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.info-card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.info-card:hover .info-cover img {
  transform: scale(1.05);
}
.info-card:hover .info-title {
  color: #ff6a00;
}
.info-cover {
  display: block;
  width: 100%;
  height: 130px;
  overflow: hidden;
  background: #eef0f5;
}
.info-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.info-title {
  margin: 0;
  padding: 10px 12px 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1f2433;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-desc {
  margin: 0 12px 12px;
  font-size: 13px;
  line-height: 18px;
  color: #8b909c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 36px;
}
.premium-calculator {
  width: 100%;
  overflow: hidden;
}
.premium-calculator section {
  width: 100%;
  min-width: 0;
}
.premium-calculator .counter_banner {
  display: none;
}
.premium-calculator #counter_anchor {
  display: none;
}
.premium-calculator .content {
  width: 1190px;
  margin: 0 auto 40px auto;
}
.premium-calculator .left ul li a.premium-cal-active {
  color: #FF7000;
  font-weight: 600;
}
.premium-empty {
  padding: 40px;
  text-align: center;
  color: #8b909c;
}
.premium-preview-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.premium-preview-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.premium-preview-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90vw;
  height: 90vh;
  max-width: 1400px;
  max-height: 900px;
  min-width: 320px;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}
.premium-preview-header {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8eaf0;
}
.premium-preview-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2433;
}
.premium-preview-close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #8b909c;
  font-size: 26px;
  line-height: 28px;
  cursor: pointer;
}
.premium-preview-close:hover {
  color: #FF7000;
}
.premium-preview-body {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f5f6f8;
}
.premium-preview-body iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.common-header .nr-nav ul .nr-nav-boutique a {
  color: #ff6900;
  font-weight: bold;
  font-size: 16px;
}
.common-header .nr-nav ul .nr-nav-boutique a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff6900;
  border-radius: 2px;
}
