a {
  text-decoration: none !important;
}

.header-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}




.big {
  padding: 60px 0 160px;
  background: url(/images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.big.another {
  padding-bottom: 140px;
}

@media screen and (max-width:750px) {
  .big {
    padding: 30px 0 170px;
  }
}

#banner {
  position: relative;
  box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
  border-radius: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* #banner .container .slide {border-radius: 30px;overflow: hidden;} */
#banner .container .swiper-pagination-bullet {
  width: 38px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
}

#banner .container .swiper-pagination-bullet-active {
  opacity: 1;
}

#banner .pn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#banner .pn {
  display: none;
}

#banner .pn .svg {
  fill: #fff;
}

#banner .pn.prev {
  left: 3.75%;
}

#banner .pn.next {
  right: 3.75%;
}

#banner .pn.next .svg {
  transform: rotate(-180deg);
}

#banner .video {
  padding-top: 43.33%;
  position: relative;
}

#banner .video .iframe {
  width: 100%;
  height: 100%;
}

#banner .video_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner .video_img img {
  object-fit: cover;
}

#banner .video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}

.big {
  /* 主题颜色 */
  --mainColor: #0060ff;
  --textColor: #333;
}

/* .bg {background-image: linear-gradient(to right bottom, transparent 20%, var(--mainColor) 1000%) !important;border-radius: 30px;background: #fff;box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.06);margin-top: 60px;} */
.bg {
  border-radius: 30px;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 60px;
  position: relative;
  box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.06);
  margin-top: 15px;
}

.tit {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.tit .title {
  font-size: 35px;
  font-weight: 700;
  color: var(--textColor);
  transform: translate(-20px, -4px);
}

.tit.not .title {
  transform: translate(0, 0);
  margin: 0 0 0 20px;
}

.ftitle{
  margin: 5px 0 20px 20px;
}

@media screen and (max-width:750px) {
  .bg {
    box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
  }

  .tit .title {
    font-size: 30px;
    transform: translate(-22px, -2px);
  }

  #banner .video {
    padding-top: 56.231%;
  }
}

#header {
  margin-top: 52px;
}

#header .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .word {
  width: calc(100% - 140px);
}

#header .title {
  line-height: 55px;
  font-weight: 700;
  font-size: 40px;
  color: var(--textColor);
}

#header .word .tip {
  margin-top: 21px;
  font-size: 20px;
  color: var(--mainColor);
  display: flex;
  flex-wrap: wrap;
}

#header .word .tip .box {
  padding-right: 26px;
  margin-right: 26px;
  position: relative;
  display: flex;
}

#header .word .tip .box::before {
  content: '';
  height: 20px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #cccccc;
}

#header .word .tip .box:last-child {
  margin-right: 0;
  padding-right: 0;
}

#header .word .tip .box:last-child::before {
  display: none;
}

#header .word .tip .box span {
  margin-left: 12px;
}

#header .btn {
  width: 117px;
  height: 117px;
  border-radius: 20px;
  background: var(--mainColor);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
}

/* #header .btn {width: 117px;height: 117px;border-radius: 20px;background: var(--mainColor);display: flex;flex-direction: column;align-items: center;justify-content: center; font-size: 16px;font-weight: 600;color: #fff;} */
#header .btn .img {
  margin-bottom: 13px;
  position: relative;
}

#header .btn .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(transparent, var(--mainColor) 145%);
  width: 100%;
  height: 100%;
  z-index: 3;
}

#header .btn .img .svg {
  fill: #fff;
}

/* 已结束 */
#header .btn.end {
  background: #fff;
  color: #cccccc;
}

#header .btn.end .img::before {
  display: none;
}

@media screen and (max-width:750px) {
  #header .list {
    margin-top: 17px;
  }

  #header .word {
    width: calc(100% - 170px);
  }

  #header .word .tip {
    display: block;
    margin-top: 0;
  }

  #header .word .tip .box {
    padding-right: 0;
    margin-right: 0;
    font-size: 24px;
    margin-top: 5px;
  }

  #header .word .tip .box::before {
    display: none;
  }

  #header .word .tip .box:first-child {
    margin-top: 0;
  }

  #header .word .tip .box .text {
    font-weight: 600;
  }

  #header .btn {
    flex-direction: row;
    width: 160px;
    height: 70px;
    border-radius: 35px;
    font-size: 24px;
  }

  #header .btn .img {
    margin-bottom: 0;
    margin-right: 17px;
  }
}

/* 活动简介 */
#brief {
  padding: 50px 1.567%;
}

#brief .min_box {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

#brief .min_box.none {
  max-height: none;
}

#brief .min_box .btn {
  text-align: right;
  font-size: 18px;
  color: var(--mainColor);
  cursor: pointer;
}

#brief .min_box .one {
  display: block;
}

#brief .min_box .two {
  display: none;
}

#brief .min_box.cur .one {
  display: none;
}

#brief .min_box.cur .two {
  display: block;
}

#brief .content {
  margin-top: 35px;
  line-height: 37px;
  font-size: 18px;
}

#brief .content * {
  max-width: 100% !important;
  text-wrap: unset !important;
}

#brief .content p {
  display: block;
}

#brief .content span {
  display: block;
}

@media screen and (max-width:750px) {
  #brief {
    padding: 30px 17px 21px;
  }

  #brief .content {
    margin-top: 0px;
  }

  #brief .content * {
    line-height: 54px !important;
    font-size: min(60px, 28px);
    display: table;
    font-size: 18px;
  }

  #brief .min_box .btn {
    font-size: 26px;
  }

  #brief .min_box::before {
    content: '';
    width: 100%;
    height: 200px;
    background-image: linear-gradient(transparent, #ffffff);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #brief .min_box.cur::before {
    display: none;
  }

  #brief .min_box {
    max-height: 280px;
  }
}

/* 直播平台 */
#tv {
  padding: 30px 2.567% 90px;
}

#tv .content {
  display: flex;
  flex-wrap: wrap;
}

#tv .content .box .img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #fff !important;
  background: #fff;
  box-shadow: 10px 17px 40px 0px rgba(16, 39, 76, 0.05);
  overflow: hidden;
  text-decoration: none !important;
  display: block;
}

#tv .content .box a {
  text-decoration: none !important;
}

/* #tv .content .box .img {border-radius: 20px;overflow: hidden;border: 1px solid #fff;background: #fff;} */
#tv .content .box .name {
  text-align: center;
  margin-top: 32px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}

/* 一行一个 */
#tv .content.one {
  flex-direction: column;
  align-items: center;
}

#tv .content.one .box {
  width: 50.925%;
  margin-top: 55px;
}

#tv .content.one .box:first-child {
  margin-top: 0;
}

#tv .content.one .box .img {
  padding-top: 34.1818%;
}

/* 一行两个 */
#tv .content.two {
  padding: 0 8.703%;
  justify-content: space-between;
}

#tv .content.two .box {
  width: 46.636%;
  margin-top: 55px;
}

#tv .content.two .box:nth-child(-n+2) {
  margin-top: 0;
}

#tv .content.two .box .img {
  padding-top: 38.461%;
}

/* 一行三个 */
#tv .content.three .box {
  width: 30.55%;
  margin-right: 4.166%;
  margin-top: 60px;
}

#tv .content.three .box:nth-child(3n) {
  margin-right: 0;
}

#tv .content.three .box:nth-child(-n+3) {
  margin-top: 0;
}

#tv .content.three .box .img {
  padding-top: 45.45%;
}

@media (any-hover:hover) {

  /* #tv .content .box:hover .img {border-color: var(--mainColor) !important;} */
  #tv .content .box:hover .name {
    color: var(--mainColor);
  }
}

@media screen and (max-width:750px) {
  #tv {
    padding: 30px 15px 30px;
  }

  #tv .content .box .img {
    border-radius: 10px;
    border: none !important;
  }

  #tv .content.one .box {
    width: 71.732%;
    margin-top: 35px;
  }

  #tv .content.one .box .img {
    padding-top: 36.446%;
  }

  /* #tv .content.one .box .img img {transform: scale(1.05);} */
  #tv .content.one .box .name {
    font-size: 28px;
    margin-top: 24px;
  }

  #tv .content.two {
    padding: 0;
  }

  #tv .content.two .box {
    width: 47.549%;
    margin-top: 35px;
  }

  #tv .content.two .box .img {
    padding-top: 45.36%;
  }

  /* #tv .content.two .box .img img {transform: scale(0.88);} */
  #tv .content.two .box .name {
    font-size: 28px;
    margin-top: 25px;
  }

  #tv .content.three .box {
    width: 31.209%;
    margin-right: 3.167%;
    margin-top: 35px;
  }

  #tv .content.three .box .img {
    padding-top: 52.356%;
  }

  .max.absolute {
    cursor: pointer !important;
  }
  
  

  /* #tv .content.three .box .img img {transform: scale(0.65);} */
  #tv .content.three .box .name {
    margin-top: 12px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-decoration: none !important;
  }
}

/* 系列活动 */
#list {
  padding: 65px 1.567% 105px;
}

#list .content {
  margin-top: 35px;
}

#list .content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 57px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 57px;
}

#list .content .list:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#list .content .list .left {
  width: 39.537%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#list .content .list .left .img {
  padding-top: 56.206%;
}

#list .content .list .left .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
}

#list .content .list .left .icon .svg {
  fill: #fff;
  box-shadow: 3px 4px 10px 0px rgba(16, 39, 76, 0.1);
}

#list .content .list .right {
  width: 56.481%;
}

#list .content .list .right .name {
  font-size: 26px;
  font-weight: 600;
}

#list .content .list .right .brief {
  margin-top: 25px;
  line-height: 29px;
  font-size: 18px;
  color: #999999;
}

#list .content .list .right .end {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#list .content .list .right .end .time {
  font-size: 18px;
  color: var(--mainColor);
}

#list .content .list .right .end .icon .svg {
  fill: var(--mainColor);
}

@media screen and (max-width:750px) {
  #list {
    padding: 30px 39px 60px;
  }

  #list .content .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #list .content .list .right {
    width: 47.712%;
  }

  #list .content .list .right .name {
    line-height: 42px;
    font-size: 30px;
    font-weight: 600;
  }

  #list .content .list .right .brief {
    display: none !important;
  }

  #list .content .list .right .end {
    margin-top: 28px;
  }

  #list .content .list .right .end .time {
    font-size: 24px;
  }

  #list .content .list .right .end .icon {
    display: none;
  }

  #list .content .list .left {
    width: 47.385%;
  }

  #list .content .list .left .icon {
    opacity: 1;
  }
}

/* 选项卡 */
#tab {
  margin-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}

#tab .container {
  overflow: visible;
}

#tab .container.little .wrapper {
  justify-content: center;
}

#tab .container .slide {
  cursor: pointer;
  width: 16.66%;
  border-radius: 10px;
  background: #fff;
  height: 55px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
  margin-right: 2.5%;
}

/* #tab .container.big {max-width: 100%;width: auto;margin: auto;} */
#tab .container.big .wrapper {
  justify-content: center;
}

#tab .container.little .wrapper {
  justify-content: space-between;
}

#tab .container.three .slide {
  margin-right: 0;
  width: calc(100%/3.2);
}

#tab .container.two .slide {
  margin-right: 0;
  width: calc(100%/2.05);
}

#tab .container.one .slide {
  margin-right: 0;
  width: 100%;
}

#tab .container .slide:last-child {
  margin-right: 0;
}

#tab .container .slide .text {
  position: relative;
}

#tab .container .slide .text::before {
  content: '';
  width: 26px;
  height: 24px;
  background: url(/images/icon_tab.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -23px;
  top: -4px;
  opacity: 0;
  transition: all 0.3s linear;
}

#tab .container .slide.cur {
  background: var(--mainColor);
  color: #fff;
}

#tab .container .slide.cur .text::before {
  opacity: 1;
}

/* #tab .container .slide.a_tab {pointer-events: none;cursor:pointer;} */
@keyframes floatLeft {
  from {
    left: 5%;
  }

  to {
    left: 4%;
  }
}

@keyframes floatRight {
  from {
    right: 5%;
  }

  to {
    right: 4%;
  }
}

#tab .pn {
  position: absolute;
  top: 13%;
  font-size: 18px;
  font-weight: 600;
  z-index: 10;
  color: var(--mainColor);
}

#tab .pn.prev {
  left: 10px;
  animation: floatLeft 1s infinite alternate;
}

#tab .pn.next {
  right: 10px;
  animation: floatRight 1s infinite alternate;
}

#tab .pn.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width:750px) {
  #tab {
    padding-bottom: 19px;
  }

  #tab .container .slide {
    width: 23.188%;
    height: 65px;
    font-size: 28px;
    box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
  }

  #tab .container .slide {
    width: auto;
    padding: 0 20px;
    min-width: 150px;
  }

  #tab .container .slide .text::before {
    display: none;
  }

  #tab .container.big .wrapper {
    justify-content: flex-start;
  }

  #tab .pn {
    position: absolute;
    top: 60%;
    font-size: 18px;
    font-weight: 600;
    z-index: 10;
    color: var(--mainColor);
  }

  #tab .pn {
    font-size: 26px;
  }
}

#brief.another {
  padding: 95px 1.567% 105px;
  margin-top: 0;
}

#brief.another .content {
  margin-top: 30px;
}

#brief.another .content * {
  max-width: 100% !important;
  white-space: pre-wrap !important;
  word-break: break-all !important;
}

#brief.another .content p {
  display: block;
}

#brief.another .content span {
  display: block;
}

#tv.another {
  padding: 105px 1.567% 85px;
  margin-top: 0;
}

#tv.another .content {
  margin-top: 0;
}

#list.another {
  padding: 105px 1.567% 122px;
  margin-top: 0;
}

#list.another .content {
  margin-top: 0;
}

@media screen and (max-width:750px) {
  #brief.another {
    padding: 42px 30px 39px;
  }

  #tv.another {
    padding: 57px 39px 40px;
  }

  #list.another {
    padding: 55px 39px 65px;
  }

  .big.another {
    padding: 30px 0 60px;
  }
}

#float-win {
  margin-top: 0;
  background: #fff;
  width: 100px;
  height: 50px;
  padding: 0 0 0 26px;
  border-radius: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  right: 40px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

/* #float-win:hover {background: var(--mainColor);color: #fff;} */
#float-win::before {
  content: '';
  width: 26px;
  height: 24px;
  background: url(/images/icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s linear;
}

#float-win .icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#float-win .icon .svg:nth-of-type(2) {
  display: none;
}

/* #float-win:hover .icon .svg:nth-of-type(1) {display: none;} */
/* #float-win:hover .icon .svg:nth-of-type(2) {display: block;} */

@media screen and (max-width:750px) {

  /* #float-win {top: auto;transform: translateY(0);left: 0;right: auto;bottom: 0;width: 100%;flex-direction: row;font-size: 30px;} */
  /* #float-win .icon {margin-bottom: 0;transform: scale(1.2);margin-right: 30px;} */
  #float-win {
    width: 160px;
    height: 80px;
    font-size: 26px;
    top: auto;
    transform: translateY(0);
    bottom: 60px;
  }
}

#float-wx {
  background: #fff;
  width: 100px;
  height: 50px;
  padding: 0 0 0 26px;
  border-radius: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  right: 40px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

#float-wx::before {
  content: '';
  width: 26px;
  height: 24px;
  background: url(/images/icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s linear;
}

#float-wx .icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#float-wx .icon .svg:nth-of-type(2) {
  display: none;
}


@media screen and (max-width:750px) {
  #float-wx {
    width: 160px;
    height: 80px;
    font-size: 26px;
    top: auto;
    transform: translateY(0);
    bottom: 60px;
  }

  #float-wx {
    display: none;
  }
}


#picture {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: 30;
  overflow-y: auto !important;
}

#picture .box {
  width: 1350px;
  max-width: 92%;
  border-radius: 30px;
  margin: 60px auto;
}

#picture .content {
  background: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

#picture .broadside {
  position: sticky;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10;
}

#picture .btn {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  margin-right: 40px;
  margin-top: 15px;
}

#picture .btn .svg {
  fill: #fff;
}

#picture .btn:first-child {
  margin-top: 0;
}

/* #picture .btn:hover {background: var(--mainColor);} */
#picture .content .list {
  display: flex;
  align-items: center;
  width: 92%;
  margin: 0 auto;
  padding: 30px 0;
  justify-content: space-between;
}

#picture .content .list .code {
  width: 128px;
  height: 128px;
}

#picture .content .list .name {
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
  width: calc(100% - 140px);
}

#picture .content .list.end {
  flex-direction: row-reverse;
}

#picture .content .info {
  padding: 60px 0;
  width: 92%;
  margin: auto;
}

#picture .content .info .banner {
  box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
  border-radius: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#picture .content .info .word {
  margin-top: 30px;
}

#picture .content .info .word .name {
  line-height: 55px;
  font-weight: 700;
  font-size: 36px;
  color: var(--textColor);
  text-align: left;
}

#picture .content .info .word .tip {
  margin-top: 21px;
  font-size: 20px;
  color: var(--mainColor);
  display: flex;
  flex-wrap: wrap;
}

#picture .content .info .word .tip .min_box {
  padding-right: 26px;
  margin-right: 26px;
  position: relative;
  display: flex;
}

#picture .content .info .word .tip .min_box::before {
  content: '';
  height: 20px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #cccccc;
}

#picture .content .info .word .tip .min_box:last-child {
  margin-right: 0;
  padding-right: 0;
}

#picture .content .info .word .tip .min_box:last-child::before {
  display: none;
}

#picture .content .info .word .tip .min_box span {
  margin-left: 12px;
}

#picture .content .info .platform {
  margin-top: 50px;
}

#picture .content .info .platform .text {
  font-size: 26px;
  color: var(--mainColor);
  text-align: center;
}

#picture .content .info .platform .tv_box {
  margin-top: 30px;
}

#picture .content .info .platform .tv_box {
  display: flex;
  margin-top: 53px;
  flex-wrap: wrap;
}

/* 一行三个 */
#picture .content .info .platform .tv_box .play_box {
  width: 30.55%;
  margin-right: 4.166%;
  margin-top: 60px;
}

#picture .content .info .platform .tv_box .play_box:nth-child(3n) {
  margin-right: 0;
}

#picture .content .info .platform .tv_box .play_box:nth-child(-n+3) {
  margin-top: 0;
}

#picture .content .info .platform .tv_box .play_box .img {
  padding-top: 34.21%;
  box-shadow: 10px 17px 40px 0px rgba(16, 39, 76, 0.05);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#picture .content .info .platform .tv_box .play_box .name {
  text-align: center;
  font-size: 18px;
  margin-top: 32px;
}

#picture .content .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

@media screen and (max-width:750px) {
  #picture .broadside {
    z-index: 100;
  }

  #picture .btn {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
  }

  #picture .btn:first-child svg {
    transform: scale(1.5);
  }

  #picture .content .list .name {
    text-align: left;
    font-size: 30px;
  }

  [alert] .at-contents {
    font-size: 36px !important;
  }

  #picture .content .info .word .tip {
    display: block;
  }

  #picture .content .info .word .tip .min_box {
    padding-right: 0;
    margin-right: 0;
    font-size: 24px;
    margin-top: 5px;
  }

  #picture .content .info .word .tip .min_box::before {
    display: none;
  }

  #picture .content .info .word .tip .min_box:first-child {
    margin-top: 0;
  }

  #picture .content .info .word .tip .min_box .text {
    font-weight: 600;
  }

  #picture .content .info .platform .tv_box .play_box .name {
    font-size: 24px;
    margin-top: 18px;
  }
}

#pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 100;
}

#pop-up .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
}

#pop-up .content .text {
  padding: 40px 30px;
  font-size: 18px;
  white-space: nowrap;
}

#pop-up .content .btn {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #257F61;
  cursor: pointer;
}

@media screen and (max-width:750px) {
  #pop-up .content .text {
    font-size: 26px;
    padding: 45px 30px;
  }

  #pop-up .content .btn {
    font-size: 26px;
    line-height: 90px;
  }
}


#demo {
  width: 770px;
  padding: 36px 30px 40px;
}

#demo .head {
  display: flex;
}

#demo .head .box {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  min-height: 55px;
  background: rgb(248, 248, 248);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#demo .body .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
}

#demo .body .li .box {
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#demo .body .li .box .input {
  width: 100%;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  padding: 0 5px;
}

#demo .one {
  width: 20%;
}

#demo .two {
  width: 25%;
}

#demo .three {
  width: 40%;
}

#demo .body .li .box.one .btn {
  font-size: 18px;
  color: #333;
  margin-left: 10px;
}

#demo .body .li .box.one .btn .pn {
  cursor: pointer;
}

#demo .body .li .box.one .btn .pn:hover {
  color: #0060ff;
}

#demo .body .li .box.one .btn .bot {
  margin-top: 5px;
}

#demo .body .li .box.one .oneimg {
  width: 80px;
  height: 80%;
  background: #999999;
}

#demo .body .li .box.end {
  font-size: 14px;
  color: #0060ff;
  justify-content: space-around;
}

#demo .body .li .delete {
  cursor: pointer;
}

#demo .add_btn {
  text-align: center;
  line-height: 60px;
  height: 60px;
  border-radius: 8px;
  color: #fff;
  background: #0060ff;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
}

.video-js .vjs-tech {
  object-fit: fill;
}






.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
text-align: center;
}

@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
font-weight: normal;
font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {
content: "\f101";
}

.vjs-icon-play-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-play-circle:before {
content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f109";
}

.vjs-icon-square {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-square:before {
content: "\f10a";
}

.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-spinner:before {
content: "\f10b";
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
content: "\f10c";
}

.vjs-icon-captions,
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
content: "\f10e";
}

.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-share:before {
content: "\f10f";
}

.vjs-icon-cog {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-cog:before {
content: "\f110";
}

.vjs-icon-circle,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-seek-to-live-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
content: "\f111";
}

.vjs-icon-circle-outline {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-circle-outline:before {
content: "\f112";
}

.vjs-icon-circle-inner-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
content: "\f113";
}

.vjs-icon-hd {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-hd:before {
content: "\f114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
content: "\f115";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
content: "\f116";
}

.vjs-icon-facebook {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-facebook:before {
content: "\f117";
}

.vjs-icon-gplus {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-gplus:before {
content: "\f118";
}

.vjs-icon-linkedin {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-linkedin:before {
content: "\f119";
}

.vjs-icon-twitter {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-twitter:before {
content: "\f11a";
}

.vjs-icon-tumblr {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-tumblr:before {
content: "\f11b";
}

.vjs-icon-pinterest {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-pinterest:before {
content: "\f11c";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
content: "\f11d";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
content: "\f11e";
}

.vjs-icon-next-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-next-item:before {
content: "\f11f";
}

.vjs-icon-previous-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}

.vjs-icon-previous-item:before {
content: "\f120";
}

.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
background-color: #000;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
word-break: initial;
}

.video-js:-moz-full-screen {
position: absolute;
}

.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}

.video-js[tabindex="-1"] {
outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
box-sizing: inherit;
}

.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
width: 100%;
max-width: 100%;
height: 0;
}

.video-js.vjs-16-9 {
padding-top: 56.25%;
}

.video-js.vjs-4-3 {
padding-top: 75%;
}

.video-js.vjs-fill {
width: 100%;
height: 100%;
}

.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}

.video-js.vjs-fullscreen {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}

.vjs-hidden {
display: none !important;
}

.vjs-disabled {
opacity: 0.5;
cursor: default;
}

.video-js .vjs-offscreen {
height: 1px;
left: -9999px;
position: absolute;
top: 0;
width: 1px;
}

.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
}

.vjs-no-js {
padding: 20px;
color: #fff;
background-color: #000;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
color: #66A8CC;
}

.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.5em;
width: 3em;
display: block;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
border-radius: 0.3em;
transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -0.75em;
margin-left: -1.5em;
}

.video-js .vjs-big-play-button {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}

.video-js {
position: relative;
}


.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}

.video-js button {
background: none;
border: none;
color: inherit;
display: inline-block;
font-size: inherit;
line-height: inherit;
text-transform: none;
text-decoration: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.vjs-control .vjs-button {
width: 100%;
height: 100%;
}

.video-js .vjs-control.vjs-close-button {
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}

.video-js .vjs-modal-dialog {
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
overflow: auto;
}

.video-js .vjs-modal-dialog>* {
box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
font-size: 1.2em;
line-height: 1.5;
padding: 20px 24px;
z-index: 1;
}

.vjs-menu-button {
cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}

.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
display: none;
}

.vjs-menu li {
list-style: none;
margin: 0;
padding: 0.2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0em;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
display: block;
}

.video-js .vjs-menu-button-inline {
transition: all 0.4s;
overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 4em;
top: 0;
padding: 0;
margin: 0;
transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
display: block;
opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}

.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3.0em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}

.video-js .vjs-control {
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
flex: none;
}

.vjs-button>.vjs-icon-placeholder:before {
font-size: 1.8em;
line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
display: none;
}

.video-js .vjs-progress-control {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
min-width: 4em;
touch-action: none;
}

.video-js .vjs-progress-control.disabled {
cursor: default;
}

.vjs-live .vjs-progress-control {
display: none;
}

.vjs-liveui .vjs-progress-control {
display: flex;
align-items: center;
}

.vjs-no-flex .vjs-progress-control {
width: auto;
}

.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
width: 0;
}

.video-js .vjs-play-progress {
background-color: #fff;
}

.video-js .vjs-play-progress:before {
font-size: 0.9em;
position: absolute;
right: -0.5em;
top: -0.333333333333333em;
z-index: 1;
}

.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
display: block;
font-size: 0.6em;
visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
position: relative;
cursor: pointer;
padding: 0;
margin: 0 0.45em 0 0.45em;
/* iOS Safari */
-webkit-touch-callout: none;
/* Safari */
-webkit-user-select: none;
/* Konqueror HTML */
/* Firefox */
-moz-user-select: none;
/* Internet Explorer/Edge */
-ms-user-select: none;
/* Non-prefixed version, currently supported by Chrome and Opera */
user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
cursor: default;
}

.video-js .vjs-slider:focus {
text-shadow: 0em 0em 1em white;
box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
}

.video-js .vjs-volume-control {
cursor: pointer;
margin-right: 1em;
display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
visibility: visible;
opacity: 0;
width: 1px;
height: 1px;
margin-left: -1px;
}

.video-js .vjs-volume-panel {
transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
visibility: visible;
opacity: 1;
position: relative;
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
width: 5em;
height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: 9em;
transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
height: 8em;
width: 3em;
left: -3000em;
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
height: 3em;
visibility: visible;
opacity: 1;
position: relative;
transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
position: absolute;
bottom: 3em;
left: 0.5em;
}

.video-js .vjs-volume-panel {
display: flex;
}

.video-js .vjs-volume-bar {
margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
width: 0.3em;
height: 5em;
margin: 1.35em auto;
}

.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}

.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
top: -0.3em;
right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%;
}

.video-js .vjs-volume-vertical {
width: 3em;
height: 8em;
bottom: 8em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
left: -2em;
}

.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}

.video-js .vjs-poster {
  background-size: cover;
  background-position: center;
}

.video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.video-js video {
  object-fit: cover;
}

.vjs-has-started .vjs-poster {
display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}

.vjs-using-native-controls .vjs-poster {
display: none;
}

.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
flex: auto;
font-size: 1em;
line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
}

.video-js .vjs-seek-to-live-control {
cursor: pointer;
flex: none;
display: inline-flex;
height: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 1em;
line-height: 3em;
width: auto;
min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
display: table-cell;
width: auto;
text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
margin-right: 0.5em;
color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}

.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 3em;
min-width: 2em;
width: auto;
padding-left: 1em;
padding-right: 1em;
}

.vjs-live .vjs-time-control {
display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
display: none;
}

.vjs-time-divider {
display: none;
line-height: 3em;
}

.vjs-live .vjs-time-divider {
display: none;
}

.video-js .vjs-play-control {
cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
flex: none;
}

.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}

.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
}

.vjs-subtitles {
color: #fff;
}

.vjs-captions {
color: #fc6;
}

.vjs-tt-cue {
display: block;
}

video::-webkit-media-text-track-display {
-webkit-transform: translateY(-3em);
transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
-webkit-transform: translateY(-1.5em);
transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
cursor: pointer;
flex: none;
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
pointer-events: none;
font-size: 1.5em;
line-height: 2;
text-align: center;
}

.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
font-size: 1.4em;
text-align: center;
}

.vjs-error .vjs-error-display:before {
color: #fff;
content: 'X';
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}

.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
-webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: transparent;
border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
border-top-color: white;
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
to {
  visibility: visible;
}
}

@-webkit-keyframes vjs-spinner-show {
to {
  visibility: visible;
}
}

@keyframes vjs-spinner-spin {
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

@-webkit-keyframes vjs-spinner-spin {
100% {
  -webkit-transform: rotate(360deg);
}
}

@keyframes vjs-spinner-fade {
0% {
  border-top-color: #73859f;
}

20% {
  border-top-color: #73859f;
}

35% {
  border-top-color: white;
}

60% {
  border-top-color: #73859f;
}

100% {
  border-top-color: #73859f;
}
}

@-webkit-keyframes vjs-spinner-fade {
0% {
  border-top-color: #73859f;
}

20% {
  border-top-color: #73859f;
}

35% {
  border-top-color: white;
}

60% {
  border-top-color: #73859f;
}

100% {
  border-top-color: #73859f;
}
}

.vjs-chapters-button .vjs-menu ul {
width: 24em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: "\f10d";
font-size: 1.5em;
line-height: inherit;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " \f11d";
font-size: 1.5em;
line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
flex: auto;
display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
text-align: right;
vertical-align: bottom;
}

@supports (display: grid) {
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 20px 24px 0px 24px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-bottom: 20px;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  grid-column: 1 / -1;
}

.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
  grid-template-columns: 1fr;
}
}

.vjs-track-setting>select {
margin-right: 1em;
margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
margin: 5px;
padding: 3px;
border: none;
}

.vjs-text-track-settings fieldset span {
display: inline-block;
}

.vjs-text-track-settings fieldset span>select {
max-width: 7.3em;
}

.vjs-text-track-settings legend {
color: #fff;
margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
display: block;
margin: 0 0 5px 0;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
outline-style: solid;
outline-width: medium;
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
background-color: #fff;
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
color: #2B333F;
cursor: pointer;
border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
margin-right: 1em;
}

@media print {
.video-js>*:not(.vjs-tech):not(.vjs-poster) {
  visibility: hidden;
}
}

.vjs-resize-manager {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
outline: none;
background: none;
}


.header-video,
.header-img{
position: relative;
box-shadow: 15px 26px 50px 0px rgba(16, 39, 76, 0.1);
border-radius: 30px;
overflow: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}


.logoimghz {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logoimg{
    max-width: 50%!important;
    margin: 0!important;
}

.yunbowz{
  display: none;
}