.bread {
  background: #fff;
}
.box1 {
  padding: 0.88rem 0 1.1rem;
  position: relative;
}
.box1 .main {
  display: flex;
  gap: 0.61rem;
}
.box1 .main .left {
  width: 8.3rem;
  height: 4.53rem;
  flex-shrink: 0;
}
.box1 .main .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box1 .main .right {
  padding-top: 0.91rem;
}
.box1 .main .right h2 {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
  margin-bottom: 0.11rem;
}
.box1 .main .right h3 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  margin-bottom: 0.79rem;
}
.box1 .main .right article {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}
.box1 .year {
  position: absolute;
  top: 0;
  right: 0.73rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.1);
}
.box2 {
  padding: 0.91rem 0 0.87rem;
  background: #fff;
}
.box2 h2 {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.14rem;
  position: relative;
}
.box2 h2: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%);
}
.box2 .list1 {
  margin-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.67rem;
  margin-top: 0.52rem;
  justify-content: center;
}
.box2 .list1 .item {
  width: 3.48rem;
}
.box2 .list1 .item img {
  width: 100%;
  height: 4.87rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-bottom: 0.24rem;
}
.box2 .list1 .item p:not(:last-child) {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6E6E6E;
  margin-bottom: 0.17rem;
  text-align: center;
}
.box2 .list1 .item p:last-child {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
}
.box2 .list2 {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.35rem;
}
.box2 .list2 .item {
  width: 3.2rem;
}
.box2 .list2 .item img {
  width: 100%;
  height: 4.47rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-bottom: 0.24rem;
}
.box2 .list2 .item p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
}
.box3 {
  padding: 0.91rem 0 1.42rem;
}
.box3 h2 {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.14rem;
  position: relative;
}
.box3 h2: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%);
}
.box3 .list1 {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.45rem;
  margin-bottom: 1.03rem;
}
.box3 .list1 .item {
  width: 2.52rem;
  height: 1.4rem;
}
.box3 .list1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}
.box3 .list2 {
  margin-top: 0.59rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.54rem;
}
.box3 .list2 .item {
  width: 3.04rem;
  height: 1.5rem;
}
.box3 .list2 .item img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.box4 {
  width: 100%;
  height: 4rem;
  padding-top: 1.47rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../img/submit.png');
}
.box4 a:first-child {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.59rem;
}
.box4 a:first-child span {
  font-family: 淘宝买菜体, 淘宝买菜体;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
}
.box4 a:last-child {
  width: 1.6rem;
  height: 0.5rem;
  background: #B35622;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.box4 a:last-child img {
  width: 0.15rem;
  height: 0.12rem;
  filter: brightness(0) invert(1);
}


@media screen and (max-width:1024px){
    .bread .right{
        display: none;
    }
    .box1 .year{
        display: none;
    }
    .box1 .main{
        flex-direction: column;
    }
    .box1 .main .left{
        width: 100%;
        height: auto;
    }
    .box1 .main .right h3{
        font-size: 16px;
    }
    .box2 .list1{
        justify-content: flex-start;
    }
    .box2 .list1 .item{
        width: calc((100% - .67rem) / 2);
    }
    .box2 .list1 .item p:not(:last-child){
        font-size: 14px;
    }
    .box2 .list1 .item p:last-child{
        font-size: 16px;
    }
    .box2 .list2 .item p{
        font-size: 16px;
    }
    .box3 .list1 .item{
        width: calc((100% - .45rem) / 2);
        height: auto;
    }
    .box4 a:last-child{
        width: fit-content;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 15px;
    }
}
