body {
    background: #f4f6f9;
}

.deposit-con {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.deposit {
    width: 700px;
    margin: 0 auto;
    background: #fff;
}

.deposit .deposit-head {
    text-align: center;
    position: relative;
    height: 70px;
    line-height: 70px;
}

.deposit-head .deposit-back {
    position: absolute;
    right: 15px;
    top: 15px;
}

.depo-con {
    text-align: center;
}

.depo-con .depo {
    /* padding: 22px 0; */
    font-size: 30px;
    color: #444444;
}

.deposit-ipt {
    margin-top: 30px;
    text-align: center;
}

.ipt-item {
    position: relative;
    margin-bottom: 12px;
}

.ipt-item input {
    width: 468px;
    padding: 16px 12px;
    background-origin: 4px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #b7bcbf;
}

.ipt-item .ipt-go {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 120px;
    margin-top: -10px;
}

.depo-method {
    display: flex;
    /* text-align: center; */
    margin: 20px 98px;
    padding: 20px 0;
}

.depo-method .depo-look {
    margin-left: 14px;
    font-size: 12px;
}

.depo-rele {
    background: transparent;
    color: #009cde;
    font-size: 12px;
    border: 0 none;
}

.depo-goon {
    margin: 10px 98px;
    text-align: center;
}

.depo-goon .btn {
    width: 100%;
    background: #0070ba;
    font-size: 14px;
    color: #fff;
    border: 0 none;
    padding: 12px 0;
    border-radius: 22px;
}