body {
  background: white;
}
.webnav {
  display: flex;
  padding: 5px 0;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 14px;
}
.webnav .item {
  flex-grow: 1;
  min-height: 50px;
  text-align: center;
  padding: 5px 0;
  min-width: 15%;
  font-size: 16px;
}
.webnav .item img {
  width: 50px;
  height: 50px;
  margin: 0;
}
.webnav .item span {
  display: block;
  margin-top: -5px;
}
.xekb {
  line-height: 38px;
  vertical-align: middle;
  padding: 5px 0;
  display: flex;
  border-bottom: 1px solid #DDD;
}
.xekb img {
  padding: 5px;
  line-height: 28px;
  height: 18px;
  margin: 0;
  width: 58px;
  border-right: 1px solid #DDD;
}
.xekb ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.xekb ul li {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.xekb ul li a {
  color: #565656;
  padding-left: 5px;
}
.jrtj {
  overflow-x: hidden;
}
.jrtj .title {
  display: block;
  text-align: center;
  padding: 5px 0 2px 0;
  font-size: 16px;
}
.jrtj .products {
  overflow: hidden;
}
.jrtj .products .item {
  margin: 10px 0;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.jrtj .products .item img {
  max-width: 100px;
}
.jrtj .products .item span.hot {
  position: absolute;
  right: 5px;
  top: 0px;
  color: white;
  background: #ff5722;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.jrtj .products .item span.price {
  position: absolute;
  bottom: 0px;
  color: #ff5722;
  background: white;
  width: 100%;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.8;
}
.newslist {
  overflow-x: hidden;
}
.newslist .title {
  display: block;
  text-align: center;
  padding: 5px 0 2px 0;
  font-size: 16px;
}
.titlesplit {
  display: flex;
  height: 28px;
  padding: 5px 10px;
  align-items: center;
  border-top: 5px solid #eee;
  border-bottom: 1px solid #eee;
}
.titlesplit .split {
  width: 2px;
  background: #249B45;
  height: 16px;
}
.titlesplit .title {
  font-size: 14px;
  font-weight: bold;
  flex-grow: 1;
  margin-left: 10px;
}
.titlesplit .more {
  font-size: 14px;
  color: grey;
}
.titlesplit .arrow {
  width: 4px;
  margin-left: 4px;
  height: 14px;
}
.prodcutcontainer .prodcutline {
  display: flex;
  padding: 0 5px;
}
.prodcutcontainer .prodcutline .item {
  width: 30%;
  flex-grow: 1;
  margin: 2px;
  padding: 5px;
  overflow: hidden;
  display: flex;
  font-size: 14px;
  flex-direction: column;
}
.prodcutcontainer .prodcutline .item .image {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.prodcutcontainer .prodcutline .item .name {
  height: 1.5em;
  overflow-y: hidden;
  font-size: 13px;
}
.prodcutcontainer .prodcutline .item .attr {
  display: flex;
  font-size: 12px;
}
.prodcutcontainer .prodcutline .item .attr .price {
  flex-grow: 1;
  color: orangered;
}
.prodcutcontainer .prodcutline .item .attr .sales {
  flex-grow: 1;
  text-align: right;
  color: darkgray;
}
.livecontainer {
  display: block;
  background: #efefef;
  padding: 0 2px 2px 2px;
}
.livecontainer .item {
  display: flex;
  margin: 2px;
  border-radius: 3px;
  background: white;
  overflow: hidden;
  flex-direction: row;
  height: 70px;
}
.livecontainer .item .status {
  width: 50px;
  margin-top: -56px;
  font-size: 12px;
  z-index: 5;
  margin-right: -5px;
}
.livecontainer .item .status .statusimg {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 10px;
}
.livecontainer .item .status .statustext {
  color: white;
  font-size: 12px;
}
.livecontainer .item .image {
  z-index: 0;
  width: 50px;
  margin-top: 15px;
  height: 50px;
}
.livecontainer .item .infobox {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  flex-grow: 1;
  width: 100px;
  height: 65px;
}
.livecontainer .item .infobox .nameline {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.livecontainer .item .infobox .nameline .name {
  width: 100px;
  flex-grow: 1;
}
.livecontainer .item .infobox .nameline .tag {
  background: #ff82c5;
  box-shadow: 2px 2px 2px pink;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 12px;
  height: 15px;
}
.livecontainer .item .infobox .host {
  color: grey;
  flex-grow: 1;
}
.livecontainer .item .infobox .products {
  display: flex;
}
.livecontainer .item .infobox .products .lp .lpimg {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin: 0 4px;
}
.livecontainer .item .infobox .products .lpinfo {
  border-radius: 2px;
  height: 40px;
}
.livecontainer .item .infobox .products .lpinfo2 {
  background: pink;
  color: red;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 30px;
}
.livecontainer .item .infobox .products .lpspan {
  padding: 0 3px;
  flex-grow: 0;
  text-align: center;
  height: 14px;
}
/*# sourceMappingURL=index.css.map */