.lidecimal a{
	color: #0d6efd;
}
.lidecimal a:hover{
	color: #0a58ca;
}
.details-body iframe{
	width: 100%;
	min-height: 500px;
}
/* 任务 */
.details-body .ul-icon li {
	list-style-type: none;
	position: relative;
}

.details-body .ul-icon li .i-help {
	position: absolute;
	left: -5px;
	top: -5px;
	color: #d5d5d5;
}

.details-body .ul-icon li.action .i-help,
.details-body .ul-icon li:hover .i-help {
	color: #afafaf;
}

.details-body .i-icon {
	font-size: 28px;
	display: block;
	padding: 5px 20px;
	background-color: #f8f9fa;
	overflow: hidden;
}

.details-body .ul-icon li .details-icon {
	position: relative;
}

.details-body .i-title {
	display: block;
	color: #a9a9a9;
}

.details-body .ul-icon li.action .details-icon::after {
	content: '';
	position: absolute;
	display: block;
	left: 35%;
	bottom: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #dee2e6;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.details-body .ul-icon li:hover {
	cursor: pointer;
}

.details-body .ul-icon li.action .i-icon,
.details-body .ul-icon li:hover .i-icon {
	background-color: #0055ff;
	color: #fff;
}

.details-body .ul-icon li.action .i-title {
	color: #0055ff;
}

.task_html p,
.details-category p {
	margin-bottom: 5px;
}

/* 引流 */
.social-share {
	justify-content: center;
}

.code-position {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 5px;
	background-color: #0d6efd;
	background: linear-gradient(140deg, #0064FA 0%, #8a1eea 50%, #0064FA 75%);
	background-size: 200% 100%;
	background-position: 0 0;
	animation: position 5s infinite linear alternate;
}

.code-position .top {
	color: #fff;
	margin-bottom: 5px;
}

.code-position .center {
	letter-spacing: 2px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(45deg, #f0ff0a, #ffffff, #ffffff, #ebff00);
	background: -moz-linear-gradient(45deg, #f0ff0a, #ffffff, #ffffff, #ebff00);
	background: -ms-linear-gradient(45deg, #f0ff0a, #ffffff, #ffffff, #ebff00);
	color: transparent;
	-webkit-background-clip: text;
	animation: ran 10s linear infinite;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}

.code-position .icon {
	color: #fff;
	font-size: 30px;
	margin-right: 20px;
	background: #ffc107;
	border-radius: 5px;
	padding: 10px;
}

.code-position .end {
	color: #b5cff5;
	font-size: 16px;
	margin-bottom: 0;
}

/* 动画 */
@keyframes position {
	100% {
		background-position: 100% 0;
	}
}

/* 产品详情页 */
.pan-body {
	width: 100%;
}

.w-80 {
	width: 80px;
}

.mp-qrcode {
	width: 170px;
	height: 170px;
	margin: 0 auto;
}

.details-header li:hover .icon,
.details-header li.active .icon,
.details-header li .icon-fill {
	display: none;
}

.details-header li.active .icon-fill,
.details-header li:hover .icon-fill {
	display: inline-block;
	color: #0055ff;
}

.details-header li.active,
.details-header li:hover {
	color: #0055ff;
	cursor: pointer;
}

.application-left .card-details a {
	color: #0055ff;
}

.application-left .card-details a.btn-warning {
	color: #000;
}

.application-left .card-details a:hover {
	color: #f60;
}

.application-left .card-details a.btn-download {
	color: #fff;
}

.details-body li {
	list-style-type: auto;
	padding-bottom: 8px;
}

.application-left .money {
	background: #ebf3ff;
	padding: 10px;
}

.application-left .codemoney {
	background: #ffece8;
	padding: 10px;
}

.application-left .code-list li {
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 5px;
	font-size: 14px;
	cursor: pointer;
	color: grey;
	border-radius: 5px;
}

.application-left .code-list li:hover {
	background-color: #f5f5f5;
}

.application-left .code-list li.active {
	background-color: #0055ff;
	color: #fff;
}

.application-left .figure {
	max-width: 100%;
	/* max-height: 280px; */
	text-align: center;
}

.application-left-ul li {
	color: grey;
	cursor: pointer;
}

.application-left-ul li.active .icon,
.application-left-ul li:hover .icon,
.application-left-ul li .icon-fill {
	display: none;
}

.application-left-ul li.active .icon-fill,
.application-left-ul li:hover .icon-fill {
	display: inline;
}

.application-left-ul li:hover {
	color: #0055ff;
}

.application-left-ul li.active {
	color: #ff9000;
}

.right-fixed {
	position: fixed;
	z-index: 99;
}

.application-right .wxCode .wxImg {
	position: absolute;
	top: -31px;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

.application-right .wxCode .wxImg img {
	max-width: 100%;
	max-height: 100%;
}

.application-right .wxCode:hover {
	background-color: #ff9000;
}

.application-right .wxCode:hover .wxImg {
	display: block;
}

/* 分享 */
.social-share {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}

.social-share .social-share-icon {
	width: 32px;
	height: 32px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 24px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s
}

.social-share a:hover path {
	fill: rgb(255, 255, 255);
}

.social-share .social-share-icon:hover {
	background: #666;
	color: #fff
}

.social-share .icon-weibo {
	color: #ff763b;
	border-color: #ff763b
}

.social-share .icon-weibo:hover {
	background: #ff763b
}

.social-share .icon-tencent {
	color: #56b6e7;
	border-color: #56b6e7
}

.social-share .icon-tencent:hover {
	background: #56b6e7
}

.social-share .icon-qq {
	color: #56b6e7;
	border-color: #56b6e7
}

.social-share .icon-qq:hover {
	background: #56b6e7
}

.social-share .icon-qzone {
	color: #FDBE3D;
	border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
	background: #FDBE3D
}

.social-share .icon-douban {
	color: #33b045;
	border-color: #33b045
}

.social-share .icon-douban:hover {
	background: #33b045
}

.social-share .icon-linkedin {
	color: #0077B5;
	border-color: #0077B5
}

.social-share .icon-linkedin:hover {
	background: #0077B5
}

.social-share .icon-facebook {
	color: #44619D;
	border-color: #44619D
}

.social-share .icon-facebook:hover {
	background: #44619D
}

.social-share .icon-google {
	color: #db4437;
	border-color: #db4437
}

.social-share .icon-google:hover {
	background: #db4437
}

.social-share .icon-twitter {
	color: #55acee;
	border-color: #55acee
}

.social-share .icon-twitter:hover {
	background: #55acee
}

.social-share .icon-diandian {
	color: #307DCA;
	border-color: #307DCA
}

.social-share .icon-diandian:hover {
	background: #307DCA
}

.social-share .icon-wechat {
	position: relative;
	color: #7bc549;
	border-color: #7bc549
}

.social-share .icon-wechat:hover {
	background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -195px;
	left: -52px;
	width: 135px;
	height: 175px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}

.sqxz {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
}

.sqxz-img {
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	padding: 10upx;
	background-color: #fff;
}

.sqxz-text {
	margin-left: 5px;
}

.details-body pre {
	background: #efeff4;
	font-family: Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.8;
	white-space: pre-wrap;
	box-sizing: border-box;
	width: 100%;
	word-wrap: break-word;
}

.details-body pre ol {
	margin-top: 0;
	margin-bottom: 0;
	color: #999;
	padding: 15px 10px 15px 0;
	background: #2d2d2d;
	border-radius: 0 5px 5px 0;
}

.details-body li.L0,
.details-body li.L1,
.details-body li.L2,
.details-body li.L3,
.details-body li.L4,
.details-body li.L5,
.details-body li.L6,
.details-body li.L7,
.details-body li.L8,
.details-body li.L9 {
	padding-left: 1em;
	background-color: #2d2d2d;
	list-style-type: decimal;
}

.details-body .dec {
	color: #f99157;
}

.details-body .tag {
	color: #f2777a;
}

.details-body .pln,
.details-body .pun {
	color: #ccc;
}

.details-body .atn {
	color: #f99157;
}

.details-body .atv {
	color: #6cc;
}

.details-body a {
	color: #2d5fff;
}

.details-body a:hover {
	color: #ff0000;
}

.details-body img {
	max-width: 100%;
	height: auto;
}

.paycontent {
	background-color: #fff1b8;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #d4d4d4;
}

.paycontent .pay-title {
	padding: 5px 10px;
	background: #ffc107;
}

.paycontent .pay-body {
	padding: 10px;
}

/* 详情页解锁资源 */
.popup-title {
	font-size: 18px;
}

.popup-body .popup-list:last-child {
	margin-bottom: 0;
}

.popup-list {
	background-color: #efeff4;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 1px solid #eaeaea;
}

.popup-top {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.popup-tip {
	color: #FFF;
	background: #333;
	border-radius: 10px 0 10px 0;
	padding: 0 10px;
	font-size: 12px;
}

.popup-tip-text {
	background: #1179ca;
	border-radius: 0 10px 0 10px;
}

.popup-foot {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.popup-foot .btn-sm {
	min-width: 88px;
}

.popup-img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.popup-left {
	display: flex;
	flex-grow: 1;
}

.task-ul {
	font-size: 14px;
}

.btn-task {
	min-width: 60px;
}

.nav-getzy {
	width: 160px;
}

.nav-getzy .btn {
	border-radius: 30px;
}

#offcanvasBottom {
	background-color: rgb(239, 239, 244);
}

#offcanvasBottom.offcanvas-bottom {
	height: auto;
}

#offcanvasBottom .offcanvas-header,
#offcanvasBottom .offcanvas-body {
	padding: 0.5rem;
}

#offcanvasBottom .offcanvas-title {
	font-size: 16px;
}

/* 中间body */
.pages-top {
	text-align: center;
	background: url('/static/image/pagesBg.jpg') 100% 100% no-repeat #fff;
	padding: 30px 0;
	margin-bottom: 25px;
}

.pages-top .title {
	font-size: 20px;
}

.pages-body {
	margin: 20px 0;
}

.pages-body img {
	max-width: 100%;
}

.tyTitle .subtitle {
	color: grey;
}

/* 列表分类 */
.typeData .type-title {
	display: block;
	min-width: 75px;
}

.channel-ul li {
	display: inline-block;
}

.channel-ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0px 5px;
}

.channel-ul li a:hover {
	color: #f60;
}

.btn-get-reso {
	min-width: 93px;
}

/* 自适应 */
@media (min-width: 768px) {
	.details-down .offcanvas-backdrop {}
}

@media (max-width: 768px) {
	.social-share .social-share-icon {
		line-height: 26px;
	}

	.btn-wap {
		width: 100%;
		margin-bottom: 3px;
	}

	.authorization-ok {
		background: white;
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 15px;
	}

	.pages-top {
		padding: 15px 0;
		margin-bottom: 20px;
	}

	.pages-top .title {
		font-size: 18px;
	}

	.application-left .wap-nomar {
		border: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
	}

	.application-left .wap-nomar img.p-2 {
		padding: 0 !important;
	}

	.application-left .wap-nomar .wap-warp {
		border: 0 !important;
		border-radius: 0 !important;
		margin: -15px;
	}

	.application-left .wap-nomar .application-left-ul {
		border-radius: 0 !important;
	}

	.wap-nomar .wap-h1 {
		background: #0d6efd;
		color: #fff;
		padding: 5px 10px 10px 10px;
		margin-top: 12px;
		margin-bottom: 0;
	}

	#copy-hide {
		margin-top: -15px;
	}

	.wap-details {
		margin-top: 0 !important;
		padding: 0px;
		overflow: hidden;
	}

	.app-footer {
		background-color: #fff;
	}

	/* 栏目 */
	.wap-card {
		margin: -14px 0;
		margin-bottom: 0 !important;
		border: 0;
		box-shadow: 0 0 0 #fff !important;
	}

	.wap-card .card-body {
		padding-top: 8px;
		padding-bottom: 8px;
	}

}