﻿.slide-item span, table, td, th {
    text-align: center
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center*/
}

.slider {
    width: 100%;
    /*height: calc(100% - 6rem - 9rem);*/
    overflow: hidden;
    position: absolute;
    top: calc(6rem + 9rem);
    background-color: #dcb14b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 .4rem;
    z-index: 10;
}

table {
    width: 100%;
    margin-bottom: 2px
}

td, th {
    background-color: #fff;
    padding: 5px;
    height: 2px
}

th {
    background-color: #f0b429;
    color: #fff;
    font-size: 12px;
    font-family: Arial, sans-serif;
    width: 25%;
    height: 5px;
    padding: 2px
}

.slide-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #d9af48;
    position: relative;
}

.slide-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #ccc
}

.slide-item span {
    flex: 1;
    color: #fff;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif
}