.zhuige-prd-cont {
	width: 86%;
}


/**产品页价格**/
.zhuige-prd-view-block-price, .zhuige-prd-view-block-price .zhuige-prd-box {
	width: 100%;
}
.zhuige-prd-view-block-price .zhuige-price-body dt, .zhuige-prd-view-block-price .zhuige-price-body dd {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.zhuige-prd-view-block-price .zhuige-price-body dd i.fa {
	font-size: 1.2em;
}
.zhuige-prd-view-block-price .zhuige-price-head, .zhuige-prd-view-block-price .zhuige-price-img {
	height: 90px;
	line-height: 90px;
}
.zhuige-prd-view-block-price .zhuige-price-info div {
	color: #000000;
}
.zhuige-prd-view-block-price .zhuige-price-head-text h3, .zhuige-prd-view-block-price .zhuige-price-info div h3, .zhuige-prd-view-block-price .zhuige-price-body dt {
	font-size: 14px;
}
.zhuige-prd-view-block-price .zhuige-price-body dt {
	color: #2662BF;
}



/*** 侧边栏快讯 ***/
.zhuige-timeline {
    position: relative;
    padding: 0;
    margin: 0;
}
.zhuige-timeline h2 {
	font-weight: 600;
}
.zhuige-timeline-item {
	border-radius: 2px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.zhuige-timeline-item:hover {
	cursor: pointer;
}
.zhuige-timeline-item .zhuige-timeline-body {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.zhuige-timeline-item:hover .zhuige-timeline-body {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}

.zhuige-timeline-item em {
    position: relative;
    border-color: #d2d4f4;
    padding: 0 .5rem;
}
.zhuige-timeline-item em::before, .zhuige-timeline-item em::after{
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);	
}
.zhuige-timeline-item em::before {
    border-color: #2C70DB;
}
.zhuige-timeline-item em::after {
    width: 0;
    height: auto;
    top: 28px;
    bottom: -18px;
	border-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;	
}
.zhuige-timeline-item:last-child em:after {
    display: none;
}

.zhuige-timeline-item.active em:before {
    border-color: #2C70DB;
    -webkit-box-shadow: 0 0 0px 4px #e0e0f4;
    box-shadow: 0 0 0px 4px #e0e0f4;
	background-color: #b0aeea;
    top: 19px;
}
.zhuige-timeline-body {
	display: flex;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.zhuige-timeline-item:last-child .zhuige-timeline-body {
	border-bottom: none;
}
.zhuige-timeline-body strong {
	padding: .5em 0 0;
	display: block;
	font-size: 11px;
	color: #333333;
	font-weight: 400;
}
.zhuige-timeline-item.active .zhuige-timeline-body strong {
	font-weight: 500;
	font-size: 14px;
	padding-bottom: .5em;
	padding-top: .5em;
	color: #2C70DB;
}

.zhuige-timeline-item.active .zhuige-timeline-body {
	border: none;
}

/* 二级侧边栏及doc */
.zhuige-help-doc {
	min-height: 400px;
	line-height: 2.2;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
}
.zhuige-help-doc * {
	word-break: break-all;
}
.zhuige-help-doc strong, .zhuige-help-doc b {
	font-weight: 600;
	color: #333333;
}
.zhuige-help-doc hr {
	height: 1px;
	border: none;
	background: #DDDDDD;
}
.zhuige-help-doc .zg-doc-submenu, .zhuige-help-doc h2 {
	word-break: break-all;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}
.zhuige-help-doc table {
	width: 100%;
}
.zhuige-help-doc tr:nth-child(2n-1) td {
	background-color: #F7F7F7;
}
.zhuige-help-doc td {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
}
.zhuige-help-doc pre {
	padding: 10px;
	border: 1px solid #e4eef5;
	background: #f8fcff;
	white-space: pre-wrap;
}
.zhuige-help-doc blockquote {
	border-left: 4px solid #2C70DB;
	padding-left: 1em;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 1em;
    margin-inline-end: 1em;
}
.zhuige-help-doc blockquote p {
	line-height: 1.4em;
	margin: 10px 0;
}
.zhuige-help-doc .zhuige-article-list-block:hover {
	background: #f9f9f9;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	transition: 0.2s;
}
.zhuige-help-doc .zhuige-article-list-block:nth-child(1):hover {
	margin-top: -20px;
}
.zhuige-help-doc .zhuige-article-list-block:last-child:hover {
	margin-bottom: -20px;
}
.zhuige-help-menu {
	
}
.zhuige-help-menu .zhuige-timeline-item em::before {
	border-color: #d2d4f4;
}
.zhuige-help-menu .zhuige-timeline-item em::before {
	width: 2px;
	height: 2px;
	background: #d2d4f4;
	top: 22px;
}
.zhuige-help-menu .zhuige-timeline-item em::after {
	top: 31px;
}
.zhuige-help-menu .zhuige-timeline-item.active .zhuige-timeline-body strong {
	padding-top: .3em;
}
.zhuige-help-menu .zhuige-timeline-sub-box .zhuige-timeline-item.active .zhuige-timeline-body strong {
	padding-top: .5em;
}
.zhuige-help-menu .zhuige-timeline-item.active em:before {
	border-color: #2C70DB;
	background-color: #2C70DB;
	top: 18px;
}
.zhuige-help-menu .zhuige-timeline-sub-box .zhuige-timeline-item.active em:before {
	top: 22px;
}
.zhuige-timeline-sub-box .zhuige-timeline-body {
	margin-left: 6px;
}
.zhuige-timeline-item.active em::after{
    top: 35px;
    bottom: -19px;
}
.zhuige-help-menu .zhuige-timeline-body strong {
	word-break: keep-all;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 2em;
	width: 100%;
}
.zhuige-timeline-sub-box {
	position: fixed;
	right: 0;
	padding-left: 20px;
    transition: all 0.2s ease-in;
}
.zhuige-timeline-sub-box .zhuige-timeline-item em::after {
	display: none;
}
.zhuige-timeline-sub-box::after {
    content: '';
    position: absolute;
	border: 1px solid #d2d4f4;
    top: -20px;
    bottom: -15px;
    left: 8px;
	border-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;		
}
.zhuige-help-menu .zhuige-timeline-body strong {
	font-size: 14px;
}
.zhuige-help-menu .zhuige-timeline-sub-box .zhuige-timeline-body strong {
	font-size: 14px;
}
.zhuige-timeline-sub-box .zhuige-help-menu .zhuige-timeline-body strong {
	font-size: 14px;
}
aside.zhuige-timeline-sub-box {
    height: 82%;
    overflow-y: scroll;
    border-left: 1px solid #d2d4f4;
}
aside.zhuige-timeline-sub-box::after {
    display: none;
}
aside.zhuige-timeline-sub-box .zhuige-timeline-body strong {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*** 侧边栏快讯 End ***/

/*** 产品详情侧边 ***/

.zhuige-prd-view-side {
	background: #FFFFFF;
	border-radius: 6px;
}
.zhuige-prd-view-side h3 {
	font-size: 14px;
	font-weight: 500;
}
.zhuige-prd-view-side ul {
	border-bottom: 1px solid #EEEEEE;
}
.zhuige-prd-view-side li {
	font-size: 12px;
	color: #888888;
	height: 16px;
	line-height: 16px;
}

.zhuige-prd-view-side li .fa {
	margin-right: 4px;
}
.zhuige-prd-view-side li strong {
	font-size: 16px;
	color: #ff5500;
}
.zhuige-prd-view-side li.active {
	color: #ff5500;
}
.zhuige-prd-view-side li.active .fa {
	color: #ff5500;
}
.zhuige-prd-view-side li:hover strong, .zhuige-prd-view-side li:hover, .zhuige-prd-view-side li:hover.active .fa {
	cursor: pointer;
	color: #ff5500;
}
.zhuige-prd-view-side li.active strong {
	color: #ff5500;
}

.zhuige-prd-view-btn {
	
}
.zhuige-prd-view-btn a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #2C70DB;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 200;
	text-align: center;
}
.zhuige-prd-view-btn a.orange {
	background: rgb(252, 101, 48);
}
.zhuige-prd-view-btn a.gray{
	background: rgb(107, 121, 142);
}
.zhuige-prd-view-btn a.lightgray {
	background: rgba(107, 121, 142, 0.6);
}
.zhuige-prd-view-btn a:hover {
	background: #3864DB;
}
.zhuige-prd-view-btn a.orange:hover {
	background: rgba(252, 101, 48,.8);
}
.zhuige-prd-view-btn a.gray:hover {
	background: rgba(107, 121, 142,.8);
}
.zhuige-prd-view-btn a.lightgray:hover {
	background: rgba(107, 121, 142, 0.39);
}
.zhuige-prd-view-btn a:last-of-type {
	margin-bottom: 0!important;
}

.zhuige-prd-view-check {
	font-size: 12px;
	color: #555555;
}
.zhuige-prd-view-check input {
	margin: 0 2px 2px 0;
	vertical-align: middle;
}
.zhuige-prd-view-check label, .zhuige-prd-view-check text {
	margin-left: -4px;
}

.zhuige-prd-view-side-list {
	
}
.zhuige-prd-view-side-list p {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
}
.zhuige-prd-view-side-list p:last-of-type {
	border: none;
	padding-bottom: 0;
}

.zhuige-prd-view-side-list p span {
	width: 25%;
	margin-right: 10px;
	height: 1em;
	line-height: 1em;
	color: #999999;
	word-break: keep-all;
	text-overflow: ellipsis;
}
.zhuige-prd-view-side-list p text {
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
}

/****** 产品详情主区域 ******/
.zhuige-prd-view-block {
	background: #FFFFFF;
	border-radius: 6px;
}
.zhuige-prd-view-block-head {
	text-align: center;
}
.zhuige-prd-view-block-head h2 {
	font-size: 28px;
	font-weight: 500;
}
.zhuige-prd-view-block-head p {
	font-size: 14px;
	font-weight: 200;
	line-height: 2em;
}
.zhuige-prd-view-block .swiper-slide, .zhuige-question-block .swiper-slide {
	border: 1px solid #EEEEEE;
}

/*** 界面截图 ***/
.zhuige-prd-view-swiper {
	position: relative;
}
.zhuige-prd-view-swiper span {
	position: absolute;
	top: 180px;
	left: -20px;
	z-index: 8;
}
.zhuige-prd-view-swiper span:last-of-type {
	right: -20px;
	left: auto;
}
.zhuige-prd-view-swiper span i.fa {
	font-size: 1.8em;
	color: #999999;
	opacity: .6;
}
.zhuige-prd-view-swiper span:hover i.fa {
	color: #2C70DB;
	opacity: 1;
	cursor: pointer;
    transition: all 0.2s ease-in;
}
.zhuige-prd-view-swiper div {
	height: 400px;
	overflow-x: auto;
}

.zhuige-prd-view-swiper img {
	height: 100%;
	width: auto;
	margin-right: 10px;
	border: 1px solid #EEEEEE;
}

/*** 产品QR列表 ***/
.zhuige-prd-view-qr {
	
}
.zhuige-prd-view-qr-list {
	width: 24%;
	margin-right: 1.333%;
	text-align: center;
}
.zhuige-prd-view-qr-list p {
	height: 120px;
	width: 120px;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
}
.zhuige-prd-view-qr-list p img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.zhuige-prd-view-qr-list h4 {
	font-size: 12px;
	font-weight: 200;
}
/*** 产品功能模块列表 ***/
.zhuige-prd-view-trait {
	
}
.zhuige-prd-view-trait-list {
	border: 1px solid #EEEEEE;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zhuige-prd-view-trait-list:hover {
	background: #2C70DB;
	cursor: pointer;
    transition: all 0.1s ease-in;
}
.zhuige-prd-view-trait-list p {
	height: 36px;
	line-height: 36px;
}
.zhuige-prd-view-trait-list p .fa {
	font-size: 2em;
	color: #787298;
}
.zhuige-prd-view-trait-list h6 {
	font-size: 12px;
	color: #666666;
}

.zhuige-prd-view-trait-list:hover h6, .zhuige-prd-view-trait-list:hover .fa {
	color: #FFFFFF;
	transition: all 0.1s ease-in;
}


/*** 产品按钮行 ***/
.zhuige-prd-view-block-btn {
	
}
.zhuige-prd-view-block-btn a {
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 0 10px;
}
.zhuige-prd-view-block-btn a:hover, .zhuige-prd-view-block-btn a:first-of-type {
	color: #FFFFFF;
	background: #2C70DB;
	border-color: #2C70DB ;
}
.zhuige-prd-view-block-btn a:first-of-type:hover {
	background: #2662bf;
	border-color: #2662bf ;
}
/*** 产品案例列表 ***/
.zhuige-prd-view-block-customer {
	
}

.zhuige-prd-view-customer .zhuige-customer-block {
	width: 24%;
	margin-right: 1.333%;
}
.zhuige-prd-view-customer .zhuige-customer-block:hover {
	border-color: #2C70DB ;
	transition: all 0.3s ease;	
}
.zhuige-prd-view-customer .zhuige-customer-block:last-of-type {
	margin: 0;
}

.zhuige-prd-view-customer .zhuige-customer-block a img {
	height: 100%;
	width: 100%;
	object-fit: cover
}
/*** 产品下拉列表 ***/
.zhuige-prd-view-block-list {
	
}
.zhuige-prd-view-block-list li {
	border-bottom: 1px solid #DDDDDD;
}
.zhuige-prd-view-block-list li:last-of-type {
	border: none;
	padding-bottom: 0;
}
.zhuige-prd-view-block-list div {
	font-size: 12px;
	color: #FFFFFF;
	background: #2C70DB;
	line-height: 1.8em;
}
.zhuige-prd-view-block-list p {
	font-size: 14px;
}
.zhuige-prd-view-block-list p span {
	margin-left: -20px;
}
.zhuige-prd-view-block-list p .fa {
	color: #999999;
}
.zhuige-prd-view-block-list p span a {
	color: #666666;
}

/*** 产品体服务说明块 ***/
.zhuige-prd-view-service {
	
}
.zhuige-prd-view-service-list {
	width: 24%;
	margin-right: 1.333%;
	text-align: center;
}
.zhuige-prd-view-service-list div {
	margin: 0 auto;
	height: 74px;
	line-height: 80px;
	width: 74px;
	border-radius: 50%;
}
.zhuige-prd-view-service-list div .fa {
	color: #FFFFFF;
	font-size: 1.7em;
}
.zhuige-prd-view-service-list h4 {
	font-size: 14px;
	font-weight: 400;
}
.zhuige-prd-view-service-list p {
	font-size: 13px;
	font-weight: 200;
	color: #777777;
	line-height: 1.8em;
}


.zhuige-prd-view-block .zhuige-prd-view-service-list div {
	margin: 0 auto;
	height: 64px;
	line-height: 70px;
	width: 64px;
	border-radius: 50%;
}
.zhuige-prd-view-block .zhuige-prd-view-service-list div .fa {
	color: #FFFFFF;
	font-size: 1.5em;
}

/*** 产品体服务说明块 end ***/


/*** 加盟流程块 process ***/
.zhuige-prd-view-process {
	
}
.zhuige-prd-view-process-list {
	width: 24%;
	margin-right: 1.333%;
	text-align: center;
}
.zhuige-prd-view-process-list div {
	margin: 0 auto;
	height: 64px;
	line-height: 70px;
	width: 64px;
	border-radius: 50%;
	position: relative;
}

.zhuige-prd-view-process-list div:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: -85%;
    top: 45%;
    background: linear-gradient(225deg, transparent 0, transparent 50%, #DDDDDD 50%, #DDDDDD 50%, #DDDDDD 100%) right top / 50% 50% no-repeat,
    linear-gradient(-45deg, transparent 0, transparent 50%, #DDDDDD 50%, #DDDDDD 50%, #DDDDDD 100%) right bottom / 50% 50% no-repeat; 
  }
.zhuige-prd-view-process-list div::after {
    content: '';
    position: absolute;
    border-color: #DDDDDD;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    top: 53%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: auto;
	height: 0;
	left: 105px;
	right: -60px;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-radius: 0;
}  
.zhuige-prd-view-process-list:last-child div::before, .zhuige-prd-view-process-list:last-child div::after{
	display: none;
}
.zhuige-prd-view-process-list div .fa {
	font-size: 1.6em;
	color: #FFFFFF;
}
.zhuige-prd-view-process-list h4 {
	font-size: 14px;
	font-weight: 400;
}
 @media (max-width: 768px) {
	 .zhuige-prd-view-process-list {
	 	width: 100%;
	 	margin-right: 0;
		display: flex;
		padding-left: 30%;
	 }
	 .zhuige-prd-view-process-list div {
		 margin: 0;
	 }
	 
	.zhuige-prd-view-process-list div:before {
		width: 16px;
		height: 16px;
		right: -82%;
		top: 112%;
		background: linear-gradient(45deg, transparent 0, transparent 50%, #DDDDDD 50%, #DDDDDD 50%, #DDDDDD 100%) left top / 50% 50% no-repeat,
		linear-gradient(-45deg, transparent 0, transparent 50%, #DDDDDD 50%, #DDDDDD 50%, #DDDDDD 100%) right top / 50% 50% no-repeat; 
	  }
	  .zhuige-prd-view-process-list div::after {
		border-width: 4px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	  	width: 0;
	  	height: auto;
	  	left: 170.5%;
		top: 105%;
		bottom: 10%;
	  } 
	  .zhuige-price-line text.original {
		  display: block;
	  }
	  .zhuige-goods-swiper .swiper-slide {
		  height: 280px;
	  }
	  .zhuige-prd-block h2 + div {
		  max-height: 3.2em;
	  }
}


/*** 加盟流程块 process end ***/


/*** 加盟流程块 process end ***/


/****** 产品详情主区域 end ******/

/****** 个人主页/关于 ******/
.zhuige-single-title {
	height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.zhuige-single-title>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.zhuige-single-title .zhuige-header-title-text {
	top: 160px;
}

.zhuige-single-title-text {
	position: absolute;
	z-index: 8;
	top: 140px;
	height: 260px;
	width: 100%;
}
.zhuige-single-title-user {
	color: #FFFFFF;
}
.zhuige-single-title-user span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
	width: 80px;
	overflow: hidden;
}
.zhuige-single-title-user span img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.zhuige-single-title-user div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.zhuige-single-title-user div h1 {
	font-size: 20px;
	font-weight: 500;
}
.zhuige-single-title-user div p {
	font-size: 14px;
	font-weight: 200;
}

.zhuige-single-page {
	
}
.zhuige-single-side {
	
}
.zhuige-single-cont {
	
}
.zhuige-single-box {
	background: #FFFFFF;
	border-radius: 6px;
}
.zhuige-single-box h3 {
	font-size: 14px;
	font-weight: 500;
}
.zhuige-single-box h1 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.zhuige-single-box h1 span {
	padding: 0 40px;
}
.zhuige-single-box h1 span.active a {
	color: #2C70DB;
}
.zhuige-single-side .zhuige-single-box p {
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 20px 0;
}
.zhuige-single-side .zhuige-single-box p:last-of-type {
	border: none;
	padding-bottom: 0;
}
.zhuige-single-side .zhuige-single-box p span {
	width: 40%;
	color: #999999;
}
.zhuige-single-side .zhuige-single-box p text {
	
}
.zhuige-single-side .zhuige-single-box p text img {
	height: 16px;
	width: 16px;
	display: inline-box;
	vertical-align: text-bottom;
	margin-right: 2px;
}
.zhuige-single-side ul {
}
.zhuige-single-side li {
	border-bottom: 1px solid #EEEEEE;
	font-size: 14px;
	padding: 16px 0;
	color: #555555;
}

.zhuige-single-side li:first-of-type {
	padding-top: 0;
}
.zhuige-single-side li:last-of-type {
	border: none;
	padding-bottom: 0;
}

.zhuige-single-simple-text {
	padding-bottom: 40px;
	font-size: 14px;
	min-height: 300px;
}
.zhuige-single-simple-text p {
	padding-bottom: 10px;
	font-weight: 200;
	line-height: 2.2em;
}
.zhuige-single-simple-text hr { 
    height: 1px;
    border: none;
    border-top: 1px solid #eeeeee;
}
.zhuige-single-side .fa {
	color: #999999;
}
.zhuige-single-side li.active * {
	color: #2C70DB;
} 

.zhuige-article-list-block {
	border-bottom: 1px dotted #DDDDDD;
	padding: 20px 0;
}
.zhuige-article-list-block:last-of-type {
	border: none;
	padding-bottom: 0;
}
.zhuige-article-list-block:first-of-type {
	padding-top: 0;
}
.zhuige-article-list-block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    height: 120px;
	width: 180px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.zhuige-article-list-block-img img {
	height: 100%;
	width: 100%;
	border-radius: 3px;
	object-fit: cover;
}
.zhuige-article-list-block-img a img {
	transition: transform 0.5s;
}
.zhuige-article-list-block-img a:hover img {
	transform: scale(1.1);
}
.zhuige-article-list-block-img span {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	padding: 0 8px;
	border-radius: 2px;
	background: rgba(0,0,0,.6);
	position: absolute;
	z-index: 8;
	top: 10px;
	left: 10px;
}
.zhuige-article-list-block-img span a {
	color: #FFFFFF;
}
.zhuige-article-list-block-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.zhuige-article-list-block-text h6, .zhuige-article-list-block-text h6 a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2em;
	height: 1.2em;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.zhuige-article-list-block-text h6 strong {
	display: inline;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px 6px;
	border-radius: 2px;
	background: #2C70DB;
	margin-right: 6px;
	vertical-align: middle;
}
.zhuige-article-list-block-text div {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	height: 1.8em;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zhuige-article-list-block-text a:hover div {
	color: #333333;
}
.zhuige-article-list-block-text p {
	font-size: 12px;
	font-weight: 200;
	color: #7f7f7f;
}

.zhuige-article-list-block-text p cite {
	margin: 0 8px;
}
.zhuige-article-list-block-text p cite:first-of-type {
	margin-left: 0;
}
.zhuige-single-custom .zhuige-download-block-logo a {
	height: 74px;
	width: 74px;
}
.zhuige-single-custom .zhuige-customer-block {
	width: 19.2%;
	background: #FFFFFF;
	padding: 20px 0;
}
.zhuige-single-custom .zhuige-customer-block:nth-child(5n) {
	margin-right: 0;
}
.zhuige-single-custom .zhuige-prd-list .zhuige-download-block-logo a {
	height: 96px;
	width: 96px;
}

/****** 个人主页/关于 end ******/

/****** 用户中心 ******/
.zhuige-uc {
	padding-top: 90px;
}
.zhuige-uc-side {
	
}
.zhuige-uc-main {
	
}
.zhuige-ucbox {
	background: #FFFFFF;
	border-radius: 6px;
}
.zhuige-uc-uinfo p {
	position: relative;
	height: 80px;
	width: 80px;
	margin: 0 auto 10px;
}
.zhuige-uc-avatar {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.zhuige-uc-uinfo h2 {
	font-size: 20px;
	font-weight: 500;
}
.zhuige-uc-uinfo span {
	position: absolute;
	z-index: 10;
	height: 18px;
	width: 18px;
	right: 2px;
	bottom: 2px;
}
.zhuige-uc-uinfo span img {
	height: 18px;
	width: 18px;
}

.zhuige-uc-uinfo div {
	font-size: 12px;
}
/*** 用户信息 ***/
.zhuige-uc-uinfo {
	text-align: center;
}
.zhuige-uc-btn a {
	height: 36px;
	width: 36px;
	line-height: 36px;
	width: 45%;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	margin: 0 4px;
}
.zhuige-uc-btn a:hover {
	background: #2C70DB;
	color: #FFFFFF;
	border: 1px solid #2C70DB;
}

/*** 用户菜单 ***/
.zhuige-uc-menu {
	
}
.zhuige-uc-menu dt {
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
.zhuige-uc-menu dd {
	font-size: 14px;
	font-weight: 200;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
.zhuige-uc-menu dd.active, .zhuige-uc-menu dd.active a {
	color: #2C70DB;
}

.zhuige-uc-menu a.active {
	color: #2C70DB;
}
/* .zhuige-uc-menu dd.active::after {
	content: ' ';
    left: 4px;
    height: 5px;
	top: 25px;
    width: 5px;
    border-radius: 5px;
    position: absolute;
    background: #2C70DB;
} */
.zhuige-uc-menu dt:first-of-type {
	padding-top: 0;
}
.zhuige-uc-menu dd:last-of-type {
	border: none;
	padding-bottom: 0;
}

.zhuige-uc-submenu li {
	padding-top: 20px;
	font-size: 12px;
}

/*** 用户详情 ***/
.zhuige-uc-main .zhuige-ucbox {
	min-height: 600px;
	position: relative;
}
.zhuige-uc-main h1 {
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0 20px;
}

/*** 提示信息 ***/
.zhuige-uc-tips {
	padding: 20px 40px;
	font-size: 13px;
}
.zhuige-uc-tips p {
	line-height: 2em;
}
.zhuige-uc-tips .fa {
	margin-left: -17px;
	margin-right: 6px;
}
.zhuige-ucbox .style1 {
	background: #e3f6fa;
}
.zhuige-ucbox .style1 .fa {
	color: #2C70DB;
}

.zhuige-ucbox .style2 {
	background: #fff7e7;
}
.zhuige-ucbox .style2 .fa {
	color: #fc6530;
}
.zhuige-uc-tips strong {
	color: #FC6530;
}

.zhuige-uc-tip-links {
	
}
.zhuige-uc-tip-links p * {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.zhuige-uc-tip-links p span {
	border: 1px solid #FC6530;
	border-radius: 3px 0 0 3px;
	padding: 0 20px;
	width: 300px;
}
.zhuige-uc-tip-links p a {
	padding: 0 20px;
	background: #FC6530;
	color: #FFFFFF;
	border: 1px solid #FC6530;
	border-radius: 3px;
	border-radius: 0 3px 3px 0;
}

/*** 统计信息 ***/

.zhuige-uc-count li {
}
.zhuige-uc-count li {
	padding-left: 0;
}
.zhuige-uc-count li:last-of-type {
	padding-right: 0;
}
.zhuige-uc-count li div {
	height: 110px;
	background: #F9F9F9;
	text-align: center;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
}
.zhuige-uc-count li:last-of-type {
	margin-right: 0;
}
.zhuige-uc-count li h6 {
	padding-top: 30px;
	font-size: 20px;
	font-weight: 500;
}
.zhuige-uc-count li p {
	font-size: 12px;
	padding-top: 4px;
}
/*** 提现信息 ***/
.zhuige-uc-color-count {
	text-align: center;
	width: 100%;
}
.zhuige-uc-color-count-l .md-4 div, .zhuige-uc-color-count-r {
	height: 110px;
	background: #d9b5a2;
	text-align: center;
	color: #FFFFFF;
}
.zhuige-uc-color-count-l .md-4 div, .zhuige-uc-color-count-r {
	border-radius: 4px;
}
.zhuige-uc-color-count-l, .zhuige-uc-color-count-r {
	padding: 0;
}
.zhuige-uc-color-count-l .md-4 {
	padding-left: 0;
}
.zhuige-uc-color-count-l .md-4:nth-child(1) div {
	background: #a2b8d9;
}
.zhuige-uc-color-count-l .md-4:nth-child(2) div {
	background: #a2d9c1;
}
.zhuige-uc-color-count-l .md-4:nth-child(3) div {
	background: #d9a2a8;
}
.zhuige-uc-color-count-r div {
	width: 50%;
	position: relative;
}
.zhuige-uc-color-count div h6 {
	padding-top: 30px;
	font-size: 20px;
	font-weight: 500;
}
.zhuige-uc-color-count div p {
	font-size: 12px;
	padding-top: 4px;
}
.zhuige-uc-color-count-r div:last-of-type::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 50px;
	top: 30px;
	left: -2px;
	background: #FFFFFF;
	opacity: .6;
}
.zhuige-uc-color-count-r h6 a {
	border-radius: 4px;
	background: #FFFFFF;
	font-size: 12px;
	padding: 8px 16px;
}


/*** 数据表格 ***/
.zhuige-data-table {
	width: 100%;
	border-top: 50px solid #F9f9f9;
}
.zhuige-data-table table {
	width: 100%;
	margin-top: -70px;
}
.zhuige-data-table thead {
	background: #F9F9F9;
}
.zhuige-data-table tbody tr {
	border-bottom: 1px solid #DDDDDD;
}
.zhuige-data-table td {
	padding: 14px 0;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}
.zhuige-order-table tbody tr td:last-child {
	color: #2C70DB;
}
.zhuige-order-table tbody tr td:nth-last-child(2) {
	color: #ff5500;
}

.zhuige-cash-table tbody tr td:nth-child(3) {
	color: #2C70DB;
}
.zhuige-cash-table tbody tr td:nth-child(2) {
	color: #ff5500;
	min-width: 200px;
}
.zhuige-single-td {
	padding: 10px 20px;
}
.zhuige-single-td table {
	margin-top: 0;
}
.zhuige-single-td table td * {
	font-size: 13px;
}
.zhuige-single-td {
	border-top: 0;
	border-bottom: 12px solid #F7f7f7;
}
.zhuige-ucbox .zhuige-single-td:last-child {
	border:none;
}
.zhuige-data-table tbody tr:last-of-type {
	border: none;
}
.zhuige-single-td tr td {
	text-align: left;
}
.zhuige-single-td tbody tr td p:nth-child(2) {
	color: #777777;
	font-size: 14px;
}

.zhuige-myorder-table tbody tr td:last-child {
	color: #2C70DB;
}
.zhuige-myorder-table tbody tr td:nth-last-child(2) {
	color: #ff5500;
}
.zhuige-data-table td a text {
    color: #2C70DB;
}



/*** 提现弹窗 ***/
.zhuige-uc-pop-box {
	position: absolute;
	z-index: 29;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	border-radius: 4px;
}
.zhuige-uc-pop {
	height: 220px;
	width: 420px;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
}
.zhuige-uc-pop h4 {
	font-size: 16px;
}
.zhuige-uc-pop h4 text {
	font-size: 12px;
	font-weight: 200;
	color: #666666;
}
.zhuige-uc-pop h4 text strong {
	color: #fc6530;
	font-weight: 600;
	font-size: 14px;
}
.zhuige-uc-pop span.fa-stack {
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 30;
	font-size: 1.4em;
	height: 1.4em;
	width: 1.4em;
}
.zhuige-uc-pop span .fa-stack-2x {
	font-size: 1.4em;
}
.zhuige-uc-pop span .fa-stack-1x {
	line-height: 1.8em;
	font-size: .8em;
}
.zhuige-uc-pop div * {
	font-size: 13px;
}
.zhuige-uc-pop div span {
	height: 40px;
	line-height: 40px;
	width: 70px;
}
.zhuige-uc-pop div input {
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #EEEEEE;
	width: 320px;
}
.zhuige-uc-pop div strong {
	font-weight: 600;
	color: #fc6530;
}
.zhuige-uc-pop p {
	font-size: 12px;
	text-align: right;
}
.zhuige-uc-pop p a {
	padding: 10px 20px;
}
.zhuige-uc-pop p a:last-of-type {
	background: #fc6530;
	border-radius: 3px;
	color: #FFFFFF;
}

/*** 表单 ***/
.zhuige-data-table .zhuige-data-tab {
	margin-top: -50px;
	font: 14px;
	padding: 0 20px;
}
.zhuige-data-table .zhuige-data-tab span {
	height: 50px;
	line-height: 50px;
	padding-right: 50px;
}
.zhuige-data-table .zhuige-data-tab span.active a {
	color: #2C70DB;
}
.zhuige-data-table td a text {
	white-space: nowrap;
}

/****** 用户中心 end ******/


/*** 登录遮罩 ***/

.zhuige-login-mask {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	z-index: 999;
}

/*** 登录/注册/找回密码 ***/
.zhuige-login-page{
	margin: 80px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhuige-login-container {
    position: relative;
    width: 660px;
    height: 440px;
/*    background: #fff;
 */    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
    overflow: hidden;
}
.zhuige-login {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;	
}

.zhuige-login-container .zhuige-login-img{
    position: relative;
    width: 50%;
    height: 100%;
    /* background: #fff; */
    transition: .5s;
}

.zhuige-login-container .zhuige-login .zhuige-login-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zhuige-login-container .zhuige-login .zhuige-login-form {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 20px;
    transition: .5s;
}

.zhuige-login-form form {
	width: 90%;
	height: 100%;
	position: relative;
}

.zhuige-login-form form .zhuige-wechat-login {
	padding: 10px 0 30px;
	text-align: center;
	position: relative;
	margin: 30px 0;
}
.zhuige-login-form form .zhuige-wechat-login iframe {
	width: 100%;
}

.zhuige-login-form form .zhuige-wechat-login img {
	height: 160px;
	width: 160px;
	margin: 0 auto;
}
.zhuige-login-container .zhuige-login .zhuige-login-form form h2{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;/*大小*/
    letter-spacing: 2px;/* 间距*/
    width: 100%;
    color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.zhuige-login-container .zhuige-login .zhuige-login-form form input {
    position: relative;
    width: 100%;
    padding: 16px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline:none;
    box-shadow:none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing:1px;
    font-weight: 300;
}
.zhuige-login-container .zhuige-login .zhuige-login-form form input:focus {
	background: #D9F0E5;
}

.zhuige-login-container .zhuige-login .zhuige-login-form form input[type="submit"]{
    background: #2C70DB;
    color:#fff;
    cursor:pointer;
    letter-spacing: 1px;
    transition: .5s;
} 
.zhuige-login-container .zhuige-login .zhuige-login-form form .zhuige-login-opt {
	display: flex;
	padding-top: 14px;
}
.zhuige-login-container .zhuige-login .zhuige-login-form form .zhuige-login-opt input{
	padding: 10px 30px;
	margin: 0;
	border-radius: 3px;
}

.zhuige-login-container .zhuige-login .zhuige-login-form form input[type="checkbox"]{
	width: 13px;
	border: 1px solid #2C70DB;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}

/* 没有账号时 */
.zhuige-login-container .zhuige-login .zhuige-login-form form .fa {
	position: absolute;
	font-size: 1.4em;
	right: -30px;
	top: -30px;
	cursor: pointer;
}

.zhuige-login-container .zhuige-login .zhuige-login-form form .zhuige-login-tips{
    position: absolute;
	bottom: 0;
	width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
	text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.zhuige-login-container .zhuige-login .zhuige-login-form form .zhuige-login-tips a{
    font-weight: 400;
    text-decoration: none;
    color: #2C70DB;
}
.zhuige-login-container .zhuige-login .zhuige-login-form form .zhuige-login-switch {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999999;
	text-align: center;
    text-transform: uppercase;
    font-weight: 300;	
}

.zhuige-login-container .zhuige-login .zhuige-login-form form .zhuige-login-switch a{
    font-weight: 400;
    text-decoration: none;
    color: #555555;
	margin: 0 10px;
}

.zhuige-login-container .zhuige-singup {
    pointer-events: none;
}

.zhuige-login-container.active .zhuige-singup {
    pointer-events: initial;
}

.zhuige-login-container .zhuige-singup .zhuige-login-form {
    left: 100%;
}

.zhuige-login-container.active .zhuige-singup .zhuige-login-form {
    left: 0;
}

.zhuige-login-container .zhuige-singup .zhuige-login-img {
    left: -100%;
}

.zhuige-login-container.active .zhuige-singup .zhuige-login-img {
    left: 0;
}


.zhuige-login-container .zhuige-singin .zhuige-login-form {
    left: 0;
}

.zhuige-login-container.active .zhuige-singin .zhuige-login-form {
    left: 100%;
}

.zhuige-login-container .zhuige-singin .zhuige-login-img {
    left: 0;
}

.zhuige-login-container.active .zhuige-singin .zhuige-login-img {
    left: 100%;
}
.zhuige-login-container .zhuige-singin .zhuige-login-pwd {
	display: ;
}

/*** 登录/注册/找回密码 End ***/


/******* 通用提示 *******/

.jiangqie-tip-box {
	text-align: center;
}
.jiangqie-tips {
	padding: 20px 0;
	color: #777777;
}
.jiangqie-tips p {
	font-size: 16px;
	font-weight: 300;
}
.jiangqie-tips p .fa {
	font-size: 1.2em;
	margin-right: 6px;
	vertical-align: text-bottom;
}
.tip-triangle p * {
	color: #FFAB00;
}
.tip-exclamation p * {
	color: #df5254;
}
.tip-check p * {
	color: #2C70DB;
}
.tip-info p * {
	color: #2055A9;
}
.tip-question p * {
	color: #FF6817;
}
/******* 通用提示 end *******/



.zhuige-top-fix {
	padding-top: 80px;
}
.zhuige-top-ad-fix {
	padding-top: 60px;
}
.zhuige-top-ad-fix > .container {
	margin-top: 20px;
}
.zhuige-main-post {
	text-align: center;
	margin-bottom: 120px;
}
.zhuige-main-post h3 {
	font-size: 14px;
}
.zhuige-main-post h3 span {
	height: 36px;
	line-height: 36px;
	width: 110px;
	border: 1px solid #555555;
	border-right: 0px;
	text-align: center;
	cursor: pointer;
}
.zhuige-main-post h3 span a {
	display: block; 
	width: 100%;
}
.zhuige-main-post h3 span:hover {
	border-color: #2055A9;
	color: #2C70DB;
}
.zhuige-main-post h3 span:first-child {
	border-radius: 3px 0 0 3px;
}
.zhuige-main-post h3 span:last-child {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #555555;
}
.zhuige-main-post h3 span.active {
	background: #333333;
	color: #FFFFFF;
}

.zhuige-main-post-box {
	width: 820px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 6px;
}
.zhuige-main-post-block {
	border-bottom: 10px solid #FAFAFA;
}
.zhuige-main-post-block:last-child {
	border:  none;
}

.zhuige-main-post-block input[type="text"], .zhuige-main-post-block textarea {
	width: 100%;
}
.zhuige-main-post-block input[type="text"] {
	font-size: 14px;
	border-bottom: 1px solid #DDDDDD;
}
.zhuige-main-post-block textarea {
	min-height: 180px;
	font-size: 14px;
	line-height: 1.8em;
}

.zhuige-main-post-block .zhuige-form {
	padding: 0;
}

.zhuige-main-post-block .zhuige-form-image p {
	height: 100px;
	width: 100px;
	padding: 0;
	margin-right: 16px;
	position: relative;
}
.zhuige-form-image .zg-img-container {
	flex-wrap: wrap;
}

.zhuige-main-post-block .zhuige-form-image p > .fa {
	font-size: 32px;
	padding-top: 6px;
}
.zhuige-main-post-block .zhuige-form-image p cite {
	margin-top: -20px;
}

.zhuige-main-post-block span.fa-stack {
	position: absolute;
	right: -12px;
	top: -20px;
	z-index: 30;
	font-size: 1.2em;
	height: 1.2em;
	width: 1.2em;
}
.zhuige-main-post-block span .fa-stack-2x {
	font-size: 1.2em;
	color: #555555;
}
.zhuige-main-post-block span .fa-stack-1x {
	line-height: 1.7em;
	font-size: .7em;
	color: #FFFFFF;
}
.zhuige-main-post-block li span.fa-stack {
	top: -10px;	
}

.zhuige-main-post-foot {
	background: #FFFFFF;
	width: 100%;
	position: fixed;
	z-index: 49;
	bottom: 0;
}
.zhuige-main-post-foot div {
	width: 800px;
}
.zhuige-main-post-foot div text {
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	font-weight: 200;
}
.zhuige-main-post-foot div a {
	height: 36px;
	width: 120px;
	line-height: 36px;
	color: #FFFFFF;
	background: #2C70DB;
	border-radius: 2px;
	text-align: center;
	margin-right: -30px;
}
.zhuige-main-post-foot div a:hover {
	background: #235BB0;
}

/* 分页 */
.pagination {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	padding: 20px;
}
.pagination li {
	/* padding: 12px 16px; */
	border: 1px solid #CCCCCC;
	font-size: 13px;
	margin-right: -1px;
}
.pagination li.disabled {
	color: #999999;
}
.pagination li.active {
	color: #0000FF;
	font-weight: 600;
}
.pagination li:hover {
	background: #F9F9F9;
	cursor: pointer;
}
.pagination li:first-of-type {
	border-radius: 12px 0 0 12px;
}
.pagination li:last-of-type {
	border-radius: 0 12px 12px 0;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 12px 16px;
}
/* 分页end */


/* 支付码new */
.zhuige-pay-qr {
	background: #FFFFFF;
}
.zhuige-pay-body {
	text-align: center;
}
.zhuige-pay-body h3 {
	padding: 10px;
}
.zhuige-pay-body h3 img {
	height: 40px;
	margin: 0 auto;
}
.zhuige-pay-body h4 {
	padding: 10px;
	font-weight: 300;
	color: #333333;
	font-size: 13px;
}
.zhuige-pay-body h4 em {
	font-size: 11px;
	color: #999999;
}
.zhuige-pay-body h5 {
	padding: 10px;
	font-size: 13px;
	color: #000000;
	font-weight: 500;
}
.zhuige-pay-body h5 strong{
	font-size: 15px;
	color: #FF6817;
}
.zhuige-pay-body p {
	padding: 5px;
}
.zhuige-pay-body p img {
	height: 160px;
	width: 160px;
}
.zhuige-pay-btn {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #13AF2F;
}
.zhuige-pay-btn:hover {
	background: #13942a;
	cursor: pointer;
}
.zhuige-pay-btn a {
	color: #FFFFFF;
	font-size: 13px;
}
/* 支付码new end */

/*** 动画 ***/
/* no-float-shadow */

.zhuige-price-ac {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.zhuige-price-ac:hover, .zhuige-price-ac+.price-active {
	position: relative;
	z-index: 9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	box-shadow: 0 12px 24px -10px rgba(79,125,183,.7);
	-webkit-box-shadow: 0 12px 24px -10px rgba(79,125,183,.7);
	-moz-box-shadow: 0 12px 24px -10px rgba(79,125,183,.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #FFFFFF;
}

/* Float */
.zhuige-hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.zhuige-hvr-float:hover, .zhuige-hvr-float:focus, .zhuige-hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  cursor: pointer;
}

/* Sweep To Top */
.zhuige-hvr-sweep-to-top {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 4px;
}
.zhuige-hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2C70DB;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 4px;
}
.zhuige-hvr-sweep-to-top:hover, .zhuige-hvr-sweep-to-top:focus, .zhuige-hvr-sweep-to-top:active {
	color: white;
	cursor: pointer;
}
.zhuige-hvr-sweep-to-top:hover:before, .zhuige-hvr-sweep-to-top:focus:before, .zhuige-hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


/* Float Shadow */
.zhuige-hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.zhuige-hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.zhuige-hvr-float-shadow:hover, .zhuige-hvr-float-shadow:focus, .zhuige-hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.zhuige-hvr-float-shadow:hover:before, .zhuige-hvr-float-shadow:focus:before, .zhuige-hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Wide Shadow */
.zhuige-hvr-wide-shadow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.zhuige-hvr-wide-shadow:hover {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	box-shadow: 0 20px 32px -18px rgba(79,125,183,.3);
	-webkit-box-shadow: 0 20px 32px -18px rgba(79,125,183,.3);
	-moz-box-shadow: 0 20px 32px -18px rgba(79,125,183,.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/******* group animate fade mix *******/
.zhuige-animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.lb-info .zhuige-animated {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

/* 淡出 */
@-webkit-keyframes fadeIn {
	0% {
	opacity:0
}
to {
	opacity:1
}
}@keyframes fadeIn {
	0% {
	opacity:0
}
to {
	opacity:1
}
}.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}

/* 下降入 */
@-webkit-keyframes fadeInDown {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}@keyframes fadeInDown {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}.fadeInDown {
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown
}

/* 左侧入 */
@-webkit-keyframes fadeInLeft {
	0% {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}@keyframes fadeInLeft {
	0% {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}.fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}

/* 右侧入 */
@-webkit-keyframes fadeInRight {
	0% {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}@keyframes fadeInRight {
	0% {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}.fadeInRight {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}

/* 底部入 */
@-webkit-keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}@keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}

/* 淡出 */
@-webkit-keyframes fadeOut {
	0% {
	opacity:1
}
to {
	opacity:0
}
}@keyframes fadeOut {
	0% {
	opacity:1
}
to {
	opacity:0
}
}.fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}

/* 下翻 */
@-webkit-keyframes flipInX {
	0% {
	-webkit-transform:perspective(400px) rotateX(90deg);
	transform:perspective(400px) rotateX(90deg);
	opacity:0
}
0%,40% {
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
40% {
	-webkit-transform:perspective(400px) rotateX(-20deg);
	transform:perspective(400px) rotateX(-20deg)
}
60% {
	-webkit-transform:perspective(400px) rotateX(10deg);
	transform:perspective(400px) rotateX(10deg);
	opacity:1
}
80% {
	-webkit-transform:perspective(400px) rotateX(-5deg);
	transform:perspective(400px) rotateX(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}@keyframes flipInX {
	0% {
	-webkit-transform:perspective(400px) rotateX(90deg);
	transform:perspective(400px) rotateX(90deg);
	opacity:0
}
0%,40% {
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
40% {
	-webkit-transform:perspective(400px) rotateX(-20deg);
	transform:perspective(400px) rotateX(-20deg)
}
60% {
	-webkit-transform:perspective(400px) rotateX(10deg);
	transform:perspective(400px) rotateX(10deg);
	opacity:1
}
80% {
	-webkit-transform:perspective(400px) rotateX(-5deg);
	transform:perspective(400px) rotateX(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}.flipInX {
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX
}

.zhuige-footer-mobile {
	display: none;
}

.zhuige-mini-post-btn {
	position: fixed;
	z-index: 89;
	bottom: 100px;
	right: 20px;
	display: none;
}
.zhuige-mini-post-btn a {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 12px;
	color: #FFFFFF;
	background: #3864db;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0px 12px -2px rgba(79,125,183,.5);
}

/******* h5适配 *******/

@media (min-width: 0px) {
	.zhuige-customer-more a {
		line-height: 86px;
		font-size: 12px;
		margin-top: 45px;
	}
	.zhuige-customer-more {
		display: none;
	}
 }

 
 @media (max-width: 768px) {
 	.zhuige-float-block {
 		display: none;
 	} 
	.container {
		width: 100%; 
	}
	.zhuige-main-news-left {
		display: none;
	}
	.zhuige-main-footer, .zhuige-footer-links {
		display: none;
	}
	.zhuige-footer-links-copy {
		text-align: center;
	}
	.zhuige-customer-more {
		display: block;
	}
	.zhuige-customer .zhuige-customer-block {
		width: 32.33333%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	.zhuige-customer .zhuige-customer-block:nth-child(3n) {
		margin-right: 0;
	}
	.zhuige-customer .zhuige-customer-block:last-child {
		display: none;
	}
	.zhuige-main-news-center-block {
		height: auto;
	}
	.zhuige-main-news-center-img {
		height: 160px;
		padding-left: 0;
		padding-top: 10px;
	}
	.zhuige-main-news-right {
		display: none;
	}
	.zhuige-wide-ad .container {
		display: inline-block;
	}
	.zhuige-wide-ad .container * {
		text-align: center;
	}
	.zhuige-wide-ad-btn {
		justify-content: center;
	}
	.zhuige-goods-point-block {
		margin-top: 20px;
	}
	.zhuige-trade-plan {
		position: relative;
	}
	.zhuige-trade-plan .md-6:first-of-type {
		display: none;
	}
	.zhuige-trade-img {
		display: none;
	}
	.zhuige-main-swiper .lb-box .container {
		width: 92%;
	}
	nav .zhuige-nav, nav .zhuige-nav-side {
		display: none;
	}
	nav .logo {
		width: 100%;
		text-align: center;
	}
	.zhuige-goods-swiper .swiper-slide {
		width: 49%;
	}
	.zhuige-top-news li {
		height: 2.2em;
		line-height: 2.2em;
		text-align: left;
		text-indent: 2em;
	}
	.zhuige-main-search {
		width: 100%;
		padding: 40px;
		position: relative;
		z-index: 3;
	}
	.main-nav, .main-side {
		display: none;
	}
	.zhuige-applet-block {
		width: 100%;
	}
	.zhuige-trade-tab li {
		font-size: 13px;
	}
	.zhuige-trade-info {
		padding-left: 0;
	}
	.zhuige-trade-info h3 {
		line-height: 2em;
		margin-left: 0;
	}
	.zhuige-trade-info h3 .fa {
		display: none;
	}
	.zhuige-wide-ad-info p {
		height: auto;
	}
	.lb-info h1 {
		font-size: 24px;
	}
	.lb-info p {
		line-height: 2em;
	}
	.zhuige-applet-view-img li:first-of-type {
		margin-bottom: 10px;
	}
	.zhuige-article-list-block-img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		height: 100px;
		width: 120px;
	}
	.zhuige-article-list-block-text {
		width: 100%;
		overflow: hidden;
	}
	.zhuige-prd-view aside {
		display: none;
	}
	.zhuige-footer-mobile {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #FFFFFF;
		text-align: center;
		display: block;
		display: flex;
		padding: 10px 0;
		z-index: 199;
		box-shadow: 0 0px 12px -2px rgba(79,125,183,.3);
	}
	.zhuige-footer-mobile div {
		width: 25%;
	}
	.zhuige-footer-mobile div i.fa {
		font-size: 18px;
		color: #005384;
	}
	.zhuige-footer-mobile div p {
		font-size: 11px;
		color: #000000;
	}
	footer {
		padding-bottom: 100px;
	}
	.zhuige-prd-view-qr-list {
		width: 47%;
	}
	.zhuige-prd-view-block-price .zhuige-price-body dt, .zhuige-prd-view-block-price .zhuige-price-body dd {
		padding: 0 5px;
		overflow: hidden;
		font-size: 12px;
	}
	.zhuige-price-foot a {
		word-break: keep-all;
		padding: 4px;
	}
	.zhuige-login-container {
		width: 330px;
	}
	.zhuige-login-container .zhuige-login .zhuige-login-form {
		width: 100%;
	}
	.zhuige-login-container.active .zhuige-singup .zhuige-login-img, .zhuige-login-container .zhuige-singin .zhuige-login-img {
		display: none;
	}
	.zhuige-main-post-box {
		width: 100%;
	}
	.zhuige-uc-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.zhuige-uc-menu dd {
		border: none;
	}
	.zhuige-form {
		width: 100%;
	}
	.zhuige-form form {
		padding: 0;
	}
	.zhuige-main-post-foot div {
		width: 100%;
		text-align: center;
	}
	.zhuige-main-post-foot div a {
		margin: 20px auto;
	}
	.zhuige-main-post-foot {
		box-shadow: 0 0px 12px -2px rgba(79,125,183,.3);;
	}
	.zhuige-mini-post-btn {
		display: inherit;
	}
	.zhuige-single-custom .zhuige-customer-block {
		width: 49%;
	}
	.zhuige-single-custom .zhuige-customer-block:nth-child(5n) {
		margin-right: 0.91666%;
	}
	.zhuige-single-custom .zhuige-customer-block:nth-child(2n) {
		margin-right: 0;
	}
	
  }



/**** zhuige 产品聚合 ****/
.zhuige-prd-swiper {
	
}
.zhuige-prd-swiper .lb-box {
	height: 420px;
}
.zhuige-prd-swiper .lb-info {
	text-align: center;
	padding-top: 160px;
}
.zhuige-prd-swiper .lb-ctrl {
	color: #FFFFFF;
}

.zhuige-prd-type {
	line-height: 40px;
	background: #FFFFFF;
	font-size: 14px;
	padding: 10px 0;
}
.zhuige-prd-type-key {
	width: 100%;
}
.zhuige-prd-type-key * {
	margin-right: 20px;
}
.zhuige-prd-type a.active {
	color: #235BB0;
	position: relative;
}
.zhuige-prd-type-time * {
	margin-right: 20px;
}
.zhuige-prd-type a.active:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 25%;
	right: 25%;
	bottom: 6px;
	background: #235BB0;
	height: 2px;
}


.zhuige-prd-list {
	background: #FFFFFF;
}

.zhuige-prd-goods-swiper .zhuige-prd-list div.flex-nowrap {
	overflow-x: scroll;
}

/*.zhuige-prd-goods-swiper .zhuige-prd-list div.flex-nowrap::-webkit-scrollbar {*/
/*    display:none;*/
/*}*/

.zhuige-prd-goods-swiper {
	text-align: left;
}
.zhuige-prd-list-block {
	width: 100%;
	padding: 10px 0;
}

.zhuige-prd-list-img {
	display: block;
	height: 180px;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 16px;
}
.zhuige-prd-list-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.zhuige-prd-list-block h3 {
	font-size: 14px;
	margin-bottom: 16px;
}
.zhuige-prd-list-block h3 a {
	font-weight: 400;
}
.zhuige-prd-list-block div {
	font-size: 12px;
}
.zhuige-prd-list-block div span a {
	font-size: 11px;
	font-weight: 200;
	padding: 3px 6px;
	border-radius: 2px;
	background: #F3F3F3;
	margin-right: 3px;
	cursor: pointer;
}
.zhuige-prd-list-block div span a:nth-child(1), .zhuige-prd-list-block div span a:hover {
	background: #2C70DB;
	color: #FFFFFF;
}
.zhuige-prd-list-block div strong {
	font-size: 20px;
	font-weight: 400;
	color: #FF4400;
}
.zhuige-prd-list-block div strong cite {
	font-size: 12px;
	font-weight: 200;
}
.zhuige-prd-list-block > div > cite {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.zhuige-prd-list-block > div > cite > text:nth-child(1) {
	font-size: 12px;
	color: #FF4400;
	font-weight: 400;
	margin-right: 4px;
}
.zhuige-prd-list-block > div > cite > text:nth-child(2) {
	font-size: 14px;
	color: #FF4400;
	font-weight: 300;
	margin-right: 2px;
}
.zhuige-prd-list-block > div > cite > text:nth-child(3) {
	font-size: 20px;
	color: #FF4400;
	font-weight: 600;
	margin-right: 8px;
}
.zhuige-prd-list-block > div > cite > text:nth-child(4) {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	text-decoration: line-through;
	margin-top: 6px;
}
.zhuige-prd-none {
	height: 10em;
	line-height: 10em;
	text-align: center;
	font-size: 12px;
	font-weight: 200;
	color: #999999;
}


/**** 工单 & 下载 ****/
.zhuige-uc-check {
	display: flex;
	padding: 10px 0;
}
.zhuige-uc-check li {
	display: flex;
	align-items: center;
	padding-right: 40px;
	font-size: 13px;
}
.zhuige-uc-check li label {
	margin-left: 6px;
}
.zhuige-wide-form {
	width: 100%;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #DDDDDD;
}
.zhuige-wide-form textarea {
	width: 100%;
	min-height: 100px;
}
.zhuige-wide-form input {
	border: none;
	width: 90%;
}
.zhuige-order-img {
	display: flex;
	flex-wrap: wrap;
}

.zhuige-order-img li {
	width: 90px;
	height: 90px;
	padding: 4px;
	display: flex;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #DDDDDD;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
}

.worksheet-image-delete {
	position: absolute;
	font-size: 0.4em;
	background: #FF3366;
	color: #FFFFFF!important;
	font-weight: 200;
	padding: 4px 8px;
	border-radius: 3px;
	right: -4px;
	top: -8px;
	cursor: pointer;
}
.zhuige-order-img li .fa {
	font-size: 30px;
	color: #666666;
	width: 100%;
	padding-top: 10px;
}

.zhuige-order-img li cite{
	display: block;
	font-size: 13px;
	font-weight: 200;
	color: #999;
	margin-top: -20px;
}
.zhuige-order-img li img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.zhuige-wide-btn {
	width: 100%;
}
.zhuige-wide-btn .zhuige-form-btn {
	padding: 10px 0;
}
.zhuige-wide-btn .zhuige-form-btn button {
	margin: 0;
	width: 100%;
}
.zhuige-user-order-table td a {
	color: #2C70DB;
}
.zhuige-user-order-table tbody td:nth-child(2) {
	max-width: 400px;
	padding-bottom: 8px;
}
.zhuige-user-order-table tbody td:nth-child(2) a {
	display: block;
	line-height: 1.5em;
	word-break: break-word;
}
.zhuige-user-order-table tr td:last-of-type * {
	color: #2C70DB;
}
.zhuige-uc-main h1.zhuige-wide-title {
	padding: 20px;
	border: none;
}

.zhuige-user-order {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.zhuige-user-order-info {
	
}
.zhuige-user-order-text {
	padding: 30px 0;
	word-break: break-word;
	line-height: 1.6em;
	font-weight: 400;
	font-size: 14px;
}
.zhuige-user-order-text h2 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 16px;
}

.zhuige-upload-img li {
	height: 160px;
	width: 160px;
}
.zhuige-user-order-info {
	padding: 10px 0 30px;
	border-bottom: 1px solid #DDDDDD;
}
.zhuige-user-order-info span {
	padding: 0 40px;
	border-left: 1px solid #999999;
	font-size: 13px;
}
.zhuige-user-order-info span:first-of-type {
	padding-left: 0;
	border: none;
}
.zhuige-user-order-info span text {
	margin-right: 10px;
}
.zhuige-user-order-info span:last-of-type cite {
	color: #2C70DB;
}
.zhuige-user-order-replys-list {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.zhuige-user-order-replys-list .zhuige-user-order-text {
	padding: 20px 0;
}
.tips-style2 {
	
}
.tips-style2 p input {
	border: 1px solid #2C70DB;
	border-radius: 3px 0 0 3px;
	padding: 0 10px;
	width: 400px;
}
.tips-style2 p a {
	border-color: #2C70DB;
	background: #2C70DB;
}

.zhuige-download-tips p {
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 13px;
	font-weight: 400;
}
.zhuige-download-tips p:last-of-type {
	border: none;
}
.zhuige-download-tips p span, .zhuige-code-head span {
	margin-right: 10px;
}
.zhuige-download-tips p a, .zhuige-code-head a {
	color: #2C70DB;
}
.zhuige-download-tips p cite, .zhuige-code-head cite {
	color: #FF4400;
}
.zhuige-code-block {
    border-bottom: 12px solid #F9f9f9;
}
.zhuige-ucbox div.zhuige-code-block:last-of-type {
    border: none;
}
.zhuige-code-block .zhuige-download-tips p {
    padding: 20px 0;
}
.zhuige-code-head {
	background: #F5F9FF;
	padding: 20px;
	font-weight: 400;
}
.zhuige-code-head * {
	font-size: 16px
}

.zhuige-download-tips p.zhuige-copy-code {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.zhuige-download-tips p.zhuige-copy-code a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 70%;
}
.zhuige-download-tips p.zhuige-copy-code a text {
    white-space: nowrap;
}
.zhuige-code-domains {
    line-height: 2em;
}


/*******  消息列表 notify-list  *******/
.zhuige-notify-list {
}
.zhuige-notify {
	display: flex;
	align-items: center;
	position: relative;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
.zhuige-notify-avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
	width: 48px;
	border-radius: 50%;
	overflow: hidden;
}
.zhuige-notify-avatar img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;	
}
.zhuige-notify-avatar a img {
	transition: transform 0.5s;
}
.zhuige-notify-avatar a:hover img {
	transform: scale(1.1);
}
.zhuige-notify-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
}
.zhuige-notify-user {
	line-height: 1.2em;
}
.zhuige-notify-user a {
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.active .zhuige-notify-user a::after {
	content: ' ';
    right: -12px;
    height: 6px;
	top: 6px;
    width: 6px;
    border-radius: 6px;
    position: absolute;
    background: #FF3366;	
}
.zhuige-notify-info {
	font-size: 12px;
	font-weight: 200;
	height: 1.4em;
	line-height: 1.4em;	
}
.zhuige-notify-info text {
	color: #888888;
}
.zhuige-notify-info span {
	color: #235BB0;
	padding: 0 10px;
}
.zhuige-notify-info a {
}

/*******  主导航消息提示  *******/
.zhuige-nav-notify {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.zhuige-nav-notify em {
	position: relative;
	padding-right: 16px;
}
.zhuige-nav-notify em i.fa {
	color: #FFFFFF;
}
.zhuige-nav-notify em text {
	position: absolute;
    font-size: 8px;
	-webkit-transform: scale(0.8);
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    top: -4px;
    right: 7px;
    background: #FF3300;	
}


/*******  文档页new  *******/

.zhuige-doc-top-nav-box {
	position: fixed;
	z-index: 9;
	background: #F7F8FA;
	left: 0;
	top: 62px;	
	width: 100%;
}
.zhuige-doc-top-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: 0 10%;
	height: 80px;
}
.zhuige-doc-top-nav span {
	height: 2em;
	line-height: 2em;
	width: 5%;
	display: block;
	text-align: center;
	cursor: pointer;
}
.zhuige-doc-top-nav ul {
	position: relative;
	width: 90%;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.zhuige-doc-top-nav ul::-webkit-scrollbar {
	display: none;
}
.zhuige-doc-top-nav ul li {
	margin-right: 10px;
	display: inline-block;
}
.zhuige-doc-top-nav ul li a, .zhuige-doc-top-nav .swiper-slide a {
	display: block;
	height: 3em;
	line-height: 3em;
	font-size: 13px;
	padding: 0 22px;
	background: #FFFFFF;
	border-radius: 3px;
}
.zhuige-doc-top-nav .zhuige-slide-active a {
	background: #2C70DB;
	color: #FFFFFF;
}
.zhuige-doc-top-nav .zhuige-slide-active a font {
	color: #FFFFFF!important;
}
.zhuige-doc-box {
	padding-top: 142px;
	background: #FFFFFF;
	min-height: 500px;
}
.zhuige-doc-box .container {
	width: 100%;
}
.zhuige-doc-side {
	position: fixed;
	top: 142px;
	left: 0;
	bottom: 0;
	overflow: auto;
    background-image: linear-gradient(-90deg,rgba(0,0,0,.01),transparent);
    padding: 40px 30px;
    box-sizing: border-box;
    z-index: 1;	
}
.zhuige-doc-main {
	position: relative;
	padding-top: 22px;
	margin-left: 26%;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.zhuige-tree h2  {
	font-size: 16px;
}
.zhuige-tree-nav {
	padding-bottom: 20px;
}
.zhuige-tree-nav li {
	padding-bottom: 10px;
	position: relative;
}
.zhuige-tree-nav .zhuige-tree-nav-item {
	display: flex;
	align-items: center;
	height: 24px;
	line-height: 24px;
	vertical-align: text-bottom;
}
.zhuige-tree-nav-item i.fa {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	margin-right: 6px;
}
.zhuige-tree-nav li.nav-on .zhuige-tree-nav-item a {
	color: #2C70DB;
}
.zhuige-tree-nav li.active .zhuige-tree-nav-item i.fa {
	transform: rotate(90deg);
}
.zhuige-tree-nav-item a {
	font-weight: 300;
	font-size: 14px;
}
.zhuige-sub-tree-nav {
	padding: 10px 0 0 30px;
}
.sub-nav-on a {
	color: #2C70DB;
}
.zhuige-sub-tree-nav li.sub-nav-on::after {
	content: '';
	position: absolute;
	background: #2C70DB;
	width: 4px;
	height: 4px;
	top: 9px;
	left: -12px;
	border-radius: 50%;
}

.zhuige-doc-main {
	padding-right: 200px;
	padding-left: 40px;
}
.zhuige-doc-title {
	height: 3.6em;
	line-height: 3.6em;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.zhuige-anchor-title {
	height: 3em;
	line-height: 3em;
	font-size: 16px;
	font-weight: 500;	
}
.zhuige-doc-text {
	padding: 20px 0;
}
.zhuige-doc-text p {
	font-size: 14px;
	font-weight: 200;
	line-height: 2em;
}
.zhuige-doc-login-tip {
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #F7F8FA;
	font-size: 13px;
	font-weight: 400;
}
.zhuige-doc-login-tip a {
	color: #2C70DB;
}


/*******  文档中心new  *******/
.zhuige-doc-header {
	height: 360px;
}
.zhuige-doc-header .zhuige-header-title-text {
	top: 168px;
}
.zhuige-doc-header .zhuige-header-title-text p {
	padding-top: 30px;
	font-weight: 400;
	line-height: 1.8em;
}

.zhuige-side-post-btn a.active {
	background: #2C70DB;
	color: #FFFFFF;
}
.zhuige-side-post-btn a.active:hover {
	background: #235BB0;
}
.zhuige-article-list-opt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zhuige-help-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 140px;
	width: 120px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.zhuige-help-img img {
	height: 100%;
	width: 100%;
	border-radius: 3px;
	object-fit: cover;
	transition: 0.3s;
}
.zhuige-help-img img:hover {
	height: 103%;
	width: 103%;
}

.zhuige-article-list-block-text div.zhuige-article-list-opt {
	height: 3em;
	line-height: 3em;
}
.zhuige-article-list-opt ul {
	display: flex;
	align-items: center;	
}
.zhuige-article-list-opt ul li {
	font-size: 12px;
	
}
.zhuige-article-list-opt ul li a {
	display: block;
	font-weight: 400;
	color: #2C70DB;
	background: #F7F7F7;
	height: 2.2em;
	line-height: 2.2em;
	padding: 0 12px;
	border-radius: 2px;
	margin-right: 10px;
}
.zhuige-article-list-opt ul li a:hover, .zhuige-article-list-opt ul li:first-of-type a {
	background: #2C70DB;
	color: #FFFFFF;
}
.zhuige-article-list-opt ul li:first-of-type a:hover {
	background: #2662bf;
}
.zhuige-article-list-opt ul li a:hover font {
	color: #FFFFFF!important;
}

.zhuige-article-list-opt span {
	font-size: 12px;
	font-weight: 200;
	color: #666666;
}
.doc-article {
	margin-left: 320px;
}
.doc-view {
	padding: 0 0 0 40px;
}
.doc-aside {
	position: fixed;
	z-index: 3;
	width: 320px;
	background: #FCFCFC;
	top: 142px;
	bottom: 0;
	overflow-y: auto;
}
a:hover font {
	opacity: 0.7;
}

/*******  文档页new  *******/

 @media (max-width: 768px) {
	.zhuige-prd-type {
		height: auto;
		line-height: 40px;
	}
	.zhuige-prd-type a.active:before {
		bottom: 8px;
	}
	.zhuige-prd-type-key, .zhuige-prd-type {
		width: 100%;
	}
	.zhuige-prd-type-key * {
		margin-left: 20px;
		margin-right: 0;
	}
	.zhuige-prd-list-block h3 {
		margin-bottom: 8px;
	}
	.zhuige-prd-list-block div span {
		height: 2em;
		line-height: 1.2em;
		width: 100%;
		word-break: keep-all;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.zhuige-prd-list-block div span a {
		word-break: break-all;
		display: inline-block;
		margin-bottom: 8px;
	}
	.zhuige-prd-list-block div strong {
		width: 100%;
	}
	.zhuige-prd-list-block h3 a {
		line-height: 1.5em;
		display: block;
		height: 1.5em;
		word-break: keep-all;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.zhuige-article-list-opt ul {
		display: none;
	}
	.doc-article {
		margin-left: 0px;
		padding: 0;
	}
	.doc-view {
		padding: 0 24px;
	}
	.zhuige-help-doc pre {
		white-space: normal;
	}
	.zhuige-prd-view .flex-nowrap {
		margin: 0;
	}
		
	.zhuige-doc-login-tip {
		height: auto;
		line-height: 2em;
		padding: 20px;
	}
	
}


/** ==== 动画相关 ==== **/

/******* 视差图像卡片 *******/
.zhuige-viewcard-box {
	
}
.zhuige-viewcard {
	position: relative;
	height: 240px;
	background: #F5F5F5;
	transition: 0.5s;
}
.zhuige-viewcard:hover {
	box-shadow: 0 6px 10px rgba(0,0,0,.2);  
}
.zhuige-viewcard .face {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhuige-viewcard .face.face1 {
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	background: #FFFFFF;
	color: #2055A9;
}
.zhuige-viewcard .face.face1 p {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 200;
	margin-bottom: 10px;
}
.zhuige-viewcard .face.face1 h2 {
	margin-top: 75px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.zhuige-viewcard .face.face1 a {
	display: inline-block;
	padding: 4px 8px;
	text-decoration: none;
	color: #235BB0;
	font-size: 11px;
	border: 1px solid #2055A9;
}
.zhuige-viewcard .face.face1 a:hover {
	background: #2055A9;
	color: #FFFFFF;
}
.zhuige-viewcard .face.face2 {
	background: #2055A9;
	transition: 0.3s;
}
.zhuige-viewcard:hover .face.face2 {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
	border: 3px solid #2055A9
}
.zhuige-viewcard .face.face2 h2 {
	margin: 0;
	padding: 0;
	font-size: 6em;
	color: #FFFFFF;
	transition: 0.3s;
	font-family: impact;
}
.zhuige-viewcard:hover .face.face2 h2 {
	color: #2055A9;
	font-size: 1.2em;
}

/******* 视差变色卡片 *******/
.box {
	position: relative;
	background: #FFFFFF;
	padding: 70px 20px 30px;
	box-shadow: 0 7px 15px rgba(0,0,0,.1);
}
.box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FF6600;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.5s;
}
.box:hover::before {
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform 0.5s;
}
.box h2 {
	position: absolute;
	left: 20px;
	top: 40px;
	font-size: 3em;
	font-weight: 800;
	font-family: impact;
	z-index: 1;
	opacity: 0.1;
	transition: 0.5s;
}
.box:hover h2 {
	opacity: 1;
	color: #FFFFFF;
	transform: translateY(-25px);
}
.box h3 {
	position: relative;
	font-size: 18px;
	z-index: 2;
	color: #333333;
	transition: 0.5s;
	margin-bottom: 10px;
	font-weight: 600;
}

.box p {
	position: relative;
	font-size: 13px;
	z-index: 3;
	color: #555555;
	transition: 0.5s;
	margin-bottom: 20px;
	font-weight: 200;
	line-height: 1.6em;
}
.box:hover h3, .box:hover p {
	color: #FFFFFF;
}
.box a {
	position: relative;
	z-index: 4;
	font-size: 10px;
	padding: 5px 10px;
	color: #FFFFFF;
	transition: 0.5s;
	border: 1px solid #FFFFFF;
	opacity: 0;
}
.box:hover a {
	opacity: 1;
}


.layui-layer-content {
    position: relative;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
}


/* -------- 推广新闻结构块 -------- */
.zhuige-blcok-news {
	
}
.zhuige-blcok-news-mark-box {
	height: 500px;
	position: relative;
	padding-right: 0!important;
}

.zhuige-blcok-news-mark-img-bg {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.zhuige-blcok-news-mark-img-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zhuige-blcok-news-mark-img {
	width: 100%;
	height: 500px;
	position: absolute;
	z-index: 9;
}
.zhuige-blcok-news-mark-img h2 {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 37px;
    margin-bottom: 10px;	
}
.zhuige-blcok-news-mark-img p {
    height: 38px;
    font-size: 12px;
    color: #ffffff;
    line-height: 19px;
	font-weight: 400;
}
.zhuige-blcok-news-mark-img a {	
    position: absolute;
    bottom: 60px;
    left: 20px;
    display: block;
    height: 36px;
	line-height: 36px;
	padding:0 16px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 200;
	border-radius: 2px;
}
.zhuige-blcok-news-mark-img a:hover {
	background: #FFFFFF;
	color: #2C70DB;	
	border-color: #FFFFFF;
}
.zhuige-blcok-news-text {
	padding-left: 0!important;
}

.zhuige-blcok-news-tp {
	border-top: 1px solid #DFE3F1;
	border-bottom: 1px solid #DFE3F1;
	text-align: center;
}
.zhuige-blcok-news-tp .zhuige-goods-point-block {
	border-left: 1px solid #DFE3F1;
	height: 280px;
	padding: 30px 3% 0;
	width: 25%;
}
.zhuige-blcok-news-tp .zhuige-goods-point-block div.zhuige-goods-point-img {
	height: 90px;
	width: 90px;
	line-height: 100px;
	background: #E6EDFF;
}
.zhuige-blcok-news-tp .zhuige-goods-point-img .fa {
	font-size: 2.1em;
}
.zhuige-blcok-news-tp .zhuige-goods-point-block h2 + div {
	line-height: 1.8em;
	color: #888888;
	max-height: 3.2em;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.zhuige-blcok-news-tp .zhuige-goods-point-block:nth-child(1) {
	border: none;
}
.zhuige-blcok-news-tp .zhuige-goods-point-block:nth-child(4) {
	border-right: 1px solid #DFE3F1;
}

.zhuige-blcok-news-dn  {
	border-right: 1px solid #DFE3F1;
}
.zhuige-blcok-news-dn .zhuige-goods-point-block {
	border-left: 1px solid #DFE3F1;
	border-bottom: 1px solid #DFE3F1;	
	width: 50%;
	padding: 20px 3%;
	height: 109px;
	text-align: left;
}

.zhuige-blcok-news-text .zhuige-goods-point-block:hover {
    box-shadow: 0px 0px 8px 2px rgba(182, 192, 219, 0.3);
}
.zhuige-blcok-news-dn .zhuige-goods-point-block div.zhuige-goods-point-img {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	line-height: 74px;
	margin-right: 10px;
}
.zhuige-blcok-news-dn .zhuige-goods-point-block div.zhuige-goods-point-img + div {
	width: 100%;
}
.zhuige-blcok-news-dn .zhuige-goods-point-img {
	text-align: center;
}

.zhuige-blcok-news-dn .zhuige-goods-point-block h2 + div {
	color: #888888;
	height: 1.8em;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
}
.zhuige-blcok-news-dn .zhuige-goods-point-block div.zhuige-goods-point-img {
	margin-bottom: 0;
	background: #E6EDFF;
}
.zhuige-blcok-news-dn .zhuige-goods-point-block h2 {
	margin-top: 4px;
}
.zhuige-blcok-news-dn .zhuige-goods-point-block h2 span {
	font-weight: 500;
}
.zhuige-blcok-news-text .zhuige-goods-point-block:hover h2, .zhuige-blcok-news-text .zhuige-goods-point-block:hover h2 text {
	color: #2C70DB;
}

.goods-pr text {
	font-size: 12px;
	font-weight: 400;
	
}
.goods-pr strong {
	font-size: 16px;
	font-weight: 500;
	color: #FF5500;
}

 @media (max-width: 768px) {
	.zhuige-blcok-news-mark-box,
	.zhuige-blcok-news-mark-img,
	.zhuige-blcok-news-mark-img-bg {
		width: 100%;
		height: 180px;
	}
	.zhuige-blcok-news-mark-img a {
		left: auto;
	}
	.zhuige-blcok-news-text .zhuige-goods-point-block {
		margin-top: 0;
	}
	.zhuige-blcok-news-tp .zhuige-goods-point-block {
		width: 50%;
		border: none;
	}
	.zhuige-blcok-news-dn .zhuige-goods-point-block {
		width: 100%;
	}
}
/* -------- 推广新闻结构块 end -------- */
.swiper-button-next, .swiper-button-prev {
	top: 60%!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: -40px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: -40px!important;
}
@media (max-width: 768px) {
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 10px!important;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 10px!important;
	}
	
}