@media screen and (max-width: 768px) {
	.lsd-phone-new-cpjs {
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	.lsd-phone-new-cpjs .lsd-phone-new-cpjs-item{
    color: rgba(119, 119, 119, 1);
		display: inline-block;
    font-size: 12px;
		flex: 1 0 auto;	
		text-align: center;
		padding: 10px 10px;
	}
	.lsd-phone-new-cpjs::-webkit-scrollbar {
		display: none; /* 隐藏滚动条（WebKit浏览器） */
	}
	.lsd-phone-new-cpjs-item-active {
		color: #0069EA !important;
		position: relative;
	}
	.lsd-phone-new-cpjs-item-active::after {
		width: 100%;
		content: '';
		display: inline-block;
		height: 2px;
		border-radius: 3px;
		background: #0069EA;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item {
		display: none;
	}
  .lsd-phone-new-cpjs-card {
		padding: 10px 0;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item-active {
	  display: block;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item .pc-box-dec-content-title{
	  color: rgba(16, 16, 16, 1);
		font-size: 16px;
		font-weight: normal;
		text-align: center;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item .pc-box-dec-content-txt{
	  color: rgba(102, 102, 102, 1);
		font-size: 12px;
		line-height: 15px;
		margin-top: 15px !important;
	}

	.lsd-phone-new-cpjs-card .pc-box-dec-content-item  .icon-box-item {
			margin-top: 10px;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item  .icon-box {
			height: 18px;
			width: 18px;
			border-radius: 100%;
			margin-right: 10px;
			background: #0069EA url("../images/government/pc-box-icon.png") center center no-repeat;
			background-size: 13px 13px;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item .icon-box-wrap {
			margin-top: 15px;
	}
	.lsd-phone-new-cpjs-card .pc-box-dec-content-item .icon-box-txt {
    font-size: 12px;
    color: #737478;
    flex: 1;
  }
	.lsd-phone-new-cpjs-card-img {
		margin-top: 10px;
	}
}