/*reset*/
body {
	background: #efeff4;
	word-wrap: break-word;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.lidecimal li{
	list-style-type: decimal;
}

.addown a{
	background: #eff5ff;
	border: 1px solid #ccc;
	text-align: center;
	margin: 5px 0;
	border-radius: 5px;
}

.addown a:hover{
    background: #ddd;
}

img {
	max-width: 100%;
}

.none {
	display: none;
}

/* 颜色 */
.color-yellow {
	color: yellow;
}

.color-red {
	color: red;
}

.color-redy {
	color: #f44336;
}

.color-orangred {
	color: #ff6000;
}

.color-grey {
	color: grey;
}

.color-white {
	color: white;
}

.color-blue {
	color: #0064FA;
}

.color-blue-light {
	color: #c2dafe;
}

.color-blue-dark {
	color: blue;
}

.color-purple {
	color: purple;
}

.color-green {
	color: green;
}

.hover {
	cursor: pointer;
}

.hover:hover {
	color: #f60;
}

/*scrollbar*/
::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

::-webkit-scrollbar-button:vertical {
	display: none;
}

::-webkit-scrollbar-track:vertical {
	background-color: black;
}

::-webkit-scrollbar-track-piece {
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb:vertical {
	margin-right: 6px;
	background-color: #bbb;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #aaa;
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353;
}

/*placeholder*/
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #aaa;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #aaa;
	font-size: 14px;
}

/*a*/
a {
	color: #323232;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #4385F5;
	transition: all 0.5s;
}

a:active {
	color: #4385F5;
}

.visible-xs {
	display: none;
}

.r-minimize {
	display: none !important;
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.w220 {
	width: 220px;
}

/* 右下角提示 */
#rightToast {
	border: 1px solid #fff;
}

#rightToast .list-group-item {
	background-color: #fbf6e7;
}

.msg-bell {
	position: fixed;
	bottom: 12%;
	right: 10px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	z-index: 1008;
}

.zindex-top {
	z-index: 1008;
}

/*波浪*/
.wave-box {
	position: relative;
	height: 30px;
	margin-top: 50px;
}

.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.marquee {
	width: 8000%;
	height: 60px
}

.wave-list-box {
	float: left
}

.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}

.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none;
}

.footer .footer-colors {
	margin: 20px 0;
	width: 100%;
	height: 4px;
	background-color: #333;
	background-position: 0 0;
	background-repeat: repeat;
	background-image: -webkit-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	background-image: -o-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	background-image: -moz-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	background-image: repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	animation: animate-colors 200s infinite linear;
	animation-play-state: paused;
}

@media all {
	.footer:hover .footer-colors {
		/*彩色滚动条滚动效果*/
		animation-play-state: running;
	}
}

@keyframes animate-colors {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 7000px 0;
	}
}

/*省略行数*/
.text-overflow-1,
.text-overflow-2,
.text-overflow-3,
.text-overflow-4,
.text-overflow-5 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.text-overflow-2 {
	-webkit-line-clamp: 2;
}

.text-overflow-3 {
	-webkit-line-clamp: 3;
}

.text-overflow-4 {
	-webkit-line-clamp: 4;
}

.text-overflow-5 {
	-webkit-line-clamp: 4;
}

.wap-h1 {
	line-height: 30px;
}

/* 推广活动 */
.adactivity {
	position: fixed;
	z-index: 1;
	text-align: center;
	border-radius: 50% 50% 0 0;
}

.adactivity img {
	max-width: 100%;
}

.adactivity .adcountdown {
	display: block;
	background-color: #dc3545;
	color: #fff;
	margin: 0 auto;
	width: 150px;
	text-align: center;
	border-radius: 50% 50% 0 0;
	position: relative;
	font-size: 14px;
}

.adactivity .countdown-img {
	min-width: 150px;
	display: block;
}

.adactivity .adcountdown .close {
	position: absolute;
	width: 50px;
	height: 16px;
	color: #bbbbbb;
	background-color: #ffffff;
	top: -14px;
	left: 52px;
	border-radius: 50% 50% 0 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 12px;
}

.adactivity .adcountdown .close:hover {
	cursor: pointer;
	background-color: #dc3545;
	color: #fff;
}

.adactivity .countdown-text {
	color: #dc3545;
	background-color: #fff;
	padding: 5px 0 0px 0;
	font-weight: bold;
	border-radius: 50% 50% 0 0;
	border: 1px solid #eee;
}

.adactivity .countdown-bg {
	background-color: #f60;
	color: #fff;
}

/* 展示商品列表 */
.list-ul .list-li {
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

.list-ul .list-li .card-img-top {
	width: auto;
}

.list-ul .list-li:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .13);
}

.list-ul .list-li .receive-a {
	display: block;
	height: 220px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.list-ul .list-li .receive-a::after {
	content: " ";
	width: 100%;
	clear: both;
	display: block;
	height: 1px;
}

/* 列表数据 */
.list-ul .receive,
.p-list .receive {
	bottom: 0;
	background: rgb(0, 0, 0, 0.6);
	width: 100%;
	text-align: center;
	color: #fff;
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding: 3px 0;
	left: 0;
}

.p-list .receive-wap {
	height: 35px;
}

.p-list li:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.p-list li .text-title {
	font-size: 16px;
}

.p-list .describe {
	width: 100%;
	padding-right: 15px;
	text-align: justify;
}

.p-list .describe p {
	margin-bottom: 0;
}

.p-list li .reos-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.iframead {
	width: 100%;
	height: 100%;
}

.iframeimg {
	text-align: center;
}

/* 获取资源说明 */
.serviceProject {
	font-size: 14px;
	background-color: #ffc107;
	padding: 5px 10px;
}

.serviceProject p {
	margin-bottom: 0;
}

.page-text {
	font-size: 12px;
	padding: 5px 10px;
	background-color: #f6eada;
}

.page-text p {
	margin-bottom: 5px;
}

/* 弹窗diy */
.modalDiy .modal-header {
	background-color: #efefef;
}

.modal-downcopy,
.reso-modal-downcopy {
	word-wrap: break-word;
}

/* 表格 */
.table>:not(:first-child) {
	border-top: 2px solid currentColor;
}

/* 提示弹窗 */
.alert-message {
	min-width: 350px;
	margin-top: 15px;
	padding: 2px 10px;
}

.alert-message.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-message.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-message .btn-close {
	padding: .75rem;
}

.custom-popover .popover-body {
	padding: 8px;
	color: #f60;
}

.bcontent{
	background: #e8edfa;
	border: 1px solid #cde0fd;
}

/* 上传列表 */
.details-body .upload-list li {
	list-style-type: none;
}

.upload-list li img {
	height: 80px;
}

.upload-list li .close {
	position: absolute;
	top: -10px;
	right: 0px;
	display: none;
}

.upload-list li:hover .close {
	display: block;
}

/* 移动进入显示大图 */
.img-hover .img-max {
	display: none;
}

.img-hover:hover .img-max {
	display: block;
	bottom: 130%;
	position: absolute;
	height: 150px;
	z-index: 9;
	left: 4px;
}

.wap-title .f18 i {
	background: #e4e4e4;
	padding: 3px 5px;
	border-radius: 50%;
	border: 1px solid #ddd;
	color: #666;
}

/*----------------header-----------------*/
.header {
	/*background: #ffc107;*/
	background: #0064FA;
    background: linear-gradient(140deg, #0064FA 0%, #8a1eea 50%, #0064FA 75%);
    background-size: 200% 100%;
    background-position: 0 0;
    animation: banner 5s infinite linear alternate;
    color: #fff;
}
@keyframes banner {
	100% {
		background-position: 100% 0;
	}
}

.header .navbar {
	padding: 0;
	min-height: 50px;
}
.header .member-signin,
.header .navbar-brand {
	font-size: 16px;
	color: #eee;
}
.header .member-signin:hover,
.header .navbar-brand:focus,
.header .navbar-brand:hover {
	color: #fff;
}

.header .navbar-brand img {
	height: 40px;
}

.header .navbar-nav li {
	margin: 0 2px;
	font-size: 16px;
}

.header .navbar-nav .vip span {
	color: #fff;
	padding: 0 8px 3px 5px;
	font-style: italic;
}

.header .navbar-nav .dropdown .dropdown-item {
	font-size: 14px;
}

.header .navbar-nav .dropdown li {
	padding: 0;
}

.header .navbar-nav li:hover .nav-link.active,
.header .navbar-nav .nav-link {
	border: 1px solid transparent;
	padding: 3px 10px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	color: #fff;
}

.header .navbar-nav .dropdown:hover .nav-link,
.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active,
.header .navbar-nav:hover .nav-link.active:hover,
.header .navbar-nav .show>.nav-link {
	color: #fff;
	border: 1px solid #fff;
}

.header-fixed {
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	padding: 0;
	/*background-color: #ffc107;*/
	background: #0064FA;
    background: linear-gradient(140deg, #0064FA 0%, #8a1eea 50%, #0064FA 75%);
    background-size: 200% 100%;
    background-position: 0 0;
    animation: banner 5s infinite linear alternate;
}

.header-fixed .navbar-nav .nav-link,
.header-fixed .navbar-brand {
	/*color: #333;*/
	color: #fff;
}

.header .nav-link i {
	position: absolute;
	top: 0px;
	display: inline-block;
	margin: 0 2px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	left: 15px;
}

.header .nav-link i:nth-child(1) {
	-webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
	animation: consulting 0.6s 0.07s infinite ease-in-out;
}

.header .nav-link i:nth-child(2) {
	left: 25px;
	-webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
	animation: consulting 0.6s 0.14s infinite ease-in-out;
}

.header .nav-link i:nth-child(3) {
	left: 35px;
	-webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
	animation: consulting 0.6s 0.21s infinite ease-in-out;
}

.header .dropdown-menu {
	max-height: 500px;
	overflow-y: auto;
}

/* 去水印 */
.aqol {
	padding-left: 1rem;
}

.aqol li {
	list-style-type: auto;
}

.wadup .adtext:nth-child(1n) a {
	color: #0d6efd;
}

.wadup .adtext:nth-child(2n) a {
	color: #6610f2;
}

.wadup .adtext:nth-child(3n) a {
	color: #d63384;
}

.wadup .adtext:nth-child(4n) a {
	color: #fd7e14;
}

.wadup .adtext:nth-child(5n) a {
	color: #198754;
}

.wadup .adtext:nth-child(6n) a {
	color: #20c997;
}

.wadup .adtext:nth-child(7n) a {
	color: #0dcaf0;
}

.wadup .adtext:nth-child(8n) a {
	color: #dc3545;
}

.wadup .adtext:hover {
	background-color: #fafafa;
}

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
	height: 70px;
	width: 30px;
	border-radius: 5px;
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	/* IE 9 */
	-webkit-transform: scale(0.6);
	color: #d9d9d9;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
	display: inline-grid;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.swiper .swiper-pagination-bullet-active {
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
	background: #aaa;
	opacity: 1;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

/* 按钮跳动 */
@keyframes consulting {
	33% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	66% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes consulting {
	33% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	66% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*----------------footer-----------------*/
.footer .codeul li {
	position: relative;
	text-align: center;
}

.footer .codeul li .imgcode {
	display: none;
	width: 330px;
	height: 136px;
	position: absolute;
	top: -140px;
	left: -142px;
}

.footer .codeul li:nth-child(1) .imgcode {
	left: -133px;
}

.footer .codeul li:hover .imgcode {
	display: block;
}

.footer .codeul li:hover .imgcode::before {
	content: '';
	display: block;
	position: absolute;
	margin-left: -6px;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}

.footer .like strong {
	font-size: 28px;
	line-height: 1.24;
	font-weight: 700;
	background-image: linear-gradient(to right, #13adff 0, #3385ff 50%, #3385ff 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.footer {
	background-color: #071121;
	padding: 30px 0;
	margin-top: 20px;
	border-top: 1px solid #eee;
	color: grey;
	font-size: 13px;
}

.footer .instructions {
	line-height: 1.8;
	font-size: 12px;
	text-align: center;
}

.footer .instructions p {
	margin-bottom: 0;
}

.footer a {
	padding: 0 5px;
	color: #adadad;
}

.footer a:hover {
	color: #ff9000;
}

.footer .ewm img {
	max-width: 100%;
}

.footer .appewm {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-color: #fff;
}

.footer-statement {
	line-height: 2;
}

/*----------------浮动客服-----------------*/
.r-customer {
	position: fixed;
	right: 10px;
	z-index: 1000;
	top: 30%;
}

.r-customer li {
	list-style: none;
	background-color: #e8edfa;
	border: 1px solid #cde0fd;
	padding: 2px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}

.r-customer li,
.r-customer li a {
	font-size: 12px;
	color: #2d5fff;
}

.r-customer li .icon {
	font-size: 25px;
	color: #2d5fff;
}

.r-customer li:hover {
	background-color: #2d5fff;
}

.r-customer li:hover,
.r-customer li:hover a,
.r-customer li:hover .icon {
	color: #fff;
}

.r-customer .r-hide {
	display: none;
	position: absolute;
	right: calc(100% + 10px);
	background: #fff;
	border: 1px solid #bfceff;
	border-radius: 5px;
	padding: 10px;
	width: 180px;
}

.r-customer .r-hide:before {
	content: "";
	border: 10px solid transparent;
	border-left-color: #668afd;
	position: absolute;
	right: -21px;
}

.r-customer .r-hide img {
	max-width: 100%;
}

.r-customer .r-hide .h-icon {
	font-size: 20px;
	margin-right: 15px;
}

.r-customer li:hover .r-hide {
	display: block;
}

.r-customer .goback {
	cursor: pointer;
	display: none;
}

.r-mobile {
	display: none;
	position: fixed;
	top: 30%;
	right: -3px;
	background-color: rgb(0, 0, 0, 0.3);
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	z-index: 99;
}

/* 正版程序 */
.genuineSwiper .genuine-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
	opacity: 0.2;
}

.genuineSwiper .swiper-slide-active {
	opacity: 1;
}


.genuine-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
}

/* 广告 */
.adSwiper .sponsor,
.adSwiper .adSwiper-title,
.genuineSwiper .sponsor {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
}

.adSwiper .adSwiper-title {
	top: auto;
	left: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.8);
	border: 0;
	border-radius: 0;
	padding: 10px;
}

.adSwiper .sponsor:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.genuineSwiper .sponsor {
	top: auto;
	left: auto;
	right: 15px;
	bottom: 30px;
	color: #000;
	font-size: 14px;
	background-color: rgba(255, 193, 7);
}

/* banner */
.banner,
.adSwiper {
	height: 400px;
	position: relative;
}

/* 筛选 */
.filter-body {
	font-size: 14px;
}

.filter-body .filter-close {
	position: absolute;
	top: 0;
	right: 10px;
}

.filter-body li {
	margin-bottom: 5px;
}

.filter-body .title {
	color: grey;
	padding: 5px 0 !important;
}

.filter-body a {
	padding: 0 5px;
	border: 1px solid transparent;
	margin: 3px;
}

.filter-body a:hover,
.filter-body .active {
	border-radius: 5px;
	border: 1px solid #0064FA;
	color: #0064FA;
}

.sort-total {
	text-align: right;
}

/*----------------分页-----------------*/
#page {
	margin-top: 10px;
}

#page a,
#page span {
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 10px 5px 0 5px;
	background: #fff;
}

#page span,
#page a:hover {
	background-color: #3492ED;
	color: #fff;
}

/* 分割线 */
.divider {
	position: relative;
	display: block;
	height: 1px;
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #dcdfe6;
}

.divider .divider-text,
.divider .divider-search{
	position: absolute;
	/* background-color: #fff; */
	padding: 0 20px;
	font-weight: 500;
	color: #333;
	top: -10px;
	border-radius: 5px;
	font-size: 14px;
}

.divider .divider-text .more,
.divider .divider-search .more{
	background-color: #f2f2f2;
	border-radius: 5px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.divider .divider-text .more:hover,
.divider .divider-search .more:hover{
	background-color: #0064FA;
	color: #fff;
}

.divider .is-center {
	left: 50%;
	transform: translate(-50%) translateY(-50%);
}

/*----------------wap底部导航-----------------*/
.wap-nav,
.wap-nav-page {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 3px 0 5px 0;
	z-index: 1000;
	box-shadow: .5rem .5rem .5rem .5rem rgba(0, 0, 0, .075) !important;
	border-top: 1px solid #ddd;
}

.wap-nav li,
.wap-nav-page li {
	list-style: none;
}

.wap-nav li a,
.wap-nav-page li .d-flex {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}

.wap-nav li .icon,
.wap-nav-page li .icon {
	font-size: 22px;
}

.wap-nav li:nth-child(3) {}

.wap-nav li .qiandao-bg {
	background: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
	top: -28px;
	border-radius: 50%;
	border-top: 1px solid #ddd;
}

.wap-nav li.active .qiandao-bg {
	background: #0d6efd;
}

.wap-nav li:nth-child(3) a {
	position: relative;
	line-height: 1;
}

.wap-nav li:nth-child(3) .icon {
	position: relative;
	z-index: 9;
	top: -15px;
	font-size: 26px;
	color: #ff6307;
}

.wap-nav li .qd-text {
	position: relative;
	z-index: 9;
}

.wap-nav li.active:nth-child(3) .icon {
	color: #fff;
}

.wap-nav .icon-active,
.wap-nav-page .icon-active {
	display: none;
}

.wap-nav .active a,
.wap-nav-page .active .d-flex {
	color: #0d6efd;
}

.wap-nav .active .icon,
.wap-nav-page .active .icon {
	display: none;
}

.wap-nav .active .icon-active,
.wap-nav-page .active .icon-active {
	display: block;
}

.w-min-1024 {
	min-width: 1024px;
}

/*----------------动画---------------*/
/* 循环放大缩小 */
.in-p2bg2 {
	animation: in-p2bg2 8s linear infinite alternate both;
	-webkit-animation: in-p2bg2 8s linear infinite alternate both;
	-moz-animation: in-p2bg2 8s linear infinite alternate both;
	-o-animation: in-p2bg2 8s linear infinite alternate both;
}

@keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

@-webkit-keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

@-moz-keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

@-o-keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

/*----------------自适应---------------*/
@media (max-width: 768px) {
	body {
		/* background-color: #fff; */
	}

	.adactivity .adcountdown {
		width: 120px;
		font-size: 12px;
	}

	.adactivity .countdown-img {
		min-width: 120px;
	}

	.adactivity .adcountdown .close {
		left: 38px;
	}

	.list-ul .list-li .receive-a {
		height: 120px;
	}

	.p-list .describe {
		padding-bottom: 0;
	}

	.p-list li .text-title {
		font-size: 14px;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.r-minimize {
		display: flex !important;
	}

	.app-footer {
		height: 90px;
	}

	.header .navbar {
		padding: 2px 0;
	}

	.header .navbar-toggler {
		padding: 0.08rem;
		transform: scale(0.8);
		border: 0;
		display: flex;
		align-items: center;
	}

	.header .navbar-brand img {
		height: 30px;
	}

	.upload-list li .close {
		display: block;
	}

	.wap-card {
		background: none;
		border: 0;
		box-shadow: 0 0 0 0 !important;
	}

	.wap-card .card-body {
		padding: 0;
	}

	#rightToast {
		margin-bottom: 65px;
	}
}