@charset "utf-8";
/* CSS Document */
#svg{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
/*	align-self: center;*/
}
.pathvg{
	 fill-opacity: "0.75"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: blue;
}
#wsvg{
	width:500px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left:0;
	padding-right: 0;
	background-color: chartreuse;
}
a:link    {color:green;}
a:visited {color:grey;}
a:hover   {color:red;}
a:active  {color:yellow;}

/*
#svg_7:hover {
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: blueviolet;
}
*/
/*
.pathvg {
	
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill:none;
}
*/

.pathvg:hover {
	/* fill-opacity: "0.5"; */
	/* stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; */
	fill: blueviolet;
}
/*xunzhen_men_bohemian*/
#svg {
	align-content:center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.svg_first {
	 /*fill-opacity: "0.5"; */
     /*stroke-width:"1.5" ;*/
     /*stroke:"00" ; */
	fill: blue;
}
.svg_first:hover {
/*
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"5" ;
     stroke:"#000" ; 
*/
	fill: blueviolet;
}
.svg_first:a:visited {
/*
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"5" ;
     stroke:"#000" ; 
*/
	fill: white;
}
.svg_head {
	 /*fill-opacity: "0.5"; */
     /*stroke-width:"1.5" ;*/
     stroke-dasharray:"10" ;
	fill:#cdbbbb;
}
.svg_head:hover {
/*
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"5" ;
     stroke:"#000" ; 
*/
	fill: green;
}
.svg_head:visited {
	 /*fill-opacity: "0.5"; */
     /*stroke-width:"1.5" ;*/
     stroke-dasharray:"10" ;
	fill:#ffffff;
}
.svg_head::active {
	 /*fill-opacity: "0.5"; */
     /*stroke-width:"1.5" ;*/
     stroke-dasharray:"10" ;
	fill:purple;
}

.svg_hand {
	 /*fill-opacity: "0.5"; */
     /*stroke-width:"1.5" ;*/
     /*stroke:"00" ; */
	fill:#cdbbbb;
}
.svg_hand:hover {
/*
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"5" ;
     stroke:"#000" ; 
*/
	fill: green;
}
.svg_foot{
	 fill-opacity: "0.75"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: blue;
}
.svg_foot:hover {
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: blueviolet;
}

.nv_xiong{
	 fill-opacity: "0.75"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: rgb(86,86,255);
}
.nv_xiong:hover {
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: purple;
}
.nv_xiong:visited {
	 fill-opacity: "1.0"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: grey;
}
.nv_yin{
	 fill-opacity: "0.75"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: rgb(86,86,255);
}
.nv_yin:hover {
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	fill: purple;
}
/*
.svg_first:hover {
	 fill-opacity: "0.5"; 
	 stroke-opacity:"null";
     stroke-width:"1.5" ;
     stroke:"#000" ; 
	 fill: blueviolet;
}
*/
/*#svg_7 {*/
/*    !* fill-opacity: "0.5"; *!*/
/*    !* stroke-opacity:"null";*/
/*     stroke-width:"1.5" ;*/
/*     stroke:"#000" ; *!*/
/*    fill: blue;*/
/*}*/
/*#svg_7 :hover {*/
/*    !* fill-opacity: "0.5"; *!*/
/*    !* stroke-opacity:"null";*/
/*     stroke-width:"1.5" ;*/
/*     stroke:"#000" ; *!*/
/*    fill: blueviolet;*/
/*}*/

