/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-2-27, 17:42:17
    Author     : admin
*/

*{
    margin: 0px;
    padding: 0px;
}

.div_img{
    width: 100%;
    height: 100%;
}
.div_img img{
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.div_login{
    position: fixed;
    width: 18%;
    height: auto;
    margin-left: 10%;
    top: 31%;
    background-color: #EEEEEE;
    padding-bottom: 15px;
    padding-top: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}
.div_login_diva{
    width: 100%;
    height: 35px;
    margin-left: 8%;
    margin-top: 5px;
    line-height: 35px;
    border: 1px solid #DDDDDD;
    background-color: #8CB5E8;
}
.div_login_diva span{
    margin-left: 5%;
    margin-right: 5%;
}
.div_login_diva input{
    height: 28px;
    width: 60%;
    border: 1px solid #4E85C0;
    background-color: rgba(0,0,0,0);

}
#buttonb{
    border: 0px;
    background-color: #268BD3;
    font-size: 18px;
    color: #ffffff;
}

.div_login input{
    width: 88%;
    margin-left: 6%;
    margin-top: 8px;
    height: 35px;  
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

//微信端样式
.sj-img{
    width: 640px;

}
.sj-img img{
    min-height: 100%;
    max-height: 100%;
}
.sj-div-login{
    position: fixed;
    left: 35px;
    top: 20%;
    width: 268px;
    height: 165px;
    background: -webkit-linear-gradient(#5D9BD8,#8CC0F9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5D9BD8,#8CC0F9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5D9BD8,#8CC0F9); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5D9BD8,#8CC0F9);
}
.sj-div-logina{
    width: 100%;
    height: 40px;
    padding-top: 15px;
    padding-left: 10px;
}
.sj-div-logina input{
    width: 80%;
    height: 30px;
    border: 0px;
}
.sj-div-login p{
    margin-top: 5px;
    padding-left: 10px;
    color: #DDDDDD;
    font-size: 16px;
}
#but{
    margin-top: 24px;
    width: 92%;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #4E85C0;
    background-color: #4E85C0;
    font-size: 20px;
}