.index_body {padding-top: 0;min-height: 0;}

/* index */
.index {background: #2e59c5;text-align: center;width: 100%;min-height: 100vh;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.index img{width: 10rem;margin-bottom: 10rem;}
.index h2 {font-size: 1.2rem;font-weight: 600;color: #a5a7aa;line-height: 1.4;}
.index .process {border-radius: 10rem;width: 15rem;height: 2rem;border: 2px solid #a5a7aa;padding: 2px;}
.index .process .inner {width: 100%;height: 100%;background-image: linear-gradient(#e0e6e9 0%, #e0e6e9 15%, #f0f3f4 15%, #f0f3f4 40%, #e0e6e9 40%);border-radius: 10rem;box-shadow: 0 0 1rem rgba(255, 255, 255, .1) inset;}
