.content {
  background: #080845;
}
.content.night .btn__slim {
  color: #080845;
  background: #fff;
}
.content .night__whats .update {
  color: #fff;
}
.content .night__update-text {
  color: #fff;
}
.content .night__title {
  color: #ffc106;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.content .night__head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.content .night__head img {
  width: 100%;
}
.content .night__text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.content .night__update {
  display: flex;
  width: 100%;
}
.content .night__update-img {
  width: 80px;
}
.content .night__update-img img {
  width: 100%;
  vertical-align: middle;
}
.content .night__update-text {
  width: 100%;
  line-height: 1.275;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: underline;
}
.content .night__update-text .day {
  display: block;
}
.content .night__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.content .night__item {
  width: 48%;
}
.content .night__item:nth-child(1) .night__link {
  background: #9d9bbe;
}
.content .night__item:nth-child(2) .night__link {
  background: #182d95;
}
.content .night__link {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.content .night__btn {
  font-size: 14px;
  font-size: 0.875rem;
}
.content .night__btn a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #394eb4;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #394eb4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .night__btn-main a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #394eb4;
}
