@charset "UTF-8";
@font-face {
  font-family: "OPPOSans-M";
  src: url("./fonts/OPPOSans-M/OPPOSans-M.woff") format("woff"), url("./fonts/OPPOSans-M/OPPOSans-M.ttf") format("truetype"), url("./fonts/OPPOSans-M/OPPOSans-M.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;
  min-width: 1200px;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
}

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;
}

.header {
  min-height: 88px;
}

/* 顶部样式 */
.top-area {
  display: flex;
  align-items: center;
  height: 88px;
  justify-content: space-between;
  /* 导航 */
}
.top-area .logo {
  padding-left: 63px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  background: url("../images/logo.png") left center no-repeat;
}
.top-area .nav-items {
  display: flex;
  flex-wrap: wrap;
}
.top-area .nav-items .nav-link {
  display: block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  color: #333;
  font-size: 16px;
}
.top-area .nav-items .nav-item {
  position: relative;
  width: 84px;
  margin-left: 10px;
}
.top-area .nav-items .nav-item:first-child {
  width: 52px;
  margin-left: 0;
}
.top-area .nav-items .nav-item.current .nav-link, .top-area .nav-items .nav-item:hover .nav-link {
  font-weight: bold;
  color: #0870ba;
}
.top-area .nav-items .nav-item.current:before, .top-area .nav-items .nav-item:hover:before {
  position: absolute;
  content: "";
  height: 3px;
  left: 50%;
  width: 18px;
  transform: translateX(-50%);
  bottom: -26px;
  background-color: #0870ba;
}
/* 搜索 */
.search-area {
  display: flex;
  justify-content: space-between;
}
.search-area .search-input {
  box-sizing: border-box;
  padding-left: 12px;
  width: 164px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #4c4c4c;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background: #f1f2f3;
}
.search-area .search-btn {
  display: block;
  width: 36px;
  height: 32px;
  cursor: pointer;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: url("../images/search_ico.png") center no-repeat #0870ba;
}
.search-area .search-btn:hover {
  background-color: #075e9b;
}

/* 底部样式 */
.footer {
  height: 245px;
  background: url("../images/foot_bg.jpg") center top no-repeat;
}

.select-area {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
}
.select-area .chosen-container-single .chosen-single {
  height: 32px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
}
.select-area .chosen-container-single .chosen-single div {
  right: 8px;
}
.select-area .chosen-container-single .chosen-single div b {
  background: url("../images/arr_ico1.png") center no-repeat;
}
.select-area .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background-image: none;
  box-shadow: none;
}
.select-area .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url("../images/arr_ico2.png");
}
.select-area .chosen-container .chosen-results {
  color: #fff;
}
.select-area .chosen-container .chosen-results li {
  text-align: center;
}
.select-area .chosen-container .chosen-drop {
  background: #024675;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}
.select-area .query-web {
  margin-left: 80px;
}

.footer-info {
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
.footer-info a {
  color: #fff;
}
.footer-info a.oa-link {
  display: inline-block;
  margin-top: 18px;
}

/* 子页 */
.page-main {
  min-height: 500px;
  padding-bottom: 30px;
  background-color: #f1f5fa;
}

/* 面包屑 */
.router {
  padding: 10px 0;
  line-height: 28px;
  padding-left: 24px;
  background: url("../images/router_ico.png") left 14px no-repeat;
}
.router > a {
  color: #333;
}
.router span {
  color: #0870ba;
}

.content-wrap {
  display: flex;
  justify-content: space-between;
  /* 左侧 */
  /* 右侧 */
}
.content-wrap .menu-wrap {
  width: 213px;
}
.menu-title {
  height: 80px;
  color: #fff;
  background: url("../images/menu_bg.jpg") center top no-repeat;
  overflow: hidden;
}
.menu-title > p {
  margin-left: 20px;
}
.menu-title > p:first-child {
  margin-top: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.menu-title > p:nth-child(2) {
  font-size: 12px;
  line-height: 18px;
}

.menu-items .menu-item {
  margin-top: 3px;
  position: relative;
}
.menu-items .menu-item a {
  display: block;
  padding-left: 20px;
  padding-right: 40px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
}
.menu-items .menu-item:before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  pointer-events: none;
  background: url("../images/menu_ico1.png") center no-repeat;
}
.menu-items .menu-item.current a, .menu-items .menu-item:hover a {
  color: #0870ba;
  font-weight: 700;
}
.menu-items .menu-item.current:before, .menu-items .menu-item:hover:before {
  background-image: url("../images/menu_ico2.png");
}

.content-wrap .content-info {
  margin-left: 22px;
  flex: 1;
}
.record-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  color: #fff;
  background-color: #1784d1;
}
.record-head .record-quantity {
  margin-left: 22px;
  font-size: 15px;
}
.record-head .record-quantity > span {
  font-weight: bold;
}
.record-head .search-area {
  margin-right: 22px;
}
.record-head .search-input {
  width: 157px;
  padding-left: 16px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.record-head .search-btn {
  width: 44px;
  height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: url("../images/search_icoh.png") center #fff no-repeat;
}
.record-head .search-btn:hover {
  background: url("../images/search_icoh.png") center #fff no-repeat;
}

.record-info {
  background-color: #fff;
  min-height: 408px;
  padding-bottom: 40px;
}

/* 分页 */
.pager {
  margin-top: 2px;
}
.pager .m-pagination-page > li > a {
  height: 32px;
  line-height: 32px;
  border-width: 1px;
  border-color: #ecedf2;
}
.pager .m-pagination-page > li.active > a {
  border-color: #0870ba;
  color: #0870ba;
  background-color: transparent;
}
.pager .m-pagination-info {
  height: 32px;
  line-height: 32px;
  margin-right: 6px;
}
.pager .m-pagination-group > input {
  height: 32px;
}
.pager .m-pagination-group > button {
  height: 34px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.login-mod {
  width: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(29, 46, 79, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(29, 46, 79, 0.15);
  z-index: 999;
  background-color: #fff;
}
.login-top {
  display: block;
  height: 32px;
  background: url("../images/login_top.png") center center no-repeat #0870BA;
}
.login-link {
  display: block;
  height: 72px;
  border-bottom: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center 9px;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  padding-top: 45px;
  text-align: center;
}
.login-link:hover {
  color: #fff;
  background-color: #0870BA;
}
.login-link.link1 {
  background-image: url("../images/login_icon1.png");
}
.login-link.link1:hover {
  background-image: url("../images/login_icon1h.png");
}
.login-link.link2 {
  background-image: url("../images/login_icon2.png");
}
.login-link.link2:hover {
  background-image: url("../images/login_icon2h.png");
}