
#myrl {
    width: 490px;
    height: 352px;
    margin: 0px auto;
    margin-top: 20px;
    position: relative;
}

#teshu {
    float: right;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 285px;
    margin-top: 0px;
}

#box {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0
}

.unover {
    background: #fff;
    cursor: auto!important;
}

.pop {
    width: 290px;
    height: 180px;
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
    position: absolute;
}

.pop FONT {
    padding-left: 5px;
}

table.biao {
    border-collapse: collapse;
    font-family: "Times New Roman", "宋体";
    background: #fff;
}

.over {
    background: #f0e68c;
)
}

.tt:hover {
    background: #f9fbc9;
    text-decoration: none;
}

.imag1 {
    margin-right: 2px;
}

.topDateFont {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.cal-tit FONT {
    margin-top: 2px;
}

.cal-tit SPAN {
    margin-top: 2px;
    font-weight: bold;
}

/*===== dateSelection =====*/
#dateSelectionDiv {
    border: 1px solid #f8c173;
    background: #fefef1;
    position: absolute;
    top: 25px;
    z-index: 20;
    width: 160px;
    display: none;
}

#dateSelectionHeader {
    width: 100%;
    font-size: 0;
}

#dateSelectionBody {
    width: 100%;
}

#dateSelectionFooter {
    width: 100%;
    font-size: 0;
}

#dateSeparator {
    margin: 0 auto;
    width: 152px;
    height: 2px;
    font-size: 0;
}

#dateSelectionBtn {
    margin: 0 auto;
    width: 133px;
    height: 20px;
    line-height: 20px;
}

#dateSelectionTodayBtn {
    float: left;
    width: 41px;
    height: 20px;
    cursor: pointer;
}

#dateSelectionOkBtn {
    float: left;
    text-align: center;
    margin: 0 5px 0 5px;
    width: 41px;
    height: 20px;
    cursor: pointer;
}

#dateSelectionCancelBtn {
    float: right;
    text-align: right;
    width: 41px;
    height: 20px;
    cursor: pointer;
}

#yearList {
    width: 158px;
    height: 20px;
    line-height: 20px;
    color: green;
}

#yearListPrev {
    float: left;
    margin-left: 3px;
    text-align: left;
    width: 8px;
    height: 20px;
    cursor: pointer;
}

#yearListNext {
    float: right;
    margin-right: 3px;
    text-align: right;
    width: 8px;
    height: 20px;
    cursor: pointer;
}

#yearListContent {
    float: left;
    height: 20px;
}

#yearListContent .year {
    float: left;
    display: block;
    width: 33px;
    height: 20px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

#yearListContent .curr {
    color: red;
}

#monthList {
    margin: 0 1px 0 1px;
    padding: 0 15px 0 15px;
}

#monthListContent .month {
    float: left;
    display: block;
    width: 17px;
    height: 15px;
    margin: 2px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}

#monthListContent .curr {
    color: red;
}


.active-day{
    background: #e9ecef;
}

.relative{
    position: relative;
}


i#yuejian {
    font-size: 25px;
    margin-left: 50px;
}

i#nianjian {
    font-size: 25px;

}

i#yuejia {
    font-size: 25px;
    margin-right: 50px;
}

i#nianjia {
    font-size: 25px;

}

.nian-jian .path1:before{
    transform: rotate(180deg);
}

.nian-jian .path2:before{
    transform: rotate(180deg);
}



.calendar {
    position: absolute;
    width: 100%;
    /* left: 50%; */
    /* top: 3%; */
    /* margin: -145px 0px 0px -140px; */
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width:767px){
    .calendar{
        position: static;
        margin-top: 10px;
    }
}
.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: hsla(0, 0%, 100%, .95);
    background: #3d49a5;
    margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    width: 30px;
    height: 30px;
    text-indent: 9999px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}
.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}
.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -41px 0px 0px 10px;
}
.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}
.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #5ed1cc;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-calendar {
    /* width: 100%; */
    text-align: center;
}
.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #00a8b2;
    margin-bottom: 5px;
    font-size: 18px;
}
.ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.ui-state-default:hover {
    background: rgba(0,0,0,0.02);
}
.ui-state-highlight {
    color: #a6192e;
}
.ui-state-active {
    color: #3d49a5;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

td.ui-datepicker-day {
    position: relative;
}

i.ui-datepicker-tip {
    position: absolute;
    right: 2px;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eb5c29;
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    cursor: pointer;
}

.ui-dialog-picker{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    z-index: 100;
}

.dialog-picker-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dialog-picker-content{
    background: #FFFFFF;
    width: 80%;
    height: 50%;
}

@media (max-width:767px) {
    .dialog-picker-content{
        width: 80%;
    }
}

.dialog-header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* height: 15%; */
    background: #3d49a5;
    padding: 0 5%;
}

.dialog-title{
    color:#fff;
}

.dialog-body{
    width: 100%;
    height: 85%;
}

.dialog-content-item {
    padding: 15px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialog-content-item:nth-child(odd){
    background: #f3f3f3;
}

.dialog-content-item:hover{
    background: #ddd;
}

span.dialog-content-link.fa.fa-eye:before {
    margin-right: 5px;
    font-size: 16px;
}

span.dialog-content-link.fa.fa-eye {
    font-size: 14px;
    cursor:pointer;
}

.dialog-close.fa.fa-times {
    color: #4e4e4e;
    font-size: 24px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}



span.dialog-content-title {
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

span.dialog-content-link.fa.fa-eye {
    width: 30%;
    text-align: right;
}

