* {
	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.jpg");
}

.header {
	height: 12.6%;
	background: #66111c;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 2px solid #fb3653;
}

.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: -2.5rem;
	background-image: linear-gradient(90deg,
			#512f32 0%,
			#50272d 100%),
		linear-gradient(#2c2b30,
			#2c2b30);
	background-blend-mode: normal,
		normal;
	border-radius: 20px;
	border: solid 1px #ff867b;
}

#list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	justify-content: space-evenly;
	align-content: center;
}

#list .item {
	width: 45%;
	height: 35%;
	display: flex;
	padding-left: 2%;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background-image: linear-gradient(90deg,
			#ff5a66 0%,
			#ff2a4f 100%),
		linear-gradient(#b11430,
			#b11430);
	border-radius: 34px;
	margin: 0.5% 0;
}

.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: #fff;
	padding-left: 3vh;
}

.delay {
	color: #05ff1e;
	font-size: 15px;
}

.but {
	height: 30%;
	display: flex;
	justify-content: space-around;
	margin-top: 4%;
}

.but_row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: flex-start;
}

.but_row img {
	cursor: pointer;
	width: 90%;
	margin: 1% 0;
}

.item .go {
	height: 90%;
    max-height: 35px;
    display: flex;
}
.item .go img {
	height: 100%;
}

.item .go_new {
	background-image: url("img/GoNow.png");
	height: 38px;
	width: 111px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}

.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;
	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;
		margin-top: -4vh;
	}

	.wrap_move {
		display: block;
		height: 100vh;
		background-image: url("../img/move/background.jpg");
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		min-height: 600px;
	}

	.m_b {
		width: 100%;
		background-position: center;
		background-color: #66111c;
		border-bottom: 2px solid #fb3653;
		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: 46vh;
		max-height: 75vw;
	}

	.link_list {
		width: 90%;
		background-image: linear-gradient(90deg,
				#512f32 0%,
				#50272d 100%),
			linear-gradient(#2c2b30,
				#2c2b30);
		background-blend-mode: normal,
			normal;
		border-radius: 20px;
		border: solid 1px #ff867b;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1vh 0;
	}

	.m-item {
		width: 90%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 6vh;
		margin: 1vh auto;
		min-height: 35px;
		background-image: linear-gradient(90deg,
				#ff5a66 0%,
				#ff2a4f 100%),
			linear-gradient(#b11430,
				#b11430);
		background-blend-mode: normal,
			normal;
		border-radius: 34px;
	}

	.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;
		margin-top: 1.3rem;
	}

	.but_row {
		align-items: center;
	}

	.but_row img {
		width: 35%;
	}
}

@media screen and (max-width: 450px) {
	.but_row img {
		width: 45%;
	}
}

@media screen and (max-width: 320px) {
	.m-item {
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 3vh;
		min-height: 35px;
		flex-wrap: wrap;
	}

	.m-item a {
		display: flex;
		align-items: center;
		height: 60%;
		min-height: 23px;
	}
}