@charset "UTF-8";
/* 首页独立样式 */
/* 横向大列表 */
.horizontalList {
  padding: 0.21rem;
}
.horizontalList .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px dashed #e8e8e8;
  padding: 0.21rem 0;
}
.horizontalList .item .dBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.horizontalList .item .dBox > img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.18rem;
  margin-right: 0.2rem;
}
.horizontalList .item .dBox > div > div:first-child {
  max-width: 5.2rem;
  display: inline-block;
  height: 0.44rem;
  line-height: 0.44rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.32rem;
  color: #000;
}
.horizontalList .item .dBox > div > div:nth-child(2) {
  font-size: 0.24rem;
  color: #999;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
}
.horizontalList .item .dBox > div > div:nth-child(2) span:first-child {
  color: #ff0000;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-right: 0.12rem;
  font-size: 0.24rem;
}
.horizontalList .item .dBox > div > div:nth-child(2) span:first-child img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}
.horizontalList .item .dBox > div > div:nth-child(2) span:nth-child(2) {
  margin-left: 0.12rem;
  color: #333;
  font-size: 0.24rem;
}
.horizontalList .item .dBox > div > div:nth-child(3) {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 0.2rem;
}
.horizontalList .item .dBox > div > div:nth-child(3) span:first-child {
  font-size: 0.26rem;
  color: #333;
  margin-right: 0.12rem;
}
.horizontalList .item .dBox > div > div:nth-child(3) span:nth-child(2) {
  font-size: 0.24rem;
  color: #ff0000;
  display: flex;
  align-items: center;
  margin-left: 0.12rem;
}
.horizontalList .item .dBox > div > div:nth-child(3) span:nth-child(2) svg {
  width: 0.24rem;
  height: 0.24rem;
  fill: #ff0000;
  position: relative;
  top: 0.01rem;
  margin-right: 0.08rem;
}
.horizontalList .item .gBox svg {
  width: 0.6rem;
  height: 0.6rem;
  fill: #55AE03;
}
.gameList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.gameList .list {
  min-width: 100%;
}
.latestGameList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.latestGameList .horizontalList {
  min-width: 100%;
}
/* 脚部 */
.footer {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  background: #fdd8c8;
}
.footer > div:first-child {
  padding: 0 0.2rem;
}
.footer > div:first-child img {
  width: 1rem;
  min-width: 1rem;
}
.footer > div:last-child {
  padding: 0 0.2rem;
  background: #fff8f5;
}
.footer > div:last-child > div:first-child {
  font-weight: bold;
  font-size: 0.3rem;
  margin-top: 0.12rem;
  color: #97040f;
}
.footer > div:last-child > div:nth-child(2) {
  font-size: 0.28rem;
  color: #97040f;
  line-height: 0.48rem;
}
/* 友情链接 */
.linkBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.21rem;
  background: #ffffff;
  margin-top: 0.2rem;
}
.linkBox > div:first-child {
  font-size: 0.32rem;
  color: #000;
  margin-right: 0.2rem;
}
.linkBox > div:nth-child(2) {
  font-size: 0.24rem;
  color: #999;
}
