.LoginMain {
	background-image: url(Image/ASPLoginBG.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

    .LoginMain .top {
        height: 58px;
        line-height: 58px;
    }

    .LoginMain .body {
        height: 480px;
    }

    .LoginMain .zxbottom {
        height: 58px;
        line-height: 58px;
        padding-left: 520px;
        /* padding-top: 70px; */
    }

    .LoginMain .LoginCenter {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -553px;
        margin-top: -270px;
        height: 540px;
        width: 1106px;
        background: url("Image/bg1.png") no-repeat;
    }

    .LoginMain .SystemName {
        background-image: url("Image/title.png");
        background-repeat: no-repeat;
        width: 536px;
        height: 128px;
        float: left;
        margin: 60px 0 0 60px;
    }

    .LoginMain .LoginWrapper {
        float: left;
        width: 380px;
        height: 358px;
        margin: 90px 0 0 70px;
        overflow: hidden;
    }

    .LoginMain .LoginContainer {
        background-color: #ffffff;
        width: 380px;
        height: 358px;
        padding: 0 30px;
        box-sizing: border-box;
        border-radius: 6px;
        position: absolute;
    }

    .LoginMain .LoginType {
        height: 48px;
        line-height: 48px;
        display: block;
        text-align: center;
    }

        .LoginMain .LoginType DIV {
            cursor: pointer;
        }


    .LoginMain .ActiveTab {
        border-bottom-color: #848484;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        height: 37px;
        line-height: 37px;
        /* float: left; */
        font-family: 微软雅黑;
        font-size: 22px;
        color: #555;
        text-align: center;
        padding-top: 10px;
        display: inline-block;
    }

    .LoginMain .UnActiveTab {
        border-bottom: none;
        height: 38px;
        line-height: 38px;
        float: left;
        font-family: 微软雅黑;
        font-size: 18px;
        color: #999999;
        padding-top: 10px;
    }

    .LoginMain .Pos1 {
        margin-left: 0;
    }

    .LoginMain .Pos2 {
        margin-left: 80px;
    }

    .LoginMain .logintypecontent {
        line-height: 22px;
        font-size: 16px;
        float: left;
        color: #333;
        margin-right: 130px;
    }

    .LoginMain .usbtype {
        margin-right: 0px;
    }

    .LoginMain .AutoHeight {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #e9e9e9;
        padding-top: 28px;
        margin-top: -1px;
        /* width: 420px; */
        text-align: center;
    }

    .LoginMain .input {
        /* width: 330px; */
        margin: auto;
    }

        .LoginMain .input INPUT {
            height: 46px;
            line-height: 46px;
            font-size: 14px;
            width: 315px;
            ime-mode: inactive;
            direction: ltr;
            background-color: #f7f7f7;
            background-position: 20px center;
            background-repeat: no-repeat;
            border: 0!important;
            border-radius: 3px;
            padding: 0px 40px 0 44px;
            box-sizing: border-box;
            outline: 0;
        }

        .LoginMain .input INPUT::placeholder{
            color: #b5b5b5;
        }

        .txtUserName{
            background-image: url("./Image/user.png") ;
        }

        .txtPwd{
            background-image: url("./Image/pwd.png");
        }

    .LoginMain .loginid {
        position: relative;
        height: 46px;
        line-height: 46px;
        margin-bottom: 14px;
    }

    .LoginMain .logininfo {
        position: absolute;
        left: 0px;
        padding: 0 0 0 11px;
        margin: 0;
        font-size: 16px;
        color: #E2E2E2;
        opacity: 1;
        display: none;
        z-index: 10;
    }

    .LoginMain .password {
        position: relative;
        height: 46px;
        line-height: 46px;
        margin-bottom: 20px;
    }

	.LoginMain .verifyCode {
        height: 40px;
        line-height: 40px;
    }
    .LoginMain .usblogin .loginid {
        display: none;
    }

    .LoginMain .zxbutton {
        width: 100%;
        height: 46px;
    }


   .LoginMain .zxbutton .zblogin {
            height: 46px;
            width: 100%;
            background: linear-gradient(90deg, #29ADF2, #2996F2);
            border: none;
            cursor: pointer;
            line-height: 46px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            border-radius: 4px;
        }
        
    .LoginMain .otherinfo {
        /* width: 410px; */
        text-align: center;
        line-height: 34px;
        height: 34px;
        margin-top: 15px;
        font-size: 14px;
        font-family: 微软雅黑;
        color: #2996f2;
    }

	 .LoginMain .zxbottom {
        height: 58px;
        line-height: 58px;
        padding-left: 520px;
        padding-top: 70px;
    }
    
     .LoginMain .Support {
        width: 305px;
        height: 28px;
        line-height: 28px;
        vertical-align: 30px;
        background-image: url(Image/ASPLogin.png);
        background-position: -900px -200px;
        text-align: center;
        font-family: 微软雅黑;
    }

    .LoginMain .icron {
        float: left;
        padding-top: 8px;
        margin-left: 300px;
        cursor: pointer;
    }

    /* .LoginMain .download {
        cursor: pointer;
        float: left;
        margin-left: 10px;
    } */

.TextboxContainer {
    margin: 0px;
}

.download a{
    color: #2996F2;
    padding-left: 20px;
}

.download a.download1{
    background: url("./Image/info_icon1.png") left center no-repeat;
}

.download a.download2{
    background: url("./Image/info_icon2.png") left center no-repeat;
    margin-left: 36px;
}
.download a.download3{
    background: url("./Image/info_icon2.png") left center no-repeat;
    margin-left: 102px;
}