h4{
	font-size:20px;
	margin: 10px 0 20px 0;
}
h5{
	text-align:center;
	color:#333;
	font-size: 18px;
	margin-top: 15px;
}
header{
	position: fixed;
	z-index: 99;
}
.body_container{
	flex-direction: row !important;
	align-items: start;
	background-color: #e9edf6;
	margin-top: 72px;
}
.sidebar{
	display: flex;
	flex-direction: column;
	width: 350px;
	padding: 10px;
}
.content-main{
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	background-color: #FFF;
	flex:1;
}
.doc-item-download{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
	align-items: center;
}
.doc-item-download div{
	margin:10px;
}
.doc-item-download i{
	font-size:20px;
	margin-right: 5px;
}
.info-txt{
	background-color: #f7f5f5;
	padding: 10px;
	color: #638fd0;
	border-radius: 5px;
	font-weight: 250;
	max-height: 300px;
	overflow: hidden;
}
.doc-item-files{
	margin: 20px 0 20px 0;
	padding:10px;
	background-color: #f1f4f9;
	border-radius: 5px;
	font-weight: 300;
}
.doc-item-files ul{
	list-style-type: none;
	padding-left: 0;
}
.doc-item-files li{
	word-break: break-all;
	font-size:12px;
	margin: 5px 0 5px 0;
	color: #0d6efd;
	font-weight: 300;

}
.doc-item-files li:before{
	font-family: "iconfont";
	content:"\e623"
}
.info-title{
	color: #888;
}
.info-items div{
	margin: 10px;
}

.download-btn{
	min-width: 250px;
}
.buy-bar{
	margin: 20px;
}
.doc-item-share{
	display: flex;
	justify-content: space-evenly;
}
.content-main .tab-content{
	width:100%;
}
.content-main .tab-pane{
	padding:40px;
	width:100%;
}
.content-main .nav-tabs a{
	font-size: 20px;
}
.trumb-img-info{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
	color:#0a53be;
}
.trumb-img{
	width: 100%;
}
.img-item{
	border: 1px solid #d2d1d1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.nav-imgs-bottom div{
	font-size: 17px;
	margin: -180px 0 30px 0;
	color:#0d6efd;
	width: 100%;
	display: flex;
	justify-content: center;
}
.info-content{
	color: #6ea0ea;
}
.info-price{
	color: #999;
	font-weight: 200;
	text-decoration-thickness: from-font;
	font-size:30px;
}
.price_bar{
	padding-left: 30px;
	margin: 10px 0 0 0;
	color: #999;
}
.nav-html{
	max-height: 1400px;
	overflow: hidden;
}
.nav-html input{
	display: none;
}
.nav-imgs-bottom-info{
	padding-top: 150px;
	padding-bottom:0;
	width: 100%;
	background: linear-gradient(0deg, #fff, #ffffff5e);
}
.collect_btn, .share_btn {
	width: 100px;
}

.share-win-modal{
	--bs-modal-width:600px;
}
.share-win-modal .modal-body{
	display: flex;
	flex-direction: row;
	padding-bottom: 39px;
}
.share-win-modal .share-title{
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.share-win-modal .share-info{
	font-size: 13px;
	color: #666;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.share-win-modal .modal-body-left{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-right: 10px;
}
.share-win-modal .modal-body-right{
	border-left: solid 1px #e7e6e6;
	padding-left: 10px;
	flex:1;
}
.share-win-modal .url_input{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	border: solid 1px #e7e6e6;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}
.share-win-modal .q-code-img{
	width:120px;
}

.download-modal-body{
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-win-modal .download-warn{
	font-size: 14px;
	color: #ee0808;
	margin-bottom: 10px;
	font-weight: 300;
	display: block;
}
.download-win-modal .download-doc-item{
	font-size: 14px;
	color: #0d6efd;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3dfdf;
	padding-bottom: 3px;
}
.download-win-modal .btn-download{
	margin-left: 20px;
	--bs-btn-padding-y: 2px;
	--bs-btn-padding-x: 15px;
	--bs-btn-font-size: 12px;
}
.free-bar{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #198754;
	font-weight: 200;
}
.icon-xianshimianfei{
	font-size: 60px;
	color: #07a570;
}