<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.question-t{
	overflow: hidden;
    margin-top: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #595757;
}
.questionscon{
	width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.box-content{
	border: #dddddd 1px solid;
    padding: 50px 0;
    width: 1100px;
    margin: 0 auto;
	margin-bottom: 50px;
}
.control-label{
	height: 50px;
    width: 200px;
    line-height: 30px;
    text-align: right;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #595757;
}
.controls{
	line-height: 30px;
    float: left;
	padding-top: 7px;
}
.questions-btn{
	width: 400px;
    margin: 0 auto;
}</pre></body></html>