* {
    font-family: "΢���ź�";
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
}

body {
/*     background: url(../img/login.jpg) no-repeat; */
	background: url(../img/login_bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.bg {
    width: 100%;
    height: 237px;
    background: #737373;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.gyl {
    width: 1200px;
    height: 237px;
    color: #FFFFFF;
    font-size: 72px;
    position: absolute;
    left: 15%;
    top: 11%;

    bottom: 0px;
    margin: auto;
}

.gy2 {
    color: #fff;
    margin-left: 6px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.bgForm {
    width: 375px;
    height: 400px;
    background: #fff;
    position: relative;
    position: absolute;
    left: 56%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}




.password {
    position: absolute;
    top: 8.5rem;
    right: 2.5rem;
    display: flex;
}

.loginunits {
    position: absolute;
    top: 12rem;
    right: 2.5rem;
    display: flex;
}

.btn {
    position: absolute;
    top: 16rem;
    right: 2.5rem;
    border: none;
    color: #fff;
    width: 18.825rem;
    text-align: center;
    background-color: #0088F4;
    text-indent: 0rem;
}

.img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.wel {
    width: 375px;
    height: 35px;
    color: #347ebc;
    font-size: 1.5rem;
    position: absolute;
    top: 1.5rem;
    text-align: center;
}

input {
/*     border-bottom: 0.0625rem solid #347ebc; */
    height: 2.5625rem;
/*     width: 15.8125rem; */
	width: 75%;
    text-indent: 1.2rem;
    outline: none;
    border-radius:20px;
}

select {
/*     border-bottom: .0625rem solid #347ebc; */
    height: 2.5625rem;
/*     width: 15.8125rem; */
	width: 75%;
    text-indent: 1.2rem;
    outline: 0;
    border-radius:20px;
}

.user {
    position: absolute;
    top: 5rem;
    right: 2.5rem;
    display: flex;

}

.rem {
    position: absolute;
    top: 19rem;
    right: 17.2rem;
    border: none;
    color: #323333;
}

.rem input {
    width: 0.8125rem;
}

.fg {
    position: absolute;
    top: 19rem;
    right: 2.5rem;
    border: none;
    color: #323333;
}

.label {
/*     border-bottom: 1px solid #347ebc; */
    height: 41px;
    line-height: 41px;
}

#reb {
    margin-top: -33px;
    margin-left: 20px;
    font-size: 11px;
}



