/**
 * Entry of basic styles
 */
/**
 * Normalize
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Arial, Helvetica, "Microsoft YaHei", Tohoma, sans-serif;
  max-width: 414px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  background: transparent;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
button,
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea {
  margin: 0;
  font-family: inherit;
  -webkit-appearance: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
* {
  box-sizing: border-box;
}
input,
button,
textarea {
  color: inherit;
  font: inherit;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multi-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.multi-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
html {
  font-size: 23.4375px;
}
.flb {
  display: flex;
  justify-content: space-between;
}
body {
  position: relative;
  background-color: #fff;
  font-family: "PingFangSC-Regular", "SimHei", Helvetica, "Microsoft Yahei",
    Arial, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
html,
body {
  height: 100%;
}
p {
  line-height: 1.4;
}
.base-bg {
  background-color: #ffc107 !important;
}
.base-color {
  color: #383131 !important;
}
.orange-color {
  color: #ffbf1c !important;
}
.base-border {
  border: 1px solid #383131 !important;
}
.blue-bg {
  background-color: #1467ff !important;
}
.gray-bg {
  background-color: #f0f0f0 !important;
}
.black-bg {
  background-color: #4b4b4b !important;
}
.color-orange {
  color: #383131 !important;
}
.color-gray {
  color: #999 !important;
}
.color-red {
  color: #ff0000 !important;
}
.color-green {
  color: #18cf00 !important;
}
.color-white {
  color: #fff !important;
}
.page-title {
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding: 6px 0;
  border-bottom: 2px solid #383131;
  position: relative;
}
.page-title .ibm {
  display: inline-block;
  vertical-align: middle;
}
.page-title .logo {
  width: 12px;
  margin: 0 6px;
}
.page-title .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  padding: 0 10px;
  background: url("../images/icon_back.png") center center no-repeat;
  background-size: auto 19px;
}
.common-btn-box {
  width: 10.24rem;
  margin: 0 auto;
}
.common-btn {
  display: block;
  width: 100%;
  background-color: #383131;
  line-height: 1.87733333rem;
  border-radius: 1.87733333rem;
  appearance: none;
  outline: 0;
  border: 0;
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
}
.type-tab {
  margin-bottom: 0.42666667rem;
  padding: 0.512rem 0;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
}
.type-tab .tab {
  flex-grow: 1;
  font-size: 0.55466667rem;
  color: #fff;
  margin: 0 0.42666667rem;
  padding-bottom: 2px;
  line-height: 0.64rem;
}
.type-tab .tab.active {
  font-size: 0.64rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.box {
  margin: 0 0.42666667rem;
}
.white-box {
  background-color: #fff;
  border-radius: 0.42666667rem;
  padding: 0.42666667rem;
  margin-bottom: 0.55466667rem;
}
.gray-box {
  background-color: #f6f6f6;
  border-radius: 0.42666667rem;
  padding: 0.34133333rem;
}
.phase-box {
  font-size: 0.46933333rem;
  color: #000;
  line-height: 1.152rem;
  position: relative;
  padding: 0 0.34133333rem;
  display: flex;
}
.phase-box span {
  display: flex;
}
.phase-box span i {
  font-style: normal;
  margin-right: 0.29866667rem;
}
.phase-box .sp1 {
  margin-right: 0.45333333rem;
}
.phase-box .sp2 {
  margin-right: 0.45333333rem;
}
.phase-box b {
  font-size: 0.59733333rem;
  font-weight: bold;
}
.phase-box .color-red {
  color: #ff0000 !important;
}
.phase-box .color-green {
  color: #18cf00 !important;
}
.phase-box .history-link {
  position: absolute;
  top: 0;
  right: 0.42666667rem;
  font-size: 0.42666667rem;
  color: #ffbc13;
}
.between-info {
  color: #999;
  font-size: 0.46933333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bet-on-btn {
  display: flex;
  justify-content: space-between;
}
.bet-on-btn .btn {
  font-size: 0.512rem;
  width: 6.4rem;
  line-height: 1.45066667rem;
  border-radius: 1.45066667rem;
  border: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0 0.55466667rem 0 0.85333333rem;
}
.bet-on-btn .btn .sp2 {
  color: #8f8687;
}
.bet-on-btn .btn.single {
  background-color: #feeeef;
}
.bet-on-btn .btn.single .sp1 {
  color: #bb1c0e;
  font-weight: bold;
}
.bet-on-btn .btn.double {
  background-color: #e7f8ff;
}
.bet-on-btn .btn.double .sp1 {
  color: #69859b;
  font-weight: bold;
}
.bet-on-btn .btn.win {
  background-color: #ff1313;
  color: #fff;
  font-weight: bold;
}
.bet-on-btn .btn.win1 {
  background-color: #ff1313;
  color: #fff;
  font-weight: bold;
}
.bet-on-btn .btn.win2 {
  background-color: #13a2ff;
  color: #fff;
  font-weight: bold;
}
.bet-on-btn .btn.win0 {
  background-color: #13a2ff;
  color: #fff;
  font-weight: bold;
}
.bet-on-btn .btn.lose {
  background-color: #e6e6e6;
  color: #999;
}
.bet-on-btn .btn.lose .sp1 {
  font-weight: bold;
}

.bet-on-btn .btn.checked > * {
  color: #fff !important;
}
.bet-on-btn .btn.checked::before {
  content: "";
  width: 0.512rem;
  height: 0.512rem;
  position: absolute;
  left: 0.29866667rem;
  top: 50%;
  transform: translate(0, -50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bet-on-btn .btn.single.checked {
  background-color: #f4000b;
}
.bet-on-btn .btn.double.checked {
  background-color: #00a0e9;
}
.bet-on-btn .btn.single.checked::before {
  background-image: url("../images/checked_red.png");
}
.bet-on-btn .btn.double.checked::before {
  background-image: url("../images/checked_blue.png");
}
.page-line {
  height: 2px;
}
.body-line {
  position: relative;
}
.body-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #383131;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.mtb15 {
  margin: 0.64rem 0;
}
.big-banner {
  width: 100%;
  display: block;
  border-radius: 0.42666667rem;
}
.sd-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 1000;
}
.sd-popup {
  z-index: 1001;
}
.sd-loading {
  position: relative;
  color: #c8c9cc;
  font-size: 0;
  vertical-align: middle;
}
.sd-loading-page {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sd-loading .spinner {
  position: relative;
  display: inline-block;
  width: 30px;
  max-width: 100%;
  height: 30px;
  max-height: 100%;
  vertical-align: middle;
  animation: sd-rotate 2s linear infinite;
}
.sd-loading .circular {
  display: block;
  width: 100%;
  height: 100%;
}
.sd-loading .circular circle {
  animation: sd-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.arrow-right {
  position: relative;
  padding-right: 2.13333333rem !important;
}
.arrow-right::after {
  content: "";
  position: absolute;
  right: 0.85333333rem;
  top: 50%;
  width: 0.34133333rem;
  height: 0.34133333rem;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg) translate(0, -50%);
}
@keyframes sd-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes sd-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.weui-picker {
  touch-action: none;
}
.mescroll-totop {
  z-index: 1000;
}
.weui-toast-custom .weui-toast {
  background-color: #ffffff;
  color: #333;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.weui-toast-custom .weui-toast .weui-icon_toast.weui-icon-success-no-circle {
  color: #333;
}
