/* ipad端样式 */
@media only screen and (min-width: 769px) and (max-width: 1024px) { 
    .mobile-only {
		display: none;
	}
	.ipad-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
    body {
		margin: 0;
		padding: 0;
		background-color: #f5f5f5;
	}
	.ipad-container { 
		width: 100%; 
		max-width: 1200px; 
		margin: 0 auto; 
	}
	/* 头部样式 */
	.ipad-header {
		width: 100%;
		background-image: url(../img/ipad/topBg.png);
		/* background-image: url("${global.url('/zxa/img/ipad/topBg.png')}"); */
		background-size: cover;  /* 修改为cover确保图片完整覆盖 */
		background-position: center;  /* 确保图片居中显示 */
		background-repeat: no-repeat;  /* 防止图片重复 */
		min-height: 5rem;  /* 设置最小高度确保有足够空间显示图片 */
		display: flex;
		justify-content: space-between;
	}
	.ipad-header-logo {
		display: flex;
		align-items: center;
		padding: 0.625rem;
		margin-left: 2rem;
	}
	.ipad-header-title {
		max-width: 14rem;
		margin-left: 4rem;
	}
	.ipad-header-nav {
		padding: 0.625rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.ipad-header-nav-title {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.ipad-header-nav a {
		color: white;
		font-size: 0.75rem;
		text-decoration: none;
	}
	.ipad-header-nav a:nth-child(2) {
		margin-left: 0.3rem;
	}
	.ipad-header-nav a:nth-child(3),.ipad-header-nav a:nth-child(4) {
		margin-left: 0.938rem;
	}
	.ipad-header-nav-search {
		width: 9.4rem;
		padding: 0.03rem;
		margin-top: 1rem;
	}
	.ipad-header-nav-search-wrap {
		position: relative;
		width: 9rem;
		height: 1.4rem;
		background-image: url(../img/ipad/searchBg.png);
		/* background-image: url("${global.url('/zxa/img/ipad/searchBg.png')}"); */
		background-size: 9rem 1.4rem;  /* 修改为cover确保图片完整覆盖 */
		background-position: center;  /* 确保图片居中显示 */
		background-repeat: no-repeat;  /* 防止图片重复 */
	}
	.ipad-header-nav-search-wrap input {
		position: absolute;
		top: 0rem;
		width: 7rem;
		height: 1.4rem;
		border: none;
		background: transparent;
		padding: 0 1.5rem 0 0.5rem;
		color: #FFFFFF;
		font-size: 0.65rem;
		outline: none;
		border-radius: 0.325rem;
	}
	.ipad-header-nav-search-wrap input::placeholder {
		color: #FFFFFF;
		opacity: 1; /* 确保在Firefox中也能正常显示 */
	}
	.ipad-header-nav-search-wrap img {
		width:0.625rem; 
		height:0.625rem; 
		position:absolute; 
		top:0.2rem;
		right:0.4rem;
	}
	.ipad-main-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	/* 主导航菜单 */
	.nav-tabs {
		margin: 0.75rem 0;
		display: flex;
		/* height: 1.875rem; */
		height: 2.4rem;
		background-image: url("/cxh/img/arrowQly_banner.png");
		/* background-size: 44.5rem 1.875rem; */
		background-size: 35.3rem 2.4rem; 
		background-repeat: repeat-x;
	}
	.nav-tab-first {
		/*flex: 1;*/
		display: flex;
		align-items: center;
		justify-content: center;
		/* color: #989898; */
		/* width: 10rem;
		height: 1.8rem; */
		width: 13.4rem;
		height: 2.4rem;
		/*background-image: url("${global.url('/zxa/img/arrowLeft.png')}");*/
		background-image: url(../img/ipad/arrowGreyFirst.png);
		/* background-size: 10rem 1.8rem!important; */
		background-size: 13.4rem 2.4rem!important;
	}
	.nav-tab {
		/*flex: 1;*/
		display: flex;
		align-items: center;
		justify-content: center;		
		/* width: 11.2rem;
		height: 1.8rem; */
		/* background-size: 11.2rem 1.8rem!important; */
		width: 15rem;
		height: 2.4rem;
		/*background-image: url("${global.url('/zxa/img/arrowWhite.png')}");*/
		background-image: url(../img/ipad/arrowGrey.png);
		background-size: 15rem 2.4rem!important;
		margin-left: -0.8rem;
	}
	.nav-tab-first a, .nav-tab a {
		color: #989898;
		text-decoration: none;
	}
	.nav-tab.active {
		/* width: 11.2rem;
		height: 1.8rem; */
		width: 15rem;
		height: 2.4rem;
		/*background-image: url("${global.url('/zxa/img/arrowBlue.png')}");*/
		background-image: url(../img/ipad/arrowBlue.png);
		/* background-size: 11.2rem 1.8rem!important; */
		background-size: 15rem 2.4rem!important;
	}
	.nav-tab.active a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.ipad-footer {

	}
	.ipad-footer-main-nav {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		/* background-color: #fff; */
		padding: 0.625rem 0.2rem 0;
		/* border-bottom: 0.06rem solid #eee; */
	}
	.ipad-footer-nav-item {
		margin: 0.15rem;
	}
	.ipad-footer-nav-icon {
		height: 2rem;
	}
	.ipad-footer-copyright {
		font-size: 0.75rem;
		font-weight: 500;
		color: #8F8E8E;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.ipad-footer-copyright-words {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.25rem 0.625rem;
	}
	.ipad-footer-copyright-words div {
		padding: 0 0.25rem;
		background-color: transparent;
	}
	.ipad-footer-copyright-left {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex: 2;
	}
	.ipad-footer-copyright-center {
		flex: 8;
	}
	.ipad-footer-copyright-right {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex: 2;
	}
	.ipad-footer-copyright-left a, .ipad-footer-copyright-right a {
		display: flex;
		align-items: center;
	}
	.ipad-footer-icon {
		height: 2.4rem;
	}
	.ipad-footer-dropdown-container {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.625rem;
	}
	.ipad-footer-select{
		width: 12rem;
		height: 1.875rem;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		background-color: white;
		/* background:url("${global.url('/zxa/img/toDown.png')}") no-repeat white calc(100%) center; */
		background:url(../img/toDown.png) no-repeat white calc(100%) center;
		padding-right: 1.563rem !important;
		padding-left: 0.938rem;
		color: #A4A4A4;
		font-family: "微软雅黑";
		font-size: 0.625rem;
		font-weight: bold;
		border:0.06px solid rgba(224,224,224,1);
		margin-left: 0.75rem;
		margin-right: 0.75rem;
		letter-spacing: 0.1rem;
	}
	#ariaToptoolbar.main-menu.expanded, #ariaToptoolbar.main-menu:hover{
		overflow-x: scroll!important;
	}
	body.useOldFixed #searchContent {
		width: 90%;
		padding-top:0rem!important;
	}
}
