/*sign*/
.sign {
}
.sign-bet {
  display: flex;
  margin: 20px 0;
}
.sign-bet li {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: var(--color);
  padding: 40px 20px;
  border-radius: 10px;
}
.sign-bet li h6 {
  flex: 1;
  color: white;
}
.sign-bet li b {
  color: white;
  font-size: 24px;
}
.sign-bet li:first-child {
  margin-right: 20px;
  background-color: var(--blue);
}
.sign-bet li:first-child b {
  color: var(--color);
}
.sign-title h3{
  font-size: 23px;
  color: #fff;
}
.sign-list {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.sign-list li {
  flex: 1;
  background-color: var(--color);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  list-style: none;
}
.sign-list li:not(:last-child) {
  margin-right: 10px;
}
.sign-list h6 {
  color: white;
  text-transform: uppercase;
}
.sign-list i {
  width: 80px;
  height: 70px;
  display: inline-block;
  margin: 10px 0;
  background-size: cover;
}
.sign-list li:nth-child(1) i {
  background-image: url(../images/bonus/sign/1.png);
}
.sign-list li:nth-child(2) i {
  background-image: url(../images/bonus/sign/2.png);
}
.sign-list li:nth-child(3) i {
  background-image: url(../images/bonus/sign/3.png);
}
.sign-list li:nth-child(4) i {
  background-image: url(../images/bonus/sign/4.png);
}
.sign-list li:nth-child(5) i {
  background-image: url(../images/bonus/sign/5.png);
}
.sign-list li:nth-child(6) i {
  background-image: url(../images/bonus/sign/6.png);
}
.sign-list li:nth-child(7) i {
  background-image: url(../images/bonus/sign/7.png);
}
.sign-list a {
  height: 40px;
  padding: 0;
  font-weight: normal;
  display: block;
  color: #fff;
  background: var(--blue);
  line-height: 35px;
}
.sign-list a.timeout,
.sign-list a.done {
    background: var(--deep);
    border: 1px var(--color) solid;
    color: #818181;
    pointer-events: none;
}
.sign-list a.wait {
  background: var(--deep);
  border: 1px var(--color) solid;
  color: #818181;
  pointer-events: none;
}
.simple li {
    display: flex;
    align-items: center;
    border-bottom: 1px #ccc solid;
    padding: 10px 0;
    font-size: 16px;
    list-style: none;
    color: #fff;
}
.simple li p{
  margin: 0;
}
.simple u{
  flex: 1;
}.tip li{
  list-style: none;
  color: #fff;
  padding: 3px 0px;
}.tip h6{
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
}