.hide {
  display: none;
}
.left-side {
  float: left;
  width: 215px;
}
img.banner {
  display: block;
  margin: auto;
  width: 98%;
}
.unblock {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.bulletin-board {
  display: none;
  float: left;
  margin: 10px 0;
}
.bulletin-board .list {
  margin: 10px;
  text-align: center;
}
.bulletin-board .bulletin-ad {
  margin-bottom: 15px;
}
.bulletin-board .bulletin-ad img {
  display: block;
  margin: auto;
  width: 98%;
  border: 1px solid #e0e0e0;
}
.bulletin-board .bulletin-ad p {
  margin: 5px 0;
}
.bulletin-board .bulletin-calendar {
  height: 195px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ehanlin-web-resource/bulletin_board/background/_calendar.png") no-repeat;
  margin: 10px 0;
  color: white;
  position: relative;
}
.bulletin-board .bulletin-calendar a {
  text-decoration: none;
}
.bulletin-board .bulletin-calendar .calendar-box {
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #001727;
  font-size: 25px;
  line-height: 60px;
  text-shadow: 1px 1px #0b243b, 2px 2px #0b243b, 3px 3px #0b243b;
  background: linear-gradient(135deg, #ce0101 0%, #fd1300 40%, #ff8a7f 100%);
  display: inline-block;
  margin: 20px 0;
}
.bulletin-board .bulletin-calendar .calendar-box .unit {
  color: black;
  text-shadow: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.bulletin-board .bulletin-calendar .calendar-box.days {
  margin: -3px;
}
.bulletin-board .bulletin-calendar .calendar-box + .calendar-box {
  margin-left: 10px;
}
.bulletin-board .bulletin-calendar .title {
  padding: 40px 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.box.advertise {
  display: none;
}
.box.advertise.advertise-left {
  float: left;
}
.box.advertise.advertise-left img {
  padding: 5px 0;
  width: 90%;
}
.book {
  margin-top: 10px;
  display: none;
}
.book .cover {
  display: block;
  margin: auto;
  width: 84%;
}
tr.disable {
  opacity: 0.4;
}
a.number {
  padding-left: 50px;
}
.coming-soon {
  float: right;
}
#videos-block {
  display: none;
}
.cover {
  width: 25%;
  display: inline-block;
  margin: 10px 0 10px 6%;
  cursor: pointer;
  box-shadow: 1px 1px 4px 1px;
  border-radius: 3px;
  color: gray;
}
#covers-block .cover:hover {
  box-shadow: 2px 2px 8px 2px;
}
.hidden {
  display: none !important;
}
.audios {
  padding: 20px 0;
  display: table;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
}
.audios li {
  display: inline-block;
  padding: 15px 5px;
  border: 1px solid;
}
.audios .audio-name {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.audios .audio-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.audios audio {
  width: 270px;
}
.play {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ehanlin-web-resource/platform/1.0.0/resource/imgs/refbook/play.png");
  display: inline-block;
  height: 31px;
  position: relative;
  top: 0;
  width: 31px;
}
.ad {
  float: right;
}
.left-side .box {
  float: left;
  margin-top: 10px;
}
.unit + * {
  display: none;
}
.video-table {
  width: 90%;
  margin: auto;
}
.play-row:hover {
  background: #eee;
}
.play-row td {
  font-size: 1.3em;
  padding: 5px;
  border-bottom: 1px #ccc dashed;
}
.download-all-mp3 {
  display: none;
  border: 2px solid hotpink;
  border-radius: 25px;
  padding: 10px;
  margin: 10px auto;
  width: 110px;
  text-align: center;
  font-size: 15px;
  text-decoration: none !important;
}