.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;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  min-height: 16.67rem;
}

.container h1,
.container h2 {
  display: none;
}

.container p,
.container {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}

.container .txt,
.container1 .txt {
  font-size: 1.67rem;
  color: #000;
  font-weight: bold;
  line-height: 2rem;
}

.container .txt1,
.container1 .txt1 {
  color: #3A3A3A;
  font-size: 1.17rem;
  width: 100%;
  text-align: left;
  margin-top: 1.33rem;
}

.container .img,
.container1 .img,
.container img,
.container1 img {
  width: 28.92rem;
  height: 16.25rem;
  margin-bottom: 1.33rem;
  margin-top: 1.33rem;
}

.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: 16.67rem;
  height: 10.83rem;
}

.item-top .name {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #000;
  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;
}