.comfilter .main {
  padding-bottom: 0.65rem;
  border-bottom: 0.01rem solid rgba(112, 112, 112, 0.2);
  margin-bottom: 0.5rem;
}
.comfilter .headSerch {
  width: 8rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.01rem solid #BFBFBF;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  margin: 0.5rem auto 0.6rem;
}
.comfilter .headSerch input {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.comfilter .headSerch button {
  width: 0.22rem;
  height: 0.22rem;
}
.comfilter .headSerch button img {
  width: 100%;
  height: 100%;
}
.comfilter .item {
  display: flex;
  gap: 0.42rem;
}
.comfilter .item:not(:last-child) {
  margin-bottom: 0.42rem;
}
.comfilter .item label {
  width: 0.72rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  flex-shrink: 0;
}
.comfilter .item .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.comfilter .item .list.hide {
  max-height: 0.36rem;
  overflow: hidden;
}
.comfilter .item .list.result .tag {
  width: fit-content;
  padding: 0 0.15rem;
  height: 0.33rem;
  background: #FFFFFF;
  border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
  border: 0.01rem solid #CC9C81;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.14rem;
  color: #B35622;
}
.comfilter .item .list.result .tag img {
  width: 0.12rem;
  height: 0.12rem;
}
.comfilter .item .list:not(.result) .tag {
  width: fit-content;
  padding: 0 0.13rem;
  height: 0.36rem;
  background: #E3E3E1;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #BBBBB8;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  line-height: 0.36rem;
  cursor: pointer;
}
.comfilter .item .list:not(.result) .tag:hover,
.comfilter .item .list:not(.result) .tag.active {
  background: #B35622;
  color: #fff;
  border: 0.01rem solid #B35622;
}
.comfilter .item .view {
  width: fit-content;
  height: 0.36rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 0.16rem;
  color: #B35622;
  gap: 0.08rem;
  cursor: pointer;
}
.filterList .main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.filterList .main h2 {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  margin-bottom: 0.39rem;
}
.filterList .main .item {
  width: 3.2rem;
  height: 4.73rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.filterList .main .item img {
  width: 100%;
  height: 3.67rem;
  object-fit: cover;
  border-radius: 0.12rem 0.12rem 0rem 0rem;
  margin-bottom: 0.17rem;
}
.filterList .main .item p:not(:last-child) {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.18rem;
  text-align: center;
}
.filterList .main .item p:last-child {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  text-align: center;
}
.moreBtn {
  width: 1.23rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
  cursor: pointer;
  margin: 0.4rem auto 0.53rem;
}
.moreBtn img {
  width: 0.15rem;
  height: 0.12rem;
}
.details {
  padding-top: 0.2rem;
}
.details .main {
  width: 16rem;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  padding: 0.5rem 0.5rem 0.8rem;
  margin-bottom: 0.64rem;
}
.details .main .info {
  display: flex;
  gap: 0.46rem;
  margin-bottom: 0.66rem;
}
.details .main .info .left {
  width: 3.5rem;
  height: 4.13rem;
  flex-shrink: 0;
}
.details .main .info .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details .main .info .right h3 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.25rem;
}
.details .main .info .right .p1 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  margin-bottom: 0.14rem;
}
.details .main .info .right .p2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  margin-bottom: 0.45rem;
}
.details .main .info .right article {
  padding: 0.3rem 0;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  line-height: 0.28rem;
  border-top: 0.01rem solid rgba(112, 112, 112, 0.1);
  border-bottom: 0.01rem solid rgba(112, 112, 112, 0.1);
  margin-bottom: 0.37rem;
}
.details .main .info .right .list {
  width: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.details .main .info .right .list .item {
  width: 2.88rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.details .main .info .right .list .item img {
  width: 0.24rem;
  height: 0.24rem;
}
.details .main .info .right .list .item p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
}
.details .main .info .right .list .item p span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  margin-left: 0.18rem;
}
.details .main .listTitL {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  padding-bottom: 0.14rem;
  position: relative;
}
.details .main .listTitL::after {
  content: '';
  width: 0.5rem;
  height: 0.03rem;
  background: #B35622;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.details .main .listTitC {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.14rem;
  position: relative;
}
.details .main .listTitC::after {
  content: '';
  width: 0.5rem;
  height: 0.03rem;
  background: #B35622;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.details .main .workList {
  margin-top: 0.46rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}
.details .main .workList .item {
  width: 4.76rem;
}
.details .main .workList .item .scale-box {
  width: 100%;
  height: 3.62rem;
  margin-bottom: 0.19rem;
}
.details .main .workList .item p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}
.workdetail {
  padding-top: 0.2rem;
  padding-bottom: 0.66rem;
}
.workdetail .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.workdetail .left {
  width: 2.4rem;
  position: sticky;
  top: 1rem;
}
.workdetail .left .avatar {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.08rem;
}
.workdetail .left .name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.08rem;
}
.workdetail .left .company {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  text-align: center;
  margin-bottom: 0.28rem;
}
.workdetail .left .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.workdetail .left .tag {
  width: fit-content;
  padding: 0 0.1rem;
  height: 0.31rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #B35622;
  font-weight: 400;
  font-size: 0.16rem;
  color: #B35622;
  line-height: 0.31rem;
  margin-bottom: 0.28rem;
}
.workdetail .left .it {
  margin-bottom: 0.2rem;
}
.workdetail .left .it .label {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  margin-bottom: 0.1rem;
}
.workdetail .left .it .value {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.workdetail article {
  width: 13.86rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  line-height: 0.28rem;
      word-break: break-all;
}
.workdetail article img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
}
.workdetail .page {
  margin-top: 0.53rem;
  display: flex;
  justify-content: space-between;
}
.workdetail .page a {
  max-width: 40%;
}
.workdetail .page a.next div {
  justify-content: flex-end;
}
.workdetail .page a div {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.25rem;
}
.workdetail .page a div img {
  width: 0.08rem;
  height: 0.14rem;
}
.workdetail .page a p {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
}


@media screen and (max-width:1024px){
    .comfilter .headSerch{
        width: 100%;
    }
    .comfilter .headSerch input{
        font-size: 16px;
    }
    .comfilter .headSerch button{
        width: 15px;
        height: 15px;
    }
    .comfilter .item label{
        font-size: 16px;
        min-width: 70px;
    }
    .comfilter .item .list:not(.result) .tag{
        font-size: 14px;
    }
    .comfilter .item .view{
        font-size: 14px;
    }
    .comfilter .item .list.result .tag{
        font-size: 14px;
    }
    .filterList .main .item{
        width: calc((100% - .35rem) / 2);
        height: auto;
    }
    .filterList .main .item img{
        height: 3.4rem;
    }
    .filterList .main .item p:not(:last-child){
        font-size: 16px;
    }
    .filterList .main .item p:last-child{
        font-size: 14px;
    }
    .moreBtn{
        width: fit-content;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 15px;
    }
    .moreBtn img{
        width: 15px;
        height: auto;
    }
    .details .main{
        padding: 10px;
    }
    .details .main .info{
        flex-direction: column;
    }
    .details .main .info .right h3{
        font-size: 20px;
    }
    .details .main .info .right .p1,
    .details .main .info .right .p2,
    .details .main .info .right article{
        font-size: 16px;
        line-height: 1.5;
    }
    .details .main .info .right .list{
        width: 100%;
    }
    .details .main .info .right .list .item{
        /*width: calc((100% - .24rem) / 2);*/
        width: 100%;
    }
    .details .main .info .right .list .item p,
    .details .main .info .right .list .item p span{
        font-size: 16px;
    }
    .details .main .workList .item{
        width: calc((100% - .36rem) / 2);
    }
    .details .main .workList .item p{
        font-size: 16px;
    }
    .workdetail .main{
        flex-direction: column;
    }
    .workdetail .left{
        width: 100%;
        position: static;
    }
    .workdetail .left .avatar{
        width: 80px;
        height: 80px;
    }
    .workdetail .left .name{
        font-size: 18px;
    }
    .workdetail .left .company{
        font-size: 16px;
    }
    .workdetail .left .title{
        font-size: 24px;
    }
    .workdetail .left .tag{
        font-size: 16px;
        height: auto;
        padding: .1rem .15rem;
    }
    .workdetail .left .it{
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .workdetail .left .it .label,
    .workdetail .left .it .value{
        font-size: 16px;
    }
    .workdetail article{
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
    .workdetail .page a div{
        font-size: 14px;
    }
    .workdetail .page a div img{
        width: 8px;
        height: 14px;
    }
    .workdetail .page a p{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bread .right{
        display: none;
    }
}