[v-cloak] {
    display: none;
}
#container{
  background: #F8F8F8;
  font-size: 0;
}
.block {
    border-radius: 16px;
    background: #FFF;
    margin-bottom: 30px;
}
.part6{
	margin-top:16px ;
	padding:24px;
}
.review-card {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  font-family: "Microsoft Yahei", sans-serif;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.username {
  font-size: 16px;
  font-weight: 400;
  color: #0a0a0a;
}
.star-rating {
  display: flex;
  gap: 5px;
}
.star {
  width: 16px;
  height: 16px;
  background: url(../img/Star10.png) no-repeat center;
  background-size: 100%;
}
.star-full {
  background: url(../img/Star9.png) no-repeat center;
  background-size: 100%;
}
.time-source {
  font-size: 12px;
   color: #a7a7a7;
}
.review-tags {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tag {
  padding: 8px 12px;
  background:#FFFDF6;
  border-radius: 20px;
  font-size: 12px;
  color:#CBB486;
}


.review-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  color: #333;
}
.footer-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size:14px;
  color: #888;
}
.review-footer .label {
	font-size:14px;
  color: #888;
  font-weight: 500;
  white-space: nowrap;
  padding: 0;
}
.org-label {
  margin-left: 30px;
}
.content {
  color: #888;
}
.content-row {
  align-items: center;
}
.full-content {
	font-size: 14px;
	color: #0a0a0a;
}
.part6 .title{
	color: #0a0a0a;
	font-size: 18px;
	font-weight: 500;
}
.part6 .filter{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center;
	font-size: 12px;
	color: #888888;
	padding-left:20px;
}
.part6 .filter .num{
	color: #0a0a0a;
	font-size: 14px;
	font-weight: 500;
}
.el-pagination{
	margin-top: 40px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	background: #cbb486;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color:#cbb486;
}

.el-select{
  width: 120px;
}
.el-select .el-input.is-focus .el-input__inner{
  border-color: transparent;
}
.el-input__inner{
  border:none;
}
.el-select-dropdown__item.selected{
  color:#cbb486;
}
.el-input__inner{
  background: transparent;
}




.banner{
  height:152px;
  background:url(../img/haochaping-banner-bg2.png) no-repeat center ;
  padding-top:24px;
}
.banner .text1{
  width:230px;
  height: 34px;
  background:url(../img/title-bg.png) no-repeat center ;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 5px;
  padding-left:10px;
  line-height: 32px;
}
.banner .text2{
  width: 650px;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap ;
  overflow: hidden;
  text-overflow: ellipsis ;
  margin-top:10px;
}