@media screen and (max-width:768px) {
	*{
		margin:0;padding: 0;
	}

	html,body{
		height: 100%;
		width: 100%;
	}
	/*鍐呭鏍峰紡锛屼娇鐢╢lex甯冨眬*/
	.content{
		width: 15rem;
		display: flex;
  		flex-direction: column;
 		justify-content: space-around;
  		align-items: center;
  		/*height: 46rem;*/
  		position: absolute;
  		top:26%;
}
	/*鎼滅储妗嗘€讳綋鏍峰紡*/
	.baidu{
		position: relative;
		width: 14rem;
		height: 2.6rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.baidu-2{
		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: 10rem;
		height: 1.2rem;
		border:0;
		position: absolute;
		padding-left: 10px;
	}
	/*鎼滅储妗嗘牱寮�*/
	#su-2 {
	    width: 3rem;
	    text-align: center;
	    line-height: 0rem;
	    position: absolute;
	    background-color: blue;
	    border-color: blue;
	    right: 1rem;
	    border-radius: 0;
	    height: 1.2rem;
	}
	#su-2:hover{
		background-color: blue;
	}

	#su-2:avtive{
		background-color: blue;
		box-shadow: none;	
	}
	
	/*content涓嬬殑鎵€鏈塪iv瀹藉害*/
	.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;}  
	
}