<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content section {
	padding-bottom: 60px;
}

/* +waylink
*----------------------------------------------------------------------------*/
.waylink {
	border-bottom: 1px #cdcdcd solid;
	line-height: 70px;
	font-size: 15px;
	color: #828282;
}

.waylink a {
	color: #828282;
}

.waylink i {
	margin: 0 20px;
}

.waylink strong {
	padding: 0 15px;
	height: 40px;
	border: 1px #EE4130 solid;
	display: inline-block;
	line-height: 40px;
	font-size: 12px;
	color: #EE4130;
}


/* +page title
*----------------------------------------------------------------------------*/
#content section &gt; h2 {
	margin: 30px 0 20px;
	text-align: center;
	font-size: 40px;
	color: #3c3733;
}

#content section &gt; span {
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-family: "Montserrat";
	font-size: 18px;
	color: #666;
}


/* +suv nav
*----------------------------------------------------------------------------*/
#content #suv-nav {
	margin-bottom: 80px;
}

#content #suv-nav ul {
	text-align: left;
	/*text-align: center;*/
}

#content #suv-nav ul li {
	display: inline-block;
	text-align: center;
}

#content #suv-nav ul li:before ,
#content #suv-nav ul li:last-child:after {
	display: inline-block;
    content: "��";
    font-size: 12px;
    color: #DBDBDB;
    padding: 0 4px;
}

#content #suv-nav ul li a {
	margin: 0 3px;
	padding: 5px 10px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content #suv-nav ul li a:hover ,
#content #suv-nav ul li.action a {
	background: #8c0000;
	color: #fff;
}


/* +article
*----------------------------------------------------------------------------*/
#content article {
	background-repeat: no-repeat;
	background-position: right 0;
	background-size: 70%;
}

/**
*
* =community
*
**/
#community ul li span {
	margin: 0;
	text-align: left;
}


/* +width:1024 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	
}


/* +width:768 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#content article {
		background-size: 100%;
	}
}


/* +width:480 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#content article {
		background-size: 130%;
	}
}</pre></body></html>