@media screen and (max-width: 750px) {
	.nav ul li.act a{
		color: #fff!important;
	}
	.infor-right,.area{
		display: none;
	}
	.main .inner,.infor-left{
		width: 100%!important;
	}
	.infor-left{
		float: inherit;
		margin-top: 0;
	}
	.main{
		padding: 15px;
		width: calc(100% - 30px)!important;
	}
	.cf{
		padding: 15px!important;
	}
	.search-box .name{
		text-align: left!important;
	}
	.input-box{
		display: flex;
		justify-content: space-between;
	}
	.inputs-1{
		width: 65%!important;
	}
	.gaoji{
		margin-left: 0!important;
	}
	.search-2{
		margin-top: 0!important;
	}
	.inputs-2 {
		width: 100%!important;
	}
	.return{
		padding: 0!important;
		border: 0!important;
		box-shadow: none!important;
		min-height: auto!important;
	}
	.return .title span{
		padding-left: 0!important;
	}
	.page{
		width: 100%!important;
	}
	.lbxx-ul ul{
		padding: 0!important;
	}
	.search-time{
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		margin-top: 12px;
	}
	.search-time .name{
		width: 80px!important;
	}
	.inputs-3{
		width: 32%!important;
	}
}