@media screen and (min-width:1920px) {

	/* .header_nav {
		display: block;
	} */

}

@media screen and (max-width:580px) {
	.header_nav {
		display: none;
	}

	.mobile_terminal_header {
		width: 100vw;
		height: 2.75rem;
		line-height: 2.75rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0.25rem;
		box-sizing: border-box;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 999;
		color: rgba(51, 51, 51, 1);
		font-size: 1.13rem;
		font-family: Arial;
	}

	.mobile_terminal_header img {
		width: 1.88rem;
		height: 1.88rem;
	}

	.el-drawer {
		width: 18.75rem !important;
		background-color: rgba(51, 51, 51, 1) !important;
	}

	.drawer_popup {
		width: 18.75rem;
		height: 100%;
		padding: 3rem 2rem;
		box-sizing: border-box;
	}

	.drawer_item {
		width: 100%;
		min-height: 3.25rem;
		border-bottom: 0.06rem solid rgba(79, 79, 79, 1);
		color: rgba(190, 190, 190, 1);
		font-size: 0.88rem;
		font-family: SourceHanSansSC-regular;
	}

	.drawer_item .item_title {
		width: 100%;
		height: 3.25rem;
		border-bottom: 0.06rem solid rgba(79, 79, 79, 1);
		color: rgba(190, 190, 190, 1);
		font-size: 0.88rem;
		font-family: SourceHanSansSC-regular;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.item_drawer {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.drawer_item img {
		width: 1.88rem;
		height: 1.88rem;
	}

	.nav_list {
		width: 100%;
	}

	.nav_list_item {
		padding-left: 2rem;
		display: flex;
		align-items: center;
		justify-content: start;
		box-sizing: border-box;
	}

	.nav_list_item img {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 1rem;
	}

	.suspension {
		position: fixed;
		top: 10rem;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: end;
		z-index: 999;
	}

	.suspension_item {
		width: 2.5rem;
		height: 2.5rem;
		background-color: rgba(255, 255, 255, 1);
		border: 0.06rem solid rgba(187, 187, 187, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .5s;
	}

	.consult {
		width: 10.25rem;
		height: 6.88rem;
		display: none;
	}

	.consult .consult_header {
		width: 100%;
		height: 2.5rem;
		background-color: rgba(100, 135, 147, 1);
		color: rgba(255, 255, 255, 1);
		font-size: 0.88rem;
		font-family: Arial;
		border: 0.06rem solid rgba(187, 187, 187, 1);
		text-align: center;
		line-height: 2.5rem;
	}

	.consult_content {
		width: 100%;
		height: 4.38rem;
		padding: 0.5rem;
		box-sizing: border-box;
	}

	.phone_title {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: rgba(108, 108, 108, 1);
		font-size: 0.88rem;
		font-family: SourceHanSansSC-regular;
	}

	.phone_title img {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.38rem;
	}

	.consult_content .phone {
		width: 100%;
		color: rgba(108, 108, 108, 1);
		font-size: 0.75rem;
		font-family: SourceHanSansSC-bold;
		font-weight: bold;
		text-align: center;
		margin-top: 1rem;
	}

	.suspension_item .weixin_img {
		width: 6.25rem;
		height: 6.25rem;
		background-color: rgba(100, 135, 147, 1);
		padding: 0.31rem;
		box-sizing: border-box;
		display: none;
	}

	.weixin_img img {
		width: 100%;
		height: 100%;
	}

	.phone_item:hover {
		width: 7.25rem;
		height: 6.88rem;
	}

	.phone_item:hover img {
		display: none;
	}

	.phone_item:hover .consult {
		display: block;
	}

	.phone_item:hover .consult .phone_title img {
		display: block;
	}

	.weixin_item:hover {
		width: 6.25rem;
		height: 6.25rem;
	}

	.weixin_item:hover img {
		display: none;
	}

	.weixin_item:hover .weixin_img {
		display: block;
	}

	.weixin_item:hover .weixin_img img {
		display: block;
	}
}