body {
    max-width: 720px;
    margin: 0 auto;
    background: #f0f5f9;
    /* overflow-x: hidden; */
}
* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.header.index-header {
    height: 93px;
    border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header.index-header {
    height: 93px;
    border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background-image: linear-gradient(to right, #4292EF, #4292EF, #4292EF);
}

.header .logo-box {
    height: 50px;
}
.header .logo {
    float: left;
    height: 50px;
    margin-left: 0px;
}
.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;
}
.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #C0C0C0;
}