body {
  background: #f5f7fa;
  font-family: '宋体', '微软雅黑', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
[v-cloak] {
  display: none;
}
.container {
  width: 1100px;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 40px 40px 30px 40px;
}
#xiupushiApp .top-section {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
#xiupushiApp .avatar {
  width: 260px;
  height: 260px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 40px;
  background: #eee;
}
#xiupushiApp .info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#xiupushiApp .name {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
#xiupushiApp .tag {
  background: linear-gradient( 167deg, #FEF9F2 0%, #FCF0E1 98%, #FCF0E1 100%);
  color: #B08143;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 12px;
  font-weight: 500;
  height: 28px;
  display: flex;
  align-items: center;
}
#xiupushiApp .tag img {
  margin-right: 4px;
}
#xiupushiApp .row {
  margin-bottom: 8px;
  font-size: 16px;
  color: #000;
  font-weight: 900;
  display: flex;
  align-items: center;
}
#xiupushiApp .row .label {
  color: #717171;
  font-size: 16px;
  font-weight: 900;
  margin-right: 8px;
  min-width: 80px;
}
#xiupushiApp .hot {
  font-size: 18px;
  margin-right: 4px;
  display: flex;
  align-items: center;
}
#xiupushiApp .hot-img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#xiupushiApp .fee {
  color: #9A602D;
  font-weight: 700;
  margin-right: 10px;
  background: linear-gradient( 156deg, #FFFCF7 0%, #FCF0E1 100%);
  height: 28px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
}
#xiupushiApp .highlight {
  background: linear-gradient( 165deg, #FFFFFF 0%, #FFF2F2 100%);
  height: 28px;
  color: #B20D20;
  font-weight: 700;
  height: 28px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
}
#xiupushiApp .buttons {
  margin-top: 18px;
  display: flex;
  gap: 18px;
}
#xiupushiApp .btn {
  border: 1px solid #B20D20;
  color: #B20D20;
  background: #fff;
  border-radius: 6px;
  padding: 10px 28px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
}
#xiupushiApp .btn img {
  vertical-align: sub;
  margin-right: 2px;
}
#xiupushiApp .phone {
  color: #B20D20;
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}
#xiupushiApp .section-title {
  font-size: 20px;
  font-weight: 900;
  margin: 30px 0 16px 0;
  color: #000;
}
#xiupushiApp .desc {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  line-height: 28px;
  text-indent: 2em;
}
#xiupushiApp .desc p {
  margin: 0;
}