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

body {
	font-size: 16px;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-family: "Microsoft Yahei",helvetica;
	background: #fff;
	color: #333;
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position: relative;
	padding: 0 24%;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

ul,li {
	list-style: none;
}

a,button,label,textarea,div,select,option {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}

input, button {
	font-family: "Microsoft YaHei","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

textarea, input, select {
	resize: none;
	outline: none;
	background: none;
	border: none;
}

a,a:visited {
	text-decoration: none;
	color: #45AFE3;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0;}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
.clearfix {display:block;}
/*bg*/
.bg{height: 190px;position: relative;}
.bg img{width: 100%;height: 100%;}
.bg .logo{position: absolute;top:10px;left:15px;max-width: 20%;z-index: 100;}
/*璇存槑*/
.page0{margin-top:-190px; position: relative;/* display: none; */}
.page0 h2{font-size:30px;font-weight: bold;color: #fff; line-height: 190px;text-align: center;}
.page0 .illustrate {padding:10px;}
.page0 .illustrate div{
	background: url(../images/page0_bg.png) no-repeat center top;
	padding: 20px 15px;
    margin: 10px 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.page0 .illustrate img{
		width: 10%;
	}
.page0 .illustrate p{
	font-size: 13px;line-height: 18px;margin-top:10px;
}
/*闂椤�*/
.page1{display: none; position: relative;}
.page1 h2{font-size:30px;font-weight: bold;color: #fff; line-height: 190px;text-align: center;margin-top:-190px;}
.page1 div.field {
	clear: both;
	margin: 4px 5px;
	padding: 0 7px;
	border: 2px solid #fff;
}
.page1 div.field.orgborder {
	border: 2px solid #ff9900;
}
.page1 div.field-label {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 8px 0;
	display: block;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
}
.page1 span.req {
	color: #f88013;
	margin: 2px 0 0 2px;
}
/**閫夐」**/
.page1 div.matrix-rating{

}
.page1 div.matrix-rating p{
	width: 20%;
	margin:5px 2%;
	float:left;
	background: #f2f2f2;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.page1 div.matrix-rating .rate-on {
	background: #e8f7e8;
	color:#1aad19;
}
/**鎻愪氦鎸夐挳**/
.divSubmit {
	padding: 10px;
}
.divSubmit .submitBtn,
.divSubmit .submitBtn:visited {
	background: #f88013;
	width: 100%;
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	border-radius: .2em;
	color: #fff;
	box-shadow:0px 4px 0px #d16300;
}
.divSubmit .submitBtn:hover {
	margin-top:4px;
	line-height: 48px;
	height: 40px;
	line-height: 40px;
	box-shadow:0px 4px 0px #f88013;
}
.divSubmit .orgBtn,
.divSubmit .orgBtn:visited {
	float:left;
	background: #f88013;
	width: 48%;
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	border-radius: .2em;
	color: #fff;
	box-shadow:0px 4px 0px #d16300;
}
.divSubmit .orgBtn:hover {
	margin-top:4px;
	line-height: 48px;
	height: 40px;
	line-height: 40px;
	box-shadow:0px 4px 0px #f88013;
}
.divSubmit .yellowBtn,
.divSubmit .yellowBtn:visited {
	float:right;
	background: #ffba17;
	width: 48%;
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	border-radius: .2em;
	color: #fff;
	box-shadow:0px 4px 0px #e19e00;
}
.divSubmit .yellowBtn:hover {
	margin-top:4px;
	line-height: 48px;
	height: 40px;
	line-height: 40px;
	box-shadow:0px 4px 0px #ffba17;
}
/**杩斿洖椤堕儴鎸夐挳**/
.totop {display: none;position: fixed;bottom: -14%;right: -3%;width: 28%;height: auto;z-index: 99999999;cursor: pointer;transform: scale(0.2);transform-origin: left top;}
.totop img{width: 100%;}
/*鍗曢」缁撴灉椤�*/
.page2 {
    display: none;
    position: absolute;
    top: 50px;
    width: 52%;
}
.page2 h2{color:#fff;padding:0px 3% 10px;font-size: 12px; }
#markWords{font-size: 14px;padding:5px 14px;position: relative;}
#presonNum, #presonPercent{color: #f88013; word-break: keep-all;word-wrap: break-word;font-weight: bold;font-size: 18px;}
.resultPicWrap {
	width: 94%;
	height: 200px;
	margin: 0 auto;
	padding: 0px 1%;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
}
.resultPic {
	width: auto;
	height: 70%;
	position: relative;
}
.resultPic .big_0{
	position: absolute;
	top: 26%;
    left: 34%;
	font-size: 32px;
	font-weight: bold;
	/* text-shadow:1px 1px 2px #000; */
    color: #fa6588;
}
.resultPic .big_0:before{
	content: attr(text);
    position: absolute;
    z-index: 10;
    color:#f9a54c;
    -webkit-mask:linear-gradient(to left, #f9a54c, transparent );
}
.resultPic .big_1{
	position: absolute;
	bottom: 10%;
    right: 14%;
	font-size: 32px;
	 font-weight: bold;
	/*text-shadow:1px 1px 2px #000; */
	color: #fa6588;
}
.resultPic .big_1:before{
	content: attr(text);
    position: absolute;
    z-index: 10;
    color:#f9a54c;
    -webkit-mask:linear-gradient(to left, #f9a54c, transparent );
}
.resultPic .small_0{
	position: absolute;
	top: 30%;
    left: 40%;
	animation: drift 1.5s ease-in-out 0.3s infinite alternate;
}
.resultPic .small_1{
	position: absolute;
	bottom: 20%;
    right: 18%;
	animation: drift 1.5s ease-in-out 0s infinite alternate;
}
.resultPic .small_2{
	position: absolute;
	top: 50%;
    left: 10%;
	animation: drift 1.5s ease-in-out 1s infinite alternate;
}
.resultPic .small_3{
	position: absolute;
	bottom: 15%;
    left: 34%;
	animation: drift 1.5s ease-in-out 0.5s infinite alternate;
}
.resultPic .small_4{
	position: absolute;
	top: 8%;
    left: 16%;
	animation: drift 1.5s ease-in-out 1.2s infinite alternate;
}
.resultPic .small_5{
	position: absolute;
	top: 36%;
    right: 8%;
	animation: drift 1.5s ease-in-out 0.9s infinite alternate;
}
.resultPic .small_6{
	position: absolute;
	top: 5%;
    right: 26%;
	animation: drift 1.5s ease-in-out 1.5s infinite alternate;
}
.tipGrey{font-size: 12px;color:#999;padding: 10px 3%;line-height: 0px;display: block;}
/*nimation-delay:1s*/
@keyframes drift{
    0%{transform: translateY(0);transform: scale(1);opacity: 0.3}
    100%{transform: translateY(20px);transform: scale(1.2);opacity: 0.6}
}

@-webkit-keyframes drift{
    0%{-webkit-transform: translateY(0);transform: scale(1);opacity: 0.3}
    100%{-webkit-transform: translateY(20px);transform: scale(1.2);opacity: 0.6}
}
.resultList {
	padding: 30px 3% 0px;
}
.resultList h3 {
	font-size: 14px;
	color: #f88013;
	font-weight: bold;
}
.resultList div.adviceItem {
	padding: 10px 10px 20px;
	font-size: 16px;
	line-height: 24px;
	background: #f7f7f7;
	margin:10px 0;
}
.resultList div.adviceItem h4 img{
	transform: scale(0.6);
	transform-origin: left top;
}
.resultList div.adviceItem p{
	margin-top:-15px;
	word-break: normal;
	text-align: justify;
}
.page2 .adImg{
	padding:15px 3%;
}
.page2 .adImg img{
	transform: scale(1);
	width: 100%;
}
/*鍒嗕韩*/
.mask{
	background: rgba(0,0,0,.7);
    height: 100%;
    width: 52%;
    position: fixed;
    top: 0;
    z-index: 2000;
    display: none;
}
.mask img{
    position: fixed;
    top: 2%;
    right: 30%;
    z-index: 1000;
}
@media only screen and (max-width: 320px) {
	.page0 .illustrate{
		padding: 10px 1%;
	}
	.page0 .illustrate div{
		padding: 10px 4px;
		margin: 15px 0;
	}
	.page0 .illustrate p {
	    	font-size: 12px;
	}
}
@media only screen and (max-width: 1000px) {
	body{
		padding: 0;
	}
	.page0 .illustrate img{
		width: 26%;
	}
	.page1,
	.page2{
		padding:0;
		width: auto;
	}
	.resultList div.adviceItem {
	    padding: 10px;
	    font-size: 14px;
	    line-height: 20px;
	}
	/**杩斿洖椤堕儴鎸夐挳**/
	.totop {display: none;position: fixed;bottom: 0%;right: -11%;width: 28%;height: auto;z-index: 99999999;cursor: pointer;transform: scale(0.5);transform-origin: left top;}
	.totop img{width: 100%;}
	.mask{
	    width: 100%;
	    position: fixed;
	    top: 0;
	    z-index: 2000;
	}
	.mask img{
	    position: fixed;
	    top: 2%;
	    right: 8%;
	    
	}
}</pre></body></html>