* {
    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: 19%;
    background: rgb(183 153 60);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid #eeebde;
}
.cont {
    width: 64.7%;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.t_l {
    height: 23px;
    width: 200px;
    background-image: url("img/BestinPhilippines.png");
    background-repeat: no-repeat;
    position: relative;
    left: 0;
}

.t_c {
    background-image: url("img/LOGO.png");
    background-repeat: no-repeat;
    height: 181px;
    width: 369px;
    position: absolute;
    left: 40%;
    background-size: 100%;
}

.body {
    height: 80.4%;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.content {
    width: 64.7%;
    height: 85.6%;
    position: absolute;
    top: 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_t {
    display: flex;
    justify-content: space-between;
    height: 88.2%;
    width: 100%;
}

.c_l {
    width: 30%;
    height: 100%;
    background-color: #6d591a;
    background-image: url("img/VIP.png");
    background-repeat: no-repeat;
    background-position: 50% 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    background-size: 55%;
}

.c_l .c_l_c {
    position: absolute;
    top: 12.5rem;
    width: 16.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c_l .c_l_c span {
    font-size: 20px;
    color: #ebe9e2;
    font-weight: 400;
    margin-bottom: 10px;
}
.c_l_c_i {
    margin-top: 10px;
}
.c_l_c div {
    background-image: url("img/juze.png");
    background-size: contain;
    height: 60px;
    width: 90%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #efe2eb;
    font-weight: 400;
}

.c_l_c div div {
    width: 35px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 80%;
    height: 35px;
    background-position: center;
}

.c-r {
    /*width: 53.75rem;*/
    width: 69.3%;
    height: 100%;
    background: #6d591a;
}

.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/lj.png');
    width: 15px;
    height: 15px;
    margin-left: 1rem;
}

.node_name {
    display: flex;
    align-items: center;
    color: #efeeea;
	font-size: 20px;
}

.delay {
    color: #efeeea;
    font-size: 18px;
}

.but {
    height: 20%;
    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));
}

.jump {
    cursor: pointer;
    width: 318px;
    height: 45px;
    background-image: url("img/GoToPhdreamgif");
    background-repeat: no-repeat;
    background-size: 100%;
}

.content_b {
    width: 100%;
    height: 10.5%;
    background: #b7993c;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 22px;
    color: #f1f1ee;
    font-weight: 300;
}

.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-image: url("img/move/logo.png");
        -moz-background-size: 37% 50%;
        background-size: 52% 90%;
        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: 45vw;
    }

    .link_list {
        width: 90%;
        background: #6d591a;
        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: .8rem;
        min-height: 38px;
    }

    .link_but {
        display: flex;
        width: 90%;
        height: 15vh;
        background: #6d591a;
        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;
  }

}