.zj_page {
  flex: 1;
}
.zj_page .cut_zj {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.333rem;
  background: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
}
.zj_page .cut_zj a {
  font-size: 1.333rem;
  color: #4a4a4a;
}
.zj_page .cut_zj a.active {
  font-weight: bold;
  font-size: 1.5rem;
  color: #181818;
  position: relative;
}
.zj_page .cut_zj a.active::after {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 0.333rem;
  background: linear-gradient(90deg, #47b69d 0%, #8cdbc9 100%);
  border-radius: 0.167rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.zj_page .cut_zj a:not(:last-of-type) {
  margin-right: 3.333rem;
}
.zj_page .zj_list {
  padding: 0.667rem;
}
.zj_homepage {
  flex: 1;
  padding: 1rem 0.667rem;
}
.zj_homepage .zjitem {
  margin-bottom: 0;
  background: linear-gradient(180deg, #f3ebd6 0%, #ffffff 100%);
  border-radius: 0.5rem 0.5rem 0 0;
}
.zj_homepage .article_list {
  margin-top: 0.167rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.races {
  flex: 1;
  padding: 0 0.667rem;
}
.races .sel_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.667rem;
  margin: 0 -0.667rem;
  padding: 0 0.833rem;
  background: linear-gradient(180deg, #f8fefd 0%, #ffffff 100%);
  box-shadow: 0rem 0.167rem 0.667rem 0rem rgba(249, 54, 54, 0.03);
  border-radius: 0.333rem 0rem 0.333rem 0.333rem;
}
.races .sel_date .sel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.667rem;
  height: 2.417rem;
  background: #ededed;
  border-radius: 0.333rem;
}
.races .sel_date .sel img {
  width: 0.583rem;
  height: 1rem;
}
.races .sel_date .date {
  flex: 1;
  height: 2.417rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.417rem;
  font-size: 1.167rem;
  color: #4a4a4a;
  background: #ededed;
  border-radius: 0.333rem;
}
.races .sel_date .date span {
  margin: 0 0.25rem;
}
.races .match_list .match {
  margin-top: 0.833rem;
  background: #ffffff;
  box-shadow: 0 0.167rem 0.667rem 0 rgba(249, 54, 54, 0.03);
  border-radius: 0.333rem;
}
.races .match_list .match .time {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem 0 1.333rem;
}
.races .match_list .match .time .type {
  display: flex;
  align-items: center;
  height: 1.333rem;
  padding: 0 0.5rem;
  margin-right: 0.833rem;
  font-weight: bold;
  font-size: 0.833rem;
  color: #ffffff;
  border-radius: 0.167rem;
  background: #679ff8;
}
.races .match_list .match .time .desc {
  font-size: 1rem;
  color: #999999;
}
.races .match_list .match .team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding-left: 1.333rem;
}
.races .match_list .match .team .left {
  display: flex;
  align-items: center;
}
.races .match_list .match .team .left .zd {
  font-weight: bold;
  font-size: 1.333rem;
  color: #181818;
}
.races .match_list .match .team .left .bf {
  font-weight: bold;
  font-size: 1.333rem;
  color: #e24939;
  margin: 0 0.833rem;
}
.races .match_list .match .team .left .vs {
  font-weight: bold;
  font-size: 1.333rem;
  color: #999999;
  margin: 0 0.833rem;
}
.races .match_list .match .team .left .zk {
  font-size: 0.833rem;
  color: #999999;
  margin-left: 0.5rem;
}
.races .match_list .match .team .wks {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 1rem;
  color: #999999;
  background: #eeeeee;
  border-radius: 8.333rem 0 0 8.333rem;
}
.races .match_list .match .record {
  display: flex;
  margin-top: 0.667rem;
  padding-bottom: 0.917rem;
}
.races .match_list .match .record > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
.races .match_list .match .record > div .t {
  color: #999999;
}
.races .match_list .match .record > div .m {
  color: #e24939;
  margin-top: 0.417rem;
}
.races .match_list .match .record > div .b {
  font-weight: bold;
  font-size: 1.167rem;
  color: #181818;
  margin-top: 0.167rem;
}
.races .match_list .match .record > div.spf {
  flex: 0.2;
}
.races .match_list .match .record > div.rqspf {
  flex: 0.25;
}
.races .match_list .match .record > div.bf {
  flex: 0.2;
}
.races .match_list .match .record > div.zjq {
  flex: 0.2;
}
.races .match_list .match .record > div.bqc {
  flex: 0.25;
}
.races .match_list .match .record > div:not(:last-of-type) {
  border-right: 0.083rem solid #f0f0f0;
}
.races .match_list .match:nth-of-type(3n + 1) .time .type {
  background: #679ff8;
}
.races .match_list .match:nth-of-type(3n + 2) .time .type {
  background: #fabf61;
}
.races .match_list .match:nth-of-type(3n + 3) .time .type {
  background: #6aca99;
}
.content {
  flex: 1;
  padding: 1rem 0.667rem;
}
.content .matter {
  padding: 1rem 1.333rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.content .matter .title {
  font-weight: bold;
  font-size: 1.333rem;
  color: #181818;
  padding-bottom: 1rem;
}
.content .matter .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 0.083rem dashed #e0e0e0;
}
.content .matter .text .left {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.333rem;
  color: #181818;
}
.content .matter .text .left span {
  color: #999999;
  font-size: 1rem;
  font-weight: normal;
}
.content .matter .text .right {
  display: flex;
}
.content .matter .text .right p {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.content .matter .text .right p i {
  display: block;
  width: 1rem;
  height: 1rem;
  background: #70b2f9;
  border-radius: 0.167rem;
}
.content .matter .text .right p i.dui {
  width: 1.167rem;
  height: 0.917rem;
  background: url(/images/result.png) no-repeat left center / 100% 100%;
}
.content .matter .text .right p span {
  font-size: 0.833rem;
  color: #4a4a4a;
  margin-left: 0.333rem;
}
.content .matter .option {
  padding: 1.167rem 0;
  border-bottom: 0.083rem dashed #e0e0e0;
}
.content .matter .option .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .matter .option .top span:first-of-type {
  font-size: 1rem;
  color: #70b2f9;
}
.content .matter .option .top span:last-of-type {
  font-size: 1rem;
  color: #999999;
}
.content .matter .option .detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .matter .option .detail .gray {
  font-size: 1rem;
  color: #999999;
  margin: 0 0.083rem;
}
.content .matter .option .detail .zd {
  font-size: 1.167rem;
  color: #181818;
}
.content .matter .option .detail img {
  width: 2.667rem;
  height: 2.333rem;
  margin: 0 0.25rem;
}
.content .matter .option .detail .mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1.5rem;
}
.content .matter .option .detail .mid .bf {
  font-weight: bold;
  font-size: 1.667rem;
  color: #181818;
}
.content .matter .option .detail .mid .status {
  font-size: 1rem;
  color: #999999;
}
.content .matter .option .play {
  display: flex;
  align-items: center;
  margin-top: 1.167rem;
}
.content .matter .option .play .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4.167rem;
  height: 3.333rem;
  margin-right: 0.667rem;
  background: #eeeeee;
  border-radius: 0.333rem;
}
.content .matter .option .play .left .name {
  font-weight: bold;
  font-size: 1.167rem;
  color: #69390d;
}
.content .matter .option .play .left .cj {
  font-size: 1.167rem;
  color: #181818;
}
.content .matter .option .play .right {
  flex: 1;
  display: flex;
}
.content .matter .option .play .right .tab {
  width: 32%;
  height: 3.333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0.083rem;
  color: #181818;
  background: #eeeeee;
  border: 0.083rem solid #ffffff;
}
.content .matter .option .play .right .tab span {
  font-size: 1.167rem;
}
.content .matter .option .play .right .tab.selected {
  color: #ffffff;
  background: #70b2f9;
  border-color: #70b2f9;
}
.content .matter .option .play .right .tab.result {
  position: relative;
}
.content .matter .option .play .right .tab.result::after {
  display: block;
  content: "";
  width: 1.083rem;
  height: 0.75rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  background: url(/images/result.png) no-repeat right bottom / 1.083rem 0.75rem;
}
.content .matter .option .play .right .tab:first-of-type {
  border-radius: 0.333rem 0 0 0.333rem;
}
.content .matter .option .play .right .tab:last-of-type {
  border-radius: 0 0.333rem 0.333rem 0;
}
.content .matter .option.many .play .tab {
  width: 20%;
}
.content .matter .option.win .play .left {
  background: url(/images/win.png) no-repeat left bottom / 1.667rem 1.667rem;
  background-color: #eeeeee;
}
.content .matter .option.fail .play .left {
  background: url(/images/fail.png) no-repeat left bottom / 1.667rem 1.667rem;
  background-color: #eeeeee;
}
.content .matter .analyse {
  font-size: 1.083rem;
  color: #181818;
  line-height: 1.6rem;
  margin-top: 0.417rem;
  word-break: break-all;
}
.zjitem {
  display: flex;
  align-items: center;
  padding: 1rem 0.667rem;
  margin-bottom: 0.833rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.zjitem > img {
  display: block;
  width: 2.833rem;
  height: 2.833rem;
  margin-right: 0.667rem;
  border-radius: 50%;
}
.zjitem .right .name {
  font-size: 1.083rem;
  color: #181818;
}
.zjitem .right .des {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.zjitem .right .des span {
  display: flex;
  align-items: center;
  min-width: 5.583rem;
  height: 1.667rem;
  padding: 0 0.667rem;
  margin-right: 0.667rem;
  font-size: 0.917rem;
  color: #009fe8;
  background: #e8f3ff;
  border-radius: 0.833rem;
}
.zjitem .right .des span img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.167rem;
}
.cut_type {
  display: flex;
  align-items: center;
  height: 49px;
  margin: 0 -0.667rem;
  padding: 0 1.333rem;
  background: linear-gradient(23deg, #edfffb 0%, #f9fefd 58%, #dde8fd 100%);
}
.cut_type a {
  font-size: 1.333rem;
  color: #4a4a4a;
  margin-right: 2.25rem;
  padding-right: 0.6rem;
}
.cut_type a.active {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  color: #181818;
  background: url(/images/greenball.png) no-repeat 5rem 0.583rem/1.5rem 1.5rem;
}
.download .top {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  background: linear-gradient(156deg, #fbf3ee 0%, #f3f2f0 100%);
}
.download .top a {
  display: flex;
  align-items: center;
  height: 2.167rem;
  text-decoration: none;
}
.download .top a img {
  display: block;
  width: 2.167rem;
  height: 2.167rem;
  margin-right: 0.5rem;
}
.download .top a b {
  font-weight: bold;
  font-size: 1.083rem;
  color: #181818;
}
.download .center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.333rem 1.667rem 0 2.083rem;
  background: linear-gradient(156deg, #fbf3ee 0%, #f3f2f0 100%);
}
.download .center .img_text {
  display: block;
  width: 20.75rem;
  height: 6.417rem;
}
.download .center .middle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.167rem;
}
.download .center .middle img {
  display: block;
  width: 15.417rem;
  height: 24.583rem;
}
.download .center .middle .circle {
  width: 4.75rem;
  height: 4.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.667rem;
  color: #53230d;
  border-radius: 50%;
  position: relative;
  border: 0.083rem solid #979797;
}
.download .center .middle .circle::after {
  display: inline-block;
  content: "";
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.083rem solid #979797;
}
.download .center .middle .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.download .center .middle .c1 {
  width: 4.167rem;
  height: 4.167rem;
  margin-top: 4.167rem;
}
.download .center .middle .c1::after {
  width: 2.833rem;
  height: 2.833rem;
}
.download .center .middle .c2 {
  margin: 3.833rem 0 0 0.417rem;
}
.download .center .middle .c3 {
  margin-top: 0.5rem;
}
.download .center .middle .c4 {
  width: 3.417rem;
  height: 3.417rem;
  margin-top: 1.833rem;
}
.download .center .middle .c4::after {
  width: 2.333rem;
  height: 2.333rem;
}
.download .center .middle .c5 {
  margin-top: 1.583rem;
}
.download .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.333rem 5rem 1rem;
}
.download .bottom .btn {
  height: 3.333rem;
  border-radius: 1.667rem;
  font-size: 1.25rem;
  text-decoration: none;
  color: #ffffff;
  background: url(/images/robot.png) no-repeat 4.25rem center;
  background-size: 1.75rem 2.167rem;
  background-color: #47b69d;
  padding-left: 7.5rem;
  display: flex;
  align-items: center;
}
.download .bottom .btn::before {
  display: inline-block;
  content: "";
  width: 0.083rem;
  height: 1.917rem;
  background: #e0e0e0;
  margin-right: 1.25rem;
}
.download .bottom p {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.917rem;
}
.download .bottom .az {
  font-size: 1rem;
  color: #181818;
  text-align: center;
  margin-top: 0.167rem;
}
