<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{ font-size:100px;}
body {max-width:640px;margin:0 auto !important;opacity:0;filter:alpha(opacity=0);font-size:0.01rem;font-family: "Microsoft YaHei" ! important;}
.hs{ color:#ff2f2f;}
.hs1{color:#ff6900}
body,p,h1,h2,h3,h4,h5,h6,dl,dd{ margin:0;}
ul,ol,li{list-style-type: none; margin:0; padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
a{text-decoration: none; color:#646060;-webkit-tap-highlight-color:rgba(0,0,0,0); }
img{border:none;vertical-align:top; width:100%;display: block;pointer-events: none;}
.bg-grey{background:#F2F2F2; }
.fl{ float:left;}
.fr{ float:right;}
.fix:after{ clear:both; content:"."; height:0px; display:block; overflow:hidden; visibility:hidden }
.fix{*zoom:1;}
.margin{margin:0 auto !important;}
input,textarea{outline: none !important;font-family: "Microsoft YaHei" ! important;}
header,nav,article,section,aside,footer{display:block;}
.nbtn {height: 1.56rem;position: relative;width: 6.4rem;background: url("/statics/images/mxf_img/img10.jpg") no-repeat;background-size:cover;}
.nbtn a  {position:absolute;z-index:100;width:1.56rem;height: 1.56rem;top: 0;right: 0.34rem;}
.myform{height:2.42rem;background: url("/statics/images/mxf_img/img3.jpg") no-repeat;background-size:cover;}
.donghua {display: inline-block;-webkit-animation: 'bounce' 3s infinite linear;}
.form1{display: flex;justify-content: center;flex-wrap: wrap}
/*.botton a{cursor:pointer;margin-top:0.12rem;text-align:center;display: block;width: 4.88rem !important;margin-left:0 !important;height:0.5rem;line-height:1.8;letter-spacing:2px;font-weight:bolder;font-size: 0.28rem;color: #fff;background: red;}*/
.form1 input{margin-top:0.12rem;display: block;width: calc(4.88rem - 0.24rem);padding:0.12rem;height: calc(0.5rem - 0.24rem);font-size: 0.22rem;}
.botton{display: block !important}
@-webkit-keyframes tada {
	from {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);  }
	10%, 20% {  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);  }
	30%, 50%, 70%, 90% {  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);  }
	40%, 60%, 80% {  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);  }
	to {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);  }
}
@keyframes bounce {
	0%,20%,53%,80%,to {
		animation-timing-function:cubic-bezier(.5,.1,.5,1);
		transform:translateZ(0)
	}
	40%,43% {
		animation-timing-function:cubic-bezier(.10,.05,.10,.06);
		transform:translate3d(0,-10px,0)
	}
	70% {
		animation-timing-function:cubic-bezier(.10,.05,.10,.06);
		transform:translate3d(0,0px,0)
	}
	90% {
		transform:translate3d(0,-4px,0)
	}
}
.testing {
	text-align:center;
	padding:0.1rem 0;
	margin-top:0.3rem;
	margin-bottom:0.3rem;
	width:6.4rem;
	height:2.54rem;
	background:url(/img/img3.jpg)no-repeat center top; background-size:6.4rem 2.42rem;
}
.forms{margin:0 auto;display: flex;justify-content: center;}
.shoW{}
#test{margin-left:0.15rem;width: 2.5rem;}
.testing .baidi{padding:0.1rem;background:rgba(255,255,255,0.5);}
.testing h5 {
	font-size: 0.44rem;
	text-align:center;
	margin-bottom:0.2rem;
	font-weight: bold;
}
.testing p {
	font-size:0.3rem;
	font-family: msyh;
	line-height:1.6;
	padding-left:0.1rem;
}
.testing p span {
	color:red;
}

.testing .forms input {
	color: black;
	width: 3rem;
	display:inline-block;
	height: 0.5rem;
	padding: 0 0.1rem;
	border:2px solid #000;
	border-radius:15px;
	font-size:0.24rem;
	font-family:msyh;
	font-weight:normal;
	float:left;
}
.testing .forms button {
	display:inline-block;
	font-size:0.24rem;
	width: 3rem;
	height: 0.54rem;
	background-color: #ff4a2b;
	border-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	border-radius:15px;
	float:left;
	border:0;
}
.baidi p input{display:none;}
.baidi p label{position:relative;padding-left:0.29rem;cursor:pointer;}
.baidi p label:hover:before {
	border-color: #000;
}
.baidi p label:before { /* 圆形框 */
	position: absolute;
	top:0.06rem;
	left:0;
	margin: auto;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	content: '';
	border: 1px solid #666;
	background:#fff;
}
.baidi p label:after { /* 中心圆点 */
	position: absolute;
	display: none;
	content: '';
	top:0.12rem;
	left:0.062rem;
	margin: auto;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: #000;
}
.baidi p input:checked+label:before {
	border-color: #000;
}
.baidi p input:checked+label:after {
	display: block;
}
.baidi p input[disabled]+label, .baidi p input[disabled]+label:before {
	cursor: not-allowed;
	color: #c0c0c0;
	border-color: #c0c0c0;
}
.baidi p input:checked[disabled]+label:before {
	border-color: #c9e2f9;
}
.baidi p input:checked[disabled]+label:after {
	background: #c9e2f9;
}

.ntop{display: flex;justify-content: center}
.ntop span img:first-child{width: 3rem;height:0.7rem ;margin:0.08rem 0 0.02rem;}
.ntop span:last-of-type img{width: 1.82rem;height:0.69rem ;margin-left: 1.26rem;margin-top:0.15rem;}
.bottom{margin-bottom:1.1rem;font-size: 0.16rem;color: #333;text-align: center;padding:0.18rem 0;line-height: 1.4}
.sBmenu{position: fixed;border-top:1px solid #E4E4E4;overflow: hidden;line-height: 1;width: 6.4rem;bottom: 0;z-index: 1; background: #fff;}
.sBmenu img{width: 0.46rem;height: 0.46rem;margin:0 auto;text-align: center}
.sBmenu ul ,.sBmenu ul li{display: flex;justify-content: center}
.sBmenu ul li{margin-right: 1.1rem;}
.sBmenu ul li:last-of-type{margin-right:0;}
.sBmenu a{width: 0.86rem;text-align: center;line-height: 1.8;margin:0.12rem 0 0.08rem 0;}
.sBmenu a h2{font-size: 0.2rem;color: #000;}
.centers img{margin-top:0.52rem;}



.n2-one{height: 0.64rem;margin-bottom:-1px;background:url("../images/pic2.jpg") no-repeat;background-size: auto 0.9rem;text-align: center}
.n2-one h2{font-size: 0.36rem;padding-top: .34rem;}
.n2-one h3{font-size: 0.24rem;}
.n2-one span{color: #ff0000}


.choice{margin-top:0.2rem;background:url("../images/pic3.jpg") repeat-y;background-size: 7.5rem auto;padding:0 30px;}
.choice-1{font-size: 0.24rem;}
.choice-1 h4{font-size: 0.3rem;color: #000;padding-top:0.23rem;margin-bottom: 0.15rem;}
.choice-1 ul{display: flex;}
.choice-1 ul li:first-of-type{margin-left: 0.48rem}
.choice-1 li{color: #333;display:block;margin-left:0.24rem;padding:0.1rem 0.26rem;text-align: center;border: 2px solid #A6A8A7;border-radius: 0.1rem;cursor: pointer;background: #fff;}
.choice-1 li:last-of-type{margin-right: 0;}

.chok{background: #2F9AD2!important;color:#fff !important;border: 2px solid #2F9AD2 !important;}

.n-two{background:#D0F4F4;}
.n-two h3{font-size:0.24rem;margin:0 auto;padding-bottom:0.06rem;width:6.88rem ;text-align: center;}
.n-two h3 span{color: #f11458;}

.new-two div img{position: absolute;left: 0.97rem;bottom:0;width: 4.22rem;height: 0.35rem;}

.n-three div{display: flex;margin-bottom: 0.16rem;}
.n-three div span:first-of-type{margin-left:0.44rem;margin-right:0.16rem;width:0.4rem ;height: 0.4rem;line-height:1.7;text-align: center;color: #fff;font-size: 0.24rem;background:url("../images/icon1.png") no-repeat;background-size: cover;}
.n-three h1{font-size: 0.3rem;color: #e25765}
.n-three p{padding-left:0.38rem;font-size: 0.24rem;line-height:1.5;color: #333}

.form1{display: flex;justify-content: center;flex-wrap: wrap;background:url("../images/pic3.jpg") repeat-y;background-size: 7.5rem auto}
.botton a{cursor:pointer;margin-top:0.22rem;text-align:center;display: block;width: 6.28rem;height:1rem;line-height:2.5;letter-spacing:2px;font-size: 0.4rem;color: #fff;background: #2F9AD2;border-radius: 0.1rem;}
.form1 input{border-radius: 0.1rem;margin-top:0.36rem;display: block;width: calc(6.3rem - 0.3rem);padding:0.12rem 0 0.12rem 0.3rem;height: calc(0.74rem - 0.24rem);font-size: 0.24rem;border:2px solid #C1C0C5}
.free-text{background:url("../images/pic3.jpg") repeat-y;background-size: 7.5rem auto;text-align: center;color: #000;font-size: 0.2rem;padding:0.15rem 0 0.26rem 0;}
.free-text span{color:#ff0000 ;font-size: 0.2rem;}
.donghua1 {display: inline-block;-webkit-animation: 'pulse' 3s infinite linear;}


.foot-wrap{border-top:1px solid #E4E4E4;margin-top:0.2rem;padding:0.27rem 0 1.3rem 0;display: flex;justify-content: center}
.foot-wrap img{width: 1.24rem;height:0.47rem ;}
.foot-wrap span:nth-of-type(2){margin-left:0.25rem;margin-right: 0.72rem}
.foot-wrap span:nth-of-type(3){font-size: 0.2rem;color: #666}
.foot-wrap span:nth-of-type(3) a{font-size: 0.16rem;}


























</pre></body></html>