/**!
 * 登入页
 * author: gaojian;
 * date:2019-09-11
 */
.ewb-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ewb-main {
    padding-top: 63px;
}

.ewb-title {
    padding: 0 0 106px 49px;
}

.ewb-title img {
    display: block;
}

.ewb-bd {
    height: 439px;
    background: url('../images/bgbg.png') 0 center no-repeat;
}

.ewb-login {
    width: 351px;
    height: 424px;
    padding: 15px 20px 0;
    margin-right: 76px;
    background: url('../images/loginbgbox.png');
}

.ewb-login:hover {
    background: url('../images/loginbgboxh.png');
}

.ewb-login-hd {
    height: 58px;
}

.ewb-login-hd img {
    display: block;
    margin: 0 auto;
}

.login-tt {
    height: 79px;
    line-height: 79px;
    font-size: 26px;
    color: #fff;
}

.ewb-search {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 341px;
    height: 52px;
    background: #fff;
    border-radius: 12px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 52px;
    line-height: 51px;
    color: #c5c5c5;
    z-index: -1;
    cursor: text;
    font-size: 20px;
}

.input-box {
    width: 100%;
    height: 52px;
    line-height: 51px;
    color: #c5c5c5;
    border: 0;
    background: 0 0;
    font-size: 20px;
}

.ewb-rex {
    padding-top: 25px;
}

.ewb-rexbox {
    width: 175px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    color: #000;
    font-style: italic;
    font-weight: bold;
    background: #fff;
    border-radius: 12px;
}

.ewb-rex-btn {
    color: #fff;
    line-height: 52px;
    font-size: 18px;
    margin-left: 14px;
}

.ewb-submit {
    display: block;
    padding: 0;
    font-size: 22px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    color: #fff;
    background: #58ccfa;
    margin-top: 57px;
    cursor: pointer;
}

.ewb-submit:hover {
    background: #11e6ff;
}