/* 产品详情 + 培训资料 */
.pro_detail{
	    width: 14rem;
	    margin: 0 auto;
		padding:1.55rem 0 0.93rem 0rem;
}
.pro_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.65rem;
}
.pro_top .manual{
	display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 1.84rem;
	    height: 0.43rem;
	    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	    border: 0.02rem solid #0769B2;
	    font-size: 0.16rem;
	    color: #0769B2;
	    transition: all 0.3s;
}
.pro_top .manual img{
	    height: 0.14rem;
	    margin-left: 0.14rem;
	    object-fit: contain;
}
.pro_top .pro_tit{
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}
/* 培训资料 */

.train_detail{
	padding-top:0.5rem;
}
.train_detail .detail_bread{
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}
.train_detail .pro_top{
	margin-bottom:0.6rem;
}

@media screen and (max-width:1024px){
    .pro_detail{
        width: 100%;
        padding: 15px;
    }
    .pro_top .pro_tit{
        font-size: 18px;
    }
    .pro_top{
        flex-direction: column;
    }
    .pro_top .manual{
        margin-top: 15px;
        font-size: 14px;
        width: fit-content;
        padding: 0 15px;
    }
}
