 /*滚动条样式*/
 /* Chrome Safari */
 /*::-webkit-scrollbar {
 	display: none;
 }*/
 ::-webkit-scrollbar {
 	width: 4px;
 	height: 4px;
 }
 
 ::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 	/* background: rgba(0, 0, 0, 0.2); */
 	/* background: rgba(20, 141, 255, 1); */
 	background: rgba(0, 0, 0, 1);
 }
 
 ::-webkit-scrollbar-track {
 	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 	border-radius: 0;
 	background: rgba(225, 225, 225, 0.1);
 }
 
 #app {
 	width: 100vw;
 	min-height: calc(100vh - 70px);
	padding-top: 70px;
 	min-width: 1300px;
 	background-color: #F5F5F5;
 }
 
 .detail_content{
   min-height: calc(100vh - 70px);
 }
 .detail_top{
   height: 350px;
	 background-image: url(../../img/rczp.png);
   background-position: center;
   background-repeat:no-repeat;
   background-size:cover;
 }
 .detail_parent{
   display: flex;
   justify-content: center;
   align-items: stretch;
   min-height: 750px;
	 height: fit-content;
 }
 .zws{
   margin: 10px 0px 10px 0px;
   padding: 10px 10px 0px 10px;
   width: 250px;
   background-color: #FFFFFF;
 }
 .sel{
   color: #FFFFFF;
   font-size: 14px;
   background-color: #0093DD;
   padding-left: 15px;
   line-height: 35px;
   border-radius: 3px;
   margin-bottom: 10px;
   cursor: pointer;
 }
 .nor{
   color: #333333;
   font-size: 14px;
   background-color: #F0F0F0;
   padding-left: 15px;
   line-height: 35px;
   border-radius: 3px;
   margin-bottom: 10px;
   cursor: pointer;
 }
 .explain{
   margin: 10px 0px 10px 10px;
   width: 750px;
   background-color: #FFFFFF;
   padding: 0px 20px 10px 20px;
 }
 .zp_title{
   text-align: center;
   font-weight: bold;
   line-height: 70px;
   font-size: 20px;
 }
 .zp_cate{
   font-weight: bold;
   line-height: 40px;
   font-size: 16px;
 }
 .zp_info{
   font-size: 14px;
   line-height: 25px;
   color: #464646;
 }