.target-detail{
	background: #EFF2F6;
	padding-bottom: 30px;
	min-height: calc(100vh - 153px);
}
.target-detail-title{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 16px;
	border-left: 3px solid #2288FC;
	padding-left: 12px;
	margin-bottom: 18px;
}
.target-detail-box{
	background: #fff;
	padding: 17px 22px;
	margin-bottom: 15px;
}
.target-detail-left{
	width: 1100px;
}
/* banner 开始 */
.w1100{
	width: 1100px;
}
.target-detail-banner{
	background:url('/fw/pc/img/study/target/bg_detail-0612564da0641ddcafed932075b10061.png');
	background-size: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}
.target-detail-banner .title{
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	width: 85%;
	margin-bottom: 6px;
}
.target-detail-banner p{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 33px;
	margin-bottom: 16px;
}
.target-detail-banner span{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
}
.target-detail-banner img{
	margin-left: 15px;
	margin-right: 3px;
	width: 16px;
	height: 16px;    
	margin-top: 16px;
}
/* banner 结束 */
/* 页面导航 开始 */
.target-detail-nav{
	background: #fff;
	padding: 0px 38px;
	margin-top: 18px;
}
.target-detail-nav a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 55px;
	margin-right: 32px;
	cursor: pointer;
}
.target-detail-nav p:hover{
	color: #2288FC;
}
.target-detail-nav .active{
	color: #2288FC;
	border-bottom: 3px solid #2288FC;
}
/* 页面导航 结束 */
/* 详情讲解 开始 */
.target-detail-text{
	border-top: 1px solid #E1E1E1;
	padding: 30px 22px;
	background-color: #fff;
}
.target-detail-text .detail{
	word-wrap: break-word;
	padding: 0px 14px;
}
.target-detail-text .detail img{
	max-width: 100%;
}
.target-detail-text .detail video{
	max-width: 100%;
}
/* 详情讲解 结束 */
/* 相关直播 开始 */
.target-detail-live .box{
	width: 335px;
	position: relative;
	margin: 0px 8px;
	margin-bottom: 20px;
}
.target-detail-live .box .img{
	width: 100%;
	display: block;
	height: 200px;
}
.target-detail-live .box .status{
	position: absolute;
	top: 8px;
	left: 10px;
}
.target-detail-live .box .status .statue-box img{
	margin-right: 3px;
}

.target-detail-live .box .status{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
}
.target-detail-live .box .status .statue-box{
	background: linear-gradient(107deg, #FA1E70 0%, #F16234 100%);
	border-radius: 2px;
    padding: 0px 5px;
}
.target-detail-live .box .status .statue-box1{
	background: #D2D2D2;
	border-radius: 2px;
    padding: 0px 5px;
}
.target-detail-live .box .status .statue-box2{
	background: #16B41B;
	border-radius: 2px;
    padding: 0px 5px;
}
.target-detail-live .box .img-url{
	width: 100%;
	height: 200px;
}
.target-detail-live .box .text{
	background: #F7F8FC;
	padding: 8px 12px;
}
.target-detail-live .box .text p{
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-bottom: 5px;
}
.target-detail-live .box .text span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
/* 相关直播 结束 */
/* 问答 开始 */
.target-detail-question .list{
	margin: 0px 12px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.target-detail-question .list .name{
	margin-bottom: 10px;
}
.target-detail-question .list .name a{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	display: block;
    word-break: break-all;
}
.target-detail-question .list .name span{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	background: #F43939;
	border-radius: 2px;
	padding: 0px 5px;
	display:inline-block;
	margin-left: 5px;
}
.target-detail-question .list p{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-bottom: 15px;
    word-break: break-all;
}
.target-detail-question  span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.target-detail-question img {
    margin-left: 15px;
    margin-right: 3px;
	width: 14px;
	height: 20px;
}
/* 问答 结束 */
/* 回复 开始 */
.target-detail-question .target-detail-reply{
	background: #F7F8FA;
	border-radius: 6px;
	padding: 18px;
	margin-top: 20px;
}
.target-detail-question .user{
	width: 24px;
	height: 24px;
}
.target-detail-question .target-detail-reply .box{
	margin-bottom: 20px;
}
.target-detail-question .target-detail-reply .title{
	margin-bottom: 10px;
}
.target-detail-question .target-detail-reply img{
	margin: 0px;
}
.target-detail-question .target-detail-reply  p{
	margin-bottom: 5px;
}
.target-detail-question .target-detail-reply .title p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #333333;
	line-height: 24px;
	margin-left: 6px;
}
.target-detail-question .target-detail-reply span{
	font-size: 12px;
}
.target-detail-question .target-detail-reply .text{
	font-size: 12px;
	font-weight: 400;
	color: #2288FC;
	line-height: 20px;
	margin-left: 5px;
}
/* 回复 结束 */
 /* 评论 开始 */
.target-detail-press .textarea-detail{
	 height: 0px;
	 overflow: hidden;
 }
 .target-detail-press .textarea-box{
	 background: #F7F8FA;
	 padding: 23px 30px;
	 margin: 0px 12px;
	 margin-bottom: 15px;
 }
 .target-detail-press textarea{
	 background: #FFFFFF;
	 border: 1px solid #E1E1E1;
	 padding: 12px 18px;
	 font-size: 14px;
	 font-weight: 400;
	 color: #333;
	 line-height: 20px;
	 width: 935px;
	 height: 100px;
	 margin-bottom: 10px;
	 outline: none;
 }
.target-detail-press img{
	margin: 0px;
}
.target-detail-press .list .title p{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.target-detail-press .list .title{
	margin-bottom: 10px;
}
.target-detail-press button{
	width: 83px;
	height: 36px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
}
.target-detail-press .btn{
	width: 63px;
	height: 30px;    
	margin-right: 12px;
}
.target-detail-press .btn1{
	background: #2288FC;
	border: 1px solid #2288FC;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.target-detail-press .btn2{
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	color: #666666;
	margin-left: 10px;
}
 /* 评论 结束 */
 /* 右侧悬浮 开始 */
.target-detail-right{
	margin-top: 40px;
}
.target-detail-right .box{
	width: 56px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 56px;
	margin-bottom: 18px;
	padding-top: 10px;
	cursor: pointer;
	display: block;
 }
 .target-detail-right .box-active{
	background: #2288FC;
 }
.target-detail-right .box img{
	width: 18px;
	margin: auto;
	display: block;
}
.target-detail-right .box p{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 17px;
	text-align: center;
	margin-top: 3px;
  }
 .target-detail-right .box-active p{
	 color: #fff;
 }
 /* 右侧悬浮 结束 */
 /* 导航悬浮 开始 */
 .target-detail .left-active{
	position: fixed;
	width: 1025px;
	top: 48px;
	box-shadow: 0px 2px 10px 3px rgb(0 0 0 / 4%);
	z-index: 3;
 }
 .target-detail .right-active{
	position: fixed;
	top: 68px
 }
/*新版详情页 开始*/
.new-target-detail{
	min-height: calc(100vh - 153px);
}
.new-target-detail .left-active{
	width: 784px;
	position: inherit;
}
.new-target-detail .right-active{
	position: inherit;
	top: 0px;
}
.new-targetDetail-left{
	position: relative;
	width: 223px;
	border-right: 1px solid #E1E1E1;
	background: #fff;
	padding: 0px 18px;
	margin-top: 18px;
}
.new-targetDetail-left .num-box{
	position: absolute;
	bottom: 30px;
	width: 200px;
}
.new-targetDetail-left .title{
	font-size: 22px;
	font-weight: 500;
	color: #333;
	line-height: 44px;
	padding-top: 14px;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.new-targetDetail-left img {
	margin-right: 3px;
	width: 16px;
	height: 16px;
}
.new-targetDetail-left span {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 16px;
	margin-right: 20px;
}
.new-targetDetail-left p{
	margin-top: 20px;
	font-size: 16px;
	word-wrap: break-word;
}
.new-targetDetail-right{
	width: 860px;
}
.new-targetDetail-right video{
	width: 100%;
	max-height: calc(100vh - 295px);
}
.new-targetDetail-right .target-detail-box{
	margin-bottom: 0px;
	height: calc(100vh - 290px);
	overflow-y: auto;
}
/*新版详情页 结束*/