.thepage .p-head {
  background-image: url(../img/videos/hero@2x.jpg);
}

main .sec-top {
}
.sec-top .t1 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 60px;
}
.sec-top .t1 .hl {
  color:#fff;
  background: #F6AA00;
}
.sec-top .desc {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 100px;
}
.row-video>div {
  margin-bottom: 60px;
}
.row-video .v-box {
  position: relative;
  display: block;
  padding:60px 10px 40px;
  height: 100%;
}
.v-box .tag {
  position: absolute;
  color:#fff;
  top:-20px;
  left: 0;
}
.v-box .tag>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
}
.v-box .tag .hl1 {
  background: #484545;
  padding:5px 16px;
}
.v-box .tag .hl2 {
  background: #F6AA00;
  padding:5px 10px;
  font-size: 24px;
}
.v-box .thumb {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  margin-bottom: 30px;
}
.v-box .thumb:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin:auto;
  background: no-repeat center url(../img/common/btn-play.svg);
  background-size: 100%;
  width: 60px;
  height: 60px;
}
.v-box .t {
  font-size: 22px;
  text-align: center;
}
.v-box .st {
  text-align: center;
}


@media (max-width: 1199px) {

  .v-box .t {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .row-video>div {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-image: url(../img/videos/SP/hero@2x.jpg);
  }
  .sec-top .t1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .sec-top .desc {
    font-size: 18px;
    line-height: 34px;
  }
}