.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: 3px 10px;
    /*margin: 5px 0;*/
    /*background: linear-gradient(#e2ac32, #e2ac32);*/
}

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

.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-image: url("../img/bg1.jpeg");
    padding-top: 16px;
    padding-bottom: 80px;
    position: relative;
    min-height: 15px;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.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: 85px;
    background-image: url("../../img/bg1.jpeg");
    background-size: 100% auto;
    transform: scaleY(-1);
    background-repeat: no-repeat;
}

.list-title {
    background-image: url("../img/tbg.jpeg");
    line-height: 80px;
    color: #301809;
    font-size: 24pt;
    font-weight: 600;
    width: 60%;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.content-area {
    background-image: url("../img/bg2.jpeg");
    position: relative;
    padding: 15px 54px 12px;
    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 {
        width: 75%;
        font-size: 11pt;
        line-height: 35px;
        height: 34px;
        background-size: 96% 40px;
    }
    .list-title span,
    .list-title strong {
        font-size: 11pt!important;
    }
    .cus-bg-box {
        padding-bottom: 50px;
    }
    .cus-bg-box:after {
        height: 50px;
    }
    .content-area {
        padding: 10px 30px 0;
    }
}

@media screen and (max-width: 505px) {
    .list-title {
        width: 75%;
        font-size: 11pt;
        line-height: 35px;
        height: 32px;
        background-size: 96% 40px;
    }
    .list-title span,
    .list-title strong {
        font-size: 11pt!important;
    }
    .cus-bg-box {
        padding-bottom: 50px;
    }
    .cus-bg-box:after {
        height: 50px;
    }
    .content-area {
        padding: 10px 30px 0;
    }

}

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

}

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

@media screen and (max-width: 374px) {
    .list-title {
        font-size: 10pt;
        line-height: 22px;
        height: 20px;
        background-size: 60% 40px;
    }
    .cus-bg-box {
        padding-bottom: 30px;
    }
    .cus-bg-box:after {
        height: 30px;
    }
    .content-area {
        padding: 10px 20px 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;
}

