@charset "UTF-8";
/**
 * 大连国企阳光采购服务平台 - 公共样式
 * date: 2025-4-20
 * author: Claude
 */
/* 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, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

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);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

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

/* 当前位置位置 */
.location {
  padding-left: 23px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  margin: 18px 0;
  background: url("../images/icon_loacl.png") left center no-repeat;
  color: #a8b6c1;
}

.location a {
  color: #a8b6c1;
}

.location span {
  color: #2485e7;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.l {
  float: left;
}

.r {
  float: right;
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
@font-face {
  font-family: "OPPOSans";
  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");
}
@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");
}
body {
  min-width: 1300px;
  background: #f5f6f8;
}

#header {
  height: 556px;
  overflow: hidden;
}

.header {
  width: 100%;
  position: relative;
}
.header .header-auxiliary {
  height: 36px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .header-auxiliary .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .header-auxiliary .container .welcome,
.header .header-auxiliary .container .service {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.header .header-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  z-index: 1;
}
.header .header-banner .banner-bg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  z-index: 1;
}
.header .header-banner .banner-bg img {
  height: 100%;
  width: 100%;
}
.header .header-banner .banner-bg .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20px;
  height: 3px;
}
.header .header-banner .banner-bg .swiper-pagination .swiper-pagination-bullet {
  vertical-align: top;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.36;
  margin: 0 2px;
}
.header .header-banner .banner-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.header .header-banner .header-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 130px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.header .header-banner .header-title .title-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-banner .header-title .title-info .logo {
  width: 92px;
  height: 92px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.header .header-banner .header-title .title-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
.header .header-banner .header-title .title-info h1 {
  color: #ffffff;
  font-size: 46px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bolder;
  margin: 0;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}
.header .header-banner .header-title .slogan {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-banner .header-title .slogan .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 10px;
}
.header .header-banner .header-title .slogan .slogan-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.48;
  margin: 0 10px;
}
.header .header-banner .search-box {
  position: absolute;
  left: 50%;
  bottom: 110px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
  border-radius: 68px;
  padding: 13px 20px;
  backdrop-filter: blur(3px);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.header .header-banner .search-box input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  color: #666666;
  font-size: 18px;
  outline: none;
}
.header .header-banner .search-box input::-webkit-input-placeholder {
  color: #666666;
}
.header .header-banner .search-box input:-moz-placeholder {
  color: #666666;
}
.header .header-banner .search-box input::-moz-placeholder {
  color: #666666;
}
.header .header-banner .search-box input:-ms-input-placeholder {
  color: #666666;
}
.header .header-banner .search-box input::placeholder {
  color: #666666;
}
.header .header-banner .search-box .search-btn {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header .header-banner .search-box .search-btn img {
  width: 100%;
  height: 100%;
}
.header .header-nav {
  height: 56px;
  background-color: #2485e7;
}
.header .header-nav .container {
  height: 100%;
}
.header .header-nav .nav-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header .header-nav .nav-list .nav-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-nav .nav-list .nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-nav .nav-list .nav-item:hover, .header .header-nav .nav-list .nav-item.current {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .header-nav .nav-list .nav-item:hover a, .header .header-nav .nav-list .nav-item.current a {
  font-weight: 700;
}

.footer {
  margin-top: 22px;
  width: 100%;
  background-color: #0b6fd4;
  padding: 40px 0;
}
.footer .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .friendly-links {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.footer .friendly-links .link-item {
  width: -webkit-calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-right: 20px;
}
.footer .friendly-links .link-item:last-child {
  margin-right: 0;
}
.footer .friendly-links .link-item select {
  width: 100%;
}
.footer .friendly-links .link-item .chosen-container {
  width: 100% !important;
  background-color: #ffffff;
  border-radius: 0;
}
.footer .friendly-links .link-item .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 38px;
  padding: 0 16px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #666666;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .friendly-links .link-item .chosen-container-single .chosen-single div {
  width: 20px;
}
.footer .friendly-links .link-item .chosen-container-single .chosen-single div b {
  background: url(../images/dropdown_icon.svg) no-repeat center;
  -o-background-size: 10px;
     background-size: 10px;
}
.footer .friendly-links .link-item .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  border: none;
  box-shadow: none;
}
.footer .friendly-links .link-item .chosen-container .chosen-drop {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.footer .friendly-links .link-item .chosen-container .chosen-results li {
  padding: 8px 16px;
  font-size: 14px;
  color: #333333;
}
.footer .friendly-links .link-item .chosen-container .chosen-results li.highlighted {
  background: #2485e7;
  color: #ffffff;
}
.footer .copyright-info {
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .copyright-info .info-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.footer .copyright-info .info-row span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.48;
  margin-right: 32px;
}
.footer .copyright-info .info-row span:last-child {
  margin-right: 0;
}

#sidebar {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  width: 72px;
}
@media (max-width: 1300px) {
  #sidebar {
    right: 0;
  }
}

.sidebar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #2485e7;
}
.sidebar .sidebar-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  background-color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .sidebar-item .icon-wrapper {
  padding: 7px;
  width: 38px;
  height: 38px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
  -o-background-size: 24px auto;
     background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar .sidebar-item .icon-wrapper.login {
  background-image: url(../images/login_icon.svg);
}
.sidebar .sidebar-item .icon-wrapper.enterprise {
  background-image: url(../images/enterprise_icon.svg);
}
.sidebar .sidebar-item .icon-wrapper.bidding {
  background-image: url(../images/bidding_hall_icon.svg);
}
.sidebar .sidebar-item .icon-wrapper.evaluation {
  background-image: url(../images/evaluation_icon.svg);
}
.sidebar .sidebar-item .icon-wrapper.guide {
  background-image: url(../images/guide_icon.svg);
}
.sidebar .sidebar-item .icon-wrapper.service {
  background-image: url(../images/service_icon.svg);
}
.sidebar .sidebar-item .icon-wrapper.top {
  background-image: url(../images/top_arrow_icon.svg);
}
.sidebar .sidebar-item .text {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 1.57;
  font-weight: 400;
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .sidebar-item:hover {
  background-color: #2485e7;
  opacity: 1;
}
.sidebar .sidebar-item:hover .text {
  color: #ffffff;
}
.sidebar .sidebar-item:hover .icon-wrapper.login {
  background-image: url(../images/login_icon_h.png);
}
.sidebar .sidebar-item:hover .icon-wrapper.enterprise {
  background-image: url(../images/enterprise_icon_h.png);
}
.sidebar .sidebar-item:hover .icon-wrapper.bidding {
  background-image: url(../images/bidding_hall_icon_h.png);
}
.sidebar .sidebar-item:hover .icon-wrapper.evaluation {
  background-image: url(../images/evaluation_icon_h.png);
}
.sidebar .sidebar-item:hover .icon-wrapper.guide {
  background-image: url(../images/guide_icon_h.png);
}
.sidebar .sidebar-item:hover .icon-wrapper.service {
  background-image: url(../images/service_icon_h.png);
}
.sidebar .sidebar-item.sidebar-item-active {
  background-color: #2485e7;
}
.sidebar .sidebar-item.sidebar-item-active .text {
  color: #ffffff;
}
.sidebar .sidebar-item.sidebar-item-active .icon-wrapper img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sidebar .sidebar-item.back-to-top {
  background-color: #0b6fd4;
  padding: 5px 8px 0;
  border: none;
}
.sidebar .sidebar-item.back-to-top .icon-wrapper {
  height: 16px;
  padding: 0;
}
.sidebar .sidebar-item.back-to-top .text {
  margin-top: -5px;
  color: #ffffff;
}
.sidebar .sidebar-item.back-to-top:hover {
  background-color: #0a60bc;
}

.module {
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
}
.module-hd {
  height: 54px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin: 0 18px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-tt {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding-left: 13px;
  background: url("../images/index/icon_module_tt.png") no-repeat left center;
}
.module-more {
  font-size: 14px;
  color: #2485e7;
  line-height: 24px;
  padding-right: 21px;
  background: url("../images/index/icon_module_more.png") no-repeat right center;
}
.module-more:hover {
  color: #0b6fd4;
}
.module-bd {
  height: -webkit-calc(100% - 54px);
  height: -moz-calc(100% - 54px);
  height: calc(100% - 54px);
  padding: 18px;
}

/* 交易信息左侧导航 */
.left-nav {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
}

.left-nav-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 10px 12px 10px 30px;
  position: relative;
  background: url("../images/trade_info/title_bg.png") no-repeat left center;
}

.left-nav-title-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  color: #fff;
}

.left-nav-title-text {
  font-size: 22px;
  color: #ffffff;
  line-height: 26px;
  position: relative;
  margin-top: 10px;
}
.left-nav-title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 18px;
  height: 0px;
  border: 1px solid #ffffff;
  opacity: 0.5;
}

.left-nav-title-en {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 2px;
}

.left-nav-item:hover .left-nav-item-text {
  background-color: #f5f5f5;
}
.left-nav-item .left-nav-item-text {
  height: 60px;
  width: 100%;
  display: block;
  padding: 20px 40px 20px 24px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  background-color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.left-nav-item .left-nav-item-text::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/trade_info/arrow_right.svg") no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.left-nav-item.current .left-nav-item-text {
  color: #fff;
  background: url("../images/trade_info/nav_bg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.left-nav-item.current .left-nav-item-text::after {
  background: url("../images/trade_info/arrow_down.svg") no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
     -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.left-nav-item.current.haschild.opend .left-nav-item-text::after {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.left-nav-item.opend .left-nav-item-text::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.left-nav-item.opend .left-nav-subnav {
  display: block;
}

.left-nav-subnav {
  display: none;
}

.left-nav-subitem {
  position: relative;
}
.left-nav-subitem .left-nav-subitem-text {
  padding: 11px 40px 11px 46px;
  height: 48px;
  display: block;
  color: #666666;
  background-color: #fff;
  line-height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.left-nav-subitem.current {
  background: -webkit-linear-gradient(left, rgba(31, 109, 232, 0.1) 0%, rgba(237, 248, 244, 0) 100%), #ffffff;
  background: -moz-linear-gradient(left, rgba(31, 109, 232, 0.1) 0%, rgba(237, 248, 244, 0) 100%), #ffffff;
  background: -o-linear-gradient(left, rgba(31, 109, 232, 0.1) 0%, rgba(237, 248, 244, 0) 100%), #ffffff;
  background: linear-gradient(90deg, rgba(31, 109, 232, 0.1) 0%, rgba(237, 248, 244, 0) 100%), #ffffff;
}
.left-nav-subitem.current .left-nav-subitem-text {
  color: #2485e7;
}
.left-nav-subitem.current .left-nav-subitem-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  right: 20px;
  background: url("../images/trade_info/active_dot.svg") no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.left-nav-subitem:hover .left-nav-subitem-text {
  background-color: #f5f5f5;
}

.keyword {
  width: 248px;
  height: 34px;
  background: #ffffff;
  border-radius: 44px 44px 44px 44px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.keyword input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 0 12px;
}
.keyword input::-webkit-input-placeholder {
  color: #bac4ce;
}
.keyword input:-moz-placeholder {
  color: #bac4ce;
}
.keyword input::-moz-placeholder {
  color: #bac4ce;
}
.keyword input:-ms-input-placeholder {
  color: #bac4ce;
}
.keyword input::placeholder {
  color: #bac4ce;
}
.keyword .keyword-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("../images/icon_search.png") no-repeat center center;
}

.pager .m-pagination-page > li > a {
  border: 1px solid #ecedf2;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 5px;
  font-size: 14px;
  color: #666;
}
.pager .m-pagination-page > li:hover > a, .pager .m-pagination-page > li.active > a {
  background: #fff;
  color: #2485e7;
  border: 1px solid #2485e7;
}
.pager .m-pagination-size {
  height: 34px;
}
.pager .m-pagination-size .chosen-container {
  height: 34px;
}
.pager .m-pagination-size .chosen-container .chosen-single {
  height: 100%;
  border: 1px solid #ecedf2;
}
.pager .m-pagination-size .chosen-container .chosen-single span {
  line-height: 32px;
}
.pager .m-pagination-size .chosen-container .chosen-single div > b {
  height: 100%;
  background-position: 4px 7px;
}
.pager .m-pagination-jump {
  height: 34px;
}
.pager .m-pagination-jump .m-pagination-group input,
.pager .m-pagination-jump .m-pagination-group button {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 34px;
  border: 1px solid #ecedf2;
  line-height: 32px;
}

/* 筛选区样式 */
.screen {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  /* 选项卡样式 */
}
.screen-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.screen-row-label {
  color: #666666;
  font-size: 14px;
  line-height: 1.85;
  padding: 6px 0;
}
.screen-row-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.screen .screen-option {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  line-height: 26px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin: 6px;
  background-color: #f7f7f7;
}
.screen .screen-option.current {
  background-color: #2485e7;
  color: #ffffff;
}
.screen .screen-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 6px 6px 12px;
  line-height: 26px;
  height: 26px;
}
.screen .screen-time .datepicker {
  width: 120px;
  height: 26px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: url("../images/trade_info/calendar.svg") no-repeat right 12px center;
  -o-background-size: 14px auto;
     background-size: 14px auto;
  padding-left: 12px;
  padding-right: 40px;
  font-size: 13px;
}
.screen .screen-time .datepicker::-webkit-input-placeholder {
  color: #bac4ce;
}
.screen .screen-time .datepicker:-moz-placeholder {
  color: #bac4ce;
}
.screen .screen-time .datepicker::-moz-placeholder {
  color: #bac4ce;
}
.screen .screen-time .datepicker:-ms-input-placeholder {
  color: #bac4ce;
}
.screen .screen-time .datepicker::placeholder {
  color: #bac4ce;
}
.screen .screen-time .datepicker.daterangepicker {
  width: 240px;
}
.screen .screen-time span {
  color: #e6e6e6;
  display: block;
  margin: 0 6px;
}