.screen {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#app {
  width: 1920px;
  height: 1080px;
  position: relative;
  flex-shrink: 0;
}
* {
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.flex {
  display: flex;
  align-items: center;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body,
html {
  height: 100%;
  background: linear-gradient(135deg, #a7d8ff, #cee7fb);
  overflow: hidden;
}
.top {
  width: 100%;
  position: relative;
  z-index: 9;
  text-align: center;
}
.top .logo1,
.top .logo2 {
  position: absolute;
  top: 15px;
}
.top .logo1 {
  left: 20px;
}
.top .logo2 {
  top: 30px;
  right: 20px;
}
.top .h1,
.top .h2 {
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 0 3px 5px #2573ed;
}
.top .h1 .b,
.top .h2 .b {
  font-size: 35px;
}
.top .h1 {
  top: 5px;
  font-size: 30px;
  letter-spacing: 15px;
}
.top .h2 {
  top: 64px;
  font-size: 26px;
  letter-spacing: 2px;
}
.nav-left {
  display: flex;
  position: absolute;
  left: 20px;
  top: 65px;
  z-index: 10;
}
.nav-left .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 17px;
  background-image: url("../image/bg/nav-left-bg.png");
  background-repeat: no-repeat;
  width: 172px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 17px;
  position: relative;
}
.nav-left .item:hover .arc {
  transform: translateY(-8px) rotateZ(180deg);
}
.nav-left .item:hover .child-nav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 100%, 0);
}
.nav-left .item .arc {
  border-width: 7px;
  border-style: solid;
  position: relative;
  top: 5px;
  left: 8px;
  border-color: #fff transparent transparent transparent;
  transition: .3s ease;
}
.nav-left .item .child-nav {
  opacity: 0;
  transition: .3s ease;
  background-color: #fff;
  position: absolute;
  color: #014EFF;
  box-shadow: 0 0 8px #00FFFB;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: auto;
  font-size: 16px;
  visibility: hidden;
}
.nav-left .item .child-nav .c-item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}
.nav-left .item .child-nav .c-item:last-child:before {
  display: none;
}
.nav-left .item .child-nav .c-item:before {
  position: absolute;
  bottom: -10px;
  height: 20px;
  width: 100%;
  content: "";
  background-image: url("../image/bg/line2.png");
  background-size: 100px 10px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.jcc {
  justify-content: center;
}
.nav-right {
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 60px;
}
.nav-right .datetime {
  width: 190px;
  text-align: center;
  color: #3470FF;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.project-section {
  width: 450px;
  height: 940px;
  border-radius: 5px;
  background-color: #D3ECFF;
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 20px;
  top: 130px;
  z-index: 9;
}
.project-section .active {
  border: 3px solid #fff !important;
  box-shadow: 0 0 8px #195ffe !important;
}
.project-section .project-item-parent {
  border: 3px solid transparent;
  margin-bottom: 15px;
  border-radius: 5px;
}
.project-section .list {
  padding-right: 10px;
}
.project-section .list .item {
  box-shadow: 0 0 8px #00FFFB;
  background: linear-gradient(to bottom, #77d4fd, #4d7bff);
  padding: 10px 15px;
  cursor: pointer;
  height: 130px;
  border-radius: 5px;
}
.project-section .list .item .h1 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
}
.project-section .list .item .time {
  font-size: 14px;
  color: #fff;
}
.project-section .list .item .tag {
  background-color: #E0EFFF;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 18px;
}
.project-section .list .item .tag img {
  margin-right: 5px;
}
.project-section .list .item .tag1 {
  color: #ff7d00;
}
.project-section .list .item .tag2 {
  color: #f53f3f;
}
.project-section .list .item .process {
  display: flex;
  justify-content: space-between;
}
.project-section .list .item .process-item {
  margin-top: 10px;
  flex: 1;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F3A4C;
  font-size: 14px;
}
.project-section .list .item .p1s,
.project-section .list .item .p2s,
.project-section .list .item .p3s {
  color: #014EFF !important;
}
.project-section .list .item .p1 {
  background-image: url("../image/bg/p1.png");
}
.project-section .list .item .p2 {
  margin-left: -10px;
}
.project-section .list .item .p3 {
  margin-left: -10px;
}
.project-section .list .item .p1s {
  background-image: url("../image/bg/p1s.png") !important;
}
.project-section .list .item .p2s {
  background-image: url("../image/bg/p2s.png") !important;
}
.project-section .list .item .p3s {
  background-image: url("../image/bg/p3s.png") !important;
}
.project-section .list .item .p2 {
  background-image: url("../image/bg/p2.png");
}
.project-section .list .item .p3 {
  background-image: url("../image/bg/p3.png");
}
.project-section .section-title {
  width: 415px;
  height: 45px;
  margin-bottom: 20px;
  background-image: url("../image/bg/project-section-title.png");
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  color: #165DFF;
  font-size: 16px;
}
.project-section .filter {
  margin-bottom: 10px;
}
.project-section .filter .select {
  width: 105px;
  height: 40px;
  box-shadow: 0 0 5px #00FFFB;
  border: 0;
  border-radius: 5px;
  color: #165DFF;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  outline: none;
}
.project-section .filter .search-form {
  margin-left: 8px;
  height: 40px;
  width: 100%;
  display: flex;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #00FFFB;
}
.project-section .filter .search-form input {
  width: 100%;
  border: 0;
  padding-left: 16px;
  outline: none;
  height: 100%;
}
.project-section .filter .search-form input::placeholder {
  color: #A6B9FF;
}
.project-section .filter .search-form .search {
  height: 100%;
  flex-shrink: 0;
  width: 88px;
  background: linear-gradient(to right, #12c1ff, #0583ff);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  border-radius: 5px;
}
.project-section .page {
  color: #81A7FE;
  font-size: 14px;
}
.project-section .page img {
  cursor: pointer;
}
.project-section .page-item {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.project-section .page-active {
  color: #165DFF !important;
  font-weight: bold;
  font-size: 23px;
  margin-top: -5px;
}
.lock {
  flex-shrink: 0;
}
::-webkit-scrollbar {
  /*滚动条样式*/
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  /*滑道样式*/
  background: #f1f1f1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  /*滑块样式*/
  background: #76D3FD;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  /*滑块悬停*/
  background: #0583ff;
  cursor: pointer;
}
::-webkit-scrollbar-corner {
  /*滚动条交汇处样式*/
  background: #f1f1f1;
}
.pointer {
  cursor: pointer;
}
.index-primary-bg {
  position: absolute;
  top: -320px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
.center-nav {
  width: 800px;
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  z-index: 2;
  left: 50%;
  top: 190px;
  transform: translateX(-50%);
  margin-left: 20px;
}
.center-nav .item {
  width: 173px;
  height: 48px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  background-image: url("../image/bg/state-1.png");
  background-size: 100% 100%;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
}
.center-nav .item img {
  margin-right: 6px;
}
.center-nav .state2 {
  background-image: url("../image/bg/state-2.png") !important;
}
.center-nav .state3 {
  background-image: url("../image/bg/state-3.png") !important;
}
.five-control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 640px;
  background-color: #D3ECFF;
  width: 950px;
  height: 430px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.five-control .menu-container {
  position: relative;
  top: -20px;
}
.five-control .menu-container .btn-left,
.five-control .menu-container .btn-right {
  position: absolute;
  top: 10px;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease;
}
.five-control .menu-container .btn-left {
  left: -30px;
}
.five-control .menu-container .btn-right {
  right: -30px;
}
.five-control .menu {
  color: #165DFF;
  width: 870px;
  height: 126px;
  background-image: url("../image/bg/line.png");
  background-position-y: 15px;
  background-repeat: no-repeat;
  display: flex;
  padding: 0 16px;
  overflow: hidden;
  padding-top: 16px !important;
}
.five-control .menu .item {
  cursor: pointer;
  width: 168px;
  background-size: 100% 100%;
  height: 126px;
  flex-direction: column;
  font-size: 14px;
  margin-top: -18px;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.five-control .menu .item .h1 {
  max-width: 38%;
}
.five-control .menu .item span {
  width: 35%;
  text-align: center;
}
.five-control .menu .state-1 {
  background-image: url("../image/bg/s-state-1.png");
}
.five-control .menu .state-2 {
  background-image: url("../image/bg/s-state-2.png");
}
.five-control .menu .state-3 {
  background-image: url("../image/bg/s-state-3.png");
}
.five-control .menu .state-4 {
  background-image: url("../image/bg/s-state-4.png");
}
.five-control .menu .state-4 .h1 {
  color: #fff !important;
}
.process-menu {
  width: 95%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.process-menu .processCurrent {
  color: #15B0FD !important;
}
.process-menu .start,
.process-menu .end {
  position: absolute;
  cursor: pointer;
  top: 24px;
}
.process-menu .start:active,
.process-menu .end:active {
  transform: scale(0.8);
}
.process-menu .waitLine {
  background-color: #13F6F1 !important;
}
.process-menu .textBlue {
  color: #0F58FF !important;
}
.process-menu .start-line {
  width: 15px;
  height: 1px;
  background-color: #2E69FF;
  position: absolute;
  top: 40px;
  left: 55px;
}
.process-menu .end-line {
  width: 50%;
  height: 1px;
  background-color: #2E69FF;
  position: absolute;
  top: 40px;
  right: 0px;
}
.process-menu .line {
  width: 50%;
  height: 1px;
  background-color: #2E69FF;
  position: absolute;
  top: 40px;
  left: 0;
}
.process-menu .right-line {
  width: 50%;
  height: 1px;
  background-color: #2E69FF;
  position: absolute;
  top: 40px;
  left: auto;
  right: 0;
}
.process-menu img {
  position: relative;
  z-index: 9;
}
.process-menu .start {
  left: 0px;
}
.process-menu .end {
  right: 0px;
}
.process-menu .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1F2122;
  position: relative;
}
.process-menu .item img {
  margin-top: 13px;
}
.event-list-container {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  height: 190px;
}
.event-list-container .event-list {
  width: 100%;
  overflow: auto;
  display: flex;
  height: 220px;
  user-select: none;
}
.event-list-container .item2 {
  background: #5D96DC !important;
  box-shadow: none !important;
  border: 1px solid #165DFF !important;
  color: #fff;
}
.event-list-container .item {
  cursor: pointer;
  width: 164px;
  height: 179px;
  background: linear-gradient(to bottom, #77d4fd, #4d7bff);
  box-shadow: 0 0 8px #00FFFB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 13px;
  margin: 5px 7.5px;
  flex-shrink: 0;
}
.event-list-container .item .h1 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.event-list-container .item .h2 {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  color: #4174FF;
  font-size: 12px;
  width: 145px;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}
.table-data {
  width: 450px;
  height: 520px;
  border-radius: 5px;
  background-color: #D3ECFF;
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 130px;
  z-index: 9;
}
.table-data .section-title {
  width: 415px;
  height: 45px;
  margin-bottom: 20px;
  background-image: url("../image/bg/project-section-title2.png");
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  color: #165DFF;
  font-size: 16px;
}
.table-data .t1 {
  background-color: #4076FF;
  font-size: 12px;
  color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.table-data .t1 th,
.table-data .t1 td {
  border: 1px solid #13F6F1;
  height: 27px;
  text-align: center;
}
.table-data .t1 td {
  background-color: #608bfc;
}
.table-data .tbody tr:first-child td {
  border-top: 0 !important;
}
.blue-2 {
  background-color: #4076FF !important;
}
.watch-data {
  width: 450px;
  height: 390px;
  border-radius: 5px;
  background-color: #D3ECFF;
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 680px;
  z-index: 9;
}
.watch-data .data-container {
  height: 300px;
  overflow: hidden;
  margin-top: 0px;
}
.watch-data .move-container {
  padding: 5px;
}
.watch-data .section-title {
  width: 415px;
  height: 45px;
  margin-bottom: 10px;
  background-image: url("../image/bg/project-section-title3.png");
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  color: #165DFF;
  font-size: 16px;
}
.watch-data .section-title2 {
  width: 415px;
  height: 45px;
  margin-bottom: 10px;
  background-image: url("../image/bg/project-section-title4.png");
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-style: italic;
  color: #fff !important;
  font-weight: bold;
  padding-right: 50px;
  font-size: 16px;
  padding-left: 35px;
}
.watch-data .section-title2 span {
  background: -webkit-linear-gradient(top, #ffffff, #c3ecfe);
  /* Safari 5.1 到 13.1 */
  background: -o-linear-gradient(bottom, #ffffff, #c3ecfe);
  /* Opera 11.1 到 12 */
  background: -moz-linear-gradient(bottom, #ffffff, #c3ecfe);
  /* Firefox 3.6 到 15 */
  background: linear-gradient(to bottom, #ffffff, #c3ecfe);
  /* 标准语法 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* 避免在某些浏览器中出现文字 */
  font-size: 23px;
}
.watch-data .list .item {
  cursor: pointer;
  background: linear-gradient(to bottom, #77d4fd, #4d7bff);
  box-shadow: 0 0 4px #00FFFB;
  padding: 5px 21px 5px 0;
  border-radius: 5px;
  margin-bottom: 11px;
}
.watch-data .list .item .time img {
  margin-right: 5px;
}
.watch-data .list .item .info {
  color: #fff;
  margin-top: 5px;
}
.watch-data .list .item .info .flex {
  margin-right: 10px;
  font-size: 14px;
}
.watch-data .list .item .info img {
  margin-right: 5px;
}
.watch-data .list .item .tag {
  background-color: #E0EFFF;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 18px;
  margin: 5px 0;
}
.watch-data .list .item .tag1 {
  color: #ff7d00;
}
.watch-data .list .item .tag2 {
  color: #f53f3f;
}
.watch-data .list .item .state {
  width: 7px;
  height: 40px;
  margin-left: -4px;
  margin-top: -3px;
  margin-right: 20px;
}
.section-title {
  padding-top: 3px;
}
.op {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.round-nav {
  width: 950px;
  height: 270px;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  z-index: 2;
  top: 380px;
}
.round-nav .icon {
  left: 50%;
  z-index: 3;
  top: 54px;
  transform: translateX(-50%);
}
.round-nav .item {
  width: 177px;
  height: 186px;
  position: absolute;
  cursor: pointer;
  transition: .8s ease;
  z-index: 1;
}
.round-nav .item img {
  transition: .8s ease;
}
.round-nav .top {
  z-index: 2;
}
.round-nav .title {
  position: absolute;
  color: #165DFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  z-index: 2;
  bottom: 0;
  transition: .8s ease;
}
.optionsShow {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 100%, 0) !important;
}
.c-select {
  width: 105px;
  height: 40px;
  box-shadow: 0 0 5px #00FFFB;
  border: 0;
  border-radius: 5px;
  color: #165DFF;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  outline: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.c-select .icon {
  transition: .3s ease;
}
.c-select .arcDown {
  transform: rotateZ(180deg) !important;
}
.c-select .child-nav {
  opacity: 0;
  transition: .3s ease;
  background-color: #fff;
  position: absolute;
  color: #014EFF;
  box-shadow: 0 0 8px #00FFFB;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: auto;
  font-size: 16px;
  visibility: hidden;
}
.c-select .child-nav .c-item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}
.c-select .child-nav .c-item:last-child:before {
  display: none;
}
.c-select .child-nav .c-item:before {
  position: absolute;
  bottom: -10px;
  height: 20px;
  width: 100%;
  content: "";
  background-image: url("../image/bg/line2.png");
  background-size: 80px 10px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.ctitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  width: 192px;
  height: 24px;
  background-image: url("../image/bg/ctitlebg.png");
}
.ov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.map {
  width: 100%;
  height: 100%;
}
