/* ipad端样式 */
@media only screen and (min-width: 769px) and (max-width: 1024px) { 
    .mobile-only {
		display: none;
	}
	.ipad-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
    /* 主导航菜单 */
	.ipad-main-nav {
		display: flex;
		justify-content: space-between;
		padding: 1.25rem 0;
	}
	.ipad-nav-item {
		background-color: #65C1FF;
		color: white;
		border-radius: 0.313rem;
		padding: 2rem 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		margin: 0 0.313rem;
	}
	.ipad-nav-item img {
		width: 2.25rem;
		height: 2.25rem;
		margin-right: 1.2rem;
	}
	.ipad-main-second-nav {
		display: flex;
		justify-content: space-between;
	}
	.ipad-nav-second-item {
		flex: 1;
		margin: 0 0.313rem;
	}
	.ipad-nav-second-item img {
		width: 100%;
		height: auto;
	}
	/* 内容区块 */
	.ipad-section {
		display: flex;
		justify-content:space-between;
		margin: 1rem 0.313rem;
	}
	.ipad-section-left {
		flex: 7.5;
	}
	.ipad-section-blank {
		flex: 0.5;
	}
	.ipad-section-right {
		flex: 16;
	}
	/* 服务指南 */
	.ipad-service-guide {
		display: flex;
		flex-wrap: wrap;
	}
	.ipad-guide-header {
		width: 100%;
		background-color: #3193D8;
		text-align: center;
		font-size: 1.2rem;
		padding: 1rem 0;
		color: #FFFFFF;
		margin-bottom: 2rem;
	}
	.ipad-guide-header img{
		width: 1.2rem;
		height: 1.2rem;
	}
	.ipad-guide-item {
		width: 100%;
		padding: 2rem 0.625rem;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.ipad-guide-item img {
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 1rem;
		margin-left: 0.8rem;
	}
	.ipad-section-content {
		
	}
	.ipad-info-card {
		padding: 0.625rem;
		border: 0.06rem solid #D4D4D4;
	}
	.flexBetween {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ipad-section-content .ipad-info-card:nth-child(2) {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	.ipad-card-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ipad-card-title-wrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.ipad-card-title-divider {
		width: 0.3rem;
		height: 1.4rem;
		background: #3193D8;
		margin-right: 0.75rem;
	}
	.ipad-card-title {
		font-family: PingFang-SC-Heavy;
		font-weight: 900;
		font-size: 1rem;
		color: #3193D8;
		letter-spacing: 0;
	}
	.ipad-card-divider-w {
		width: 98%;
		height: 0.06rem;
		background: #E0E0E0;
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
		margin-left: 1%;
	}
	.ipad-card-content {
		display: flex;
		margin-top: 1.25rem;
		margin-bottom: 0.25rem;
	}
	.ipad-card-items {
		text-align: center;
		flex: 1;
	}
	.ipad-card-items img {
		width: 1.4rem;
		height: auto;
		margin-bottom: 0.75rem;
	}
	.ipad-card-items-wyc {
		text-align: center;
		width: 6.4rem;
		margin: 1rem;
	}
	.ipad-card-items-wyc img {
		width: 1.8rem;
		height: 1.8rem;
		margin-bottom: 0.75rem;
	}
	.ipad-content-wyzx {
		margin-top: 1.25rem;
		margin-bottom: 0.25rem;
		padding: 0 1.5rem;
	}
	.ipad-search-wyzx {
		display: flex;
	}
	.ipad-search-wyzx input {
		width: 20rem;
		height: 1.2rem;
		border: 0.06rem solid #E0E0E0;
		background: transparent;
		padding: 0.75rem;
		color: #D4D4D4;
		font-size: 1rem;
		line-height: 1.2rem;
		outline: none;
	}
	.ipad-btnWyzx {
		width: 7rem;
		height: 2.7rem;
		background: #65C1FF;
		border-radius: 0.25rem;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
	}
	.ipad-message-wyzx {
		margin: 1.5rem 0;
	}
	.question, .pAnswerTimeSpan {
		font-size: 1rem;
		font-weight: bold;
		color: #4D4D4D;
		line-height: 1.5rem;
	}
	.answer {
		font-size: 1rem;
		font-weight: bold;
		color: #3999E9;
		line-height: 1.5rem;
	}
	.ipad-footer-wyzx {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-top: 1.3rem;
		border-top: 1px solid #d4d4d4;
	}
	.ipad-footer-wyzx img {
		width: 1.2rem;
		height: 1.2rem;
	}
}
