@media screen and (max-width: 750px) {
	.navigation{
		font-size: 12px;
		width: 100%;
	}
	
	.nav{
		min-width: unset;
		
	}
	.logo_name{
		font-size: 12px;
		margin-left: 8px;
	}
	.header-section{
		width: 100%;
		padding-left: 16px;
	}
	.header{
		height: 2rem;
	}
	.logo{
		width: 1.25rem;
		height: 1.25rem;
	}
	.header-line{
		height: 32px;
	}
	.detail-data{
		width: 100%;
	}
	
	.detail-info{
		width: 100%;
		padding: 16px;
		box-sizing: border-box;
	}
	
	.detail-section{
		padding: 0;
	}
	
	iframe{
		display: none;
	}
	
	.section-list{
		height: calc(100% - 70px);
		margin-top: 0;
		padding: 0 16px;
		box-sizing: border-box;
	}
	
	.item-left{
		width: 100%;
		margin-right: 0;
	}
	
	.list-item{
		width: 100%;
		flex-direction: column;
		margin-bottom: 16px;
	}
	.item-right{
		width: 100%;
		height: auto;
	}
}