.header.index-header,.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.box,.nav {
    overflow: hidden
}

.box {
    padding: 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
}


.cus-bg-box {
    background-color: #fffef2;
    box-shadow: 1px 0 10px rgba(255, 0, 0, 0.2);
    border-radius: 5px;
}

.list-title {
    font-size: 14pt;
    color: #fff;
    font-weight: 600;
    background-image: url("../img/tbg.png");
    background-repeat: no-repeat;
    background-size: auto 60px;
    height: 50px;
    padding-left: 85px;
    line-height: 64px;
    margin-bottom: 10px;
}
.content-area {
    padding: 0 20px 20px;
    position: relative;
}
.content-area table,
.content-area table td {
    background: none!important;
}
html {
    background: url("../img/bg.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: 12px;*/
    /*    padding-left: 26px;*/
    /*    line-height: 70px*/
    /*}*/
}

@media screen and (max-width: 505px) {
   .list-title {
       font-size: 14pt;
       padding-left: 70px;
       line-height: 62px;
       height: 50px;
       background-size: auto 50px;
    }

}

@media screen and (max-width: 429px) {

}

@media screen and (max-width: 409px) {
   .list-title {
       font-size: 14pt;
       padding-left: 62px;
       line-height: 50px;
       height: 40px;
       background-size: auto 44px;
    }


}

@media screen and (max-width: 374px) {
    .list-title {
        font-size: 12pt;
        padding-left: 60px;
        line-height: 50px;
        height: 40px;
        background-size: auto 40px;
    }
}

.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;
}

table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ddd;
}