body,h1,h2,h3,h4,h5,h6,p,a,img,input,ul,dl,li,ol,dd,dt,figure,figcaption
{
    padding:0;margin:0;
}
ul,ol{
    list-style:none;
}
input{
    outline:none; border:0;
}
img{
    display:block;
}
a{
    text-decoration:none;
}
body{
    font-size:14px;
    position: relative;

}
html,body{
    height:100%;
    /*background:linear-gradient(rgb(79,167,185),rgb(79,167,185)) ;*/
}

/*背景图*/
.login_img{
    width: 100%;
    height: 100%;
    background: url(../images/login_wifi.png)no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
    position: relative;
}
/*登录框*/
h2{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7); /* 黑色，透明度为 70% */
    font-weight: 100;
    margin: 10px 0px;
}
.login-input{
    width: 90%;
    margin: 0 auto;
    margin-top:280px;
}
.login-input table{
    width: 100%;
    height: 100%;
}
.login_button {
    width: 390px;
    height: 100%;
    background: rgba(238, 238, 238, 0.3); /* 使用 rgba 来设置透明度 */
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1;
    right: 0;
    box-shadow:5px 10px 3px -15px #2f53b4;
    border-radius: 10px;
}
.login_text{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    border-bottom: 2px solid #ae7a1d;
    text-align: center;
}
.login_text h3{
    font-size: 16px;
    color: white;
    line-height: 50px;
}
.login_btn{
    width: 100%;
    height: 40px;
    border-radius: 23px;
    font-size: 16px;
    background: rgb(30,192,255);
    color: white;
    margin-top: 20px;
}
.login_btn:disabled{
    background: darkgray;
}
.psd{
    width: 96%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
}
/*
.login_psd{
    width: 80%;
    margin: 15px auto 0px;
}
.login_psd h3{
    font-weight: 100;
    color: white;
    font-size: 14px;
    margin: 5px 0px 10px 0px;
}

*/

.for_psd a{
    color: white;
    font-size: 10px;
}
/*LOGO*/
.logo{
    width: 100%;
    height: 50px;
	
}
.logo h1{
    line-height: 50px;
    padding-left: 20px;
    color: #ffffff;
}
.logo img {
	width:180px;
	margin: auto;
	position: relative;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}


   
	
	
/*弹窗*/
#pwtips{
    color: red;
    font-size: 20px;
}
#toast-popup{
    position: fixed;
    top: 90%;
}
::-ms-clear, ::-ms-reveal{
    display: none;
}
.form-modal.-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.form-modal {
    background: rgba(24,53,80,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    overflow: auto;
    display: none;
    overflow:hidden;
}
.form-modal>.modal-body.-delete {
    max-width: 462px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 16px;
    
}
.form-modal>.modal-body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    min-width: 260px;
}
.form-modal>.modal-body>.form-base {
    margin: 0;
}
.form-base {
    /* border-radius: 12px; */
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(25,59,101,0.08);
    -webkit-box-shadow: 0 0 4px rgb(25 59 101 / 5%);
    box-shadow: 0 0 4px rgb(25 59 101 / 5%);
    /* border-radius: 12px; */
}
.form-base>.form-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    /* border-radius: 2px; */
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    min-width: 260px;
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    /* border-radius: 2px 2px 0 0; */
    text-align: left;
}
.context {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.button-group {
    text-align: right;
    padding: 0 15px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
.button.-primary {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    /* border-radius: 2px; */
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.error-tips {
    display:none;
    font-size: 10px;
}
@media only screen and (max-width: 360px){
    .login_button {
        width: 100%;
        max-height: 360px;
        height: auto;
    }
    .logo img{
        top:10px;
        width: 120px;
    }
}
@media only screen and (max-width: 375px){
  
    .logo img{
        top:50px;
        width: 150px;
    }
}
