* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    user-select: none;
}

input {
    outline: none;
    border: none;
}

i {
    font-style: normal;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

/* 分页 */
div[init="paging"]>div {
    float: left;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    height: 38px;
}

div[init="paging"] span {
    width: 38px;
    height: 38px;
    border: 1px solid #DCDCDC;
    float: left;
    text-align: center;
    line-height: 38px;
    color: #666666;
    margin: 0 5px;
    cursor: pointer;
    box-sizing: border-box;
}

div[init="paging"] span.on,
div[init="paging"] span:hover {
    background-color: #3C8CFF;
    border: 1px solid #3C8CFF;
    color: #FFF;
}

div[init="paging"] span.prev,
div[init="paging"] span.next {
    position: relative;
}

div[init="paging"] span.prev::after,
div[init="paging"] span.next::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
}

div[init="paging"] span.prev::after {
    top: 11px;
    left: 9px;
    background: url(../IMG/Main/icon_pageL.png) no-repeat center;
}

div[init="paging"] span.prev:hover::after {
    background: url(../IMG/Main/icon_pageL_on.png) no-repeat center;
}

div[init="paging"] span.next::after {
    top: 11px;
    right: 9px;
    background: url(../IMG/Main/icon_pageR.png) no-repeat center;
}

div[init="paging"] span.next:hover::after {
    background: url(../IMG/Main/icon_pageR_on.png) no-repeat center;
}

/* 单选 */
input[type="radio"] {
    width: 0;
    opacity: 0;
}

input[type="radio"]+i {
    width: 12px;
    height: 12px;
    border: 1px solid #D9D9D9;
    float: left;
    border-radius: 50%;
    margin: 8px 5px 0 0;
}

input[type="radio"]:hover+i,
input[type="radio"]+i:hover {
    border: 1px solid #167FFF;
}

input[type="radio"]:checked+i {
    border: 1px solid #167FFF;
    position: relative;
}

input[type="radio"]:checked+i:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #167FFF;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

input[type="radio"]:disabled:hover+i {
    border: 1px solid #D9D9D9;
}

input[type="radio"]:disabled:checked:hover+i {
    border: 1px solid #167FFF;
}

/* 日期css */
.combo-panel {
    /*background-color: #b6b6b6;*/
    border-color: #e2e2e2 !important;
}

.combo-panel::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.combo-panel::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    background-color: #C5C5C5;
}

.calendar-header {
    background: #fff;
    color: #262626;
    border-bottom: 1px solid #F0F0F0;
    height: 28px;
    line-height: 28px;
}

.calendar-body th {
    background: #fff;
}

.calendar-body th,
.calendar-menu-month {
    color: #666;
}

.calendar-day,
.calendar-menu-month {
    border: 1px solid #fff;
}

.calendar-menu-year {
    border-color: #dadada;
    padding: 4px 0;
}

.calendar-sunday {
    color: #333;
}

.calendar-saturday {
    color: #333;
}

.datebox {
    border: 1px solid #4d4d4d;
    border-radius: 3px;
}

.datebox .textbox-text {
    color: #666;
    font-size: 14px;
}

.textbox .textbox-prompt {
    color: #999;
}

.datebox .combo-arrow {
    background-color: transparent;
}

.datebox-button {
    border-top: 1px solid #f0f0f0;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
}

.datebox-button a {
    color: #000;
}

.calendar-today {
    color: #1890FF;
}

.calendar-selected {
    background-color: #1890FF;
    color: #fff;
    border: 1px solid #fff;
    padding: 0;
}

.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
    border: 1px solid #1890FF;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
}

.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
    opacity: 0.5;
}

.calendar-header .calendar-nav-hover {
    opacity: 1;
    background-color: transparent;
    border: none;
}

.calendar-body th,
.calendar-body td {
    text-align: center;
    width: 25px;
    padding: 0;
    line-height: 23px;
    border-radius: 3px;
    font-weight: 400;
}

.datebox.textbox-focused {
    box-shadow: none;
    border: 1px solid #2f7cf6;
}

.spinner-arrow {
    background-color: #2f7cf6;
}

.textbox.datebox {
    border: 1px solid #DCDCDC;
    border-radius: 0;
}

/* 提示框 */
.MW_alert {
    position: fixed;
    top: 5px;
    left: 50%;

    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    line-height: 40px;
    color: #666;
    padding: 0 10px;
    z-index: 99;
    box-shadow: 0 4px 20px 0 #e4e4e4;
    background-color: #ffffff;
    border-radius: 2px;
    min-width: 300px;
}

.MW_alert img {
    float: left;
    margin: 13px 5px 0 0;
}

.M_notice {
    width: 100%;
    top: 0;
    height: 0;
    z-index: 99999999;
    position: fixed;
}

.M_notice div {
    padding: 5px;
    max-width: 300px;
    border-radius: 0;
    line-height: 32px;
    background: #2F7CF6;
    color: #fff;
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

.MW_message .mask, .MW_confirm .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    z-index: 99;
}

.MW_message .MWB, .MW_confirm .MWB {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 310px;
    min-height: 140px;
    background-color: #FFF;
    z-index: 99;
    margin: 0 0 0 -150px;
    border-radius: 4px;
    overflow: hidden;
}

.MW_message .MW_header, .MW_confirm .MW_header {
    background-color: #E9F2FF;
    padding: 10px 0 10px 20px;
}

.MW_message .MW_mes {
    margin: 15px 20px;
}

.MW_message .MW_mes i {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../IMG/Main/icon_tip.png) no-repeat center;
    margin: 2.5px 5px 0 0;
}

.MW_message .MW_btn {
    float: right;
    margin: 10px 15px 10px 0;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #1D8AFF;
    color: #FFF;
    cursor: pointer;
    height: 20px;
}

.MW_confirm .MW_mes {
    margin: 15px 10px 0;
    color: #666;
}

.MW_confirm .MW_mes img {
    float: left;
    margin: 2px 5px 0 0;
}

.MW_confirm .MW_btn {
    float: right;
    margin: 22px 15px 0 0;
    height: 35px;
}

.MW_confirm .MW_btn .sure {
    padding: 5px 18px;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    background-color: #2F7CF6;
}

.MW_confirm .MW_btn .sure:hover {
    background-color: #5899FF;
}

.MW_confirm .MW_btn .close {
    box-sizing: border-box;
    color: #606060;
    border: 1px solid #D9D9D9;
    padding: 5px 18px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
}

.MW_confirm .MW_btn .close:hover {
    color: #2F7CF6;
    border: 1px solid #A8CAFF;
    background-color: #DAE8FF;
}