/********** 基础样式 **********/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 16px;
}

ul {
    list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

/********** BOOTSTRAP/LAYUI样式 **********/
.btn {
    font-size: 18px;
}

.btn-lg {
    font-size: 20px;
}

.layui-layer-content {
    padding: 5px;
}

.table {
    margin-top: 0;
    margin-bottom: 0;
}

.table, .table th, .table td {
    text-align: center;
}

.control-label {
    text-align: center;
    font-weight: bold;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.row {
    width: 100%;
    margin: 10px auto;
}

.th-column {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.radio-label {
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

/********** 自定义样式 **********/
.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.clearBoth {
    clear: both;
}

.fontBold {
    font-weight: bold;
}

.fontNormal {
    font-weight: normal !important;
}

.formalLabel {
    font-weight: normal !important;
    margin: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.displayNone {
    display: none;
}

/********** 前后台可共用样式 **********/
#wrapper {
    width: 96%;
    margin: 10px auto;
}

.box {
    margin: 25px auto;
    /*padding: 10px 0;*/
    box-shadow: 0 0 10px #CCC;
    border-radius: 10px;
}

.box:first-child {
    margin-top: 5px;
}

.title {
    font-size: 22px;
    text-align: center;
    line-height: 1.75;
    font-weight: bold;
}

.small-title {
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.small-title span {
    font-weight: bold;
}

.desc {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

/********** 不常用样式 **********/
.inline-btn {
    display: inline-block;
    margin: 1px 0 !important;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-weight: normal;
}

.wrapper {
    width: 100%;
    padding: 10px;
}

.hint-msg {
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.form-horizontal {
    text-align: center;
    padding: 10px;
}

.top-item {
    box-shadow: 0 0 10px #F00 !important;
}

.ok-item {
    box-shadow: 0 0 10px #666 !important;
}

/* 进度条样式表 */
.percentage-bar {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 20px;
    margin-top: 4px;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.percentage-bar-txt {
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    line-height: 20px;
}

.percentage-bar-color {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: 1;
}

.prize-container {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    opacity: 0.5;
    position: absolute;
    left: 5px;
    top: 5px;
    /*z-index: 1000;*/
}

.panel-hint-msgbox {
    margin: 10px auto;
    font-weight: bold;
    text-align: center;
}

.btn-container {
    display: flex;
    justify-content: space-around;
}

.btn-container button {
    display: inline-block;
}