
.LotteryIndex .lotteryHall {
    padding-bottom: 0;
}

.LotteryIndex .lotteryHall ul {
    height: auto;
}

.LotteryIndex .lotteryHall ul li.lilhc {
    display: none;
}

.swiper-container {
    cursor: pointer;
}

.lotteryPost .header li:nth-child(3), .lotteryPost .header li:nth-child(2) {
    display: none;
}

.lotteryContact .contact > li:nth-child(2) {
    display: none;
}

.lotteryLive > .header ul li:last-child {
    display: none;
}

.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px;
    color: #73879c;
    font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', sans-serif;
}

.mx-datepicker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mx-datepicker.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mx-datepicker-range {
    width: 320px;
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1000;
}

.mx-input-wrapper {
    position: relative;
}

.mx-input-wrapper .mx-clear-wrapper {
    display: none;
}

.mx-input-wrapper:hover .mx-clear-wrapper {
    display: block;
}

.mx-input-wrapper:hover .mx-clear-wrapper + .mx-input-append {
    display: none;
}

.mx-input {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 30px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mx-input:disabled, .mx-input.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mx-input:focus {
    outline: none;
}

.mx-input::-ms-clear {
    display: none;
}

.mx-input-append {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    padding: 6px;
}

.mx-input-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-style: normal;
    color: #555;
    text-align: center;
    cursor: pointer;
}

.mx-calendar-icon {
    width: 100%;
    height: 100%;
    color: #555;
    stroke-width: 8px;
    stroke: currentColor;
    fill: currentColor;
}

.mx-clear-icon::before {
    display: inline-block;
    content: '\2716';
    vertical-align: middle;
}

.mx-clear-icon::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.mx-range-wrapper {
    width: 496px;
    overflow: hidden;
}

.mx-shortcuts-wrapper {
    text-align: left;
    padding: 0 12px;
    line-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-shortcuts-wrapper .mx-shortcuts {
    background: none;
    outline: none;
    border: 0;
    color: #48576a;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
}

.mx-shortcuts-wrapper .mx-shortcuts:hover {
    color: #419dec;
}

.mx-shortcuts-wrapper .mx-shortcuts:after {
    content: '|';
    margin: 0 10px;
    color: #48576a;
}

.mx-shortcuts-wrapper .mx-shortcuts:last-child::after {
    display: none;
}

.mx-datepicker-footer {
    padding: 4px;
    clear: both;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-datepicker-btn {
    font-size: 12px;
    line-height: 1;
    padding: 7px 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 3px;
}

.mx-datepicker-btn-confirm {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #73879c;
}

.mx-datepicker-btn-confirm:hover {
    color: #1284e7;
    border-color: #1284e7;
}

/* 日历组件 */
.mx-calendar {
    float: left;
    color: #73879c;
    padding: 6px 12px;
    font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.mx-calendar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mx-calendar-header {
    padding: 0 4px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
}

.mx-calendar-header > a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.mx-calendar-header > a:hover {
    color: #419dec;
}

.mx-icon-last-month, .mx-icon-last-year,
.mx-icon-next-month,
.mx-icon-next-year {
    padding: 0 6px;
    font-size: 20px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mx-icon-last-month, .mx-icon-last-year {
    float: left;
}

.mx-icon-next-month,
.mx-icon-next-year {
    float: right;
}

.mx-calendar-content {
    width: 224px;
    height: 224px;
}

.mx-calendar-content .cell {
    vertical-align: middle;
    cursor: pointer;
}

.mx-calendar-content .cell:hover {
    background-color: #eaf8fe;
}

.mx-calendar-content .cell.actived {
    color: #fff;
    background-color: #1284e7;
}

.mx-calendar-content .cell.inrange {
    background-color: #eaf8fe;
}

.mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3;
}

.mx-panel {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mx-panel-date {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.mx-panel-date td,
.mx-panel-date th {
    font-size: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.mx-panel-date td.today {
    color: #2a90e9;
}

.mx-panel-date td.last-month, .mx-panel-date td.next-month {
    color: #ddd;
}

.mx-panel-year {
    padding: 7px 0;
}

.mx-panel-year .cell {
    display: inline-block;
    width: 40%;
    margin: 1px 5%;
    line-height: 40px;
}

.mx-panel-month .cell {
    display: inline-block;
    width: 30%;
    line-height: 40px;
    margin: 8px 1.5%;
}

.mx-time-list {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    /* 滚动条滑块 */
}

.mx-time-list .mx-time-picker-item {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.mx-time-list:first-child {
    border-left: 0;
}

.mx-time-list .cell {
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.mx-time-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.mx-time-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.mx-time-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
