/**!
 * 注册说明
 * author: fxyue;
 * date:2020-02-13
 */
.ewb-main {
    min-height: 720px;
}

.ewb-step {
    width: 320px;
    margin: 53px auto 0;
}

.ewb-step-list {
    height: 70px;
    background: url("../images/step_list_bg.png") no-repeat;
    border-radius: 4px;
    font-size: 0;
    text-align: center;
    padding: 0 15px;
}

.ewb-step-list span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 17px;
    color: #fff;
}

.ewb-step-list i {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ewb-step-arr {
    width: 26px;
    padding: 15px 0;
    margin: 0 auto;
}

.ewb-step-download {
    margin-top: 28px;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
    width: 520px;
    margin-left: -100px;
}

.ewb-step-download a {
    color: #5ba2ef;
    text-decoration: underline;
}

.ewb-step-btn {
    display: block;
    width: 160px;
    height: 42px;
    background: url("../images/step_btn_bg.png") no-repeat;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 30px auto 0;
}

.ewb-step-btn:hover {
    background-image: url("../images/step_btn_bgh.png");
}