/* @media(min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) */
.mainAbs{background-size:cover;}
@media(max-width: 667px)
{
	.headerWrapper{height:1.3rem;padding-top:0px;}
	.header{width:7.5rem;height:1.3rem;justify-content:flex-start;}
	.logo{width:5rem;height:1.3rem;margin:unset;}
	.logo a{width:2.8rem;height:1.3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:0.3rem;}
	.logo img{width:2.8rem;height:auto !important;}
	
	.mainAbs{width:7.5rem;height:13.34rem;background:url(../img/index-bg-s0.png) top center no-repeat;background-size:cover;}
	.mainAbs .page_container{width:7.5rem;height:100%;padding-top:0;}
	.aboutUsTitSty{width:7.5rem;margin-top:1.5rem;align-items:center;}
	.countryItem{height:unset;}
	.countryItem .infos{height:100%;border-radius:0;padding:20px !important;}
}

/* ipx */
@media only screen and (device-width: 375px) and (device-height: 812px)
{
	.mainAbs{width:7.5rem;height:16.24rem;}
	.aboutUsTitSty{margin-top:2.5rem;}
	.infos{height:3.5rem;}
}
/* ip11 */
@media only screen and (device-width: 414px) and (device-height: 896px)
{
	.mainAbs{width:7.5rem;height:16.24rem;}
	.aboutUsTitSty{margin-top:2.5rem;}
	.infos{height:3.5rem;}
}