<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鑻辨枃鐗堣鎯呴〉鏍峰紡鏂囦欢 */
.background-view2{
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #E42500;
}
.more-right2 {
  font-size: 16px;
  color: #000000;
  position: absolute;
  right: 10px;
}
.more-right2 button {
  margin-left: 10px;
}
.size-1{
  font-size: 14px;
}
.size-2{
  font-size: 16px;
}
.size-3{
  font-size: 18px;
}
.print-icon{
  width: 20px;
  height: 20px;
}
.head-view{
  border-bottom: 1px dashed #D6D7DA;
}
.head-view .title{
  font-size: 30px;
  color: #2C2F36;
  line-height: 34px;
}
.detail-video{
  max-width: 500px;
  max-height: 500px;
}
.span-date{
  width: 50%;
  font-size: 14px;
  color: #8A99B7;
  line-height: 16px;
}
.span-link{
  width: 165px;
  margin-left: 10px;
}
.span-link a{
  font-size: 14px;
  font-weight: bold;
  color: #E42500;
  line-height: 16px;
}
.button-view{
  width: 50%;
}
.button-img{
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.my-popover{
  width: 200px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.head-popover{
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  font-size: 12px;
  color: #8A99B7;
  background: #F4F4F4;
  line-height: 17px;
}
.my-popover img{
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
}
.info-popover{
  padding: 0 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #2C2F36;
  line-height: 17px;
}
.imgButton-view{
  /* width: 380px; */
  display: flex;
  height: 24px;
}
.imgButton-view img{
  width: 30px;
}
.imgButton-view .button-1{
  width: 200px;
  font-size: 14px;
  color: #fff;
  background: #5676BE;
  border:0;
}
.imgButton-view .button-2{
  width: 200px;
  font-size: 14px;
  color: #fff;
  background: #43BEEA;
  border:0;
}
.rich-text img{
  max-width: 100%;
}
.rich-text video{
  max-width: 100%;
}
@media (max-width: 768px){
  .button-img{
    margin-bottom: 10px;
  }
  .detail-video{
    width: 100%;
    height: auto;
  }
  .rich-text img{
    width: 100%;
  }
  .rich-text video{
    width: 100%;
  }

}
</pre></body></html>