/********************************************共同css样式****************************************************************/

* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', 'SimHei', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.header {
    width: 100%;
    height: 40px;
    background: #009de2;
    position: absolute;
    left: 0;
    top: 0;
}

.setion {
    width: 100%;
    position: absolute;
    top: 40px;
    bottom: 0;
    background: url('../Image/bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.footer {
    width: 100%;
    height: 40px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header h1 {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-left: 10px;
    font-weight: normal;
}

.setion .content {
    width: 900px;
    height: 492px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -246px -450px;
}

.setion .contentBox {
    width: 100%;
    height: 450px;
    background: url('../Image/bg-small.png') no-repeat;
}

.setion .titleBox {
    height: 44px;
    line-height: 44px;
    margin-left: 318px;
}

.setion .titleBox .titLeft {
    width: 148px;
    height: 44px;
    float: left;
    background: url('../Image/simuTitle.png') no-repeat;
}

.setion .titleBox .splitLine {
    float: left;
    width: 2px;
    height: 44px;
    background: #fff;
    margin: 0 18px 0 22px;
}

.setion .titleBox .titRight {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

/*底部栏样式*/
.footer .credit {
    font-size: 16px;
    color: #565656;
    text-align: center;
    line-height: 40px;
}

/*按钮公共样式*/
.btn {
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background: url('../Image/commit-btn.png') no-repeat;
    border: none;
    cursor: pointer;
}

/*对元素设置相对定位*/
.relative{
    position: relative;
    left: 0;
    top: 0;
}

.inpGroup i{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 8px;
}

/********************************************登录界面****************************************************************/

.contentBox .login {
    position: absolute;
    right: 154px;
    top: 144px;
}

.login h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.login .inputTxt {
    width: 216px;
    height: 28px;
    margin-bottom: 20px;
    border: 1px solid #196daa;
    padding-left: 34px;
    line-height: 28px;
    font-size: 14px;
}

.inpGroup i.userI{
    background: #fff url('../Image/user.png') no-repeat;
}

.inpGroup i.passI{
    background: #fff url('../Image/lock.png') no-repeat;
}

.login .complete {
    margin-top: 10px;
    line-height: 30px;
}

.login .btn-submit {
    margin-right: 10px;
    float: left;
}

.login input[name='remberChecked'] {
    margin-right: 6px;
    background: #fff;
    display: block;
    float: left;
    margin-top: 10px;
    border: none;
}

.login .remberTxt,
.login .complete a {
    color: #fff;
    font-size: 12px;
}

.complete a {
    text-decoration: none;
    margin-left: 12px;
}


/********************************************忘记密码****************************************************************/

.forget {
    position: absolute;
    right: 154px;
    top: 124px;
}

h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.forget .inpBox {
    margin-bottom: 10px;
}

.forget input {
    border: 1px solid #196daa;
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    font-size: 14px;
}

.forget .longTxt {
    width: 238px;
}

.forget .shotTxt {
    width: 130px;
}

.forget .validateimg {
    width: 82px;
    height: 28px;
    position: absolute;
    left: 148px;
    top: 1px;
    cursor: pointer;
}

.forget .changeone {
    width: 14px;
    height: 14px;
    background: url('../Image/refresh.png') no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
}

.forget .get-valimg {
    display: block;
    text-decoration: none;
    position: absolute;
    left: 150px;
    top: 0;
    text-align: center;
}

.forget .btn-find{
    margin-top: 10px;
}
