xmp {
	background-color: #F5F5F5;
	color: #1B2126;
	font-family: 'Gilroy';
	font-weight: 400;
	padding: 20px;
	border-radius: 12px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	margin: 24px 0;
	font-size: 14px;
}

html main {
	font-weight: 400;
}

/* 公共 */
article section,
article ul,
article ol,
article p,
article picture,
article .ratio,
article .ads-module,
article .btn-group {
	margin: 20px 0;
	color: #525C66;
	line-height: 160%;
	word-break: break-word;
	font-size: 16px;
	font-weight: 400;
}

.slider-main a {
	font-weight: 400;
}

.btn-primary:hover {
	background-color: #4260ff !important;
	border-color: #4260ff !important;
}

article .ratio {
	max-width: 720px;
}

article picture {
	display: block;
	max-width: 720px;
}

article picture img {
	max-width: 100%;
}

article li {
	margin: 22px 0;
}

article h1,
article .h1,
.article-header .h1 {
	font-size: 32px;
	margin: 32px 0;
}

article h2,
article .h2 {
	font-size: 28px;
	margin: 32px 0;
}

article h3,
article .h3 {
	font-size: 24px;
	margin: 26px 0;
}

article h4,
article .h4 {
	font-size: 20px;
	margin: 24px 0;
}

article h5,
article .h5 {
	font-size: 18px;
	margin: 20px 0;
}



/* article-header */



.article-header {
	padding: 108px 28px 18px;
	background: linear-gradient(180deg, #F5FBEC 9%, rgba(255, 247, 173, .4) 46%, #FFFFFF 96%);
}

.article-header .h1 {
	margin-bottom: 16px !important;
	margin-top: 0 !important;
}

.article-header-describe {
	font-size: 14px;
	color: #525C66;
}

.article-header .btn {
	font-size: 18px;
	font-weight: 500;
	height: 64px;
	padding: 0 62px;
	line-height: 60px;

}

.article-header-step {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.article-header-step .step {
	text-align: center;
}

.article-header-step .step:last-child {
	margin-right: 0px;
}

.article-header-step .step p {
	margin: auto;
	width: 310px;
	color: #8BD06B;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 10px;
}

.article-header-step .step picture {
	display: block;
	width: 134px;
	filter: drop-shadow(0px 8px 35.2px rgba(164, 199, 65, 0.25));
	position: relative;
	margin: 8px 0 56px;
}

.article-header-step .step:last-child picture {
	margin-bottom: 0px;
}




.bigBox {
		margin: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: start;
	}



/* slider */
main {
	position: relative;
}


.slider-main {
	position: sticky;
	top: 72px;
	/* top: 692px; */
	background: #fff;
	z-index: 10;
	border-radius: 16px;
	margin-right: 64px;
	margin: 72px 64px 48px 0;
}


.slider-con {
	width: 288px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 32px rgba(59, 70, 34, 0.05);
	border-radius: 16px;
}

.slider-user {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(https://images.pdnob.com/article/user_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 34px 0px 38px;
}

.user_title {
	font-size: 14px;
	color: #667280;
}

.user_num {
	font-size: 32px;
	font-weight: 700;
	margin-top: 2px;
	margin-bottom: 16px;
}

.btn-group .btn {
	height: 48px;
	font-size: 14px;
}

.slider-list-title span {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin: 24px 24px 18px;

}

.sidebar.v1-0-0 {
	background: #fff !important;
	box-shadow: none !important;
	max-height: 360px;
	overflow-y: auto;
}
.sidebar.v1-0-0::-webkit-scrollbar {
    width: 4px
}

.sidebar.v1-0-0::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px
}

.sidebar.v1-0-0::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px
}

.sidebar.v1 li .title {
	padding: 8px 40px 8px 20px !important;
	font-weight: 600;
}

.sidebar.v1 li .level.active {
	border-color: #4260FF;
	background: rgb(179, 191, 255, .2);
}

.sidebar.v1 li  a.title{
	display: inline-block;
	text-decoration: none;
	color: #3d454d;
	width: 100%;
}

.sidebar.v1 li .title::after {
	right: 24px !important;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%234260FF" class="bi bi-plus-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/></svg>') !important;

}
.sidebar.v1 li .level.title::after{
	display: none !important;
}

.sidebar.v1 li .title.active::after {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%234260FF" class="bi bi-dash-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"/></svg>') !important;
}

.sidebar.v1-0-0 ul li {
	margin: 16px 0 20px;
}

.sidebar.v1-0-0 ul li:last-child {
	margin-bottom: 16px;
}

.sidebar.v1-0-0 li:last-child ul li:last-child {
	margin-bottom: 8px;
}

.sidebar.v1-0-0 ul .sidebar-item-link {
	padding: 0 24px !important;
	border-left: 0 !important;
	text-decoration: none;
	font-size: 14px;
}

.sidebar.v1 li .title.active+ul::-webkit-scrollbar {
	width: 0px;
}

.home_link {
	margin: 0 24px;
	border-top: 1px solid #DDDFE5;
	border-bottom: 1px solid #DDDFE5;
}

.related_link {
	margin: 0 24px;
}

.home_link a,
.related_link a {
	width: ;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	color: #3D454D;
	padding: 24px 0;
}



/* article */
.article-box {
	padding: 46px 0 0px;
}

.article-title {
	margin-bottom: 40px;
	margin-top: 0;
}

.article-title .h2 {
	margin-bottom: 16px !important;
	margin-top: 0 !important;
}

.article-title .article_message {
	color: #525C66;
	display: flex;
	flex-direction: column;
	padding-bottom: 22px;
	border-bottom: 1px solid #DDDFE5;
}

.article_message .article_info span {
	font-size: 14px;
}

.article-title .article_message label {
	margin: 0 4px;
}

.article_share {
	display: flex;
	margin-top: 16px;
}

.article_share a {
	display: block;
	margin-right: 16px;
}




/* 引号段落 */
article blockquote {
	position: relative;

	size: 1rem;
	line-height: 1.8;
	margin: 40px 0;
	padding: 0 16px;
	word-break: break-word;
}


article blockquote a {
	word-break: break-word
}

article blockquote::before,
article blockquote::after {
	content: '';
	width: 8px;
	height: 6px;
	position: absolute;
	background-image: url('data:image/svg+xml,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99209 7.49466C9.99209 5.33096 10.5051 3.63701 11.531 2.41281C12.5709 1.18861 14.0255 0.384342 15.8946 0V2.22064C14.4752 2.66192 13.5195 3.45907 13.0277 4.6121C12.7466 5.2242 12.6342 5.81495 12.6904 6.38434H16V12H9.99209V7.49466ZM0 7.49466C0 5.35943 0.498902 3.6726 1.49671 2.43416C2.50856 1.19573 3.97716 0.384342 5.9025 0V2.22064C4.46904 2.67616 3.50637 3.45907 3.01449 4.5694C2.76153 5.15302 2.65613 5.75801 2.69829 6.38434H6.00791V12H0V7.49466Z" fill="%234260FF"/></svg>');
	background-size: 100%;
}

article blockquote::before {
	left: 0;
	top: 0;
}

article blockquote::after {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}


/* 列表 */

article .lineul li::marker {
	color: #4260ff;
}

article ol li::marker {
	color: #4260ff;
}


article .list_success,
article .list_disable,
article .list_success2 {
	list-style: none;
	padding-left: 0px;
}

article .list_success li,
article .list_disable li,
article .list_success2 li {
	position: relative;
	padding-left: 24px;
}


article .list_success li::before,
article .list_disable li::before,
article .list_success2 li::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	content: "";
	position: absolute;
	left: 0%;
	top: 4.5px;
}

article .list_success li::before {
	background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="26" height="26" rx="13" fill="%234260FF"/><path d="M7.3125 13L11.375 17.0625L19.5 8.9375" stroke="white" stroke-width="2.275" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 100% 100%;
}

article .list_disable li::before {
	background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="26" height="26" rx="13" fill="%23FF4D3C"/><path d="M8.125 8.125L17.875 17.875" stroke="white" stroke-width="2.4375" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 100% 100%;
}

article .list_success2 li::before {
	background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.24512 13.0024L10.7139 18.4712L21.6514 7.53369" stroke="%234260FF" stroke-width="3.02885" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 100% 100%;
}



/* 折叠框 */
article #accordionFlushExample2 {
	margin: 40px 0;
}

article .accordion-item>div {
	padding: 0px;
}

article .accordion.v1.v1-0-1 .accordion-button {
	padding: 32px 24px 12px !important;
	font-size: 16px;
	color: #3D454D !important;
	border-radius: 16px;
}

article .accordion.v1.v1-0-1 .accordion-collapse {
	padding: 0 24px;
}

article .accordion.v1.v1-0-1 .accordion-item {
	padding-bottom: 20px;
	border-radius: 16px;
}

article .accordion.v1 .accordion-body {
	padding: 0 !important;
}

article .accordion.v1 li {
	line-height: 2;
	margin: 0;
}

article .accordion.v1 li a {
	display: block;
}

article .accordion.v1 .accordion-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

article .accordion.v1 .accordion-button::after {
	background: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7L7.5 1L14 7" stroke="%23525C66"/></svg>') !important;
	width: 13px;
	height: 6px;
	transform: rotate(-180deg);
}

.accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
	transform: rotate(0deg) !important;
}


/* tip */
.success_tip,
.error_tip,
.default_tip {
	position: relative;
	padding-left: 40px;
	padding: 16px 16px 16px 48px;
	background: #F5F7FD;
	border: 1px solid #B8CEE6;
	border-radius: 12px;
	margin: 32px 0;
	font-size: 12px;
}

.success_tip p,
.error_tip p,
.default_tip p {
	font-size: 14px;
	margin: 0;
}

.success_tip label,
.error_tip label,
.default_tip label {
	display: inline-block;
	font-weight: 700;
	margin-right: 14px;
}

.success_tip::before,
.error_tip::before,
.default_tip::before {
	display: block;
	content: '';
	width: 32px;
	height: 32px;
	background: url(https://images.pdnob.com/article/tip-success.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translate(0, -50%);
}

.error_tip::before {
	background: url(https://images.pdnob.com/article/tip-error.svg) no-repeat;
	background-size: 100%;
}

.default_tip::before {
	background: url(https://images.pdnob.com/article/default.svg) no-repeat;
	background-size: 100%;
}

.default_tip span {
	color: rgba(66, 96, 255, 1);
	text-decoration: underline;
}


/* 对比 */

.tab_compared {
	margin: 40px 0;
}

.tab_compared .nav-tabs {
	border: none;
	/* border-bottom: 1px solid #B8CEE5; */
}

.tab_compared .nav-link {
	min-width: 140px;
	padding: 16px 0;
	text-align: center;
	margin-right: 14px;
	background: #DCE5FF;
	border: 1px solid #B8CEE5;
	border-bottom: none;
	box-sizing: content-box;
	font-size: 16px;
	color: #4260FF;
	font-weight: 500;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	cursor: pointer;
}

.tab_compared .nav-link.active {
	background: #fff;
	border: 1px solid #B8CEE5;
	border-bottom: none;
	color: #3D454D;
}

.tab_compared .tab-content {
	padding: 16px;
	border: 1px solid #B8CEE5;
	border-radius: 12px;
	border-top-left-radius: 0;
	font-size: 16px;
}

.tab_compared .tab-content * {
	color: #3D454D;
}

.tab_compared .tab-content .tab-pane ul {
	margin: 0;
}

.tab_compared .tab-content .tab-pane ul li:first-child {
	margin-top: 0;
}

.tab_compared .tab-content .tab-pane ul li:last-child {
	margin-bottom: 0;
}



.compared_contrast {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 76px 0 40px;
	font-size: 20px;
}


.compared_contrast * {
	font-size: 20px;
	color: #3D454D;
}

.compared_contrast ul {
	margin: 0;
}

.compared_contrast ul li {
	/* margin: 24px 0; */
}

.compared_contrast ul li:first-child {
	margin-top: 0;
}

.compared_contrast ul li:last-child {
	margin-bottom: 0;
}

.compared_contrast .advance,
.compared_contrast .disadvance {
	border: 1px solid #B8CEE5;
	border-radius: 16px;
	width: 100%;
	position: relative;
	padding: 56px 12px 24px;
}

.compared_contrast .disadvance {
	background: #F5F7FD;
	margin-top: 64px;
}

.compared_contrast .advance span,
.compared_contrast .disadvance span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #4260FF;
	border-radius: 14px;
	min-width: 184px;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	font-weight: 600;
}

.compared_contrast .disadvance span {
	background: #DCE5FF;
	color: #4260FF;
}

/* 表格 */

article .table-responsive .table {
	width: 696px;
}

article .table {
	border: 1px solid #DDDFE5;
}

article .table .border-end {
	border-right: 1px solid #DDDFE5 !important;
}



/* 步骤 */

.step .num-step,
.step .num2-step,
.step .arrow-step {
	list-style: none;
	padding-left: 0;
	counter-reset: li;
}

.step .num-step>li,
.step .num2-step>li {
	position: relative;
	padding-left: 24px;
	margin: 32px 0;
}

.step .arrow-step>li {
	margin: 62px 0 32px;
	position: relative;
}

.step .num-step>li::before {
	content: counter(li);
	counter-increment: li;
	text-align: center;
	width: 18px;
	height: 22px;
	color: #4260FF;
	border-bottom: 3px solid #4260FF;
	position: absolute;
	text-align: center;
	line-height: 23px;
	font-weight: 600;
	font-size: 12px;
	top: -1px;
	left: 0;
}

.step .num-step>li:nth-child(n):not(:nth-child(n+10))::before {
	content: '0'counter(li);
}

.step .num2-step>li::before {
	content: counter(li);
	counter-increment: li;
	text-align: center;
	width: 18px;
	height: 18px;
	background-color: rgba(66, 96, 255, .1);
	color: #4260FF;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

.step ul.arrow-step {
	list-style: none;
	padding-left: 0;
}

.step ul.arrow-step>li {
	position: relative;
}

.step ul.arrow-step>li::before {
	content: 'Step :'counter(li);
	counter-increment: li;
	position: absolute;
	left: 0;
	top: -32px;
	display: inline-block;
	background-color: #ECEFFF;
	height: 20px;
	width: 58px;
	font-size: 12px;
	font-weight: 600;
	color: #4260FF;
	line-height: 26px;
	text-align: center;
	line-height: 1.6;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.step ul.arrow-step>li::after {
	content: '';
	position: absolute;
	top: -32px;
	left: 58px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #ECEFFF;
	border-bottom: 10px solid transparent;
}

/* num3-step */
.step ul.num3-step {
	list-style: none;
	counter-reset: li;
	margin-left: 12px;
	padding-left: 0;
}

.step ul.num3-step>li {
	position: relative;
	padding-left: 20px;
}

.step ul.num3-step>li:not(:last-child) {
	margin-bottom: 0;
	padding-bottom: 2.5rem;
	border-left: 1px dashed #4260FF;
}

.step ul.num3-step>li:nth-child(n):not(:nth-child(n+10))::before {
	content: '0'counter(li);
}

.step ul.num3-step>li>*:first-child {
	margin-top: 0;
}

.step ul.num3-step>li>*:last-child {
	margin-bottom: 0;
}

.step ul.num3-step>li::before {
	content: counter(li);
	counter-increment: li;
	text-align: center;
	width: 24px;
	height: 24px;
	background-color: #ECEFFF;
	color: #4260FF;
	position: absolute;
	left: -12px;
	top: 0px;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
}


/* 按钮 */
article .btn-main {
	margin: 32px 0;
}

article .btn-box {
	display: flex;
	justify-content: center;
	margin: 24px 0;
}

article .btn-main {
	text-align: center;
}

article .btn-main .btn {
	font-size: 14px;
	padding: 14px 32px;
}

article .btn-box>div:last-child {
	margin-left: 32px;
}

article .btn-box>div:first-child {
	margin-left: 0px;
}


article .safe_btn_main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

article .safe_btn_main .safe_btn {
	padding: 0;
	position: relative;
}

article .safe_btn>div {
	padding: 14px 32px;
	display: flex;
	align-items: center;
}

article .safe_btn>div>div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 8px;
}

article .safe_btn>div span:first-child {
	font-size: 24px;
	line-height: 1;
}

article .safe_btn>div span:last-child {
	font-size: 14px;
}

article .safe_btn_main .safe_secure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}

article .safe_btn_main .safe_secure span {
	margin-left: 8px;
	font-size: 14px;
}


/* default_btn */

article .startBtn {
	padding: 14px 32px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

article .default_btn svg {
	margin-right: 8px;
}

article .startBtn svg {
	margin-left: 8px;
}

article .btn-box>a:last-child {
	margin-left: 100px;
}

article .btn-box>a:first-child {
	margin-left: 0px;
}



/* 底部产品推荐 */



article .arcProduct {
	border: 1px solid #ccc;
	padding: 24px 16px 24px 16px;
	border-radius: 32px;
	display: flex;
	justify-content: start;
	align-items: center;
}

article .arcProduct {
	flex-direction: column;
}


article .arcProduct picture {
	margin: 0 8px 0 0;
}

article .arcProduct p {
	margin: 0;
}

article .arcProduct h3 {
	font-weight: 800;
	margin: 16px 0;
}

.arcProduct>div {
	max-width: 100%;
}




/* 文章推荐 */
article .recommend {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

article .recommend a {
	color: #525c66
}

article .main_article {
	max-width: 100%;
}

article .popular {
	max-width: 100%;
}

article .main_article span,
article .popular>span {
	font-weight: 700;
	padding-bottom: 1rem !important;
	display: inline-block
}

article .main_article ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: start;
	padding-left: 0;
	list-style: none
}

article .main_article ul li {
	margin-top: 0;
	/* width: 32%; */
	margin-right: 24px;
	text-decoration: underline
}

article .popular div span {
	padding: 2px 10px;
	margin-bottom: 12px;
	background: #f5f7fd;
	font-size: 14px;
	border-radius: 50rem;
	display: inline-block
}


/* recommend  */

.product_recommend {
	background: url(https://images.pdnob.com/article/recommend_mobile_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding: 68px 12px 93px;
	text-align: center;
	border-radius: 12px;
	margin: 40px 0;
}

.product_recommend h2 {
	margin-bottom: 4px;
}

.product_recommend h2 span {
	position: relative;
}

.product_recommend h2 span::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(https://images.pdnob.com/article/product_recommend_h3.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -7px;
	left: -14px;
}

.product_recommend p {
	font-size: 14px;
	margin: 0;
}

.product_recommend .startBtn {
	margin: 24px 0 0;
}

/* online_main */

.online_main {
	background: url(https://images.pdnob.com/article/online_main_mobile_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding: 98px 0px 118px;
	text-align: center;
	border-radius: 12px;
	margin: 40px 0;
}

.online_main h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.online_main .startBtn {

	margin-bottom: 0;
}

@media (min-width:768px) {

	article .container {
		max-width: 720px;
		padding: 0px;
		margin: 0;
	}

	/* article */
	.article-box {
		padding: 62px 0 0px;
	}

	/* article_header */
	.article-header {
		background: url(https://images.pdnob.com/article/article_header.png) no-repeat;
		background-size: cover;
		background-position: top center;
		padding: 136px 0 48px;
	}

	.article-header-describe {
		font-size: 20px;
	}

	.article-header-step {
		flex-direction: row;

	}

	.article-header-step .step {
		margin-right: 24px;
	}

	.article-header-step .step:last-child {
		margin-right: 0px;
	}

	.article-header-step .step p {
		width: 236px;
	}

	.article-header-step .step picture {
		margin: 0;
	}

	.article-header-step .step picture::after {
		content: '';
		display: block;
		width: 118px;
		height: 1px;
		border-bottom: 0px solid transparent;
		background: linear-gradient(transparent, transparent) padding-box, repeating-linear-gradient(-45deg, #8BD06B 0, #8BD06B 0.3em, transparent 0, transparent 0.45em);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(95%, 50%);
	}

	.article-header-step .step:last-child picture::after {
		display: none;
	}

	.article-title .article_message {
		flex-direction: row;
	}

	.article_message .article_info span {
		font-size: 16px;
	}

	.article_share {
		margin-top: 0;
		margin-left: 32px;
	}

	/* 折叠框 */

	article .accordion.v1.v1-0-1 .accordion-button {
		font-size: 20px;
	}

	article .accordion.v1.v1-0-1 .accordion-collapse {
		padding: 0 32px;
	}


}



@media (min-width:992px) {
	html main {
		font-size: 20px;
	}

	article section,
	article ul,
	article ol,
	article p,
	article picture,
	article .ratio,
	article .ads-module,
	article .btn-group {
		font-size: 20px;
	}

	/* article */
	article .container {
		max-width: 960px;
	}


	/* article-header */

	.article-header-step .step picture::after {
		width: 188px;
	}

	/* 段落 */
	article blockquote {
		line-height: 1.875;
		margin: 1.875rem 0;
		padding: 0 2rem;
	}

	article blockquote::before,
	article blockquote::after {
		width: 16px;
		height: 12px;
	}


	/* 列表 */
	article .list_success li,
	article .list_disable li,
	article .list_success2 li {
		padding-left: 42px;
	}

	article .list_success li::before,
	article .list_disable li::before,
	article .list_success2 li::before {
		width: 26px;
		height: 26px;
		top: 4px;
	}




	/* tip */
	.success_tip,
	.error_tip,
	.default_tip {
		padding: 16px 24px 16px 78px;
	}

	.success_tip p,
	.error_tip p,
	.default_tip p {
		font-size: 20px;
	}

	.success_tip::before,
	.error_tip::before,
	.default_tip::before {
		width: 40px;
		height: 40px;
		left: 24px;
	}


	/* 对比 */

	.tab_compared .nav-link {
		min-width: 240px;
		font-size: 20px;
		margin-right: 24px;
		padding: 20px 0;
		font-size: 24px;

	}

	.tab_compared .tab-content {
		padding: 32px 30px;
		border-radius: 16px;
		font-size: 20px;
		border-top-left-radius: 0;
	}

	.tab_compared .tab-content .tab-pane ul {
		/* padding: 0 40px; */
	}

	.tab_compared .tab-content .tab-pane li {
		/* padding: 12px 0; */
		margin: 32px 0;
	}

	.compared_contrast {
		flex-direction: row;
	}

	.compared_contrast * {
		font-size: 20px;
	}

	.compared_contrast .advance,
	.compared_contrast .disadvance {
		width: 49%;
		padding: 64px 30px 32px;
		margin-top: 0;
	}

	.compared_contrast .advance span,
	.compared_contrast .disadvance span {
		min-width: 244px;
	}


	.compared_contrast .advance li {
		/* padding-left: 48px; */
	}


	/* 步骤 */
	.step .num-step>li,
	.step .num2-step>li {
		padding-left: 42px;
	}

	.step .num-step>li::before,
	.step .num2-step>li::before {
		width: 26px;
		height: 26px;
		font-size: 16px;
		top: 4px;
		line-height: 26px;
	}

	.step .arrow-step>li {
		margin: 74px 0 32px;
	}

	.step ul.arrow-step>li::before {
		height: 26px;
		width: 76px;
		top: -42px;
		font-size: 16px;
	}

	.step ul.arrow-step>li::after {
		top: -42px;
		left: 76px;
		border-top: 13px solid transparent;
		border-left: 13.5px solid #ECEFFF;
		border-bottom: 13px solid transparent;
	}

	.step ul.num3-step {
		margin-left: 20px;
	}

	.step ul.num3-step>li {
		padding-left: 36px;
	}

	.step ul.num3-step>li::before {
		width: 40px;
		height: 40px;
		left: -20px;
		top: -4px;
		font-size: 16px;
		line-height: 40px;
	}



	/* 按钮 */
	article .safe_btn>div>div {
		margin-left: 20px;
	}

	article .btn-box>div:last-child {
		margin-left: 100px;
	}

	/* default_btn */
	article .btn-box .default_btn,
	article .btn-box .startBtn {
		font-size: 24px;
		padding: 16px 48px;
		display: flex;
		align-items: center;
	}

	/* 底部推荐产品 */
	article .arcProduct {
		flex-direction: row;
	}

	article .arcProduct {
		padding: 54px 14px 54px 40px;
	}

	.arcProduct>div {
		max-width: 70%;
	}


	/* 表格 */
	article .table-responsive .table {
		width: 100%;
	}

	/* 文章推荐 */
	article .recommend {
		flex-direction: row;
	}

	article .main_article {
		max-width: 56%;
	}

	article .popular {
		max-width: 42%;
	}

	/* online_main */

	.online_main {
		background: url(https://images.pdnob.com/article/online_main_bg.png) no-repeat;
		background-size: cover;
		background-position: top center;
		padding: 65px 32px;
		border-radius: 36px;
		margin: 56px 0;
	}


	.online_main .startBtn {
		margin-bottom: 0;
		margin-top: 24px;
	}

	article .online_main .btn-box,
	article .online_main .btn-main {
		margin: 0;
	}

	/* recommend  */

	.product_recommend {
		background: url(https://images.pdnob.com/article/recommend_bg.png) no-repeat;
		background-size: cover;
		background-position: top center;
		padding: 68px 32px;
		border-radius: 48px;
		margin: 56px 0;
	}


	.product_recommend h2 span::before {
		width: 34px;
		height: 34px;
		top: -24px;
		left: -24px;
	}

	.product_recommend p {
		font-size: 20px;
	}

	.product_recommend h2 {
		margin-top: 0;
		margin-bottom: 16px;
	}

	article .product_recommend .btn-box,
	article .product_recommend .btn-main {
		margin: 0;
	}

	.product_recommend .startBtn {
		margin: 16px 0 0;
	}


}

@media (min-width:992px) {

	article h1,
	article .h1,
	.article-header .h1 {
		font-size: 48px;
		margin: 32px 0;
	}

	article h2,
	article .h2 {
		font-size: 36px;
		margin: 32px 0;
	}

	article h3,
	article .h3 {
		font-size: 28px;
		margin: 26px 0;
	}

	article h4,
	article .h4 {
		font-size: 24px;
		margin: 24px 0;
	}

	article h5,
	article .h5 {
		font-size: 20px;
		margin: 20px 0;
	}

}

@media (min-width:1280px) {

	/* article */
	article .container {
		max-width: 890px;
	}
	

	.article-main {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		/* max-width: 1224px; */
	}


	.bigBox  {
		margin: auto 0;
	}

	/* article_header */
	.article-header-step .step {
		margin-right: 62px;
	}

	.article-header-step .step p {
		width: 260px;
	}

	.article-header-step .step picture::after {
		width: 202px;
	}
}
@media (min-width:1366px){
	.bigBox  {
		margin: 0 auto 0 53px;
		justify-content: flex-start;
	}
}

@media (min-width:1366.02px) { 

	article h1,
	article .h1,
	.article-header .h1 {
		font-size: 56px;
		margin: 40px 0;
	}

	article h2,
	article .h2 {
		font-size: 42px;
		margin: 40px 0;
	}

	article h3,
	article .h3 {
		font-size: 32px;
		margin: 32px 0;
	}

	article h4,
	article .h4 {
		font-size: 28px;
		margin: 26px 0;
	}

	article h5,
	article .h5 {
		font-size: 24px;
		margin: 24px 0;
	}

	/* slider */
	.bigBox{
		margin-right: 48px;
	}
	article .container {
		max-width: 1172px;
	}
	
	
}

@media (min-width:1600px) {

	/* article-header */
	.bigBox  {
		max-width: 1524px;
		margin: 0 auto 0 48px;
		justify-content: flex-start;
	}
	
	.article-box {
		padding: 72px 0 0px;
	}
	
	.article-header-step .step picture {
		width: 160px;
	}
	
	.article-header-step .step p {
		width: 310px;
	}
	
	.article-header-step .step picture::after {
		width: 234px;
	}
}

@media (min-width:1920.02px) {
	.bigBox {
		max-width: 1524px;
		margin: auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}

	.slider-main {
		position: sticky;
		width: 288px;
		top: 72px;
		margin-top: 72px;
	}

	.article-main {
		margin: 0 !important;
	}
}
