.btn-back {
  position: absolute;
  top: 0;
  left: 1.17rem;
  width: 2.67rem;
  height: 2.67rem;
  z-index: 1;
}
.btn-back > img {
  width: 100%;
}
.container ,.container1{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding:0 1.25rem;

}
.container h1,.container h2 {
  display: none;
}
.container p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.container {
  min-height: 53.67rem;
}
.container1{
  min-height: 33.67rem;
}
.container .txt {
  font-size: 1.67rem;
  color: #000;
  font-weight: bold;
  /* text-align: center; */
}
.container .txt1 {
  color: #3A3A3A;
  font-size: 1.17rem;
  width: 100%;
  text-align: left;
  margin-top: 1.33rem;
}
.container .img,.container1 .img {
  width: 100%;
  min-height: 16.25rem;
  margin-bottom: 1.33rem;
  margin-top: 1.33rem;
}
.container .detail,.container1 .detail {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.67rem;
  /* text-align: left; */
  margin-bottom: 1.33rem;
  margin-left: .83rem;
}

.box-list{
  margin:0 auto;
  width:29.5rem;
}
.box-list-1,.box-list-0 {
  width:100%;
}
.box-list-0 {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.box-list-0 a {
  width: 14.17rem;
  height: 13.75rem;
}
.box-list-0 .item-top > .item-img {
  width: 14.17rem;
  height: 8.5rem;
}
.box-list-0 .item-top .name {
  margin-top: -3px;
  width: 14.17rem;
  height: 5.25rem;
}
.box-list-0 .item-top {
  margin-bottom: 1.42rem; 
  position: relative;
}
.box-list-1 {
  width:28.92rem;
  margin-left:1.42rem;
}

.item-top  .item-img {
  width: 11.75rem;
  height: 8.33rem;
}
.item-top .name {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0.83rem;
}
.item-top .desc {
  color: #fff;
  font-size: 0.83rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem;
  font-weight: bold;
}


.box-btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.box-btn > .img1,
.box-btn > .img2 {
  width: 63px;
  height: 63px;
}
.box-btn > .img2 {
  margin-left: 20px;
}
