@import url(https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900);

html,
body {
  font-family: 'Noto Sans SC', 'Microsoft Yahei', sans-serif;
}


.cnDisplayNone {
  display: none;
}

.font30500 {
  font-size: 30px;
  font-weight: 500;
}

.video-container {
  overflow: inherit;
}

.videoRelative .cnBtn {
  position: absolute;
  bottom: -50px;
  color: #cb3f00;
}

.videoRelative .cnBtn a {
  color: #cb3f00;
  display: inline-block;
  text-decoration: solid !important;
}

.cnBtn2 {
  color: #cb3f00;
  margin-top: -50px;
  margin-bottom: 50px;
}

.cnBtn2 a {
  color: #cb3f00;
  display: inline-block;
}

.videoRelative a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #cb3f00;
}

.cnBtn2 a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #cb3f00;
}

.lity-iframe-container {
  overflow: inherit;
}

@media all and (-ms-high-contrast:none)
     {
     .bold, .font14500 { font-weight:700; }  /* IE10 */
     *::-ms-backdrop, .bold, .font14500 { font-weight:700; }  /* IE11 */
     }


@media screen and (max-width: 560px) {
  .cnBtn2 {
   max-width: 310px;
  }
}
