* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

.wrap {
  height: 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("img/BG.png");
}

.header {
  height: 12.6%;
  background: #b904d4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 2px solid #ffcc00;
}
.cont {
  /* width: 64.7%; */
  /* display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center; */
}

.t_l {
  height: 25px;
  width: 200px;
  background-image: url("img/BestinPhilippines.png");
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  background-size: 95% auto;
  font-size: 23px;
  color: #ffcc00;
}

/* .pc_logo {
  background-image: url("img/LOGO.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 369px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% auto;
} */

.body {
  height: 87.4%;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.content {
  width: 64.7%;
  height: 85.6%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content_t {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 88.2%;
  width: 100%;
}

.top_banner {
  width: 100%;
  height: auto;
}

.conent_link {
  width: 100%;
  height: 30%;
  margin-top: 1rem;
  border-radius: 15px;
  background: #041437;
}

#list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

#list .item {
  width: 48%;
  height: 50%;
  display: flex;
  padding-left: 2%;
  justify-content: space-around;
  align-items: center;
}

.but-jump {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.node_list {
  margin-top: 30px;
}

.node_list .item {
  height: 4.2rem;
  padding: 0 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.icon_link {
  background-image: url("img/link.png");
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-left: 1rem;
}

.node_name {
  display: flex;
  align-items: center;
  color: #ffcc00;
}

.delay {
  color: #07ff1e;
  font-size: 15px;
}

.but {
  height: 30%;
  display: flex;
  justify-content: space-around;
  margin-top: 4%;
}

.but_row {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.but_row img {
  cursor: pointer;
  width: 90%;
}

.item .go_new {
  background-image: url("img/GoNow.png");
  height: 38px;
  width: 111px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 90%;
}

.line {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #877f78,
    rgba(255, 255, 255, 0)
  );
}

.content_b {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem 0;
  /* height: 10.5%; */
  background: #041437;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bottom_link {
  width: 20%;
}

.wrap_move {
  display: none;
}
@media screen and (max-height: 804px) {
  .but_row img {
    width: 55%;
  }
  .but {
    margin-top: -1%;
  }
}
@media screen and (max-height: 760px) {
  .but_row img {
    width: 55%;
  }
  .but {
    margin-top: -1%;
  }
  .jump {
    background-size: 90%;
  }
  .but-jump,
  .node_list {
    margin-top: 5px;
  }
  .node_list .item {
    height: 3.5rem;
  }
  .but {
    margin-top: 3%;
  }
  .c_l {
    background-size: 40%;
  }
  .c_l .c_l_c {
    top: 10.5rem;
  }
  .c_l_c div {
    height: 50px;
  }
  .item .go_new {
    background-size: 70%;
    background-position: center;
  }
}

@media screen and (max-width: 1301px) {
  .c_l .c_l_c {
    width: 13.875rem;
  }
  .c_l .c_l_c span {
    font-size: 17px;
  }
  .c_l_c div {
    font-size: 14px;
  }
  .content_b {
    font-size: 18px;
  }
  .c_l_c div div {
    margin-right: 5px;
    background-size: 70%;
  }
}
@media screen and (max-width: 969px) {
  .wrap {
    display: none;
  }
  .m_b_a {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .wrap_move {
    display: block;
    height: 100vh;
    background-image: url("img/move/background.png");
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    min-height: 600px;
  }

  .m_b {
    width: 100%;
    background-position: center;
    background-color: #6309b8;
    background-image: url("img/move/logo.png");
    -moz-background-size: 37% 50%;
    background-size: 52% auto;
    background-repeat: no-repeat;
    height: 8%;
  }

  .top_b {
    background-position: center;
    background-image: url("img/move/banner.png");
    background-size: 90% 90%;
    background-repeat: no-repeat;
    height: 45vh;
    max-height: 53vw;
  }

  .link_list {
    width: 90%;
    background: #0f0f0f;
    border-radius: 10px;
  }

  .m-item {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 7vh;
    min-height: 35px;
  }

  .m-item a {
    display: flex;
    align-items: center;
    height: 60%;
    min-height: 30px;
  }

  .m_but {
    height: 100%;
  }

  .icon_link {
    margin-left: 5px;
  }

  .refresh {
    height: 4vh;
    margin-top: 0.8rem;
    min-height: 38px;
  }

  .link_but {
    display: flex;
    width: 90%;
    height: 15vh;
    background: #0f0f0f;
    margin-top: 1.3rem;
  }

  .but_row {
    align-items: center;
  }

  .but_row img {
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  .m-item {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 3vh;
    min-height: 35px;
  }

  .m-item a {
    display: flex;
    align-items: center;
    height: 60%;
    min-height: 23px;
  }
}
