#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 300px;
}
#content .cont-l .ad-box {
  margin-bottom: 12px;
}
#content .cont-l .ad-box .ad-title {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
  text-align: center;
}
#content .cont-l .ad-box .ad-cont {
  min-height: 90px;
}
#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 .ad-box {
  margin-bottom: 12px;
}
.cont-r .ad-box .ad-title {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
  text-align: center;
}
.cont-r .ad-box .ad-cont {
  min-height: 90px;
}
.cont-r .price,
.cont-r .introduction,
.cont-r .glance {
  margin-bottom: 16px;
}
.cont-r .price .r-title,
.cont-r .introduction .r-title,
.cont-r .glance .r-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.cont-r .price .r-title span,
.cont-r .introduction .r-title span,
.cont-r .glance .r-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 .phone-box .de-top {
  width: 100%;
  height: 56px;
  background: #4470F5;
  font-family: b;
  font-weight: 800;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 56px;
  padding: 0 16px;
}
.cont-r .phone-box .de-btm {
  display: flex;
  padding: 16px;
  border: 2px solid #EEEEEE;
  margin-bottom: 16px;
}
.cont-r .phone-box .de-btm .img-box {
  width: 150px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cont-r .phone-box .de-btm .img-box img {
  width: 100%;
}
.cont-r .phone-box .de-btm .list-r {
  width: calc(100% - 160px);
}
.cont-r .phone-box .de-btm .list-r .ratings {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 34px;
  background: #F2F4F6;
  margin-bottom: 10px;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-l {
  width: 116px;
  margin-right: 24px;
  text-align: center;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-l .score span {
  color: #333333;
  font-family: d;
  font-weight: 800;
  font-size: 16px;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-l .score span:first-child {
  font-size: 32px;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-l .xing .layui-rate li i.layui-icon {
  font-size: 20px;
  color: #FFCC33;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r {
  width: calc(100% - 118px);
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  width: 100%;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r ul li:last-child {
  margin-bottom: 0;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r ul li .progess-l {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r ul li .progess-l span {
  width: 112px;
  text-align: right;
  font-family: r;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r ul li .progess-r {
  width: 100%;
  height: 6px;
  background: #fff;
}
.cont-r .phone-box .de-btm .list-r .ratings .ratings-r ul li .progess-r span {
  display: block;
  height: 6px;
  background: #FFCC33;
  border-radius: 5px 5px 5px 5px;
}
.cont-r .phone-box .de-btm .list-r .tags {
  display: flex;
  margin-bottom: 12px;
}
.cont-r .phone-box .de-btm .list-r .tags a {
  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 .phone-box .de-btm .list-r .tags a:hover {
  background: #4470F5;
  color: #FFFFFF;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .phone-name {
  display: flex;
  align-items: center;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .phone-name img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .phone-name span {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  transform: translateY(2px);
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link {
  display: flex;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link a {
  margin-right: 9px;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link a img {
  width: 24px;
  height: 24px;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link a .shen {
  display: none;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link a:last-child {
  margin-right: 0;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link a:hover .qian {
  display: none;
}
.cont-r .phone-box .de-btm .list-r .r-btm-box .link a:hover .shen {
  display: block;
}
.cont-r .price .btm-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cont-r .price .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 .price .btm-box .jg {
  width: 475px;
  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 .price .btm-box .more {
  width: 77px;
  height: 41px;
  background: #D22221;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
}
.cont-r .introduction .in-btm-box p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
}
.cont-r .introduction .in-btm-box p:last-child {
  margin-bottom: 0;
}
.cont-r .introduction .in-btm-box img {
  width: 100%;
  margin: 16px 0;
}
.cont-r .glance table {
  width: 100%;
}
.cont-r .glance table tr {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  box-sizing: border-box;
}
.cont-r .glance table tr .td-l {
  width: 124px;
  margin-right: 20px;
  display: flex;
}
.cont-r .glance table tr .td-l img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.cont-r .glance table tr .td-l span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transform: translateY(2px);
}
.cont-r .glance table tr .td-r {
  width: calc(100% - 145px);
}
.cont-r .glance table tr .td-r p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.cont-r .glance table .hui {
  background: #F6F6F6;
}
.cont-r .next {
  width: 100%;
  height: 48px;
  background: #4470F5;
  display: block;
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
@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%;
  }
  #content .cont-r .price .btm-box .size {
    width: 152px;
  }
  #content .cont-r .price .btm-box .jg {
    width: calc(100% - 239px);
    margin-right: 4px;
  }
}
@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%;
  }
  #content .cont-r .price .btm-box .size {
    width: 152px;
  }
  #content .cont-r .price .btm-box .jg {
    width: calc(100% - 239px);
    margin-right: 4px;
  }
}
@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 .price .btm-box .size {
    width: 152px;
  }
  #content .cont-r .price .btm-box .jg {
    width: calc(100% - 239px);
    margin-right: 4px;
  }
}
@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 .price .btm-box .size {
    width: 152px;
  }
  #content .cont-r .price .btm-box .jg {
    width: calc(100% - 156px);
    margin-right: 0px;
  }
  #content .cont-r .price .btm-box .more {
    width: 100%;
    margin-top: 4px;
  }
  #content .cont-r .phone-box .de-btm .img-box {
    width: 120px;
    height: 160px;
  }
  #content .cont-r .phone-box .de-btm .list-r {
    width: calc(100% - 132px);
  }
  #content .cont-r .phone-box .de-btm .list-r .ratings {
    justify-content: center;
    width: 100%;
    padding: 8px 0px;
    margin-bottom: 4px;
  }
  #content .cont-r .phone-box .de-btm .list-r .ratings .ratings-l {
    margin-right: 0px;
  }
  #content .cont-r .phone-box .de-btm .list-r .ratings .ratings-r {
    display: none;
  }
  #content .cont-r .phone-box .de-btm .list-r .tags {
    margin-bottom: 8px;
  }
  #content .cont-r .phone-box .de-btm .list-r .r-btm-box {
    flex-direction: column;
    align-items: start;
  }
  #content .cont-r .phone-box .de-btm .list-r .r-btm-box .phone-name {
    margin-bottom: 4px;
  }
}
