.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;
  width: 100%;
  margin: 0 auto;
  padding:0 1.25rem;
  /* min-height: 41.67rem; */
}
.container .txt {
  font-size: 1.67rem;
  color: #000;
  font-weight: bold;
  margin: .83rem 0;
}
.container h1,.container h2{
display: none;
}
.container p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.container .txt1 {
  color: #3A3A3A;
  font-size: 1.17rem;
  width: 100%;
  text-align: left;
  margin-top: 1.33rem;
}
.container .img ,.container .img{
  width: 100%;
  min-height: 16.25rem;
  margin-bottom: 1.33rem;
}
.container .detail ,.container1 .detail{
  color: #3A3A3A;
  font-size: 14.04px;
  line-height: 1.67rem;
  margin-top: 1.33rem;
}
.box-list{
  width:100%;
  margin-top:1.67rem;
}
.box-list-1 {
  width:29.33rem;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
.item-top {
  display: flex;
  width:29.5rem;
  height:8.92rem;
  margin-bottom: 1.42rem;
  position: relative;
  background-color: #fff;
  border:1px solid #000;
  padding:.42rem;
}
.item-top > .item-img {
  width: 14.33rem;
  height:8.08rem;
}
.item-top .name {
  width: 14.33rem;
  height:8.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-left: .83rem; 
}
.item-top .desc2{
  position: absolute;
  right:.83rem;
  bottom:2.5rem;
  color:#141414;
}
.item-top .desc3{
  position: absolute;
  right:.83rem;
  bottom:.83rem;
  color:#141414;
  font-size:.83rem;
}
.item .txts,.item-top .txts{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#3A3A3A;
  padding:.83rem;
}
.item .btn-more,.item-top .btn-more{
  width:33px;
  height:15px;
  background-color: #FF6D1E;
  color:#fff;
  font-size: 9.96px;
  text-align: center;
}

.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: 20.04px;
}
