@import url('../css/reset.css');
header {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
header .head {
  width: 1280px;
  padding: 0 100px;
  height: 60px;
  margin: 0 auto;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo {
  margin-right: 40px;
}
header .head .logo img {
  width: 154px;
  height: 48px;
}
header .head nav {
  margin-right: 40px;
  display: flex;
  align-items: center;
  flex: 1;
}
header .head nav a {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 40px;
}
header .head nav a:hover {
  color: #4470F5;
}
header .head nav a:last-child {
  margin-right: 0;
}
header .head .search-box {
  width: 300px;
  height: 40px;
  background: #F8F8F8;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E5E5E5;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
header .head .search-box input {
  width: 211px;
  border: none;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  background: #F8F8F8;
}
header .head .search-box .kong {
  width: 1px;
  height: 24px;
  background: #E5E5E5;
  border-radius: 11px 11px 11px 11px;
  margin: 0 16px;
}
header .head .search-box img {
  width: 24px;
  height: 24px;
}
header .m-head {
  width: 100%;
  height: 48px;
  padding: 4px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
header .m-head .m-list,
header .m-head .m-search {
  width: 24px;
  height: 24px;
}
header .m-head .m-logo {
  width: 158px;
  height: 40px;
}
header .m-head .menus {
  width: 100%;
  height: calc(100vh -48px);
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 48px;
  left: -100%;
  z-index: 9;
}
header .m-head .menus .m-child {
  width: 196px;
  height: 100vh;
  background: #fff;
  padding: 16px;
}
header .m-head .menus .m-child .close {
  width: 24px;
  height: 24px;
  margin-bottom: 32px;
}
header .m-head .menus .m-child .menu-list {
  display: flex;
  flex-direction: column;
}
header .m-head .menus .m-child .menu-list a {
  font-size: 16px;
  font-family: r;
  color: #666666;
  margin-bottom: 16px;
}
header .m-head .m-search-input {
  width: 303px;
  height: 40px;
  background: #F8F8F8;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E5E5E5;
  padding: 8px 16px;
  display: none;
  align-items: center;
}
header .m-head .m-search-input input {
  width: 211px;
  border: none;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  background: #F8F8F8;
}
header .m-head .m-search-input .kong {
  width: 1px;
  height: 24px;
  background: #E5E5E5;
  border-radius: 11px 11px 11px 11px;
  margin: 0 16px;
}
header .m-head .m-search-input img {
  width: 24px;
  height: 24px;
}
#content {
  flex: 1;
  width: 1280px;
  padding: 24px 100px;
  margin: 0 auto;
}
#content .cont-l .reviews ul li {
  position: relative;
}
#content .cont-l .reviews ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#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 .devices .dev-btn {
  display: block;
  width: 100%;
  height: 41px;
  background: #EEEEEE;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  margin-top: 16px;
  text-align: center;
}
#content .cont-l .devices .dev-btn:hover {
  background: #4470F5;
  color: #fff;
}
#content .cont-l .recommend ul .first-item {
  position: relative;
}
#content .cont-l .recommend ul .first-item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#content .cont-r .advice-item-list .advice-item {
  border: none !important;
}
#content .cont-r .advice-item-list .advice-item .title {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
}
#content .cont-r .Popular-new .title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
#content .cont-r .Popular-new .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-r .Popular-new ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 14px 12px;
}
#content .cont-r .Popular-new ul li {
  width: 100%;
  height: 168px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
#content .cont-r .Popular-new ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#content .cont-r .Popular-new ul li img {
  width: 100%;
}
#content .cont-r .Popular-new ul li .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;
}
footer {
  width: 100%;
  background: #222C3C;
}
footer .foot {
  width: 1280px;
  height: 199px;
  padding: 40px 0;
  margin: 0 auto;
  padding: 0 100px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .foot .foot-logo {
  margin-bottom: 24px;
}
footer .foot .foot-logo img {
  width: 154px;
  height: 48px;
}
footer .foot nav {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
footer .foot nav a {
  margin-right: 40px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot span {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    padding: 20px 16px;
    width: 100%;
  }
  #content .cont-r .Popular-new ul {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  footer .foot {
    width: 100%;
    padding: 32px 40px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot nav a {
    margin-right: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 20px 16px;
  }
  #content .cont-r .Popular-new ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  footer .foot {
    width: 100%;
    padding: 32px 40px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot nav a {
    margin-right: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 20px 16px;
  }
  #content .cont-r .Popular-new ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  footer .foot {
    width: 100%;
    padding: 32px 40px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot nav a {
    margin-right: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 20px 16px;
  }
  footer .foot {
    width: 100%;
    padding: 32px 40px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .foot nav a {
    margin-right: 0;
  }
  footer .foot nav a:nth-child(1),
  footer .foot nav a:nth-child(2),
  footer .foot nav a:nth-child(4) {
    margin-right: 16px;
  }
}
