@charset "UTF-8";
/* 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 */
html {
  height: 100%;
}

body {
  padding-bottom: 143px;
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #F8FAFF url("../images/bg2.jpg") center top no-repeat;
  box-sizing: border-box;
}

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: 29px;
  display: flex;
  align-items: center;
  height: 66px;
  font-size: 14px;
  background: url("../images/loc_ico.png") no-repeat left center;
}
.location a {
  margin-right: 13px;
  position: relative;
  color: #333;
}
.location a:hover {
  color: #3069E3;
}
.location a:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #333;
}
.location span {
  color: #3069E3;
}

/* 头部 */
.header {
  padding-top: 30px;
  height: 300px;
  background: #2B58A8;
  box-sizing: border-box;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.header-top-r {
  color: #fff;
}
.header-top .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 66px;
  line-height: 56px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  background: url("../images/logo.png") no-repeat left center;
}
.header-user {
  margin-top: 10px;
  text-align: right;
}
.header-user .login {
  padding: 0 16px 0 35px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: url("../images/head_before.png") no-repeat 16px center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header-user .logged {
  display: inline-block;
  font-size: 16px;
}
.header-user .logged .user {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.header-user .logged img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.header-user .logged .exit {
  margin-left: 20px;
  color: #90A8D4;
}
.header-title {
  margin-top: 50px;
  line-height: 51px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3.4px;
}
.header-nav {
  margin-top: 51px;
  display: flex;
}
.header-nav li:first-child a {
  border-radius: 4px 0 0 0;
}
.header-nav li:last-child a {
  border-radius: 0 4px 0 0;
}
.header-nav li:hover a, .header-nav li.active a {
  color: #fff;
  font-weight: bold;
  background: #3878EA;
}
.header-nav li a {
  display: block;
  line-height: 50px;
  width: 120px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #396BC5;
}

/* 底部 */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 143px;
  color: #fff;
  line-height: 21px;
  background: #2B58A8;
}
.footer > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.footer > .container a {
  color: #fff;
  cursor: pointer;
}
.footer > .container a:hover {
  color: #fff;
}
.footer-txt {
  margin: 0 73px;
  display: flex;
  flex-direction: column;
}
.footer-txt-row {
  margin: 5px 0;
  display: flex;
  justify-content: center;
}
.footer-txt-row > * {
  margin: 0 10px;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  width: 70px;
  border-radius: 4px 0px 0px 4px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px #D5DCEA;
  z-index: 111;
}
.sidebar li:hover .sidebar-pop {
  display: block;
}
.sidebar li + li {
  border-top: 1px dashed #E4E9F1;
}
.sidebar li:nth-child(1) .sidebar-item {
  background: #fff url("../images/side_ico1.png") no-repeat center 15px;
}
.sidebar li:nth-child(1) .sidebar-item:hover {
  color: #fff;
  background-image: url("../images/side_ico1_h.png");
  background-color: #2B58A8;
}
.sidebar li:nth-child(2) .sidebar-item {
  background: #fff url("../images/side_ico2.png") no-repeat center 15px;
}
.sidebar li:nth-child(2) .sidebar-item:hover {
  color: #fff;
  background-image: url("../images/side_ico2_h.png");
  background-color: #2B58A8;
}
.sidebar li:nth-child(3) .sidebar-item {
  background: #fff url("../images/side_ico3.png") no-repeat center 15px;
}
.sidebar li:nth-child(3) .sidebar-item:hover {
  color: #fff;
  background-image: url("../images/side_ico3_h.png");
  background-color: #2B58A8;
}
.sidebar li:nth-child(4) .sidebar-item {
  background: #fff url("../images/side_ico4.png") no-repeat center 15px;
}
.sidebar li:nth-child(4) .sidebar-item:hover {
  color: #fff;
  background-image: url("../images/side_ico4_h.png");
  background-color: #2B58A8;
}
.sidebar li:nth-child(5) .sidebar-item {
  background: #fff url("../images/side_ico5.png") no-repeat center 15px;
}
.sidebar li:nth-child(5) .sidebar-item:hover {
  color: #fff;
  background-image: url("../images/side_ico5_h.png");
  background-color: #2B58A8;
}
.sidebar li:nth-child(6) .sidebar-item {
  background: #fff url("../images/side_ico6.png") no-repeat center 15px;
}
.sidebar li:nth-child(6) .sidebar-item:hover {
  color: #fff;
  background-image: url("../images/side_ico6_h.png");
  background-color: #2B58A8;
}
.sidebar li:first-child .sidebar-item {
  border-radius: 4px 0 0 0;
}
.sidebar li:last-child .sidebar-item {
  border-radius: 0 0 0 4px;
}
.sidebar-item {
  padding-top: 44px;
  position: relative;
  display: block;
  height: 80px;
  line-height: 21px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.sidebar-pop {
  display: none;
  position: absolute;
  top: 9px;
  right: 92px;
  padding: 10px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
}
.sidebar-pop img {
  margin-bottom: 5px;
  display: block;
  width: 100px;
  height: 100px;
}
.sidebar-pop .code {
  font-size: 16px;
  text-align: center;
}
.sidebar-info {
  line-height: 20px;
  color: #7C8BA1;
  white-space: nowrap;
}
.sidebar-info + .sidebar-info {
  margin-top: 10px;
}
.sidebar-info span {
  color: #2B58A8;
}

.public-main {
  padding-bottom: 40px;
}
.public-content {
  background: #FFF;
  box-shadow: 0px 2px 9px 0px rgba(224, 233, 245, 0.33);
}
.public-content-search {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 59px;
}
.public-search {
  position: relative;
}
.public-search-ipt {
  padding: 0 44px 0 10px;
  width: 277px;
  height: 36px;
  line-height: 34px;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  box-sizing: border-box;
}
.public-search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/search_ico.png") no-repeat center;
}
.public-table {
  width: 100%;
  table-layout: fixed;
}
.public-table .center {
  text-align: center;
}
.public-table .blue {
  color: #3069E3;
  font-weight: bold;
}
.public-table th {
  padding: 0 10px 0 30px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  background: #E7EFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-table tbody tr:nth-child(2n) {
  background: #F5F9FF;
}
.public-table td {
  padding: 0 10px 0 30px;
  height: 50px;
  color: #4E5463;
  border-bottom: 1px rgba(227, 234, 244, 0.56);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-condition {
  margin-bottom: 20px;
  padding: 20px 43px 20px 0;
  border: 0.5px solid #E5E5E5;
  background: #FFF;
}
.public-form-row {
  display: flex;
  font-size: 16px;
}
.public-form-row + .public-form-row {
  margin-top: 20px;
}
.public-form-row.center {
  justify-content: center;
}
.public-form-label {
  text-align: right;
  flex-shrink: 0;
  line-height: 34px;
  color: #091C30;
}
.public-form-control {
  flex: 1;
  width: 0;
  display: flex;
  flex-wrap: wrap;
}
.public-form-control .chosen-container-single .chosen-single div b {
  background: url("../images/arrow_down.png") no-repeat center;
}
.public-form-control input[type=text] {
  padding: 0 10px;
  flex: 1;
  width: 0;
  height: 34px;
  line-height: 32px;
  border: 1px solid #DEDEDE;
  outline: none;
  box-sizing: border-box;
}
.public-form-control .get-code {
  margin-left: 6px;
  padding: 0 8px;
  line-height: 37px;
  color: #fff;
  background: #2585F1;
  border-radius: 4px;
}
.public-form-btn {
  margin-left: 20px;
  display: inline-block;
  width: 90px;
  height: 34px;
  line-height: 32px;
  color: #3069E3;
  font-size: 18px;
  text-align: center;
  border: 1px solid #3069E3;
  box-sizing: border-box;
}
.public-form-btn.primary {
  color: #fff;
  background: #3069E3;
}
.public-flex {
  display: flex;
  justify-content: space-between;
}
.public-leftmenu {
  margin-right: 20px;
  width: 282px;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: 0px 2px 9px 0px rgba(224, 233, 245, 0.33);
}
.public-leftmenu h2 {
  padding: 0 10px;
  height: 72px;
  line-height: 72px;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/leftmenu_hd.png");
  box-shadow: -3px -1px 5px 0px rgba(255, 255, 255, 0.56), 4px 3px 3px 0px rgba(224, 233, 245, 0.19);
}
.public-leftmenu-list {
  margin-top: 10px;
}
.public-leftmenu-list li.active .public-leftmenu-item {
  color: #3069E3;
  font-weight: bold;
  border-color: #3069E3;
  background: rgba(48, 105, 227, 0.07);
}
.public-leftmenu-list li:hover .public-leftmenu-item {
  color: #3069E3;
}
.public-leftmenu-item {
  padding-left: 26px;
  display: flex;
  align-items: center;
  height: 60px;
  color: #333;
  font-size: 18px;
  border-left: 4px solid transparent;
}
.public-right {
  flex: 1;
  width: 0;
}