.birdesearch{
    display: flex;
    align-items: center;
    padding:20px 50px;
    font-size:20px;
    color:var(--size-color);
    font-weight: 500;
    background:var(--size-bg-bgf5);
    justify-content: space-between;
}
.birdsearchinput{
    display: flex;
    align-items: center;
    width: 300px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 28px;
    position: relative;
}
.birdsearchinput input{
    width: 384px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 28px;
	border:none;
	outline: none;
	box-sizing: border-box;
	padding:0 15px;
}
.birdsearchinput input:focus{
	border:solid 1px var(--green-color)
}
.birdsearchinput i{
    position: absolute;
    right:17px;
}
.mksearchtitle{
    display: block;
    font-size:14px;
    color:var(--size-color);
    padding-bottom:5px;
}
.mksearch{
    margin-left:30px;
}
.selectmodelbox select{
    width: 80px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right:8px;
	border:none;
}
/* .selectmodelbox >>> .el-input__inner{
    width: 91px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border:none;
    font-size:13px;
} */
.pstimeaddressright{
    width:260px;
    margin-left:30px;
}
.pstimeaddressright div{
	display: flex;
	align-items: center;
}
.pstimeaddressright div b{
	display: inline-block;
	padding:0 5px;
}
.pstimeaddressright div input{
	height:32px;
	border-radius:4px;
	border:none;
	outline: none;
}
.el-range-editor.el-input__inner{
    width:260px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border:none;
    font-size:12px;
}
.area-selector{
    display: flex;
    align-items: center;
}
.area-selector >>> .el-select{
    width: 91px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right:8px;
}
.area-selector >>> .el-input__inner{
    width: 91px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border:none;
    font-size:13px;
}
.searchbuttonsubmit{
    width: 180px;
    height: 55px;
    background: #14AF68;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height:55px;
    text-align: center;
}
>>> .el-date-editor .el-range-input{
    font-size:13px;
}
>>> .el-date-editor .el-range-separator{
    font-size:13px;
}
.waterfall {
    padding:0 50px;
  column-count: 3; /* 根据需要调整列数 */
  column-gap: 11px; /* 列之间的间隙 */
}
 .el-dropdown-link{
    font-size: 20px;
 }
.item {
  break-inside: avoid-column; /* 防止内容断裂到新列 */
  margin-bottom: 10px; /* 图片之间的间距 */
  width: 596px;
  height: 327px;
  position:relative;
  overflow: hidden;
}
 
.item img {
  width: 100%; /* 使图片宽度适应列宽 */
  height: auto; /* 保持图片比例 */
}
.watchtitle{
    padding:30px 50px;
    font-size:16px;
    color: var(--size-color);
}
.watchimg{
    width: 596px;
    height: 327px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.item b{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 139px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    left:0;
    bottom:0;
    font-size:18px;
    color:#fff;
    padding:100px 20px 0;
}
.emptymore{
    padding:79px 0 64px;
    color:var(--size-color-gray);
    font-size:14px;
    text-align: center;
}
.birdesearch >>> .el-input__inner:focus {
    border: 1px solid #14af68 !important;
}
.birdesearch >>>  .el-form-item.is-error .el-input__inner {
    border: 1px solid #f56c6c !important;
    /* box-shadow: 0 0 0 1px #f56c6c !important; */
}
.birdesearch >>> .el-form-item.is-error .el-input__inner:focus {
    border-color:1px solid #f56c6c !important;
    /* box-shadow: 0 0 0 1px #f56c6c !important; */
}
.el-dropdown{
    color: var(--size-color);
}
.img-box-all{
    padding: 0 50px;
}
.birdsearchbutton span i{
	font-style:none;
}