input{
	background:none;  
	outline:none;  
	border:0px;
	
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    /* -webkit-box-shadow: 0 0 0px 1000px white inset; */
}
.select_box{
	margin-top:2.5rem;
}
.select_box_a{
	width:50%;
	text-align: center;
    height:46px;
    line-height: 46px;
        color: #434343;
    text-decoration: none;
    
}

.role_select_block{
	margin-top:20px;
}

.select_role_a{
	width:29.7%;
	text-align: center;
    background-color: #F5F5F5;
    border-radius: 2rem;
    height:46px;
    line-height: 46px;
    margin-bottom: 10px;
    border: #E9E9E9 1px solid;
    color: #000;
    text-decoration: none;
    float:left;
    margin-right:10px;
}
.select_role_a.select{
    color: white;
        background-color: #1890ff;
}

.myinput{
	width:100%;
	border-radius: 2rem;
    height:35px;
    line-height: 35px;
    border: #E9E9E9 1px solid;
    margin-bottom: 13px;
    text-indent:20px;
    background-color: #e5e5e5;
}
.myinput::-webkit-input-placeholder {
	color: #a0a1a5;
}
.select_box_a.select {
        color: #1890ff;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    	border-bottom:2px solid #1890ff;
    	font-size:17px;
    	font-weight:600;
}
.login_input{
	width:100%;
	height:3rem;
    line-height: 3rem;
	border-radius:2rem;
	padding:10px;
	border:1px solid #eee;
}
.mt-1{
	margin-top:1rem;
}
.login_btn{
	width:100%;
	display:inline-block;
	text-decoration:none;
	text-align: center;
    border-radius: 2rem;
    height:40px;
    line-height: 40px;
    margin-bottom: 10px;
    border: #E9E9E9 1px solid;
    color: white;
    background-color: #41CDFE;
    margin-top: 21px;
    background-color: #1890ff;
    font-size: 15px;
}

.guest{
	margin-top:10px;
}

.preview_btn{
	text-align: center;
    border-radius: 2rem;
    height:3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    border: #E9E9E9 1px solid;
}
.r_pwd{
	border-radius:50%;
    border: 1px solid #000;
}
#tab1 .weui_navbar_item.tab-green {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #41CDFE;
    color: #41CDFE;
}
.clearfix {
    zoom: 1;
}
.clearfix:after{
	content: "020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;  
}
.flo-l{
	float:left;
}
.flo-r{
	float:right;
}
#form_login div{
	
}

body{ 
	background: #fff url(/images/nsuser/login_bg.png) no-repeat fixed center;
	background-size:100% 100%;
}

.forget_pwd{
	color: #18b4ed;
    text-decoration: none;
    color: #f9b12d;
}

.hide{
	display:none;
}

.findPwd {
        width: 400px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 11px 0 #b1b1b1;
    border-radius: 10px;
    background-color: #fff;
}

.find_btn{
	display:inline-block;
	width:auto;
	line-height:18px;
	height:auto;
	margin-top:0;
}

.close_btn{
	width: 100%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 2rem;
    height: 41px;
    line-height: 41px;
    margin-bottom: 10px;
    border: #E9E9E9 1px solid;
    color: white;
    background-color: #41CDFE;
    background-color: #1890ff;
}

.weui_navbar_item {
	display:inline-block;
	width:49%;
}

.weui_navbar_item a{
	text-decoration: none;
	color:#000;
}

.gb_dl{
	    background-color: #1890ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gb_dl_tit{
    color: #fff;
    font-size: 19px;
        height: 48px;
}
.gb_dl_d{
	padding-top: 9px;
    display: inline-block;
}
.gb_box{
	padding: 26px 33px;
    padding-bottom: 10px;
}
.gb-bottom-reg{
	color: #333;
    font-size: 14px;
}
.gb_l{
	    color: #f9b12d;
	    text-decoration: none;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
      background-color: #fff;
}
#popup_container{
	    border: solid 1px #999 !important;
	    padding: 1px !important;
}
.wj_box{
	padding: 10px;
}
.wj_tit{
	    background-color: #1890ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 33px;
    height: 48px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 48px;
        font-weight: bold;
}
.wj_pad{
	    padding: 26px 33px;
    padding-bottom: 10px;
}
.myinput {
    width: 100%;
    border-radius: 2rem;
    height: 40px;
    line-height: 40px;
    border: #E9E9E9 1px solid;
    margin-bottom: 18px;
    text-indent: 20px;
    background-color: #e5e5e5;
    box-sizing: border-box;
}
.gb_rea_y {
    position: absolute;
    height: 39px;
    line-height: 39px;
    top: 0;
    right: -0.5%;
    border-radius: 1.75rem;
    width: 36%;
    background: #1890ff;
    color: #fff;
    font-size: 13px;
        text-decoration: none;
}
.gb_rea {
    position: relative;
}
.tips-b {
    color: #a0a1a5;
    padding: 0 5.5%;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    margin-top: -10px;
}
.tips-img {
    height: 12px;
}
.f_ls{
	border: 2px solid #58e0ff !important;
	box-shadow:0 0 5px #58e0ff;
	-webkit-box-shadow:0 0 5px #58e0ff;
	-moz-box-shadow:0 0 5px #58e0ff;
}
#popup_panel input {
    background: #1890ff!important;
  
}
.login-center{
	
	width:1024px;
	height:600px;
	margin:0 auto;
	background:#fff;
	border-radius:15px;
}
.fr{
	
	float:right;
}
.fl{
	
	float:left;
}
.tl-c{
	
	text-align:center;
}

.login_a{
	float:left;
	height:45px;
	line-height:45px;
	width:175px;
	border-bottom:2px solid #e5e5e5;
	font-size:14px;
	
}


.hjy-mask{
	position: fixed;
    z-index: 1000;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    display:none;
}
.hjy-alert{
	position: fixed;
    z-index: 1001;
    width: 500px;
    height: 330px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    display:none;
}
.login_hyj{
	cursor:pointer;
}
.hjy-span{
	border: 1px solid #1890ff;
    display: inline-block;
    border-radius: 35px;
    padding: 10px;
    cursor: pointer;
}
.hjy-span:hover{
	color: #fff;
    background-color: #1890ff;
}
.hjy-tit{
	    padding: 13px 10px 4px;
	    font-weight: bold;
}
.hjy-del{
	cursor:pointer;
	width: 30px;
	color:#c7bfbf;
	text-align: center;
}
.hjy-cont{
	display: table;
    word-spacing: -1em;
}
.hjy-cont a{
    display: inline-block;
    text-decoration: none;
    color: #1890ff;
    
    width: 33.3%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0px;
}
.login-role{
	display: block;
	padding: 10px 40px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border:1px #ccc solid;
    border-radius:10px;
    margin-bottom:10px;
}
.login-role img{
	border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #e5e5e5;
}
.loginsel{
	border-color: #1890ff;
}
.loginsel img{
    background: #ffbf0d;
}
/* .login-choos{
    width: 68%;
    height: 64px;
    border-top: 1px solid #434343;
    margin: 132px auto 40px;
    position: relative;
}
.choos-t{
    position: absolute;
    width: 40%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #fff;
    text-align: center;
    top: -1.25rem;
    left: 30%;
} */
.login-choose{
    text-align:center;
    position:absolute;
    width:100%;
    line-height: 90px;
    height: 90px;
}
.login-choose a{
    position:absolute;
   	top: 30px;
    left: 50px;
    margin: 10px;
}
.choose-title{
	color:#666;
	font-weight: bold;
}
.choose-user{
	padding: 100px;

}
.login-user{
	overflow: hidden;
    overflow-y: scroll;
    height: 400px;
    scrollbar-width: none; /* firefox */
   	-ms-overflow-style: none; /* IE 10+ */
}
.login-user::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.loginsz{
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.choos_btn{
	width: 400px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 2rem;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border: 2px solid #1890ff;
    color: white;
    margin-top: 51px;
    background-color: #1890ff;
    font-size: 15px;
}

.login_sys{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.smart-mask{
	position: fixed;
    z-index: 1000;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    display:none;
}
.smart-alert{
    position: fixed;
    z-index: 1001;
    width: 641px;
	height: 376px;
	box-shadow: 0px 2px 13px 0px rgba(122,216,255,0.51);
	border-radius: 20px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    display: none;
    
}
.smart-cont{
	text-align: center;
    line-height: 30px;
    padding: 63px 96px 40px;
    
}

.smart-cont-title{
	font-weight: 500;
	color: #333333;
	line-height: 15px;
	font-family: Source Han Sans CN;
	font-weight: 500;
}

.smart-cont-info{
	margin-top:24px;
	color: #FF6C00;
	line-height: 15px;
	font-family: Source Han Sans CN;
	font-weight: 500;
}

#smartAccount{
	margin-left:55px;
}

.smart-cont-btn{
	margin-top:59px;
}

.smart-bind{
	width: 220px;
	background: #048CE2;
	border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border: #E9E9E9 1px solid;
    color: white;
    margin-top: 21px;
    font-size: 15px;
}

.smart-cancel{
	width: 186px;
	border-radius: 20px;
	border: 1px solid #1890FF;
    width: 200px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border: #1890ff 1px solid;
    color: #1890ff;
    background-color: white;
    margin-top: 21px;
    font-size: 15px;
}