@charset "UTF-8";
/*
 * @Author: wuzhou
 * @LastEditors: wuzhou
 * @Date: 2024-10-28 08:07:44
 * @LastEditTime: 2024-10-29 17:37:31
 * @Description: 宜昌市城发集团招采系统优化升级项目
 */
@font-face {
  font-family: "OPPOSans-B";
  src: url("./fonts/OPPOSans-B/OPPOSans-B.woff") format("woff"), url("./fonts/OPPOSans-B/OPPOSans-B.ttf") format("truetype"), url("./fonts/OPPOSans-B/OPPOSans-B.eot") format("embedded-opentype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #f2f5fa;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

.module {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(1, 71, 154, 0.05);
}

/* 首页顶部 */
.home-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 640px;
}
.home-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_top_bg.jpg") center top no-repeat;
  z-index: 10;
}

.top-info {
  position: relative;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  z-index: 40;
}
.logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.logo-area .logo {
  width: 795px;
  height: 50px;
}
.logo-area .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.search-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 318px;
  height: 46px;
  border-radius: 60px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.search-input {
  padding-left: 15px;
  flex: 1;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  background: none;
}
.search-input::placeholder {
  color: #fff;
}
.search-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 15px;
  background: linear-gradient(0deg, #cbe2ff 0%, #ffffff 100%);
  box-shadow: 2px 2px 4px 0px rgba(6, 68, 138, 0.12);
}
.search-btn > span {
  display: block;
  height: 100%;
  background: url("../images/search_btn.png") center no-repeat;
}

.home-nav {
  position: relative;
  background: #0570fe;
  backdrop-filter: blur(20px);
  z-index: 50;
}
.home-nav-items {
  display: flex;
}
.home-nav-items .home-nav-item {
  width: calc(100% / 6);
}
.home-nav-items .home-nav-item > a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  height: 70px;
  line-height: 70px;
}
.home-nav-items .home-nav-item:hover > a, .home-nav-items .home-nav-item.current > a {
  font-weight: 700;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

/* 子页头部 */
.header {
  height: 181px;
  background: url("../images/head_bg.png") #0570fe;
}

.page-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 111px;
}

/* 底部 */
.footer {
  color: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #142d4a;
}
.footer a {
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  height: 22px;
  line-height: 22px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.footer-links > li {
  position: relative;
}
.footer-links > li:not(:first-child) {
  margin-left: 60px;
}
.footer-links > li:not(:first-child):before {
  position: absolute;
  content: "";
  left: -30px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: #fff;
}
.footer-links a {
  color: #fff;
}

.footer-info {
  display: flex;
  justify-content: center;
  line-height: 28px;
}
.footer-info > p:not(:first-child) {
  margin-left: 50px;
}

/* 面包屑 */
.crumbs {
  margin: 30px 0 20px;
  line-height: 18px;
  padding-left: 22px;
  background: url("../images/crumbs_ico.png") left center no-repeat;
}
.crumbs > a {
  color: #333;
}
.crumbs > span {
  color: #0570FE;
}

/* 子页侧边 */
.subpage-wrap {
  display: flex;
  justify-content: space-between;
}

.side-menu {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 240px;
  min-height: 495px;
  overflow: hidden;
  background-color: #fff;
}
.side-menu .menu-title {
  padding-left: 30px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: url("../images/side_menu_bg.png") center top no-repeat;
}

.subpage-content {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

.menu-items {
  padding: 4px 0;
}
.menu-items .menu-item {
  height: 54px;
  line-height: 54px;
  margin-top: 4px;
  background: #F5F8FF;
  border-left: 4px solid rgba(28, 119, 255, 0.3);
}
.menu-items .menu-item > a {
  display: block;
  padding-left: 38px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/side_nav_ico1.png") 10px center no-repeat;
}
.menu-items .menu-item.current, .menu-items .menu-item:hover {
  border-color: #0570FE;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.menu-items .menu-item.current > a, .menu-items .menu-item:hover > a {
  background-image: url("../images/side_nav_ico2.png");
}

/* 分页 */
.m-pagination-page > li > a {
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  color: #333;
}

.m-pagination-page > li.active > a {
  border-color: #0570FE;
  color: #0570FE;
  background-color: #fff;
}

.m-pagination-page > li > a, .m-pagination-size > select, .m-pagination-group > input, .m-pagination-group > button {
  border-color: #D2DAE2;
}

.m-pagination-page > li:hover > a, .m-pagination-group > button:hover {
  border-color: #0570FE;
}

.m-pagination-group > input {
  height: 28px;
}

.m-pagination-group > button {
  height: 30px;
}

.m-pagination-info {
  color: #666;
  height: 30px;
  line-height: 30px;
}

.m-pagination-info > span {
  color: #333;
  font-weight: normal;
}

/* 2025-7-15 */
body {
  min-width:1200px;
}

.search-input:before {
   color:#fff;
}

.home-top .home-nav {
   position:absolute;
  left:0;
  right:0;
  bottom:0;
}