#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont-l {
  width: 824px;
}
#content .cont .cont-l .top-app {
  display: flex;
  align-items: center;
}
#content .cont .cont-l .top-app .app-cover {
  width: 120px;
  height: 120px;
  background: #F6F6F6;
  border-radius: 50%;
  margin-right: 16px;
}
#content .cont .cont-l .top-app .app-cover img {
  width: 100%;
}
#content .cont .cont-l .top-app h3 {
  word-break: break-word;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#content .cont .cont-l .ad-auto {
  margin-bottom: 12px;
}
#content .cont .cont-l .ad-auto .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
  display: block;
}
#content .cont .cont-l .ad-auto .ad-cont {
  min-height: 90px;
}
#content .cont .cont-l .search-list h2 {
  margin-bottom: 12px;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
#content .cont .cont-l .search-list .search-item {
  position: relative;
  padding: 14px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont .cont-l .search-list .search-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content .cont .cont-l .search-list .search-item .app-img {
  width: 88px;
  height: 88px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
#content .cont .cont-l .search-list .search-item .app-img img {
  width: 100%;
}
#content .cont .cont-l .search-list .search-item .item-r {
  width: calc(100% - 267px);
}
#content .cont .cont-l .search-list .search-item .item-r h3 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont .cont-l .search-list .search-item .item-r span {
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 28px;
  white-space: nowrap;
}
#content .cont .cont-l .search-list .search-item .btn {
  width: 155px;
  height: 60px;
  background: #EFEFEF;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 60px;
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  border: 1px solid #efefef;
}
#content .cont .cont-l .search-list .search-item:hover .btn {
  background: #FAFAFA;
  box-shadow: 0px 8px 22px 0px #ECECEC;
  border: 1px solid #F17322;
  color: #F17322;
}
#content .cont .cont-r {
  width: 400px;
}
#content .cont .cont-r .r-ad-box {
  margin-bottom: 12px;
}
#content .cont .cont-r .r-ad-box .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
  display: block;
}
#content .cont .cont-r .r-ad-box .ad-cont {
  width: 300px;
  height: 600px;
  margin: 0 auto;
  background: #eee;
}
#content .cont .cont-r .cate,
#content .cont .cont-r .trend,
#content .cont .cont-r .relate {
  margin-bottom: 24px;
}
#content .cont .cont-r .cate h3,
#content .cont .cont-r .trend h3,
#content .cont .cont-r .relate h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont .cont-r .cate .cate-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 0;
}
#content .cont .cont-r .cate .cate-list ul .cate-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
}
#content .cont .cont-r .cate .cate-list ul .cate-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
#content .cont .cont-r .cate .cate-list ul .cate-item .img-box {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  position: relative;
}
#content .cont .cont-r .cate .cate-list ul .cate-item .img-box .hui {
  width: 64px;
  height: 64px;
  background: #F6F6F6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .cont .cont-r .cate .cate-list ul .cate-item .img-box .hui img {
  width: 64px;
  height: 64px;
}
#content .cont .cont-r .cate .cate-list ul .cate-item .img-box .hui .img-bai {
  display: none;
}
#content .cont .cont-r .cate .cate-list ul .cate-item h4 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
@media (any-hover: hover) {
  #content .cont .cont-r .cate .cate-list ul .cate-item:hover .img-box .hui {
    background: #F17224;
  }
  #content .cont .cont-r .cate .cate-list ul .cate-item:hover .img-box .hui .img-shen {
    display: none;
  }
  #content .cont .cont-r .cate .cate-list ul .cate-item:hover .img-box .hui .img-bai {
    display: block;
  }
  #content .cont .cont-r .cate .cate-list ul .cate-item:hover h4 {
    color: #F17224;
  }
}
#content .cont .cont-r .trend .trend-list ul .trend-item {
  position: relative;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  border: 1px solid #fafafa;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 10px;
}
#content .cont .cont-r .trend .trend-list ul .trend-item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .num {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  position: relative;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .num .tren-img {
  width: 100%;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: bl;
  font-weight: 900;
  font-size: 16px;
  color: #FFFFFF;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .app-cover {
  width: 64px;
  height: 64px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .app-cover img {
  width: 100%;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .item-r {
  width: calc(100% - 118px);
}
#content .cont .cont-r .trend .trend-list ul .trend-item .item-r h4 {
  font-family: s;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .cont .cont-r .trend .trend-list ul .trend-item .item-r span {
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
@media (any-hover: hover) {
  #content .cont .cont-r .trend .trend-list ul .trend-item:hover {
    border: 1px solid #F17322;
  }
  #content .cont .cont-r .trend .trend-list ul .trend-item:hover .item-r h4 {
    color: #F17322;
  }
}
#content .cont .cont-r .trend .trend-list ul .trend-item::last-child {
  margin-bottom: 0;
}
#content .cont .cont-r .offer-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 9px;
}
#content .cont .cont-r .offer-list ul .offer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #FAFAFA;
  padding: 12px;
}
#content .cont .cont-r .offer-list ul .offer-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
#content .cont .cont-r .offer-list ul .offer-item .img-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont .cont-r .offer-list ul .offer-item .img-box img {
  width: 100%;
}
#content .cont .cont-r .offer-list ul .offer-item .offer-tag {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (any-hover: hover) {
  #content .cont .cont-r .offer-list ul .offer-item:hover {
    border-color: #F17322;
  }
  #content .cont .cont-r .offer-list ul .offer-item:hover .offer-tag {
    color: #F17322;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .search-list .search-item .item-r {
    width: calc(100% - 100px);
  }
  #content .cont .cont-l .search-list .search-item .btn {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .cate .cate-list ul {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont .cont-r .offer-list ul {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .search-list .search-item .item-r {
    width: calc(100% - 100px);
  }
  #content .cont .cont-l .search-list .search-item .btn {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .cate .cate-list ul {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
  #content .cont .cont-r .offer-list ul {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .search-list .search-item .item-r {
    width: calc(100% - 100px);
  }
  #content .cont .cont-l .search-list .search-item .btn {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .search-list .search-item .item-r {
    width: calc(100% - 100px);
  }
  #content .cont .cont-l .search-list .search-item .btn {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}
