.logo {
  position: absolute;
  width: 100%;
  top: 0;
  height: 86px;
  background: url('../img/application-logo.png') no-repeat;
  background-size: 100% 100%;
}

.cursor {
  position: absolute;
  left: 4%;
  top: 0;
  width: 190px;
  height: 86px;
  cursor: pointer;
}

.tabs {
  position: absolute;
  width: 33%;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
}

.tabs li {
  width: 30%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.application {
  display: flex;
}

.select {
  width: 30%;
  display: flex;
  flex-direction: row-reverse;
}

.select .select-ul {
  margin-top: 200px;
}

.select .select-ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.select .select-ul .color {
  background-color: #2367C0;
  color: #fff;
}

.content {
  width: 70%;
  background-color: #f8f8f8;
}

.content .none {
  display: none;
}

.monitor {
  margin: 200px 0 0 30px;
  width: 74%;
}

.monitor .monitor-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.monitor .monitor-title {
  font-size: 20px;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #DDDDDD;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2367C0;
}


.monitor .detail {
  padding: 30px 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.monitor .detail-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monitor .detail-banner img {
  z-index: 999;
}

.monitor .detail-banner .banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 216px;
  background: linear-gradient(136deg, rgba(35, 174, 230, 0.9) 0%, #1F54B7 100%);
  border-radius: 12px;
  opacity: 0.1;
}

.monitor .detail-video {
  position: relative;
}

.monitor .detail-video .modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(221, 221, 221, 0.1);
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.monitor .detail-video .circle {
  cursor: pointer;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monitor .detail-video .circle .trangle {
  margin-bottom: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  /* width: 0px;
    height: 0px;
    border: 35px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #000;
    border-right-color: transparent;
    transform: translateX(30%); */
}
