

body{
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}
:root {
  --hky-mobile-width: 343px;
  --hky-mobile-theme-color:#00A2EF;
}

.common-title{
  display: flex;
  gap: 11px;
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  font-family: 'AlibabaPuHuiTi-Medium';
  height: 28px;
  position: relative;
}

.column-content{
  box-sizing: border-box;
  padding: 10px;
  min-height: 75vh;
}

.column-content .column-title{
  font-family: 'AlibabaPuHuiTi-Medium';
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}

.sub-title{
  position: absolute;
  top: -13px;
  left: 38px;
  font-family: 'PangMenZhengDao';
  height: 32px;
  font-size: 24px;
  color: #999999;
  line-height: 32px;
  opacity: 0.2;
}

.commom-read-more{
  width: 100px;
  height: 26px;
  background: url('../image/tz-m-read-more-2x.png') no-repeat;
  background-size: cover;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.modal-content {
  width: 100%;
  position: relative;
}

.video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url('../image/video-close.png');
  background-size: 100%;
}