﻿.header{
	box-shadow: 0 2px 4px 0 var(--cb-color-shadow, rgba(0, 0, 0, 0.16));
}

.video-content a {
	color: #000000;
}

.information-content a {
	color: #383838;
}

.video-img a,
.information-img-box a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.video-c{
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/* 闈㈠寘灞� */
.breadcrumb {
	width: 1200px;
	margin: 80px auto 10px auto;
	color: #828282;
	font-size: 14px;
}

.breadcrumb a {
	color: #828282;
}

.breadcrumb svg {
	width: 11px;
	height: 11px;
	vertical-align: -1px !important;
}

.article-box {
	width: 100%;
}

.statistics {
	width: 100%;
	padding: 20px 0 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #D6D6D8;
	color: #828282;
	font-size: 12px;
}

.statistics span {
	margin-right: 30px;
}

.statistics span svg {
	width: 20px;
	height: 13px;
	margin-right: 13px;
}

.article {
	width: 100%;
	padding-top: 15px;
}

.article p {
    line-height: 30px;
    font-size: 15px;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    text-indent: 2em;
    text-align: justify;
    margin: 0 0 10px;
}

.article strong {
   
 line-height: 30px;
   
 font-size: 20px;
    
 display: block;
    
 word-break: break-all;
    
 word-wrap: break-word;
    
 text-indent: 2em;
    
 text-align: justify;
   
 margin: 0 0 10px;

}


.article .tit-c,.article .tit-c-d{
	padding: 6px;
	border-top: 5px solid #e36d69;
	border-radius: 8px;
	background: #ffeae9;
}

.article .tit-c-d{
	border-top: none;
	border-bottom: 5px solid #e36d69;
	margin-top: 5px;
}

.article img {
     width: 600px; 
    position: relative;
    left: 40%;
    transform: translateX(-50%);
    /* margin-bottom: 15px; */
    /* border-radius: 4px; */
    border-radius: 1vw;
    margin-bottom: 1vw;
}

.annotation {
	width: 100%;
	padding: 15px 0;
	line-height: 1.6;
	color: #828282;
	border: 1px solid #efefef;
	background: rgba(239, 239, 239, .4);
	border-radius: 6px;
	font-size: 12px;
	display: inline-block;
	text-indent: 2em;
}

.annotation svg {
	width: 12px;
	height: 12px;
	vertical-align: -2px;
	margin-right: 5px;
}

/* 鏁扮爜绉戞妧姝ｆ枃 */

/* 鏈哄瀷 */
.info {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
}

.info span {
	margin-bottom: 13px;
	font-size: 16px;
}

.info span:nth-of-type(3n) {
	margin-bottom: 0;
}

.info svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.article-content-box {
	/* display: none; */
}

.article-content-dis-box {
	display: block;
}

.article-techno {
	font-size: 16px;
	color: #333;
}

.article-techno p {
	text-indent: 0;
}

.article-techno h3,
.tool {
	padding: 10px 0 10px 20px;
	font-weight: normal;
	border-bottom: 1px solid #D6D6D8;
	position: relative;
}

.article-techno h3:before,
.tool:before {
	content: " ";
	width: 4px;
	height: 18px;
	position: absolute;
	top: 14px;
	left: 0;
	border-radius: 3px;
	background-color: #e36d69;
}

/* 姝ラ */
.process {
	width: 95.5%;
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

.process-box {
	position: relative;
	border-left: 1px dashed #D6D6D8;
	padding: 5px 0 0 40px;
}

.handle-box {
	width: 383px;
}

.handle-box div {
	width: 100%;
	height: 255px;
	padding: 10px 0 30px 0;
}

.handle-box img {
	width: 100% !important;
	height: 100% !important;
}

.order {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #e36d69;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -16px;
	border-radius: 50%;
	color: #FFFFFF;
}

.end {
	position: relative;
	left: -15px;
	color: #BCB9B9;
	font-size: 12px;
}

.article-techno p {
	margin-bottom: 0 !important;
}

/* 鍒嗕韩 */
.home-main-box-middle-new {
	padding-left: 13px;
}

.box-fix-right div {
	width: 36px;
	height: 36px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background-color: #FFFFFF;
	border-radius: 50%;
}

#share-qq:hover,
#share-sina:hover,
#share-qzone:hover,
#share-douban:hover {
	border: 1px solid #FFFFFF;
	transition: all .6s ease-out;
}

.tags svg {
	fill: #EC7D4A;
}

#share-qq svg {
	fill: #4B9AFD;
}

#share-qrcode svg {
	fill: #0BBB08;
}

#share-sina svg {
	fill: #F56466;
}

#share-qzone svg {
	fill: #F4BE3F;
}

#share-douban svg {
	fill: #59CB69;
}

.tags:hover svg,
#share-qq:hover svg,
#share-qrcode:hover svg,
#share-sina:hover svg,
#share-qzone:hover svg,
#share-douban:hover svg {
	fill: #FFFFFF !important;
}

.tags:hover {
	background: #EC7D4A;
	transition: all .6s ease-out;
}

#share-qq:hover {
	background: #4b9afd;
	transition: all .6s ease-out;
}

#share-qrcode:hover {
	background: #0bb608;
	transition: all .6s ease-out;
}

#share-sina:hover {
	background: #ea6062;
	transition: all .6s ease-out;
}

#share-qzone:hover {
	background: #f4be3f;
	transition: all .6s ease-out;
}

#share-douban:hover {
	background: #59cb69;
	transition: all .6s ease-out;
}

.tags {
	position: relative;
	border: 1px solid #EC7D4A;
	left: -15px;
}

.tags span {
	position: absolute;
	left: 65%;
	top: -10px;
	padding: 0 4px;
	height: 14px;
	background: #EC7D4A;
	color: #FFFFFF;
	border-radius: 2px;
	line-height: 14px;
	font-weight: 600;
	font-size: 12px;
	vertical-align: middle;
}

.tags span::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px;
	border-color: #EC7D4A transparent transparent #EC7D4A;
}

#share-qq {
	border: 1px solid #4b9afd;
}

#share-qrcode {
	border: 1px solid #0bb608;
}

#share-sina {
	border: 1px solid #ea6062;
}

#share-qzone {
	border: 1px solid #f4be3f;
}

#share-douban {
	border: 1px solid #59cb69;
}

svg {
	pointer-events: none;
}

.icon-weixin {
	position: relative;
}

.wechat {
	position: absolute;
	top: 0;
	background-color: transparent !important;
	display: none;
}

.scroll-top {
	height: 70px;
	margin: 20px 0;
}

.box-center {
	height: 70px;
	margin: 0 auto;
	display: none;
}

.box-fix {
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	background: rgba(255, 255, 255, .85);
	padding: 15px 20px;
	transition: all .3s ease-out;
}

.box-fix-left {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.box-fix-left img {
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
}

.box-fix-left span {
	background: #ddfcda;
	color: #50C83D;
	padding: 1px 5px;
	text-align: center;
	border: 1px solid #50C83D;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 12px;
}

.box-fix-right {
	width: 260px;
	float: right;
	display: flex;
	justify-content: space-between;
}

.box-fix-right svg {
	width: 20px;
	height: 20px;
	vertical-align: -7px;
}

.box-fixs {
	border-top: 1px solid transparent;
	padding: 20px 0;
	position: relative;
}

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

.clearfix:after {
	clear: both
}

/* 鍒嗕韩 */
.jsmodern-share {
	position: absolute;
	bottom: -37px;
	left: 14px;
	width: 150px;
	height: 180px;
	z-index: 999999;
	background: #fff;
	border: #ddd solid 1px;
	border-radius: 10px;
	box-shadow: #ddd 0 0 20px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.jsmodern-share p {
	display: block;
	height: 20px;
	text-align: center;
	font-size: 18px;
	margin: 15px 0 20px 0
}

.jsmodern-share div {
	width: 100px;
	height: 100px;
	margin: 0 auto
}

.jsmodern-share div canvas {
	width: 100%;
	height: 100%;
}

.jsmodern-share b {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);
	right: 4px;
	top: 4px;
	cursor: pointer;
	color: #ccc;
	opacity: .1;
	transition: .1s
}

.jsmodern-share b:hover {
	opacity: .5
}

/* 鍥炬爣鏇存崲 */
.lg-container svg {
	width: 23px;
	height: 23px;
}

.lg-next:hover svg,
.lg-prev:hover svg {
	fill: #fff;
}