html,
body {
  overflow: auto !important;
  height: 100%;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.container {
  width: 12rem;
}

.wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.wrap-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  height: 1.33rem;
  background-color: #fff;
  padding-top: 0.07rem;
}

.wrap-header .header-top {
  padding-top: 0;
  height: 0.68rem;
  width: 100%;
  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;
}

.wrap-header .header-top .logo {
  height: 0.31rem;
}

.wrap-header .header-top .search {
  width: 3.71rem;
  height: 0.46rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #d5dbe7;
  border-radius: 0.23rem;
  overflow: hidden;
  position: relative;
}

.wrap-header .header-top .search input {
  width: 100%;
  height: 100%;
  padding-left: 0.17rem;
  padding-right: 0.56rem;
  font-size: 0.16rem;
}

.wrap-header .header-top .search input::-webkit-input-placeholder {
  color: #81919e;
}

.wrap-header .header-top .search input:-moz-placeholder {
  color: #81919e;
}

.wrap-header .header-top .search input::-moz-placeholder {
  color: #81919e;
}

.wrap-header .header-top .search input:-ms-input-placeholder {
  color: #81919e;
}

.wrap-header .header-top .search input::placeholder {
  color: #81919e;
}

.wrap-header .header-top .search button {
  position: absolute;
  cursor: pointer;
  top: 1px;
  bottom: 1px;
  right: 1px;
  height: -webkit-calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  height: calc(100% - 2px);
  width: 0.56rem;
  background: url("../images/index/icon_search.png") center no-repeat #fff;
  -o-background-size: 0.18rem auto;
     background-size: 0.18rem auto;
}

.wrap-header .header-menu {
  margin-top: 0.04rem;
}

.wrap-header .header-menu .menu-list {
  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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.1rem;
}

.wrap-header .header-menu .menu-list .menu-item {
  height: 0.4rem;
  /* max-width: -webkit-calc(100% / 7);
  max-width: -moz-calc(100% / 7);
  max-width: calc(100% / 7); */
  max-width: 14.2857142857%;
}

.wrap-header .header-menu .menu-list .menu-item > a {
  height: 100%;
  line-height: 0.4rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #4e5760;
  text-align: center;
  display: block;
}

.wrap-header .header-menu .menu-list .menu-item > a:hover, .wrap-header .header-menu .menu-list .menu-item > a.current {
  font-weight: 700;
  color: #4e5760;
  position: relative;
}

.wrap-header .header-menu .menu-list .menu-item > a:hover::after, .wrap-header .header-menu .menu-list .menu-item > a.current::after {
  /* content: ''; */
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 0.02rem;
  width: 0.266rem;
  background: #4e5760;
  border-radius: 0.28rem;
}

.wrap-viewer {
  height: 100%;
  position: relative;
  background: url("../images/index/img_bg.png") center top 1.33rem no-repeat;
  -o-background-size: 100% calc(100% - 1.33rem);
     background-size: 100% -webkit-calc(100% - 1.33rem);
     background-size: 100% -moz-calc(100% - 1.33rem);
     background-size: 100% calc(100% - 1.33rem);
}

.wrap-viewer .fullpage {
  height: 100%;
  min-width: 600px;
}

.wrap-viewer .fullpage .section {
  padding-top: 1.33rem;
}

.wrap-viewer .fullpage .section > div {
  height: 100% !important;
}

.main-page .swiper {
  height: 100%;
}

.main-page .swiper img {
  height: 100%;
  width: 100%;
}

.main-page .swiper .swiper-pagination {
  height: 0.06rem;
  left: 1.93rem;
  right: auto;
  width: auto;
  bottom: 1.05rem;
}

.main-page .swiper .swiper-pagination > span {
  vertical-align: top;
  width: 0.27rem;
  height: 0.06rem;
  border-radius: 0;
  margin-right: 0.04rem;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.main-page .swiper .swiper-pagination > span.swiper-pagination-bullet-active {
  width: 0.61rem;
  background: rgba(255, 255, 255, 0.5);
}

.main-page .main-next {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.52rem;
  height: 0.71rem;
  background: url("../images/index/img_main_next.png") center top -0.2rem no-repeat;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  bottom: 0.4rem;
  z-index: 20;
  cursor: pointer;
  opacity: 0.5;
  -webkit-animation: identifier 2.5s infinite alternate;
     -moz-animation: identifier 2.5s infinite alternate;
       -o-animation: identifier 2.5s infinite alternate;
          animation: identifier 2.5s infinite alternate;
}

@-webkit-keyframes identifier {
  from {
    background-position: center -0.2rem;
    opacity: 0.5;
  }
  to {
    background-position: center 0;
    opacity: 1;
  }
}

@-moz-keyframes identifier {
  from {
    background-position: center -0.2rem;
    opacity: 0.5;
  }
  to {
    background-position: center 0;
    opacity: 1;
  }
}

@-o-keyframes identifier {
  from {
    background-position: center -0.2rem;
    opacity: 0.5;
  }
  to {
    background-position: center 0;
    opacity: 1;
  }
}

@keyframes identifier {
  from {
    background-position: center -0.2rem;
    opacity: 0.5;
  }
  to {
    background-position: center 0;
    opacity: 1;
  }
}

.title {
  text-align: center;
  font-weight: 500;
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #fbfcfd;
}

.platform-dynamic .platform-links {
  height: 1.53rem;
  background: -webkit-linear-gradient(top, rgba(245, 247, 249, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(245, 247, 249, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(245, 247, 249, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  border: 0.02rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.1rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 0.4rem;
}

.platform-dynamic .platform-links .platform-link {
  min-width: 1.2rem;
  max-width: 20%;
}

.platform-dynamic .platform-links .platform-link > a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #263853;
  text-align: center;
  padding-top: 1rem;
  background-position: center top 0.1rem;
  background-repeat: no-repeat;
  -o-background-size: 0.92rem 0.93rem;
     background-size: 0.92rem 0.93rem;
}

.platform-dynamic .platform-links .platform-link.platform1 > a {
  background-image: url("../images/index/icon_platform1.png");
}

.platform-dynamic .platform-links .platform-link.platform2 > a {
  background-image: url("../images/index/icon_platform2.png");
}

.platform-dynamic .platform-links .platform-link.platform3 > a {
  background-image: url("../images/index/icon_platform3.png");
}

.platform-dynamic .platform-links .platform-link.platform4 > a {
  background-image: url("../images/index/icon_platform4.png");
}

.platform-dynamic .platform-links .platform-link.platform5 > a {
  background-image: url("../images/index/icon_platform5.png");
}

.platform-dynamic .title {
  margin-top: 0.44rem;
  margin-bottom: 0.19rem;
}

.platform-dynamic .title + div {
  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;
  height: 4rem;
}

.platform-dynamic .swiper {
  margin: 0;
  width: 6.44rem;
  height: 4rem;
}

.platform-dynamic .swiper .swiper-slide {
  display: block;
}

.platform-dynamic .swiper .swiper-slide img {
  width: 6.44rem;
  height: 4rem;
}

.platform-dynamic .platform-notice {
  width: 5.26rem;
  height: 100%;
  overflow: hidden;
}

.platform-dynamic .platform-notice .notice-item {
  height: 0.72rem;
  background: -webkit-linear-gradient(top, #f2f5fa 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f2f5fa 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f5fa 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f2f5fa 0%, #ffffff 100%);
  border: 1px solid #ffffff;
  border-radius: 0.1rem;
}

.platform-dynamic .platform-notice .notice-item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.28rem;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: baseline;
     -moz-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  line-height: 0.24rem;
}

.platform-dynamic .platform-notice .notice-item > a .item-name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 0.2rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}

.platform-dynamic .platform-notice .notice-item > a .item-date {
  width: 1.2rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  font-size: 0.14rem;
  color: #a3a3a3;
}

.platform-dynamic .platform-notice .notice-item:nth-child(n + 2) {
  margin-top: 0.1rem;
}

.trade-infos > div {
  display: block;
}

.trade-infos > div > .container {
  padding-top: 0.45rem;
}

.trade-infos .title {
  margin-bottom: 0.37rem;
}

.trade-infos .title + div {
  height: 5.22rem;
}

.trade-infos .title + div .tab-page {
  display: none;
  height: 100%;
}

.trade-infos .title + div > .tab-hd {
  width: 0.74rem;
  height: 100%;
}

.trade-infos .title + div > .tab-hd > .tab-nav {
  width: 100%;
  height: 2.56rem;
  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;
  background: -webkit-linear-gradient(top, rgba(239, 242, 245, 0.7) 17.3%, rgba(255, 255, 255, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(239, 242, 245, 0.7) 17.3%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(239, 242, 245, 0.7) 17.3%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(180deg, rgba(239, 242, 245, 0.7) 17.3%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 0.1rem;
  border: 1px solid #ffffff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #53596a;
  text-align: center;
}

.trade-infos .title + div > .tab-hd > .tab-nav span {
  display: inline-block;
  padding: 0.61rem 0.3rem 0;
  background: url("../images/index/icon_tab_bid.png") center top no-repeat;
  -o-background-size: 0.51rem auto;
     background-size: 0.51rem auto;
}

.trade-infos .title + div > .tab-hd > .tab-nav:nth-child(n + 2) {
  margin-top: 0.11rem;
}

.trade-infos .title + div > .tab-hd > .tab-nav.current {
  border: 1px solid #bbdcff;
  background: rgba(59, 126, 203, 0.69);
}

.trade-infos .title + div > .tab-hd > .tab-nav.current > span {
  color: #fff;
  background-image: url("../images/index/icon_tab_bid_h.png");
}

.trade-infos .title + div > .tab-hd > .tab-nav.current:last-child > span {
  background-image: url("../images/index/icon_tab_notbid_h.png");
}

.trade-infos .title + div > .tab-bd {
  width: 10.93rem;
  height: 100%;
}

.trade-infos .title + div > .tab-bd .tabview {
  height: 100%;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd {
  height: 0.58rem;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav {
  width: 20%;
  border: 1px solid #fff;
  border-left: none;
  height: 0.58rem;
  line-height: 0.58rem;
  background: rgba(242, 247, 255, 0.62);
  text-align: center;
  font-size: 0.18rem;
  color: #485d68;
  padding: 0 0.15rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}


.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav.wh14 {
  width: 13.5%;
}
.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav.wh16 {
  width: 16%;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav:last-child {
  margin-right: 0;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav:first-child {
  border-left: 1px solid #fff;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav.current {
  background: #3b7ecb;
  border-top-color: #3b7ecb;
  border-bottom-color: #3b7ecb;
  font-weight: 700;
  color: #fcfcfd;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav.current:first-child {
  border-left-color: #3b7ecb;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-hd .tab-nav.current:last-child {
  border-right-color: #3b7ecb;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd {
  margin-top: 0.06rem;
  height: -webkit-calc(100% - 0.64rem);
  height: -moz-calc(100% - 0.64rem);
  height: calc(100% - 0.64rem);
  background-color: #fff;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell {
  height: 0.92rem;
  border-bottom: 1px solid #f3f3f3;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell:last-child {
  border: none;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.1rem;
  padding-right: 0.3rem;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell > a .item-name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 0.17rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #000000;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell > a .item-state {
  width: 1.2rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  background: rgba(9, 100, 236, 0.1) url("../images/index/icon_state.png") left 0.1rem center no-repeat;
  -o-background-size: 0.2rem auto;
     background-size: 0.2rem auto;
  border-radius: 0.215rem;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  color: #0964ec;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell > a .item-state.end {
  background-color: #e5eaef;
  background-image: url("../images/index/icon_state_end.png");
  color: #a1adbb;
}

.trade-infos .title + div > .tab-bd .tabview > .tab-bd .list-view .list-view-cell > a .item-date {
  width: 1.5rem;
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 0.22rem;
  padding-left: 0.17rem;
  color: #25445c;
  text-align: right;
}

.bidding-infos {
  position: relative;
}

.bidding-infos > div {
  display: block;
}

.bidding-infos > div > .container {
  padding-top: 0.45rem;
  height: -webkit-calc(100% - 2rem);
  height: -moz-calc(100% - 2rem);
  height: calc(100% - 2rem);
}

.bidding-infos > div > .container .title {
  margin-bottom: 0.37rem;
}

.bidding-infos > div > .container .list {
  min-height: 4.1rem;
}

.bidding-infos > div > .container table {
  width: 100%;
  table-layout: fixed;
}

.bidding-infos > div > .container table td,
.bidding-infos > div > .container table th {
  background: #3b7ecb;
  padding: 0.11rem 0;
}

.bidding-infos > div > .container table td > div,
.bidding-infos > div > .container table th > div {
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.24rem;
  min-height: 0.24rem;
  color: #f9fafc;
  text-align: center;
}

.bidding-infos > div > .container table td {
  background-color: #fff;
  border: 1px solid #eef0f3;
}

.bidding-infos > div > .container table td > div {
  padding: 0 0.36rem;
  font-weight: 400;
  font-size: 0.16rem;
  max-height: 0.48rem;
  overflow: hidden;
  color: #000000;
}

.footer {
  margin: 0;
  z-index: 30;
  color: #fff;
  position: absolute;
  height: 2rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.1) 10%, rgba(3, 3, 3, 0.53) 50%);
  background: -moz-linear-gradient(top, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.1) 10%, rgba(3, 3, 3, 0.53) 50%);
  background: -o-linear-gradient(top, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.1) 10%, rgba(3, 3, 3, 0.53) 50%);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.1) 10%, rgba(3, 3, 3, 0.53) 50%);
}

.footer-top {
  height: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-top .footer-links {
  padding: 0.15rem 0;
}

.footer-top .footer-links .footer-link {
  width: 25%;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.3rem;
  color: #ffffff;
}

.footer-bottom {
  height: -webkit-calc(100% - 0.6rem);
  height: -moz-calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  text-align: center;
}

.footer-bottom > .container {
  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-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-bottom p,
.footer-bottom a {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fefeff;
  margin: 0 0.42rem;
}

.wrap-viewer .right-menu {
  z-index: 20;
  position: absolute;
  left: 88%;
  top: 0;
  bottom: 0;
  padding-top: 3.3rem;
}

.wrap-viewer .right-menu::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0.43rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.wrap-viewer .right-menu .menu-list .menu-item {
  margin-bottom: 0.24rem;
  border: 1px solid transparent;
}

.wrap-viewer .right-menu .menu-list .menu-item:last-child {
  margin-bottom: 0;
}

.wrap-viewer .right-menu .menu-list .menu-item > a {
  display: block;
  min-width: 1.3rem;
  height: 0.34rem;
  line-height: 0.34rem;
  padding-left: 0.5rem;
  padding-right: 0.1rem;
  color: #fff;
  font-weight: 350;
  /*font-size: 0.14rem;*/
  font-size: 0.2rem;
  position: relative;
}

.wrap-viewer .right-menu .menu-list .menu-item > a::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.26rem;
  height: 0.26rem;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.wrap-viewer .right-menu .menu-list .menu-item > a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
     -moz-transform: translateY(-50%) rotateZ(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotateZ(-45deg);
          transform: translateY(-50%) rotateZ(-45deg);
  background-color: #fff;
}

.wrap-viewer .right-menu .menu-list .menu-item:hover, .wrap-viewer .right-menu .menu-list .menu-item.current {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 35px;
}

.wrap-viewer .right-menu .menu-list .menu-item.menu1 > a::before {
  background-image: url("../images/index/icon_right_menu1.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu2 > a::before {
  background-image: url("../images/index/icon_right_menu2.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu3 > a::before {
  background-image: url("../images/index/icon_right_menu3.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu4 > a::before {
  background-image: url("../images/index/icon_right_menu4.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu5 > a::before {
  background-image: url("../images/index/icon_right_menu5.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu6 > a::before {
  background-image: url("../images/index/icon_right_menu6.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu7 > a::before {
  background-image: url("../images/index/icon_right_menu7.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu8 > a::before {
  background-image: url("../images/index/icon_right_menu8.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu9 > a::before {
  background-image: url("../images/index/icon_right_menu9.png");
}

.wrap-viewer .right-menu .menu-list .menu-item.menu10 > a::before {
  background-image: url("../images/index/icon_right_menu10.png");
}
.online-inquiry .step-list {
  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;
  margin-top: 0.1rem;
}
.online-inquiry .step-list .step-item {
  width: 1.86rem;
  height: 0.79rem;
  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-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding-left: 0.77rem;
  position: relative;
}
.online-inquiry .step-list .step-item::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.23rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -webkit-calc(100% + 0.16rem);
  left: -moz-calc(100% + 0.16rem);
  left: calc(100% + 0.16rem);
  background: url("../images/index/icon_online_inquiry_arrow.png") center no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.online-inquiry .step-list .step-item:last-child::after {
  display: none;
}
.online-inquiry .step-list .step-item .item-name {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #ffffff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.online-inquiry .step-list .step-item .item-text {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #205da4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.online-inquiry .step-list .step-item:nth-child(1) {
  background: url("../images/index//icon_online_inquiry_step1.png") left 0.1rem center no-repeat;
  -o-background-size: 0.58rem auto;
     background-size: 0.58rem auto;
}
.online-inquiry .step-list .step-item:nth-child(2) {
  background: url("../images/index//icon_online_inquiry_step2.png") left 0.1rem center no-repeat;
  -o-background-size: 0.58rem auto;
     background-size: 0.58rem auto;
}
.online-inquiry .step-list .step-item:nth-child(3) {
  background: url("../images/index//icon_online_inquiry_step3.png") left 0.1rem center no-repeat;
  -o-background-size: 0.58rem auto;
     background-size: 0.58rem auto;
}
.online-inquiry .step-list .step-item:nth-child(4) {
  background: url("../images/index//icon_online_inquiry_step4.png") left 0.1rem center no-repeat;
  -o-background-size: 0.58rem auto;
     background-size: 0.58rem auto;
}
.online-inquiry .step-list .step-item:nth-child(5) {
  background: url("../images/index//icon_online_inquiry_step5.png") left 0.1rem center no-repeat;
  -o-background-size: 0.58rem auto;
     background-size: 0.58rem auto;
}
.online-inquiry .tabview {
  margin-top: 0.1rem;
  height: 5.8rem;
}
.online-inquiry .tabview .tab-hd {
  height: 0.58rem;
  line-height: 0.58rem;
  margin-bottom: 0.12rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.online-inquiry .tabview .tab-hd .tab-nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  background: #c5e0fc;
  color: #485d68;
  font-weight: 700;
  font-size: 0.18rem;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
}
.online-inquiry .tabview .tab-hd .tab-nav a {
  position: absolute;
  padding: 0 0.08rem;
  height: 0.22rem;
  background: #72b3ff;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #fcfcfd;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.online-inquiry .tabview .tab-hd .tab-nav.current {
  background: #3b7ecb;
  color: #fff;
  border-color: transparent;
}
.online-inquiry .tabview .tab-bd {
  height: -webkit-calc(100% - 0.7rem);
  height: -moz-calc(100% - 0.7rem);
  height: calc(100% - 0.7rem);
}
.online-inquiry .tabview .tab-bd .tab-page {
  display: none;
  height: 100%;
}
.online-inquiry .tabview .inquiry-list,
.online-inquiry .tabview .deal-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.online-inquiry .tabview .inquiry-list > li,
.online-inquiry .tabview .deal-list > li {
  width: 2.83rem;
  height: 3.15rem;
  margin-right: 0.22rem;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.774) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.774) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.774) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.774) 100%);
  border: 1px solid #ffffff;
  box-shadow: 0px 0.05rem 0.22rem rgba(226, 229, 233, 0.8);
  backdrop-filter: blur(0.495rem);
  border-radius: 0.04rem;
  padding: 0.2rem;
}
.online-inquiry .tabview .inquiry-list > li:last-child,
.online-inquiry .tabview .deal-list > li:last-child {
  margin-right: 0;
}
/* .online-inquiry .tabview .inquiry-list > li .item-label,
.online-inquiry .tabview .deal-list > li .item-label {
  display: block;
  margin-bottom: 0.04rem;
  padding-left: 0.12rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.13rem;
  height: 0.18rem;
  line-height: 0.2rem;
  text-shadow: 0px 1px 0.04rem #0fa95f;
  background: url("../images/index/img_deal_label.png") left center no-repeat;
  -o-background-size: auto 100%;
     background-size: auto 100%;
} */
.inquiry-end{
  display: block;
  margin-bottom: 0.04rem;
  padding-left: 0.12rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.13rem;
  height: 0.18rem;
  line-height: 0.2rem;
  text-shadow: 0px 1px 0.04rem #0fa95f;
  background: url("../images/index/img_deal_label.png") left center no-repeat;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}
.online-inquiry .tabview .inquiry-list > li .item-name,
.online-inquiry .tabview .deal-list > li .item-name {
  max-height: 0.48rem;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000000;
  margin-bottom: 0.1rem;
}
.online-inquiry .tabview .inquiry-list > li .item-info,
.online-inquiry .tabview .deal-list > li .item-info {
  height: 0.33rem;
  background: #f8fbff;
  margin-top: 0.06rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.33rem;
  font-size: 0.14rem;
}
.online-inquiry .tabview .inquiry-list > li .item-info .info-label,
.online-inquiry .tabview .deal-list > li .item-info .info-label {
  display: block;
  width: 1.02rem;
  text-align: right;
  padding-right: 0.08rem;
  color: rgba(59, 126, 203, 0.6);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.online-inquiry .tabview .inquiry-list > li .item-info .info-content,
.online-inquiry .tabview .deal-list > li .item-info .info-content {
  font-weight: 500;
  color: #1e5ea7;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.online-inquiry .tabview .inquiry-list > li .item-btn,
.online-inquiry .tabview .deal-list > li .item-btn {
  margin-top: 0.1rem;
  height: 0.33rem;
  line-height: 0.33rem;
  background: -webkit-linear-gradient(top, #529bef 0%, #1f60aa 100%);
  background: -moz-linear-gradient(top, #529bef 0%, #1f60aa 100%);
  background: -o-linear-gradient(top, #529bef 0%, #1f60aa 100%);
  background: linear-gradient(180deg, #529bef 0%, #1f60aa 100%);
  border: 1px solid #2e7fdc;
  border-radius: 0.04rem;
  font-weight: 400;
  font-size: 0.14rem;
  text-align: center;
  color: #ffffff;
  display: block;
}
.online-inquiry .tabview .inquiry-list > li {
  height: 3.45rem;
}
/* .online-inquiry .tabview .inquiry-list > li .item-label {
  text-shadow: 0px 1px 0.04rem #f28332;
  background-image: url("../images/index/img_inquiry_label.png");
} */
.inquiry-start {
  display: block;
  margin-bottom: 0.04rem;
  padding-left: 0.12rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.13rem;
  height: 0.18rem;
  line-height: 0.2rem;
  text-shadow: 0px 1px 0.04rem #f28332;
  background: url("../images/index/img_inquiry_label.png") left center no-repeat;
  -o-background-size: auto 100%;
     background-size: auto 100%;
}
.online-inquiry .tabview .inquiry-list > li .item-name {
  margin-bottom: 0.04rem;
}
.online-inquiry .tabview .inquiry-list > li .item-info .info-label {
  width: 0.74rem;
}
.online-inquiry .tabview .inquiry-list > li .item-time {
  height: 0.33rem;
  text-align: center;
  line-height: 0.33rem;
  background: -webkit-linear-gradient(top, #fff0e4 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #fff0e4 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fff0e4 0%, #ffffff 100%);
  background: linear-gradient(180deg, #fff0e4 0%, #ffffff 100%);
  border-radius: 0.38rem;
}
.online-inquiry .tabview .inquiry-list > li .item-time > div {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.2rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: rgba(255, 140, 57, 0.8);
  background: url("../images/index/icon_inquiry_time.png") left center no-repeat;
  -o-background-size: 0.18rem auto;
     background-size: 0.18rem auto;
}
.online-inquiry .tabview .inquiry-list > li .item-time > div span {
  color: #ff8125;
}
.online-inquiry .tabview .inquiry-list > li .item-btns {
  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;
}
.online-inquiry .tabview .inquiry-list > li .item-btns .item-btn {
  width: 0.96rem;
  margin-right: 0.1rem;
}
.online-inquiry .tabview .inquiry-list > li .item-btns .item-btn:last-child {
  margin-right: 0;
}
.online-inquiry .tabview .inquiry-list > li .item-btns .item-btn.check-notice {
  background: none;
  color: #3b7ecb;
  border: 1px solid #3b7ecb;
}
.online-inquiry .tabview .inquiry-list > li .item-company-label {
  display: block;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666666;
  margin-top: 0.1rem;
}
.online-inquiry .tabview .inquiry-list > li .item-company-name {
  font-size: 0.14rem;
  line-height: 0.21rem;
  max-height: 0.42rem;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  color: #000000;
}

/* 2023-02-02 */
.logo2,
.logo3 {
    position: absolute;
    top: 0.165rem;
}

.logo2 {
    left: 1.3rem;
    height: 1rem;
}

.logo3 {
    left: 0.5rem;
    height: 1rem;
}
