.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 {
    margin: 5px 0;
    padding: 0 4px;
    background: #39c664;
}
.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
}

.list-title {
    /*background-image: url(../img/tbg1.png), url(../img/tbg2.png), linear-gradient(0deg, #ebffc5, transparent);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom -10px left -2px, top -2px right -3px;*/
    line-height: 36px;
    font-size: 16pt;
    font-weight: 600;
    height: 36px;
    margin: 0 auto;
    text-align: center;
}
.list-title span {
    display: inline-block;
    color: #ab005d;
    /*background: linear-gradient(0deg, #ebffc5, transparent);*/
}
.content-area {
    position: relative;
    padding: 10px 6px;
    background: #fff;
}
html {
    background-image: url("../img/hbg.jpeg")!important;
}

.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: 14pt;
    }
}

@media screen and (max-width: 505px) {
    .list-title {
        font-size: 14pt;
    }
}

@media screen and (max-width: 429px) {

}

@media screen and (max-width: 409px) {
    .list-title {
        font-size: 14pt;
    }
}

@media screen and (max-width: 374px) {
    .list-title {
        font-size: 10pt;
    }
}

.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;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}

