/* 让首页产品介绍文字在iPad上垂直居中 */
@media screen and (min-width: 768px) {
	.vertical-row.row.display-for-ipad {
		display: flex !important;
		align-items: center;
	}
}

/* 手机端适配 */
@media screen and (max-width: 767px) {

	/* 首页产品介绍的副标题 */
	.subhead-for-phone {
		margin-top: 1px !important;
		font-size: 20px !important;
	}

	/* 首页产品介绍的小标题及其副标题 */
	.section-bg-image .index-intro-head {
		font-size: 22px !important;
		line-height: 22px !important;
	}

	.section-bg-image .index-intro-subhead {
		font-size: 15px !important;
		line-height: 22px !important;
	}

	.display-for-ipad hr.space.m {
		height: 10px !important;
	}

	/* 首页产品介绍图片缩放和移动 */
	.index-intro-img-1,
	.index-intro-img-2,
	.index-intro-img-3 {
		height: 300px !important;
	}

	.index-intro-img-1 {
		transform: scale(0.5, 1.1) translateX(-30px);
		-ms-transform: scale(0.5, 1.1) translateX(-30px);
		-moz-transform: scale(0.5, 1.1) translateX(-30px);
		-webkit-transform: scale(0.5, 1.1) translateX(-30px);
		-o-transform: scale(0.5, 1.1) translateX(-30px);
	}

	.index-intro-img-2 {
		transform: scale(0.6, 1.1) translateX(-28px);
		-ms-transform: scale(0.6, 1.1) translateX(-28px);
		-moz-transform: scale(0.6, 1.1) translateX(-28px);
		-webkit-transform: scale(0.6, 1.1) translateX(-28px);
		-o-transform: scale(0.6, 1.1) translateX(-28px);
	}

	.index-intro-img-3 {
		transform: scale(0.7, 0.8) translateX(-24px);
		-ms-transform: scale(0.7, 0.8) translateX(-24px);
		-moz-transform: scale(0.7, 0.8) translateX(-24px);
		-webkit-transform: scale(0.7, 0.8) translateX(-24px);
		-o-transform: scale(0.7, 0.8) translateX(-24px);
	}

	.display-for-phone-img-2 {
		margin-top: 15px !important;
		padding-top: 0px !important;
	}

	.display-for-phone-img-3 {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}

	/* 首页联系我们的样式 */
	.occur-for-notphone {
		display: none !important;
	}

	.occur-for-phone {
		display: block !important;
	}

	/* 首页产品定位的小标题 */
	.position-title {
		font-size: 22px !important;
		margin: 0px !important;
	}

	/* 首页产品定位的文本描述 */
	.col-sm-12 .position-text {
		font-size: 15px !important;
		margin: 0px !important;
	}

	/* 首页产品定位的图片列 */
	.col-sm-12.position-img-col {
		margin-top: 5px !important;
		padding: 0px 10px !important;
	}

	/* 首页用户评价上下内填充调整 */
	.comments {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}
}

/* 首页产品介绍的小标题的副标题 */
.index-intro-subhead {
	font-size: 22px !important;
}

/* 首页产品介绍的文本描述 */
.index-intro-ul {
	padding-left: 17px;
	font-size: 16px !important;
}

/* 首页产品介绍的文本描述点 */
.index-intro-li {
	list-style-type: disc !important;
}

/* 去掉默认的lightbox中的大图片边框 */
.mfp-figure:after {
	box-shadow: 0 0 0px rgba(0, 0, 0, 1) !important;
	background: transparent !important;
}

/* 首页产品介绍图片 */
.index-intro-img-1,
.index-intro-img-2 {
	width: 100%;
}

.index-intro-img-3 {
	width: 97%;
}

/* 首页产品定位的小标题的副标题 */
.position-subhead {
	color: #5584ff !important;
}

/* 首页产品定位的文本描述 */
.position-text {
	font-size: 16px !important;
}

/* 首页联系我们的二维码 */
.contact-matrix-code {
	width: 100px !important;
}

/* 首页联系我们的移动端样式 */
.occur-for-phone {
	display: none;
}

/* 首页联系我们的移动端样式的轮滑原点 */
.occur-for-phone .flex-control-paging li a {
	background-color: white !important;
}

/* .occur-for-phone .flex-control-paging li a.flex-active {
	background-color: #5584ff !important;
} */

/* 首页联系我们的二维码文本描述 */
.contact-matrix-code-text {
	color: white;
	font-size: 17px;
	line-height: 50px;
}

/* 首页用户评价的内容字体 */
.comments-font {
	font-size: 16px !important;
	text-indent: 2em;
	text-align: justify !important;
	/* 多行文本文字两端对齐 */
}

/* .comments-font:after {
  content: " ";
  display: inline-block;
  width: 100%;
} */

/* 首页用户评价的两侧图片 */
.comments-img {
	width: 80% !important;
}
