@charset "UTF-8";

.bigbw{
    width: 1166px;
    margin: 0 auto;
}
.STYLE16{
    font-size: 28px; font-weight: bold; color: #FF0000;line-height: 80px;
}
.bgsw{
    font-size: 50px; font-weight: bold;line-height: 100px;
}
.bgsw span{
    line-height:30px; letter-spacing:1px;
}
.neimu{
    text-align: left;
    margin: 16px;
}
.STYLE14{
    font-weight: bold; color: #000000
}
.neiBody span{
    line-height: 22px;
}
.STYLE122,.STYLE119{
    font-weight: bold; color: #FF0000
}
.STYLE119{
    line-height: 22px;
}
.liao3{
    margin: 0px; padding: 0px;color: rgb(68, 68, 68); font-family: tahoma, 微软雅黑, 宋体, arial, georgia, verdana, helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; border-collapse: collapse;
}
.l150{
    padding: 3px 2px; margin: 0px; border: 1px solid   rgb(208, 194, 194); word-break: break-all; text-align: center; font-size: 13pt; line-height: 26px; color: rgb(51, 51, 51);
}
.liaob{
    font-style: inherit; font-variant: inherit; font-weight: bold; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; border: 0px none; margin: 0px; padding: 0px
}
.liaospan{
    font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: 微软雅黑; vertical-align: baseline; border: 0px none; margin: 0px; padding: 0px
}

.lia{
    margin:0; padding:0; font-style: inherit; font-variant: inherit; font-weight: bold; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline
}
.lib{
    margin:0; padding:0; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: 微软雅黑; vertical-align: baseline
}
.ptb2{
    font-style: inherit; font-variant: inherit; font-weight: bold; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; 
}
.ptbspan{
    font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: 微软雅黑; vertical-align: baseline; 
}
.jueTab{
    margin: 0px; padding: 0px; border: 0px none; vertical-align: baseline; border-collapse: collapse; border-spacing: 0px; color: rgb(51, 51, 51); font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; list-style-type: none; word-break: break-all; word-wrap: break-word; font-weight: bold;
}

.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);
}


.raid {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 55px;
    font-weight: bold;
    color: white;
}

.newred {
    background-color: red;
}

.newblue {
    background-color: #0000FE;

}

.newgreen {
    background-color: #009B01;

}

.zhong {
    position: relative;
    text-align: left;
}

.zhong ul li {
    float: left;
    margin: 10px;
}

.tabtd1 {
    width: 200px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.tabtd2 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.tabtd3 {
    line-height: 80px;
}

.tabtd4 {
    line-height: 33px;
}

.tabtd5 {
    line-height: 60px;
}

.ts {
    position: absolute;
    top: 220px;
    right: 300px;
    font-size: 25px;
    color: red;
    font-weight: bold;
}

.nz {
    /* background-image: url(./img/bg.png); */
    background-size: 1166px 500px;
    background-repeat: no-repeat;
}

.aps {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}

.qishu, .nextkai {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5em;
}

.lc {
    background: #d0f1db;
}

.outNum {
    overflow: hidden;
    width: 850px;
    margin: auto;
}

.outTop, .outNext {
    text-align: center;
}

.outTop {
    font-size: 25px;
    font-weight: 600;
    line-height: 60px;
}

.aps {
    display: block;
    width: 90px;
    height: 60px;
    padding: 5px 15px 5px 15px;
    border: 1px solid #999999;

}