#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 300px;
}
#content .cont-l .brands,
#content .cont-l .reviews,
#content .cont-l .devices,
#content .cont-l .recommend {
  margin-bottom: 14px;
}
#content .cont-l .brands .title,
#content .cont-l .reviews .title,
#content .cont-l .devices .title,
#content .cont-l .recommend .title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#content .cont-l .brands .title span,
#content .cont-l .reviews .title span,
#content .cont-l .devices .title span,
#content .cont-l .recommend .title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
#content .cont-l .brands .brands-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-gap: 16px 8px;
  margin-bottom: 16px;
}
#content .cont-l .brands .brands-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont-l .brands .brands-list li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#content .cont-l .brands .brands-list li .img-box {
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 47px 47px 47px 47px;
  border: 1px solid #eee;
  margin-bottom: 4px;
}
#content .cont-l .brands .brands-list li .img-box img {
  width: 100%;
}
#content .cont-l .brands .brands-list li span {
  width: 100%;
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
#content .cont-l .brands .brands-list li:hover .img-box {
  border-color: #4470F5;
}
#content .cont-l .brands .brands-list li:hover span {
  color: #4470F5;
}
#content .cont-l .brands .all-brand {
  width: 100%;
  height: 40px;
  background: #4470F5;
  border-radius: 0px 0px 0px 0px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 43px;
}
#content .cont-l .reviews ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont-l .reviews ul li .num {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  text-align: center;
  line-height: 22px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #CFCFCF;
}
#content .cont-l .reviews ul li .re-title {
  width: calc(100% - 28px);
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont-l .reviews ul li:last-child {
  margin-bottom: 0;
}
#content .cont-l .reviews ul li:hover .re-title {
  color: #4470F5;
}
#content .cont-l .reviews ul li:nth-child(1) .num,
#content .cont-l .reviews ul li:nth-child(2) .num,
#content .cont-l .reviews ul li:nth-child(3) .num {
  background: #D22221;
}
#content .cont-l .devices ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 16px 15px;
}
#content .cont-l .devices ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont-l .devices ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#content .cont-l .devices ul li .img-box {
  width: 90px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 4px;
}
#content .cont-l .devices ul li .img-box img {
  width: 100%;
}
#content .cont-l .devices ul li span {
  width: 100%;
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .devices ul li:hover .img-box {
  border-color: #4470F5;
}
#content .cont-l .devices ul li:hover span {
  color: #4470F5;
}
#content .cont-l .recommend ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont-l .recommend ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#content .cont-l .recommend ul li .img-box {
  width: 100px;
  height: 56px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
}
#content .cont-l .recommend ul li .img-box .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #D22221;
}
#content .cont-l .recommend ul li .img-box img {
  width: 100%;
}
#content .cont-l .recommend ul li .reco-title {
  width: calc(100% - 108px);
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .recommend ul li:hover .reco-title {
  color: #4470F5;
}
#content .cont-l .recommend ul .first-item {
  width: 100%;
  height: 168px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
#content .cont-l .recommend ul .first-item img {
  width: 100%;
}
#content .cont-l .recommend ul .first-item .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #D22221;
}
#content .cont-l .recommend ul .first-item .reco-title {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 16px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cont-r {
  width: 760px;
}
.cont-r .search-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.cont-r .search-title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
.cont-r .review-list .review-title {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.cont-r .review-list .all-brand-list li {
  display: flex;
  align-items: end;
  padding: 16px;
  border: 2px solid #EEEEEE;
  margin-bottom: 16px;
}
.cont-r .review-list .all-brand-list li .img-box {
  width: 150px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cont-r .review-list .all-brand-list li .img-box img {
  width: 100%;
}
.cont-r .review-list .all-brand-list li .list-r {
  width: calc(100% - 315px);
}
.cont-r .review-list .all-brand-list li .list-r h3 {
  margin-bottom: 30px;
  font-family: b;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cont-r .review-list .all-brand-list li .list-r .phone-name {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.cont-r .review-list .all-brand-list li .list-r .phone-name img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.cont-r .review-list .all-brand-list li .list-r .phone-name span {
  font-family: r;
  font-size: 14px;
  color: #333333;
  transform: translateY(2px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cont-r .review-list .all-brand-list li .list-r .btm-box {
  display: flex;
  align-items: center;
}
.cont-r .review-list .all-brand-list li .list-r .btm-box .size {
  width: 200px;
  height: 41px;
  background: #F6F6F6;
  border-radius: 0px 0px 0px 0px;
  padding: 11px 16px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-right: 4px;
}
.cont-r .review-list .all-brand-list li .list-r .btm-box .jg {
  width: 205px;
  height: 41px;
  background: #F6F6F6;
  border-radius: 0px 0px 0px 0px;
  padding: 11px 16px;
  font-family: b;
  font-weight: 400;
  font-size: 14px;
  color: #D22221;
  margin-right: 4px;
}
.cont-r .review-list .all-brand-list li .btn-box-r {
  width: 137px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
.cont-r .review-list .all-brand-list li .btn-box-r a {
  width: 137px;
  height: 41px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D22221;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #D22221;
  line-height: 41px;
  text-align: center;
}
.cont-r .review-list .all-brand-list li .btn-box-r .review {
  background: #D22221;
  color: #fff;
  margin-bottom: 16px;
}
.cont-r .review-list .all-brand-list li:hover {
  background: #EEEEEE;
}
.cont-r .cp-box .cp-title {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.cont-r .cp-box .more-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.cont-r .cp-box .more-title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
.cont-r .cp-box .r-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.cont-r .cp-box .r-list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cont-r .cp-box .r-list li .img-box {
  width: 284px;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cont-r .cp-box .r-list li .img-box img {
  width: 100%;
}
.cont-r .cp-box .r-list li .list-r {
  width: calc(100% - 296px);
}
.cont-r .cp-box .r-list li .list-r h3 {
  margin-bottom: 16px;
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont-r .cp-box .r-list li .list-r p {
  margin-bottom: 15px;
  font-family: r;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cont-r .cp-box .r-list li .list-r .tags {
  display: flex;
}
.cont-r .cp-box .r-list li .list-r .tags span {
  background: #F2F4F6;
  border-radius: 2px 2px 2px 2px;
  padding: 2px 8px;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-right: 8px;
}
.cont-r .cp-box .r-list li:hover .list-r h3 {
  color: #4470F5;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column-reverse;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .brands .brands-list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
  }
  #content .cont-l .devices ul {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column-reverse;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .brands .brands-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont-l .devices ul {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column-reverse;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .review-list .all-brand-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    align-items: center;
  }
  #content .cont-r .review-list .all-brand-list li .img-box {
    width: 120px;
    height: 160px;
  }
  #content .cont-r .review-list .all-brand-list li .list-r {
    width: calc(100% - 136px);
  }
  #content .cont-r .review-list .all-brand-list li .list-r h3 {
    margin-bottom: 10px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .phone-name {
    display: none;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .btm-box {
    flex-direction: column;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .btm-box .size {
    width: 100%;
    margin: 0 0 4px 0;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .btm-box .jg {
    width: 100%;
    margin-right: 0px;
  }
  #content .cont-r .review-list .all-brand-list li .btn-box-r {
    width: 100%;
    margin: 16px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
  #content .cont-r .review-list .all-brand-list li .btn-box-r a {
    width: calc((100% - 10px) / 2);
  }
  #content .cont-r .review-list .all-brand-list li .btn-box-r .review {
    margin-bottom: 0px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column-reverse;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .review-list .all-brand-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    align-items: center;
  }
  #content .cont-r .review-list .all-brand-list li .img-box {
    width: 120px;
    height: 160px;
  }
  #content .cont-r .review-list .all-brand-list li .list-r {
    width: calc(100% - 136px);
  }
  #content .cont-r .review-list .all-brand-list li .list-r h3 {
    margin-bottom: 10px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .phone-name {
    display: none;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .btm-box {
    flex-direction: column;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .btm-box .size {
    width: 100%;
    margin: 0 0 4px 0;
  }
  #content .cont-r .review-list .all-brand-list li .list-r .btm-box .jg {
    width: 100%;
    margin-right: 0px;
  }
  #content .cont-r .review-list .all-brand-list li .btn-box-r {
    width: 100%;
    margin: 16px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
  #content .cont-r .review-list .all-brand-list li .btn-box-r a {
    width: calc((100% - 10px) / 2);
  }
  #content .cont-r .review-list .all-brand-list li .btn-box-r .review {
    margin-bottom: 0px;
  }
  #content .cont-r .cp-box .r-list li {
    flex-direction: column;
  }
  #content .cont-r .cp-box .r-list li .img-box {
    width: 100%;
    height: 192px;
    margin: 0 0 12px 0;
  }
  #content .cont-r .cp-box .r-list li .list-r {
    width: 100%;
  }
  #content .cont-r .cp-box .r-list li .list-r h3 {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inherit;
  }
  #content .cont-r .cp-box .r-list li .list-r p {
    display: none;
  }
  #content .cont-r .cp-box .r-list li .list-r .tags {
    display: none;
  }
}
