@charset "utf-8";
.banner-article{
	background: #e9fff5 url(../img/product-online/product-banner-bg.jpg) no-repeat;
    background-size: cover;
}
.banner-article ul{
	list-style-type: disc;
    padding: 5px 5px 10px 22px;
}
.banner-article ul li{
	text-align: initial;
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 8px;
}
.banner-article .des{
	font-size: 20px;
}
.breadcrumb-detail{
	padding: 10px 0;
	background-color: #f8f8f8;
	
}

.breadcrumb-detail ul li{
	margin-right: 25px;
	position: relative;
	font-size: 16px;
}
.breadcrumb-detail ul li a{
	font-size: 14px;
}
.breadcrumb-detail ul li::after{
	content: ">";
	position: absolute;
	right:-26px;
	width: 20px;
	height: 20px;
}
.breadcrumb-detail ul li:last-child::after{
	display: none;
}
.article-desktop{
	position: relative;
}
.article-desktop .content-info{
	font-size: 18px;
}
.article-desktop .content-info h1,
.article-desktop .content-info h2,
.article-desktop .content-info h3,
.article-desktop .content-info h4{
	margin-bottom: 25px;
}
.article-desktop .content-info h3 a{
	color: #22b683;
}
.article-desktop .content-info h3 span{
	background-color: #22b683;
	color: #fff;
	padding: 0 14px;
	border-radius: 5px;
	margin-right: 5px;
}
.article-desktop .content-info p{
	margin-bottom: 25px;
}
.article-desktop .content-info .ava-box .ava-img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 15px
}

.article-desktop .content-info .ava-box .ava-img img {
	width: auto;
	object-fit: cover;
	height: 100%
}

.article-desktop .content-info .ava-box .meta-people {
	font-size: 14px;
	color: #666;
}

.article-desktop .content-info .ava-box .meta-people .name {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight:500;
	color: #333;
}
.link-ul{
	padding: 15px;
    border: 1px dashed #333;
    border-radius: 5px;
    margin-bottom: 20px;
}
.link-ul ul li{
	padding: 3px 0;
}
.article-desktop .content-info .link-ul ul{
	margin-bottom: 0;
}
.article-desktop .content-info .link-ul ul li a{
	text-decoration: none;
}
.article-desktop .content-info .table-mobile{
	font-size: 16px;
}
.article-desktop .content-info .table-mobile,
.article-desktop .content-info ul,
.article-desktop .content-info .review,
.article-desktop .content-info .hot-box,
.article-desktop .content-info .pro-recommd,
.article-desktop .content-info .flows-itm{
	margin-bottom: 25px;
}
.article-desktop .content-info .table-small tr td, 
.article-desktop .content-info.table-small tr th{
    padding: 8px 10px;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
}
.article-desktop .content-info .table-small tr:nth-child(even) {
    background-color: #fff;
}
.article-desktop .content-info .table tr td a,
.article-desktop .content-info p a{
	color: #22b683;
}
.article-desktop .content-info .aligncenter{
	margin: 0 auto 25px auto;
	display: block;
}
.article-desktop .content-info ul li{
	padding: 5px 0 5px 20px;
	position: relative;
}
.article-desktop .content-info ul li:before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top:16px;
}
.article-desktop .content-info ul li a{
	text-decoration: underline;
	font-weight: 500;
}
.article-desktop .content-info .hot-box{
	position: relative;
	padding-left: 30px;
}
.article-desktop .content-info .hot-box::before{
	content: "";
	background: url(../img/icon/hot.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
}
.article-desktop .content-info .hot-box a{
	text-decoration: underline;
}
.article-desktop .content-info .pro-recommd,
.article-desktop .content-info .flows-itm{
	border: 1px solid #ddd;
	padding: 30px;
}
.article-desktop .content-info .pro-recommd ul li{
	font-size: 16px;
}
.article-desktop .content-info .flows-itm .title{
	font-size: 21px;
	font-weight: 600;
}
.article-desktop .content-info .flows-itm ul{
	margin-bottom: 0!important;
}
.article-desktop .content-info .flows-itm .download-new{
	margin-top: 15px;
}
.article-desktop .side-nav{
	position: absolute;
	left: 10px;
	top:0;
	transition: all 0.3s ease;
    z-index: 100;
    width: 270px;
    
}
.article-desktop .side-nav .flow-nav{
	background-color: #fff;
    border-radius: 10px;
    border: solid 2px #ededed;
    margin-bottom: 10px;
    padding:8px 5px 20px 5px;
    transition: width .2s ease-out;
}
.article-desktop .side-nav .flow-nav.togActive{
	display: none;
}
.article-desktop .side-nav .flow-nav ul li{
	padding: 5px;
	font-size: 15px;
	border-bottom: 1px solid #eee;
}
.article-desktop .side-nav .flow-nav ul li >a{
	display: block;
}
.article-desktop .side-nav .flow-nav ul li dl a {
    padding: 4px 10px 4px 10px;
    display: block;
    color: #333;
}
.article-desktop .side-nav .flow-nav ul li dl {
    padding: 4px 10px;
    display: none
}
.article-desktop .side-nav .flow-nav ul li.active dl {
    display: block;
}
.article-desktop .side-nav .flow-nav ul li dl dd {
    margin-bottom: 0;
    position: relative;
    padding-left: 8px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
}
.article-desktop .side-nav .flow-nav ul li dl dd::before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #999;
}
.article-desktop .side-nav .flow-nav ul li .tit{
	cursor: pointer;
}
.article-desktop .side-nav .flow-nav ul li .tit span{
	display: inline-block;
	color: #999999;
	font-size: 18px;
	vertical-align: middle;
	padding-left: 5px;
	line-height: 1;
}
.article-desktop .side-nav .telescoping-nav{
	width: 45px;
	height: 45px;
	background-color: #333;
	border-radius: 4px;
	padding: 6px;
	cursor: pointer;
}
.article-desktop .side-nav .flow-nav .title{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.side-bar-right{
	position: absolute;
	right: 0;
	top:0;
}
.article-desktop .side-nav.fixd-nav{
	position: fixed;
    top: 60px;
    transition: all 0.3s ease;
    padding-top: 0;
    z-index: 100;
}
.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 .btn{
	border-bottom: none;
	color: #fff;
}
.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%;
	padding-right: 10px;
	overflow-wrap: break-word; /* 防止长单词溢出 */

}

.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
}
.article-desktop .content-info .tips{
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
	font-style: italic;
}
.article-desktop .content-info .tips a{
	color: #22b683;
}
.article-desktop .content-info .tips::before{
	position: absolute;
	left: 0;
	top:2px;
	background: url(../img/icon/tips-new.png) no-repeat;
	width: 26px;
	height: 26px;
	content: "";
	background-size: contain;
}
@media (max-width:768px){
	.article-desktop .side-nav,
	.side-bar-right{
		display: none;
	}
}