html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, menu, footer, header, nav, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 12px;
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width: 415px) and (max-width: 639px) {
    html {
        font-size: 13px
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    html {
        font-size: 15px
    }
}



html, body {
    height: 100%;
    width: 100%;
    font-family:Helvetica;
}

.content {
    background: #1a65a3;
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    position: relative;
}

.topbar {
    width: 95%;
    margin: 0 auto;
    padding: 1.4rem 0 0 5%;
    display: flex;
    height: 1.8rem;

}

.topbar .topbar_l, .topbar_r {
    flex: 1;
    height: 100%;
    line-height: 1.8rem;

}

.topbar_l {
    text-align: left;
    width: 100%;
    position: relative;
}

.topbar_l::after {
    content: "";
    display: block;
    position: absolute;
    left: 2.5rem;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.4);
}

.topbar_l .close {
    display: inline-block;
    height: inherit;
}

.topbar_l img {
    vertical-align: middle;
    width: 1.42rem;
    height: 1.35rem;
}

.topbar_l .topbar_title {
    color: #fff;
    font-size: 1.8rem;
    margin-left: 3rem;
}

.topbar_r {
    text-align: right;
    height: 100%;
    vertical-align: middle;
}

.topbar_r img {
    padding-top: 0.1rem;
    height: 1.6rem;
}

.bank_card {
    margin: 1.5rem auto 0;
    color: #fff;
}

.bank_card .logo {
    box-sizing: border-box;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1.5rem;
    padding-top: 0.5rem;
    margin: 0 auto 1.5rem;
}

.bank_card img {
    width: 2rem;
}

.bank_card h2{
    font-size: 1.3rem;
}

.bank_card p {
    color: rgba(255,255,255,0.4);
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

.limit {
    width: 94%;
    margin: 2.2rem auto 0;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.limit_title {
    height: 2rem;
    line-height: 2rem;
    color: #888;
    background: #f5f5f5;
    font-weight: 600;
    text-align: left;
    text-indent: 1.2rem;
    font-size: 0.9rem;
}

.limit_title h4{
    font-size: 1rem;
    font-weight: 400;
}

.limit_content {
    padding: 1rem 0;
}

.limit_content div {
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.2rem;
}

.limit_content .left {
    float: left;
    font-size: 1.2rem;
}

.limit_content .right {
    float: right;
    color: #888888;
    font-size: 1.2rem;
}

.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.3rem;
    font-size: 1rem;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
}

.footer span{
    font-size: 1.1rem;
    font-weight: 400;
}

#maskBox {
    display: none;
}

#mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;

}

.unbind {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
    text-indent: 1.1rem;
    color: #636363;
    z-index: 99;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
}

.manage{
    border-bottom: solid 5px #eee;
    padding: 10px;
}

.cancel{
    padding: 10px;
}
#close {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}

#showMask {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    padding-right: 2rem;
}

.btn-box{
    margin-top: 3rem;
}
.btn-box a{
    display: inline-block;
    border-radius: 5px;
    background: #ffebd3;
    color: #d17e18;
    width: 12rem;
    line-height: 3.2rem;
    text-decoration: none;
    font-size: 16px;
    margin: 0 1rem;
}
.btn-box a.hover{
    background: #f8d7ae;
}