html {
    background: #fbfbfb;
    background: url(../img/bg-page.png) center -4rem no-repeat;
    background-size: 100% auto;
}


.header {
    height: 6.2rem;
    padding: .4375rem;
    text-align: center;
}

.header-logo {
    width: 16rem;
    margin-top: 1.2rem;
}

.index-body {
    position: relative;
    margin: 0 12px;
}

.index-body-wrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

.index-body:before,
.index-body:after {
    position: absolute;
    width: 100%;
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

.index-body:before {
    width: calc(100% - 10px);
    height: 9px;
    z-index: 2;
    top: -9px;
    left: 5px;
}

.index-body:after {
    width: calc(100% - 20px);
    height: 8px;
    z-index: 1;
    top: -17px;
    left: 10px;
}


.quick-grid {
    padding: 0 0 .2rem;
}

.quick-grids {
    padding: 1.4rem 0;
}

.quick-grid-item {
    text-align: center;
    color: #C50C0C;
    position: relative;
}

.quick-grid-item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    color: #E7E7E8;
    z-index: 2;
    right: 0;
    border-right: 1px solid #E7E7E8;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.quick-grid-item:last-child:after {
    display: none;
}

.search-form-wrap {
    padding-bottom: 1rem;
}

.search-form-wrap .weui-cells {
    margin: 0 15px 22px;
    border-radius: 4px;
    border: .5px solid #C5C5C8;
    background-color: transparent;
}

.search-form-wrap .weui-cell {
    padding: 7px 15px;
}

.search-form-wrap .weui-cells:before,
.search-form-wrap .weui-cells:after {
    display: none;
}

.search-form-wrap .weui-cells.time-cells {
    border: none;
}

.search-form-wrap .weui-cells.time-cells .weui-cell {
    padding: 0;
}

.search-form-wrap .date-picker-row {
    border-radius: 4px;
    border: .5px solid #C5C5C8;
    padding: 7px 15px;
    margin-right: 10px;
}

.search-form-wrap .date-picker-row:last-child {
    margin-right: 0;
}

.search-form-wrap .weui-input {
    font-size: 16px;
}

.search-form-wrap .weui-btn-area {
    margin-top: 2rem;
}

.btn-index-search {
    font-size: 17px;
    border-radius: 100px;
    background-color: #665EFF;
}

.btn-index-search:active{
    color:rgba(255, 255, 255, 0.6);
    background-color:#ba5eff;
  }

.btn-index-reset {
    font-size: 17px;
    border-radius: 100px;
    background-color: #ff385c;
}

.btn-index-reset:active{
    color:rgba(255, 255, 255, 0.6);
    background-color: #ffa3e3;
}

.btn-index-next {
    font-size: 13px;
    border-radius: 100px;
    background-color: #665EFF;
}

.btn-index-next:active{
    color:rgba(255, 255, 255, 0.6);
    background-color:#ba5eff;
}

.results-title {
    font-size: 0.8rem;
}

.results-time {
    color: #108EE9;
    font-size: 0.65rem;
}

.inner-title{
    color: white;
    margin-bottom: .6em;
}

.inner-result-list{
    margin: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    min-height: calc(100vh - 3rem);
}