html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url("../images/loginBg1.jpg") repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    overflow: hidden;
}

.main {
    margin-top: 6%;
}

.main .logo {
    float: left;
    width: 433px;
    height: 82px;
    background: url("../images/loginLogo2.png") no-repeat;
}

.main .top .line {
    margin: 0 30px;
    margin-top: 8px;
    float: left;
    width: 1px;
    height: 58px;
    background: #001aff;
}

.main .top .title {
    float: left;
    font-size: 18px;
    margin-top: 20px;
    line-height: 62px;
}

.main .top .fr {
    margin-top: 44px;
}

.main .top .fr li {
    float: left;
    width: 92px;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #333;
    text-align: center;
}

.main .fr li.last {
    border-right: none;
}

.main .loginBox {
    position: relative;
    width: 100%;
    height: 318px;
    margin-top: 45px;
    background: url("../images/loginBg2.jpg") no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=135, Strength=10);
    -moz-box-shadow:0 0 20px 2px #ccc;
    -webkit-box-shadow:0 0 20px 2px #ccc;
    box-shadow: 0 0 20px 2px #ccc;
}

.main .wrap {
    position: absolute;
    top: -6px;
    width: 424px;
    margin-left: 70px;
    padding-bottom: 190px;
    background: url("../images/loginOneBg.png") repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ddd', Direction=135, Strength=6);
    -moz-box-shadow:0 0 12px 2px #ddd;
    -webkit-box-shadow:0 0 12px 2px #ddd;
    box-shadow: 0 0 12px 2px #ddd;
}

.main .wrap .leftBg {
    position: absolute;
    top: -1px;
    left: -11px;
    width: 11px;
    height: 8px;
    background: url("../images/loginIcon1.png") no-repeat;
    z-index: -1;
}

.main .wrap .rightBg {
    position: absolute;
    top: -1px;
    right: -11px;
    width: 11px;
    height: 8px;
    background: url("../images/loginIcon2.png") no-repeat;
    z-index: -1;
}

.loginChoose {
    margin-bottom: 30px;
}

.loginChoose div {
    width: 50%;
    height: 56px;
    line-height: 60px;
    text-align: center;
    float: left;
    background: #fff;
    border-bottom: 1px solid #1172b7;
    color: #1172b7;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.loginChoose .student {
    width: 181px;
    padding-left: 30px;
}
.loginChoose .teacher {
    width: 181px;
    padding-left: 30px;
}
.loginChoose div.choose {
    color: #fff;
    background-image: url("../images/titleBgS.jpg");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border-bottom: 1px solid #1172b7;
}
.loginChoose .icon {
    position: absolute;
    top: 12px;
    left: 45px;
    width: 25px;
    height: 29px;
}
.loginChoose .teacher .icon {
    background: url("../images/loginIconS.png") no-repeat;
}
.loginChoose .student .icon {
    width: 30px;
    height: 26px;
    top: 15px;
    background: url("../images/infoIcon1.png") no-repeat;
}
.loginChoose .student.choose .icon {
    background-image: url("../images/infoIcon.png");
}
.loginChoose .teacher.choose .icon {
    background-image: url("../images/loginIconS2.png");
}
.loginBox .inputBox {
    width: 414px;
    margin: 0 auto;
}

.loginBox .base {
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.loginBox .base label {
    color: #1172b7;
    width: 132px;
    height: 30px;
    line-height: 30px;
    margin-right: 14px;
    text-align: right;
    float: left;
}

.loginBox .base input {
    padding-left: 4px;
    float: left;
    width: 184px;
    height: 100%;
    color: #fff;
    background: #cccccc;
}

.loginBox .base i {
    float: left;
    width: 4px;
    height: 100%;
}

.loginBox .left {
    background: url("../images/loginInput1.png") no-repeat;
    -webkit-background-size: 4px 100%;
    background-size: 4px 100%;
}

.loginBox .right {
    background: url("../images/loginInput2.png") no-repeat;
    -webkit-background-size: 4px 100%;
    background-size: 4px 100%;
}

.loginBox .code {
    padding-top: 4px;
}

.loginBox .code input {
    width: 74px;
}

.loginBox .code .right {
    margin-right: 7px;
}

.loginBox .code .codeNum {
    width: 80px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-size: 16px;
    font-family: "Arial";
    border: 1px solid #1172b7;
}

.inputBox .code .refresh {
    float: left;
    width: 28px;
    height: 100%;
    background: url("../images/refresh2.png") no-repeat center center;
}

.findPassword {
    display: block;
    width: 346px;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.loginBtn {
    width: 356px;
    text-align: right;
}

.loginBtn span {
    color: #1172b7;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    width: 88px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #1172b7;
}

.loginBtn .login {
    color: #fff;
    background: url("../images/titleBgS.jpg") repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border-bottom: 1px solid #1172b7;
}

.copyRight {
    margin-top: 30px;
    padding-left: 250px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}