@CHARSET "UTF-8";
html {
	font-size: 18px;
}

body {
	font-family: "microsoft yahei";
	-webkit-text-size-adjust: none;
}

* {
	margin: 0;
	padding: 0;
}

button,
a,
a:hover,
a:focus {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #5db4a0;
}

ul {
	list-style: none;
}

.w1200 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
}

.w800 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 800px;
}


/*header*/

header {
	margin: 0;
	padding: 0;
}

header .logo {
	text-align: center;
	width: 100%;
}

header .logo img {
	width: 100px;
}

.headerBox {
	height: 130px;
}

.headerBox.on {
	height: 84px;
}

@media (max-width: 1024px) {
	.headerBox {
		height: 80px;
	}
	.headerBox.on {
		height: 80px;
	}
}

@media (max-width: 768px) {
	.headerBox {
		height: 60px;
	}
	.headerBox.on {
		height: 60px;
	}
}

.header {
	width: 100%;
	height: 130px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header .logo {
	width: 150px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-top: 22px;
	z-index: 5;
	position: relative;
}

.header .nav {
	width: 100%;
	height: auto;
	position: relative;
}

.header .nav ul {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.header .nav ul li {
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px;
	padding: 24px 0;
	display: inline-block;
}

.header .nav ul li .tits {
	color: #333;
	padding: 0 15px;
	position: relative;
}

.header .nav ul li .tits i {
	width: 60px;
	height: 5px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -30px;
	background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAAAGAgMAAABx12LNAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEVdtKBdtKD///8N6844AAAAAXRSTlPxilwa7AAAAAFiS0dEAmYLfGQAAAAHdElNRQfkBRoMATXw98e5AAAAE0lEQVQI12NgIABC8YIAmssTAABrzSkZn941ogAAAABJRU5ErkJggg==");
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.header .nav ul li .mnav {
	width: 100%;
	left: 0;
	position: absolute;
	top: 68px;
	background-color: #EFEFEF;
	display: none;
	border-top: 1px solid #5db4a0;
}

.header .nav ul li.search {
	line-height: 2rem;
}

.header .nav ul li.search img {
	width: 1rem;
}

.header .nav ul li .mnav .mnav-new {
	width: 1000px;
	max-width: 90%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.header .nav ul li .mnav .mnav-new .cnav {
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.header .nav ul li .mnav .mnav-new .cnav dl {
	height: auto;
	float: left;
	text-align: left;
}

.header .nav ul li .mnav .mnav-new .cnav dl dd {
	margin: 0;
}

.header .nav ul li .mnav .mnav-new .cnav dl dt {
	font-size: 14px;
	line-height: 14px;
	color: #64c0ab;
	margin-bottom: 16px;
	font-weight: bold;
}

.header .nav ul li .mnav .mnav-new .cnav dl.pic dd dl dd {
	padding: 3px;
	margin: 0;
	text-align: center;
}

.header .nav ul li .mnav .mnav-new .cnav dl dd dl dt {
	font-size: 14px;
	line-height: 14px;
	color: #64c0ab;
	margin-bottom: 0;
	font-weight: 200;
}

.header .nav ul li .mnav .mnav-new .cnav dl dd dl dt a {
	color: #64c0ab;
}

.header .nav ul li .mnav .mnav-new .cnav dl dd dl dd {
	margin-right: 30px;
}

.header .nav ul li .mnav .mnav-new .cnav dl dt a {
	color: #64c0ab;
}

.header .nav ul li .mnav .mnav-new .cnav dl dd a {
	font-size: 12px;
	line-height: 28px;
	color: #727171;
}

.header .nav ul li .mnav .mnav-new .cnav dl dd a img {
	width: 130px;
	height: auto;
	margin-top: 10px;
}

.header .nav ul li.aa {
	position: relative;
}

@media (min-width: 1024px) {
	.header .nav ul li:hover .tits {
		color: #64c0ab;
	}
	.header .nav ul li:hover .tits i {
		display: block;
	}
	.header .nav ul li:hover .mnav {
		display: block;
	}
	.header .nav ul li:hover .mnav1 {
		display: block;
	}
}

.header .nav ul li.on .tits {
	color: #64c0ab;
}

.header .nav .bg {
	width: 100%;
	height: 2000px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 68px;
	left: 0;
	z-index: -1;
	display: none;
}

.header .tags {
	position: absolute;
	top: 28px;
	right: 4.4%;
	z-index: 5;
}

.header .tags a {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	float: right;
}

@media (min-width: 1024px) {
	.header .tags a:hover {
		color: #64c0ab;
	}
}

.header .tags span {
	display: block;
	width: 1px;
	height: 16px;
	background-color: #c4c4c4;
	float: right;
	margin: 1px 30px 0;
}

.header.on {
	background-color: rgba(255, 255, 255, 0.9);
	height: auto !important;
}

.header.on .logo {
	width: 100px;
	left: 4.4%;
	top: 10px;
	position: absolute;
	padding-top: 10px;
}

.header.on .tags {
	top: 24px;
}

@media (max-width: 1510px) {
	.header .nav ul li {
		margin: 0 15px;
	}
	.header .nav ul li .tits {
		padding: 0 10px;
	}
	.header .tags span {
		margin: 1px 20px 0;
	}
}

@media (max-width: 1200px) {
	.header .nav ul li {
		margin: 0 10px;
	}
	.header.on .nav {
		margin-left: -4%;
	}
	.header.on .nav ul li .mnav {
		margin-left: 4%;
	}
	.header.on .nav .bg {
		margin-left: 4%;
	}
	.header .tags span {
		margin: 1px 12px 0;
	}
}

@media (max-width: 1024px) {
	.header {
		display: none;
	}
}


/*button*/

.btn-misifu {
	color: #fff;
	background-color: #9cd6bd;
	border-color: #9cd6bd;
	padding: 2px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: none;
	box-shadow: none
}

.btn-misifu:hover {
	color: #fff;
	background-color: #9cd6bd;
	border-color: #9cd6bd;
}
.btn-misifu:active {
	color: #fff;
	background-color: #9cd6bd;
	border-color: #9cd6bd;
	border: none;
	box-shadow: none
}

.btn-misifu.focus,
.btn-misifu:focus {
	color: #fff;
	background-color: #9cd6bd;
	border-color: #9cd6bd;
	border: none;
	box-shadow: none
}

.btn-misifu.disabled,
.btn-misifu:disabled {
	color: #fff;
	background-color: #9cd6bd;
	border-color: #9cd6bd;
	border: none;
	box-shadow: none
}

.btn-misifu:not(:disabled):not(.disabled).active,
.btn-misifu:not(:disabled):not(.disabled):active,
.show>.btn-misifu.dropdown-toggle {
	color: #fff;
	background-color: #9cd6bd;
	border:none;
	box-shadow: none;
	border: none;
	box-shadow: none
}

.btn-misifu:not(:disabled):not(.disabled).active:focus,
.btn-misifu:not(:disabled):not(.disabled):active:focus,
.show>.btn-misifu.dropdown-toggle:focus {
	border: none;
	box-shadow: none
}


/*nav*/

.navbar-nav .nav-item {
	padding: 0 1rem;
	font-size: .8rem;
}

.navbar-nav .nav-item.search {
	line-height: 2rem;
}

.navbar-nav .nav-item.search img {
	width: 1rem;
}


/*Slide*/

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
	border-radius: 50%;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.banner {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*info*/

.misifu-info .item-img .img-banner {
	width: 100%;
	margin: 0;
	padding: 0;
}

.misifu-info .item-img .img-banner img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.misifu-info .img-suolue {
	display: flex;
	justify-content: flex-start;
	margin: .5rem 0;
	padding: 0;
}

.misifu-info .img-suolue li {
	margin: 0;
	margin-right: .5rem;
	padding: 0;
}

.misifu-info .img-suolue li:last-child {
	margin: 0;
}

.misifu-info .img-suolue li.active {
	border: 1px solid #9cd6bd;
}

.misifu-info ul li img {
	max-width: 100%;
}

.misifu-info .item-type h2 {
	font-size: 1rem;
	font-weight: bold;
}

.misifu-info .item-type p {
	font-size: .8rem;
}

.misifu-info .item-type .card-text-icon {
	margin: 0;
	margin-bottom: 1rem;
}

.misifu-info .item-type .card-text-icon ul {
	display: flex;
	text-align: center;
	color: rgb(3, 44, 32);
	margin: 0;
	padding: 0;
}

.misifu-info .item-type .card-text-icon ul li {
	padding-right: 1rem;
}

.misifu-info .item-type .card-text-icon ul li span {
	margin: 5px 5px 0 0;
	padding: 0;
	color: #9cd6bd;
	font-size: .6rem;
}

.misifu-info .item-type .card-text-icon ul li img {
	width: 2rem;
}

.misifu-info .item-type .card-text-type {
	color: #808080;
	margin: 0;
	padding: 0;
}

.misifu-info .item-type hr {
	color: #808080;
	margin: .5rem 0;
	padding: 0;
}

.misifu-info .item-type .btn {
	padding: 2px 55px;
	margin-top: 1rem;
}


/*main-item*/

.misifu-item {
	text-align: center;
}

.misifu-item h2 {
	text-align: center;
	font-size: 1rem;
	margin-top: 2rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #9cd6bd;
	font-weight: bold;
}

.misifu-item p {
	text-align: center;
	font-size: .8rem;
	color: #808080;
	margin: .5rem;
}

.misifu-list .album {
	margin: -5px;
	padding-top: 5px;
}

.misifu-list .album .album-item {
	margin: 0;
	padding: 0 5px;
}

.misifu-list .album .album-item.star:after {
	content: url(//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/star-item.png);
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
}

.misifu-list .album .album-item .card-body {
	padding: 5px 0;
	text-align: center;
}

.misifu-list .album .album-item h3 {
	font-size: .9rem;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color: rgb(89, 87, 87);
	margin: 0;
}


/*list*/

.misifu-list .album .album-item p.card-text {
	font-size: .6rem;
	padding: 0;
	margin: 5px 0;
	font-family: "Microsoft YaHei";
	color: rgb(137, 137, 137);
}

.misifu-list .album .album-item p.card-text-type {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.misifu-list .album .album-item p.card-text-type span {
	font-size: .8rem;
	font-family: "Microsoft YaHei";
	color: rgb(64, 192, 172);
	line-height: 1rem;
}

.misifu-list .album .album-item p.card-text-type span.line {
	color: rgb(89, 87, 87);
	padding: 0 5px;
	line-height: .9rem;
}

.misifu-list .album .card-img-top {
	background-color: #efefef;
	padding: 15px;
}

.misifu-list .album button {
	padding: 2px 25px;
	font-size: .8rem;
	margin-top: 2px;
}

.misifu-list .album button img {
	width: .8rem;
	height: .8rem;
	margin-top: -5px;
	margin-left: 3px;
}


/*footer*/

footer hr {
	border-bottom: 1px solid rgba(226, 255, 242, .5);
}

footer {
	background-color: #9cd6bd;
	color: #FFFFFF;
	padding: 5px;
}

footer a {
	color: #FFFFFF;
}

footer ul.footer-nav {
	width: 100%;
	display: flex;
	padding: 15px;
	list-style-type: none;
}

footer ul.footer-nav li {
	border-right: 1px solid rgba(226, 255, 242, .5);
	text-align: center;
}

footer ul.footer-nav li:last-child {
	border-right: none;
}

footer ul.footer-nav li {
	width: 100%;
	padding: 0 15px;
}

footer ul.footer-nav li a {
	width: 100%;
}

footer ul.footer-nav li img {
	max-width: 100%;
	height: 50px;
}

footer ul.footer-share {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
	padding-bottom: 30px;
	list-style-type: none;
}

footer ul.footer-share li {
	text-align: center;
}

footer ul.footer-share li {
	width: 100%;
	padding: 0 15px;
}

footer ul.footer-share li p {
	font-size: .8rem;
	margin-bottom: 0;
	margin-top: .5rem;
}

footer ul.footer-share li.phone {
	color: #FFFFFF;
	font-size: 1rem;
	padding-top: 2rem;
	padding-bottom: .5rem;
}

footer ul.footer-share li.phone a {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

footer ul.footer-share li.phone img {
	width: 1rem;
}

footer ul.footer-share li span {
	padding: 0 5px;
}

footer ul.footer-share li a {
	width: 100%;
}

footer ul.footer-share li img {
	width: 2rem;
}

footer ul.footer-share li.footer-logo img {
	width: 5.5rem;
}

footer .footer-copyright {
	padding-bottom: 2rem;
}

footer .footer-copyright p {
	font-size: .8rem;
	text-align: center;
	margin: 0;
}

footer .footer-copyright p a,
footer .footer-copyright p a:hover {
	font-size: 1rem;
	color: #F7F7F7;
}

footer nav a,
footer nav a:hover {
	color: #FFFFFF;
}


/*products*/

.misifu-products {
	margin: 0;
	padding: 0;
}

.misifu-products .album {
	margin-top: 2rem;
	width: 100%;
	background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/new_products.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.misifu-products .album .card-body {
	padding: 0;
	text-align: center;
}

.misifu-products .album .card-body,
.misifu-products .album .card-body p {
	font-size: .6rem;
	color: rgb(181, 181, 182);
	line-height: .6rem;
}

.misifu-products .album .card-body h2 {
	font-size: 1rem;
	font-family: "microsoft yahei";
	color: rgb(3, 44, 32);
	line-height: 0.656;
	font-weight: lighter;
	letter-spacing: 10px;
	margin-top: 1rem;
	margin-bottom: .6rem;
}

.misifu-products .album .card-body h3 {
	font-size: 1.2rem;
	font-family: "Adobe Heiti Std", "microsoft yahei";
	color: rgb(100, 192, 171);
	line-height: 0.656;
	margin-bottom: 1rem;
}

.misifu-products .album .album-products-item {
	text-align: center;
	padding: 2rem 0 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	flex: 1;
}
.misifu-products .album .album-products-item .products-item{
	padding-left: 8px;
}
.misifu-products .album .album-products-item ..products-item:last-child {
	padding-right: 0;
}
.misifu-products .album .album-products-item .products-item {
}

.misifu-products .album .album-products-item h4 {
	font-size: .8rem;
	padding: 0;
	margin: 10px 0 5px;
	color: #595757;
}

.misifu-products .album .album-products-item h4 a {
	color: #595757;
}

.misifu-products .album .album-products-item h4 a:hover {
	color: rgb(100, 192, 171);
}

.misifu-products .album .album-products-item p {
	font-size: .6rem;
	padding: 0;
	margin: 0;
	color: #898989;
}

.misifu-products .album .album-products-item img {
	width: 100%;
}

/*star-products*/

.index-star-products {
	margin: 0;
	padding: 0;
}

.index-star-products .album {
	margin-top: 2rem;
	padding: 2rem 0 8rem;
	width: 100%;
	background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/index-star-bg.png');
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.index-star-products .album .card-body {
	padding: 0;
	text-align: center;
}

.index-star-products .album .card-body,
.index-star-products .album .card-body p {
	font-size: .6rem;
	color: rgb(181, 181, 182);
	line-height: .6rem;
}

.index-star-products .album .card-body h2 {
	font-size: 1rem;
	font-family: "microsoft yahei";
	color: rgb(3, 44, 32);
	line-height: 0.656;
	font-weight: lighter;
	letter-spacing: 10px;
	margin-top: 1rem;
	margin-bottom: .6rem;
}

.index-star-products .album .card-body h3 {
	font-size: 1.2rem;
	font-family: "Adobe Heiti Std", "microsoft yahei";
	color: rgb(138, 119, 66);
	line-height: 0.656;
	margin-bottom: 1rem;
}
.index-star-products .index-star-row{
	display: flex;
	justify-content: space-between;
	flex: 1;
	
}
.index-star-products .index-star-row .item-left{
	width: 720px;
	height: auto;
}
.index-star-products .index-star-row .item-left img{
	width: 100%;
	
}
.index-star-products .index-star-row .item-right{
	width:480px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
}
.index-star-products .index-star-row .item-right .item-right-item{
	display: flex;
	margin: 0;
	padding: 0;
}
.index-star-products .index-star-row .item-right .item-right-item .item{
	width: 50%;
	height: 100%;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.index-star-products .index-star-row .item-right .item-right-item .item-bottom{
	width: 100%;
	text-align: center;
}
.index-star-products .index-star-row .item-right .item-right-item .item-bottom a{
	color: #888888;
	margin: 1rem;
	font-size: 1rem;
}
.index-star-products .index-star-row .item-right .item-right-item img{
	width: 100%;
	
}
.index-star-products .index-star-row .item-right .card-body h3{
	font-size: 1rem;
	color: #595757;
}
.index-star-products .index-star-row .item-right .card-body p.card-text {
	font-size: .6rem;
	padding: 0;
	margin: .6rem 0;
	font-family: "Microsoft YaHei";
	color: rgb(137, 137, 137);
}

.index-star-products .index-star-row .item-right .card-body p.card-text-type {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.index-star-products .index-star-row .item-right .card-body p.card-text-type span {
	font-size: .8rem;
	font-family: "Microsoft YaHei";
	color: rgb(64, 192, 172);
	line-height: 1rem;
}

.index-star-products .index-star-row .item-right .card-body p.card-text-type span.line {
	color: rgb(89, 87, 87);
	padding: 0 5px;
	line-height: .9rem;
}

.index-star-products .index-star-row .item-right .card-text-icon {
	margin: 0;
	padding: 0;
}

.index-star-products .index-star-row .item-right .card-text-icon ul {
	color: rgb(3, 44, 32);
	margin: 0;
	padding: 0;
}
.index-star-products .index-star-row .item-right .card-text-icon ul li{
	padding: 5px 0;
}
.index-star-products .index-star-row .item-right .card-text-icon ul li span {
	margin: 5px 5px 0 0;
	padding: 0;
	color: rgb(64, 192, 172);
	font-size: .6rem;
}

.index-star-products .index-star-row .item-right .card-text-icon ul li img {
	width: 2rem;
}

/*index-video*/
.index-video-products .album {
	padding: 6rem 0 4rem;
	width: 100%;
	background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/new_products.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.index-video-products .album .card-body {
	padding: 0;
	text-align: center;
}

.index-video-products .album .card-body,
.index-video-products .album .card-body p {
	font-size: .6rem;
	color: rgb(181, 181, 182);
	line-height: .6rem;
}

.index-video-products .album .card-body h2 {
	font-size: 1rem;
	font-family: "microsoft yahei";
	color: rgb(3, 44, 32);
	line-height: 0.656;
	font-weight: lighter;
	letter-spacing: 10px;
}

.index-video-products .album .card-body h3 {
	font-size: 1.2rem;
	font-family: "Adobe Heiti Std", "microsoft yahei";
	color: rgb(138, 119, 66);
	line-height: 0.656;
}
.index-video-products .album .album-item.video .card-img-top:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	/* background-image: url(//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/icon-play.png); */
}
.index-video-products .album .album-item.video .card-img-top img {
	width: 100%;
}
.row-fans-products .card-img-top img {
	width: 100%;
}
.index-gushi-products{
	margin: 0;
	padding: 0;
}
.index-gushi-products .container{
	padding: 0;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #FFFFFF;
}
.index-gushi-products .container a{
	padding-top: 4rem;
	color: #FFFFFF;
}
.index-gushi-products .container p{
	font-size: .8rem;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	padding: 2px 15px;
}
.index-gushi-products .album {
	margin: 2rem 0 0;
	padding: 2rem 0 2rem;
	width: 100%;
	background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/index-star-bg.png');
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/*index-fans*/
.misifu-fans-products .album{
	margin: 0;
	padding: 0;
}
.row-fans-products{
	padding: 2rem 0;
}
.row-fans-products .fans-item-left{
	padding: 0;
	margin: 0;
}
.row-fans-products .fans-item-left img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.row-fans-products .fans-item-left .fans-item-left-txt{
	position: absolute;
	bottom: 0;
	padding: 1.5rem;
	background-color: #64c0ab;
	opacity: 0.71;
}

.row-fans-products .fans-item-left .fans-item-left-txt h3{
	color: #FFFFFF;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.row-fans-products .fans-item-left .fans-item-left-txt h3:after{
	color: #FFFFFF;
	position: absolute;
    content: "___";
    top: 2.5rem;
    left: 1.5rem;
}
.row-fans-products .fans-item-left .fans-item-left-txt p{
	color: #FFFFFF;
	font-size: .8rem;
}

.row-fans-products .fans-item-left .fans-item-left-txt{
	position: absolute;
	bottom: 0;
	padding: 1.5rem;
	background-color: #64c0ab;
	opacity: 0.71;
}
.row-fans-products .fans-item-right{
	margin: 0;
	padding-left: 5px;
	padding-right: 0;
}
.row-fans-products .fans-item-right .row{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.row-fans-products .fans-item-right .row:last-child{
	padding-bottom: 0;
}
.row-fans-products .fans-item-right .p-0{
	float: left;
}
.row-fans-products .fans-item-right .fans-item-txt{
	background-color: #64c0ab;
	margin: 0;
	padding: 1rem;
	height: 100%;
	width: 100%;
}
.row-fans-products .fans-item-right .fans-item-txt h3{
	color: #FFFFFF;
	font-size: .8rem;
	margin-bottom: 2rem;
}
.row-fans-products .fans-item-right .fans-item-txt h3:after{
	color: #FFFFFF;
	position: absolute;
    content: "___";
    top: 2rem;
    left: 1rem;
}
.row-fans-products .fans-item-right .fans-item-txt p{
	color: #FFFFFF;
	font-size: .6rem;
}
.row-fans-products .fans-item-right .row img{
	width: 100%;
	height: 325px;
}

/*content-wrapper*/

.content-wrapper {
  min-height: calc(100% - 16rem);
}
.page-wrapper {
  background-color: rgb(230, 230, 230);
}
.page-container {
  border: 1px solid rgb(182, 182, 182);
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}
.page-title {
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 1rem 2em;
}
.page-meta {
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 3rem;
}
.archive-date {
  color: #999;
}
.page-content-wrapper {
  padding: 3rem;
}
.page-content p {
  margin: 0;
}
.page-block .title,
.page-block .number {
  line-height: 2;
  width: 107px;
  margin: 0 auto;
}
.page-block.w-7 .title,
.page-block.w-7 .number {
  width: 166px;
}
.page-block .title {
  font-size: 26px;
  text-align: center;
  border-bottom: 2px solid #e7e7e6;
}
.page-block .number {
  padding: 0;
  margin-bottom: 2em;
  font-size: 14px;
  text-align: right;
  color: #7d7d7d;
}