@charset"utf-8";
img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.average-2wd {
	width: 48%
}

.average-3wd {
	width: 30%
}

.average-4wd {
	width: 23%
}

.average-40wd {
	width: 40%
}

.average-45wd {
	width: 45%
}

.average-55wd {
	width: 55%
}

.average-60wd {
	width: 60%
}

.average-68wd {
	width: 68%
}

.f-22 {
	font-size: 22px
}

.f-20 {
	font-size: 20px
}

.f-18 {
	font-size: 18px
}

.f-34 {
	font-size: 34px
}

.color-6 {
	color: #666
}

.color-9 {
	color: #999
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-40 {
	padding-top: 40px
}

.mt-60 {
	margin-top: 60px !important
}

.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px
}

.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px
}

.ptb-15 {
	padding-bottom: 15px;
	padding-top: 15px
}

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px
}

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

.mt-20 {
	margin-top: 20px !important
}

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

.mt-10 {
	margin-top: 10px !important
}

.blue-bg {
	background-color: #e2f4fb
}

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

.breadcrumb-new {
	padding: 10px 0;
	font-size: 14px;
	color: #272e62;
	background-color: #f4f5ff
}

.article h1 {
	font-weight: 600;
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 25px;
}

.article h2 {
	font-weight: 600;
	font-size: 32px;
	padding: 20px 0 15px 50px;
	counter-increment: nav-order;
	position: relative;
	margin-bottom: 2.5rem;
	margin-top: 20px;
	line-height: 1.3;
}
.article h2::before {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    content: counter(nav-order);
    font-size: 26px;
    top: 24px;
}
.article h3 {
	font-size: 26px;
	padding: 25px 0 15px 0;
	font-weight: 600;
	margin-bottom: 0
}
.article h3 a{
	color: #435bfd;
	text-decoration: underline;
}
.article h4 {
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: 500;
	margin-bottom: 0
}

.banner-desc {
	font-size: 16px;
	color: #555;
	font-weight: 400
}

.art-author {
	padding: 20px 0 10px
}

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

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

.art-author .data,
.art-author .name,
.art-author .share {
	position: relative;
	padding: 0 13px
}

.art-author .share img {
	width: 18px;
	vertical-align: middle;
	margin-left: 5px
}

.art-author .name::before,
.art-author .share::before {
	content: "|";
	color: #666;
	position: absolute;
	right: 0
}

.art-author .name {
	padding-left: 0
}

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

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

.page_right {
	width: 300px;
	font-size: 15px;
	flex: 0 0 300px;
	max-width: 300px;
	margin-top: 25px;
	display: block;
	position: absolute;
	right: 15px;
	top: 80px;
}

.page_right.fixd-bar {
	position: fixed;
	right: 15px;
	top: 20px;
	display: block
}

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

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

.article .container-art .article-content {
	width: 900px;
	font-size: 18px;
	line-height: 1.7;
}
.article .container-art .article-content a{
	color: #435bfd;
}
.page_right.left-side .info-cont {
	padding: 10px
}

.container-min {
	width: 1000px;
	margin: 0 auto
}

.cable-box {
	border-left: 3px solid #333;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 15px
}

#Catalog_box {
	position: relative;
	padding: 20px 15px;
	background-color: #f3f3f3;
	border-radius: 15px;
}

#Catalog_box li {
	position: relative;
	list-style: none;
	line-height: 1.3;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	border-radius: 6px;
	padding: 8px;
	background-color: #fff;
	margin-bottom: 10px;
}

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

#Catalog_box li::before {
	content: "";
	position: absolute;
	left: -15px;
	width: 7px;
	height: 20px;
	border-radius: 5px;
	background-color: transparent;
	z-index: 10;
	top: 0;
	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: #fff;
	background-color: #333;
	display: block;
}

.bor-bottom {
	border-bottom: 1px solid #f0f0f0;
}

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

.cable-link,
.flows-dot {
	list-style-type: disc;
	padding: 5px 5px 10px 30px;
	margin-bottom: 25px
}

.flows-dot li {
	text-align: initial;
	list-style-type: disc;
	font-size: 17px;
	line-height: 1.4;
	margin-top: 8px
}

.cable-link li {
	list-style-type: disc;
	font-size: 17px;
	line-height: 1.4;
	margin-top: 12px
}

.cable-link li a {
	border-bottom: 1px solid;
	color: #000
}

.cable-link li a:hover {
	text-decoration: none;
	color: #435bfd
}

.dot-icon {
	padding-left: 0;
	border-top: 1px solid #ebf1f3;
	margin-top: 10px;
	padding-top: 5px
}

.dot-icon li {
	position: relative;
	padding: 6px 0 6px 25px
}

.dot-icon li::before {
	background: url("../img/icon/right-blue.svg");
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 17px;
	height: 17px;
	background-size: contain
}

.ad-info {
	margin-bottom: 25px
}

.ad-info img {
	width: auto;
	height: auto;
	max-width: 100%
}

.last-update {
	border: 2px solid #ebf1f3;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px
}

.last-update a {
	color: #435bfd
}

.last-update h2 {
	background-color: #e4edf1;
	padding: 10px 15px;
	font-size: 26px
}

.last-update ul {
	padding: 5px 35px
}

.aligncenter {
	margin: 20px auto 0
}

.last-update ul li {
	list-style-type: decimal;
	margin: 8px 0;
	font-size: 17px
}

.last-update ul li a:hover {
	color: #435bfd
}

.last-update h3,
.last-update h4,
.last-update p {
	padding: 15px;
	margin-bottom: 0
}

.last-update p img {
	margin-top: 0;
	display: block
}

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

.comment-disc {
	border-radius: 30px 0 0 30px;
	background-color: #f8f8f8;
	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 .input-txt {
	border: 1px solid #ddd;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 10px
}

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

.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: 700
}

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

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

.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
}

.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%
}

.competitors-card .website-info .contrast-box {
	border-top: 1px solid #ebf1f3;
	padding: 15px 20px 0;
	margin: 10px
}

.contrast-box {
	display: flex;
	width: 100%
}

.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: 35px;
	margin-top: 15px;
	list-style-type: none;
	text-align: initial
}

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

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

.faq-question {
	margin-bottom: 15px;
	overflow: hidden
}

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

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

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

.faq-question .item .tips-info ul {
	list-style-type: disc;
	padding: 5px 5px 10px 30px
}

.faq-question .item .tips-info ul li {
	text-align: left;
	padding: 5px 0
}

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

.faq-question .item .tips-img img {
	max-width: 100%;
	width: auto;
	height: auto
}

.tips-card {
	border: 1px solid #333;
	position: relative;
	padding: 20px 20px 20px 60px;
	border-radius: 8px;
	margin-bottom: 25px;
	overflow: hidden
}

.tips-card a {
	color: #435bfd
}

.tips-card::before {
	content: "";
	background-color: #ebf1f3;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0
}

.search-new {
	position: relative;
	padding: 10px 0 0 32px;
	font-size: 15px
}

.search-new::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 12px;
	background: url(../img/icon/new-fill.png)no-repeat;
	background-size: contain;
	width: 30px;
	height: 25px
}

.banner-desc {
	font-size: 17px;
	color: #555;
	font-weight: 400
}

.download-new {
	margin-bottom: 25px
}

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

.download-new.font-sm .btn {
	font-size: 16px;
}

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

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

.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 .btn:hover{
	background-color: #0071d1!important;
	color: #fff!important;
}
.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/icon/secure-down.svg") left 2px/14px auto no-repeat
}

.side-right-re {
	position: fixed;
	margin-top: 40px;
	top: 40px;
	right: 10px;
	z-index: 10;
	height: 280px;
	width: 180px;
	display: none;
}

.side-right-re img {
	width: auto;
	height: auto;
}

.side-right-re.fixd-bar {
	display: block;
}

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

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

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

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

.article .table td {
	padding: 15px 12px;
	background-color: #fff;
	border-right: 1px solid #dee2e6;
}

.article .table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}

.article .table th {
	border-right: 1px solid #eee;
}

.article .table ul {
	padding: 0;
	margin-left: 20px;
	margin-bottom: 0;
}

.article .table ul li {
	list-style-type: disc;
}

.article .table a {
	color: #435bfd;
}

.table-mobile,
.last-update,
.sim-guide,
.support-center {
	margin-bottom: 25px;
}
.table-mobile .table{
	font-size: 16px;
}
.sim-guide .relate-title{
	font-weight: 600;
    font-size: 34px;
    padding: 20px 0 15px 10px;
    counter-increment: nav-order;
    position: relative;
}
.sim-guide ul {
	margin: 0;
	padding: 0;
}

.sim-guide ul li {
	width: 31.3%;
	margin: 10px 1%;
}

.sim-guide ul li a {
	display: block;
	width: 100%;
	padding: 10px 40px 10px 15px;
	background-color: rgb(243, 243, 243);
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.sim-guide ul li a:hover {
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.sim-guide ul li a::before {
	content: "";
	background-image: url(../img/icon/nav-jt-blue.png);
	width: 18px;
	height: 18px;
	position: absolute;
	transform: translate(0, -50%) rotate(-90deg);
	top: 50%;
	right: 10px;
	transition: all 0.3s ease;
	background-size: contain;
}

.support-center {
	background-color: rgb(243, 243, 243);
	border-radius: 10px;
	text-align: center;
	padding: 15px 30px;
}

.bottom-artP .item {
	width: 48%;
	margin: 10px 1%;
	position: relative;
	padding: 10px 40px 10px 15px;
	background-color: rgb(243, 243, 243);
	border-radius: 10px;
}

.bottom-artP .item:hover {
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bottom-artP .item::after {
	content: "";
	background-image: url(../img/icon/nav-jt-blue.png);
	width: 18px;
	height: 18px;
	position: absolute;
	transform: translate(0, -50%) rotate(-90deg);
	top: 50%;
	right: 10px;
	transition: all 0.3s ease;
	background-size: contain;
}

.bottom-artP .item .title,
.bottom-artP .item .author-mess {
	width: 100%;
}

.bottom-artP .item .title a {
	min-height: 60px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
}

.bottom-artP .item .author-mess {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.bottom-artP .item .author-mess .author-av {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px;
}

.bottom-artP .item .author-mess .author-av img {
	width: 25px;
	object-fit: cover;
	height: 100%;
}

.faq-list {
	margin-bottom: 25px;
}

.faq-list .item {
	background-color: #f5f5f5;
	margin-bottom: 15px;
	border-radius: 6px;
	padding: 0 15px;
}

.faq-list .item .title {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 0;
	color: #000;
}

.faq-list .item .title .svg {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(0deg)
}

.faq-list .item .info {
	display: none;
	transition: all 0.3s ease;
	padding: 0 45px 15px 0;
	color: #666;
	font-size: 15px;
	border-top: 1px solid #d4d7da;
}

.faq-list .item .info p {
	margin-top: 12px
}

.faq-list .item .info img {
	max-width: 100%
}

.faq-list .item.active .title .svg {
	transform: translate(0, -50%) rotate(180deg);
	top: 28px;
	transition: all 0.3s ease;
	background-size: contain
}

.faq-list .item.active .info {
	display: block
}

.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
}

.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
}

#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%;
	border: none;
	color: #fff;
}

#search-bar form input[type=text]:focus {
	outline: none;
	color: rgba(0, 0, 0, 0, 5)
}
.article-content p:first-child img {
    width: 320px;
    height: 214px;
}
.article .alignright {
    float: right;
    padding: 0;
    margin: 10px 30px;
}
.article .align-left,
.article .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}
.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 .item .txt p{
	margin-bottom: 5px;
}
.P-recommend ul li {
    font-size: 16px
}
.P-recommend .btn-go {
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.P-recommend .learnMore{
	color: #fff;
	text-decoration: underline;
	font-style: italic;
	font-size: 15px;
}
.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 .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;
}
.btn:focus,.btn:hover {
    color: #0071d1;
    background-color: #fff
}
.article h2.sec-url {
    min-height: auto;
    line-height: 1.2;
    padding: 5px 20px 12px 20px;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
    color: #fff;
    background-color: #688bff;
    margin: 20px 0;
    text-align: center;
    letter-spacing: .03em;
    touch-action: none;
    position: relative;
    display: inline-block;
}
.article h2.sec-url a{
	color: #fff;
}
.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;
}
.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
}
@media(max-width: 1359px) {
	.container-min,
	.container-art {
		width: 98%
	}
	.articles-related .row {
		margin: 0
	}
}

@media(max-width: 1200px) {
	.page_right.fixd-bar,
	.page_right {
		display: none !important
	}
	.article .container-art .article-content {
		margin-left: 0;
		max-width: 100%;
		padding: 0 15px;
		flex: 0 0 auto
	}
	.side-right-re.fixd-bar {
		display: none;
	}
}

@media(max-width: 960px) {
	.article h1 {
		font-size: 37px
	}
	.overview-right .img img {
		width: auto;
		height: auto;
		max-width: 100%
	}
	.container,
	.container-art {
		width: 98%;
		max-width: 98%
	}
	.table-mobile {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%
	}
	.table-mobile .table {
		width: 600px
	}
}

@media(max-width: 768px) {
	.article h1 {
		font-size: 30px
	}
	.article h2,
	.competitors-card .website-info h2,
	.sim-guide .relate-title {
		font-size: 24px
	}
	.article h3 {
		font-size: 20px
	}
	.average-2wd,
	.average-3wd,
	.average-40wd,
	.average-45wd,
	.average-4wd,
	.average-55wd,
	.average-60wd,
	.average-68wd {
		width: 100%
	}
	.f-18,
	.f-20,
	.f-22 {
		font-size: 16px
	}
	.container-min {
		width: 94%
	}
	.contrast-box {
		display: flow
	}
	.contrast-box .oppose-div {
		padding-left: 0
	}
	.rank-list .num {
		font-size: 24px
	}
	.rank-list {
		margin-top: 10px
	}
	.faq-question .item .tips-img,
	.faq-question .item .tips-info {
		width: 100%
	}
	.faq-question .item .tips-img {
		padding-top: 10px
	}
	.faq-list .item .info {
		padding-right: 10px;
	}
	.bottom-artP .item,
	.sim-guide ul li {
		width: 98%;
	}
	.download-new .item {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.art-author .data,
	.art-author .name,
	.art-author .share {
		font-size: 14px;
	}
	.contrast-box {
		display: block
	}
	.contrast-box .support-div {
		padding-right: 0;
		width: 100%
	}
}