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

html {
    background: url("../img/bg.jpeg")!important;
}

.cus-bg-box {
    background-image: url("../img/bg1.jpeg");
    min-height: 60px;
    position: relative;
    background-size: 100% 60px;
    margin-top: 5px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.cus-bg-box .content-area table,
.cus-bg-box .content-area table td {
    table-layout: fixed;
    width: 100%;
    border-color: #aaa!important;
    background-color: transparent!important;
}
.cus-bg-box:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/bg3.jpg");
    background-size: 100% 20px;
    background-repeat: no-repeat;
}

.list-title {
    line-height: 44px;
    color: #fff;
    font-size: 14pt;
    font-weight: 600;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.accordion .list-title {
    color: #000;
    height: 40px;
}
.content-area {
    background-image: url("../img/bg2.jpeg");
    position: relative;
    padding: 15px 15px 0;
    background-size: 100%;
}

.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 {
        /*line-height: 28px;*/
        /*height: 40px;*/
        font-size: 14pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 14pt!important;
    }
    .cus-bg-box {
        padding-bottom: 15px;
        /*background-size: 100% 40px;*/
    }
    .cus-bg-box:after {
        height: 15px;
        background-size: 100% 15px;
    }
    .content-area {
        padding: 0 10px 0;
    }
}

@media screen and (max-width: 505px) {
    .list-title {
        /*line-height: 28px;*/
        /*height: 40px;*/
        font-size: 12pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 12pt!important;
    }
    .cus-bg-box {
        padding-bottom: 15px;
        /*background-size: 100% 40px;*/
    }
    .cus-bg-box:after {
        height: 15px;
        background-size: 100% 15px;
    }
    .content-area {
        padding: 0 10px 0;
    }

}
@media screen and (max-width: 409px) {
    .list-title {
        /*line-height: 28px;*/
        /*height: 40px;*/
        font-size: 12pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 12pt!important;
    }
    .cus-bg-box {
        padding-bottom: 15px;
        /*background-size: 100% 40px;*/
    }
    .cus-bg-box:after {
        height: 15px;
        background-size: 100% 15px;
    }
    .content-area {
        padding: 0 8px 0;
    }
}

@media screen and (max-width: 374px) {
    .list-title {
        /*line-height: 28px;*/
        /*height: 40px;*/
        font-size: 10pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 10pt!important;
    }
    .cus-bg-box {
        padding-bottom: 15px;
        /*background-size: 100% 40px;*/
    }
    .cus-bg-box:after {
        height: 15px;
        background-size: 100% 15px;
    }
    .content-area {
        padding: 0 6px 0;
    }
}

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

