.sameodds-win {
  background: var(--bgcolor-1);
  width: 980px;
  height: 740px;
  border-radius: 10px;
  overflow: hidden;
}
.sameodds-win .popinfo {
  padding: 10px;
  min-height: 300px;
  display: block;
}
.sameodds-win .block-menu span,
.sameodds-win .oval-menu span {
  flex: 1;
  padding: 0 5px;
  background: var(--bgcolor-3);
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
}
.sameodds-win .block-menu span.on,
.sameodds-win .oval-menu span.on {
  background: var(--primary-color);
  color: var(--text-white);
}
.sameodds-win .block-menu {
  display: flex;
}
.sameodds-win .block-menu span {
  margin: 0 5px;
  border-radius: 4px;
}
.sameodds-win .block-menu .close {
  color: var(--textcolor-2);
  cursor: not-allowed;
}
.sameodds-win .oval-menu {
  display: flex;
  padding: 10px 0px;
}
.sameodds-win .oval-menu div {
  display: flex;
  margin: 0 5px;
  border-radius: 20px;
  background: var(--bgcolor-3);
  padding: 2px;
}
.sameodds-win .oval-menu div:nth-child(1) {
  flex: 1;
}
.sameodds-win .oval-menu div:nth-child(2) {
  flex: 2;
}
.sameodds-win .oval-menu div:nth-child(3) {
  flex: 1;
}
.sameodds-win .oval-menu span {
  border-radius: 20px;
}
.sameodds-win .odds {
  text-align: center;
  height: 20px;
  line-height: 12px;
}
.sameodds-win .odds span {
  font-weight: bold;
  padding: 0 2px;
}
.sameodds-win .y-bar .item {
  position: relative;
}
.sameodds-win .y-bar .item .bar {
  flex: 0 0 50%;
}
.sameodds-win .graytxt {
  color: var(--textcolor-2);
}
.sameodds-win .matches {
  margin-top: 10px;
  padding-right: 5px;
  max-height: 344px;
  overflow-y: auto;
}
.sameodds-win .matches li {
  border-bottom: 1px solid var(--black05);
}
.sameodds-win .matches li:nth-child(1) {
  position: sticky;
  top: -2px;
  z-index: 1;
  background: var(--yellow30) !important;
  height: 33px;
}
.sameodds-win .matches li:nth-child(1) span {
  font-weight: 600;
}
.sameodds-win .matches li:nth-child(2n+1) {
  background: #f1f7f1;
}
.sameodds-win .matches li {
  display: flex;
}
.sameodds-win .matches li span {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.sameodds-win .matches li span:nth-child(-n+5) {
  flex: 2;
}
.sameodds-win .matches li span:nth-child(3),
.sameodds-win .matches li span:nth-child(5) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sameodds-win .matches li span:nth-child(6),
.sameodds-win .matches li span:nth-child(7),
.sameodds-win .matches li span:nth-child(8) {
  flex: 1;
}
.sameodds-win .matches li span:nth-child(4) {
  font-weight: bold;
}
.sameodds-win .matches .o-lose,
.sameodds-win .matches .o-win,
.sameodds-win .matches .o-draw {
  margin: 7px 0;
}
.sameodds-win .matches .nodata {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
  background: var(--bgcolor-1);
}
.sameodds-win .matches::-webkit-scrollbar {
  width: 10px;
}
.sameodds-win .matches::-webkit-scrollbar-thumb {
  background: var(--bgcolor-4);
  border-radius: 32px;
}
.sameodds-win .matches::-webkit-scrollbar-track {
  background: var(--bgcolor-2);
  border-radius: 32px;
}
.sameodds-win .matches.single-odds li > span:nth-last-child(-n+2) {
  display: none;
}
.sameodds-win .scalebtn {
  color: var(--textcolor-2);
  width: 30px;
  position: absolute;
  right: 40px;
  top: 0;
  cursor: pointer;
}
.sameodds-win .loading {
  height: 10px !important;
}
.dark .sameodds-win .matches li:nth-child(2n+1),
.dark .sameodds-win .matches .nodata {
  background: var(--bgcolor-3);
}
