@media (max-device-width : 374px) {
@font-face
{
    font-family: myFirstFont;
    src: url('.././FZHTJW.TTF')
}
html,body{
    margin: 0;
    padding: 0;
	font-family:myFirstFont;
	color: #FFFFFF;
}
body{
    background-image: url(.././images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
*{
	margin:0;
	padding:0;
	border: 0;
	outline: none;
}

.top{
    display: inline-flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    margin-top: 20px
}
.icon img{
    width: 50%;
    height: 85%;
}
.icon2 img{
    width: 50%;
    height: 65%;
}
.middle{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px
}
.middle img{
    width: 65%;
}
.bottom{
    width: 100%;
    text-align: center;
}
.bottom img{
    width: 78%; 
}
.Blogo{
    position: absolute;
    top: 220px;
    text-align: end;
}
.Blogo img{width: 45%;}

}

@media (min-device-width : 375px) {
@font-face
{
    font-family: myFirstFont;
    src: url('.././FZHTJW.TTF')
}
html,body{
	font-family:myFirstFont;
	 color: #FFFFFF;
}
body{
	background-image: url(.././images/bg.png);
    background-size: 100% 150%;
    background-repeat: no-repeat;	
}
*{
	margin:0;
	padding:0;
	border: 0;
	outline: none;
}

.top{
    display: inline-flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    margin-top: 20px
}
.icon img{
    width: 50%;
    height: 85%;
}
.icon2 img{
    width: 50%;
    height: 65%;
}
.middle{
    width: 100%;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
.middle img{
    width: 70%;
}
.bottom{
    width: 100%;
    text-align: center;
}
.bottom img{
    width: 83%;
    margin-top: 5px;
}
.Blogo{
    position: absolute;
    /*margin-top:  80%;*/
    text-align: end;
}
.Blogo img{width: 45%;}

}