.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;
  line-height: 24px;
}
.main-container .time,
.main-container .fenl,
.main-container .zz {
  font-family: a-r;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.main-container .fenl,
.main-container .zz {
  display: block;
  margin-bottom: 8px;
}
.main-container .ad-box {
  margin-bottom: 8px;
}
.main-container .ad-box .ad-title {
  font-family: a-r;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  text-align: center;
}
.main-container .ad-box .ad-cont {
  min-height: 90px;
}
.main-container ul {
  list-style: none !important;
}
.main-container ul li p span {
  display: block;
  padding-left: 12px;
  position: relative;
}
.main-container ul li p span::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
}
.main-container .caption {
  margin-bottom: 8px;
}
.main-container .caption h3 {
  font-family: a-b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.main-container .caption .ca-text {
  margin-bottom: 8px;
}
.main-container .caption .ca-text p {
  font-family: a-m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.main-container .caption .ca-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 9px;
}
.main-container .caption .ca-list a {
  padding: 10px;
  background: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-container .caption .ca-list a h4 {
  font-family: a-s;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.main-container .caption .ca-list a div span {
  font-family: a-l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
}
.main-container .caption .ca-list a div .btn {
  width: 100%;
  height: 28px;
  background: #E16589;
  border-radius: 3px 3px 3px 3px;
  font-family: a-s;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  margin-top: 4px;
}
.main-container .app-list .ap-t {
  font-family: a-b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.main-container .app-list ul li {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: flex;
}
.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 img {
  width: 140px;
  height: 84px;
  object-fit: cover;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
.main-container .app-list ul li .item-r {
  width: calc(100% - 148px);
}
.main-container .app-list ul li .item-r h4 {
  font-family: a-b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.main-container .app-list ul li .item-r 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: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;
  }
}
