﻿html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


.ws-bg-light {
    background-color: #fff !important;
}

.ws-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #2f363c;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.layui-header {
    position: relative;
    z-index: 1000;
    height: 60px;
}

.ws-header:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: '';
}

.ws-header .layui-container {
    height: 100%;
    text-align: center;
}

.ws-header span {
    line-height: 60px;
    font-size: 20px;
}

@media screen and (max-width: 991.98px) {
    .ws-container {
        width: 100% !important;
        overflow: hidden
    }
}

.ws-container {
    width: 100% !important;
    overflow: hidden;
}


.ws-container {
    padding-top: 30px;
    min-height: calc(100vh - 210px);
}

.ws-content {
    box-sizing: border-box;
}

.ws-content {
    min-height: calc(100vh - 210px);
}




.ws-footer {
    padding: 30px 15px;
    line-height: 30px;
    text-align: center;
    color: #777;
}

th {
    text-align: center;
}