html{font: 62.5% "Lato", Arial, sans-serif;color: #666; }
body{font-size: 1.4rem}
.style-required:after{content: '*';color: #f00;}
/*直播顶部图片和底部图片的样式*/
.live-bottom {position: fixed;bottom: 0px;left: 0px;right: 0px;z-index: 1}
.live-bottom img,.live-top img{width: 100%;height: auto;max-height: 10rem;}
/*直播顶部header的样式*/
header{border-bottom: 1px solid #dddddd;overflow: hidden;}
header .pull-right{margin: 0.5rem 1.5rem;font-size: 1rem;}

/*表格的样式*/
.table th,.table td {text-align: center}
form{border: 1px solid #ddd;border-radius: 0.5rem;padding: 1rem;overflow: hidden;margin: 1rem auto;}

/* Bootstrap 5 兼容 Bootstrap 4 的 custom-select */
.custom-select {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3.2rem;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control{font-size: 1.4rem}
.color-box {width: 2.5rem;height: 2.5rem;margin: 0.5rem;border: 1px solid white;}
.timing{position: absolute; color: #fff;font-size: 1.2rem;bottom: 1.5rem;}
#timing1{left: 1.5rem;}
#timing2{right: 1.5rem;}
.alert-warning{display: none}

