body {
    width: 100%;
    min-width: 860px;
    padding: 10px
}

#wrapper {
    width: 860px
}

.wrapper {
    width: 830px
}

.wpopupwrap {
    width: 830px;
    min-width: 830px;
}

.col-wid {
    width: 790px;
}


.pt_search {
    position: relative;
}

.img-wrap {
    display: none;
}

.daily {
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 17%);
    margin-bottom: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f5f5f5;
}

.daily a.op_btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.daily .prev {
    background-image: url(/assets/img/icon-left-gray.png);
}

.daily .next {
    background-image: url(/assets/img/icon-right-gray.png);
}
.daily .prev:hover {
    background-image: url("/assets/img/icon-left-sky.png");
}

.daily .next:hover {
    background-image: url("/assets/img/icon-right-sky.png");
}

.daily a.today {
    border: 1px solid  #c9c9c9;
    border-radius: 4px;
    width: 50px;
    height: 36px;
    line-height: 14px;
    padding: 10px;
    font-size: 13px;
    color: #666;
}
.daily a.today:hover {
    color: #5a27bf;
    border: 1px solid #5a27bf
}


input[type=text].datepicker {
    width: 150px;
    height: 36px;
    border: 1px solid #c9c9c9;
    font-size: 13px;
    background-color: #fff;
    color: #666
}

.btn-posit {
    right: 14px;
}

.btn-ico.reset.b-color {
    background-image: url(/assets/img/icon-reset.png);
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    width: 36px;
    height: 36px;
}
.btn-ico.reset.b-color:hover {
  background-image: url("/assets/img/icon-reset-pur.png");
  border: 1px solid #5a27bf;
  width: 36px;
  height: 36px;
}

.logo_content {
    padding: 15px 20px 10px;
    position: relative;
    margin-bottom: 10px
}

.logo_content .logo {
    width: 268px!important;
    height: 30px!important;
    background-position: -289px -76px
}

.content {
    width: 830px;
    overflow: auto
}

.contentFrame {
    width: 830px
}

.copyright {
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #999
}

.copyright span {
    font-weight: 500;
    color: #5a27bf
}

