.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23007fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	/* SVG encoded with https://cdpn.io/rrOZQQ */
}

@media only screen and (max-width:991px) {
	.navbar-collapse {
		box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
		padding: 1rem!important;
		top: 60px;
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	;
		background-color: white !important;
	}
	.navbar-collapse .navbar-nav .nav-item {
		border-bottom: 1px solid #edf3f8!important;
	}
	.navbar-collapse .navbar-nav .nav-item:last-child {
		border-bottom: none !important;
	}
	.navbar {
		box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	}
}

@media only screen and (min-width:992px) {
	.page-wrapper {
		/* width: 1024px; */
		margin: auto;
	}
	.section-wrapper {
		width: 1024px;
		margin: auto;
	}
}


/* .card a,
.card a:hover {
    color: #212529;
    text-decoration: none;
}

.card-text {
    font-size: 0.75em;
} */

.page-wrapper {}

.page-section {
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	background-color: #edf3f8;
}

.page-section:nth-child(2n) {
	background-color: #edf3f8;
}

.page-section-header {
	font-size: 30px;
	margin: 0 0 48px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 24px;
}

.page-section-header::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 60px;
	height: 4px;
	background: #007fff;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.page-section-content {
	margin-top: 24px;
}

.news-list .news-item-icon {
	padding: 12px;
	height: 120px;
	object-fit: cover;
}

.bg-cover {
	background-size: cover;
}

.bg-jumu-01 {
	background-image: url(https://jmy-pic.wejianzhan.com/0/pic/201a3a7bd9cfa9fdaad4054f5802702a.jpg);
	background-size: cover;
	border-radius: 0;
}

.bg-jumu-02 {
	background-image: url(https://jmy-pic.wejianzhan.com/0/pic/9fbd35d3dfb42dcb327b80b2e17cde2a.jpg);
	background-size: cover;
	border-radius: 0;
}

.bg-jumu-03 {
	background-image: url(https://jmy-pic.wejianzhan.com/0/pic/ee60b62e8287e358213f1f95f4000944.jpg);
	background-size: cover;
	border-radius: 0;
}

.bg-jumu-04 {
	background-image: url(https://jmy-pic.wejianzhan.com/0/pic/31bf4520de27a6b34f66da28efe91d1c.jpg);
	background-size: cover;
	border-radius: 0;
}

.bg-jumu-05 {
	background-image: url(https://jmy-pic.wejianzhan.com/0/pic/c74ff45e9bf9a82224c946483238262e.jpg);
	background-size: cover;
	height: 100%;
	background-position: center;
	border-radius: 0;
}

.footer {
	padding: 24px;
}

.footer .footer-nav,
.footer .footer-nav a {
	color: white;
	text-decoration: none;
;
}

.footer .copyright {
	color: #aaaaaa;
	text-align: center;
	margin: 24px auto 0 auto;
}

.footer .copyright a {
	color: #aaaaaa;
	text-decoration: none;
}
.footer .copyright .copyright-item{
	line-height: 24px;
	font-size: 14px;
	margin-top: 12px;
}
.footer .copyright .copyright-item img{
	display: inline-block !important;
	vertical-align: bottom !important;
	width: 24px !important;
	height:24px !important;
}


/**============= */

.soft-list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.soft-card-wrapper{
	padding: 4px;
}

.soft-card {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: white;
	border-radius: 5px;
	padding: 8px;
}

@media only screen and (max-width:600px) {
	.soft-card-wrapper {
		width: 100%;
	}
}

@media only screen and (min-width:601px) {
	.soft-card-wrapper {
		width: 50%;
	}
}

.soft-card .card-icon {
	width: 64px;
	height: 64px;
}

.soft-card .card-icon img {
	width: 100%;
	height: 100%;
}

.soft-card .card-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1 1 0;
	height: 64px;
	margin-left: 10px;
	overflow: hidden;
}

.soft-card .card-info .explain,
.soft-card .card-info .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.soft-card .card-info .title {
	line-height: 19px;
	font-size: 14px;
	color: #333;
}

.soft-card h2 {
	font-weight: 400;
}

.soft-card .card-info .explain {
	margin-top: 5px;
	line-height: 16px;
	font-size: 12px;
	color: #848484;
}

.soft-card .card-ope {
	margin-left: 8px;
}

.soft-card .mod-btn {
	display: block;
	width: 76px;
	height: 29px;
	line-height: 28px;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	color: #3ac8ff;
	border: 1px solid #3ac8ff;
	overflow: hidden;
}


.jumbotron{
	background-color: transparent;
	margin-bottom: 0px !important;
	padding: 2rem 1rem;
}

