.activity {
  padding: 0.45rem 0 0.86rem;
}
.activity.info {
  padding: 0.16rem 0 0.69rem;
}
.activity.info .title {
  justify-content: center;
}
.activity.info .title .serach {
  width: 10rem;
}
.activity.info .hotNew {
  margin-top: 0.46rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.activity.info .hotNew a {
  width: 5.6rem;
}
.activity.info .hotNew a .scale-box {
  width: 100%;
  height: 4rem;
  margin-bottom: 0.38rem;
}
.activity.info .hotNew a p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
.activity.info .list {
  margin-top: 0.68rem;
  margin-bottom: 0.61rem;
}
.activity .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity .title h2 {
  font-weight: 400;
  font-size: 0.36rem;
  color: #222222;
}
.activity .title .serach {
  width: 4rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.01rem solid #BFBFBF;
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}
.activity .title .serach input {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
}
.activity .title .serach button {
  width: 0.22rem;
  height: 0.22rem;
  flex-shrink: 0;
}
.activity .list {
  margin-top: 0.4rem;
  margin-bottom: 0.61rem;
}
.activity .list a {
  width: 100%;
  height: 3.39rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  gap: 0.62rem;
  padding: 0.27rem 0.46rem 0.26rem 0.32rem;
}
.activity .list a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.activity .list a .scale-box {
  width: 4rem;
  height: 2.86rem;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  flex-shrink: 0;
}
.activity .list a .info {
  padding-top: 0.15rem;
}
.activity .list a .info h3 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.42rem;
}
.activity .list a .info .ellipsis3 {
  min-height: 0.77rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  line-height: 0.28rem;
  margin-bottom: 0.68rem;
}
.activity .list a .info .time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
}
.detalis .title {
  padding-top: 0.2rem;
  padding-bottom: 0.44rem;
}
.detalis .title h2 {
  font-weight: 400;
  font-size: 0.36rem;
  color: #222222;
  margin-bottom: 0.2rem;
}
.detalis .title p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
}
.detalis .content {
  background: #fff;
  padding: 0.6rem 0 0.86rem;
}
.detalis .content .main {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.detalis .content article {
  width: 11rem;
  padding-bottom: 0.87rem;
  border-bottom: 0.01rem solid #707070;
  margin-bottom: 0.52rem;
}
.detalis .content article img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
}
.detalis .content .page a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
  margin-bottom: 0.15rem;
}
.detalis .content .right {
  width: 4.2rem;
}
.detalis .content .right h3 {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  position: relative;
  margin-bottom: 0.45rem;
}
.detalis .content .right h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.11rem;
  width: 0.32rem;
  height: 0.03rem;
  background: #B35622;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.detalis .content .right a {
  width: 100%;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid rgba(112, 112, 112, 0.5);
}
.detalis .content .right a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.detalis .content .right a .scale-box {
  width: 100%;
  height: 3rem;
  border-radius: 0.12rem 0.12rem 0rem 0rem;
  margin-bottom: 0.25rem;
}
.detalis .content .right a p {
  padding: 0 0.19rem;
}
.detalis .content .right a .time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0.15rem;
}
.detalis .content .right a .ellipsis1 {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}

@media screen and (max-width:1024px){
    .bread .right{
        display: none;
    }
    .activity .title .serach input{
        font-size: 16px;
    }
    .activity.info .hotNew a{
        width: calc((100% - .3rem) / 2);
    }
    .activity.info .hotNew a p{
        font-size: 16px;
    }
    .activity .list a .scale-box{
        width: 3rem;
    }
    .activity .list a{
        gap: .2rem;
    }
    .activity .list a .info{
        width: calc(100% - 3.2rem);
    }
    .activity .list a .info h3{
        font-size: 16px;
    }
    .activity .list a .info .ellipsis3{
        margin-bottom: .3rem;
    }
    .activity .list a .info .ellipsis3 p{
        font-size: 14px;
        line-height: 1.5;
    }
    .activity .list a .info .time{
        font-size: 14px;
    }
    .detalis .title p{
        font-size: 14px;
    }
    .detalis .content .main{
        flex-direction: column;
    }
    .detalis .content .right{
        display: none;
    }
    .detalis .content article{
        width: 100%;
    }
    .detalis .content article *{
        font-size: 16px;
        line-height: 1.5;
    }
    .detalis .content .page a{
        font-size: 16px;
    }
}
