﻿@charset "UTF-8";
/**!
 * [新点高校招投标实训系统]
 * date:2019-08-14
 * author: [chengang];
 */
::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

input::-ms-clear {
  display: none;
}

html {
  font-size: 100px;
  background: url("../images/bg.jpg") no-repeat center bottom;
  background-size: 100% 100%;
  min-height: 100%;
  min-width: 1366px;
  position: relative;
  overflow-x: hidden;
}

/*谷歌个性化滚动条*/
html::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

html::-webkit-scrollbar-track {
  background-color: #1A548D;
}

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #0e3c69;
}

/*IE个性化滚动条*/
body {
  scrollbar-arrow-color: #0e3c69;
  scrollbar-face-color: #0e3c69;
  scrollbar-highlight-color: #333;
  scrollbar-shadow-color: #1A548D;
  scrollbar-track-color: #1A548D;
}

.content {
  color: #fff;
  font-size: 0.16rem;
  min-width: 1366px;
}

.header {
  height: 2.35rem;
  line-height: 2.35rem;
  text-align: center;
  /*background: url(../images/logotitle.png) no-repeat center center;*/
  background-size: auto 1.24rem;
}

.container {
  width: 11.32rem;
  margin: 0 auto;
  padding-bottom: 0.95rem;
}

.notice-container {
  height: 1rem;
  border-radius: 5px;
  background: #1b3583;
  background: linear-gradient(to right, #1b3583 75%, rgba(27, 53, 131, 0));
  margin-bottom: 0.4rem;
}

.notice-container > span {
  background: url(../images/notice-icon.png) no-repeat 0.2rem center;
  background-size: 0.23rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 0.6rem;
  float: left;
  width: 1.25rem;
  margin-top: 0.2rem;
  line-height: 0.6rem;
  padding-left: 0.5rem;
}

.notice-wrap {
  width: 7.25rem;
  float: left;
  height: 1rem;
  overflow: hidden;
  height: 0.72rem;
  margin-top: 0.14rem;
}

.notice-wrap > ul {
  font-size: 0;
}

.notice-wrap > ul .item {
  display: inline-block;
  width: 50%;
  font-size: 0.16rem;
  height: 0.36rem;
  padding-top: 0.14rem;
  position: relative;
  padding: 0.1rem 0.2rem;
  position: relative;
}

.notice-wrap > ul .item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.15rem;
  height: 0.15rem;
  border-left: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.notice-wrap > ul .item .content {
  display: none;
}

.notice-wrap > ul .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.notice-wrap > ul .title:hover {
  color: #11e0ff;
}

.notice-container > .notice-detail {
  position: absolute;
  width: 4.5rem;
  left: 0.2rem;
  top: 0.1rem;
  padding: 0 0.2rem;
  background: rgba(10, 166, 217, 0.9);
  background: linear-gradient(0deg, rgba(27, 56, 163, 0.9) 0%, rgba(10, 166, 217, 0.9) 100%);
  z-index: 1000;
  display: none;
}

.notice-container > .notice-detail > h2 {
  line-height: 0.52rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.1rem;
}

.notice-container > .notice-detail > p {
  line-height: 0.26rem;
  padding: 0.15rem 0.1rem;
}

.search-wrap {
  width: 2.7rem;
  height: 0.38rem;
  background: #5a6590;
  background: linear-gradient(to right, #6a7aad, #5a6590);
  border-radius: 0.19rem;
  float: right;
  margin: 0.31rem 0.1rem 0 0;
}

.search-wrap > input[type=text] {
  background: no-repeat;
  width: 2.1rem;
  border: none;
  line-height: 0.38rem;
  height: 0.38rem;
  outline: none;
  padding-left: 0.15rem;
  float: left;
  color: #fff;
}

.search-wrap > input[type=button] {
  background: url(../images/search-icon.png) no-repeat center center;
  width: 0.6rem;
  height: 0.38rem;
  float: right;
  border: none;
  outline: none;
}

/*#region 省份选择 */
.province-col {
  width: 5.5rem;
  height: 6.1rem;
  background: rgba(3, 54, 170, 0.6);
  box-shadow: inset 0px 0px 60px 0px rgba(255, 255, 255, 0.6);
  border-radius: 0.05rem;
  padding: 0 0.25rem;
  position: relative;
  overflow: hidden;
  float: left;
}

.province-col > h2 {
  text-align: center;
  height: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.35rem;
}

.province-col > h2 span {
  background: url(../images/province-icon-s.png) no-repeat left center;
  background-size: 0.22rem 0.22rem;
  padding-left: 0.35rem;
  font-size: 0.18rem;
  font-weight: bold;
}

.province-col .tiplayer {
  border-radius: 0.05rem;
  background: rgba(1, 45, 118, 0.9);
  background-image: linear-gradient(0deg, rgba(1, 45, 118, 0.9) 0%, rgba(0, 0, 77, 0.9) 100%);
  width: 5rem;
  height: 5.6rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  text-align: center;
  z-index: 1;
  color: #9cf2ff;
  font-size: 0.18rem;
  transition: top ease-in-out 0.5s;
}

.province-col .tiplayer:before {
  background: url(../images/province-icon.png) no-repeat center top;
  background-size: 0.67rem;
  content: "请选择省份";
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 0.9rem;
  top: 2rem;
  text-align: center;
  color: #9cf2ff;
  font-size: 0.18rem;
}

.province-col .tiplayer:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 0.3rem;
  left: 0;
  background-position: 0 0;
  background-image: url(../images/province-bg.png);
  background-size: 5rem;
  animation: provincemove 3s steps(74) infinite;
}

.province-col .tiplayer .selectprov {
  padding-top: 1.8rem;
  display: none;
}

.province-col .tiplayer .selectprov > p {
  margin-top: 0.3rem;
  font-size: 0.6rem;
}

.province-col.selected .tiplayer:before, .province-col.selected .tiplayer:after {
  display: none;
}

.province-col.selected .tiplayer:after {
  animation: none;
}

.province-col.selected .tiplayer .selectprov {
  display: block;
}

.province-col:hover .tiplayer {
  top: -5.6rem;
}

@keyframes provincemove {
  to {
    background-position: 0 -370rem;
  }
}

.provincelist {
  line-height: 0.3rem;
  padding-top: 0.2rem;
}

.provincelist > li {
  height: 0.3rem;
}

.provincelist > li > i {
  color: #04e1fb;
  display: block;
  float: left;
  width: 0.3rem;
}

.provincelist > li > span {
  margin-right: 0.1rem;
  cursor: pointer;
  padding: 0.02rem 0.12rem;
}

.provincelist > li > span:hover {
  color: #11e0ff;
}

.provincelist > li > span.active {
  background-color: #257ed7;
  font-weight: bold;
}

/*#endregion */
/*#region 高校选择 */
.school-col {
  width: 5.5rem;
  height: 6.1rem;
  background-image: linear-gradient(0deg, rgba(0, 141, 207, 0.05) 0%, rgba(7, 240, 255, 0.05) 95%);
  border-radius: 0.05rem;
  position: relative;
  overflow: hidden;
  float: right;
}

.school-col > h2 {
  padding-top: 0.35rem;
  margin: 0 0.25rem;
  text-align: center;
  height: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.school-col > h2 span {
  background: url(../images/school-icon-s.png) no-repeat left center;
  background-size: 0.19rem 0.19rem;
  padding-left: 0.35rem;
  font-size: 0.18rem;
  font-weight: bold;
}

.school-col:before {
  background: url(../images/school-icon.png) no-repeat center top;
  background-size: 0.6rem;
  content: "请先选择省份";
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 0.9rem;
  top: 2.25rem;
  text-align: center;
  color: #9cf2ff;
  font-size: 0.18rem;
}

.school-col.selected:before {
  display: none;
}

.school-swiper {
  height: 5.15rem;
}

.schoollist {
  font-size: 0;
  padding-top: 0.2rem;
}

.schoollist > li {
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 0.25rem 0px rgba(42, 232, 255, 0.5);
  width: 2.4rem;
  height: 0.38rem;
  border-radius: 0.05rem;
  margin: 0 0.17rem 0.2rem 0.17rem;
  transition: all linear 0.2s;
}

.schoollist > li:hover {
  border-color: #257ED7;
  color: #13dcf5;
}

.schoollist > li > a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
}

.swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/*#endregion */
.digital-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  z-index: -1;
}

.digital {
  width: 134px;
  height: 300px;
  background-position: 0 0;
  background-image: url(../images/bubble.png);
  animation: digitalmove 2s steps(119) infinite;
}

@keyframes digitalmove {
  to {
    background-position: 0 -35700px;
  }
}
