@charset "utf-8";

html,body{touch-action:auto;}

/*横屏时:PC端和移动端*/
@media screen and (orientation:landscape){ 

}

/*横屏时:移动端*/
@media screen and (orientation:landscape) and (min-resolution:125dpi){


}

/*竖屏时*/
@media screen and (orientation:portrait){


	@media (max-width: 480px) {


		.core-set-item{
			line-height:11;
		}

		.core-set-item.core-lussa-sor{
			line-height:11.8;
		}

		.header>.header-items{
			width:100%;
			padding:0 .5rem;
		}

		.header>.header-items .logo-a{
			width:100%;
			flex-shrink:1;
		}

		.header>.header-items>.item.item-menu{
			display:none;
		}

		.header>.header-items>.item.item-mmenu{
			display:unset;
		}

		.container{
			padding:1.5rem .8rem;
		}

		.container{
			width:100%;
		}

		.container.width-50p{
			width:100%;
		}

		.container.width-auto{
			width:max-content;
		}

		.about>.local{
			width:6rem;
		}

		.about>.local>img{
			width:6rem;
		}

		.about>.intro{
			padding:0 0 0 .8rem;
		}


		@keyframes spread{
			from {
				width:0;
				height:0;
				min-width:0;
				min-height:0;
			} to {
				width:16rem;
				height:16rem;
				min-width:16rem;
				min-height:16rem;
			}
		}


	}
}

@media (max-width: 340px), (max-height: 340px) {

}