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

	html{
		min-width: 300px;
		overflow-x: auto;
	}
	
	html,body{
		height: 100%;
		width: 100%;
		display: block;
		flex-direction: initial;
	}
	
	/* 重置桌面端的flexbox布局 */
	body {
		min-height: 100vh;
		display: block !important;
	}
	
	/* 内容容器 */
	.body {
		width: 100%;
		padding: 200px 0 20px 0;
		display: block;
		flex: none;
	}
	
	/* 内容样式 */
	.content{
		width: 100%;
		max-width: 90vw;
		min-width: 300px;
		display: flex;
  		flex-direction: column;
 		justify-content: center;
  		align-items: center;
  		margin: 0 auto;
  		position: static;
	}
	
	/* 搜索框容器 */
	.baidu{
		position: relative;
		width: 100%;
		max-width: 520px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 16px;
		box-sizing: border-box;
		z-index: 1000;
	}

	.baidu-2{
		width: 100%;
		padding: 60px 30px 40px 30px;
		margin: 0 auto;
		margin-top: 20px;
		background: none;
		z-index: 1000;
		position: relative;
		flex-shrink: 0;
		box-sizing: border-box;
	}

	.baidu-2 form{
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 0;
		height: 48px;
		min-height: 48px;
		max-height: 48px;
		position: relative;
		gap: 0;
		box-sizing: border-box;
	}

	.baidu-2 .in5{
		flex: 1;
		position: relative;
		display: flex;
		align-items: center;
		min-width: 0;
		height: 48px;
		min-height: 48px;
		max-height: 48px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: rgba(255,255,255,1);
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		border-radius: 0 24px 24px 0;
		box-sizing: border-box;
	}

/*多级搜索适配移动端*/
	#Select-2{
		display: flex;
		align-items: center;
		flex-shrink: 0;
		height: 48px;
		min-height: 48px;
		max-height: 48px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.Select-box-2{
		text-align: center;
		position: relative;
		width: 80px;
		min-width: 80px;
		height: 48px;
		min-height: 48px;
		max-height: 48px;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		margin: 0;
		padding: 0;
		overflow: visible;
		z-index: 10000;
		box-sizing: border-box;
	}

	.Select-box-2 ul{
		height: 48px !important;
		min-height: 48px;
		max-height: 48px;
		width: 80px;
		min-width: 80px;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		z-index: 10001;
		background: rgba(255,255,255,1);
		border: none;
		overflow: hidden;
		border-radius: 24px 0 0 24px;
		backdrop-filter: blur(10px);
		box-sizing: border-box;
		transition: height 0.3s ease, box-shadow 0.3s ease, max-height 0.3s ease;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	}

	/* 展开状态样式 */
	.Select-box-2 ul.expanded{
		height: auto !important;
		max-height: none !important;
		box-shadow: 0 6px 16px rgba(0,0,0,0.2);
		border-radius: 24px 0 24px 24px;
	}

	.Select-box-2 li{
		width: 100%;
		height: 48px;
		min-height: 48px;
		max-height: 48px;
		margin: 0;
		padding: 0;
		line-height: 48px;
		font-size: 15px;
		color: #555;
		border: 0;
		cursor: pointer;
		transition: all 0.2s ease;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		-webkit-tap-highlight-color: rgba(107,141,214,0.2);
		user-select: none;
		flex-shrink: 0;
	}

	.Select-box-2 li:active{
		background: rgba(107,141,214,0.25);
		color: #333;
	}

	.Select-box-2 .this_s{
		color: #6b8dd6;
		font-weight: 500;
		width: 100%;
	}

	.Select-box-2 .this_s:active{
		background: rgba(107,141,214,0.15);
		color: #6b8dd6;
	}

	/*输入框样式*/
	#kw-2{
		width: 100%;
		outline: 0;
		border: none;
		margin: 0;
		background: transparent;
		color: #333;
		padding: 0 40px 0 15px;
		font-size: 15px;
		font-weight: normal;
		height: 48px;
		min-height: 48px;
		max-height: 48px;
		line-height: 48px;
		box-sizing: border-box;
		border-radius: 0;
		transition: all 0.3s ease;
		text-align: left;
		vertical-align: middle;
		flex-shrink: 0;
	}

	#kw-2:focus{
		background: transparent;
	}
	
	/* 兼容iOS的input垂直居中 */
	#kw-2::-webkit-input-placeholder{
		line-height: 48px;
	}
	
	/* 确保文字垂直居中 */
	#kw-2::placeholder{
		line-height: 48px;
	}

	/*清空按钮样式*/
	.qingkong{
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		background: rgba(107,141,214,0.2);
		border-radius: 50%;
		line-height: 24px;
		color: #6b8dd6;
		cursor: pointer;
		text-align: center;
		font-size: 14px;
		display: none;
		transition: all 0.2s ease;
	}

	.qingkong:hover{
		background: rgba(107,141,214,0.3);
		transform: translateY(-50%) scale(1.1);
	}

	.qingkong:active{
		background: rgba(107,141,214,0.4);
		transform: translateY(-50%) scale(0.95);
	}

	/*搜索按钮样式*/
	#su-2 {
	    width: 80px;
	    min-width: 80px;
	    background: linear-gradient(135deg, #6b8dd6 0%, #8b9dc4 100%);
	    border: none;
	    margin: 0;
	    color: #FFF;
	    cursor: pointer;
	    outline: none;
	    height: 48px;
	    min-height: 48px;
	    max-height: 48px;
	    line-height: 48px;
	    border-radius: 0 24px 24px 0;
	    transition: all 0.3s ease;
	    font-size: 15px;
	    font-weight: 500;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-shrink: 0;
	    box-sizing: border-box;
	}
	#su-2:hover{
		background: linear-gradient(135deg, #7a9ce5 0%, #9aacd3 100%);
	}

	#su-2:active{
		background: linear-gradient(135deg, #5b7dc7 0%, #7b8db5 100%);
	}

	/*联想词列表样式*/
	ul.keylist {
		width: 100% !important;
		border-radius: 12px;
		margin-top: 8px;
	}

	ul.keylist li {
		padding: 10px 14px;
		font-size: 15px;
		text-align: left;
	}
	
	/*content下的所有div宽度*/
	.content div{
		width: 100%;
	}
	
	/* jj-list布局 */
	.jj-list{
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
	}
	
	/* jj-list-con使用flex布局确保3列 */
	.jj-list-con{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 6px;
		padding: 0 5px;
	}
	
	/*每个选择框的宽度 - 确保3列*/
	.jj-list-con li{
		width: calc(33.333% - 4px);
		min-width: 90px;
		max-width: none;
		margin: 0;
		box-sizing: border-box;
	}
	
	/* 链接按钮样式优化 */
	.link-3{
		display: block;
		width: 100%;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
		text-align: center;
		border-radius: 6px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		box-sizing: border-box;
	}
	
	/* 标题样式优化 */
	.jj-list-tit{
		font-size: 15px;
		line-height: 30px;
		padding-left: 8px;
		margin-bottom: 5px;
	}
	/*放弃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;
		appearance: none;
	}

	textarea {
		-webkit-appearance: none;
		appearance: none;
	}
	
}

