a, a:hover {
  text-decoration: none
}
body, html, li, ul {
  margin: 0;
  padding: 0
}
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #fff
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .2)
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2)
}
body, html {
  font-family: arial;
  font-size: 13px;
  background-color: #f3f3f3;
  color: #000;
  outline: 0;
}
a {
  color: #333;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
a:hover {
  color: #f36161
}
li, ul {
  list-style: none
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: .8
}
#loader{
  position: relative
}
#loader {
  display: block;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgb(255,98,27);
  -webkit-animation: 2s linear infinite spin;
  animation: 2s linear infinite spin;
  z-index: 1001
}
#loader:after, #loader:before {
  position: absolute;
  content: "";
  border: 3px solid transparent
}
#loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border-top-color: rgb(255,33,33);
  -webkit-animation: 3s linear infinite spin;
  animation: 3s linear infinite spin
}
#loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border-top-color: rgb(248,152,29);
  -webkit-animation: 1.5s linear infinite spin;
  animation: 1.5s linear infinite spin
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000
}
#loader-wrapper .loader-section.section-left, .f-propleft {
  left: 0
}
#loader-wrapper .loader-section.section-right, .f-propright {
  right: 0
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .35s cubic-bezier(.645, .045, .355, 1) .15s;
  transition: .35s cubic-bezier(.645, .045, .355, 1) .15s
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .35s cubic-bezier(.645, .045, .355, 1) .15s;
  transition: .35s cubic-bezier(.645, .045, .355, 1) .15s
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .15s ease-out .5s;
  transition: .15s ease-out .5s
}

.mt-15 {
  margin-top: 15px
}
.mt-20 {
  margin-top: 20px
}
.mt-30 {
  margin-top: 30px
}
.mt-50 {
  margin-top: 50px
}
.mb-10, .platform-btn:not(:last-child) {
  margin-bottom: 10px
}
.btnntb, .footer-act, .game-tiny, .mb-15, .newslist-2 ul {
  margin-bottom: 15px
}
.mb-20 {
  margin-bottom: 20px
}
.mb-30 {
  margin-bottom: 30px
}
.mb-50 {
  margin-bottom: 50px
}
.header-bound{
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.header-inner{}
.header-inner .logo img{max-height: 60px;}
.btn-search{
	color: #FF2E20;
    border-color: #FF2E20;
}
.btn-search:hover{
	color: #fff;
    background-color: #FF2E20;
    border-color: #FF2E20;
}
.layout-slide{
	overflow: hidden;
	background-color: #24232C;
}
.slider-home{
	padding: 20px 0 !important;
}
.box-default .title{
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0;
	font-size: 20px;
	letter-spacing: 2px;
}
.swiper-slide.gameimg.video{
	width: 68% !important;
	height: auto !important;
	background: black;
}
.swiper-slide.gameimg{
	width: auto !important;
	max-width: 68% !important;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-slide.gameimg img {
  display: block;
  width: 100%;
  max-height: 368px;
  object-fit: cover;
}
.item .thumb-box{
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	display: block;
	border-radius: 0;
}
.item .thumb-box.even{
	-webkit-clip-path: polygon(94.239% 100%, 5.761% 100%, 5.761% 100%, 4.826% 99.95%, 3.94% 99.803%, 3.113% 99.569%, 2.358% 99.256%, 1.687% 98.87%, 1.111% 98.421%, .643% 97.915%, .294% 97.362%, .075% 96.768%, 0 96.142%, 0 3.858%, 0 3.858%, .087% 3.185%, .338% 2.552%, .737% 1.968%, 1.269% 1.442%, 1.92% .984%, 2.672% .602%, 3.512% .306%, 4.423% .105%, 5.391% .008%, 6.4% .024%, 94.879% 6.625%, 94.879% 6.625%, 95.731% 6.732%, 96.532% 6.919%, 97.272% 7.178%, 97.942% 7.503%, 98.533% 7.887%, 99.038% 8.323%, 99.445% 8.805%, 99.747% 9.326%, 99.935% 9.88%, 100% 10.459%, 100% 96.142%, 100% 96.142%, 99.925% 96.768%, 99.706% 97.362%, 99.357% 97.915%, 98.889% 98.421%, 98.313% 98.87%, 97.642% 99.256%, 96.887% 99.569%, 96.06% 99.803%, 95.174% 99.95%, 94.239% 100%);
	clip-path: polygon(94.239% 100%, 5.761% 100%, 5.761% 100%, 4.826% 99.95%, 3.94% 99.803%, 3.113% 99.569%, 2.358% 99.256%, 1.687% 98.87%, 1.111% 98.421%, .643% 97.915%, .294% 97.362%, .075% 96.768%, 0 96.142%, 0 3.858%, 0 3.858%, .087% 3.185%, .338% 2.552%, .737% 1.968%, 1.269% 1.442%, 1.92% .984%, 2.672% .602%, 3.512% .306%, 4.423% .105%, 5.391% .008%, 6.4% .024%, 94.879% 6.625%, 94.879% 6.625%, 95.731% 6.732%, 96.532% 6.919%, 97.272% 7.178%, 97.942% 7.503%, 98.533% 7.887%, 99.038% 8.323%, 99.445% 8.805%, 99.747% 9.326%, 99.935% 9.88%, 100% 10.459%, 100% 96.142%, 100% 96.142%, 99.925% 96.768%, 99.706% 97.362%, 99.357% 97.915%, 98.889% 98.421%, 98.313% 98.87%, 97.642% 99.256%, 96.887% 99.569%, 96.06% 99.803%, 95.174% 99.95%, 94.239% 100%);
}
.item .thumb-box.odd{
	-webkit-clip-path: polygon(5.761% 100%, 94.239% 100%, 94.239% 100%, 95.174% 99.95%, 96.06% 99.803%, 96.887% 99.569%, 97.642% 99.256%, 98.313% 98.87%, 98.889% 98.421%, 99.357% 97.915%, 99.706% 97.362%, 99.925% 96.768%, 100% 96.142%, 100% 3.858%, 100% 3.858%, 99.913% 3.185%, 99.662% 2.552%, 99.263% 1.968%, 98.731% 1.442%, 98.08% .984%, 97.328% .602%, 96.488% .306%, 95.577% .105%, 94.609% .008%, 93.6% .024%, 5.121% 6.625%, 5.121% 6.625%, 4.269% 6.732%, 3.468% 6.919%, 2.728% 7.178%, 2.058% 7.503%, 1.467% 7.887%, .962% 8.323%, .555% 8.805%, .253% 9.326%, .065% 9.88%, 0 10.459%, 0 96.142%, 0 96.142%, .075% 96.768%, .294% 97.362%, .643% 97.915%, 1.111% 98.421%, 1.687% 98.87%, 2.358% 99.256%, 3.113% 99.569%, 3.94% 99.803%, 4.826% 99.95%, 5.761% 100%);
	clip-path: polygon(5.761% 100%, 94.239% 100%, 94.239% 100%, 95.174% 99.95%, 96.06% 99.803%, 96.887% 99.569%, 97.642% 99.256%, 98.313% 98.87%, 98.889% 98.421%, 99.357% 97.915%, 99.706% 97.362%, 99.925% 96.768%, 100% 96.142%, 100% 3.858%, 100% 3.858%, 99.913% 3.185%, 99.662% 2.552%, 99.263% 1.968%, 98.731% 1.442%, 98.08% .984%, 97.328% .602%, 96.488% .306%, 95.577% .105%, 94.609% .008%, 93.6% .024%, 5.121% 6.625%, 5.121% 6.625%, 4.269% 6.732%, 3.468% 6.919%, 2.728% 7.178%, 2.058% 7.503%, 1.467% 7.887%, .962% 8.323%, .555% 8.805%, .253% 9.326%, .065% 9.88%, 0 10.459%, 0 96.142%, 0 96.142%, .075% 96.768%, .294% 97.362%, .643% 97.915%, 1.111% 98.421%, 1.687% 98.87%, 2.358% 99.256%, 3.113% 99.569%, 3.94% 99.803%, 4.826% 99.95%, 5.761% 100%);
}
.item .thumb-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	display: block;
}
.item .info-box{
	color: #fff;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.item .info-box h4{
	display: -webkit-box;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	text-transform: uppercase;
}
.item .info-box span{
	font-weight: normal;
	font-size: 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itemgame{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.itemgame .thumb{
	position: relative;
	justify-content: center;
	align-items: center;
}
.itemgame .thumb img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.itemgame.list .thumb img{
	height: 138px;
}
.itemgame .thumb .brief{
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	width: 100%;
	padding: 10px;
	transition: all .2s ease-out; 
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(0, 0, 0, .3);
}
.itemgame:hover .thumb .brief{
	opacity: 1;
}
.itemgame .info{
	position: relative;
	padding: 10px;
}
.itemgame .info .ico{
	margin: 0 10px 0 0;
	width: 68px;
	height: 68px;
	border-radius: 16px;
	float: left
}
.itemgame .info h4{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tags .tag{
	display: inline-block;
	align-items: center;
	margin: 0 3px 3px 0;
	border: 1px solid #f6f6f6;
	color: #646464;
	border-radius: 3px;
	background: #f6f6f6;
	padding: 1px 3px;
	font-size: 10px;
}
.tags-search .tag{
	display: inline-block;
	font-size: 11px;
    font-weight: 400;
    padding: 5px 8px 5px 28px;
    border-radius: 8px;
    margin: 0 5px 5px 0;
    border: 1px solid #ebebeb;
    background: #f2f3f5;
	position: relative;
}
.tags-search .tag:hover{
	background: #ff491d !important;
	color: #fff !important;
}
.tags-search .tag::before{
	position: absolute;
	left: 8px;
	font: normal normal normal 14px / 1 FontAwesome;
	content: '\f02c';
}
.frame-bound {
    padding: 12.5px;
    border-radius: 5px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.frame-bound .title{
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #121301;
	font-weight: 600;
	padding-left: 30px;
	padding-bottom: 14px;
}
.frame-bound .title::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 24px;
	background: url('../images/gift-2.png') center center no-repeat
}
.game-detail .detail-top .image {
    position: relative;
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden
}

.game-detail .detail-top .info {
    float: right;
    width: calc(100% - 175px)
}

.game-detail .detail-top .info h1 {
    margin: 0 0 5px;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    position: relative;
    overflow: hidden
}

.game-detail-bound .other-name {
    color: #888;
    font-size: 12px;
    margin-bottom: 1px
}

.game-detail-bound .info .meta {
    line-height: 16px;
    color: #8b8b8b;
    font-size: 12px;
    margin-top: 10px
}

.game-detail .detail-top .info .go-mobile {
    position: absolute;
    top: 0;
    right: 0
}
.game-detail .detail-top .info .meta span span, .platform-btn>a {
    margin-right: 5px;
}
.platform-btn>a {
    display: inline-block;
    border-radius: 3px;
    padding: 5px 8px 3px;
    margin-bottom: 3px;
    color: #fff!important;
    position: relative;
    cursor: pointer
}

.platform-btn>a>i {
    margin-right: 5px;
    font-size: 16px
}
.platform-btn .download {
    background: #ff491d;
}
.platform-btn .share {
    background: #179900
}

.platform-btn .siteinfo {
    background: #24aeff
}

.game-brief{
	border: 1px solid #f6f6f6;
	color: #646464;
	border-radius: 3px;
	background: #f6f6f6;
	padding: 2px 3px;
	font-size: 12px;
}
.game-brief strong{color: #ff491d}
.qrcode {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    border: 1px solid #faeae3;
    padding-top: 13px;
    position: relative;
    float: right
}

.qrcode .qr_code {
    width: 110px;
    height: 110px;
    background: #eee;
    margin: auto auto 5px
}
	.qrcode .qr_code img{width: 100%;height: 100%}
.qrcode .light-line {
    position: absolute;
    width: 148px;
    height: 16px;
    left: 8px;
    top: 0;
    -webkit-animation: 3s linear infinite scan;
    animation: 3s linear infinite scan;
    background-image: url(../images/light-line.png);
    background-repeat: no-repeat
}

@-webkit-keyframes scan {
    0% {
        top: 0
    }

    100% {
        top: 110px
    }
}

@keyframes scan {
    0% {
        top: 0
    }

    100% {
        top: 110px
    }
}

.qrcode span {
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center
}
	.game-images img{
		height: 100%;
		width: auto;
		max-width: 100%
	}
	.detail-game img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
	}
	.detail-game .nav-link.active{
		background: #ff491d;
	}
	.detail-game .nav .nav-item{
		text-align: center;
		background: #ebebeb;
	-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.detail-game .sticky-top{
		top: 80px;
	}
	.deltail-images{
		padding: 5px;
		background: #ebebeb;
		border-radius: 5px;
	}
	.game-detail .game-image img{
		padding: 0 2px;
		border-radius: 5px;
		width: 100%;
		height: 168px;
    	object-fit: cover;
	}
.table-download tr:nth-child(2n){
	background: #f6f6f6;
}
.table-download tr:not(:first-child):hover{
	background: rgba(0, 0, 0, .075);
}
.table-download .col-shadow{
	box-shadow: -5px 0px 25px -10px #ccc;
}
.table-download .device-name{
	position: relative;
}
.table-download .device-name::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #28a745 transparent transparent transparent;
}
.table-download .device-name.bg-warning::after{
	border-color: #ffc107 transparent transparent transparent;
}
.platform-name img{
	max-width: 38px;
	margin-right: 5px;
}
.btn-download{
	width: 155px;
}
.btn-download:not(:first-child){
	margin-top: 15px;
}
.btn-download a{
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: -1px -1px;
}
.btn-download.tu a{
	background-image: url('../images/base-url.png');
}
.btn-download.td a{
	background-image: url('../images/base-download.png');
}
.btn-download.p2 a{
	background-image: url('../images/base-android.png');
}
.btn-download.p3 a{
	background-image: url('../images/base-ios.png');
}
.btn-download.pos2 a{background-position: -189px -1px;}
.btn-download.pos3 a{background-position: -377px -1px;}

.btn-download.pos4 a{background-position: -1px -67px;}
.btn-download.pos5 a{background-position: -189px -67px;}
.btn-download.pos6 a{background-position: -377px -67px;}

.btn-download.pos7 a{background-position: -1px -134px;}
.btn-download.pos8 a{background-position: -189px -134px;}
.btn-download.pos9 a{background-position: -377px -134px;}

.btn-download.pos10 a{background-position: -1px -202px;}
.btn-download.pos11 a{background-position: -189px -202px;}
.btn-download.pos12 a{background-position: -377px -202px;}

.btn-download.pos13 a{background-position: -1px -269px;}
.btn-download.pos14 a{background-position: -189px -269px;}
.btn-download.pos15 a{background-position: -377px -269px;}

.btn-download span{
	display: block;
	font-size: 11px;
	padding: 0 5px;
	text-align: center;
}
.copybtn{
	font-size: 11px;
	background: #7b71f1;
	padding: 2px 3px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.cdk-list .time-limit{
	font-size: 11px;
}
.copyb{
	position: relative;
}
.copyb.copied{
	color: #FF5053
}
.action_success{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	padding: 8px;
}
.copied .action_success{
	color: #fff	
}
.game-guide .nav .nav-item .nav-link{padding: 10px 0;}
.game-guide .nav .nav-item .nav-link>span{
	position: relative;
	padding-left: 30px;
}
.game-guide .nav .nav-item .nav-link>span::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: var(--ico);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: -8px;
	margin-top: -15px;
}
.tab-content .sticky-top{
	top: 116px;
}
.tab-content .sticky-top.guideappmenu{
	top: 180px;	
}
body:not(.mobile) .sticky-top.guidegame,body:not(.mobile)  .sticky-top.guideappmenu{
	margin-left:-68px !important
}
.menu-post .menu-ico{
	padding: 8px;
	width: 50px;
	margin-bottom: 15px;
    text-align: center;
    background: #24aeff;
    color: #fff;
	cursor: pointer;
}
.menu-post .menu-list{
	position: absolute;
	width: 100%;
    min-width: 500px;
    background: #dfdfdf;
    top: 100%;
    left: 0;
    line-height: 25px;
    padding: 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 5px 8px 8px #adadad;
	display: none;
}
.menu-post .menu-list.show{display: block}
.menu-post .menu-list .sub3{padding-left: 25px;}
.menu-post .menu-list .sub4{padding-left: 35px;}
.menu-post .menu-list .sub5{padding-left: 45px;}
.menu-post .menu-list .sub6{padding-left: 55px;}
.news-sidebar{
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}
.news-sidebar .info{
	padding: 10px;
}
.news-sidebar .info h3{
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
.news-item{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.news-item .meta{
	padding: 10px;
}
.news-item .meta h3{
	font-size: 15px;
	font-weight: bold;
}
.news-item .meta .brief{
	color: #646464;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
		   line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cdk-bound img{max-width: 100%}
.newsside{
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.newsside>a{
	display: flex;
	box-sizing: border-box;
	flex: 1;
	flex-shrink: 0;
}
.newsside img{
	max-width: 138px;
	display: block;
    object-fit: cover;
}
.newsside .info{
	padding: 8px;
}
.newsside .info h6{
	font-size: 15px;
    font-weight: 700;
}
.newsside .info span{
	color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.game-tiny{
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    width: 0;
    width: 100%;
    cursor: pointer;
    align-items: center;
    flex: 1;
    flex-shrink: 0;
    justify-content: center;
	background-color: #e9ecef;
	border-radius: 5px;
}
.game-tiny .icon img{
	max-width: 80px;
	border-radius: 5px;
}
.game-tiny .info{
	margin: 0 15px;
}
.game-tiny .info h4{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.game-tiny .info span{
	font-weight: normal;
	font-size: 12px;
}
.game-server {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.game-server .info {
    position: relative;
    padding: 5px
}

.game-server .info .meta {
    position: relative;
    margin-top: -38px;
    overflow: hidden
}

.game-server .info .meta .icon {
    float: left;
    margin-right: 5px;
}

.game-server .info img {
    width: 68px;
    height: 68px;
    border-radius: 68px;
	border: 3px solid #fff;
}
.game-server .platform-btn{
    margin-top: 38px
}
.game-server .platform-btn>a {
    padding: 3px 10px;
    font-size: 12px;
    margin-right: 5px
}

.game-server .info h2 {
    font-size: 16px;
    font-weight: 700
}

.game-server .platform-btn>a>i {
    font-size: 12px;
    margin-right: 3px
}

.game-server .info h2 {
    margin-top: 10px
}
.news-detail h1{
	font-size: 30px;
    font-weight: 800;
    line-height: 110%;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 8px;
}
.news-detail h1 a{
	color: #000;
}
.news-detail .description{
	font-size: 16px;
	color: #444;
	line-height: 1.8;
}
.news-detail .basegame{
	padding: 2px 5px;
	margin-bottom: 15px;
	
}
.news-detail .basegame a{
	color: #898989;
	font-size: 12px;
}
.news-detail img{max-width: 100%;}
.news-detail ul{
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.news-detail .description ul li{
	list-style-type: disc;
}
.news-quote{
	border-left: 0;
    padding: 16px;
    margin: 15px 0;
    background: rgb(255 235 231 / 50%);
    border-radius: 10px;
    overflow: hidden;
	position: relative;
}
.news-quote::before {
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 4px;
    position: absolute;
    background: #e85f3e;
}
.back-to-top {
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 68px;
    right: -68px;
    border-radius: 2px;
    background-color: #a2a5b2;
    color: #fff;
    line-height: 35px;
    transition: .3s ease-out .2s;
    cursor: pointer;
	    font-size: 20px;
    text-align: center;
}