.resultpage .football {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}
.resultpage .football thead {
  height: 42px;
  background: #fff9f0;
}
.resultpage .football thead th {
  font-weight: bold;
  font-size: 12px;
  color: #181818;
  border: 1px solid #dddddd;
}
.resultpage .football thead .date {
  width: 95px;
}
.resultpage .football thead .number {
  width: 83px;
}
.resultpage .football thead .match {
  width: 95px;
}
.resultpage .football thead .team {
  width: 200px;
}
.resultpage .football thead .bqc {
  width: 90px;
}
.resultpage .football thead .bf {
  width: 90px;
}
.resultpage .football thead .spf {
  width: 90px;
}
.resultpage .football thead .rqspf {
  width: 105px;
}
.resultpage .football thead .zjq {
  width: 80px;
}
.resultpage .football thead .status {
  width: 70px;
}
.resultpage .football tbody td {
  height: 37px;
  font-size: 12px;
  color: #4a4a4a;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.resultpage .football tbody td span:first-of-type {
  color: #e24939;
}
.resultpage .football tbody td span:last-of-type {
  color: #4a4a4a;
  margin-left: 5px;
}
.resultpage .football tbody tr:nth-of-type(3n + 1) td:nth-of-type(3) {
  color: #ffffff;
  background: #67d29b;
}
.resultpage .football tbody tr:nth-of-type(3n + 2) td:nth-of-type(3) {
  color: #ffffff;
  background: #679ff8;
}
.resultpage .football tbody tr:nth-of-type(3n + 3) td:nth-of-type(3) {
  color: #ffffff;
  background: #ffb949;
}
.resultpage .basketball {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}
.resultpage .basketball thead th {
  height: 42px;
  font-weight: bold;
  font-size: 12px;
  color: #181818;
  background: #fff9f0;
  border: 1px solid #dddddd;
}
.resultpage .basketball thead .dxf {
  width: 159px;
}
.resultpage .basketball thead .dxf span:nth-of-type(2) {
  margin: 0 8px;
}
.resultpage .basketball tbody td {
  height: 37px;
  font-size: 12px;
  color: #4a4a4a;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.resultpage .basketball .red {
  color: #e13737;
}
.resultpage .basketball .date {
  width: 80px;
}
.resultpage .basketball .number {
  width: 58px;
}
.resultpage .basketball .ls {
  width: 50px;
}
.resultpage .basketball .zk {
  width: 150px;
}
.resultpage .basketball .score {
  width: 55px;
}
.resultpage .basketball .sf {
  width: 105px;
}
.resultpage .basketball .sf span:first-of-type {
  display: inline-block;
  width: 34px;
  text-align: right;
}
.resultpage .basketball .sf span:last-of-type {
  display: inline-block;
  width: 56px;
}
.resultpage .basketball .rfsf {
  width: 170px;
}
.resultpage .basketball .rfsf span:nth-of-type(2) {
  margin: 0 16px;
}
.resultpage .basketball .dxf {
  width: 159px;
}
.resultpage .basketball .dxf span:nth-of-type(2) {
  margin: 0 20px;
}
.resultpage .basketball .sfc {
  width: 120px;
}
.resultpage .basketball .sfc span:nth-of-type(1) {
  margin-right: 10px;
}
.listpage .mpart {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 12px;
  background: #f5f5f5;
}
.listpage .mpart .list {
  flex: 1;
  padding: 14px 10px;
  background: #ffffff;
}
.listpage .mpart .right {
  width: 300px;
  margin-left: 12px;
}
.listpage .mpart .right .jdss {
  display: flex;
  align-items: center;
  height: 70px;
}
.listpage .mpart .right .jdss .vertical {
  width: 28px;
  height: 100%;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  background: #1880cd;
}
.listpage .mpart .right .jdss .r {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.listpage .mpart .right .jdss .r > img {
  width: 32px;
  height: 28px;
}
.listpage .mpart .right .jdss .r .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 14px;
}
.listpage .mpart .right .jdss .r .info .t {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listpage .mpart .right .jdss .r .info .t .name {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
}
.listpage .mpart .right .jdss .r .info .t .vs {
  font-weight: bold;
  font-size: 13px;
  color: #999999;
  margin: 0 8px;
}
.listpage .mpart .right .jdss .r .info .b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 9px;
}
.listpage .mpart .right .jdss .r .info .b .type {
  display: block;
  height: 16px;
  line-height: 15px;
  padding: 0 3px;
  font-weight: bold;
  color: #999999;
  border-radius: 2px;
  border: 1px solid #979797;
}
.listpage .mpart .right .jdss .r .info .b .date {
  color: #999999;
  margin: 0 6px;
}
.listpage .mpart .right .jdss .r .info .b .fx {
  color: #e24939;
  text-decoration: underline;
}
.listpage .mpart .right .jdss .r .zwss {
  text-align: center;
  color: #999999;
  margin: 0 28px;
}
.listpage .mpart .right .jdss.lq .vertical {
  background: #47b69d;
}
.listpage .mpart .right .zqrqzj {
  margin-top: 12px;
  padding: 14px;
  background: #ffffff;
}
.listpage .mpart .right .zqrqzj .title {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  padding-left: 38px;
  background: url(/images/hg.png) no-repeat left center / 26px 19px;
}
.listpage .mpart .right .zqrqzj .con {
  margin-top: 10px;
}
.listpage .mpart .right .zqrqzj .con a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listpage .mpart .right .zqrqzj .con a .le {
  display: flex;
  align-items: center;
}
.listpage .mpart .right .zqrqzj .con a .le .icon {
  display: block;
  width: 18px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #999999;
}
.listpage .mpart .right .zqrqzj .con a .le img {
  margin-left: 22px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.listpage .mpart .right .zqrqzj .con a .le span {
  font-size: 13px;
  color: #4a4a4a;
  margin-left: 6px;
}
.listpage .mpart .right .zqrqzj .con a .zj {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 18px;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffc7b7 0%, #ff9580 100%);
  border-radius: 2px;
}
.listpage .mpart .right .zqrqzj .con a:first-of-type .icon {
  background: url(/images/num1.png) no-repeat center center / 100%;
}
.listpage .mpart .right .zqrqzj .con a:nth-of-type(2) .icon {
  background: url(/images/num2.png) no-repeat center center / 100%;
}
.listpage .mpart .right .zqrqzj .con a:nth-of-type(3) .icon {
  background: url(/images/num3.png) no-repeat center center / 100%;
}
.listpage .mpart .right .jzsg {
  margin-top: 12px;
}
.listpage .mpart .right .jzsg .title {
  display: flex;
  align-items: center;
  width: 123px;
  height: 40px;
  padding-left: 12px;
  background: url(/images/cpbbx.png) no-repeat left center / 100%;
}
.listpage .mpart .right .jzsg .title span {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  margin-left: 2px;
}
.listpage .mpart .right .jzsg .con {
  padding: 12px 10px;
  background: #ffffff;
}
.listpage .mpart .right .jzsg .con table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.listpage .mpart .right .jzsg .con table thead {
  height: 56px;
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
  background: #e8f0ff;
}
.listpage .mpart .right .jzsg .con table thead th:first-of-type {
  width: 62px;
}
.listpage .mpart .right .jzsg .con table thead th:nth-of-type(2) {
  width: 145px;
}
.listpage .mpart .right .jzsg .con table thead th:nth-of-type(3) {
  width: 74px;
}
.listpage .mpart .right .jzsg .con table tbody tr {
  height: 40px;
  font-size: 13px;
  color: #181818;
  border-bottom: 1px solid #eaeaea;
}
.listpage .mpart .right .jzsg .con a {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  font-weight: bold;
  font-size: 13px;
  color: #999999;
}
.listpage .mpart .right .jzsg .zwss {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px 0;
  color: #999999;
  text-align: center;
  background: #ffffff;
}
.listpage .mpart .right .zjinfo {
  padding: 18px 10px;
  background: #ffffff;
}
.listpage .mpart .right .zjinfo .info {
  display: flex;
  align-items: center;
}
.listpage .mpart .right .zjinfo .info img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.listpage .mpart .right .zjinfo .info .des {
  margin-left: 8px;
}
.listpage .mpart .right .zjinfo .info .des p {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.listpage .mpart .right .zjinfo .info .des .icd {
  display: flex;
}
.listpage .mpart .right .zjinfo .info .des .icd span {
  height: 17px;
  padding: 0 7px;
  font-size: 12px;
  color: #fabf61;
  margin-right: 9px;
  border-radius: 0px 100px 100px 100px;
  border: 1px solid #ff9d00;
}
.listpage .mpart .right.homepage {
  margin: 0 12px 0 0;
}
.listpage .mpart .content {
  flex: 1;
  padding: 32px 40px 24px;
  background: #ffffff;
}
.listpage .mpart .content .title {
  font-weight: bold;
  font-size: 18px;
  color: #181818;
}
.listpage .mpart .content .desc {
  display: flex;
  align-items: center;
  padding: 14px 0 16px;
  border-bottom: 1px solid #e0e0e0;
}
.listpage .mpart .content .desc span {
  color: #999999;
  margin-right: 12px;
}
.listpage .mpart .content .block {
  margin-top: 12px;
  padding-bottom: 12px;
  background: #f9fbff;
  border-radius: 4px;
}
.listpage .mpart .content .block .top {
  display: flex;
  align-items: center;
}
.listpage .mpart .content .block .top .type {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  font-weight: bold;
  font-size: 13px;
  color: #fabf61;
  background: #ffefd6;
  border-radius: 4px 0px 8px 0px;
}
.listpage .mpart .content .block .top .gray {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
}
.listpage .mpart .content .block .zk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.listpage .mpart .content .block .zk .text {
  font-size: 12px;
  color: #999999;
  margin: 0 5px;
}
.listpage .mpart .content .block .zk .name {
  font-size: 16px;
  color: #181818;
}
.listpage .mpart .content .block .zk img {
  display: block;
  width: 32px;
  height: 28px;
  margin: 0 10px;
}
.listpage .mpart .content .block .zk .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 24px;
}
.listpage .mpart .content .block .zk .status .w {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  background: #e0e0e0;
}
.listpage .mpart .content .block .zk .status .y {
  font-weight: bold;
  font-size: 28px;
  color: #4a4a4a;
}
.listpage .mpart .content .block .zk .status span:last-of-type {
  font-size: 12px;
  color: #999999;
}
.listpage .mpart .content .block .score {
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-top: 24px;
}
.listpage .mpart .content .block .score span {
  flex: 1;
  height: 1px;
  background: #e7f0ff;
}
.listpage .mpart .content .block .score div {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 18px;
  font-size: 15px;
  color: #5397df;
  background: #e7f0ff;
  border-radius: 16px;
}
.listpage .mpart .content .block .record {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.listpage .mpart .content .block .record span {
  width: 104px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5397df;
  margin: 0 6px;
  background: #f5fbff;
  border-radius: 6px;
  border: 1px solid #cce8ff;
}
.listpage .mpart .content .block .record span.selected {
  color: #e24939;
  background: #fff3f4;
  border: 1px solid #ffccc6;
}
.listpage .mpart .content .block .record span.result {
  position: relative;
}
.listpage .mpart .content .block .record span.result::after {
  display: block;
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  bottom: 0;
  right: 3px;
  background: url(/images/selected.png) no-repeat right bottom / 100%;
}
.listpage .mpart .content .block.zhong {
  position: relative;
}
.listpage .mpart .content .block.zhong::after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 32px;
  right: 32px;
  background: url(/images/zhong.png) no-repeat right top / 100%;
}
.listpage .mpart .content .block.fail {
  position: relative;
}
.listpage .mpart .content .block.fail::after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 36px;
  right: 36px;
  background: url(/images/fail.png) no-repeat right top / 100%;
}
.listpage .mpart .content .block:nth-of-type(even) .type {
  color: #47b69d;
  background: #dafae9;
}
.listpage .mpart .content .fx_text {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #69390d;
}
.listpage .mpart .content .fx_text::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 16px;
  margin-right: 8px;
  background: #47b69d;
}
.listpage .mpart .content .fx {
  line-height: 24px;
  margin-top: 16px;
  word-break: break-all;
}
.select_option {
  display: flex;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.select_option a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #4a4a4a;
  margin-right: 50px;
}
.select_option a.active {
  font-weight: bold;
  color: #69390d;
  border-bottom: 3px solid #69390d;
}
.select_option .sg_search {
  display: flex;
  margin-left: auto;
}
.select_option .sg_search input {
  border: 0.0833rem solid #69390d;
}
.select_option .sg_search .text {
  color: #69390d;
  margin: 0 12px;
}
.select_option .sg_search .search_btn {
  padding: 2px 12px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 12px;
  border-radius: 0.1667rem;
  background: #1880cd;
}
