/* 丽江华利 · 手机端：只补老站 cover 未覆盖的必要项，不另起炉灶 */
@media screen and (max-width: 720px) {
	html,
	body {
		overflow-x: hidden !important;
		width: 100% !important;
	}

	/* 略加大左右边距，避免内容贴死屏幕（老站 container 仅 5px） */
	.container {
		padding-left: 12px !important;
		padding-right: 12px !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.lj-head {
		height: 60px !important;
		overflow: hidden;
		padding: 0;
	}
	.lj-head .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.lj-head .lj-logo {
		line-height: 60px !important;
	}
	.lj-head .lj-logo img {
		max-height: 30px !important;
	}
	.li-tel {
		display: none !important;
	}
	.lj-sjnav {
		display: block !important;
		width: 40px;
		margin-top: 10px;
		cursor: pointer;
		padding: 0;
	}
	.li-nav {
		display: none;
		height: auto !important;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 100;
		width: 100%;
		background-color: #8fc320;
	}
	.li-nav.show {
		display: block !important;
	}
	.li-nav ul {
		margin: 0 !important;
		float: none !important;
	}
	.li-nav ul li {
		float: left !important;
		width: 33.3% !important;
		margin: 0 !important;
		text-align: center;
		border-bottom: none;
	}
	.banner img,
	.lj-banner img {
		width: 100% !important;
		height: auto !important;
	}

	.lj-footer .lj-footer-fl {
		float: none !important;
		width: 100% !important;
	}
	.lj-footer .lj-footer-fr {
		float: none !important;
		width: 100% !important;
		margin-top: 12px;
		padding-top: 0 !important;
	}
	.lj-footer .lj-footer-fl .lj-footer-netbeian {
		display: inline-block;
		margin-left: 0 !important;
	}

	.abuotus .about-block .pic {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 16px 0 !important;
	}

	/* 新闻小屏再保险：隐藏按钮、禁止贴边 flex 样式回潮 */
	.sy-nwes-mian ul li .tet .more-btn,
	.sy-nwes-mian ul li .tet input {
		display: none !important;
	}

	.Contact .dt {
		height: 280px;
		overflow: hidden;
	}
	.Contact .dt iframe {
		width: 100% !important;
		height: 280px !important;
	}

	.detail-fallback-pic img {
		max-width: 100% !important;
		max-height: 280px !important;
	}
	.product-fr .detail-fallback-pic {
		width: 220px !important;
		height: 220px !important;
	}
}

.abuotus img,
.product-d img,
.news-d img,
.bd img {
	max-width: 100%;
	height: auto;
}
