@charset "UTF-8";
/**!
* 【募投研发】下一代智慧招采平台研发项目-易采虹平台2020
* date:2021-12-10
* author: zsy;
*/
body,
html {
  height: 100%;
}

.full-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #0d2d5b;
}

.vidbacking-active-body-back {
  position: fixed;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}

.vidbacking {
  display: none;
}

.main-box {
  position: relative;
  height: 100%;
  min-width: 12.54rem;
  background: url("../../images/newindex/bg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.86rem;
  padding: 0.2rem 2.27rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../../images/newindex/header.png") no-repeat center top;
  background-size: 100% 100%;
}

.header > img {
  width: 0.93rem;
  height: 0.4rem;
}

.enter-list {
  font-size: 0;
}

.enter-list.left {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.enter-list.left .enter-item:before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.enter-list.right {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.enter-list.right .enter-item:before {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.enter-item {
  position: relative;
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.4rem;
}

.enter-item > a {
  font-size: 0.2rem;
  color: #b7dcff;
}

.enter-item + .enter-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.12rem;
  content: "";
  width: 0.03rem;
  height: 0.29rem;
  background: url("../../images/newindex/split_line.png") no-repeat;
}

.center-swiper {
  height: calc(100% - 0.86rem);
}

.map-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-style: 0;
  text-align: center;
  background: url("../../images/newindex/map_bg.png") no-repeat center 1.27rem;
  background-size: 10.06rem 6.41rem;
}

.data-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.44rem;
  width: 2.08rem;
  height: 2.6rem;
  background: url("../../images/data_bg.png") no-repeat;
  background-size: 100% 100%;
}

.data-box .number {
  position: relative;
  text-align: left;
  height: 0.51rem;
  line-height: 0.51rem;
  letter-spacing: 0.03rem;
  font-weight: 800;
  font-family: "D-DIN";
  font-size: 0.55rem;
  color: #ffebc0;
}

.data-box .number:before {
  position: absolute;
  content: attr(text);
  color: #ffd375;
  z-index: 10;
  -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(red), to(transparent));
  -webkit-mask: linear-gradient(to top, red, transparent);
}

.data-box .text {
  height: 0.34rem;
  line-height: 0.34rem;
  margin-top: 0.14rem;
  font-size: 0.26rem;
  color: #fff;
}

.data-box .circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.13rem;
  width: 2.55rem;
  height: 0.83rem;
  background: url("../../images/data_circle.png") 0 0;
  background-size: 2.55rem 42.33rem;
  -webkit-animation: circlemove 2s steps(51) infinite;
          animation: circlemove 2s steps(51) infinite;
}

@-webkit-keyframes circlemove {
  to {
    background-position: 0 -42.33rem;
  }
}

@keyframes circlemove {
  to {
    background-position: 0 -42.33rem;
  }
}

.map-line {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7rem;
  height: 2.71rem;
  background-image: url("../../images/newindex/map_line.png");
  background-size: 7rem 108.4rem;
  background-position: 0 0;
  -webkit-animation: linemove 2s steps(40) infinite;
          animation: linemove 2s steps(40) infinite;
}

@-webkit-keyframes linemove {
  to {
    background-position: 0 -108.4rem;
  }
}

@keyframes linemove {
  to {
    background-position: 0 -108.4rem;
  }
}

.rainbow-box {
  height: 100%;
  text-align: center;
  background: url("../../images/newindex/rainbow_bg.png") no-repeat center 1.52rem;
  background-size: 4.46rem 4.51rem;
}

.rainbow-list {
  position: relative;
  display: inline-block;
  width: 10.05rem;
  height: 100%;
  vertical-align: top;
}

.rainbow-item {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
}

.rainbow-item > a {
  position: relative;
  display: block;
  line-height: 0.39rem;
  padding-top: 1.93rem;
  font-size: 0.3rem;
  font-weight: 800;
  letter-spacing: 0.03rem;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 20px #3960fd;
}

.water-ripples {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -1.59rem;
  bottom: -0.08rem;
  width: 3.18rem;
  height: 1.81rem;
  background-image: url("../../images/newindex/water_ripples.png");
  background-size: 3.18rem 150.23rem;
  background-position: 0 0;
  -webkit-animation: watermove 2s steps(83) infinite;
          animation: watermove 2s steps(83) infinite;
  z-index: -1;
}

@-webkit-keyframes watermove {
  to {
    background-position: 0 -150.23rem;
  }
}

@keyframes watermove {
  to {
    background-position: 0 -150.23rem;
  }
}

.rainbow-item:hover > a:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.25rem;
  content: "";
  width: 1.88rem;
  height: 1.8rem;
  background: url("../../images/newindex/light.png") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.rainbow-item:hover .water-ripples {
  display: block;
}

.rainbow-item.mid:hover > a:before {
  top: -0.2rem;
  width: 1.57rem;
  height: 1.5rem;
}

.rainbow-item.small:hover > a:before {
  width: 1.44rem;
  height: 1.35rem;
}

.rainbow-item.mid {
  top: 3.24rem;
}

.rainbow-item.mid > a {
  line-height: 0.36rem;
  padding-top: 1.6rem;
  font-size: 0.27rem;
}

.rainbow-item.mid .water-ripples {
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
}

.rainbow-item.small {
  top: 0.91rem;
}

.rainbow-item.small > a {
  line-height: 0.33rem;
  padding-top: 1.38rem;
  font-size: 0.27rem;
}

.rainbow-item.small .water-ripples {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}

.rainbow-item:nth-child(1) {
  width: 2.15rem;
  left: 50%;
  margin-left: -1.075rem;
  bottom: 1.82rem;
  background-image: url("../../images/newindex/rainbow_ico1.png");
  background-size: 2.15rem 2.29rem;
}

.rainbow-item:nth-child(1) .water-ripples {
  bottom: 0.02rem;
}

.rainbow-item:nth-child(2) {
  width: 1.78rem;
  right: 0;
  background-image: url("../../images/newindex/rainbow_ico2.png");
  background-size: 100% 1.99rem;
}

.rainbow-item:nth-child(3) {
  width: 1.63rem;
  right: 1.89rem;
  background-image: url("../../images/newindex/rainbow_ico3.png");
  background-size: 100% 1.67rem;
  background-position: center 0.09rem;
}

.rainbow-item:nth-child(4) {
  width: 1.63rem;
  left: 1.89rem;
  background-image: url("../../images/newindex/rainbow_ico4.png");
  background-size: 100% 1.76rem;
}

.rainbow-item:nth-child(5) {
  width: 1.83rem;
  left: 0;
  background-image: url("../../images/newindex/rainbow_ico5.png");
  background-size: 100% 2rem;
}

.center-swiper .center-button {
  width: 0.39rem;
  height: 0.39rem;
  margin-top: -0.7rem;
  background-size: 100% 100%;
  opacity: 0.6;
  z-index: 10;
}

.center-swiper .center-button:hover {
  opacity: 1;
}

.center-swiper .center-button.swiper-button-disabled {
  opacity: 0.3;
}

.center-swiper .center-button.swiper-button-prev {
  left: 0.36rem;
  background-image: url("../../images/newindex/left_arrow.png");
}

.center-swiper .center-button.swiper-button-next {
  right: 0.36rem;
  background-image: url("../../images/newindex/right_arrow.png");
}

.relative-box {
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.7rem;
  width: 12.54rem;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  text-align: center;
  z-index: 99;
}

.link-item {
  display: block;
  width: 100%;
  height: 0.67rem;
  line-height: 0.67rem;
  font-weight: 600;
  font-size: 0.2rem;
  font-style: italic;
  text-shadow: 0 0 20px #3960fd;
  color: #fff;
  background: url("../../images/newindex/link_bg.png") no-repeat center top;
  background-size: 2.43rem 100%;
}

.link-item:hover {
  background-image: url("../../images/newindex/link_bgh.png");
}

.relative-box .link-button {
  width: 0.26rem;
  height: 0.28rem;
  margin-top: -0.14rem;
  background-size: 100%;
}

.relative-box .link-button.swiper-button-prev {
  left: 0;
  background-image: url("../../images/newindex/link_left.png");
}

.relative-box .link-button.swiper-button-prev:hover {
  background-image: url("../../images/newindex/link_left_h.png");
}

.relative-box .link-button.swiper-button-next {
  right: 0;
  background-image: url("../../images/newindex/link_right.png");
}

.relative-box .link-button.swiper-button-next:hover {
  background-image: url("../../images/newindex/link_right_h.png");
}

/* 2021-12-16 zsy 新增未登录和的登录状态弹窗 */
.enter-item {
  position: relative;
}

.login-box {
  display: none;
  position: absolute;
  left: 50%;
  padding-top: 0.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.login-inside {
  position: relative;
}

.login-inside:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.12rem;
  content: "";
  width: 0.16rem;
  height: 0.1rem;
  background: url("../../images/newindex/trangle_ico.png") no-repeat;
  background-size: 100% 100%;
}

.enter-item.unlogin .login-box {
  top: 0.3rem;
  -webkit-transform: translateX(-50%) rotate(3deg);
          transform: translateX(-50%) rotate(3deg);
  width: 1.8rem;
}

.login-item + .login-item {
  margin-top: 0.02rem;
}

.login-item > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.18rem;
  color: #b7dcff;
  border: 0.01rem solid rgba(21, 91, 164, 0.6);
  background-color: rgba(21, 91, 164, 0.6);
}

.login-item:hover > a {
  border-color: #b5dafd;
  color: #fff;
}

.enter-item.unlogin:hover .login-box {
  display: block;
}

.enter-item.logined .icon-box {
  position: absolute;
  right: -0.35rem;
  top: 0;
  width: 0.32rem;
  height: 0.32rem;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  border: 0.01rem solid #b2d6f9;
  border-radius: 50%;
}

.enter-item.logined .icon-box > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.enter-item.logined .icon-box .login-box {
  top: 0.35rem;
  width: 2.6rem;
}

.person-info {
  padding: 0.1rem 0.12rem 0.12rem;
  background-color: rgba(21, 91, 164, 0.6);
}

.person-tt {
  line-height: 0.24rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #fff;
}

.person-txt {
  line-height: 0.22rem;
  margin-top: 0.04rem;
  font-size: 0.12rem;
  color: #b7dcff;
}

.operate-list {
  margin: 0.02rem 0 0 -0.02rem;
}

.operate-item {
  width: calc(33.33% - 0.02rem);
  margin-left: 0.02rem;
}

.operate-item > a {
  display: block;
  height: 0.6rem;
  line-height: 0.2rem;
  padding-top: 0.34rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.01rem solid rgba(21, 91, 164, 0.6);
  text-align: center;
  font-size: 0.12rem;
  color: #b7dcff;
  background-color: rgba(21, 91, 164, 0.6);
  background-repeat: no-repeat;
  background-position: center 0.11rem;
}

.operate-item:nth-child(1) > a {
  background-image: url("../../images/newindex/operate_ico1.png");
  background-size: 0.1rem 0.2rem;
}

.operate-item:nth-child(2) > a {
  background-image: url("../../images/newindex/operate_ico2.png");
  background-size: 0.2rem 0.18rem;
}

.operate-item:nth-child(3) > a {
  background-image: url("../../images/newindex/operate_ico3.png");
  background-size: 0.18rem 0.18rem;
}

.operate-item:hover > a {
  border-color: #b7dcff;
}

.enter-item.logined .icon-box:hover .login-box {
  display: block;
}

.header {
  position: relative;
  z-index: 20;
}

.form-group {
  height: 64px;
}

.form-box {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
  line-height: 58px;
  box-sizing: border-box;
}

.form-box input[type='text'],
.form-box input[type='password'] {
  transform: translateY(-27%);
  height: 38px;
  width: 260px;
  border: none;
  background: transparent;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}

.form-box input[type='text']::placeholder,
.form-box input[type='password']::placeholder {
  color: #c0c0c0;
}

.form-box i {
  width: 38px;
  height: 38px;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-box i.phone {
  background-image: url("../../images/newindex/icon-login-phone.png");
}

.form-box i.password {
  background-image: url("../../images/newindex/icon-login-password.png");
}

.form-error {
  height: 14px;
  display: block;
  padding-left: 2px;
  font-size: 12px;
  margin-top: 4px;
  color: #ec0000;
  line-height: 1;
  /* font-size: 0; */
}

.form-submit {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: #ff9425;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.form-submit:hover {
  background: #ff7725;
}

.validate-code input[type='text'] {
  width: 170px;
}

.form-box .getCode {
  width: 128px;
  line-height: 38px;
  background: #ddd;
  color: #666;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.form-modify {
  background: url("../../images/newindex/modal.png");
  display: none;
}

.form-modify h2 {
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  color: #fff;
  background: #257cff;
  text-align: center;
}

.form-modify .modify-box {
  padding: 40px 50px;
  background: #fff;
}
