﻿.zjyc_alone {
  flex: 1;
  padding-bottom: 21.3333vw;
}
.zjyc_alone > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2vw 4.2667vw 4.2667vw;
}
.zjyc_alone > .top > .title {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
}
.zjyc_alone > .top > .recommend {
  display: flex;
  align-items: center;
}
.zjyc_alone > .top > .recommend > a {
  width: 19.4667vw;
  height: 6.4vw;
  background: #eeeeee;
  border-radius: 0.5333vw;
  font-size: 3.7333vw;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3.2vw;
}
.zjyc_alone > .top > .recommend > a.active {
  background: #c60000;
  font-weight: bold;
  color: #ffffff;
}
.zjyc_alone > .lottery {
  padding: 0 4vw;
}
.zjyc_alone > .lottery > .cut {
  height: 8.5333vw;
  width: 100%;
  border-bottom: 0.5333vw solid #c60000;
}
.zjyc_alone > .lottery > .cut > h3 {
  width: 22vw;
  height: 100%;
  background: #c60000;
  border-radius: 1.0667vw 1.0667vw 0vw 0vw;
  font-size: 4.2667vw;
  color: #fff;
}
.zjyc_alone > .tab > .art {
  display: flex;
  flex-direction: column;
  padding: 4vw;
}
.zjyc_alone > .tab > .art:not(:last-of-type) {
  background: url(/m8300/images/bot.png) no-repeat bottom center;
  background-size: 100%;
}
.zjyc_alone > .tab > .art > .atop {
  display: flex;
  align-items: center;
}
.zjyc_alone > .tab > .art > .atop > img {
  width: 10.6667vw;
  height: 10.6667vw;
  border-radius: 50%;
  margin-right: 2vw;
}
.zjyc_alone > .tab > .art > .atop > .ainfo > .aname {
  font-size: 3.7333vw;
  color: #181818;
  margin-bottom: 0.6vw;
  display: block;
}
.zjyc_alone > .tab > .art > .atop > .ainfo > .adetail {
  font-size: 3.4667vw;
  color: #999999;
  display: flex;
}
.zjyc_alone > .tab > .art > .atop > .ainfo > .adetail > .fb {
  display: flex;
  margin: 0 1.6vw;
}
.zjyc_alone > .tab > .art > .atop > .ainfo > .adetail > .fb::before,
.zjyc_alone > .tab > .art > .atop > .ainfo > .adetail > .fb::after {
  display: block;
  content: "";
  width: 0.5333vw;
  height: 4vw;
  background: #eeeeee;
}
.zjyc_alone > .tab > .art > .atop > .ainfo > .adetail > .fb::before {
  margin-right: 1.6vw;
}
.zjyc_alone > .tab > .art > .atop > .ainfo > .adetail > .fb::after {
  margin-left: 1.6vw;
}
.zjyc_alone > .tab > .art > .amiddle {
  margin: 4vw 0;
}
.zjyc_alone > .tab > .art > .amiddle > .til {
  font-size: 3.7333vw;
  color: #181818;
  width: 100%;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zjyc_alone > .tab > .art > .amiddle > .til.xin::before {
  display: inline-block;
  content: "新";
  width: 4.2vw;
  height: 4.2vw;
  font-size: 3.2vw;
  color: #ffffff;
  background-color: #c60000;
  text-align: center;
  line-height: 4.2vw;
  border-radius: 0.6667vw;
  margin-right: 1vw;
}
.zjyc_alone > .tab > .art > .abot {
  background: #f9f9f9;
  padding: 0 2.1333vw;
  height: 8vw;
  font-size: 3.2vw;
  color: #999999;
}
.zjyc_alone > .tab > .art > .abot > .le {
  display: flex;
  align-items: center;
}
.zjyc_alone > .tab > .art > .abot > .le > span {
  width: 14.1333vw;
  height: 5.3333vw;
  border: 0.2667vw solid #c60000;
  border-radius: 0.5333vw;
  color: #c60000;
  margin-right: 2.1333vw;
}
.zjyc_alone > .tab > .art.win {
  position: relative;
}
.zjyc_alone > .tab > .art.win > .win-icon {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 10.6667vw;
  height: 10.6667vw;
}
