<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#body-content img{
	width: 100%;
}
#body-content{
	background: #F5F5F5;
	padding-bottom: 5em;
}
#white{
	background: #fff !important;
	padding: 1em 2em 3em;
	text-align: center;
	position: relative;
	top: -5em;
}
#help-nav{
	text-align: center;
}
#help-nav ul{
	list-style: none;
	border-bottom: 1px solid #eee;
}
#help-nav ul li{
	display: inline-block;
	margin: 1em;
}
#help-nav ul li:nth-child(2n){
	width: 2px;
	height: 1.2em;
	background: #e9e8ee;
	vertical-align: middle;
}
#help-nav ul li h5{
	font-size: 1.33em;
}
#help-nav ul li h5 a{
	color: #9a9a9a;
	font-weight: 500;
}
.arrow-right{
	background: #fff;
	width: 3em;
	height: 3em;
	padding: 0.5em 1em;
	border-radius: 50%;
	border: 1px solid #C31725;
	margin: 4em auto 0em;
}
.arrow-right:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 5em;
	background: #eee;
	left: 0;
	top: 3em;
}
.arrow-right&gt;span{
	display: inline-block;
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-left: 1.5em solid #C31725;
    border-bottom: 1em solid transparent;
}
.arrow-right&gt;span&gt;div{
	display: inline-block;
    width: 0;
    height: 0;
    margin: 1px;
    border-top: 0.85em solid transparent;
    border-left: 1.3em solid #fff;
    border-bottom: 0.85em solid transparent;
    position: relative;
    top: -0.87em;
    left: -1.45em;
}

/*问题样式*/
.question-box{
	text-align: left;
}
.question{
	margin: 3em 0em;
}
.question span,.answer span{
	display: inline-block;
	float: left;
}
.question span:nth-child(2),.answer span:nth-child(2){
	width: 82%;
}
.question span:nth-child(2){
	font-size: 1.33em;
	line-height: 2em;
	color: #999;
	margin-bottom: 1em;
}
.answer span:nth-child(2){
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	line-height: 1.5em;
}
.question span:first-child,.answer span:first-child{
	width: 2em;
	height: 2em;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	line-height: 2em;
	vertical-align: baseline;
	margin-right: 1em;
	clear: both;
}
.question span:first-child{
	background: #FFC63A;
}
.answer span:first-child{
	background: #C31626;
}
/*分页*/
.page-number{
	text-align: center;
	width: 100%;
	margin-top: 1em;
}
.page-number&gt;ul{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
.page-number&gt;ul li a:hover{
	background: #fff;
	color: #333;
}
.page-number&gt;ul li a{
	margin-right: 0.5em;
}
.page-number&gt;ul li a{
	color: #333;
}
.page-number span,.page-number&gt;div ul li a{
	color: #333;
}
.page-number div button{
	border-radius: 0px;
}
.page-number div button .caret{
	margin-left: 2em;
}
.dropdown-menu {
	min-width: 5.5em;
}


@media screen and (max-width:768px){
	.body-content{ padding-left:15px; padding-right:15px;}
	#white{ top:0; padding:15px;}
	.question span:first-child, .answer span:first-child{}
	.question-box .col-xs-10{ width:100%;}
	.question-box .col-xs-2{ display:none;}
	.question span:first-child, .answer span:first-child{ width:25px; height:25px; line-height:25px; margin:0;}
	.question span:nth-child(2){ font-size:14px; line-height:26px;  width:calc(100% - 25px); padding-left:10px; margin-bottom:8px;}
	.answer span:nth-child(2){ font-size:12px; width:calc(100% - 40px); line-height:24px;padding-left:10px;}
	.page-number&gt;ul a{ font-size:14px; color:#333;}
		}</pre></body></html>