.footer-section .box .right{
	display: none;
}
@media screen and (min-width: 1024px) {
	.developer-base{
		margin-top: 5.72rem;
		width: 100%;
		padding: 2.86rem 0;
		border-bottom: 1px solid #F0F0F0;
	}
	.developer-base .box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 2.14rem;
	}
	.developer-base .box .left{
		width: 23rem;
		height: auto;
	}
	.developer-base .box .left img{
		width: 100%;
		height: auto;
	}
	.developer-base .box .right{
		width: calc(100% - 25.86rem);
	}
	.developer-base .box .right .name,
	.developer-base .box .right .local{
		display: flex;
		align-items: center;
	}
	.developer-base .box .right .name .item1{
		font-size: 2.58rem;
	}
	.developer-base .box .right .name .item2{
		font-size: 1.14rem;
		margin-left: 1.42rem;
	}
	.developer-base .box .right .local{
		margin-top: 1.42rem;
	}
	.developer-base .box .right .local div{
		margin-left: 4px;
		width: calc(100% - 10px);
		font-size: 1.14rem;
	}
	.developer-base .box .right .bar{
		width: 100%;
		height: 1px;
		background: rgba(221, 221, 221, 0.39);
		margin: 1.42rem 0 2.86rem;
	}
	.developer-base .box .right .contact{
		margin-top: 1.42rem;
		display: flex;
		justify-content: flex-end;
	}
	.developer-base .box .right .contact .item{
		display: flex;
		align-items: center;
		color: #6785FD;
		font-size: 1.16rem;
	}
	.developer-base .box .right .contact .item.email{
		margin-left: 1.42rem;
	}
	.developer-base .box .right .contact .item.email a{
		color: #6785FD;
		margin-left: 4px;
		font-size: 1.14rem;
	}
	.developer-base .box .right .introduce{
		font-size: 1.28rem;
	}
	.developer-house{
		margin-top: 2.86rem;
		font-size: 1.14rem;
	}
	.developer-house .box{
		width: 100%;
	}
	.developer-house .search{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.developer-house .search .search-xl{
		width: auto;
		display: flex;
		align-items: center;
		color: #6785FD;
		cursor: pointer;
		font-size: 1.16rem;
	}
}
@media screen and (min-width: 350px) and (max-width: 1020px){
	.developer-base{
		margin-top: 52px;
		width: 100%;
		padding: 14px 0;
		border-bottom: 1px solid #F0F0F0;
	}
	.developer-base .box{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.developer-base .box .left{
		width: 100%;
		height: auto;
	}
	.developer-base .box .left img{
		width: 100%;
		height: auto;
	}
	.developer-base .box .right{
		width: 100%;
	}
	.developer-base .box .right .name,
	.developer-base .box .right .local{
		margin-top: 14px;
		display: flex;
		align-items: center;
	}
	.developer-base .box .right .name .item1{
		font-size: 24px;
	}
	.developer-base .box .right .name .item2{
		font-size: 14px;
		margin-left: 4px;
	}
	.developer-base .box .right .local div{
		margin-left: 4px;
		width: calc(100% - 20px);
		font-size: 14px;
	}
	.developer-base .box .right .bar{
		width: 100%;
		height: 1px;
		background: rgba(221, 221, 221, 0.39);
		margin: 14px 0 20px;
	}
	.developer-base .box .right .introduce{
		font-size: 14px;
		line-height: 24px;
	}
	.developer-base .box .right .contact{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
		font-size: 14px;
	}
	.developer-base .box .right .contact .item{
		display: flex;
		align-items: center;
		color: #6785FD;
		font-size: 14px;
	}
	.developer-base .box .right .contact .item.email{
		margin-top: 10px;
	}
	.developer-base .box .right .contact .item.email a{
		color: #6785FD;
		margin-left: 4px;
		font-size: 14px;
	}
	.developer-house{
		margin-top: 14px;
		font-size: 14px;
	}
	.developer-house .box{
		width: 100%;
	}
	.developer-house .search{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.developer-house .search .search-xl{
		width: auto;
		display: flex;
		align-items: center;
		color: #6785FD;
		cursor: pointer;
		font-size: 14px;
	}
}