﻿@charset "utf-8";
body {
    max-width: 720px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}

* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
.header.index-header {
    height: 98px;
    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, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
}
.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 #000;
}