@media screen and (max-width: 1200px){
	.cover{
			width:70%;
			height:100%;
			background:rgba(255,255,255,1);
			position:fixed;
			top:0;
			left:0;
			z-index:1002;
			display: none;
	}
	.LEFT{
		width: 100%;
		height: 100%;
		background: #333333;
		box-sizing: border-box;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		overflow-y: scroll;
		position: absolute;
		left: 0;
		top: 0;
	}
	.left{
		border-bottom: 1px solid rgba(255,255,255,0.5);
		box-sizing: border-box;
		width: 100%;
		/* height: 100px; */
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.left1{
		width: 90%;
		display: flex;
		margin: auto;
		justify-content: space-between;
		font-size: 0.24rem;
		color: white;
		align-items: center;
		text-decoration: none;
	}
	.left1 span:last-child{
		color: rgba(255,255,255,0.5);
	}
.left2{
		width: 80%;
		/* height: 100px; */
		margin: auto;
		display: none;
	}
	.left2 a{
		width: 100%;
		font-size: 0.2rem;
		color: #CCCCCC;
		text-decoration: none;
		margin-top: 0.3rem;
		display: block;
	}
	.Phone{
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 0.3rem;
	}
	.Phone img{
		width: 0.5rem;
		height: 0.5rem;
		float: left;
	}
	.phone{
		float: left;
		text-align: left;
		margin-left: 15px;
	}
	.phone1{
		font-size: 0.22rem;
		color: white;
	}
	.phone2{
		font-size: 0.28rem;
		font-weight: bold;
		color: #D83729;
	}
}