@charset"utf-8";
.auto-img img {
	width: auto;
	height: auto
}

.table-mobile {
	margin-bottom: 20px
}

.ellipsis-ftwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.article {
	padding-top: 0;
	color: rgba(26, 26, 26, .85);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.5;
	position: relative
}

.article-bg {
	margin-bottom: 30px
}

.article .article-heading {
	padding: 30px 0 20px
}

.artcile-content {
	max-width: 900px;
	margin: 10px auto
}

.article-heading {
	text-align: center;
	font-size: 2.4rem;
	color: #01003a;
	font-weight: 500
}

.article-meta {
	display: flex;
	align-items: flex-start;
	padding-bottom: 1rem;
	text-align: center
}

.article-meta .article-portrait {
	width: 50px;
	height: 50px
}

.article-meta .article-portrait img {
	width: 50px;
	height: 50px;
	max-width: 50px;
	border-radius: 50%
}

.article-info {
	flex: 1;
	font-size: 1rem
}

.article-author {
	margin-top: -3px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #495057
}

.article-author a:hover {
	color: #435bfd
}

.article-category {
	font-size: 0.875rem;
	color: #6c757d
}

.article a {
	color: #0071d1;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s
}

.article a:hover {
	text-decoration: underline
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	position: relative;
	clear: both
}

.article h1 a,
.article h2 a {
	color: inherit
}

.app-title,
.article h2 {
	counter-increment: nav-order;
	font-size: 1.88rem;
	font-weight: 600;
	position: relative;
	padding-bottom: 25px;
	padding-top: 20px;
	padding-left: 60px;
	margin-top: 20px;
	line-height: 1.3
}

.app-title::before,
.article h2::before {
	position: absolute;
	left: 0;
	top: 18px;
    width: 40px;
    height: 40px;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	border-radius: 50%;
	content: counter(nav-order);
	line-height: 1.2
}

.article h2.sec-url {
	min-height: auto;
	line-height: 1.2;
	padding: 5px 20px 12px 65px;
	margin-bottom: 30px
}

.article h2.sec-url::before {
	color: #fff;
	border: 2px solid #fff;
	left: 10px;
	top: 11px
}

.sec-url {
	counter-increment: points;
	display: inline-block;
	font-size: 25px;
	letter-spacing: 0.03em;
	touch-action: none;
	font-weight: 900;
	text-align: center;
	border-radius: 0;
	line-height: 2.4em;
	min-height: 2.5em;
	padding: 0 1.2em;
	text-rendering: optimizeLegibility;
	color: #fff;
	background-color: #688bff;
	margin: 20px 0
}

.sec-url i {
	display: inline-block;
	width: initial;
	height: initial;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: 0;
	font-style: inherit;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 28px
}

.sec-url i:before {
	display: inline-block;
	content: counter(points) "."
}

.sec-url:after {
	content: '';
	margin-left: 10px;
	width: 35px;
	height: 35px;
	display: inline-block;
	background-image: url("../img/art-icon.svg");
	background-size: cover;
	top: 5px;
	position: relative;
	background-repeat: no-repeat
}

.app-title i,
.article h2 i {
	display: none
}

.article-content h3 span {
	display: inline-block;
	padding: 5px 5px 6px;
	margin-right: 10px;
	background-color: #333;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	vertical-align: middle
}

.article h3 {
	font-size: 1.55rem;
	margin: 15px 0 30px;
	padding-top: 30px;
	font-weight: 600
}

.article h4,
.article h5,
.article h6 {
	margin-top: 30px;
	margin-bottom: 10px
}

.article p {
	text-align: justify;
	color: rgba(26, 26, 26, .85);
	margin-bottom: 1.5rem
}

.article img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	display: block
}

.article ul {
	list-style-type: disc;
	padding: 5px 5px 10px 30px
}

.article ul:after,
.article ul:before {
	display: table;
	content: " "
}

.article ul:after {
	clear: both
}

.article ul#subheader-list {
	margin-top: 0;
	margin-bottom: 0
}

.article ol {
	padding-left: 30px
}

.article li {
	text-align: left;
	padding: 5px 0
}

.article iframe {
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	border: 0;
	margin-top: 20px
}

.article blockquote {
	background: #f4f5f7 url("../img/quto-icon1.gif") 8px 14px no-repeat;
	border: 1px dashed #f4f5f7;
	padding: 20px 20px 0 48px;
	margin: 5px 0
}

.article blockquote.tips {
	background-color: transparent;
	border-left: 3px solid #4f7177;
	font-size: 1em;
	font-style: normal;
	font-weight: 100;
	letter-spacing: normal;
	line-height: 1.6;
	margin: 1.2rem 0;
	overflow: hidden;
	padding: 0.6rem 1.2rem;
	text-transform: none
}

.article .sub-order {
	line-height: 42px;
	padding-left: 58px;
	position: relative
}

.article .sub-order::before {
	counter-increment: sub-order;
	content: counter(sub-order, lower-roman);
	position: absolute;
	left: 4px;
	top: 0;
	width: 42px;
	height: 42px;
	border: 1px solid #09c;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	color: #09c;
	padding-right: 2px
}

.article .sub-order~.sub-order {
	margin-top: 30px
}

.article .new-sub-order {
	counter-reset: sub-order
}

.article a.download-small {
	display: inline-block;
	background: #1d9610 url("../com/img/article/download.svg?dba8") 30px 15px/24px auto no-repeat;
	color: #fff;
	font-size: 20px;
	padding: 13px 30px 10px 65px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-top: 18px
}

.article a.download-small:hover {
	background-color: #197f0e
}

.article p .button_download,
.article p .download,
.article p .download-button,
.article p .download-small,
.article p .download_button_new {
	margin-top: 0
}

.article .chart_table,
.article .table,
.article .table2 {
	width: 100%;
	margin: 18px auto;
	font-size: 15px;
	line-height: 20px
}

.article .chart_table th,
.article .table th,
.article .table2 th {
	padding: 15px 12px;
	border-right: 1px solid #dee2e6
}

.article .chart_table td,
.article .table td,
.article .table2 td {
	padding: 15px 12px;
	background-color: #fff;
	text-align: center;
	border-right: 1px solid #dee2e6
}

.article .chart_table th,
.article .chart_table tr:nth-child(odd) td,
.article .table th,
.article .table tr:nth-child(odd) td,
.article .table2 th,
.article .table2 tr:nth-child(odd) td {
	background-color: #f7f7f7
}

.article .chart_table img,
.article .table img,
.article .table2 img {
	margin: 0
}

.article .table.table-left td {
	text-align: left
}

.article .table.table-blue th {
	background-color: #0071d1;
	color: #fff
}

.article .table.table-blue td a {
	color: #0071d1
}

.article .table.table-orange th {
	background-color: #e67a25;
	color: #fff
}

.article .table.table-orange td a {
	color: #e67a25
}

.article .table.table-blue .auto-img,
.article .table.table-blue .img,
.article .table.table-orange .auto-img,
.article .table.table-orange .img {
	width: 26px;
	display: inline-block;
	vertical-align: middle
}

.article .table.table-blue .auto-img img,
.article .table.table-blue .img img,
.article .table.table-orange .auto-img img,
.article .table.table-orange .img img {
	width: 22px;
	height: auto
}

.table-border {
	border: 1px solid #dee2e6
}

.article .info-list {
	background-color: #f8f8f8;
	padding: 25px;
	border: 1px solid #dee2e6
}

.article .info-list>div {
	padding: 5px 0
}

.article .info-list .img {
	padding-right: 10px
}

.article .info-list .img img {
	display: inline-block;
	width: 22px;
	height: auto
}

p.tip {
	line-height: 30px;
	color: #333
}

p.author-details {
	color: #21b0ec;
	border-left: 0;
	font-size: 14px
}

p.author-details span {
	display: inline-block;
	vertical-align: top
}

p.author-details span:first-child {
	font-weight: 700;
	margin-right: 10px;
	width: 80px
}

p.author-details span:last-child {
	width: auto;
	width: calc(100% - 90px)
}

#content_right,
.aside {
	text-align: left;
	margin-top: 20px;
	margin-right: 30px;
	width: 240px
}

#content_right ul,
.aside ul {
	padding-left: 20px
}

.gg-back,
.gg-giveway {
	display: block;
	margin-top: 30px
}

.launch {
	margin-top: 10px
}

.video-container {
	padding: 0;
	font-size: 0;
	height: auto
}

.video-container iframe {
	position: static;
	height: 355px
}

.left_sidebar .rating-share-section {
	display: none
}

.content .wrapper {
	padding-bottom: 0
}

img.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	padding-top: 13px
}

.article-content p:first-child img {
	width: 320px;
	height: 214px
}

.title h1 {
	padding: 45px 0 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3
}

.download-content .android-blue-two-line,
.download-content .mac-blue-two-line,
.download-content .win-blue-two-line {
	border: solid 2px #435bfd;
	border-radius: 15px;
	background: #435bfd;
	color: #fff;
	padding-right: 70px;
	display: inline-block;
	position: relative;
	width: 236px;
	height: 62px;
	text-decoration: none;
	margin: 0 10px
}

.download-content .mac-blue-two-line {
	background: #fff;
	color: #435bfd;
	box-shadow: none
}

.download-content .mac-blue-two-line .btn {
	color: inherit
}

.download-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px
}

.download-content .btn {
	position: relative;
	display: block;
	top: 8px;
	line-height: 20px;
	font-size: 18px;
	text-align: left;
	padding: 0;
	color: #fff;
	left: 15px;
	margin: 0;
	text-decoration: none;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	border: none
}

.download-content .plantform {
	position: relative;
	display: block;
	top: 10px;
	font-size: 12px;
	text-align: left;
	color: #fff;
	left: 15px;
	margin: 0;
	text-decoration: none
}

.download-content .mac-blue-two-line:hover .btn,
.download-content .win-blue-two-line:hover .btn {
	background: 0 0;
	color: #fff
}

.download-content .secure-down {
	position: relative;
	display: block;
	max-width: 318px;
	width: 90%;
	font-size: 12px;
	text-align: center;
	color: #333;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block
}

.download-content .secure-down::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 22px;
	vertical-align: middle;
	margin-right: 2px;
	background: url("../img/secure-down.svg") left 2px/14px auto no-repeat
}

.download-content .slogan {
	width: 100%;
	color: #000;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0;
	padding-top: 0
}

.download-content .items {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom: 10px
}

.download-content .mac-blue,
.download-content .win-blue {
	width: 194px;
	height: 44px;
	border: 2px solid #4c75ff;
	border-radius: 22px;
	color: #4c75ff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	margin: 0 10px;
	box-shadow: 0 0 13px rgba(139, 165, 255, .54);
	font-size: 16px;
	text-decoration: none!important
}

.download-content .mac-blue::after,
.download-content .win-blue::after {
	content: '';
	position: relative;
	display: inline-block;
	width: 24px;
	height: 44px;
	margin-top: -7px;
	margin-left: 10px;
	vertical-align: middle;
	text-decoration: none!important
}

.download-content .mac-blue:hover,
.download-content .win-blue:hover {
	color: #fff;
	background: #4c75ff;
	text-decoration: none!important
}

.download-content .android-blue-two-line::after,
.download-content .mac-blue-two-line::after,
.download-content .win-blue-two-line::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 15px
}

.download-content .android-blue-two-line:hover,
.download-content .mac-blue-two-line:hover,
.download-content .win-blue-two-line:hover {
	text-decoration: none!important;
	background: #2c3db0;
	border: solid 2px #2c3db0;
	color: #fff!important
}

.download-content .win-blue::after {
	background: url("../img/down-win-icon.svg") center center/22px auto no-repeat
}

.download-content .win-blue:hover::after {
	background: url("../img/down-win-icon2.svg") center center/22px auto no-repeat
}

.download-content .mac-blue::after {
	background: url("../img/down-mac-icon.svg") center center/24px auto no-repeat
}

.download-content .mac-blue:hover::after {
	background: url("../img/down-mac-icon2.svg") center center/22px auto no-repeat
}

.download-content .win-blue-two-line::after {
	background: url("../img/down-win-t-icon.svg") center center/32px auto no-repeat
}

.download-content .mac-blue-two-line::after {
	background: url("../img/down-mac-icon.svg") center center/32px auto no-repeat
}

.download-content .mac-blue-two-line:hover::after {
	background: url("../img/down-mac-icon2.svg") center center/32px auto no-repeat
}

.download-content .android-blue-two-line::after {
	background: url("../img/icon/android-white.svg") center center/32px auto no-repeat
}

.download-content .mac-blue-two-line {
	background: 0;
	color: #435bfd;
	box-shadow: none
}

.download-content .mac-blue-two-line .plantform {
	color: #435bfd
}

.download-content .mac-blue-two-line:hover .plantform {
	color: #fff
}

.app-image {
	margin-top: 24px;
	margin-bottom: 24px
}

.download-box .download-box__txt,
.download-box h4 {
	font-size: 22px;
	margin-top: 10px;
	padding: 0!important !important;
	margin-bottom: 13px;
	font-family: inherit
}

.download-box ul {
	margin-top: 20px
}

.download-box ul li:after {
	display: none!important
}

.download-box ul li img {
	max-width: 100%;
	vertical-align: middle;
	width: auto
}

.navIcon {
	display: none
}

.no-background {
	margin-top: 34px;
	background: 0 0!important
}

#disqus_thread {
	margin-top: 20px;
	margin-bottom: 40px
}

.article .alignright {
	float: right;
	padding: 0;
	margin: 10px 30px
}

.article .divider,
.review .divider {
	border-bottom: 1px dotted #b5b5b5;
	margin-top: 40px;
	margin-bottom: 20px
}

.posted-info.no-link a:nth-child(n+4) {
	display: none
}

ul.post-categories {
	display: inline-block
}

.post-categories li {
	list-style: none
}

.post-categories li:nth-child(n+2) {
	display: none
}

.main-content.content-screen {
	margin-right: 0;
	max-width: initial;
	width: 100%
}

blockquote {
	background-color: transparent;
	border-left: 3px solid #4f7177;
	font-size: 1em;
	font-style: normal;
	font-weight: 100;
	letter-spacing: normal;
	line-height: 1.6;
	margin: 1.2rem 0;
	overflow: hidden;
	padding: 0.6rem 1.2rem;
	text-transform: none
}

.articles-related {
	padding-bottom: 15px
}

.articles-related .title {
	margin-top: 0;
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #0071d1;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500
}

.articles-related .title:before {
	content: "";
	height: auto;
	width: auto;
	border: none
}

.related-section {
	padding: 20px 40px;
	cursor: pointer;
	border-radius: 5px
}

.related-section:hover {
	background: rgba(153, 153, 153, .1)
}

.related-section img {
	display: block;
	border-radius: 6px;
	width: 100%;
	height: auto;
	margin-bottom: 10px
}

.articles-related .entry-title {
	margin-top: 20px
}

.articles-related .entry-featured {
	padding-bottom: 0
}

.articles-related .entry-featured .entry-thumb {
	display: block;
	width: 340px;
	height: 225px;
	overflow: hidden
}

.articles-related .entry-title a {
	margin-bottom: 6px;
	font-size: 16px;
	color: #337ab7;
	font-weight: 400
}

.articles-related .entry-title a:hover {
	text-decoration: none
}

.articles-related .entry-meta {
	margin: 0;
	font-size: 12px;
	color: #404040
}

.articles-related .entry-meta .author-av {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px
}

.articles-related .entry-meta .author-av img {
	width: 25px;
	object-fit: cover;
	height: 100%
}

#article-nav-drop,
.article-nav-drop {
	position: relative;
	width: 100%;
	padding: 10px;
	margin-bottom: 1em;
	background: #edf6ff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#article-nav-drop .article-nav-drop__container {
	display: table;
	width: 100%
}

#article-nav-drop .article-nav-drop__title {
	line-height: 1.45;
	font-size: 20px;
	font-weight: 600;
	color: #3a3a3a
}

#article-nav-drop .article-nav-drop__title:after,
#article-nav-drop .article-nav-drop__title:before {
	display: none
}

#article-nav-drop .article-nav-drop__list {
	margin: 0;
	padding: 10px 0 0;
	background: 0;
	counter-reset: item;
	counter-reset: navListCount;
	list-style: none;
	line-height: 1.6;
	overflow: hidden;
	z-index: 1;
	border: none
}

#article-nav-drop .article-nav-drop__list li {
	padding: 0;
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 17px;
	float: none;
	width: 100%;
	margin-left: 0
}

#article-nav-drop .article-nav-drop__list li:after {
	display: none
}

#article-nav-drop .article-nav-drop__list li a {
	color: #444;
	text-shadow: none;
	counter-increment: navListCount;
	background-color: transparent;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out
}

#article-nav-drop .article-nav-drop__list li a:before {
	content: counter(navListCount) '. '
}

#article-nav-drop .article-nav-drop__list li a span {
	font-weight: 700;
	margin-left: 10px
}

#article-nav-drop::after,
#article-nav-drop::before,
.box-row::after,
.box-row::before,
.related-section::after,
.related-section::before {
	display: table;
	content: " "
}

#article-nav-drop::after,
.box-row::after,
.related-section::after {
	clear: both
}

.content {
	text-align: center;
	margin-top: 80px
}

.post-template-default .content .title {
	position: relative;
	overflow: hidden;
	height: 278px;
	width: 100%;
	padding-top: 40px;
	background: url("../img/title-bg.jpg.webp") #272a39 center center no-repeat;
	background-size: cover
}

.update-at {
	font-size: 12px;
	line-height: 20px;
	color: #fff
}

.custom-main-content .article .article-body p:not(.btn,
.plantform) {
	font-size: 16px;
	margin: 15px 0;
	line-height: 1.8
}

.line-title-left {
	padding: 10px;
	font-style: italic;
	background: url("../img/tip-icon.webp") 5px 12px no-repeat;
	background-size: 30px 30px;
	padding: 15px 0 15px 52px
}

.contrast-box {
	display: flex;
	width: 100%;
	margin: 35px 0 25px
}

.contrast-box .support-div {
	padding-right: 5%;
	flex: 1
}

.contrast-box .oppose-div {
	padding-left: 5%;
	flex: 1
}

.contrast-box .oppose-div ul,
.contrast-box .support-div ul {
	padding-left: 0
}

.contrast-box .oppose-div ul li,
.contrast-box .support-div ul li {
	position: relative;
	padding-left: 50px;
	margin-top: 15px;
	list-style-type: none;
	text-align: initial
}

.contrast-box .support-div ul li::before {
	background: url("../img/icon/com-icon.png") no-repeat;
	background-position: 0 -50px;
	content: '';
	position: absolute;
	width: 30px;
	height: 50px;
	left: 0;
	top: 7px
}

.contrast-box .oppose-div ul li::before {
	background: url("../img/icon/com-icon.png") no-repeat;
	background-position: 0 0;
	content: '';
	position: absolute;
	width: 30px;
	height: 50px;
	left: 0;
	top: 7px
}

.article .chart_table .supported,
.article .table .supported,
.article .table2 .supported {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/sucess-icon.svg")
}

.article .chart_table .unsupported,
.article .table .unsupported,
.article .table2 .unsupported {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../com/img/article/unsupported.svg?508c")
}

@media(max-width:1340px) {
	.main-content {
		width: 100%
	}
}

@media(max-width:1200px) {
	.content .wrapper {
		width: 100%
	}
}

@media(max-width:768px) {
	
	.wrapper {
		width: 100%
	}
	.side-nav-collapsable {
		display: none
	}
	.article .article-heading {
		font-size: 1.5rem;
		text-align: center;
		margin-top: 50px
	}
	.article {
		font-size: 18px
	}
	.content .wrapper {
		padding-top: 0
	}
	.article-bg {
		margin-bottom: 24px
	}
	.article-meta {
		padding-bottom: 4px
	}
	.article-info {
		font-size: 0.9rem
	}
	.title h1 {
		padding: 0;
		font-size: 24px
	}
	.article h3 {
		font-size: 18px
	}
	.article p strong {
		font-weight: 400
	}
	.article li {
		text-align: left
	}
	.article-content p:first-child img {
		display: none;
		height: 0;
		width: 0
	}
	.article a.button_download,
	.article a.download,
	.article a.download-button,
	.article a.download_button_new {
		font-size: 20px;
		padding: 15px 40px 10px 80px;
		background-position: 35px 11px;
		height: 55px
	}
	.content .wrapper {
		padding-top: 30px;
		padding-bottom: 40px
	}
	.main-content {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
		font-size: 16px
	}
	.author {
		text-align: center
	}
	.author-head {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.author-info {
		margin-left: 0;
		text-align: left
	}
	#content_right,
	.aside {
		display: none
	}
	.main-content>h1 {
		text-align: center
	}
	.share-to {
		text-align: center
	}
	.article_list {
		padding-right: 0
	}
	.nav li {
		text-align: left
	}
	.nav li:nth-last-child(n+3) {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDE1IDI3Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS1taXRlcmxpbWl0OjEwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTS44LjVsMTMgMTMtMTIuOSAxMyIvPjwvc3ZnPg==") center right/10px auto no-repeat
	}
	.article .chart_table,
	.article .table,
	.article .table2 {
		table-layout: fixed
	}
	.article h2 {
		text-align: left;
		font-size: 22px;
		padding-top: 10px
	}
	.article .com-list li {
		padding: 0 10px
	}
	.navwin-tabs {
		width: 100%
	}
	.navwin {
		display: none
	}
	.download-content .items {
		display: inherit
	}
	.download-content .android-blue-two-line,
	.download-content .mac-blue-two-line,
	.download-content .win-blue-two-line {
		display: block;
		margin: 20px auto 0;
		max-width: 100%
	}
	.download-content .secure-down {
		margin: 10px auto;
		max-width: 100%
	}
	.main-content {
		overflow-x: hidden
	}
	.content {
		margin-top: 80px;
		padding-top: 0
	}
	.content .wrapper {
		padding-bottom: 0
	}
	.alignleft {
		float: left;
		margin: 10px 10px 12px 0
	}
	.main .left .download {
		margin-top: 40px
	}
	.review .posted {
		padding-left: 0
	}
	.review .posted .posted-info {
		margin-left: 12px
	}
	.review img {
		display: block;
		max-width: 100%;
		height: auto
	}
	.related-section {
		padding: 10px
	}
	.articles-related .entry-title {
		margin-top: 10px
	}
	.articles-related .entry-featured .entry-thumb {
		width: 100%;
		height: 150px
	}
	.contrast-box {
		display: block
	}
	.contrast-box .support-div {
		padding-right: 0;
		width: 100%
	}
}

@media only screen and (max-width:600px) {
	.article .summary {
		display: none
	}
	.download-content .mac-blue,
	.download-content .win-blue {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:480px) {
	.download-content .items {
		display: block;
		text-align: center
	}
}

.sidebar-christmas-campaign {
	position: fixed;
	right: 20px;
	top: 200px
}

@media (max-width:991px) {
	.sidebar-christmas-campaign {
		display: none
	}
}

.pc-hide {
	display: none
}

@media(max-width:768px) {
	.pc-hide {
		display: block
	}
}

.P-recommend {
	background-color: #0071d1;
	padding: 35px 50px 35px 25px;
	border-radius: 0 175px 0 50px;
	color: #fff;
	margin-bottom: 15px
}

.P-recommend .info {
	font-size: 14px
}

.P-recommend .item .img {
	width: 10%;
	text-align: center;
	background-color: #fff;
	border-radius: 85px;
	padding: 15px;
	width: 85px;
	height: 85px
}

.P-recommend .item .txt {
	width: 85%;
	padding-left: 25px
}

.P-recommend .item .txt .title {
	font-size: 22px;
	color: #fff;
	display: block;
	margin-bottom: 6px;
	font-weight: 600
}

.P-recommend ul li {
	font-size: 16px
}

.btn-go .btn {
	position: relative;
	padding: 5px 15px;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
	margin-left: 10px;
	font-size: 16px;
	color: #435070 !important
}

.btn-go .btn:first-child {
	margin-left: 0
}

.btn .mac-icon {
	display: inline-block;
	background-image: url("../img/icon/ios-black.svg");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: 21px;
	vertical-align: middle;
	margin: 0 2px
}

.btn .win-icon {
	display: inline-block;
	background-image: url("../img/icon/windows-black.svg");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: 22px;
	vertical-align: middle;
	margin: 0 2px
}

.btn:focus,
.btn:hover {
	color: #0071d1;
	background-color: #fff
}

.P-recommend ul {
	margin-bottom: 0
}

.P-recommend .learn-div {
	padding: 0 15px 15px
}

.learn-div .learnMore {
	color: #fff;
	font-style: italic;
	text-decoration: underline
}

.faq-question {
	margin-bottom: 15px
}

.faq-question .item {
	background-color: #f4f4f3;
	padding: 15px 25px;
	margin-top: 15px;
	border-radius: 10px
}

.faq-question .item .flows {
	position: relative;
	padding: 6px 0 6px 40px
}

.faq-question .item .qes-div::before {
	position: absolute;
	content: "";
	background-image: url("../img/question-icon.svg");
	background-repeat: no-repeat;
	left: 0;
	top: 8px;
	width: 25px;
	height: 25px;
	background-size: contain
}

.faq-question .item .ans-div::before {
	position: absolute;
	content: "";
	background-image: url("../img/answer-icon.svg");
	background-repeat: no-repeat;
	left: 2px;
	top: 8px;
	width: 23px;
	height: 23px;
	background-size: contain
}

.reply-box {
	margin: 40px 0 50px
}

.comment-disc {
	border-radius: 30px 0 0 30px;
	background-color: #f1f1f1;
	font-size: 22px;
	padding: 15px 15px 15px 90px;
	position: relative;
	cursor: pointer
}

.comment-disc span {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	background-color: #0071d1;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -5px;
	background-image: url("../img/message.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%
}

.reply-box .info-main {
	display: none
}

.reply-box .re-input {
	margin-top: 20px
}

.re-input .tarea-text {
	border: 1px solid #ddd;
	width: 100%;
	padding: 8px;
	border-radius: 5px
}

.re-input .btn {
	margin-top: 10px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400
}

.re-input .btn:hover {
	color: #006dff!important
}

.recommend-download {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 20px 15px;
	margin-bottom: 30px
}

.recommend-download .txt-info p {
	margin-bottom: 0;
	font-size: 15px;
	margin-top: 3px;
	text-align: left
}

.recommend-download .txt-info .name {
	font-size: 22px;
	font-weight: 600;
	display: block
}

.recommend-download .txt-info {
	width: 48%
}

.recommend-download .download-content.sm-download {
	margin-bottom: 0;
	width: 360px
}

.download-content.sm-download .btn {
	left: 0;
	text-align: center;
	margin-top: 0!important;
	top: 11px;
	font-weight: normal;
	font-size: 14px
}
.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}

.mt-30 {
	margin-top: 30px
}

.recommend-download .download-content.comment-download {
	width: 320px;
	margin-bottom: 0
}

.download-content.sm-download .android-blue-two-line,
.download-content.sm-download .mac-blue-two-line,
.download-content.sm-download .win-blue-two-line {
	width: 160px;
	height: 50px;
	padding-right: 38px
}

.download-content.sm-download .capital-btn {
	font-size: 14px
}

.download-content.sm-download .android-blue-two-line::after,
.download-content.sm-download .mac-blue-two-line::after,
.download-content.sm-download .win-blue-two-line::after {
	background-size: 24px;
	width: 25px;
	right: 15px
}

.recommend-download .txt-info .rating-count a {
	font-size: 14px;
	color: #333!important
}

.download-content.comment-download .download-icon {
	border: solid 2px #435bfd;
	border-radius: 15px;
	background: #435bfd;
	color: #fff;
	padding-right: 30px;
	display: inline-block;
	position: relative;
	width: 236px;
	height: 54px;
	text-decoration: none;
	margin: 0 10px
}

.download-content.comment-download .capital-btn {
	padding-top: 10px;
	font-size: 18px;
	color: #fff
}

.download-content.comment-download .download-icon::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 10px;
	background: url("../img/icon/download-white.svg") center center/30px auto no-repeat
}

.download-content.sm-download .item:first-child a {
	margin-left: 0
}

.recommend-download .icon-svg {
	padding: 5px 10px;
	border-radius: 4px;
	width: 100%;
	text-align: center
}

.recommend-download .icon-svg img {
	width: 24px;
	height: auto;
	margin-left: 5px;
	display: inline-block
}

.download-content .capital-btn,
.download-content span.capital-btn {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	padding-top: 13px;
	font-size: 20px;
	font-weight: 500;
	display: block
}

.recommend-download .pro-img {
	width: 70px;
	overflow: hidden
}

.recommend-download .pro-img img {
	width: 60px;
	height: auto
}

.recommend-download .pic-img {
	width: 300px
}

.recommend-download .leanrMore {
	text-decoration: underline;
	font-style: italic
}

.recommend-download .leanrMore:hover {
	text-decoration: none
}

.P-recommend .btn-go {
	align-items: center;
	justify-content: center
}

.download-new .item {
	margin-left: 15px
}

.download-new .item:first-child {
	margin-left: 0
}

.download-new .btn {
	border-width: 2px;
	border-radius: 4px;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 30px;
	border-radius: 15px
}

.download-new .btn:hover {
	background: #2c3db0;
	text-decoration: none!important
}

.download-new.sm-download .btn {
	font-size: 15px;
	padding: 8px 10px;
	font-weight: normal
}

.download-new .btn .win-icon-s {
	background: url("../img/icon/windows.svg") center center/28px auto no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.download-new .btn .mac-icon-s {
	background: url("../img/icon/ios.svg") center center/28px auto no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.download-new .btn .android-icon-s {
	background: url("../img/icon/android.svg") center center/28px auto no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.download-new .item .secure-down {
	position: relative;
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #333;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block
}

.download-new .item .secure-down::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 22px;
	vertical-align: middle;
	margin-right: 2px;
	background: url("../img/secure-down.svg") left 2px/14px auto no-repeat
}

.btn .android-icon {
	display: inline-block;
	background-image: url("../img/icon/android-black.svg");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: 22px;
	vertical-align: middle;
	margin: 0 2px
}

.single-new {
	padding: 0.5rem 1rem 1rem;
	margin-bottom: 1.125rem;
	background-color: #fff;
	box-shadow: 0 0 0.3rem #ddd
}

.single-new h1.article-heading {
	padding: 25px 0 15px;
	text-align: left
}

.important-box {
	background-color: #302a59;
	padding: 15px 0;
	color: #fff;
	margin-bottom: 20px
}

.important-box .info {
	width: 50%
}

.important-box .info ul {
	padding-left: 0
}

.important-box .info ul li {
	position: relative;
	padding: 3px 0 3px 15px
}

.important-box .info ul li::before {
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 5px;
	content: "";
	position: absolute;
	left: 0;
	top: 13px
}

.important-box .img {
	width: 40%
}

.important-box .img img {
	max-width: 100%
}

.important-box .title {
	font-size: 28px;
	margin: 15px 0
}

.important-box h1.article-heading {
	color: #fff;
	text-align: left;
	padding: 20px 0
}

.important-box .top-download .ic-img img {
	width: 26px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px
}

.important-box .top-download {
	padding: 10px 0
}

.important-box .top-download .item {
	margin-left: 15px;
	text-align: center
}

.important-box .top-download .btn {
	color: #000000;
	border-radius: 30px;
	font-size: 16px;
	padding: 5px 20px
}

.important-box .top-download .item:first-child {
	margin-left: 0
}

.important-box .top-download .item .st {
	font-size: 14px;
	margin-top: 5px
}

.important-box .top-download .btn.btn-action {
	color: #fff
}

.important-box .top-download .btn.btn-action:hover {
	color: #fff;
	background-color: #005dd9;
	border-color: #0057cc
}

.re-input .input-txt {
	border: 1px solid #ddd;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 10px
}

.reply-box h3 {
	font-size: 26px
}

.reply-box .info-board {
	border-bottom: 1px dashed #ddd;
	padding: 15px 0
}

.reply-box .info-board .img-va {
	width: 60px;
	height: 60px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #fff
}

.reply-box .info-board .img-va img {
	object-fit: cover;
	height: 100%;
	width: 60px
}

.reply-box .info-board .meassage {
	padding-left: 15px;
	color: #666;
	width: 90%
}

.reply-box .info-board .meassage .name {
	color: #333;
	font-weight: bold
}

.reply-box .info-board .meassage .name .time {
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	font-weight: normal
}

.reply-box .info-board .meassage p {
	margin-bottom: 0
}

@media(max-width:768px) {
	.P-recommend .item .img {
		margin: 0 auto
	}
	.P-recommend .item .img img {
		width: 60px;
		height: auto
	}
	.P-recommend .item .txt {
		width: 100%;
		margin-top: 15px
	}
	.btn-go .btn {
		width: 88%;
		margin: 5px auto
	}
	.P-recommend {
		padding: 25px 15px
	}
	.P-recommend {
		border-radius: 0
	}
	.reply-box {
		display: none
	}
	.recommend-download .pro-img {
		width: 100%;
		text-align: center;
		margin-bottom: 10px
	}
	.recommend-download .txt-info {
		width: 100%;
		text-align: center
	}
	.recommend-download .pic-img {
		text-align: center;
		margin-top: 10px;
		width: auto
	}
	.download-content .item {
		margin: 0 6px
	}
	.recommend-download .download-content.comment-download {
		width: auto;
		margin-top: 5px
	}
	.download-new .item {
		margin: 5px 0
	}
	.important-box {
		padding-top: 50px
	}
	.important-box .img,
	.important-box .info {
		width: 100%
	}
	.important-box .top-download {
		align-items: center;
		justify-content: center
	}
	.important-box .top-download .item {
		margin-left: 0;
		margin-bottom: 15px
	}
}

.italic {
	font-style: italic
}

.link-navigation .title {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	margin-bottom: 0
}

.link-navigation .title .tit-first {
	width: 80%;
	font-weight: bold;
	padding-left: 12px
}

.link-navigation .article-list {
	margin-bottom: 0;
	padding: 0
}

.link-navigation .article-list li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #d9e2e7;
	padding: 15px 10px;
	align-items: center;
	margin-bottom: 0;
	font-size: 16px;
	min-height: 60px
}

.link-navigation .article-list li .nav-drop {
	width: 80%
}

.link-navigation .article-list li a {
	border-bottom: 1px dashed;
	color: #000
}

.link-navigation .article-list li .btn-leanr-more:hover,
.link-navigation .article-list li a:hover {
	text-decoration: none
}

.link-navigation .article-list li .btn-leanr-more {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed
}

.link-navigation .title .nav-leran,
.link-navigation .title .tit-sec {
	width: 20%;
	text-align: right
}

.link-navigation .title .tit-sec {
	font-weight: bold;
	padding-right: 12px
}

.link-navigation .article-list li .nav-leran {
	width: 20%;
	text-align: right
}

.pdf-ava .ava-img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 15px
}

.pdf-ava .ava-img img {
	width: auto;
	object-fit: cover;
	height: 100%
}

.pdf-ava .pdf-meta {
	font-size: 14px;
	width: 250px
}

.pdf-ava .pdf-meta .name {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 18px
}

.article .pdf-article-cont h2 {
	font-size: 2.3rem;
	padding-left: 48px;
	font-weight: 600;
	display: inline-block;
	padding-right: 0
}

.article .pdf-article-cont h2.sec-url {
	border-bottom: none;
	padding: 5px 20px 12px 65px
}

.article .pdf-article-cont h2.sec-url::before {
	left: 10px;
	border-color: #fff;
	color: #fff
}

.pdf-article-cont {
	margin-top: 20px;
	padding-bottom: 20px
}

.pdf-ava .pdf-meta .share {
	margin-top: 5px
}

.pdf-ava .pdf-meta .share img {
	width: 30px;
	height: auto;
	margin-right: 5px
}

.ul-list li,
.ul-list li a {
	color: #333;
	font-size: 16px
}

#Catalog_box {
	position: relative
}

.tryFree-btn {
	border-radius: 30px;
	padding: 6px 15px;
	color: #fff!important
}

.tryFree-btn:hover {
	color: #435bfd!important
}

.fix-sideBtn-upTo {
	position: fixed;
	bottom: 8%;
	right: 35px;
	z-index: 120
}

.fix-sideBtn-upTo .backTop {
	position: absolute;
	bottom: -25px;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	z-index: 10;
	cursor: pointer;
	display: none
}

.fix-sideBtn-upTo .backTop .top-ic {
	position: absolute;
	background: url("../img/top.svg") no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 40px;
	left: 10px;
	top: 20px;
	display: block;
	background-size: contain
}

@media(max-width:996px) {
	.page_right {
		display: none
	}
	.table-mobile {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%
	}
	.table-mobile .table {
		width: 600px
	}
}

@media(max-width:768px) {
	.link-navigation .title .nav-leran {
		text-align: right
	}
	.link-navigation .article-list li .nav-drop {
		width: 100%
	}
	.link-navigation .article-list li .nav-leran {
		width: 100%
	}
}

.article.sr-article-cont {
	font-size: 18px;
	line-height: 1.7
}

.article .container-art {
	width: 900px;
	margin: 0 auto
}

.article.sr-article-cont .articles-related {
	width: 1000px;
	margin: 50px auto 0
}

.article.sr-article-cont .container h1 {
	font-weight: 600;
	font-size: 40px;
	padding: 15px 0;
	width: 100%;
	min-height: 80px
}

.pt-20 {
	padding: 20px 0
}

.flows-itm {
	margin-bottom: 30px;
	margin-top: 30px
}

.flows-itm.flow-banner {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	padding: 20px 15px;
	border-radius: 10px;
	background: #fff;
	margin-top: 0
}

.flows-itm.flow-banner .img,
.flows-itm.flow-banner .txt {
	width: 48%
}

.flows-itm h3 {
	padding: 10px 0;
	margin: 0;
	font-size: 1.5rem
}

.flows-itm .img {
	text-align: center
}

.flows-itm .img .download-new {
	margin-top: 15px
}

.sr-article-cont .flows-itm ul li {
	text-align: initial;
	list-style-type: disc;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 8px
}

.sr-article-cont .flows-itm .download-new .btn {
	font-size: 16px;
	padding: 10px 12px;
	align-items: center;
	display: inline-flex;
	margin: 0 5px;
	height: 52px
}

.flows-itm .title {
	position: relative;
	padding-left: 45px;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px
}

.flows-itm .title::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	width: 30px;
	height: 30px;
	background: url(../img/icon/key-icon.png)no-repeat;
	background-size: contain
}

.flows-itm.flow-banner .title::before {
	top: 6px;
	width: 26px;
	height: 26px;
	background: url(../img/icon/view-global.png)no-repeat;
	background-size: contain
}

.link-navigation {
	position: relative
}

.link-navigation dl {
	padding: 15px 0;
	font-size: 16px;
	margin-bottom: 0;
	width: 100%
}

.link-navigation dl dt {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #d9e2e7;
	padding: 8px 10px;
	align-items: center;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600
}

.link-navigation dl dd {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #d9e2e7;
	padding: 15px 10px;
	align-items: center;
	margin-bottom: 0
}

.link-navigation dl a {
	border-bottom: 1px dashed;
	color: #000
}

.link-navigation dl a:hover {
	text-decoration: none
}

.link-navigation dl dd>div {
	float: left
}

.link-navigation dl dd:after,
.link-navigation dl dd:before {
	content: " ";
	display: table
}

.link-navigation dl dd:after {
	clear: both
}

.link-navigation dl dd.dd-class {
	display: none
}

.link-navigation .info-first {
	width: 28%
}

.link-navigation .info-sec {
	width: 47%;
	text-align: left;
	padding: 0 15px
}

.link-navigation .info-third {
	width: 25%;
	text-align: center
}

.link-navigation .btn-download {
	background-color: #435bfd;
	color: #fff!important;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 43px;
	border-radius: 15px;
	min-width: 150px;
	border-bottom: none!important;
	text-align: center
}

.link-navigation .learnMore {
	text-decoration: none;
	color: #333;
	min-width: 150px;
	display: inline-block
}

.more-div-style {
	width: 170px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #435bfd;
	cursor: pointer;
	font-size: 16px;
	border-radius: 6px;
	position: relative;
	padding: 0 15px
}

.more-div-style::after {
	position: absolute;
	content: "";
	right: 20px;
	top: 22px;
	width: 15px;
	height: 15px;
	display: block;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(0deg)
}

.nav-learnMoreBtn-hidde {
	display: none
}

.nav-learnMoreBtn-hidde.more-div-style::after {
	transform: translate(0, -50%) rotate(180deg);
	top: 22px
}

.article .video-play {
	position: relative
}

.article .video-play .img span {
	position: absolute;
	z-index: 3;
	top: 48%;
	left: 48%;
	margin-top: -50px;
	width: 80px;
	height: 80px;
	background-image: url("../img/install/video_fill.png");
	background-repeat: no-repeat;
	background-size: contain
}

.article .video-play .img a:hover span {
	display: block;
	background-image: url("../img/install/video_fill_hover.png")
}

.article .video-play .img .aligncenter {
	display: block;
	border-radius: 20px
}

.article .align-center,
.article .aligncenter {
	display: block;
	margin: 30px auto
}

.article .align-left,
.article .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0
}

.qback {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.alertBox {
	width: 800px;
	height: 500px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -400px
}

.alertHead {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #333;
	text-align: left
}

.alertMes {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box
}

.alertMes .ifram-video iframe {
	height: 460px;
	width: 100%;
	margin: 0 auto
}

.cancel {
	position: absolute;
	top: 14px;
	right: 15px;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	display: block
}

.page_right {
	width: 200px;
	font-size: 15px;
	flex: 0 0 200px;
	max-width: 200px;
	margin-top: 25px
}

.page_right .info-cont {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 10
}

.page_right h3 {
	font-weight: 500;
	padding: 8px 0;
	display: none;
	margin: 0;
	font-size: 19px
}

.page_right.left-side {
	left: 0;
	top: 135px;
	right: auto
}

.page_right.left-side.active .close-arrow {
	right: 190px
}

.page_right.left-side.active .close-arrow::before {
	transform: translate(0, -50%) rotate(0deg)
}

.page_right.left-side.active .info-cont {
	display: none
}

.page_right.left-side h3 {
	display: block
}

.page_right.left-side .info-cont {
	padding: 10px
}

.page_right.left-side #Catalog_box {
	padding-left: 0
}

.page_right.left-side #Catalog_box::before {
	left: 14px
}

.page_right.left-side .close-arrow {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 99
}

.page_right.left-side .close-arrow::before {
	content: "";
	transform: translate(0, -50%) rotate(180deg);
	top: 5px;
	transition: all 0.3s ease;
	position: absolute;
	right: 0;
	top: 16px;
	width: 32px;
	height: 22px;
	display: block;
	background: url("../img/icon/blue-arrow.svg") no-repeat;
	background-size: contain
}

.faq-question .item .tips-info {
	width: 65%
}

.faq-question .item .tips-info h3 {
	margin: 0 0 15px;
	font-size: 22px
}

.faq-question .item .tips-img {
	width: 30%;
	padding-top: 30px
}

.faq-question .item .tips-img2 {
	width: 25%
}

.btn-go.big-download .btn {
	font-size: 16px;
	font-weight: 500;
	padding: 12px 15px;
	border-radius: 15px
}

.small-font {
	font-size: 12px
}

.download-new .item-btn:first-child {
	margin-right: 15px
}

.download-new .item-btn .btn {
	font-size: 20px
}

.article ul.dot-number {
	list-style-type: decimal;
	padding: 0 30px
}

.free-down-green {
	font-size: 19px;
	border-radius: 30px;
	color: #0d7553!important;
	padding: 12px 20px 12px 55px;
	position: relative;
	background-color: #b7ddc8;
	font-weight: 500
}

.free-down-green::before {
	background: url("../img/icon/green-down.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	left: 18px;
	top: 11px
}

.download-art-content a {
	color: #019480!important
}

.topBack-bg {
	background-color: #67bfec;
	padding: 30px 0
}

.article .data {
	font-size: 14px
}

.pdf-ava .pdf-meta .data a,
.pdf-ava .pdf-meta .name a {
	color: #000;
	text-decoration: underline
}

.time-add,
.view-add {
	position: relative;
	padding-left: 40px;
	width: 180px;
	font-size: 16px;
	height: 30px;
	display: inline-block
}

.time-add::before {
	content: "";
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../img/icon/time-art.png)no-repeat;
	background-size: contain
}

.view-add::before {
	content: "";
	position: absolute;
	left: 0;
	width: 29px;
	height: 29px;
	background: url(../img/icon/view-atr.png)no-repeat;
	background-size: contain
}

#Catalog_box li {
	position: relative;
	margin-bottom: 10px;
	list-style: none;
	line-height: 1.3;
	font-size: 15px;
	color: rgba(26, 26, 26, 0.7);
	cursor: pointer;
	padding: 0
}

#Catalog_box li a {
	color: rgba(26, 26, 26, 0.7)
}

#Catalog_box li::before {
	content: "";
	position: absolute;
	left: -19px;
	width: 8px;
	height: 28px;
	border-radius: 5px;
	background-color: transparent;
	z-index: 10;
	top: 2px;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out
}

#Catalog_box li.current-catalog,
#Catalog_box li.current-catalog a {
	color: #000;
	display: block
}

#Catalog_box li.current-catalog:before {
	background-color: #ccdbf8
}

.pdf-ava .share {
	width: 150px;
	margin-left: auto
}

.pdf-ava .share a {
	padding-left: 10px
}

.right-side-adv {
	width: 200px;
    max-width: 200px;
    margin-top: 25px;
    position: absolute;
    top: 45px;
    z-index: 10;
    left: 50%;
    margin-left: 500px;
}
.right-side-adv.scrollDiv{
	position: fixed;
}
.right-side-adv .title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #000
}

.right-side-adv .item {
	font-size: 12px;
	margin-top: 25px
}

.right-side-adv .item a span {
	border-bottom: 1px solid;
	display: block;
	display: block;
	margin-top: 5px;
	color: #000
}

.right-side-adv .item img {
	width: 75%
}

.right-side-adv .item a:hover {
	text-decoration: underline
}

.evaluate-box {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 70px 10px 15px;
	margin-top: 30px
}

.evaluate-box::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 15;
	width: 45px;
	height: 45px;
	background-image: url("../img/icon/quotes-icon.png");
	background-size: contain
}

.evaluate-box .eva-img,
.evaluate-style .eva-img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 15px;
	display: block
}

.evaluate-box .eva-img img,
.evaluate-style .eva-img img {
	width: auto;
	object-fit: cover;
	height: 100%
}

.evaluate-box .eva-info .name,
.evaluate-style .eva-info .name {
	font-weight: 600;
	color: #000;
	font-size: 18px
}

.italic-font {
	font-style: italic
}

.evaluate-box .eva-info .italic-font {
	color: #666;
	font-size: 16px
}

.evaluate-style>div {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 15px 15px 15px 80px;
	margin: 30px 0;
	border-radius: 4px;
	position: relative
}

.evaluate-style .eva-img {
	position: absolute;
	left: 15px;
	top: 15px
}

.evaluate-style .eva-info {
	color: #666;
	font-size: 16px
}

.evaluate-style .eva-info .mes {
	margin: 10px 0
}

.evaluate-style .eva-info .name img {
	width: 20px;
	height: auto;
	vertical-align: middle
}

#search-bar {
	width: 100%;
	background-color: #f3f3f3;
	padding: 40px 20px;
	border-radius: 30px;
	margin-bottom: 15px
}

#search-bar form {
	position: relative
}

#search-bar form input[type=text] {
	width: 82%;
	height: 46px;
	line-height: 46px;
	color: #333;
	border-radius: 30px 0 0 30px;
	padding: 0 20px;
	border: 2px solid #1ed5a9
}

#search-bar form input[type=submit] {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 46px;
	background: linear-gradient(to right, rgba(30, 213, 169, 1) 0%, rgba(1, 180, 228, 1) 100%);
	border-radius: 0 30px 30px 0;
	font-weight: 700;
	cursor: pointer;
	width: 18%
}

#search-bar form input[type=submit]:hover {
	color: black
}

#search-bar form input[type=text]:focus {
	outline: none;
	color: rgba(0, 0, 0, 0, 5)
}
.side-ul-list{
	margin-top: 10px;
    border: 1px solid #96becd;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    background-color: #eef8fc;
}
.side-ul-list dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.side-ul-list dd{
	font-size: 14px;
	padding: 3px 0 3px 15px!important;
	margin-bottom: 0;
	position: relative;
	line-height: 1.5;
}
.side-ul-list dd::before{
	content: "";
	width: 4px;
	height: 4px;
	background-color: #333333;
	position: absolute;
	left: 0;
	top:10px;
}
.side-ul-list dd a{
	color: #333;
}
.side-ul-list dd a:hover{
	color: #006dff;
}
.article-bottom .item{
	margin-left: 4.5%;
}
.article-bottom .item:first-child{
	margin-left: 0;
}
.article-bottom .item .img{
	overflow: hidden;
	border-radius: 15px;
}
.article-bottom .item h3{
	font-size:18px;
	margin: 0;
	padding: 10px 0;
	color: #333;
	font-weight: normal;
}
.article-bottom .item .tiem{
	font-size: 14px;
	color: #666;
}
@media(max-width:1359px) {
	.page_right {
		width: 180px;
		flex: 0 0 180px;
		max-width: 180px
	}
	.article .container-art {
		width: 96%;
		margin: 0 auto
	}
	
	.right-side-adv {
		margin-left: 30px;
		width: 130px;
		max-width: 130px
	}
	.flows-itm.flow-banner .title {
		font-size: 1.35rem
	}
	.sr-article-cont .flows-itm .download-new .btn {
		height: 54px;
		margin-top: 15px
	}
	.flows-itm.flow-banner .txt ul li {
		font-size: 16px
	}
	.btn-go .btn {
		margin-left: 0;
		margin-bottom: 5px
	}
}

@media(max-width:960px) {
	.article.sr-article-cont .container h1 {
		font-size: 26px
	}
	.app-title,
	.article h2 {
		font-size: 22px
	}
	.article h3 {
		font-size: 19px
	}
	.app-title,
	.article h2 {
		padding-left: 45px
	}
	.app-title::before,
	.article h2::before {
		width: 34px;
		height: 34px;
		line-height: 34px
	}
	.article.sr-article-cont .container {
		width: 92%;
		padding-left: 0;
		max-width: 100%;
		padding-right: 0
	}
	.article.sr-article-cont .container .row {
		padding: 0
	}
	.download-art-content .recommend-download {
		width: 94%
	}
	.download-art-content .recommend-download .txt-info {
		width: 54%
	}
	.article .container-art {
		width: 98%
	}
	.right-side-adv {
		display: none
	}
	.article .container-art .article-content {
		width: 98%;
		max-width: 98%;
		margin-left: 0;
		flex: auto
	}
	#search-bar {
		padding: 30px 5px
	}
	#search-bar form input[type=text] {
		width: 68%
	}
	#search-bar form input[type=submit] {
		width: 32%
	}
}

@media(max-width:768px) {
	.article.sr-article-cont {
		padding-top: 0
	}
	.article.sr-article-cont {
		font-size: 16px
	}
	.flows-itm .flex-left-right,
	.flows-itm .img {
		width: 100%;
		margin-bottom: 15px
	}
	.article.sr-article-cont .container h1 {
		font-size: 24px
	}
	.link-navigation .info-first,
	.link-navigation .info-sec {
		width: 100%;
		text-align: left
	}
	.link-navigation .info-sec,
	.link-navigation .info-third,
	.link-navigation dl dt .info-sec {
		display: none
	}
	.app-title,
	.article h2 {
		padding-right: 0
	}
	.app-title::before,
	.article h2::before {
		top: 14px
	}
	.article .video-play .img span {
		left: 38%
	}
	.btn-go .btn,
	.faq-question .item .tips-img,
	.faq-question .item .tips-img2,
	.faq-question .item .tips-info {
		margin-left: 0
	}
	.download-new .btn {
		padding: 15px 20px;
		margin-bottom: 10px
	}
	.article .container-art {
		width: 94%
	}
	.topBack-bg {
		padding: 20px 12px
	}
	.app-title,
	.article h2 {
		margin-bottom: 1.5rem
	}
	.article h3 {
		padding-top: 10px
	}
	.flows-itm.flow-banner .img,
	.flows-itm.flow-banner .txt {
		width: 100%
	}
	.pdf-ava .pdf-meta {
		width: auto;
		padding-right: 15px
	}
	.time-add,
	.view-add {
		width: auto
	}
	.faq-question .item .tips-img,
	.faq-question .item .tips-info {
		width: 100%
	}
	.pdf-ava .share {
		width: 100%
	}
	.article-bottom .item{
		margin-left: 0;
	}
}