<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}
body {
	background: url(../Images/bg.jpg) no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .6;
	background-color: #000;
	filter: alpha(opacity=60);
}
.fa {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    display: block;
    zoom: 1;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/icon.png) no-repeat;
}
.form-checkbox input[type=checkbox] {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: -20px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(../Images/icon.png) no-repeat 0 -60px;
	box-sizing: border-box;
	border: none;
	-webkit-appearance: none;
}
.form-checkbox input[type=checkbox]:checked {
	background-position: -20px -60px;
}
.form-radio input[type=radio] {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: -20px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(../Images/icon.png) no-repeat 0 -60px;
	box-sizing: border-box;
	border: none;
	-webkit-appearance: none;
}
.form-radio {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	cursor: pointer;
}
.form-radio input[type=radio]:checked {
	background-position: -20px -60px;
}
.btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	*padding: 0 10px;
	*line-height: 1.5;
}
.btn-grey {
    background-color: #eee;
    border: none;
}
.btn-lg {
	display: block;
	padding: 0;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.btn-grey, .btn-grey:focus, .btn-grey:hover {
    color: #666;
}
.btn-primary {
	border: none;
	background-color: #138ce1;
}
button[disabled].btn-primary {
	background-color: #88ceff;
}
.btn-block {
	display: block;
	width: 100%;
}
.container {
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	width: 520px;
	margin: 30px auto;
}
/* tips */

.tips {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.tips a {
	position: relative;
	z-index: 3;
	display: block;
	padding: 25px 0;
	font-size: 28px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.tips a em {
	color: #fffc00;
	text-decoration: underline;
}
.tips .mask {
	opacity: .6;
	background-color: #000;
	filter: alpha(opacity=60);
}

/* weixin */

.weixin-hd {
	margin-top: -15px;
	font-size: 18px;
	font-weight: 200;
	color: #666;
	text-align: center;
}
.weixin-bd {
	position: relative;
	text-align: center;
}
.weixin-bd {
	height: 192px;
	margin: 20px 0 85px;
}
.weixin-bd img {
	vertical-align: middle;
}
.weixin-bd-hd {
	position: absolute;
	left: 124px;
	display: block;
	width: 192px;
	height: 192px;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	*width: 162px;
	*height: 162px;
}
.weixin-bd.hover:hover .weixin-bd-hd {
	left: 0;
}
.weixin-bd-bd {
	opacity: 0;
	filter: alpha(opacity=0);
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.weixin-bd.hover:hover .weixin-bd-bd {
	opacity: 1;
	filter: alpha(opacity=100);
}
.weixin-bd.hover .weixin-bd-hd .refresh {
	display: none;
}
.weixin-bd-hd .refresh {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 160px;
	height: 160px;
}
.weixin-bd-hd .refresh .text {
	position: relative;
	z-index: 12;
}
.weixin-bd-hd .refresh .text p {
	margin-top: 25px;
	font-size: 22px;
}
.weixin-bd-hd .refresh .text .btn {
	margin-top: 30px;
	padding: 0;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.weixin-bd-hd .refresh .mask {
	background-color: #fff;
	opacity: .95;
	filter: alpha(opacity=95);
}
.weixin-ft {
	display: none;
	color: #666;
}
.weixin-ft h2 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 400;
}
.weixin.success .weixin-ft {
	display: block;
	padding: 60px 0 140px;
	text-align: center;
	overflow: hidden;
}
.weixin.success .weixin-hd,
.weixin.success .weixin-bd {
	display: none;
}
.weixin.success .fa-success {
	position: relative;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-position: -40px 0;
}
/* from-header */

.from-header {
	margin: 17px 0;
	opacity: .8;
}
	.from-header a, .from-header a:hover {
		font-size: 14px;
		font-weight: 200;
		line-height: 1;
		color: #fff;
		text-decoration: none;
	}
/* form */

.form-wrap {
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
}
.form-tab li {
	float: left;
	width: 50%;
}
.form-tab li a {
	display: block;
	padding: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	text-align: center;
	text-decoration: none;
	background-color: #f8f8f8;
}
.form-tab li.active a {
	color: #333;
	background-color: #fff;
}
.form-bd {
	position: relative;
	padding: 30px 40px;
}
.form-bd-item {
	display: none;
}
.form-toggle {
	position: absolute;
	top: 16px;
	right: 16px;
}
.form-toggle a {
	display: none;
	width: 127px;
	height: 50px;
	background: url(../Images/sm.png) no-repeat;
}
.form-toggle a.active {
	display: block;
}
.form-toggle a.weixin {
	background-position: 0 0;
}
.form-toggle a.password {
	background-position: 0 -50px;
}
.form-bd .form-group .btn {
	display: block;
	font-weight: 300;
}
.form-link {
	font-size: 14px;
	color: #999;
}
.form-logo {
	position: relative;
	margin-bottom: 40px;
	margin-top: 30px;
}
.form-logo .logo {
	vertical-align: middle;
}
.form-other {
	font-size: 14px;
	color: #999;
	text-align: center;
}
.form-other a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.form-other a img {
	margin: 0 15px;
	vertical-align: middle;
}
.form-code {
	position: absolute;
	top: 13px;
	right: 13px;
	line-height: 24px;
}
.form-code .Image1 {
	height: 30px;
	vertical-align: middle;
}
.form-code .btn {
	margin-left: 10px;
	padding: 8px 10px;
}
.form-group {
	position: relative;
	margin-bottom: 30px;
}
.form-group .error-msg {
	display: none;
	position: absolute;
	bottom: -25px;
	padding-left: 24px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ff6060;
}
.form-group .error-msg i.fa-error {
	background-position: -80px 0;
}
.form-group.error .error-msg {
	display: block;
}
.form-group.error .error-msg a.blue {
	margin-left: 10px;
	text-decoration: underline;
}
.form-group .pswstate {
	position: absolute;
	right: 0;
	bottom: -22px;
}
.form-group .pswstate span {
	display: block;
	width: 58px;
	height: 18px;
	line-height: 18px;
	background-color: #ebebeb;
	border: #FFF 1px solid;
	float: left;
	margin-right: -1px;
	text-align: center;
	overflow: hidden;
	color: #999;
}
.form-group .pswstate .pswstate-weak .weak {
	background-color: #ff6060;
	border: #FFF 1px solid;
	color: #FFF;
}
.form-group .pswstate .pswstate-normal .weak,
.form-group .pswstate .pswstate-normal .normal {
	background-color: #fb0;
}
.form-group .pswstate .pswstate-normal .weak {
	line-height: 200px;
}
.form-group .pswstate .pswstate-normal .normal {
	color: #FFF;
}
.form-group .pswstate .pswstate-strong .weak,
.form-group .pswstate .pswstate-strong .normal,
.form-group .pswstate .pswstate-strong .strong {
	background-color: #007ccf;
	line-height: 200px;
}
.form-group .pswstate .pswstate-strong .strong {
	line-height: 18px;
	color: #FFF;
}
.form-group.error .form-control {
	border-color: #ff6060;
}
.form-control {
	display: block;
	width: 440px;
	height: 58px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 56px;
	color: #464a4c;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	*width: 410px;
	*height: 56px;
	*line-height: 54px;
}
.form-control:focus {
	border-color: #007ccf;
}
.form-checkbox {
	position: relative;
	display: block;
	padding-left: 20px;
}
.form-checkbox label {
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.form-checkbox input {
	margin-right: 5px;
}
.otherlogin {
	text-align: center;
	padding-bottom: 10px;
	color: #999;
}
.otherlogin h2 {
	position: relative;
	display: inline-block;
	font-size: 12px;
}
.otherlogin h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -60px;
	width: 40px;
	height: 0;
	border-bottom: 1px solid #999;
}
.otherlogin h2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -60px;
	width: 40px;
	height: 0;
	border-bottom: 1px solid #999;
}
.footer {
	height: 139px;
	margin-top: 50px;
	position:fixed;
	bottom:0;
	width:100%;
}
.footer .app span {
	background: url(../Images/loginb.jpg) no-repeat;
	width: 48px;
	height: 139px;
	float: right;
}
.footer .app .content {
  float: right;
	height: 139px;
	padding: 14px;
	overflow: hidden;
}
.footer .app .content .appqr,.footer .app .content .des
{
	float: left;
}
.footer .app .content .des
{
color: #fff;
padding: 19px 0 19px 15px;
}
.footer .app .content .hxapp
{
	font-size: 24px;
}
.footer .app .content .scan
{
	font-size: 18px;
	padding-top: 9px;
}
.footer .app .content img
{
	width: 113px;
	height: 113px;
}
.footer .app {
	width: 50%;
	float: left;
	height: 139px;
	background: url(../Images/lbg.jpg) repeat-x;
}
.footer .download {
	background: url(../Images/rbg.jpg) repeat-x;
	width: 50%;
	float: left;
	height: 139px;
}
.footer .download  .tip{

padding: 28px 14px 14px 50px;
}
.footer .download  .downapp
{
	width: 530px;
	text-align: center;
	padding-top: 10px;
}
/*ç”¨æˆ·ç±»åž‹é€‰æ‹©*/
          .register-type-item {
    display: inline-block;
    width: 260px;
    height: 346px;
    border: 1px solid #f0f0f0;
    background: #f7fafb;
    cursor: pointer;
    overflow: hidden;
}

.register-type-item h1 {
    padding: 43px 0 26px 0;
    font-size: 20px;
}
.color-yellow {
    color: #ffb047;
}
.register-type-txt {
    font-size: 14px;
    color: #818181;
    padding-top: 44px;
}
.color-green {
    color: #38c5ce;
}
.mr50 {
    margin-right: 50px;
}
.register-type-list {

    margin: 70px auto 120px auto;
}
.tc {
    text-align: center;
}
.register-type-list a{
text-decoration: none;
}
.register-type-item:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.grey{color:#999;}
.ScanLogin .ScanLoginSuccess {
	display: none;
	position: absolute;
	z-index: 10;
	background: #f2f2f2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #ff6600;
	background: #fff;
}</pre></body></html>