/* 移动端样式 */
@media only screen and (max-width: 768px) {
    .phone-main-content {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	/* 主导航菜单 */
	.phone-main-nav {
		display: flex;
		justify-content: space-between;
		padding: 0 0 0.75rem;
		gap: 0.313rem;
	}
	.phone-nav-item {
		background-color: #65C1FF;
		color: white;
		border-radius: 0.313rem;
		padding: 0.75rem;
		flex: 1;
	}
	.phone-nave-item-imgWrap {
		text-align: center;
	}
	.phone-nave-item-words {
		text-align: center;
		font-size: 0.75rem!important;
	}
	.phone-nav-item img {
		width: 2.25rem;
		height: 2.25rem;
	}
	.phone-main-second-nav {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.phone-nav-second-item-wrap {
		display: flex;
		/* justify-content: space-between; */
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		gap: 2%;
		/* gap: 0.75rem; */
		/* padding-bottom: 0.75rem; */
	}
	.phone-nav-second-item {
		width: 49%;
		/* flex: 1; */
		min-width: 0
	}
	.phone-nav-second-item img {
		width: 100%;
		height: auto;
		margin-bottom: 0.75rem;
	}
	.phone-nav-second-item:nth-child(3) img,.phone-nav-second-item:nth-child(4) img {
		margin-bottom: 0rem;
	}
	.phone-card-wrap {
		background-color: #FFFFFF;
		border-radius: 0.5rem;
		padding: 0.75rem;
		margin-top: 0.75rem;
		padding-bottom: 0;
	}
	.phone-card-title-wrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0.75rem;
	}
	.phone-card-divider {
		width: 100%;
		height: 0.06rem;
		background-color: #C7C7C7;
		border-radius: 0.5rem;
		margin-bottom: 0.75rem;
	}
	.phone-card-title-divider {
		width: 0.25rem;
		height: 1.25rem;
		background: #3193D8;
		margin-right: 0.75rem;
		border-radius: 0.13rem;
	}
	.phone-card-title {
		font-size: 1rem;
		font-weight: bold;
		color: #3193D8;
		line-height: 1rem;
	}
	.phone-card-item-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		gap: 1%;
		/* gap: 0.75rem; */
		/* padding-bottom: 0.75rem; */
	}
	.phone-card-item {
		border: 0.06rem solid #3193D8;
		border-radius: 0.5rem;
		padding: 0.69rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0.75rem;
		width: 42%;
		margin-bottom: 0.75rem;
		/* flex: 1; */
	}
	.phone-card-item img {
		max-width: 2.8rem;
		max-height: 2.8rem;
	}
	.phone-card-item-img {
		flex: 1;
	}
	.phone-card-item-words {
		text-align: left;
		flex: 2;
	}
	.phone-card-item-wrap-xxgk {
		display: flex;
		justify-content: flex-start;
		padding-bottom: 0.75rem;
		flex-wrap: wrap;
	}
	.phone-card-item-xxgk {
		width: 25%;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.phone-card-item-xxgk img{
		max-width: 2.8rem;
		max-height: 2.8rem;
	}
	.phone-card-item-img-xxgk {
		text-align: center;
	}
	.phone-card-item-words-xxgk {
		text-align: center;
	}
	.phone-content-wyzx {
		margin-top: 1.25rem;
	}
	.phone-search-wyzx {
		display: flex;
		align-items: center;
		padding-bottom: 0.75rem;
	}
	.phone-search-wyzx input {
		width: 7.2rem;
		height: 2.25rem;
		background-color: #EEEEEE;
		border-radius: 1.25rem;
		outline: none;
		border:none;
		padding: 0 0.75rem;
		color: #999999;
	}
	.phone-btnWyzx {
		background-color: #3193D8;
		border-radius: 1.25rem;
		color: #FFFFFF;
		font-size: 1rem;
		line-height: 2.25rem;
		padding: 0 0.75rem;
		height: 2.25rem;
	}
	.phone-message-wyzx {

	}
	.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;
	}
	.phone-footer-wyzx {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.75rem;
		border-top: 1px solid #D4D4D4;
	}
	.phone-footer-wyzx-divider {
		width: 0.06rem;
		height: 1.8rem;
		background-color: #D4D4D4;
	}
	.phone-footer-wyzx img {
		max-width: 2rem;
		max-height: 2rem;
	}
	.phone-footer-wyzx-img {
		display: flex;
		align-items: center;
		color: #3999E9;
	}
}
