body.tuoxun-service-page {
	background: var(--tx-white);
	color: var(--tx-ink);
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

body.tuoxun-service-page #masthead,
body.tuoxun-service-page #colophon,
body.tuoxun-service-page .site-header,
body.tuoxun-service-page .site-footer:not(.tx-footer) {
	display: none !important;
}

body.tuoxun-service-page #wrapper,
body.tuoxun-service-page .site,
body.tuoxun-service-page .site-content {
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

.tuoxun-service-page *,
.tuoxun-service-page *::before,
.tuoxun-service-page *::after {
	box-sizing: border-box;
}

.tuoxun-service-page a {
	text-decoration: none;
}

.tuoxun-service-page h1,
.tuoxun-service-page h2,
.tuoxun-service-page h3,
.tuoxun-service-page p,
.tuoxun-service-page ul,
.tuoxun-service-page ol {
	margin-top: 0;
}

.txw-main {
	overflow: hidden;
}

.txw-section {
	padding: 92px 0;
}

.txw-section--soft {
	background: var(--tx-soft);
}

.txw-eyebrow {
	margin-bottom: 13px;
	color: var(--tx-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
}

.txw-heading {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.txw-heading h2,
.txw-system__copy h2,
.txw-quote__intro h2 {
	margin-bottom: 15px;
	color: var(--tx-ink);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.35;
}

.txw-heading > p:last-child,
.txw-system__copy > p,
.txw-quote__intro > p {
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 16px;
	line-height: 1.9;
}

.txw-heading h2 small {
	display: inline-flex;
	margin-left: 10px;
	padding: 6px 12px;
	border-radius: 20px;
	background: var(--tx-blue-soft);
	color: var(--tx-blue);
	font-size: 13px;
	letter-spacing: 0;
	vertical-align: middle;
}

.txw-hero {
	position: relative;
	padding: 82px 0 64px;
	background:
		radial-gradient(circle at 85% 12%, rgba(26, 115, 232, .08), transparent 27%),
		linear-gradient(135deg, #fff 20%, #fbfdff 64%, #f3f7fd 100%);
}

.txw-hero::after {
	position: absolute;
	top: 42px;
	right: 5%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: "";
	background: var(--tx-yellow);
	box-shadow: 28px 24px 0 -2px rgba(251, 188, 4, .3);
}

.txw-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
	align-items: center;
	gap: clamp(48px, 6vw, 82px);
}

.txw-hero h1 {
	margin-bottom: 23px;
	color: var(--tx-ink);
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.28;
}

.txw-hero h1 em {
	color: var(--tx-blue);
	font-style: normal;
}

.txw-lead {
	margin-bottom: 25px;
	color: var(--tx-text);
	font-size: 17px;
	line-height: 1.9;
}

.txw-price {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	max-width: 520px;
	margin-bottom: 26px;
}

.txw-price small {
	grid-column: 1 / -1;
	margin-bottom: 3px;
	color: var(--tx-muted);
	font-size: 12px;
}

.txw-price strong {
	color: var(--tx-blue);
	font: 800 clamp(28px, 3vw, 40px)/1.2 Arial, sans-serif;
}

.txw-price span {
	padding: 0 0 4px 14px;
	color: #7b8696;
	font-size: 12px;
}

.txw-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 28px;
	color: #576578;
	font-size: 13px;
}

.txw-hero__trust span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.txw-hero__trust i {
	width: 17px;
	height: 17px;
	color: var(--tx-green);
	font-size: 17px;
}

.txw-browser-wrap {
	position: relative;
	min-height: 440px;
}

.txw-browser {
	position: absolute;
	top: 25px;
	right: 0;
	width: 88%;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 13px;
	background: var(--tx-white);
	box-shadow: 0 24px 65px rgba(42, 62, 88, .14);
}

.txw-browser__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 38px;
	padding: 0 13px;
	border-bottom: 1px solid #eef1f5;
	background: #fbfcfe;
}

.txw-browser__bar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d6dde7;
}

.txw-browser__bar span {
	margin-left: auto;
	padding: 5px 45px;
	border-radius: 4px;
	background: #f1f4f8;
	color: #98a2b1;
	font: 9px/1 Arial, sans-serif;
}

.txw-browser__image {
	position: relative;
	height: 292px;
	overflow: hidden;
	background: #e9eef4;
}

.txw-browser__image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .98) 8%, rgba(255, 255, 255, .88) 47%, rgba(255, 255, 255, .15) 78%);
}

.txw-browser__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.txw-browser__image > div {
	position: absolute;
	top: 50%;
	left: 32px;
	z-index: 2;
	max-width: 56%;
	transform: translateY(-50%);
}

.txw-browser__image small {
	color: var(--tx-blue);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
}

.txw-browser__image h2 {
	margin: 8px 0 10px;
	font-size: 22px;
	line-height: 1.4;
}

.txw-browser__image p {
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 11px;
	line-height: 1.7;
}

.txw-browser__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 16px;
}

.txw-browser__stats span {
	padding: 0 8px;
	border-right: 1px solid #edf0f4;
	color: #536072;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.txw-browser__stats span:last-child {
	border: 0;
}

.txw-browser-menu {
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 3;
	display: grid;
	gap: 3px;
	width: 150px;
	padding: 14px;
	border: 1px solid var(--tx-border);
	border-radius: 11px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 16px 35px rgba(42, 62, 88, .11);
}

.txw-browser-menu span {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 7px;
	border-radius: 6px;
	color: #677487;
	font-size: 11px;
}

.txw-browser-menu span:first-child {
	background: var(--tx-blue-pale);
	color: var(--tx-blue);
}

.txw-browser-menu b {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #eef2f7;
	font: 700 9px/1 Arial, sans-serif;
}

.txw-proof {
	border-block: 1px solid #edf0f4;
	background: #fbfcff;
}

.txw-proof__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.txw-proof article {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 105px;
	padding: 18px 12px;
	border-right: 1px solid #e8edf3;
}

.txw-proof article:last-child {
	border: 0;
}

.txw-proof article > div {
	display: grid;
	gap: 3px;
}

.txw-proof strong {
	font-size: 14px;
}

.txw-proof small {
	color: var(--tx-text);
	font-size: 11px;
}

.txw-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: var(--tx-blue-pale);
	color: var(--tx-blue);
}

.txw-icon .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.txw-icon .tx-brand-logo,
.txw-icon .tx-brand-logo svg,
.txw-icon > svg {
	width: 25px;
	height: 25px;
}

.txw-icon--purple {
	background: #f2efff;
	color: #8a5cf6;
}

.txw-icon--wp {
	background: #edf6fa;
	color: #21759b;
}

.txw-icon--orange {
	background: #fff5e8;
	color: #e37400;
}

.txw-icon--green {
	background: #edf8f0;
	color: var(--tx-green);
}

.txw-icon--teal {
	background: #ebf8f8;
	color: #168a8a;
}

.txw-icon--slate {
	background: #f0f3f7;
	color: #58697d;
}

.txw-card-grid {
	display: grid;
	gap: 18px;
}

.txw-card-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.txw-card {
	min-width: 0;
	padding: 28px 24px;
	border: 1px solid var(--tx-border);
	border-radius: 12px;
	background: var(--tx-white);
	box-shadow: 0 10px 28px rgba(45, 61, 80, .05);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.txw-card:hover {
	border-color: #cbdaf0;
	box-shadow: var(--tx-shadow);
	transform: translateY(-4px);
}

.txw-card h3 {
	margin: 18px 0 9px;
	font-size: 17px;
	line-height: 1.45;
}

.txw-card p {
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 14px;
	line-height: 1.8;
}

.txw-system {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
	align-items: center;
	gap: 70px;
}

.txw-system__copy .txw-eyebrow,
.txw-quote__intro .txw-eyebrow {
	margin-bottom: 12px;
}

.txw-system__copy ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 26px 0 0;
	list-style: none;
}

.txw-system__copy li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #4f5d70;
	font-size: 14px;
	line-height: 1.65;
}

.txw-system__copy li span {
	width: 18px;
	height: 18px;
	color: var(--tx-green);
	font-size: 18px;
}

.txw-system__flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px 22px;
	padding: 42px 30px;
	border: 1px solid var(--tx-border);
	border-radius: 14px;
	background: var(--tx-white);
	box-shadow: var(--tx-shadow);
}

.txw-system__flow::before {
	position: absolute;
	top: 72px;
	left: 14%;
	width: 70%;
	height: 1px;
	content: "";
	background: #bed0e8;
}

.txw-system__flow > div {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 10px;
	font-size: 13px;
	text-align: center;
}

.txw-system__flow > div:nth-child(5) {
	grid-column: 2;
}

.txw-system__flow > div:nth-child(6) {
	grid-column: 3;
}

.txw-deliveries .txw-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px 21px;
}

.txw-deliveries .txw-card h3 {
	margin: 2px 0 7px;
	font-size: 16px;
}

.txw-deliveries .txw-icon {
	width: 38px;
	height: 38px;
}

.txw-ui {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	align-items: center;
	gap: 50px;
}

.txw-ui__notes {
	display: grid;
	gap: 13px;
}

.txw-ui__notes > div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 15px;
	border: 1px solid var(--tx-border);
	border-radius: 9px;
	background: var(--tx-white);
}

.txw-ui__notes .txw-icon {
	width: 36px;
	height: 36px;
}

.txw-ui__notes span {
	display: grid;
	gap: 2px;
	color: #465469;
	font-size: 14px;
}

.txw-ui__notes b {
	color: #9aa4b1;
	font: 700 9px/1 Arial, sans-serif;
}

.txw-ui__notes > p {
	padding: 14px 16px;
	margin: 5px 0 0;
	border-left: 3px solid var(--tx-purple);
	border-radius: 5px;
	background: #f1efff;
	color: #6548be;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.txw-ui__screens {
	position: relative;
	min-height: 395px;
}

.txw-ui__desktop,
.txw-ui__mobile {
	position: absolute;
	overflow: hidden;
	border: 1px solid #dfe5ed;
	background: var(--tx-white);
	box-shadow: var(--tx-shadow);
}

.txw-ui__desktop {
	top: 0;
	left: 0;
	width: 84%;
	height: 360px;
	border-radius: 12px;
}

.txw-ui__mobile {
	top: 25px;
	right: 0;
	width: 22%;
	height: 340px;
	border-radius: 18px;
}

.txw-ui__desktop span,
.txw-ui__mobile span {
	display: block;
	height: 26px;
	border-bottom: 1px solid #edf0f4;
	background: #fbfcfe;
}

.txw-ui__desktop img,
.txw-ui__mobile img {
	width: 100%;
	height: calc(100% - 26px);
	object-fit: cover;
	object-position: top;
}

.txw-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px 42px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: txw-step;
}

.txw-process li {
	position: relative;
	display: flex;
	gap: 14px;
	min-height: 126px;
	padding: 24px 22px;
	border: 1px solid var(--tx-border);
	border-radius: 11px;
	background: var(--tx-white);
}

.txw-process li:not(:nth-child(3n))::after {
	position: absolute;
	top: 50%;
	right: -31px;
	content: "→";
	color: #9eb0c8;
	font-size: 23px;
	transform: translateY(-50%);
}

.txw-process li > b {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--tx-blue);
	color: var(--tx-white);
	font: 700 12px/1 Arial, sans-serif;
}

.txw-process h3 {
	margin: 3px 0 7px;
	font-size: 16px;
}

.txw-process p {
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 13px;
	line-height: 1.75;
}

.txw-data {
	background: #f2f7fd;
}

.txw-data__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 250px;
	gap: 18px;
}

.txw-data-card,
.txw-track-list {
	padding: 22px;
	border: 1px solid #dce6f2;
	border-radius: 12px;
	background: var(--tx-white);
	box-shadow: 0 10px 30px rgba(45, 61, 80, .06);
}

.txw-data-card > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.txw-data-card header strong {
	font-size: 14px;
}

.txw-data-card header small {
	padding: 4px 8px;
	border-radius: 18px;
	background: var(--tx-blue-soft);
	color: var(--tx-blue);
	font-size: 9px;
}

.txw-data-card header .tx-brand-logo,
.txw-data-card header svg {
	width: 25px;
	height: 25px;
}

.txw-data-metrics,
.txw-event-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.txw-data-metrics span,
.txw-event-grid > span {
	padding: 10px;
	border-radius: 7px;
	background: #f8fafc;
	color: #536072;
	font-size: 11px;
	font-weight: 700;
}

.txw-data-card > svg {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 14px;
}

.txw-data-card .txw-grid {
	fill: none;
	stroke: #e9edf3;
	stroke-width: 1;
}

.txw-line-purple,
.txw-line-blue {
	fill: none;
	stroke-linecap: round;
	stroke-width: 3;
}

.txw-line-purple {
	stroke: var(--tx-purple);
}

.txw-line-blue {
	stroke: #4285f4;
}

.txw-event-grid > span {
	display: grid;
	gap: 4px;
}

.txw-event-grid small {
	color: var(--tx-green);
	font: 700 9px/1 Arial, sans-serif;
}

.txw-ads-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px;
	margin-top: 12px;
	border: 1px solid #e8edf3;
	border-radius: 8px;
}

.txw-ads-card > svg {
	width: 32px;
	height: 32px;
}

.txw-ads-card span {
	display: grid;
	gap: 4px;
}

.txw-ads-card small {
	color: var(--tx-text);
	font-size: 10px;
}

.txw-ads-card strong {
	font: 800 20px/1 Arial, sans-serif;
}

.txw-track-list {
	display: grid;
	align-content: center;
	gap: 7px;
	padding: 13px 18px;
	margin: 0;
	list-style: none;
}

.txw-track-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #edf0f4;
}

.txw-track-list li:last-child {
	border: 0;
}

.txw-track-list .txw-icon {
	width: 34px;
	height: 34px;
}

.txw-track-list span {
	display: grid;
	gap: 3px;
}

.txw-track-list strong {
	font-size: 12px;
}

.txw-track-list small {
	color: var(--tx-muted);
	font-size: 9px;
}

.txw-pricing {
	display: grid;
	grid-template-columns: 260px 260px 1fr;
	align-items: stretch;
	gap: 18px;
}

.txw-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 28px 24px;
	border: 1px solid var(--tx-border);
	border-radius: 12px;
	background: var(--tx-white);
}

.txw-price-card--featured {
	border: 2px solid var(--tx-blue);
	box-shadow: 0 16px 36px rgba(26, 115, 232, .12);
}

.txw-price-card__badge {
	position: absolute;
	top: -13px;
	right: 16px;
	padding: 5px 10px;
	border-radius: 18px;
	background: var(--tx-blue);
	color: var(--tx-white);
	font-size: 10px;
	font-weight: 700;
}

.txw-price-card h3 {
	margin-bottom: 12px;
	font-size: 18px;
}

.txw-price-card > strong {
	color: var(--tx-blue);
	font: 800 29px/1.25 Arial, sans-serif;
}

.txw-price-card ul {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 25px 0;
	list-style: none;
}

.txw-price-card li {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: #526072;
	font-size: 13px;
	line-height: 1.6;
}

.txw-price-card li span {
	width: 17px;
	height: 17px;
	color: var(--tx-blue);
	font-size: 17px;
}

.txw-price-card .tx-button {
	width: 100%;
	margin-top: auto;
}

.txw-scope {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border: 1px solid var(--tx-border);
	border-radius: 12px;
}

.txw-scope > div {
	padding: 26px 24px;
	background: var(--tx-white);
}

.txw-scope > div + div {
	border-left: 1px solid var(--tx-border);
	background: #fbfcfd;
}

.txw-scope h3 {
	margin-bottom: 17px;
	font-size: 16px;
}

.txw-scope p {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: #536072;
	font-size: 12px;
	line-height: 1.6;
}

.txw-scope p span {
	width: 17px;
	height: 17px;
	color: var(--tx-green);
	font-size: 17px;
}

.txw-scope p.is-excluded span {
	color: #9aa0a6;
}

.txw-faq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 12px 18px;
}

.txw-faq details {
	overflow: hidden;
	border: 1px solid var(--tx-border);
	border-radius: 9px;
	background: var(--tx-white);
}

.txw-faq summary {
	display: grid;
	grid-template-columns: 28px 1fr 18px;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 12px 16px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	list-style: none;
}

.txw-faq summary::-webkit-details-marker {
	display: none;
}

.txw-faq summary b {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--tx-blue-soft);
	color: var(--tx-blue);
	font: 700 11px/1 Arial, sans-serif;
}

.txw-faq summary i {
	position: relative;
	width: 14px;
	height: 14px;
}

.txw-faq summary i::before,
.txw-faq summary i::after {
	position: absolute;
	top: 6px;
	left: 1px;
	width: 12px;
	height: 2px;
	content: "";
	background: #7b8796;
	transition: transform .2s ease;
}

.txw-faq summary i::after {
	transform: rotate(90deg);
}

.txw-faq details[open] summary i::after {
	transform: rotate(0);
}

.txw-faq details > p {
	padding: 0 54px 18px;
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 14px;
	line-height: 1.85;
}

.txw-quote {
	background: var(--tx-white);
}

.txw-quote__panel {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	overflow: hidden;
	border: 1px solid #d9e5f4;
	border-radius: 14px;
	background: #f3f7fd;
	box-shadow: 0 18px 45px rgba(45, 61, 80, .08);
}

.txw-quote__intro {
	padding: 48px 42px;
}

.txw-quote__intro > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 30px;
}

.txw-quote__intro > div > span {
	display: grid;
	justify-items: start;
	gap: 8px;
	color: #4f5d70;
	font-size: 12px;
	line-height: 1.5;
}

.txw-quote__intro .txw-icon {
	width: 36px;
	height: 36px;
	background: var(--tx-white);
}

.txw-form {
	padding: 42px;
	background: var(--tx-white);
}

.txw-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.txw-form label {
	display: grid;
	gap: 8px;
	color: #475568;
	font-size: 13px;
	font-weight: 700;
}

.txw-form input,
.txw-form textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #d8e0ea;
	border-radius: 6px;
	background: var(--tx-white);
	color: var(--tx-ink);
	font-family: inherit;
	font-size: 15px;
}

.txw-form textarea {
	min-height: 120px;
	resize: vertical;
}

.txw-form input:focus,
.txw-form textarea:focus {
	border-color: var(--tx-blue);
	box-shadow: 0 0 0 3px rgba(26, 115, 232, .11);
	outline: none;
}

.txw-form__wide {
	grid-column: 1 / -1;
}

.txw-form > .tx-button {
	width: 100%;
	margin-top: 18px;
	border: 0;
	cursor: pointer;
}

.txw-form > small {
	display: block;
	margin-top: 11px;
	color: var(--tx-muted);
	font-size: 11px;
	text-align: center;
}

@media (max-width: 1120px) {
	.txw-hero__grid {
		grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
		gap: 38px;
	}

	.txw-system {
		grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
		gap: 42px;
	}

	.txw-card-grid--four {
		grid-template-columns: repeat(2, 1fr);
	}

	.txw-data__grid {
		grid-template-columns: 1fr 1fr;
	}

	.txw-track-list {
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, 1fr);
	}

	.txw-track-list li {
		border-right: 1px solid #edf0f4;
		border-bottom: 0;
	}

	.txw-pricing {
		grid-template-columns: 1fr 1fr;
	}

	.txw-scope {
		grid-column: 1 / -1;
	}
}

@media (max-width: 920px) {
	.txw-section {
		padding: 74px 0;
	}

	.txw-hero {
		padding: 70px 0 55px;
	}

	.txw-hero__grid,
	.txw-system,
	.txw-ui,
	.txw-quote__panel {
		grid-template-columns: 1fr;
	}

	.txw-hero__copy {
		max-width: 700px;
	}

	.txw-browser-wrap {
		min-height: 430px;
	}

	.txw-browser {
		width: 90%;
	}

	.txw-proof__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.txw-proof article:nth-child(3) {
		border-right: 0;
	}

	.txw-proof article:nth-child(n + 4) {
		border-top: 1px solid #e8edf3;
	}

	.txw-system__flow {
		max-width: 680px;
		margin-inline: auto;
	}

	.txw-ui {
		gap: 38px;
	}

	.txw-ui__notes {
		grid-template-columns: 1fr 1fr;
	}

	.txw-ui__notes > p {
		grid-column: 1 / -1;
	}

	.txw-ui__screens {
		min-height: 430px;
	}

	.txw-process {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.txw-process li::after {
		display: none;
	}

	.txw-quote__intro,
	.txw-form {
		padding: 38px 32px;
	}
}

@media (max-width: 680px) {
	.txw-section {
		padding: 58px 0;
	}

	.txw-heading {
		margin-bottom: 30px;
	}

	.txw-heading h2,
	.txw-system__copy h2,
	.txw-quote__intro h2 {
		font-size: 27px;
	}

	.txw-heading > p:last-child,
	.txw-system__copy > p,
	.txw-quote__intro > p {
		font-size: 15px;
	}

	.txw-hero {
		padding-top: 52px;
	}

	.txw-hero h1 {
		font-size: 34px;
	}

	.txw-lead {
		font-size: 16px;
	}

	.txw-price {
		grid-template-columns: 1fr;
	}

	.txw-price span {
		padding: 5px 0 0;
	}

	.txw-hero .tx-button-row {
		display: grid;
	}

	.txw-browser-wrap {
		min-height: 340px;
	}

	.txw-browser {
		top: 30px;
		width: 92%;
	}

	.txw-browser-menu {
		top: 0;
		width: 130px;
		padding: 9px;
	}

	.txw-browser-menu span {
		padding: 6px 4px;
		font-size: 9px;
	}

	.txw-browser__image {
		height: 220px;
	}

	.txw-browser__image > div {
		left: 22px;
		max-width: 68%;
	}

	.txw-browser__image h2 {
		font-size: 16px;
	}

	.txw-browser__stats {
		padding: 12px 7px;
	}

	.txw-browser__stats span {
		padding: 0 3px;
		font-size: 7px;
	}

	.txw-proof__grid,
	.txw-card-grid--four,
	.txw-process,
	.txw-data__grid,
	.txw-pricing,
	.txw-faq,
	.txw-form__grid {
		grid-template-columns: 1fr;
	}

	.txw-proof article {
		justify-content: flex-start;
		min-height: 80px;
		padding: 14px 22px;
		border-top: 1px solid #e8edf3;
		border-right: 0;
	}

	.txw-proof article:first-child {
		border-top: 0;
	}

	.txw-card {
		padding: 23px 21px;
	}

	.txw-system__flow {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
		padding: 26px 18px;
	}

	.txw-system__flow::before {
		display: none;
	}

	.txw-system__flow > div:nth-child(5),
	.txw-system__flow > div:nth-child(6) {
		grid-column: auto;
	}

	.txw-ui__notes {
		grid-template-columns: 1fr;
	}

	.txw-ui__notes > p {
		grid-column: auto;
	}

	.txw-ui__screens {
		min-height: 310px;
	}

	.txw-ui__desktop {
		width: 88%;
		height: 285px;
	}

	.txw-ui__mobile {
		width: 26%;
		height: 260px;
	}

	.txw-track-list {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.txw-track-list li {
		border-right: 0;
		border-bottom: 1px solid #edf0f4;
	}

	.txw-track-list li:last-child {
		border-bottom: 0;
	}

	.txw-scope {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.txw-scope > div + div {
		border-top: 1px solid var(--tx-border);
		border-left: 0;
	}

	.txw-faq details > p {
		padding: 0 20px 18px 54px;
	}

	.txw-quote__intro,
	.txw-form {
		padding: 30px 22px;
	}

	.txw-quote__intro > div {
		grid-template-columns: 1fr;
	}

	.txw-quote__intro > div > span {
		grid-template-columns: 36px 1fr;
		align-items: center;
	}

	.txw-form__wide {
		grid-column: auto;
	}
}

@media (max-width: 420px) {
	.txw-hero h1 {
		font-size: 30px;
	}

	.txw-browser-wrap {
		min-height: 300px;
	}

	.txw-browser__image {
		height: 185px;
	}

	.txw-browser__image p {
		display: none;
	}

	.txw-ui__screens {
		min-height: 265px;
	}

	.txw-ui__desktop {
		height: 245px;
	}

	.txw-ui__mobile {
		height: 225px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tuoxun-service-page *,
	.tuoxun-service-page *::before,
	.tuoxun-service-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
