@media (min-width: 992px) and (max-width: 1600px) {
	.addr {
		display: none;
	}
}

@media (min-width: 1401px) {
	.addr {
		display: none;
	}
}

/* @media (max-width: 1199.98px) {

	.fir_center .fir_quest {
		margin: 0px 20px;
	}

	.fir_center .fir_desc {
		margin: 0px 10px;
	}



} */

@media (max-width: 991.98px) {

	/* 合作地区 */
	.address {
		display: none;
	}

	.shade{
		width: 500px;
	}

	.addr {
		position: relative;
		width: 100%;
		height: 714px;
		background-color: #D8D8D8;
	}

	.ad_img {
		position: absolute;
		z-index: 2;
		top: 20%;
		left: 10%;
		width: 80%;
		height: auto;
	}

	.citys .main {
		position: absolute;
		z-index: 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60%;
		/* background-color: #D8D8D8; */
	}

	.main .main_city {
		font-size: 50px;
		font-family: PingFang SC;
		font-weight: 600;
		color: #008d4f;
		line-height: 70px;
	}

	.main .main_ecity {
		margin-bottom: 50px;
		font-size: 24px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #989898;
		line-height: 33px;
	}

	.main .accerd {
		padding-bottom: 35px;
		font-size: 40px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #008d4f;
		line-height: 56px;
	}

	.main_areas {
		width: 50%;
		padding-top: 35px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-top: 1px solid #008d4f;
	}

	.main_areas .main_area {
		font-size: 26px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 37px;
	}


	.addr_pro {
		padding: 40px 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		background-color: #FFFFFF;
	}

	.addr_city {
		width: 152px;
		height: 72px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #CBCBCB;
		font-size: 28px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #008d4f;
		line-height: 40px;
	}

	.addr_pro .acti {
		background-color: #008d4f;
		color: #FFFFFF;
	}

	.addr_bot {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 116px;
		background-color: #FFFFFF;
	}

	/* 合作支持 */
	.support .sup_boxs {
		display: flex;
		justify-content: center;
	}

	.sup_boxs .sup_box {
		width: 405px;
		height: 125px;
		background: #FFFFFF;
	}

	.sup_box .box_tit {
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: 600;
		color: #343434;
		line-height: 25px;
	}

	.sup_box .box_desc {
		font-size: 8px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #808080;
		line-height: 19px;
	}

	/* 加盟流程 */
	.flow {
		padding: 67px 30px;
	}

	.flow .flow_tit {
		font-size: 16px;
	}

	.flow .flow_desc {
		font-size: 10px;
	}

	.flow_top .flow_con {
		width: 90px;
	}

	.flow_top .flow_con .flo_img {
		width: 53px;
		height: 53px;
	}

	.flow_top .flow_con .flo_tit {
		font-size: 10px;
	}

	.flow_top .flo_indi {
		width: 35px;
		height: 22px;
	}

	.flow_top .flow_con {
		width: 90px;
		font-size: 10px;
	}

	.flow_cen .flow_img {
		margin-right: 0px;
		width: 22px;
		height: 36px;
	}


	.flow_bot .flow_con {
		width: 90px;
	}

	.flow_bot .flow_con .flo_img {
		width: 53px;
		height: 53px;
	}

	.flow_bot .flow_con .flo_tit {
		font-size: 10px;
	}

	.flow_bot .flo_indi {
		width: 35px;
		height: 22px;
	}


	/* 我要加盟 */
	.join .join_tit {
		font-size: 21px;
	}

	.join .join_desc {
		font-size: 14px;
	}

	.submit .sub {
		display: flex;
		justify-content: center;
	}

	.sub .sub_tit {
		font-size: 18px;
	}

	.submit .sub .su {
		width: 100%;
	}

	.submit .sub .su .inputs {
		width: 100%;
	}

	.sub .button {
		width: 153px;
		height: 45px;
		background: #008d4f;
		border-radius: 4px;
		font-size: 13px;
	}

}

/* 3. Medium devices (less than  768px) */

@media (max-width: 767.98px) {

	/* 合作地区 */
	.address {
		display: none;
	}

	.addr {
		position: relative;
		width: 100%;
		height: 632px;
		background-color: #D8D8D8;
	}

	.ad_img {
		position: absolute;
		z-index: 2;
		top: 20%;
		left: 10%;
		width: 85%;
		height: auto;
	}

	.citys .main {
		position: absolute;
		z-index: 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60%;
		/* background-color: #D8D8D8; */
	}

	.main .main_city {
		font-size: 28px;
		font-family: PingFang SC;
		font-weight: 600;
		color: #008d4f;
		line-height: 70px;
	}

	.main .main_ecity {
		margin-bottom: 50px;
		font-size: 13px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #989898;
		line-height: 33px;
	}

	.main .accerd {
		padding-bottom: 35px;
		font-size: 22px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #008d4f;
		line-height: 56px;
	}

	.main_areas {
		width: 50%;
		padding-top: 35px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-top: 1px solid #008d4f;
	}

	.main_areas .main_area {
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 37px;
	}


	.addr_pro {
		padding: 30px 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		background-color: #FFFFFF;
	}

	.addr_city {
		width: 84px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #CBCBCB;
		font-size: 15px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 22px;
	}

	.addr_pro .acti {
		background-color: #008d4f;
	}

	.addr_bot {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 64px;
		background-color: #FFFFFF;
	}


	/* 加盟流程 */
	.flow .flow_tit {
		font-size: 21px;
	}

	.flow .flow_desc {
		font-size: 14px;
	}

	.flow_top .flow_con .flo_img {
		width: 34px;
		height: 34px;
	}


	.flow_top .flow_con .flo_tit {
		width: 34px;
		font-size: 14px;
	}


	.flow_cen .flow_img {
		margin-right: 10px;
		width: 22px;
		height: 36px;
	}


	.flow_bot .flow_con {
		width: 90px;
	}

	.flow_bot .flow_con .flo_img {
		width: 34px;
		height: 34px;
	}

	.flow_bot .flow_con .flo_tit {
		font-size: 10px;
	}
}
