#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont-l {
  width: 824px;
}
#content .cont .cont-l .ad-auto {
  margin-bottom: 12px;
}
#content .cont .cont-l .ad-auto .ad-title,
#content .cont .cont-l .ad-auto .pc-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 .ad-auto .pc-title {
  text-align: left;
}
#content .cont .cont-l .ad-auto .ad-title {
  display: none;
}
#content .cont .cont-l .app-detail {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#content .cont .cont-l .app-detail .app-cover {
  width: 110px;
  height: 110px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 16px;
}
#content .cont .cont-l .app-detail .app-cover img {
  width: 100%;
}
#content .cont .cont-l .app-detail .de-r {
  width: calc(100% - 126px);
}
#content .cont .cont-l .app-detail .de-r h2 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .cont .cont-l .app-detail .de-r .de-text {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
#content .cont .cont-l .app-detail .de-r .de-text i {
  color: #333;
}
#content .cont .cont-l .top_offers h3 {
  line-height: 24px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont-l .top_offers .top_list .top_item {
  position: relative;
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  margin-bottom: 16px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t {
  display: flex;
  padding-right: 16px;
  align-items: center;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_l .num {
  width: 129px;
  padding: 0 16px;
  word-wrap: break-word;
  font-size: 18px;
  font-family: m;
  line-height: 24px;
  text-align: center;
  color: #388ADE;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_c {
  flex: 1;
  padding: 12px 0 16px 16px;
  border-left: 1px dashed #EAEAEA;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_c h3 {
  word-break: break-all;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_c .c_tal {
  font-size: 14px;
  font-family: l;
  font-weight: 300;
  color: #388ADE;
  line-height: 24px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_c .time {
  font-size: 14px;
  font-family: l;
  font-weight: 300;
  color: #666666;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_r {
  width: 175px;
  height: 44px;
  border: 1px solid #388ADE;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #388ADE;
  margin-left: 16px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .m_r {
  display: none;
  margin-left: 10px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .m_r img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn {
  display: flex;
  color: #fff;
  line-height: 44px;
  position: relative;
  text-align: center;
  width: 175px;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-name {
  width: 120px;
  background: #F17322;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  font-family: m;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-sign {
  display: block;
  width: 60px;
  background-color: #fff;
  color: #F17322;
  border: 1px dashed #F17322;
  height: 44px;
  padding-right: 10px;
  border-top-right-radius: 8px;
  border-end-end-radius: 8px;
  position: absolute;
  right: 0;
  word-break: break-all;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-img {
  width: 26px;
  position: absolute;
  top: -1px;
  right: 31px;
  transition: all 0.3s;
  z-index: 10;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-img img {
  width: 26px;
  height: 45px;
}
@media (any-hover: hover) {
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t:hover .item_t_r {
    background: #388ADE;
    color: #fff;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t:hover .list-right .tran-btn .tran-btn-name {
    width: 113px;
    transition: all 0.3s;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t:hover .list-right .tran-btn .tran-btn-img {
    right: 40px;
    transition: all 0.3s;
  }
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_b {
  padding: 4px 32px;
  border-top: 1px solid #EAEAEA;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_b .item_b_t {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_b .item_b_t span {
  font-size: 12px;
  font-family: l;
  font-weight: 400;
  color: #666;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_b .item_b_t .sj_r {
  width: 20px;
  height: 20px;
}
#content .cont .cont-l .top_offers .top_list .top_item .top_item_b .item_b_text {
  display: none;
  font-size: 12px;
  font-family: l;
  font-weight: 400;
  color: #666;
  line-height: 28px;
}
#content .cont .cont-l .brand h3 {
  line-height: 24px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont-l .brand .brand_list .brand_item {
  position: relative;
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  margin-bottom: 16px;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t {
  display: flex;
  padding-right: 16px;
  align-items: center;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_l {
  padding: 16px;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_l .brand-img {
  width: 94px;
  height: 94px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_l .brand-img img {
  width: 100%;
  border: 1px solid #EAEAEA;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_c {
  flex: 1;
  padding: 12px 0 16px 16px;
  border-left: 1px dashed #EAEAEA;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_c h3 {
  word-break: break-all;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_c .c_tal {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_c .time {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #F17322;
  line-height: 24px;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_r {
  width: 175px;
  height: 44px;
  border: 1px solid #F17322;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #F17322;
  margin-left: 16px;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .m_r {
  display: none;
  margin-left: 10px;
}
#content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .m_r img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
@media (any-hover: hover) {
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t:hover .item_t_r {
    background: #F17322;
    color: #fff;
  }
}
#content .cont .cont-l .about {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  margin-bottom: 12px;
}
#content .cont .cont-l .about .about-t {
  padding: 16px 16px 10px;
  border-bottom: 1px solid #eaeaea;
}
#content .cont .cont-l .about .about-t h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 4px;
}
#content .cont .cont-l .about .about-t .about-text {
  width: 100%;
  height: 84px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
}
#content .cont .cont-l .about .about-b {
  padding: 4px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#content .cont .cont-l .about .about-b .zi {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}
#content .cont .cont-l .about .about-b img {
  width: 20px;
  height: 20px;
}
#content .cont .cont-l .link {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 20px 16px 4px;
}
#content .cont .cont-l .link h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
#content .cont .cont-l .link .link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#content .cont .cont-l .link .link-list a {
  padding: 10px 57px;
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  border-radius: 55px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin: 0 12px 12px 0;
}
#content .cont .cont-l .link .link-list a:hover {
  color: #F17322;
  border: 1px solid #F17322;
  box-shadow: 0px 8px 22px 0px #ECECEC;
}
#content .cont .cont-l .how {
  margin-bottom: 12px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
}
#content .cont .cont-l .how .how-t {
  padding: 16px 16px 10px;
  border-bottom: 1px solid #eaeaea;
}
#content .cont .cont-l .how .how-t h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 4px;
}
#content .cont .cont-l .how .how-t .how-text {
  width: 100%;
  height: 84px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
}
#content .cont .cont-l .how .how-b {
  padding: 4px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#content .cont .cont-l .how .how-b .how-zi {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}
#content .cont .cont-l .how .how-b .how-sj {
  width: 20px;
  height: 20px;
}
#content .cont .cont-l .faq h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .cont .cont-l .faq .faq-list .faq-item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EAEAEA;
  margin-bottom: 12px;
}
#content .cont .cont-l .faq .faq-list .faq-item .faq-top-box {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont-l .faq .faq-list .faq-item .faq-top-box h4 {
  word-break: break-word;
  font-family: b;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
#content .cont .cont-l .faq .faq-list .faq-item .faq-top-box .faq-sj {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
#content .cont .cont-l .faq .faq-list .faq-item .faq-btm {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #DDDDDD;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
#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,
#content .cont .cont-r .r-ad-box .pc-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-title {
  display: none;
}
#content .cont .cont-r .r-ad-box .ad-cont {
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
}
#content .cont .cont-r .address-box .download {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 10px;
}
#content .cont .cont-r .address-box .download img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
#content .cont .cont-r .address-box .download span {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
#content .cont .cont-r .address-box .download .down-cheng {
  display: none;
}
#content .cont .cont-r .address-box .download:hover {
  box-shadow: inset 0px -4px 0px 0px #D6BB9A;
}
#content .cont .cont-r .address-box .download:hover .down-hei {
  display: none;
}
#content .cont .cont-r .address-box .download:hover .down-cheng {
  display: block;
}
#content .cont .cont-r .address-box .download:hover span {
  color: #F17322;
}
#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 .ad-auto .ad-title {
    display: block;
  }
  #content .cont .cont-l .ad-auto .pc-title {
    display: none;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .m_r {
    display: block;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_r,
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .m_r {
    display: block;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .address-box {
    display: none;
  }
  #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 .ad-auto .ad-title {
    display: block;
  }
  #content .cont .cont-l .ad-auto .pc-title {
    display: none;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .m_r {
    display: block;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_r,
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .m_r {
    display: block;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .address-box {
    display: none;
  }
  #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 .ad-auto .ad-title {
    display: block;
  }
  #content .cont .cont-l .ad-auto .pc-title {
    display: none;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_r,
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right {
    display: none;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .m_r {
    display: block;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .address-box {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .ad-auto .ad-title {
    display: block;
  }
  #content .cont .cont-l .ad-auto .pc-title {
    display: none;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .m_r {
    display: block;
  }
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .item_t_r,
  #content .cont .cont-l .top_offers .top_list .top_item .top_item_t .list-right {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont-l .brand .brand_list .brand_item .brand_item_t .m_r {
    display: block;
  }
  #content .cont .cont-r {
    width: 100%;
  }
  #content .cont .cont-r .address-box {
    display: none;
  }
  #content .cont .cont-r .r-ad-box .ad-title {
    display: block;
  }
  #content .cont .cont-r .r-ad-box .pc-title {
    display: none;
  }
}
.cheng {
  color: #F17322 !important;
}
