
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

@font-face{
  font-family: "MiSans-Bold";
  src:url("/webdocs/ebidding/js/ebiddingFiles/MiSans-Bold.ttf")
}

.MiSans-Bold {
  font-family: MiSans-Bold;
}

.container {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(180deg, #0154b2, #0250a3, #0255a5 100%);
  position: relative;
  overflow: hidden;
}

.container #screen {
  width: 1440px;
  height: 800px;
  padding: 96px 32px 24px 32px;
  background: url("/webdocs/ebidding/js/ebiddingFiles/bidding-bg.jpg") no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  /*display: flex;*/
  display: none;
  justify-content: space-between;
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 72px;
  background: url("/webdocs/ebidding/js/ebiddingFiles/bidding-header.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-header img {
  width: 427px;
  height: 40px;
  display: block;
}
.container-header .date, .container-header .pageViews {
  position: absolute;
  bottom: 0px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-header .date {
  left: 32px;
  width: 238px;
  border-radius: 0px 16px 16px 0px;
}
.container-header .pageViews {
  right: 32px;
  width: 131px;
  border-radius: 16px 0px 0px 16px;
}

.container-left, .container-center, .container-right {
  height: 680px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(29, 138, 255, 1) 20%, rgba(29, 138, 255, 0) 100%);
}

.container-left {
  width: 360px;
}
.container-left .content {
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -8px;*/
  height: 287px;
  display: flex;
  flex-direction: column;
}
.container-left .content .item {
  flex: 1;
  width: 100%;
  padding: 0px 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-left .content .item:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.container-left .content .item p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.container-left .content .item p:first-child {
  font-weight: 400;
}
.container-left .content .item p:last-child {
  font-weight: 600;
}
.container-left .notice {
  height: 72px;
  margin-top: 12px;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-left .notice img {
  width: 20px;
  height: 20px;
  display: block;
}

.banner {
  height: 205px;
  overflow: hidden;
  position: relative;
}
.banner .slide {
  width: 1600px;
  height: 100%;
  display: flex;
  position: absolute;
  left: -320px;
}
.banner .slide img, .banner .slide .pic {
  width: 320px;
  height: 205px;
  display: block;
}
.banner .slide img.a, .banner .slide .pic.a {
  background-color: black;
}
.banner .slide img.b, .banner .slide .pic.b {
  background-color: pink;
}
.banner .slide img.c, .banner .slide .pic.c {
  background-color: purple;
}
.banner .dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
}
.banner .dots .dot {
  width: 20px;
  height: 6px;
  margin-left: 4px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s;
}
.banner .dots .dot:first-child {
  margin-left: 0;
}
.banner .dots .dot.active {
  background: rgba(255, 249, 218, 1);
}
.banner .arrow {
  /*左箭头*/
  width: 0;
  height: 0;
  border-right: 30px solid rgba(255, 255, 255, 0.5);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
}
.banner .arrow:hover {
  /*鼠标移动到箭头时候的样式*/
  border-right-color: white;
}
.banner .next {
  /*右箭头*/
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -30px;
  transform: rotate(180deg);
  z-index: 2;
}

.banner .staticImg {
  height: 205px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner .staticImg img {
  width: 100%;
  height: 100%;
  display: block;
}

.line-title {
  margin: 12px 0;
  padding-left: 60px;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(58, 222, 124, 0.5) 0%, rgba(58, 222, 124, 0) 100%);
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
}
.line-title.hourglass {
  background: linear-gradient(90deg, rgba(0, 232, 213, 0.5) 0%, rgba(0, 232, 213, 0) 100%);
}
.line-title.time {
  background: linear-gradient(90deg, rgba(255, 177, 52, 0.6) 0%, rgba(255, 177, 52, 0) 100%);
}

.line-title img {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.container-center {
  width: 608px;
  padding: 24px;
}
.container-center .item {
  padding-bottom: 16px;
  /*margin-bottom: 14px;
  border-bottom: 1px dashed rgba(0, 108, 208, 0.5);*/
}
.container-center .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.container-center .top {
  display: flex;
}
.container-center .top img {
  width: 64px;
  height: 64px;
  display: block;
  margin-right: 16px;
}
.container-center .top p {
  height: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
}
.container-center .top .bg {
  height: 32px;
  margin-left: 16px;
  padding: 0 12px;
  background: rgba(0, 113, 219, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.container-center .top .bg:first-child {
  margin-left: 0;
}
.container-center .top .bg span {
  font-weight: 600;
  color: rgba(0, 255, 242, 1);
}
.container-center .middle p {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}
.container-center .middle .middle-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.container-center .middle .middle-top .left > div, .container-center .middle .middle-top .right > div {
  font-size: 36px;
  /*font-weight: 700;*/
  color: rgba(0, 255, 242, 1);
  height: 88px;
  /*padding-top: 12px;*/
  box-sizing: border-box;
  background: rgba(0, 113, 219, 0.8);
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid rgba(255, 244, 142, 0.6);
  border-bottom: none;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/*.container-center .middle .middle-top .left > div:before, .container-center .middle .middle-top .left > div:after,
.container-center .middle .middle-top .right > div:before, .container-center .middle .middle-top .right > div:after {
  content: "";
  width: 10px;
  height: 64px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 55, 118, 0.1) 0%, rgba(0, 55, 118, 1) 100%);
  position: absolute;
  top: 10px;
  z-index: 2;
}
.container-center .middle .middle-top .left > div:before, .container-center .middle .middle-top .right > div:before {
  left: -1px;
}
.container-center .middle .middle-top .left > div:after,.container-center .middle .middle-top .right > div:after {
  right: -1px;
}
.container-center .middle .middle-top .left > div span, .container-center .middle .middle-top .right > div span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 249, 218);
  margin-left: 4px;
}*/
.container-center .middle .middle-top .left {
  width: 364px;
}
.container-center .middle .middle-top .right {
  width: 160px;
}
.container-center .middle .times {
  color: rgba(0, 255, 242, 1);
  display: flex;
  align-items: center;
}
.container-center .middle .times span {
  display: inline-block;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-right: 4px;
}
.container-center .middle .times .num {
  width: 44px;
  height: 60px;
  margin-right: 4px;
  background: url("/webdocs/ebidding/js/ebiddingFiles/bidding-num-bg.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
}


.container-center .bottom {
  height: 252px;
  position: relative;
  overflow: hidden;
}
.container-center .bottom li {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  color: rgb(205, 229, 255);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  transition: all 1s;
}
.container-center .bottom li.active {
  height: 60px;
  padding-left: 80px;
  color: rgba(255, 253, 215, 1);
  font-size: 16px;
  background: linear-gradient(90deg, rgba(255, 150, 112, 1) 0%, rgba(255, 150, 112, 0) 100%);
}
.container-center .bottom li.active:before {
  content: '领先';
  display: block;
  width: 56px;
  height: 28px;
  border-radius: 14px;
  background: rgba(255, 64, 0, 0.2);
  border: 1px solid rgba(255, 241, 187, 1);
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 16px;
  left: 16px;
}
/*.container-center .bottom li:nth-of-type(1) {
  top: 0;
}
.container-center .bottom li:nth-of-type(2) {
  top: 68px;
}
.container-center .bottom li:nth-of-type(3) {
  top: 116px;
}
.container-center .bottom li:nth-of-type(4) {
  top: 164px;
}
.container-center .bottom li:nth-of-type(5) {
  top: 212px;
}*/


/*.container-center .bottom li {
  height: 40px;
  padding: 0 16px;
  margin-bottom: 8px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  color: rgb(205, 229, 255);
  background: rgba(255, 255, 255, 0.1);
  !*background: linear-gradient(90deg, rgba(205, 229, 255, 0.1) 0%, rgba(205, 229, 255, 0) 100%);*!
  display: flex;
  align-items: center;
}
.container-center .bottom li:last-child {
  margin-bottom: 0;
}
.container-center .bottom li.active {
  height: 60px;
  color: rgba(255, 253, 215, 1);
  font-size: 16px;
  background: linear-gradient(90deg, rgba(255, 150, 112, 1) 0%, rgba(255, 150, 112, 0) 100%);
}*/
.container-center .bottom li > div {
  width: calc(100% - 210px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-center .bottom li .times {
  width: 210px;
  text-align: right;
}
.container-center .bottom li > div > div {
  display: flex;
  align-items: center;
}
/*.container-center .bottom li.active .tag {
  width: 56px;
  height: 28px;
  margin-right: 8px;
  border-radius: 14px;
  background: rgba(255, 64, 0, 0.2);
  border: 1px solid rgba(255, 241, 187, 1);
  box-sizing: border-box;
  !*display: flex;*!
  !*justify-content: center;*!
  !*align-items: center;*!
  font-size: 14px;
  text-align: center;
  line-height: 26px;
}*/

.container-right {
  width: 360px;
}

.container-right .item {
  height: 110px;
  padding: 10px 16px 16px 16px;
  margin-bottom: 12px;
  border: 2px solid rgba(164, 255, 250, 0);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.container-right .item.active {
  border: 2px solid rgba(164, 255, 250, 0.5);
  background: none;
}
.container-right .item:last-child {
  margin-bottom: 0;
}
.container-right .item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-right .item > div p {
  flex: 1;
  line-height: 24px;
}
.container-right .item .item-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 249, 218, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-right .item p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(134, 192, 255, 1);
  line-height: 20px;
}
.container-right .item p:last-of-type {
  line-height: 24px;
}
.container-right .item span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.container-right .item .times {
  color: rgba(0, 255, 242, 1);

}
.container-right .bottom {
  display: flex;
  justify-content: space-between;
}
.container-right .bottom .item {
  width: 152px;
  height: 164px;
  padding: 8px 16px 12px;
  margin-bottom: 0;
}
.container-right .bottom .item p {
  line-height: 24px;
}
.container-right .bottom .item .item-title {
  line-height: 32px;
}
.container-right .bottom .item .money {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.container-right .bottom .item .times {
  font-weight: 600;
  color: rgba(255, 222, 91, 1);
}

/* 数字动起来 --- 开始 --- */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  /*font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;*/
  font-family: MiSans-Bold;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/* 数字动起来 --- 结束 --- */