
.dMain {
    /* background: #063493;*/
    background-image: -webkit-linear-gradient(to top, #7fcbff, #3b79e0);
    background-image: linear-gradient(to top, #7fcbff, #3b79e0);
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    min-height: 720px;
    min-width: 1024px;
}
.logo {
    width: 140px;
    height: 140px;
    margin-left: 30px;
    float: left;
}
/*增加第二套皮肤*/
.dContain {
    height: 370px;
    border-radius: 5px 5px;
    width: 480px;
    border: solid 1px #6dfdff;
    position: absolute;
    top: 50%;
    left: 60%;
    margin-top: -130px;
    margin-right: 100px;
}
.dContainbg {
    position: relative;
    background-color: rgba(74, 191, 244, 0.2);
    height: 100%;
    height: 100%;
    z-index: 100;
}
.d-title {
    padding-top: 20px;
    color: #fff;
    font-size: 30px;
}
.d-user {
    height: 40px;
    width: 250px;
    border: solid 1px #09beef;
    border-radius: 5px 5px;
    margin-left: 40px;
    margin-top: 30px;
}
input::-webkit-input-placeholder {
    color: #FFF;
    font-size: 16px;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}
.iDef {
    border: none;
    width: 200px;
    height: 36px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    outline: none;
    margin-left: 50px;
    background-color: transparent;
}
.imeDis {
    ime-mode: disabled;
}
.d-pwd {
    margin-top: 20px;
}
.d-user-pic {
    background-image: url(../../Images/Login/user.png);
    height: 40px;
    width: 37px;
}
.d-pwd-pic {
    background-image: url(../../Images/Login/pwd.png);
    height: 40px;
    width: 37px;
}
.d-email-pic {
    background-image: url(../../Images/Login/email.png);
    height: 40px;
    width: 37px;
}
.d-verify-pic {
   /* background-image: url(../../Images/Login/email.png);*/
    height: 40px;
    width: 37px;
}
.d-verifyCode {
    height: 40px;
    width: 250px;
    border: solid 1px #09beef;
    border-radius: 5px 5px;
    margin-left: 40px;
    margin-top: 30px;

}
.d-left {
    width: 750px;
    height: 390px;
    position: absolute;
    top: 50%;
    left: 3%;
    margin-top: -200px;
}
.d-bottom {
    width: 100%;
    min-width: 1024px;
    min-height: 322px;
    height: 322px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.earch {
    width: 1024px;
    height: 322px;
    margin: 0 auto;
    background-image: url(../../Images/Login/earch2.png);
}
.btn {
    width: 94px;
    height: 100px;
    text-decoration: none;
    outline-style: none;
    cursor: pointer;
    display: inline-block;
    border: 0;
    position: absolute;
    top: 85px;
    right: 70px;
    background: transparent url(../../Images/Login/loginbtn.png);
}
.forget-pwd-txt {
    width: 94px;
    text-decoration: none;
    outline-style: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 190px;
    color: #fff;
    right: 70px;
}
.btn-code {
    width: 94px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 5px;
    color: #fff;
    background-image: url(../../Images/Login/btn-bg.png);
}
.d-btn-gray {
    display: inline-block;
    background-color: #89c5ff;
    color: #fff;
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    outline: none;
    float: left;
    margin-left: 10px;
    border: solid 1px #2e95cb;
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.d-verifyCode {
    margin: auto;
    line-height: 36px;
    width: 260px;
    vertical-align: middle;
    height: 36px;
    text-align: left;
    display: inline-block;
}

.verifyCode {
    border: none;
    width: 200px;
    height: 36px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    outline: none;
    margin-left: 10px;
    background-color: transparent;
}