@charset "UTF-8";
.updateCalendar.channel-calendar {
  padding-top: 15px;
}
.updateCalendar.channel-calendar .calendarTop {
  height: 26px;
  line-height: 26px;
  margin-bottom: 20px;
  position: relative;
}
.updateCalendar.channel-calendar .calendarTop .title {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.updateCalendar.channel-calendar .calendarTop .title img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 3px;
}
.updateCalendar.channel-calendar .calendarTop .title span {
  font-size: 20px;
  color: #2C2C2C;
  letter-spacing: 0;
  vertical-align: top;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-weight: normal;
}
.updateCalendar.channel-calendar .calendarTop .calendarWeek {
  margin-left: 40px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.updateCalendar.channel-calendar .calendarTop .calendarWeek .weekday {
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
}
.updateCalendar.channel-calendar .calendarTop .calendarWeek .weekday span {
  display: block;
  visibility: hidden;
  width: 18px;
  height: 3px;
  background: #F66F0C;
  border-radius: 1.5px;
  margin: 0 auto;
}
.updateCalendar.channel-calendar .calendarTop .calendarWeek .weekday.active {
  color: #333 !important;
  visibility: visible;
}
.updateCalendar.channel-calendar .calendarTop .pageUpdate {
  position: absolute;
  right: 0;
  font-size: 0;
  height: 26px;
  line-height: 26px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}
.updateCalendar.channel-calendar .calendarTop .pageUpdate .itemUpdate {
  display: inline-block;
  vertical-align: middle;
  background: #EBEBEB;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2px;
  border: 6px solid white;
  border-width: 6px 6px 6px 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.updateCalendar.channel-calendar .calendarTop .pageUpdate .itemUpdate.current {
  background: #F66F0C;
}
.updateCalendar.channel-calendar .calendarContent {
  height: 424px;
  padding-bottom: 0;
}
.updateCalendar.channel-calendar .calendarContent .img-content-box {
  width: 100%;
  height: 406px;
  border-radius: 10px;
  border: 1px dashed #DCDCDC;
}
.updateCalendar.channel-calendar .calendarContent .img-content-box .img-content {
  width: 140px;
  height: 132px;
  display: block;
  margin: 125px auto 0;
}
.updateCalendar.channel-calendar .calendarContent .img-content-box .img-text {
  width: 100%;
  height: 17px;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-size: 12px;
  color: #9597A8;
  letter-spacing: 0.22px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem {
  width: 268px;
  margin-right: 16px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem > a {
  display: block;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem > a:hover .calendarTitle {
  color: #F66F0C;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem > a:hover .layer_covers_common {
  opacity: 0.2;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarImgBox {
  position: relative;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarImgBox .expect-update-word {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: #fff;
  padding: 2px 4px;
  top: 10px;
  left: 10px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarImgBox img {
  width: 100%;
  height: 150px;
  display: block;
  border-radius: 6px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarImgBox .calendarMask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.56)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarImgBox .calendarMask span {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  height: 17px;
  line-height: 17px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarImgBox .updateCompleteIcon {
  position: absolute;
  top: 6px;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #6B7DAB), to(#7C8EBB));
  background-image: -o-linear-gradient(right, #6B7DAB 2%, #7C8EBB 100%);
  background-image: linear-gradient(-90deg, #6B7DAB 2%, #7C8EBB 100%);
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  font-family: NotoSansHans-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  width: 34px;
  height: 20px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips {
  position: relative;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarTitle {
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  height: 18px;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 4px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarTitle .game-name {
  float: left;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarTitle .expect-update {
  position: absolute;
  right: 0;
  color: #FF730A;
  text-align: right;
  float: right;
  font-size: 12px;
  background: #FFF0E8;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarRecom {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  word-wrap: break-word;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarRecom .game-des {
  float: left;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarRecom .font-num, .updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarRecom .update-date {
  display: flex;
  align-items: center;
  text-align: right;
  float: right;
  height: 20px;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  font-weight: 400;
  padding-right: 5px;
  background-color: transparent;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarRecom .font-num > i, .updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .calendarRecom .update-date > i {
  display: inline-block;
  margin-right: 3px;
  width: 13px;
  height: 12px;
  background: url("//pic.cgyouxi.com/orange/upload/202404/25322333_a2f5cf18c05316a1a10f6b85d11b31b5.png");
  background-size: 100% 100%;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem .calendarTips .gold_icon {
  position: absolute;
  height: 36px;
  right: 0;
  top: -16px;
}
.updateCalendar.channel-calendar .calendarContent .calendarItem:nth-child(4n) {
  margin-right: 0;
}
.updateCalendar .calendarTop {
  height: 26px;
  line-height: 26px;
  margin-bottom: 20px;
  position: relative;
}
.updateCalendar .calendarTop .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.updateCalendar .calendarTop .title img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 3px;
}
.updateCalendar .calendarTop .title span {
  font-family: MicrosoftYaHei, "微软雅黑";
  font-weight: bold;
  font-size: 20px;
  color: #2C2C2C;
  letter-spacing: 0;
}
.updateCalendar .calendarTop .calendarWeek {
  margin-left: 40px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.updateCalendar .calendarTop .calendarWeek .weekday {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  margin-right: 30px;
  cursor: pointer;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-weight: bold;
}
.updateCalendar .calendarTop .calendarWeek .weekday span {
  display: block;
  visibility: hidden;
  width: 18px;
  height: 3px;
  background: #F66F0C;
  border-radius: 1.5px;
  margin: 0 auto;
}
.updateCalendar .calendarTop .calendarWeek .weekday.active {
  color: #333;
}
.updateCalendar .calendarTop .calendarWeek .weekday.active span {
  visibility: visible;
}
.updateCalendar .calendarTop .pageUpdate {
  position: absolute;
  right: 0;
  font-size: 0;
  height: 26px;
  line-height: 26px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}
.updateCalendar .calendarTop .pageUpdate .itemUpdate {
  display: inline-block;
  vertical-align: middle;
  background: #EBEBEB;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2px;
  border: 6px solid white;
  border-width: 6px 6px 6px 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.updateCalendar .calendarTop .pageUpdate .itemUpdate.current {
  background: #F66F0C;
}
.updateCalendar .calendarContent {
  padding-bottom: 50px;
  height: 419px;
}
.updateCalendar .calendarContent .img-content-box {
  width: 100%;
  height: 369px;
  border-radius: 10px;
  border: 1px dashed #DCDCDC;
}
.updateCalendar .calendarContent .img-content-box .img-content {
  width: 126px;
  height: 120px;
  display: block;
  margin: 116px auto 0;
}
.updateCalendar .calendarContent .img-content-box .img-text {
  width: 100%;
  height: 17px;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-size: 12px;
  color: #9597A8;
  letter-spacing: 0.22px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}
.updateCalendar .calendarContent .calendarItem {
  margin-right: 10px;
  margin-bottom: 17px;
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
.updateCalendar .calendarContent .calendarItem > a {
  display: block;
}
.updateCalendar .calendarContent .calendarItem > a:hover .calendarTitle {
  color: #F66F0C;
}
.updateCalendar .calendarContent .calendarItem > a:hover .layer_covers_common {
  opacity: 0.2;
}
.updateCalendar .calendarContent .calendarItem .calendarImgBox {
  position: relative;
}
.updateCalendar .calendarContent .calendarItem .calendarImgBox .expect-update-word {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: #fff;
  padding: 2px 4px;
  top: 10px;
  left: 10px;
}
.updateCalendar .calendarContent .calendarItem .calendarImgBox img {
  width: 240px;
  height: 135px;
  display: block;
  border-radius: 6px;
}
.updateCalendar .calendarContent .calendarItem .calendarImgBox .calendarMask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.56)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.updateCalendar .calendarContent .calendarItem .calendarImgBox .calendarMask span {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  height: 17px;
  line-height: 17px;
}
.updateCalendar .calendarContent .calendarItem .calendarImgBox .updateCompleteIcon {
  position: absolute;
  top: 6px;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #6B7DAB), to(#7C8EBB));
  background-image: -o-linear-gradient(right, #6B7DAB 2%, #7C8EBB 100%);
  background-image: linear-gradient(-90deg, #6B7DAB 2%, #7C8EBB 100%);
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  font-family: NotoSansHans-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  width: 34px;
  height: 20px;
}
.updateCalendar .calendarContent .calendarItem .calendarTips {
  position: relative;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarTitle {
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  height: 18px;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 4px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarTitle .game-name {
  float: left;
  width: 166px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarTitle .expect-update {
  position: absolute;
  right: 0;
  color: #FF730A;
  text-align: right;
  float: right;
  font-size: 12px;
  background: #FFF0E8;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .game-des {
  float: left;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .font-num, .updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .update-date {
  display: flex;
  align-items: center;
  text-align: right;
  float: right;
  height: 20px;
  font-family: MicrosoftYaHei, "微软雅黑";
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  font-weight: 400;
  padding-right: 5px;
  background-color: transparent;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .font-num > i, .updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .update-date > i {
  display: inline-block;
  margin-right: 3px;
  width: 13px;
  height: 12px;
  background: url("//pic.cgyouxi.com/orange/upload/202304/26703877_efa2d3b8c439958c0e645d76c7beeb21.png");
  background-size: 100% 100%;
}
.updateCalendar .calendarContent .calendarItem .calendarTips .gold_icon {
  position: absolute;
  height: 36px;
  right: 0;
  top: -16px;
}
.updateCalendar .calendarContent .calendarItem:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 1350px) {
  .updateCalendar .calendarTop {
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
  }
  .updateCalendar .calendarTop .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .updateCalendar .calendarTop .title img {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .updateCalendar .calendarTop .title span {
    font-family: MicrosoftYaHei, "微软雅黑";
    font-weight: bold;
    font-size: 20px;
    color: #2C2C2C;
    letter-spacing: 0;
  }
  .updateCalendar .calendarTop .calendarWeek {
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  .updateCalendar .calendarTop .calendarWeek .weekday {
    display: inline-block;
    vertical-align: middle;
    font-family: MicrosoftYaHei, "微软雅黑";
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-right: 30px;
    cursor: pointer;
    font-weight: bold;
  }
  .updateCalendar .calendarTop .calendarWeek .weekday span {
    display: block;
    visibility: hidden;
    width: 18px;
    height: 3px;
    background: #F66F0C;
    border-radius: 1.5px;
    margin: 0 auto;
  }
  .updateCalendar .calendarTop .calendarWeek .weekday.active {
    color: #333;
    visibility: visible;
  }
  .updateCalendar .calendarTop .pageUpdate {
    position: absolute;
    right: 0;
    font-size: 0;
    height: 26px;
    line-height: 26px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
  }
  .updateCalendar .calendarTop .pageUpdate .itemUpdate {
    display: inline-block;
    vertical-align: middle;
    background: #EBEBEB;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 2px;
    border: 6px solid white;
    border-width: 6px 6px 6px 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .updateCalendar .calendarTop .pageUpdate .itemUpdate.current {
    background: #F66F0C;
  }
  .updateCalendar .calendarContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
    height: 497px;
  }
  .updateCalendar .calendarContent .img-content-box {
    height: 447px;
    width: 100%;
    border: 1px dashed #DCDCDC;
    border-radius: 10px;
  }
  .updateCalendar .calendarContent .img-content-box .img-content {
    width: 140px;
    height: 132px;
    display: block;
    margin: 148px auto 0;
  }
  .updateCalendar .calendarContent .img-content-box .img-text {
    width: 100%;
    height: 17px;
    font-family: MicrosoftYaHei, "微软雅黑";
    font-size: 12px;
    color: #9597A8;
    letter-spacing: 0.22px;
    font-weight: 400;
    text-align: center;
    margin-top: 8px;
  }
  .updateCalendar .calendarContent .calendarItem {
    margin-right: 10px;
    margin-bottom: 17px;
    width: 310px;
  }
  .updateCalendar .calendarContent .calendarItem > a {
    display: block;
  }
  .updateCalendar .calendarContent .calendarItem > a:hover .calendarTitle {
    color: #F66F0C;
  }
  .updateCalendar .calendarContent .calendarItem > a:hover .layer_covers_common {
    opacity: 0.2;
  }
  .updateCalendar .calendarContent .calendarItem .calendarImgBox {
    position: relative;
  }
  .updateCalendar .calendarContent .calendarItem .calendarImgBox .expect-update-word {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    color: #fff;
    padding: 2px 4px;
    top: 10px;
    left: 10px;
  }
  .updateCalendar .calendarContent .calendarItem .calendarImgBox img {
    width: 310px;
    height: 174px;
    display: block;
    border-radius: 6px;
  }
  .updateCalendar .calendarContent .calendarItem .calendarImgBox .calendarMask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.56)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .updateCalendar .calendarContent .calendarItem .calendarImgBox .calendarMask span {
    position: absolute;
    left: 6px;
    bottom: 6px;
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 17px;
    line-height: 17px;
  }
  .updateCalendar .calendarContent .calendarItem .calendarImgBox .updateCompleteIcon {
    position: absolute;
    top: 6px;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #6B7DAB), to(#7C8EBB));
    background-image: -o-linear-gradient(right, #6B7DAB 2%, #7C8EBB 100%);
    background-image: linear-gradient(-90deg, #6B7DAB 2%, #7C8EBB 100%);
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    font-family: NotoSansHans-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    width: 34px;
    height: 20px;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips {
    position: relative;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .calendarTitle {
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #2C2C2C;
    letter-spacing: 0;
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 4px;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .calendarTitle .game-name {
    float: left;
    width: 216px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .calendarTitle .expect-update {
    position: absolute;
    right: 0;
    color: #FF730A;
    text-align: right;
    float: right;
    font-size: 12px;
    background: #FFF0E8;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    word-wrap: break-word;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .game-des {
    float: left;
    width: 216px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .calendarRecom .font-num {
    text-align: right;
    float: right;
    height: 20px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: MicrosoftYaHei, "微软雅黑";
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    font-weight: 400;
    background-color: transparent;
  }
  .updateCalendar .calendarContent .calendarItem .calendarTips .gold_icon {
    position: absolute;
    height: 36px;
    right: 0;
    top: -16px;
  }
  .updateCalendar .calendarContent .calendarItem:nth-child(4n) {
    margin-right: 0;
  }
}