﻿a:link {color:#000;text-decoration:none;} 
a:visited{color:#000;text-decoration:none;} 
a:active{color:#000;text-decoration:none;} 
a:hover {color:#000;text-decoration:none;} 

*{   
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
    -webkit-user-select:none; /*webkit浏览器*/   
    -moz-user-select:none;/*火狐*/   
    -ms-user-select:none; /*IE10*/   
    user-select:none;   
}  
input {      
        -webkit-user-select:auto; /*webkit浏览器*/     
}  
body{
        margin: 0;
        padding: 0;
        outline: 0;
    }
.cont img{
	 position:absolute;
         width:100%;
         height:100%;
}

    /*登录*/
.login{
	position: absolute;
	width: 80%;
	height: 300px;
	left: 10%;
	top: 16%;
	background-color: #fff;
	z-index: 99;
	border-radius: 2px;
}
.login .User_login{
    font-size: 20px;
    color: #666666;
    width: 100%;
    margin-top:5%;
    line-height:50px;
    padding-left: 6%;
}
.login .Username{
	width: 100%;
	height: 20%;
}
.login .Username input{
	width: 75%;
	height: 70%;
	border:1px solid #CCCACB;
	border-radius: 5px;
	margin-left: 6%;
	padding-left: 13%;
	color: #999999;
    outline:0;
}
.login .Username img{
	height: 20px;
	padding-top: 14px;
	position: absolute;
	margin-left: 9%;
}
.login .Password{
	width: 100%;
	height: 20%;
}
.login .Password input{
	width: 75%;
	height: 70%;
	border:1px solid #CCCACB;
	border-radius: 5px;
	margin-left: 6%;
	padding-left: 13%;
	color: #999999;
    outline:0;
}
.login .Password img{
	height: 20px;
	padding-top: 14px;
	position: absolute;
	margin-left: 9%;
}
.login .Re_psw{
	color: #41D96F;
	font-size: 14px;
	float: right;
	margin-right: 3%;
	cursor: pointer;
}
.login .zhuce{
	color: #41D96F;
	font-size: 14px;
	float: right;
	margin-right: 6%;
	cursor: pointer;
}
.login .btn_login{
	width: 88%;
	margin: 13% auto;
	background: #41D96F;
	height: 15%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
#remember_me{
   margin-left:6%;
   float:left;
   margin-top:2px;
}
#remember_psw{
   margin-left:3%;
   float:left;
   margin-top:2px;
}
/*登录 结束*/
.Reservation_Process{
    width:100%;
    margin-top:20%;
    color:#666666;
    font-size:14px;
}
input::-webkit-input-placeholder{ 
    color: #B7B7B7; 
    } 
    input:-moz-placeholder{
    color: #B7B7B7; 
    } 
    input::-moz-placeholder{ 
    color: #B7B7B7; 
    } 
    input:-ms-input-placeholder{ 
    color: #B7B7B7; 
    } 
   

/*告家长书alertRecord*/
.alert_record{
    margin: 0;
    padding: 0;
    width: 80%;
    top: 150px;
    left: 10%;
    position: fixed;
    background-color: #fff;
    display: none;
    z-index: 1000;
    border-radius:5px;
}
.div_title{
    text-align:center;
    font-size:18px;
    font-weight:bolder;
    width:100%;
    height:40px;
    line-height:40px;
    border-radius:5px 5px 0 0;
}
.alert_record .p{
    color: #888888;
    font-size: 12px;
    line-height: 25px;
    margin-top:10px;
}
.p span{
    float:left;
    width:97%;
    padding-left:3%;
}
.p label{
    float:right;
    padding-right:10px;
    margin-top:20px;
}
.alert_record .yes{
    width:100%;
    height:40px;
    line-height:40px;
    text-align:center;
    float:left;
    background:#41d96f;
    border-bottom:1px solid #ccc;
    border-radius: 0 0 5px 5px;
    margin-top:20px;
}
.Mark{
    display:none;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0;
    right:0;
    background:#000;
    opacity:0.4;
    z-index: 999;
}
.disable{
    pointer-events: none;
}