.header{
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 24px;
  padding: 18px 0;
  background: #0062C5;
}
.header-title{
  color: #ffffff;
  position: relative;
  line-height: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-back{
  position: absolute;
  left: 18px;
  display: flex;
  align-items: center;
}
 
.detail-content-head{
  padding: 2%;
  margin-top: 1%;
}
.detail-content-info{
  padding: 12px;
  font-size: 14px;
  color: #333333;
  text-indent: 2em;
}
.detail-content img{
	width: 100%;
    height: 100%;
    max-width: 100%;
}
.detail-content p{
	padding: 0 12px;
	font-size: 14px;
	color: #333333;
}
.new-content {
    padding: 1%;
}
.detail-content video{
	width:100%;
}


