.content {
    margin-top: 10px;
    background: #fff;
    padding: 0 5px;
}
.header.index-header,.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.box,.nav {
    overflow: hidden
}

.box {
    padding: 0 10px;
    /*margin: 5px 0;*/
    /*background: linear-gradient(#e2ac32, #e2ac32);*/
}


.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px
}

.header .logo-box {
    height: 50px
}

.header .logo {
    float: left;
    height: 50px;
    margin-left: 0
}

.header .logo .logo-img {
    width: 208px;
    height: 50px
}

.header .bank {
    float: right;
    position: relative;
    width: 80px;
    height: 50px
}

.header .bank img {
    display: block;
    width: 75px;
    height: 50px;
    margin: 0 auto
}

.header .bank a {
    color: #fff;
    padding-top: 14px
}

.nav {
    border-top: 1px solid #000
}

.box {
    border-radius: 5px
}

body {
    background-image: url("../img/bg.jpeg")!important;
    background-repeat: repeat-y!important;
    background-size: 100% auto!important;
}

.cus-bg-box .content-area table,
.cus-bg-box .content-area table td {
    table-layout: fixed;
    width: 100%;
    border-color: #aaa!important;
}


html {
    background-image: url(../img/bg.jpeg)!important;
    overflow: hidden!important;
    overflow-y: auto!important;
    background-attachment: fixed!important;
    background-position: top!important;
}
.list-title {
    color: #000;
    font-size: 14pt;
    font-weight: 600;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../img/tbg.png");
    background-repeat: no-repeat;
    background-size: 100% 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;

}
.content-area {
    background: #fff;
}

.copyright {
    width: 80%;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    text-align: center;
}


@media screen and (max-width: 610px) {
    .list-title {
        font-size: 13pt!important;
        height: 45px;
        background-size: 140% 45px;
    }
    .list-title span,
    .list-title strong {
        font-size: 13pt!important;
    }
}

@media screen and (max-width: 505px) {
    .list-title {
        font-size: 12pt!important;
        height: 40px;
        background-size: 140% 40px;
    }
    .list-title span,
    .list-title strong {
        font-size: 12pt!important;
    }

}
@media screen and (max-width: 409px) {
    .list-title {
        font-size: 11pt!important;
        height: 34px;
        background-size: 140% 34px;
    }
    .list-title span,
    .list-title strong {
        font-size: 11pt!important;
    }
}

@media screen and (max-width: 374px) {
    .list-title {
        font-size: 10pt!important;
        height: 30px;
        background-size: 130% 30px;
    }
    .list-title span,
    .list-title strong {
        font-size: 10pt!important;
    }
}

.logo-box {
    height: 50px;
    background-color: #4292EF;
}

.logo-box  .logo {
    float: left;
    height: 50px;
    margin-left: 0px;
}

.logo-box  .logo  .logo-img {
    width: 208px;
    height: 50px;
}

.logo-box .bank {
    float: right;
    position: relative;
    width: 90px;
    height: 50px;
}

.logo-box .bank img {
    display: block;
    width: 85px;
    height: 50px;
    margin: 0 auto;
}

