body {
    background-attachment: fixed;
    background-image: url(../img/login_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "微软雅黑", "黑体", "宋体"!important;
    /*letter-spacing: 2px;*/
    margin: 0px;
    padding: 0px;
}
.centerContain {
    margin-top: -240px;
    position: absolute;
    top: 40%;
    width: 100%;
}
.topbarn {
    width: 1030px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 3px;
}
.toplogo img {
    vertical-align: -30%;
    margin-right: 20px;
}
.middleblackcon {
    background-color: rgba(0,0,0,0.25);
    height: 450px;
    width: 100%;
    position: absolute;
}
.middleCentr {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: left 10px;
    background-image: url(../img/kejibg.png);
    height: 450px;
}
.subForms {
    float: right;
    background: -webkit-linear-gradient(rgba(255,255,255,0.05),rgba(255,255,255,0.25),rgba(255,255,255,0.05)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.05),rgba(255,255,255,0.25),rgba(255,255,255,0.05)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.05),rgba(255,255,255,0.25),rgba(255,255,255,0.05)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255,255,255,0.05),rgba(255,255,255,0.25),rgba(255,255,255,0.05)); /* 标准的语法 */
    width: 380px;
    height: 450px;
}
.hoverEwma {
    height: 60px;
}
.hoverEwma a {
    float: right;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 999;
}
.hoverEwma a:hover .erweiMA{
    display:block;
}
.erweiMA {
    background-color: rgba(255,255,255,0.7);
    background-image: url(../img/erweima.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 450px;
    width: 380px;
    top: 0px;
    right: 0px;
    display: none;
    font-size: 18px;
    text-align: center;
    line-height: 90px;
}
.welWord {
    font-size: 24px;
    color: #FFF;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 20px;
}
.subNam {
    position: relative;
    width: 304px;
    margin-right: auto;
    margin-left: auto;
}
.inptKuang {
    height: 45px;
    width: 240px;
    padding:0 60px 0 0px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 3px;
    outline: none;
    background: rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    font-size: 18px;
    color: #FFF;
    text-indent: 40px;
}
.forgetPasswd {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    position: absolute;
    right: 0px;
    line-height: 45px;
    cursor: pointer;
    padding-right: 5px;
}
.subBtn {
    clear: both;
}
.subBtn a {
    height: 45px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    display: block;
    font-size: 18px;
    color: #FFF;
    line-height: 45px;
    text-align: center;
    background: -webkit-linear-gradient(30deg,rgba(69,181,222,1),rgba(87,230,255,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(30deg,rgba(69,181,222,1),rgba(87,230,255,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(30deg,rgba(69,181,222,1),rgba(87,230,255,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(30deg,rgba(69,181,222,1),rgba(87,230,255,1)); /* 标准的语法 */
    cursor: pointer;
}
/* WebKit browsers */
.subNam ::-webkit-input-placeholder {font-size:18px;color: rgba(255,255,255,0.6);}
/* Mozilla Firefox 4 to 18 */
.subNam :-moz-placeholder {font-size:18px;color: rgba(255,255,255,0.6);}
/* Mozilla Firefox 19+ */
.subNam ::-moz-placeholder {font-size:18px;color: rgba(255,255,255,0.6);}
/* Internet Explorer 10+ */
.subNam :-ms-input-placeholder {font-size:18px;color: rgba(255,255,255,0.6);}
.bgNam {
    background-image: url(../img/naminput.png);
    background-repeat: no-repeat;
    background-position: 12px 48%;
}
.bgPaw {
    background-image: url(../img/passinput.png);
    background-repeat: no-repeat;
    background-position: 12px 48%;
}
.footerCss {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

/* 密码找回css */

.codeKuang {
    background-color: #FFF;
    height: 390px;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    margin-top: 100px;
}
.codeKuanHead {
    font-size: 16px;
    color: #FFF;
    background-color: #4fd0f0;
    height: 50px;
    line-height: 50px;
    /*font-weight: bold;*/
    text-indent: 30px;
}
.codeStepr {
    height: 45px;
    width: 630px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center center;
}
.codeInptNam {
    width: 400px;
    margin-left: 228px;
}
.codeInptSpan {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: 70px;
}
.codeInptKuang {
    height: 20px;
    width: 190px;
    border: 1px solid #cccccc;
}
.nextStpBtn {
    background-color: #4fd0f0;
    height: 25px;
    width: 145px;
    line-height: 25px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-top: 40px;
    border-radius: 5px;
    display: block;
    margin-left: 80px;
}
.textConBtn {
    line-height: 32px;
    color: #666666;
    background-color: #eeeeee;
    text-align: center;
    display: inline-block;
    height: 32px;
    width: 87px;
    font-size: 12px;
    margin-left: 3px;
}
.codeSuces {
    font-size: 16px;
    font-weight: bold;
    color: #4fd0f0;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 70px;
}
.codeSceTo {
    color: #4fd0f0;
    text-decoration: none;
    margin-top: 30px;
    display: block;
}

.answCloseBtn {
    font-size: 24px;
    color: white;
    float: right;
    margin-right: 10px;
}
