body {
margin: 0;
font-family: "Microsoft Yahei UI","Microsoft Yahei",Verdana,Simsun,"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
color: #000;
background-color: #fff;
background-image: none;
background-repeat: repeat;
background-position: top left;
direction: ltr;
font-size: 88%;
-webkit-font-smoothing: antialiased;
}


div.center, table.center {
margin-left: auto;
margin-right: auto;
text-align: left;
}

td.text_h {
	height: 70px;
	width: 409px;
	background-color: #fff;
	color: #9b9c9d;
	
	
}
p.wel_h {
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    color: #6f95c8;
}


input[type=checkbox]{
position: absolute;
padding: 0 0 0 0;
width: 19px;
height: 19px;
margin: 0 0 0 0;
float: left;

opacity: 0;
cursor: pointer;

}
label {
display: inline-block;
height: 19px;
line-height: 19px;
padding-left: 24px;
cursor: default;
font-size: 88%;

}



a {
font-weight: inherit;
text-decoration: none;
cursor: pointer;
}
.link_a{
	font-size: 78%;
	color:#225592;
	margin-right:10px;
}


.footer {
	font-size: 86%;
	background-color: #fff;
	height: 38px;
	margin-top:28px;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	text-align: center;
}
.footer li{
	float:left;
	padding:8px;
}



span.ltr {
display: inline-block;
direction: ltr;
}
body{display:block !important;}

.form-control {
display: block;
width: 322px;
height: 28px;
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #666666;
background-color: #ffffff;
background-image: none;
border: 1px solid #aaa;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.form-control:focus {
	outline:none;
}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #aaa;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #aaa;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #aaa;
}

.panel {
	/*margin-bottom:-12px;*/
}
.error_panel {
	/*display:none;*/
	text-align:left;
}
.error_panel .error{
	color: #000;
  font-size: 12px;
  padding: 6px 5px;
  text-align:left;
  border: 1px solid #ff934c;
  background-color: #fefcee;
  width:76%;
  margin-top:10px;
  margin-left:42px;
  margin-bottom:-10px;
}

.error_panel .error .icon{
	float:left;
	width:24px;
	margin-top:-1px;
}


.tm {	
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 6px;
	color: rgba(0,0,0,0.9);
  margin-top: 10px;
	text-align: center;
}


.header {
    width: 100%;
    height: 74px;
    /*border-bottom: 1px solid #e3e3e3;*/
    background-color: #fff;
    padding: 0px;
}
.header .header-layout {
    padding: 17px 0;
    overflow: hidden;
}



.y-row {
    min-width: 1000px;
    /*
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    */
    margin-left:60px;
    zoom: 1;
}
.header .header-layout .logo {
	  float: left;
    display: inline-block;
    height: 40px;
    margin-right: 20px;
}

.header .header-layout .logo a {
    float: left;
    display: inline-block;
    overflow: hidden;
    color:#09bd71;
}

.header .header-layout .menu {
	float:left;
	margin-top: 0px;
	font-size:16px;
}

.header .menu a {
    display: inline-block;
    color: #4A4A4A;
    height: 60px;
    line-height: 60px;
    width: auto;
    padding: 0 16px;
    text-align: center;
    width: auto;
    color: #333;
    text-decoration: none;
}

.header .menu a:hover {
    color: #09bd71;
    background-color: #fff;
}


h1 {
    font-size: 24px;
}
ul,li,h1,h2 {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}

a, a:hover, a:link, a:visited {
    /*color: #225592;*/
}


a.footerlink{
	font-size:70%;
	font-weight: 400;
	line-height: 1.23077;
	color:rgba(0,0,0,0.7);
	color:#666;
}
a, a:hover{
	
}
a.footerlink:hover {
	text-decoration:underline;
}

.content {
    position: relative;
    /*margin-top: 35px;*/
    margin-top: 0;
    min-height: 485px;
    height:calc(100vh - 160px);
    vertical-align: middle;
    background-color:#fff;
    background-image:url(bg.jpg);
    background-size:cover;
}



.container {
    min-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    position:relative;
    margin: 0 auto;
}
.container:before {
	display: table;
	content: " ";
}

.container:after {
	content: " ";
	clear: both;
}


.form_c {
	padding-top:40px;
	display:flex;
}

.wx-login-form {
    position: relative;
    background-color: rgb(255, 255, 255);
    z-index: 5;
    border-right: 0.5px solid rgb(196, 203, 215);
}

.username-login-form {
	padding-left: 50px;
}

.login_main {
    width: 800px;
    z-index: 2;
    /*
    position: absolute;
    right: 15%;
    */
    top: 25px;
    position:relative;
    margin:0 auto;
}

.login_main .login_modal {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}

.login_main .login_modal .modal_dialog {
    padding: 25px 0;
    margin: 0 20px;
    padding:0;
    margin:0;
    /*width: 360px;*/
    width:100%;
}


.protocol {
    margin-top: 40px;
    padding-bottom:20px;
    text-align: center;
}


.go-to-register {
    cursor: pointer;
    height: 70px;
    width: 70px;
    background-image: url(register.svg);
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.go-to-register a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
    top: 10px;
    right: 7px;
}


.juxDxC {
    font-size: 12px;
    color: rgb(179, 179, 179);
}

.juxDxC {
    font-size: 12px;
    color: rgb(179, 179, 179);
}


.juxDxC .protocol {
    cursor: pointer;
    color: unset;
    text-decoration: unset;
}




.join-now {
    text-align: center;
    padding: 12px 0 20px;
}



.graysmalltext {
font-weight: normal;
font-size:78%;
color:gray;

}

.login_title_2 {
font-weight: 600;
font-size: 22px;
margin-bottom:6px;
color: rgba(0,0,0,0.9);
padding-left:18px;
text-align:left;
}


.login_title_3 {
font-weight: normal;
font-size: 14px;
color: rgba(0,0,0,0.9);
margin-bottom: 16px;
padding-left:18px;
text-align:left;
display:none;
}


.username_login_title {
	font-weight: 500;
	padding-top:0px;
	margin-bottom:16px;
	font-size: 24px;
  color: rgb(24, 24, 24);
	text-align: center;
}


.wx_login_title {
	font-weight: 500;
	padding-top:0px;
	margin-bottom:16px;
	font-size: 24px;
  color: rgb(24, 24, 24);
	text-align: center;
}

.wxloginBox .info {
    width: 200px;
    margin: 10px auto;
}

.wxloginBox .info .wx_default_tip {
	text-align: center;
	padding: 7px 14px;
	font-size: 14px;
  color: #7e8081;
}

.wxloginBox .qrcode {
    width: 200px;
    /*margin-top: 10px;*/
    /*border: 1px solid #E2E2E2;*/
}

.wrp_code {
	width:200px;
	height:200px;
	/*
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat;
	background-position:center center;
	*/
	position:relative;	
}

.qrloading {
	position: absolute;
  top: 30%;
  left: 80px;
  color: #B3B3B3;
}



.submitDIV {
	margin-top:24px;
}
.lDiv {
	text-align:right;
	padding-top:3px;
	padding-right:52px;
}


/** css of test tab **/
.ser-tab {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
}

.ser-tab a {
    display: table-cell;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.ser-tab a.cur {
    border-bottom: 2px solid #ff5a34;
    color: #ff5a34;
}


/** end css of test tab **/



.vr-input-del{position: absolute; right: 7px; top: 8px;}
.vr-input-del {
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 5px;
    outline:none;
    display: none;
}

.vr-input-del span{
	width:22px; 
	height:22px;
	margin:3px 1px;
	position: relative;
  border-radius: 0;
  display: block;
	background: url(clear1.png) no-repeat 0 0;
	background-size: 22px;
}

.vr-input-del img{vertical-align: 8px;margin-left: 6px;}
.vr-input-del i{width: 19px;height: 14px;background: url(eye_ico.png) no-repeat 0 -19px;background-size: 19px auto; display: block; margin: 8px 0 0 4px;}
.vr-input-del .click-state{background-position: 0 2px;}




.qrcode_login_rl_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.qrcode_login_rl_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
}

.qrcode_login_rl_info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.qrcode_login_rl_info .ww_commonImg_Alert {
    float: none;
}

.ww_commonImg_Alert {
    background-image: url(Alert724.png);
}

.qrcode_login_rl_label {
    margin-top: 10px;
}

.qrcode_login_reload {
    color: #0C4C7F;
    text-decoration: none;
}
