<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex{
	display:flex;display:-webkit-flex;
	flex-wrap:wrap;-webkit-flex-wrap:wrap;
	flex-direction:row;-webkit-flex-direction:row;
	justify-content:space-between;-webkit-justify-content:space-between;
	align-items:center;-webkit-align-items:center;
}
body{background:url(../image/bg.jpg);background-size:100% 100%;overflow:hidden;margin:0;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif !important;
	flex-direction:column !important;-webkit-flex-direction:column !important;
	justify-content:center !important;-webkit-justify-content:center !important;
}
input{font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif !important;}
.logo{position:absolute;width:15.8%;left:7.5%;top:9%;}
.form{width:32.3%;}
.form&gt;div:first-child{width:100%;text-align:center;color:#fff;font-size:50px;font-weight:bold;height:50px;line-height:50px;}
.form&gt;div:nth-child(2){width:100%;text-align:center;color:#fff;font-size:14px;height:44px;line-height:44px;text-transform:uppercase;letter-spacing:3px;}

.form form{width:100%;background-color:#f4f2f2;border:2px solid #a2fcff;padding-top:45px;}
.name{width:81%;margin:0px auto;height:50px;margin-bottom:13px;}
.name span{display:inline-block;width:16%;height:50px;line-height:50px;color:#08086d;font-size:20px;text-align-last:justify;}
.name input{width:82%;box-sizing:border-box;border:1px solid #59599b;padding:8px;color:#333333;font-size:20px;background-color:#f4f2f2;}
.pwd{width:81%;margin:0px auto;height:50px;margin-bottom:12px;}
.pwd span{display:inline-block;width:16%;height:50px;line-height:50px;color:#08086d;font-size:20px;text-align-last:justify;}
.pwd input{width:82%;box-sizing:border-box;border:1px solid #59599b;padding:8px;color:#333333;font-size:20px;background-color:#f4f2f2;}
.btn{width:81%;margin:0px auto;margin-top:20px;
	flex-direction:row-reverse;-webkit-flex-direction:row-reverse;
}
.btn div{width:82%;
	justify-content:space-around;-webkit-justify-content:space-around;
}
.btn div input{width:30%;height:30px;line-height:30px;color:#fff;font-size:20px;text-align:center;border-radius:15px;border:none;padding:0px;cursor: pointer;}
.btn_reset{background-color:#b5b5b5;}
.btn_logoin{background-color:#0568b6;}

.other{width:86%;margin:0px auto;margin-top:14px;color:#6d6c6c;font-size:14px;text-align:center;height:45px;line-height:45px;border-top:1px solid #fcfcfc;box-shadow:0 -1px 0 #dddbdb;}


















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