.main-container,
header,
footer {
  width: 600px;
  margin: 0 auto;
}
header {
  background: #E16589;
}
header .search {
  background: #E16589;
  border-color: #fff;
}
header .search input {
  background: #E16589;
  color: #fff;
}
header .search input::-webkit-input-placeholder {
  color: #fff;
}
.main-container {
  padding: 8px 12px;
}
.main-container .top-title {
  font-family: a-b;
  font-weight: 900;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
.main-container .ad-box {
  margin-bottom: 8px;
}
.main-container .ad-box .ad-title {
  font-family: a-m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  text-align: center;
}
.main-container .ad-box .ad-cont {
  min-height: 280px;
}
.main-container .app-list ul li {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.main-container .app-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.main-container .app-list ul li .item-l {
  width: calc(100% - 166px);
}
.main-container .app-list ul li .item-l h3 {
  font-family: a-b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.main-container .app-list ul li .item-l .text p {
  font-family: a-m;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main-container .app-list ul li .item-l .text p span {
  display: block;
  font-family: a-m;
  font-weight: 400;
  font-size: 12px;
  color: #666666 !important;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main-container .app-list ul li .item-l span {
  font-family: a-r;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.main-container .app-list ul li img {
  width: 158px;
  height: 110px;
  object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}
.main-container .app-list ul li:last-child {
  border: none;
}
footer {
  background: #4A4A4A;
}
footer .footer-t {
  padding: 10px 0;
}
footer .footer-t a {
  font-family: a-m;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
footer .footer-b {
  font-family: a-m;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .main-container,
  header,
  footer {
    width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header,
  footer {
    width: 600px;
    margin: 0 auto;
  }
  .main-container {
    margin: 0 auto;
    width: 600px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .main-container,
  header,
  footer {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .main-container,
  header,
  footer {
    width: 100%;
    margin: 0 auto;
  }
}
