.award-videoscore {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}

.award-videoscore a {
  text-decoration: initial;
  color: #999;
}

.award-videoscore a:hover {
  color: #00a1d6;
}

.award-videoscore.award-show {
  overflow: hidden;
}

.award-videoscore .award-list {
  float: left;
  width: 180px;
  margin: 12px 4px;
  padding: 4px;
  border-radius: 5px;
}

.award-videoscore .works-ranking {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin: 6px 0;
  text-align: center;
  color: #fff;
}

.award-videoscore .works-main {
  background: #fff;
}

.award-videoscore .works-video {
  display: block;
  padding: 14px 10px 4px 10px;
}

.award-videoscore .works-video .works-img {
  display: block;
  height: 100px;
  margin-bottom: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.award-videoscore .works-video .works-infor {
  display: block;
  overflow: hidden;
  height: 34px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 17px;
}

.award-videoscore .up-name {
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
  color: #999;
}

.award-videoscore .award-grade {
  font-size: 16px;
  line-height: 30px;
  height: 28px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.award-videoscore .award-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  clear: both;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.award-videoscore .award-mask.show {
  display: block;
}

.award-videoscore .award-bigpic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 696px;
  height: 696px;
  margin: -350px -350px;
  border: 2px solid #000;
  background: #000;
}

.award-videoscore .award-bigpic img {
  display: block;
  width: 696px;
  height: 696px;
}

.t-award-mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    display: none;
}
.t-award-mask .t-award-video{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 836px;
    height: 484px;
    margin-left: -418px;
}
.t-award-mask .t-close-btn{
    position: absolute;
    top: 0;
    right: -39px;
    width: 24px;
    height: 24px;
    background: url('https://activity.hdslb.com/blackboard/template-common-image/images/video_btn_close.png');
    cursor: pointer;
}
.t-award-mask .t-award-btn{
    position: relative;
    margin-top: 16px;
}
.t-award-mask .t-dialog-btn{
    display: block;
    float: left;
    width: 136px;
    height: 40px;
    margin-right: 16px;
    background: #f2f5f6;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    border-radius: 5px;
}
.t-award-mask .t-lr-share{
    float: right;
    margin-right: 0;
}
.t-award-show{
    display: block;
}

