.now_left {
  width: 29vw;
  height: 22vh;
  position: absolute;
  left: 3vw;
  top: 4vh;
}

.now_left_title {
  display: flex;
  justify-content: space-around;
}

.now_left_tow {
  width: 45%;
  font-size: 1vw;
}

.now_left_tow span {
  background-color: rgb(59, 59, 59);
  font-size: 1vw;

}

.now_left_tow span:nth-child(1) {
  padding: 0 0.8vw;
  color: rgb(136, 184, 255);
  font-family: "pmzd";
  font-size: 1.2vw;
}

b {
  color: rgb(136, 184, 255);
}

.now_left_tow span:nth-child(2) {
  margin: 0 0 0 0.5vw;
  padding: 0 0.8vw;
}

.now_justy {
  height: 18vh;
  margin-top: 2vh;
}

.now_justy ul {
  display: flex;
  height: 3vh;
  margin: 0.5vh 0;
  color: rgb(255, 255, 255);
}

.now_justy ul li {
  width: 33.33%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;

}

.now_justy ul:first-child {
  background-color: rgba(92, 92, 92, 0.161);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.302);
}

.now_justy ul:not(:first-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.now_center {
  width: 29vw;
  height: 22vh;
  position: absolute;
  left: 34.5vw;
  top: 4vh;
  display: flex;
}

.now_center_NoW {
  width: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.now_center_NoWs {
  display: flex;
}


.now_center_NoWs div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.now_center_Tow {
  width: calc(29vw - 10vw);
  height: inherit;
}

.now_center_Tow ul {
  display: flex;
  height: 3vh;
  margin: 0.5vh 0;
}

.now_center_Tow ul li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 14px;
}

.now_center_Tow>ul:first-child {
  background-color: rgba(92, 92, 92, 0.161);
  color: rgba(255, 255, 255, 0.302);
}

.now_center_Tow>ul:not(:first-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.now_right {
  width: 29vw;
  height: 22vh;
  position: absolute;
  left: 66vw;
  top: 4vh;
}

.now_right ul {
  display: flex;
  height: 3vh;
  margin: 0.5vh 0;
  font-size: 14px;
}

.now_right ul:first-child {
  background-color: rgba(92, 92, 92, 0.161);
  color: rgba(255, 255, 255, 0.302);
}

.now_right ul:not(:first-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.now_right ul li {
  width: 20%;
  height: inherit;
  text-align: center;
  line-height: 3vh;
}

.now_right ul:not(:first-child) li:first-child {
  text-align: left;
}

ul {
  list-style: none;
}

.icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2em;
  margin: 0 0.5vw;
  background-color: rgb(136, 184, 255);

}

.now_title {
  width: 8vw;
  height: 2.5vh;
  position: absolute;
  top: -5vh;
  left: 0vw;
  background-image: url('../img/two/title.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "pmzd";
  font-size: 20px;
}

.new_left {
  left: 35vw;
}

.new_right {
  left: 66vw;
}

.paright {
  position: absolute;
  top: 15vh;
  right: 2vw;
  width: 5vw;
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}

.paright div {
  width: 3vw;
  height: 3vw;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.302);
  cursor: pointer;
}

.paright div.active {
  background: rgba(0, 144, 255, 0.5);
}

.leftpar {
  position: absolute;
  top: 8vh;
  left: 1vw;
  width: 3vw;
  height: 58vh;
  background: url('../img/two/leftaret.png') no-repeat;
  background-size: 100% 100%;
  background-position: auto auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}


.left-button {
  width: 3vw;
  height: 58vh;
  background: url('../img/two/leftaret.png') no-repeat;
  background-size: 100% 100%;
  background-position: auto auto;
  position: absolute;
  top: 8vh;
  left: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 6vh 0;
  z-index: 2;
}

.left-button li {
  width: 2.2vw;
  height: 2.2vw;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.left-button li.active {
  border: 1px solid #0090FF;
  background: rgba(0, 144, 255, 0.4);
}

.left-button li p {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  background: rgba(0, 144, 255, 0.6);
  padding: 2px 40px;
  border-radius: 10px;
  left: 140%;
  display: none;
}

.left-button li.active p {
  display: block;
}

.impar {
  display: none;
}
iframe{
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}