@media (min-width: 1400px) {
	.container {
		width: 1200px;
	}

	.banner .cube {
		right: 25%;
	}

	.logo img {
		height: 130px;
	}
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .cube {
	position: absolute;
	right: 30%;
	top: 12%;
	animation: square_rotate 10s linear infinite alternate both;
	z-index: 50;
}

.banner .cube2 {
	position: absolute;
	right: 20%;
	top: 60%;
	animation: square_rotate2 10s linear infinite alternate both;
	z-index: 50;
}

.game_box {

	background-color: #f7f7f7;
	box-shadow: rgba(222, 222, 225, 0.5) 0px 2px 8px 0px;
	padding: 68px 0;
	padding-top: 0;
	background-image: url(../img/map_bg.png);
	background-position: right bottom;
	background-size: 40%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;

}

@keyframes square_rotate {
	0% {
		transform: rotate(0deg) scale(1);
		transform-origin: 60% 60%;
	}

	100% {
		transform: rotate(360deg) scale(0.5);
		transform-origin: 60% 60%;
	}
}

@keyframes square_rotate2 {
	0% {
		transform: rotate(0deg) scale(1.2);
		transform-origin: 60% 60%;
	}

	100% {
		transform: rotate(-180deg) scale(0.8);
		transform-origin: 60% 60%;
	}
}

.banner i {
	/* display: none; */

	/* -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll; */
	position: absolute;
	z-index: 50;
	left: 35%;
	top: 58%;
	display: block;
	width: 6%;
	animation: op 2s ease-out infinite;
	-webkit-animation: op 2s ease-out infinite;
	-moz-animation: op 2s ease-out infinite;
	-o-animation: op 2s ease-out infinite;
	-ms-animation: op 2s ease-out infinite;
}

@keyframes op {
	0% {
		opacity: .1;
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 1;
		transform: scale(1.06);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

.banner .icons i:nth-child(2) {
	left: 50%;
	right: auto;
	top: 75%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	width: 6%;
}

.banner .icons i:nth-child(3) {
	left: 68%;
	top: auto;
	bottom: 22%;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	width: 5%;
}

.banner .icons i:nth-child(4) {
	left: auto;
	right: 8%;
	top: 27%;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
	width: 7%;
}

.banner .icons i:nth-child(5) {
	right: 30%;
	bottom: 45%;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.banner .icons i:nth-child(6) {
	right: 8%;
	bottom: 35%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

/* @keyframes scroll{
	0% {
	    opacity: .2;
	}
	
	100% {
	    opacity: 1;
	}
} */
.banner_text {
	width: 50%;
	position: absolute;
	right: 8%;
	top: 19%;
	z-index: 50;
	/* width: 47%; */
	mix-blend-mode: lighten;
}

.banner_text .text_img {
	position: relative;
	z-index: 80;
}

.banner_text .tit_light {
	position: absolute;
	left: 12%;
	top: -5px;
	z-index: 0;
	width: 65%;

}

.banner_img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 38%;

	/* transform-origin: left bottom; */
	/* animation: p1 10s ease-in-out infinite alternate both; */
	/* animation-fill-mode: forwards; */
}

.rob_light,
.r_light {
	position: absolute;
	left: 45%;
	bottom: -18%;
	z-index: 0;
	/* width: 65%; */
	mix-blend-mode: plus-lighter;
	animation: cta 1.8s ease-in-out infinite normal both;
	z-index: 10;

}

.r_light {
	mix-blend-mode: color-burn;
	z-index: 5;
	opacity: 1;
}

.rob_light img {}

.kv_bg {
	transform-origin: left center;
	animation: p1 10s ease-in-out infinite alternate both;
	height: 100%;
}

@keyframes p1 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}


.five_img {
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: 0;
	/* height: 100%; */
	width: 54.84%;

}

.comp_img {
	position: absolute;
	bottom: 140px;
	right: 55%;
	z-index: 2;
	width: 12.04%;
}

.banner video {
	object-fit: fill;
}

.banner .fix_box {
	position: fixed;
	width: 100%;
	height: 50vw;

}

.banner .kv {
	position: relative;
	margin: 0;
	height: 50vw;
	overflow: hidden;

}

.main {
	position: relative;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	/* background: url(../images/body-bg.png) center top / 100% no-repeat; */
	z-index: 50;
	/* position: relative; */
	/* 	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px); */
	/* margin-top: -30px; */
	/* background: rgba(30, 13, 4, .85); */
	background: linear-gradient(90deg, rgba(30, 13, 4, .98), rgba(30, 13, 4, .8), rgba(0, 0, 0, 0.8));
}

.intro {
	background: -webkit-gradient(linear, left top, right top, from(rgba(19, 13, 0, .8)), to(rgba(80, 0, 0, .8)));
	background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, .88), rgba(255, 255, 255, 0.5));
	padding: 60px;
}

.video_box {

	background-color: #f7f7f7;
	box-shadow: rgba(222, 222, 225, 0.5) 0px 2px 8px 0px;
	padding: 68px 0;
	background-image: url(../img/map_bg.png);
	background-position: right bottom;
	background-size: 60%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.video_box>.container {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	/* padding: 60px 0;
}

.video_item {
	width: 64.5%;
	padding-right: 15px;
}

.img_item {
	width: 35.5%;
}

.intro {
	position: relative;
	/* margin-top:30rem; */
	/* background: url(../img/bg.png) no-repeat 0 0; */
	background-size: cover;
	padding-top: 60px;
	/* margin-top: 50px; */
	padding-bottom: 60px;
	overflow: hidden;
	/* background: rgba(30, 13, 4, .85); */
}

.intro .title {
	/* color: #fff; */
	margin-bottom: 30px;
	background-image: linear-gradient(160deg, #3D2605, #D18D24);
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(0, 0, 0, 0);
}

.intro .cta_btn {
	display: block;
	width: 468px;
	margin: 0 auto;
	cursor: pointer;
	animation: cta 1.8s ease-in-out infinite normal both;
}

@keyframes cta {
	0% {
		transform: scale(1);
	}

	5% {
		transform: scale(1.09);
	}

	15% {
		transform: scale(1);
	}

	20% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.09);
	}

	35% {
		transform: scale(1);
	}
}

.intro .cta_btn img {
	height: 180px;
}

.intro .d1 {
	position: absolute;
	left: 5%;
	top: 28%;
}

.intro .d2 {
	position: absolute;
	right: 24%;
	top: 20%;
}

.intro .d3 {
	position: absolute;
	right: 8%;
	bottom: 20%;
}

.v_btn {
	display: block;
	height: 56px;
	/* border: 2px solid rgba(255, 255, 255, .6); */
	border-radius: 40px;
	overflow: hidden;
	margin-left: 14px;
	/* border: 3px solid #03adf2; */
	background: linear-gradient(93.35deg, #e800e8 9.74%, #2b48d8 61.61%, #0993d9 103.98%);
	width: 180px;
	margin: 0 auto;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
	animation: sa 1s infinite;
	-webkit-animation: sa 1s infinite;
	-moz-animation: sa 1s infinite;
	-o-animation: sa 1s infinite;
	-ms-animation: sa 1s infinite;
}

@keyframes sa {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

.v_btn:hover {
	color: #fff;
}

.intro-img {
	width: 100%;
	position: relative;
	margin-top: -90px;
}

.intro-video {
	width: 30%;
	float: left;
	padding: 20px;
	/* margin-top: 40px; */
	position: relative;
}

.intro-video video {
	width: 100%;

}

.intro-video:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: 50;
}

.intro-text {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 30px;
}

.intro-video .v-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 60px;
	z-index: 50;

}

.forum {
	position: relative;
	margin-top: 70px;
	overflow: hidden;
}

.forum li {
	position: relative;
	width: 48%;
	height: 320px;
	background: #000;
	overflow: hidden;
	transform: scale(1);
	transition: all .5s;
	cursor: pointer;
	float: left;
	margin-right: 2%;
}

.forum li:before {
	content: '';
	background-image: linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	background-image: -webkit-linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 80;
}

.forum li:last-child {
	margin-right: 0;
}

.forum li img {
	position: absolute;
	right: 0;
	top: -10%;
	/* width: 100%; */
	/* height: 100%; */
	/* transform: scale(1);
	    transition: all .5s; */
	transition: all .5s;
	height: 480px;
}

.forum li .forum-title {
	margin-bottom: 24px;

	color: #fff;
}

.forum li .forum-text {
	color: #e5e5e5;
	position: absolute;

	top: 4.5rem;
	left: 4rem;
	font-size: 16px;



}

.forum-more {
	display: block;
	color: #fff;
	position: absolute;
	left: 4rem;
	bottom: 4rem;
	font-size: 16px;
	z-index: 5;
}

.forum-more:after {
	content: '';
	width: 70px;
	height: 10px;
	background-color: rgba(52, 234, 89, .8);
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 0;
}

.forum-more:hover {
	color: #fff;
}

.forum li:hover img {
	transform: scale(1.05);
}

.title {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;

}

.map .title {
	color: #333;
}

.sponsor {
	position: relative;
	padding-top: 70px;
	/* padding-bottom: 40px; */
	/* background-image: url(../images/main_bg.jpg); */
	/* 	background-repeat: no-repeat;
	background-position: right 0; */
	/* background-color: #eef7ff; */
	/* background-size: cover; */
}

.sponsor .t1 {
	position: absolute;
	left: -15%;
	top: 34%;

}

.sponsor .t2 {
	position: absolute;
	right: -30%;
	top: 20%;
	opacity: .9;
}

.sponsor .t2 img {
	max-height: 800px;
}

.sponsor li {
	width: 15%;
	float: left;
	margin-right: 1.5%;
	height: 72px;
	position: relative;
	background-color: #fff;
	margin-bottom: 14px;
	border-radius: 6px;
}

.four li:nth-child(2) img {
	max-height: 48px;
}

.four li:nth-child(3) img {
	max-height: 48px;
}

.four li:nth-child(4) img {
	max-height: 54px;
}

.four li:nth-child(5) img {
	max-height: 54px;
}

.pic_box,
.pic_box img {
	margin-top: 40px;
}

.pic_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.pic_box a {
	display: block;
	width: 49%;
}

.sponsor .one {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;

}

.sponsor .one li {
	width: calc(12.4% - 10px);
	margin-right: 10px;
}

.sponsor li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
}

.sub-title {
	font-size: 22px;
	color: #fff;
	margin-top: 3rem;
	margin-bottom: 2.4rem;

}

.map {
	position: relative;

	overflow: hidden;

	background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, .88), rgba(255, 255, 255, 0.5));
	z-index: 50;

}

.map_top {
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;

}

.map-text {

	padding-top: 30px;
	color: rgb(204, 204, 204);
	line-height: 30px;
	margin-top: 20px;
	padding-left: 40px;
	padding-bottom: 40px;
	position: relative;
	color: rgb(51, 51, 51);
	position: relative;
	font-size: 15px;
	overflow: hidden;
	box-shadow: rgba(222, 222, 225, 0.5) 0px 2px 8px 0px;
	padding: 34px 24px;
	/* background-image: url(../img/map_bg.png); */
	background-position: right 0;
	background-size: 60%;
	background-repeat: no-repeat;
	background-color: #fff;
	/* border: 3px solid rgb(255, 255, 255); */
	border-radius: 8px;
}

.map-text h3 {
	margin-top: 0;
}

.map .m-img {
	width: 100%;
}

.map-text .r-img {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 100%;
}

.map-img {
	width: 50%;
	/* float: left; */
	/* height: 617px; */
	position: relative;
	/* margin-top: 2.5%; */
	/* background: #fff; */
	/* border-radius: 8px 0 0 8px; */
	padding-right: 30px;
}

.map-img p {
	background: linear-gradient(90deg, #3D2605, #A36D17, #3D2605);
	padding: 20px 14px;
	border-radius: 8px;
	color: #fff;
	margin-top: 10px;
}

.map-img .map-icon {
	position: absolute;
	left: 40%;
	top: 12%;
	height: 50px;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {

		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes scroll {
	0% {

		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
}

.aside {
	overflow: hidden;
	position: fixed;
	right: 25px;
	bottom: 10px;
	z-index: 5000;

	border-radius: 4px;
	padding-top: 6px;
	background: linear-gradient(to bottom, rgba(194, 132, 54, 0.5), rgba(194, 132, 54, 0.2));
	background: -webkit-linear-gradient(to bottom, rgba(194, 132, 54, 0.5), rgba(194, 132, 54, 0.2));
	backdrop-filter: blur(5px);
}


.aside li {
	padding: 6px 14px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	text-align: center;
}

.aside li:first-child {
	border-top: 0;

}

.aside li a,
.aside li span {
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	line-height: 28px;

}

.aside li :hover {
	color: #D18D24;
}

.map-img img {
	width: 100%;
	width: auto;
}

.map-detail {
	width: 50%;
	/* background-color: #2ec84d; */
	color: #fff;
	/* height: 540px; */
	overflow: hidden;
}

.map-detail h4 {
	color: #D18D24;
	margin-top: 0;
}

.map-detail p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

.map-h {
	width: 20%;
	float: left;
}

.map-h i img {
	width: 100%;
}

.map-core {
	/* background: url(../images/888.png) no-repeat 0 0; */
	background-size: cover;
	width: 100%;
	/* height: 600px; */
	padding: 60px 0;

}

.footer {
	background-color: #000;
	color: #ccc;
	line-height: 24px;
	padding: 20px;
	position: relative;
	/* margin-top: 10rem ; */
}

.map-detail h4 img {
	height: 24px;
	margin-right: 6px;
	margin-top: 0;
}

.map-detail h5 {
	color: #333;
	margin-top: 15px;
}

.map-detail>div {

	padding: 8px;
}

.map-detail>div:nth-child(odd) {
	background-color: #fff;
}

.contact {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* .contact:after{
	content: "";
	    display: block;
	    height: 10px;
	    background-image: linear-gradient(89.88deg, #db05e7 .11%, #3545d9 45.01%, #0e8bd9 99.89%);
	    width: 100%;
} */

.contact ul {
	margin-top: 40px;
	/* background-color: rgba(0, 0, 0, .6); */
	overflow: hidden;
	/* padding: 40px; */
	/* backdrop-filter: blur(20px); */
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.contact ul li {
	width: calc(33.33% - 20px);
	float: left;
	height: 210px;
	color: #333;
	padding: 40px;
	position: relative;
	font-size: 16px;
	overflow: hidden;
	/* box-shadow: 0 2px 8px 0 rgba(222, 222, 225, .5); */
	padding: 24px;
	background-image: url(../images/contact_bg.jpg);
	background-color: #fff;
	border: 1px solid #d98200;
	border-radius: 8px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 0;
}


.contact ul li p {
	font-size: 32px;
	/* font-weight: bold; */
	/* opacity: .15; */
	color: #fff;
	margin-bottom: 8px;
}

.contact ul li .tit {
	font-size: 20px;
	/* font-weight: bold; */
	margin-bottom: 20px;
	opacity: 1;
}

.contact ul li>div {
	color: #fafafa;
	line-height: 40px;
	opacity: .7;
}

.contact ul li>div a {
	color: #fafafa;
}

.contact ul li .m {
	font-size: 120px;
	color: #e5e5e5;
	opacity: .4;
	position: absolute;
	right: -20px;
	bottom: -35px;
	font-weight: bold;
}

.contact ul li h3 {
	margin-bottom: 20px;
}


.footer {
	margin-top: 0;
}

#example .modal-dialog {
	max-width: 80%;
	width: 65%;
	height: auto;
	top: 60px;
}

#example .modal-content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 40px;
}

#example .modal-dialog .modal-header {
	font-size: 24px;
	color: #323232;
	border-bottom: none;
	padding: 20px 15px;
	max-width: 80%;
	line-height: 28px;
	padding-left: 30px;
}

#example .modal-content .modal-body {
	padding: 0;
}

#example .modal-content .close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 20px;
	width: 70px;
	height: 70px;
	border-radius: 500px;
	line-height: 70px;
	color: #80808D;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 2px solid #808080;
	text-align: center;
	line-height: 32px;
}

#example .modal-content .close:hover {
	color: #ccc;
}

#example .modal-dialog .play_box {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

.map .d1 {
	position: absolute;
	left: 5%;
	top: 28%;
}

.map .d2 {
	position: absolute;
	right: 32%;
	top: 58%;
}

.map .d3 {
	position: absolute;
	right: 8%;
	bottom: 20%;
}

@media (max-width: 1600px) {

	/* .banner_text{
		width: 54%;
		top: 22%;
	} */


}

@media (max-width: 1199px) {

	.banner_text {
		top: 20%;
	}



	.map-img {
		width: 100%;

	}

	.map-img img {
		margin-top: 0;
		max-height: 100%;
	}

	.map-detail {
		width: 100%;
	}


	.sponsor {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.intro-text {
		padding-right: 30px;
	}

	.sponsor li {
		height: 50px;
	}

	.contact ul li {
		width: calc(50% - 20px);
	}

}


@media (max-width:767px) {
	.banner_text {
		top: 28%;
		width: 60%;
		right: 4%;
	}

	.intro {
		padding: 20px;
	}

	.pic_box a {
		width: 100%;
	}

	.pic_box {
		flex-wrap: wrap;
	}

	.pic_box,
	.pic_box img {
		margin-top: 20px;
	}

	.img_item {
		width: 100%;
		margin-top: 14px;
	}

	.video_item {
		width: 100%;
		padding-right: 0;
	}

	.video_box {
		padding-top: 30px;
	}

	.sponsor .one li {
		width: calc(33.3% - 10px);
		margin-right: 10px;
	}

	.map-detail>div {
		height: auto;
		width: 100%;
	}

	.intro {

		padding-top: 20px;
		padding-bottom: 50px;
	}

	.intro .d3 {
		max-height: 80px;
		bottom: 24%;
	}

	.intro .d2 {
		max-height: 44px;
	}

	.intro .d1 {
		position: absolute;
		right: 5%;
		top: 32%;
		max-height: 44px;
		left: auto;
	}

	.forum li img {
		height: 240px;
	}

	.forum li {
		height: 220px;
	}

	.forum li .forum-title {
		top: 5rem;
	}

	.map-text .r-img {
		display: none;
	}

	.intro-video {
		display: none;
	}

	.intro-text {
		width: 100%;
	}

	.intro .m-img {
		margin-bottom: 20px;
	}

	.intro-text {
		font-size: 15px;
		line-height: 26px;
		letter-spacing: 0;
		padding: 0;
	}

	.intro .cta_btn {
		max-width: 90%;

	}

	.intro .cta_btn img {
		height: auto;
	}

	.forum {
		margin-top: 20px;

	}

	.forum li {
		width: 100%;
		margin-bottom: 20px;
	}

	.sponsor {
		position: relative;
		padding-top: 30px;
		padding-bottom: 20px;
		/* padding-left: 20px; */
		/* position: relative; */


	}

	.title {
		font-size: 30px;
		margin-bottom: 20px !important;
	}

	.sub-title {
		font-size: 20px;
	}

	.sponsor li {
		width: 31%;

		margin-right: 2%;
		height: 46px;

	}

	.four li:nth-child(2) img {
		max-height: 22px;
	}

	.fourr li:nth-child(3) img {
		max-height: 22px;
	}

	.four li:nth-child(4) img {
		max-height: 34px;
	}

	.four li:nth-child(5) img {
		max-height: 28px;
	}

	.contact {

		padding-top: 30px;
		/* padding-bottom: 0; */
	}

	.contact ul {
		margin-top: 20px;
	}

	.contact ul li {
		width: 100%;
		padding: 24px;
		height: 200px;
	}

	.contact ul li .m {
		font-size: 80px;
		opacity: .2;
		bottom: -10px;

	}

	.map .m-img {
		display: none;
	}

	.map-core {

		padding: 40px 0;
	}

	.map-detail,
	.map-img {
		width: 100%;
		height: auto;
		padding-right: 0;
	}

	.map-img .map-icon {

		bottom: 78%;
	}

	.map_top {
		padding: 40px 20px;
	}

	.map-text {

		padding-top: 20px;

		margin-top: 20px;

		padding-left: 20px;
		/* position: relative; */
		padding-right: 20px;

		/* position: relative; */
	}

	.forum li .forum-text {
		top: 2rem;
		left: 2rem;
	}

	.forum li .forum-title {
		font-size: 24px;
	}

	.forum-more {
		left: 2rem;
	}
}
