/* WAP头部容器样式 */
.wap-header .container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  flex-direction: row;
}

/* WAP天气iframe样式 */
.wap-header iframe {
  width: 255px;
  height: 64px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #333333;
}

/* WAP新闻标题样式 */
.wap-search .news-titles {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.wap-search .news-title-item {
  display: flex;
  align-items: center;
  flex: 1;
}

.wap-search .news-label {
  background-color: #ff4d4f;
  color: white;
  font-size: 11px;
  padding: 0px 4px;
  border-radius: 2px;
  margin-right: 5px;
}

.wap-search .news-content {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 桌面端天气容器样式 */
.desktop-header .top-center > div {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transform: scale(1);
}

/* 桌面端天气iframe样式 */
.desktop-header iframe {
  transform: scale(0.8);
  transform-origin: center center;
  width: 470px;
  height: 40px;
}
