﻿html, body {
    width: 100%;
    height: 100%;
}
body {
    background-image:url(/image/login/logbg.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    margin:0px;
    position:relative;
    /*width:1920px;
    height:720px;*/
}
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}
.login {
    width: 30%;
    height: 50%;
    position: absolute;
    right:20%;
    top: 25%;
    background-color:rgba(0,73,58,0.5);
    border-radius:8px;
}
.login-title {
    width: 100%;
}
.login-title .logo {
    width: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}
.login-title .logo img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.login-title span{
    color: white;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 100;
    margin-left: 10%;
    top: 23%;
    position: relative;
}
.login-body {
    width: 80%;
    height: 80%;
    padding-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
}
.userName, .passWord, .Sub {
    line-height: 3;
    width: 100%;
    height: 25%;
}
.errorTip {
    width: 100%;
    height: 15%;
}
.copyright {
    position: absolute;
    bottom: 1%;
    right: 2%;
    color: white;
    letter-spacing: 4px;
    font-weight: 100;
    width:300px;
}
input {
    color: #d9fff7;
    height: 35%;
    outline: none;
    width: 100%;
    background: transparent;
    padding: 0.5em 0;
    border: 0;
    border-bottom: 1px solid #bee5d6;
}
input::-webkit-input-placeholder {
    color: #b4d1c6;
}
/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
    color: #b4d1c6;
}
/* Firefox版本4-18 */
input::-moz-placeholder {
    color: #b4d1c6;
}
/* Firefox版本19+ */
input:-ms-input-placeholder {
    color: #b4d1c6;
}
/* IE浏览器 */

.huich {
    width: 16px;
    float: left;
    margin-top: 1px;
}

.copyright span {
    float: left;
    margin-left: 3%;
}

.sele {
    width: 100%;
    height: 10%;
    padding-bottom: 1%;
}

.sele div{
    height:100%;
    float:right;
}
.Sub {
    text-align:right;
}
#sub {
    width: 36%;
    height: 29.3px;
    background-color: #33ffda;
    border-radius: 4px;
    border: 0px;
    color: #005b4a;
    font-family: "微软雅黑";
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 3px;
    cursor:pointer;
}

.phone{
    display:none;
}

.rember input,.phone input{
    width: 12px;
    display:inline-block;
}

.rember span, .phone span {
    line-height: 1.8;
    color: #d9fff7;
    font-size: 14px;
    display: inline-block;
}
.rember {
    text-align:right;
}

.userName span {
    letter-spacing: 0.5px;
}

.copyright{
    display:none;
}

#fuwu {
    color: white;
    width: auto;
    height: auto;
}

a {
    color: aliceblue;
}





@media screen and (max-width:960px) {
    .login {
        width: 50%;
        height: 60%;
        right: 25%;
        top: 20%;
    }
}
@media screen and (min-width:960px) and (max-width:1200px) {
    .login {
        width: 45%;
        height: 60%;
        right: 20%;
        top: 20%;
    } 
}
@media screen and (min-width:1200px) and (max-width:1600px) {
    .login {
        width: 40%;
        height: 60%;
        right: 20%;
        top: 20%;
    }
}



