@media screen and (max-width:1000px) {
	* {
		margin: 0;
		padding: 0;
	}

	html,
	body {
		height: 100%;
		width: 100%;
		zoom: 100%;
		z-index: 1;
	}

	.content {
		width: 15rem;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		/*height: 46rem;*/
		position: absolute;
		top: 26%;
	}

	.bing {
		position: relative;
		width: 14rem;
		height: 2.6rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.bing-2 {
		width: 14rem;
		height: 2.6rem;
	}

	#Select-2 {
		position: absolute;
		left: 0;
	}

	.Select-box-2 {
		display: none;
		float: none;
	}

	.Select-box-2 li {
		background-color: yellow;
		display: none;
		float: none;
	}

	#kw-2 {
		width: 12rem;
		height: 1.2rem;
		border: 0;
		position: absolute;
		padding-left: 10px;
	}

	#su-2 {
		width: 3rem;
		text-align: center;
		line-height: 0rem;
		position: absolute;
		background-color: #1e1e1e;
		color: #efefef;
		right: 1rem;
		border-radius: 0;
		height: 1.2rem;
	}

	#su-2:hover {
		color: #1e1e1e;
		background-color: #efefef;
	}

	/*content下的所有div宽度*/
	.content div {
		width: 100%;
	}

	/*每个选择框的宽度*/
	.content li {
		width: 4.69rem;
	}

	/*放弃content外的footer*/
	.footer {
		display: none;
	}

	/*移动端使用的footer*/
	.footer1 {
		display: block;
		text-align: center;
		position: relative;
		padding-top: 10px;
		bottom: 0;
		color: white;
	}

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {

		-webkit-appearance: none;

	}

	textarea {
		-webkit-appearance: none;
	}

	.weather {
		display: none;
	}

}