*{
  /*  box-sizing: border-box;*/
    margin: 0;
    padding: 0;
  }
 body{
    width: 100vw;
    height: 100vh;
    background: linear-gradient(
      135deg,
      hsl(170deg, 80%, 70%),
      hsl(190deg, 80%, 70%),
      hsl(250deg, 80%, 70%),
      hsl(320deg, 80%, 70%)
    );
    background-size: 200% 200%;
    animation: gradient-move 15s ease alternate infinite;
}
@keyframes gradient-move {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 100%;
    }
  }
#bjyy a{
	color: #333333;
	text-align: center;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
#bjyy{
	margin: auto;	
	margin-top: 0px;
	border-radius: 5px;
	width: 1200px;
	height: 150px;
	border: 1px solid white;
	background-color: rgba(255,255,255,0.3);
}
#bjyy ul li{
	margin-top: 20px;
	margin-left: 34px;
	list-style: none;
	float: left;
	width: 70px;
}

#bjyy ul li a img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
}


#bjyy ul li a div{
	width: 68px;
	height: 92px;
	padding: 10px 10px;
	transition:all 0.25s ease;
}
#bjyy ul li a div:hover{
	border-radius: 5px;
	color: white;
	background-color:  rgba(0,0,0,0.3);
}



#wzlan{
	padding-top:10px ;
	margin: auto;	
	margin-top: 20px;
	border-radius: 5px;
	width: 1200px;
	height: 315px;
	border: 1px solid white;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}

#wzlan .lianjie li{
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 40px;
	margin-top: 15PX;
}
#wzlan .lianjie .head{
	margin-left: 10px;
	margin-top: 20px;
	border-radius: 5px;
	width: 60px;
	height: 30px;
	font-size: 20px;
	background-color: rgba(0,0,0,0.4);
	border: 2px solid rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.8);
	text-align: center;
	
	}

#wzlan .lianjie .lj div a{
	width: 139px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 18px;
}
#wzlan .lianjie .lj div a:hover{
	color: #b813e7;
	transition:all 0.1s ease;
}


.meiryiyan::before{
	  content: "♥";
	  color: red;
	}
.meiryiyan{	
	width: 100%;
	height: 200px;
	margin-top: 25px;
	text-align: center;
}
.meiryiyan p{
	display: inline;
	color: pink;	
}

#wzlan2{
	padding-top:10px ;
	margin: auto;	
	margin-top: 10px;
	border-radius: 5px;
	width: 1200px;
	height: 150px;
	border: 1px solid white;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}

#wzlan2 .lianjie li{
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 40px;
	margin-top: 15PX;
}
#wzlan2 .lianjie .head{
	margin-left: 10px;
	margin-top: 20px;
	border-radius: 5px;
	width: 60px;
	height: 30px;
	font-size: 20px;
	background-color: rgba(0,0,0,0.4);
	border: 2px solid rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.8);
	text-align: center;
	
	}

#wzlan2 .lianjie .lj div a{
	width: 139px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 18px;
}
#wzlan2 .lianjie .lj div a:hover{
	color: #b813e7;
	transition:all 0.1s ease;
}