body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  /* 奖池 */

  /* 排行 */

  /* 规则*/

  /* 记录 */

  color: #1B1B1B;
  background: #EBEBEB;
}
body .rewardbox {
  background: linear-gradient(45deg, #fff095, #ffb98a, #a7d4ae);
  height: 64px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body .rewardbox .rewardpic {
  width: 82px;
  height: auto;
  max-height: initial;
  position: absolute;
  top: 0;
  left: 40px;
}
body .rewardbox .icon {
  background: rgba(221, 183, 102, 0.5);
  color: #6c2500;
  text-align: center;
  font-weight: bold;
  width: 34px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  cursor: pointer;
}
body .rewardbox .jackpot {
  color: #8f3100;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px 90px;
  display: inline-block;
}
body .rewardbox .jackpot span {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  display: block;
}
body .detailMenu {
  background: #ffffff;
  display: flex;
}
body .detailMenu .item {
  color: #595959;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  flex: 1 0 auto;
  padding: 0 10px;
  border-bottom: 3px solid #EBEBEB;
}
body .detailMenu .item.on {
  color: #387f1a;
  font-weight: bold;
  border-color: #387f1a;
}
body .userName {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 10px;
  flex: 1;
}
body .datebox {
  background: #f5f5f5;
  color: #1B1B1B;
  font-size: 14px;
  padding: 1px;
  margin: 0;
  border-radius: 5px;
}
body .datebox .icon {
  /*background: @@bg0;*/
  color: #1B1B1B;
  width: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  transform: rotate(-90deg);
  vertical-align: -1px;
  display: inline-block;
  cursor: pointer;
}
body .datebox .icon.ago {
  transform: rotate(90deg);
}
body .datebox .icon.off {
  color: #8C8C8C;
}
body .datebox span {
  width: calc(100% - 70px);
  padding: 0 4px;
  text-align: center;
  display: inline-block;
}
body .guessing .rankList .userBox {
  width: 100%;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #f5f5f5;
  border-top: none;
  cursor: pointer;
}
body .guessing .rankList .on,
body .guessing .rankList .userBox:hover,
body .guessing .hotmatchs .matchItem:hover {
  background: #edf2f6;
}
body .guessing .rankList .rankNum {
  width: 24px;
  background: none;
  color: #387f1a;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
body .guessing .userBox .R-rate {
  font-weight: bold;
  text-align: center;
  flex: 0 0 15%;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
body .guessing .Litem {
  flex: 0 0 10%;
  text-align: center;
}
body .guessing .tag,
body .guessing .letnum {
  background: #387f1a;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  height: 16px;
  min-width: 26px;
  padding: 0;
  border-radius: 20px;
  display: inline-block;
}
body .guessing .tag {
  background: #d64444;
  text-transform: uppercase;
  padding: 0 5px;
  margin-left: 5px;
  min-width: auto;
}
body .guessing .gobtn {
  color: #BFBFBF;
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 4px 0 10px;
}
body .guessing .on .gobtn {
  color: #1B1B1B !important;
}
body .rulebox {
  padding: 15px;
}
body .rulebox p {
  font-size: 14px;
  line-height: 22px;
}
body .rulebox a {
  color: #0076e3;
  font-weight: bold;
  text-decoration: none;
}
body #ruleContainer ol,
body #ruleContainer ul {
  margin-left: 15px;
}
body #ruleContainer ul li {
  list-style: disc;
}
body .close {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 6px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
body .close::before,
body .close::after {
  content: "";
  background: #8C8C8C;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
body .close::after {
  transform: translateY(-50%) rotate(-45deg);
}
body .close:hover {
  transform: rotate(90deg);
}
body .gsRecord .header .back {
  background: none;
  margin: 8px;
}
body .gsRecord .dataItem {
  padding: 0;
  border: none;
}
body .gsRecord .userBox {
  width: auto;
  margin: 10px;
}
body .gsRecord .userName {
  font-size: 16px;
}
body .gsRecord .count {
  display: flex;
  margin: 5px 0;
}
body .gsRecord .ratebox {
  margin: 10px 7px;
}
body .gsRecord .R-rate {
  background: #edf2f6;
  border: 1px solid #d8e6f1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 0 3px;
  border-radius: 5px;
  flex: 1;
}
body .gsRecord .R-exp {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  display: block;
}
body .gsRecord .recordbox {
  padding: 0 10px;
}
body .gsRecord .matchItem {
  background: #f5f5f5;
  float: none;
  border: none;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
}
body .gsRecord .timetip {
  color: #595959;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
body .gsRecord .recordlis {
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 8px;
}
body .gsRecord .matchItem .home,
body .gsRecord .matchItem .guest {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
body .gsRecord .matchItem .guest {
  text-align: right;
}
body .gsRecord .matchItem .teamName {
  font-weight: bold;
  margin: 0 5px;
  flex: 1;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
body .gsRecord .matchItem .teamIcon {
  background: #ffffff;
  width: 20px;
  height: 20px;
  flex: 0 0 20px !important;
  margin: 0;
  border-radius: 5px;
}
body .gsRecord .matchItem .vs {
  color: #595959;
  flex: 0 0 16%;
}
body .gsRecord .matchItem .vs.score {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: bold;
}
body .gsRecord .guesstip {
  color: #595959;
  line-height: 16px;
  padding: 8px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
body .gsRecord .guesstip::after {
  content: "";
  clear: both;
  display: block;
}
body .gsRecord .guesstip .hit {
  color: #5ab463;
  font-weight: bold;
  float: right;
}
body .gsRecord .guesstip .error {
  color: #ff5d5d;
  font-weight: bold;
  float: right;
}
body .icon-cancel,
body .icon-hit,
body .icon-error {
  background: #ff8c40;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  float: right;
  display: inline-block;
  position: relative;
}
body .icon-hit {
  background: #5ab463;
}
body .icon-error {
  background: #ff5d5d;
}
body .icon-hit::before,
body .icon-cancel::before,
body .icon-error::before,
body .icon-error::after {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .icon-error::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .icon-error::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .icon-hit::before {
  width: 8px;
  height: 4px;
  margin-top: -1px;
  background: none;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.dark {
  /* 奖池 */

  /* 排行 */

  /* 规则*/

  /* 记录 */

  color: #D9D9D9;
  background: #262626;
}
body.dark .rewardbox {
  background: linear-gradient(45deg, #fff095, #ffb98a, #a7d4ae);
  height: 64px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.dark .rewardbox .rewardpic {
  width: 82px;
  height: auto;
  max-height: initial;
  position: absolute;
  top: 0;
  left: 40px;
}
body.dark .rewardbox .icon {
  background: rgba(221, 183, 102, 0.5);
  color: #6c2500;
  text-align: center;
  font-weight: bold;
  width: 34px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  cursor: pointer;
}
body.dark .rewardbox .jackpot {
  color: #8f3100;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px 90px;
  display: inline-block;
}
body.dark .rewardbox .jackpot span {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  display: block;
}
body.dark .detailMenu {
  background: #1B1B1B;
  display: flex;
}
body.dark .detailMenu .item {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  flex: 1 0 auto;
  padding: 0 10px;
  border-bottom: 3px solid #262626;
}
body.dark .detailMenu .item.on {
  color: #295d13;
  font-weight: bold;
  border-color: #295d13;
}
body.dark .userName {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 10px;
  flex: 1;
}
body.dark .datebox {
  background: #232323;
  color: #ffffff;
  font-size: 14px;
  padding: 1px;
  margin: 0;
  border-radius: 5px;
}
body.dark .datebox .icon {
  /*background: @@bg0;*/
  color: #ffffff;
  width: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  transform: rotate(-90deg);
  vertical-align: -1px;
  display: inline-block;
  cursor: pointer;
}
body.dark .datebox .icon.ago {
  transform: rotate(90deg);
}
body.dark .datebox .icon.off {
  color: #595959;
}
body.dark .datebox span {
  width: calc(100% - 70px);
  padding: 0 4px;
  text-align: center;
  display: inline-block;
}
body.dark .guessing .rankList .userBox {
  width: 100%;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #262626;
  border-top: none;
  cursor: pointer;
}
body.dark .guessing .rankList .on,
body.dark .guessing .rankList .userBox:hover,
body.dark .guessing .hotmatchs .matchItem:hover {
  background: #edf2f6;
}
body.dark .guessing .rankList .rankNum {
  width: 24px;
  background: none;
  color: #295d13;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
body.dark .guessing .userBox .R-rate {
  font-weight: bold;
  text-align: center;
  flex: 0 0 15%;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
body.dark .guessing .Litem {
  flex: 0 0 10%;
  text-align: center;
}
body.dark .guessing .tag,
body.dark .guessing .letnum {
  background: #295d13;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  height: 16px;
  min-width: 26px;
  padding: 0;
  border-radius: 20px;
  display: inline-block;
}
body.dark .guessing .tag {
  background: #d64444;
  text-transform: uppercase;
  padding: 0 5px;
  margin-left: 5px;
  min-width: auto;
}
body.dark .guessing .gobtn {
  color: #434343;
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 4px 0 10px;
}
body.dark .guessing .on .gobtn {
  color: #ffffff !important;
}
body.dark .rulebox {
  padding: 15px;
}
body.dark .rulebox p {
  font-size: 14px;
  line-height: 22px;
}
body.dark .rulebox a {
  color: #0076e3;
  font-weight: bold;
  text-decoration: none;
}
body.dark #ruleContainer ol,
body.dark #ruleContainer ul {
  margin-left: 15px;
}
body.dark #ruleContainer ul li {
  list-style: disc;
}
body.dark .close {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 6px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
body.dark .close::before,
body.dark .close::after {
  content: "";
  background: #595959;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
body.dark .close::after {
  transform: translateY(-50%) rotate(-45deg);
}
body.dark .close:hover {
  transform: rotate(90deg);
}
body.dark .gsRecord .header .back {
  background: none;
  margin: 8px;
}
body.dark .gsRecord .dataItem {
  padding: 0;
  border: none;
}
body.dark .gsRecord .userBox {
  width: auto;
  margin: 10px;
}
body.dark .gsRecord .userName {
  font-size: 16px;
}
body.dark .gsRecord .count {
  display: flex;
  margin: 5px 0;
}
body.dark .gsRecord .ratebox {
  margin: 10px 7px;
}
body.dark .gsRecord .R-rate {
  background: #edf2f6;
  border: 1px solid #d8e6f1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 0 3px;
  border-radius: 5px;
  flex: 1;
}
body.dark .gsRecord .R-exp {
  color: #595959;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  display: block;
}
body.dark .gsRecord .recordbox {
  padding: 0 10px;
}
body.dark .gsRecord .matchItem {
  background: #232323;
  float: none;
  border: none;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
}
body.dark .gsRecord .timetip {
  color: #8C8C8C;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
body.dark .gsRecord .recordlis {
  background: #232323;
  border-radius: 5px;
  margin-bottom: 8px;
}
body.dark .gsRecord .matchItem .home,
body.dark .gsRecord .matchItem .guest {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
body.dark .gsRecord .matchItem .guest {
  text-align: right;
}
body.dark .gsRecord .matchItem .teamName {
  font-weight: bold;
  margin: 0 5px;
  flex: 1;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
body.dark .gsRecord .matchItem .teamIcon {
  background: #1B1B1B;
  width: 20px;
  height: 20px;
  flex: 0 0 20px !important;
  margin: 0;
  border-radius: 5px;
}
body.dark .gsRecord .matchItem .vs {
  color: #8C8C8C;
  flex: 0 0 16%;
}
body.dark .gsRecord .matchItem .vs.score {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
body.dark .gsRecord .guesstip {
  color: #8C8C8C;
  line-height: 16px;
  padding: 8px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
body.dark .gsRecord .guesstip::after {
  content: "";
  clear: both;
  display: block;
}
body.dark .gsRecord .guesstip .hit {
  color: #5ab463;
  font-weight: bold;
  float: right;
}
body.dark .gsRecord .guesstip .error {
  color: #ff5d5d;
  font-weight: bold;
  float: right;
}
body.dark .icon-cancel,
body.dark .icon-hit,
body.dark .icon-error {
  background: #ff8c40;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  float: right;
  display: inline-block;
  position: relative;
}
body.dark .icon-hit {
  background: #5ab463;
}
body.dark .icon-error {
  background: #ff5d5d;
}
body.dark .icon-hit::before,
body.dark .icon-cancel::before,
body.dark .icon-error::before,
body.dark .icon-error::after {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.dark .icon-error::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.dark .icon-error::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.dark .icon-hit::before {
  width: 8px;
  height: 4px;
  margin-top: -1px;
  background: none;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.dark .rewardbox {
  opacity: 0.85;
}
body.dark .guessing .rankList .on,
body.dark .guessing .rankList .userBox:hover,
body.dark .gsRecord .R-rate {
  background: #2c2f31;
}
body.dark .gsRecord .R-rate {
  border-color: #363a3c;
}
