.pagepreview {
  position: relative;
  float: right;
  width: 824px;
  height: 754px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.highlight {
  color: #e54d42;
}

.h5-header,
.h5-footer {
  display: none;
}

.h5-header {
  padding-left: 18px;
  padding-right: 18px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  height: 45px;
  width: 100%;
  box-shadow: 0px 0px 0px;
  z-index: 9999;
  background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}
.h5-header span {
  flex-shrink: 0;
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.h5-header .icon-sousuo {
  padding: 10px;
}

.h5-footer {
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  height: 54px;
  width: 100%;
  box-shadow: 0px 0px 0px;
  z-index: 99;
  border-color: #ababab;
  color: #fff;
  border-top: 1px solid;
  background-color: #f0f0f0;
  color: #333;
  box-sizing: border-box;
}
.h5-footer .left {
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.h5-footer .left .icon-caidan {
  flex-shrink: 0;
  width: 46px;
  line-height: 54px;
  text-align: center;
  color: #333;
}
.h5-footer .left .col-title {
  flex: 1;
  line-height: 54px;
  font-size: 16px;
  text-align: left;
}
.h5-footer .right {
  padding: 10px;
  height: 54px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #8799a3;
  color: #fff;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.h5-footer .right div {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .eb_header,
  .cd_footer {
    display: none;
  }
  .iconfont {
    font-size: 18px;
  }
  .h5-header,
  .h5-footer {
    display: flex;
  }
  html,
  body {
    height: 100%;
    min-width: auto;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  body .h5-header,
  body .h5-footer {
    flex-shrink: 0;
  }
  body .eb_body {
    flex: 1;
    width: 100%;
    padding: 0;
    padding-top: 45px;
    padding-bottom: 54px;
    overflow-y: scroll;
  }
  body .eb_body .contanier {
    width: 100%;
  }
  body .eb_body #searchDetail .h5-bread {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px;
    background-color: #f1f1f1;
    font-size: 16px;
  }
  body .eb_body #searchDetail .h5-bread i {
    margin-right: 5px;
    color: #8799a3;
  }
  body .eb_body #searchDetail .h5-bread .nav {
    color: #aaa;
  }
  body .eb_body #searchDetail .h5-bread .nav a {
    color: #000;
  }
  body .eb_body #searchDetail .single-news {
    margin: 0px 20px !important;
    margin-bottom: 0;
    box-shadow: none;
    min-height: 50px;
    border-bottom: 1px solid #ddd;
  }
  body .eb_body #searchDetail .single-news:last-child {
    border: none;
  }
  body .eb_body #searchDetail .single-news.row h2 a:first-child {
    display: inline-block;
    padding: 0px 6px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    background-color: #e54d42;
    color: #fff;
    border-radius: 10px;
  }
  body .eb_body #searchDetail .content-detail {
    padding-top: 0 !important;
  }
  body .eb_body #searchDetail .content-detail .news-content {
    padding: 10px 45px 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  body .eb_body #searchDetail .content-detail .news-content .text {
    display: none;
  }
  body .eb_body #searchDetail .content-detail .news-head {
    display: none;
  }
  body .eb_body .page {
    position: absolute;
    left: -68px;
    transform: scale(0.7);
  }
  body .eb_body .page .pager {
    max-width: 100%;
    width: 78vh;
  }
  body .eb_body #overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  body .eb_body #overlay-content {
    position: relative;
    padding: 0;
    width: 300px;
    height: calc(100vh - 45px) !important;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    background-color: #f0f0f0;
  }
  body .eb_body #overlay-content .pagenav-menulist {
    margin-top: 45px;
    width: 300px;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item {
    margin-bottom: 15px;
    background-color: #fff;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item::after {
    content: none;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .item-title {
    background: none;
    font-size: 15px;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .item-title .icon-bg {
    display: none;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .item-title .title {
    position: relative;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .item-title .title::before {
    position: absolute;
    left: 15px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 5px;
    background-color: #e54d42;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list {
    margin-left: 0;
    background-color: #fff;
    color: #8799a3;
    font-size: 15px;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding-left: 18px;
    padding-right: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list li .iconfont {
    display: block !important;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list li .icon-dian {
    font-size: 20px;
    font-weight: bold;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list li a {
    flex: 1;
    padding: 5px 45px 5px 15px;
    color: #8799a3;
    border: none;
    font-size: 15px;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list li a span {
    line-height: 1.6em;
  }
  body .eb_body #overlay-content .pagenav-menulist .pagenav-item .title-list li a::before {
    content: none;
  }
  body .eb_body #overlayCalen {
    display: block !important;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  body .eb_body #overlayCalenContent {
    position: absolute;
    padding: 0;
    width: 300px;
    height: 100% !important;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    background-color: #f0f0f0;
  }
  body .eb_body #overlayCalenContent .main {
    position: relative;
    height: 100%;
    margin-top: 45px;
  }
  body .eb_body #overlayCalenContent .main .index-bar {
    height: 85%;
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 5%;
    padding: 10px 10px 10px 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  body .eb_body #overlayCalenContent .main .index-bar #indexBar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow-y: scroll;
  }
  body .eb_body #overlayCalenContent .main .index-bar #indexBar ul {
    list-style-type: none;
    padding: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .eb_body #overlayCalenContent .main .index-bar #indexBar li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  body .eb_body #overlayCalenContent .main .index-bar #indexBar li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
  }
  body .eb_body #overlayCalenContent .main .main-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body .eb_body #overlayCalenContent .main .main-content #content {
    max-height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  body .eb_body #overlayCalenContent .main .main-content #content h2 {
    padding: 15px;
    color: #333;
    background-color: #f0f0f0;
    font-size: 16px;
    font-weight: normal;
  }
  body .eb_body #overlayCalenContent .main .main-content #content p {
    position: relative;
    display: flex;
    padding: 0 15px;
    padding-left: 45px;
    min-height: 50px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 15px;
  }
  body .eb_body #overlayCalenContent .main .main-content #content p::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    position: absolute;
    left: 28px;
    top: 17px;
    background-color: #e54d42;
    border-radius: 5px;
  }
  body .eb_body .pagepreview {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  body .eb_body .pagepreview .pagepreview-pic {
    padding: 0;
  }
  body .eb_body .pagepreview .pagepreview-pic iframe {
    height: calc(100vh - 54px) !important;
  }
  body .eb_body .detail-content {
    width: 100%;
  }
  body .eb_body .detail-content .content-tool {
    display: none !important;
  }
  body .eb_body .detail-content .content-news {
    padding: 0;
    width: 100%;
    height: calc(100vh - 54px);
    box-shadow: none;
  }
  .overlay-search {
    position: fixed;
    z-index: 100000000000000000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .modal-search {
    position: absolute;
    width: 340px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
  }
  .modal-search .modal-content {
    position: relative;
  }
  .modal-search .modal-content #searchTitle {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }
  .modal-search .modal-content #searchTitle::after {
    content: "X";
    position: absolute;
    right: 20px;
    color: #e54d42;
    display: inline-block;
  }
  .modal-search .modal-content #searchTitle .close {
    position: absolute;
    z-index: 99999;
    top: 5px;
    right: 5px;
    padding: 20px;
  }
  .modal-search .modal-content input {
    width: 337px;
    padding: 10px;
    outline: none;
    border: none;
    box-sizing: border-box;
    background-color: #f8f8f8;
    text-align: center;
  }
  .modal-search .modal-content .btn {
    height: 50px;
    line-height: 50px;
    text-align: right;
  }
  .modal-search .modal-content .btn button {
    color: #39b54a;
    outline: none;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    height: 32px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    margin-left: 0;
    background-color: #fff;
    border: 0.5px solid #39b54a;
    border-radius: 4px;
  }
  .modal-search .modal-content .btn #searchBtn {
    margin-left: 10px;
    margin-right: 15px;
    background-color: #39b54a;
    color: #fff;
  }
}/*# sourceMappingURL=gbdk.css.map */