/* 自定义手机端日期选择器样式 */
.mui-dtpicker {
    height: 18.25rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -42%;
    margin-top: -9.125rem;
    width: 84%;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mui-dtpicker .mui-picker {
    background: #FFFFFF;
}

.mui-dtpicker-title {
    /*display: none;*/
    height: 10%;
    position: relative;
    z-index: 20;
}

.mui-dtpicker-title h5 {
    background: #FFFFFF;
    border-top: 0;
    border-bottom-color: #DDDDDD;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    padding: 15px 8px 8px 8px;
}

.mui-dtpicker-title h5[data-id="title-y"] {
    border-top-left-radius: 8px;
}

.mui-dtpicker-title h5[data-id="title-d"] {
    border-top-right-radius: 8px;
}

.mui-dtpicker-header {
    z-index: 1;
    width: 100%;
    height: 17%;
    position: absolute;
    bottom: 0;
    padding: 0;
    border-top: 1px solid #DDDDDD;
}

.mui-dtpicker-header button {
    border: none;
    width: 49.5%;
    height: 100%;
    padding: 0;
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #666666;
    text-align: center;
}

.mui-dtpicker-header button:first-child {
    border-right: 1px solid #DDDDDD;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom-left-radius: 8px;
}

.mui-dtpicker-header button:last-child {
    background: #FFFFFF;
    color: #FF6600;;
    border-bottom-right-radius: 8px;
}

.mui-dtpicker-body {
    height: 73%;
}

.mui-pciker-list, .mui-pciker-rule {
    height: 2.75rem;
    line-height: 2.75rem;
    /*font-size: 1.5rem;*/
}

.mui-pciker-list li.highlight {
    font-family: PingFangSC-Medium;
    font-size: 1.25rem;
    color: #333333;
}

.display {
    display: none;
}

.layer {
    opacity: 0.7;
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}