.breadcrumb-box {
	background-color: #d0eba8;
}

.breadcrumb__item--active a {
	color: #5e8604;
}

.category-menu__title {
	border-color: #b2c588;
}

.category-menu__title:hover {
	background-color: #599206;
}

.category-menu__switch {
	background-color: #599206;
}

/*category*/
.category {
	width: 100%;
	margin-bottom: 50px;
	padding-top: 30px;
}

.category__list {
	width: calc(100% + 16px);
	margin-left: -8px;
	margin-right: -8px;
	position: relative;
}

.category__item {
	width: 33.333%;
	padding: 8px;
	margin-bottom: 20px;
	position: relative;
}

.category__item:hover .category__img img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

.category__item:hover .category__cover {
	opacity: 1;
}

.category__item:hover .category__name::after {
	width: 22px;
}

.category__link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.category__img {
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}

.category__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.5s ease-out;
	transition: -webkit-transform 1.5s ease-out;
	-o-transition: transform 1.5s ease-out;
	transition: transform 1.5s ease-out;
	transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.category__img .category__cover {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(41, 84, 0, 0.45);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.category__img .category__cover span {
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #fff;
	display: block;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 3.5rem;
}

.category__name {
	padding: 15px 5px 15px 35px;
	position: relative;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
}

.category__name::before, .category__name::after {
	content: '';
	width: 22px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 30px;
}

.category__name::before {
	width: 22px;
	background-color: #90c31f;
	z-index: 0;
}

.category__name::after {
	width: 0;
	background-color: #d9204c;
	z-index: 1;
	-webkit-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
}

@media only screen and (max-width: 1440px) {
	.category-text {
		margin-bottom: 50px;
		padding: 0 8%;
	}
}

@media only screen and (max-width: 960px) {
	.category {
		margin-bottom: 0;
	}
	.category__list {
		padding: 0 15px;
	}
	.category__name {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
}

@media only screen and (max-width: 768px) {
	.category__item {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.category__name {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media only screen and (max-width: 370px) {
	.category__item {
		width: 100%;
		margin-bottom: 10px;
	}
}

.pro-title {
	width: 100%;
	padding: 20px 10px 80px 10px;
	text-align: center;
}

.pro-title .name {
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 3.75rem;
	font-weight: bold;
	position: relative;
}

.pro-title .name::before, .pro-title .name::after {
	content: '';
	width: 50px;
	height: 3px;
	margin: auto;
	background-color: #90c31f;
	position: absolute;
	top: 0;
	bottom: 0;
}

.pro-title .name::before {
	left: -90px;
}

.pro-title .name::after {
	right: -90px;
}

.pro-type {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.pro-type__item {
	min-width: calc(16.667% - 6px);
	margin: 0 3px 6px 3px;
	padding: 15px 10px;
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-color: #dee2e6;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
	text-align: center;
}

.pro-type__item:hover, .pro-type__item.active {
	background-color: #90c31f;
	color: #fff;
}

.pro-type-title {
	width: 100%;
	margin-bottom: 50px;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 3.75rem;
	font-weight: 700;
	text-align: center;
}

.pro-edit-center {
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0 10px;
}

.pro-detail-img {
	width: 100%;
	margin-bottom: 50px;
}

.pro-detail-img img {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: block;
}

.download {
	margin: 0 auto 80px auto;
	text-align: center;
}

.download-nav {
	max-width: 100%;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.download-nav__item {
	min-width: 250px;
	margin: 0 3px 6px 3px;
	padding: 15px 10px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: block;
	background-color: #dee2e6;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
	text-align: center;
}

.download-nav__item:hover, .download-nav__item.active {
	background-color: #252525;
	color: #fff;
}

.download-select {
	width: 100%;
	margin-bottom: 50px;
	background-color: #dee2e6;
	position: relative;
}

.download-select select {
	width: 100%;
	padding: 15px;
	background-color: transparent;
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	cursor: pointer;
}

.download-select i {
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 20px;
	pointer-events: none;
}

.search-box {
	width: 100%;
	margin-bottom: 30px;
}

.search-title {
	padding-top: 5px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
	font-weight: 700;
}

.search-keyword {
	padding-left: 10px;
	font-size: 23px;
	font-size: 1.438rem;
	line-height: 2.188rem;
	font-weight: 700;
	color: #d9204c;
}

@media only screen and (max-width: 1080px) {
	.pro-type__item {
		min-width: calc(25% - 6px);
	}
}

@media only screen and (max-width: 768px) {
	.download {
		width: 100%;
		margin-bottom: 40px;
	}
	.pro-type__item {
		min-width: calc(33.333% - 6px);
	}
	.pro-type-title {
		margin-bottom: 20px;
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 2.813rem;
	}
	.pro-detail-img {
		margin-bottom: 20px;
	}
	.pro-edit-center {
		margin-bottom: 20px;
	}
	.download-nav {
		width: 100%;
	}
	.download-nav__item {
		min-width: 200px;
	}
}

@media only screen and (max-width: 480px) {
	.pro-type__item {
		min-width: calc(50% - 6px);
	}
	.download-nav__item {
		min-width: calc(50% - 6px);
	}
}
