@charset "utf-8";
@media (max-width: 768px) {
	/* banner */
	.banner .ban-a > div {
		padding-left: 20px;
	}
	.banner .ban-a > div > div.font-s38 {
		font-size: 26px;
	}
	.banner .ban-a > div > h2 {
		font-size: 44px;
	}
	.banner .ban-a > div > p {
		display: none;
	}

	/* 大模型时代 */
	.mb-age {
		width: 50%;
		line-height: 1.5;
		margin: 20px 0 0 15px;
		font-size: 14px;
	}
	.mb-age br {
		display: none;
	}

	/* 落地场景 */
	.scene-box dt::after,.scene-box dd::after {
		display: none;
	}
	.scene-box dt > img,.scene-box dd > img {
		display: none;
	}
	.scene-box dt > ul,.scene-box dd > ul {
		font-size: 14px;
		margin-top: 15px;
	}
	.scene-box dt > h4,.scene-box dt > ul,.scene-box dd > h4,.scene-box dd > ul {
		margin-left: 10px;
	}
	.scene-box dt {
		height: auto;
		border-radius: 0;
	}
	.scene-box dt ul li br {
		display: none;
	}
	.scene-box dd {
		margin-left: 0;
		padding: 0 10px 10px 0;
		border-radius: 0;
	}

	/* 美中不足 */
	.vs-contrast {
		height: 240px;
		background-size: cover;
	}
	.vs-contrast dt div {
		margin-top: 40px;
	}
	.vs-contrast dt img {
		height: 120px;
	}
	.vs-contrast dd div {
		margin-top: 100px !important;
	}
	.vs-contrast dd img {
		height: 60px;
	}

	.mb-defect li:nth-child(2) {
		width: 90px !important;
		margin: 0 10px !important;
	}
	.mb-defect li .btn-line-orange {
		line-height: 1.2;
		font-size: 12px;
		margin-top: 5px;
		padding: 4px 0;
	}

	/* 不完全可信 */
	.rag-llm {
		height: auto;
		background-position: center 178px;
	}
	.rag-llm > div {
		height: auto;
		font-size: 12px;
	}
	.rag-llm > div:first-child {
		width: 52%;
		margin-left: 10px;
	}
	.rag-llm > div:nth-child(2) {
		width: 40%;
		margin-top: 0;
	}
	.rag-llm > div:nth-child(4),.rag-llm > div:nth-child(5) {
		padding-bottom: 10px;
		width: 46%;
		margin-left: 10px !important;
		margin-top: 120px !important;
	}
	.rag-llm > p:last-child {
		margin: 10px 0 30px;
		font-size: 12px;
	}

	.llm-tek-bj {
		height: 150px;
		padding-top: 40px;
	}
	.llm-tek-bj > h2 {
		line-height: 1.7;
		font-size: 20px;
	}
	.llm-tek-bj > p {
		display: none;
	}

	.structure {
		height: 200px;
		margin-top: 0 !important;
		background: url(/wp-content/uploads/images/tke/tke-img5-mb.jpg) no-repeat center center;
		background-size: contain;
	}
	.structure img {
		display: none;
	}

	.gallery-thumbs {
		width: 100%;
		height: 70px;
		margin-top: 0;
	}
	.gallery-thumbs > div > span {
		width: 25px;
		height: 25px;
		margin-top: 10px;
	}
	.gallery-thumbs > div > span > img {
		width: 25px;
		height: 50px;
	}
	.gallery-thumbs > div > p {
		font-size: 12px;
	}
	.gallery-thumbs .thumb-active::before {
		border: 10px solid transparent;
		border-bottom: 10px solid #3b53eb;
		top: -20px;
	}
	.gallery-thumbs .thumb-active span img {
		margin-top: -25px;
	}

	.browser {
		height: auto;
		background-size: contain;
		padding-bottom: 20px;
	}
	.browser > dl {
		flex-wrap: wrap;
	}
	.browser > dl > dt {
		margin-left: 10px;
	}
	.browser > dl > dd {
		margin: 0 10px !important;
	}
	.browser > dl > dt > h4,.browser > dl > dd > h4 {
		font-size: 12px;
		font-weight: normal;
	}
	.browser > dl > * > p {
		display: none;
	}
	.browser div.browser-box {
		margin-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
	.browser > dl .browser-box > div:first-child img {
		width: 24px;
		margin: 10px 0 0 10px;
	}
	.browser > dl .browser-box > div:last-child {
		margin-top: 10px;
	}
	.browser > dl .browser-box > div:last-child img {
		width: 95% !important;
	}

	/* 智能应用 */
	.llm-app {
		margin-top: 0;
		padding: 0;
		height: 180px;
		background-image: url(/wp-content/uploads/images/tke/tke-img6-mb.jpg);
	}
	.llm-app * {
		display: none;
	}

	.assistant-list {
		height: auto;
		margin-top: 20px;
		padding: 10px 0 10px 0;
	}
	.assistant-list dt {
		width: 96%;
		float: none;
		margin: 0 auto 10px;
		overflow: hidden;
		background-color: transparent;
	}
	.assistant-list dt a {
		width: 33.33%;
		text-indent: 0;
		font-size: 12px;
		line-height: 1.5;
		float: left;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 1px solid #3561ef;
		border-radius: 6px;
	}
	.assistant-list dt a.active {
		width: 33.33%;
	}
	.assistant-list dt a.active::after {
		display: none;
	}
	.assistant-list dd {
		float: none;
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 10px;
		border-radius: 10px;
	}
	.assistant-list dd > div:first-child img {
		width: 30px;
		margin: 15px 0 0 15px;
	}
	.assistant-list dd > ul {
		margin-top: 15px;
		margin-left: 0;
	}
	.assistant-list dd > ul img {
		width: 100%;
	}

	/* 产品优势 */
	.advantage {
		height: 150px;
		background: url(/wp-content/uploads/images/tke/tke-img7-mb.jpg) no-repeat center center;
		background-size: contain;
	}
	.advantage > * {
		display: none;
	}

	/* 实施保障 */
	.guarantee-bj {
		height: 200px;
		background: url(/wp-content/uploads/images/tke/tke-img9-mb.jpg) no-repeat center center;
		background-size: contain;
	}
	.guarantee-bj > li *{
		display: none;
	}
}