﻿body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/*a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}*/

#top {
    width: 1440px;
    margin: 0 auto;
    height: 100px;
}

#logoBox {
    margin-left: 30px;
    float: left;
    width: auto;
}

#emailSystem {
    float: left;
    font-size: 16px;
    height: auto;
    width: auto;
    margin-left: 40px;
}

#topText {
    float: right;
    width: 300px;
    padding-top: 60px;
}


#middleBox {
    width: 100%;
    height: 720px;
    background: url(/images/home/timg.jpg) no-repeat;
    clear: both;
    background-size: cover;
    display: block;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/timg.jpg',sizingMethod='scale');
}


/*#middleBox {width:100%;height:417px; background-image:url(../img/midBG.jpg);background-repeat:repeat-x;clear:both;}*/
/*#middleContentBox {width:1002px;height:417px;margin:0 auto;background-image:url(../img/loginBG.jpg);background-repeat:no-repeat;}*/
#middleContentBox {
    width: 1440px;
    height: 417px;
    margin: 0 auto;
}

#tabContent1 {
    width: 350px;
    padding: 10px 20px;
    height: 300px;
    overflow: hidden;
}

#tabContent2 {
    width: 350px;
    padding: 0 20px;
    height: 300px;
    overflow: hidden;
}

#tabContent3 {
    width: 350px;
    padding: 10px 20px;
    height: 300px;
    overflow: hidden;
}

.tabCheck {
    background-color: #31b0d5;
    border-bottom: solid 4px #ff6a00;
}

#loginBox {
    width: 360px;
    height: 360px;
    float: left;
    margin: 100px 0 0 0px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.loginType ul {
    width: 100%;
    height: 50px;
    padding: 0;
    background-color: #808080;
    margin-left: 0;
}

.loginType li {
    list-style: none;
    float: left;
    width: 120px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    cursor: pointer;
}

.loginText {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

.divCheckBox {
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
}

#qiehuan {
    border-radius: 15px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/login-code.png) no-repeat right top;
    cursor: pointer;
}

#qiehuan2 {
    border-radius: 15px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/login-code.png) no-repeat left bottom;
    cursor: pointer;
}

#QRBox {
    text-indent: 15px;
    padding-top: 0;
}

#helpText {
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
}

.errMsg {
    color: #f00;
    text-align: center;
}

#fgPWD {
    text-align: right;
    height: 30px;
    line-height: 30px;
    *padding-right: 30px;
}

#btnLogin {
    *width: 320px;
}

#footBox {
    width: 1002px;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    color: #fff;
}

.form-group {
    height: 35px;
}

#innputPassword, #innputPassword1 {
    width: 100%;
    *width: 295px;
}

.innputClass {
    width: 100%;
    *width: 295px;
    height: 30px;
    padding: 5px 10px;
    *height: 20px;
}

* + html #DropDownList1 {
    height: 33px;
}

* + html .form-input {
    height: 20px;
    padding: 5px;
}
/* ie7 fixed, 注意顺序 */
* + html #ISAutoLogin {
    margin-top: -2px;
}

#inputEmail {
    width: 45%;
    *width: 31%;
    width: 45%\9 \0;
}

.emailInput {
    height: 30px;
    padding: 5px 10px;
    *height: 20px;
}

#sltDomail {
    *border: 0;
}

.border_select { /*边框*/
    display: inline-block;
    border: 1px solid #ABADB3;
    border-top-color: #ABADB3;
    padding: 2.5px; /*调整此处改变select高度*/
    float: right;
    *float: left;
    width: 53%;
    *width: 50%;
}

.select_default { /*遮挡默认边框*/
    display: inline-block;
    width: 100%;
    *width: 100%;
    height: 18px;
    *height: 22px;
    overflow: hidden;
}

    .select_default select {
        *margin: -2px;
        padding: 1px;
        border: 0px;
        width: 100%; /*select的宽度*/
    }
