.allpage{
	min-height: 100vh;
	background: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-position-y: 0%;
	background-position-x: center;
}
.ap1{
	text-align: center;
	margin-top: 10%;
}
.ap1>a>img{
	width: 150px;
	height: auto;
}
.ap1>h3{
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
	margin-bottom: 30px
}

.ap2>a{
	display: block;
    max-width: 280px;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px auto 0 auto;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    transition: all 0.5s;
}
.ap2>a:hover,.ap2>a:focus,.ap2>a:active{
	max-width: 290px;
}
.ap2>a>i{
	padding: 0 10px;
	font-size: 16px;
}
.ap2>a>span{
	padding: 0 10px;
	width: 75%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.ap2>a.fb{
	background: #3B5998;
}
.ap2>a.ig{
	background: #e14b92;
}
.ap2>a.ln{
	background: #007bb5;
}
.ap2>a.vb{
	background: #7d3daf;
}
.ap2>a.tg{
	background: #2aabed;
}
.ap2>a.yt{
	background: #bb0000;
}
.ap3{
	padding-top: 15px;
    padding-bottom: 15px;
}
.ap3>hr{
	width: 100px;
    border: 0.5px solid #fff;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}
.ap4>a{
	display: block;
    max-width: 280px;
    padding: 15px;
    color: #333;
    background: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 0px auto 10% auto;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    transition: all 0.5s;
}
.ap4>a:hover,.ap4>a:focus,.ap4>a:active{
	max-width: 290px;
}
.ap4>a>span{
	padding: 0 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}