@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	overflow-x:hidden;
	border: 0px;
	color:#383838;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 24px;
    height: 100%;
}
a, a:active, a:visited, a:hover, a:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;/*color:#000000;*/
}
a:hover {
	color:#ffffff;
}
.selectType, .selectType:active, .selectType:visited, .selectType:hover{
	color:#fdd000;
}
.unselectType, .unselectType:active, .unselectType:visited {
	color:#ffffff;
}
.unselectType.game-subtitle{
    font-size: 1.8rem;
    text-align: center;
    padding: 3px 5px 3px 13px;
}
.unselectType.game-subtitle.gamepage{
    padding: 3px 5px 3px 3px;
}
.unselectType.game-subtitle:hover {
    background: none;
}
.unselectType:hover{
    color: #fdd000 !important; 
}
.language{
	border:1px #FFF solid;
	border-radius:4px;
	padding:0 3px;
	font-size:20px;
}
.dropdown-toggle:focus {
	outline:0;
	color:#ffffff;
}
.color_blank {
	color:#000000;
}
.color_blank:hover {
	color:#000000;
}
.color_red {
	color:#428bca;
}
.color_red:hover {
	color:#428bca;
}
.font_bord {
	font-weight:600;
}
.back-to-top-btn {
    position: fixed;
    bottom: 17vh;
    right: 12px;
    z-index: 10;
}
.back-to-top-img{
    width: 7rem;
}
#header {
	position:absolute;
	top:0px;
	z-index:99
}
.video-hover-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    bottom: 50%;
}
.video-hover-image img{
    width: 35vw;
}
.game-card-container{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, auto);
    padding-left: 14vw;
    padding-right: 14vw;
    /* margin-bottom: 10vh; */
    margin-top: 10vh;
    height: 1040px;
}
.game-card-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    margin-bottom: 2vh;
}

#aboutMoreArea {
    width:100%;
    height:100%;
    background-color: #eaeef1;
}
#aboutMoreContent{
    width:100%;
    height:100%;
    margin:0;
    border-radius:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2.3em;
    box-shadow:'0 0px 0px #ccc';
    letter-spacing: 2px;
    font-weight: 600;
    color: #545454;
    transition: transform 0.3s ease-in-out;
    /* background: linear-gradient(to top,  #84bd0b 50%, #84bd0b,#545454, #545454 50%);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

#aboutMoreContent:hover{
    color: #84bd0b;
    transform: scale(1.1);
    /* background-position: 0% 100%;
    animation: gradientMove 0s ease-in-out forwards; */
}


.visible-mobile{
    display: inline-block !important;
}
.visible-desktop{
    display: none !important;
}
@media (hover: hover) {
    .visible-mobile{
        display: none !important;
    }
    .visible-desktop{
        display: inline-block !important;
    }
}
.game-card-content {
    background-color: #eaeef1;
    width: 100%;
    position: relative;
    height: 246px;
    top: 192px;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}
.game-card-content>img {
    width: 261px;
    position: absolute;
    height: auto;
    top: -44px;
    left: 50%;
    margin-left: -130px;
}
.game-card-content div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.game-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 310px;
    height: 370px;
    transition: transform 0.3s;
    position: relative;
    flex-shrink: 0;
    margin:0 0.6vw;
    /* margin-bottom: 2vh; */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/* .game-card-content:hover{
    transform: translateY(-168px);
} */
.game-card-overlay{
    position: absolute;
    width: 590px;
    height: 693px;
    left: 0.1%;
    top: -4px;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    border-radius: 2.8rem;
    transition: background-color 0.4s ease;
}
.game-card-overlay.slow-emerge{
    background-color: rgba(0,0,0,0.15);
    transition: background-color 0.4s ease;
}
/* .game-card:hover {
    cursor: pointer;
    transform: scale(1.08, 1.08);
    transition: transform 0.3s;
} */
/* .game-card-blur {
    filter: blur(5px);
} */
.game-card p{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    /* line-height: 3rem; */
    color: black;
}
.game-card-bg-img {
    position: absolute;
    z-index: -5;
    width: 310px;
}

.detail-btn {
    text-decoration: none;
    color: white;
    background: #84bd0b;
    font-size: 1.5rem;
    width: 13rem;
    height: 4rem;
    text-align: center;
    border-radius: 4rem;
    margin: 0 0 2rem 0;
    letter-spacing: 1px;
    padding-top: 0.8rem;
    z-index: 1;
    transition: transform 0.3s, z-index 0.1s;
}
.detail-btn:hover {
    color: white;
    background-color: #5bb027;
    transform: scale(1.05, 1.05);
    transition: transform 0.3s;
}
.detail-btn.go-forward {
    z-index: 5;
    transition: z-index 0.7s;
}
.banner-container {
    overflow:hidden;
	position:relative;
	height: 46vw;
}
.game-logo-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 180px;
}
.game-logo-icon-container img{
    height: 120px;
    display: inline-block;
    position: relative;
    scale: 1.6;
    transition: left 0.05s ease;
}
.game-logo-icon-container img:nth-child(1){
    width: 120px;
    margin-right: 0px;
    left: -140px;
}
.game-logo-icon-container img:nth-child(2){
    width: 220px;
    margin-left: 70px;
    left: 200px;
}
#game-intro-placeholder{
    font-size: 7rem;
    line-height: 9rem;
    font-weight: 700;
    text-align: center;
    width: 100vw;
    margin: 100px 0 0 0;
}
#game-intro-placeholder.monster-intro-placeholder{
    width: 100vw;
    margin: 100px 0 0 0;
}
/* jelly */
#game-intro-placeholder #jelly-special-char{
    color: #a147b5;
}
#game-intro-placeholder .jelly-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .jelly-intro-text.highlight{
    color: #a147b5;
    transition: color 0s ease-in;
}

/* chocolate */
#game-intro-placeholder #chocolate-special-char{
    color: #1a7cc8;
}
#game-intro-placeholder .chocolate-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .chocolate-intro-text.highlight{
    color: #1a7cc8;
    transition: color 0s ease-in;
}

/* candy */
#game-intro-placeholder #candy-special-char{
    color: #fed802;
}
#game-intro-placeholder .candy-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .candy-intro-text.highlight{
    color: #fed802;
    transition: color 0s ease-in;
}

/* cookie */
#cookie-game-root-en .game-logo-icon-container img:nth-child(2){
    height: 125px;
    width: 155px;
}
#game-intro-placeholder #cookie-special-char{
    color: #65ccfc;
}
#game-intro-placeholder .cookie-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .cookie-intro-text.highlight{
    color: #65ccfc;
    transition: color 0s ease-in;
}

/* cupcake */
#game-intro-placeholder #cupcake-special-char{
    color: #5eaeee;
}
#game-intro-placeholder .cupcake-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .cupcake-intro-text.highlight{
    color: #5eaeee;
    transition: color 0s ease-in;
}

/* monster */
#game-intro-placeholder #monster-special-char{
    color: #755ced;
}
#game-intro-placeholder .monster-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .monster-intro-text.highlight{
    color: #755ced;
    transition: color 0s ease-in;
}
.download-container{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.game-page-download-figure {
    text-align: end;
    margin-right: 70px;
}
.game-page-download-figure:nth-child(3) {
    margin-right: 0;
}
.game-page-download-figure img {
    height: 50px;
}
.download-container-2-btn .game-page-download-figure:nth-child(1) {
    margin-right: 35px;
}
.download-container-2-btn .game-page-download-figure:nth-child(2) {
    margin-left: 35px;
    margin-right: 0;
}
.slide-show-card {
    height: 58.5vw;
    overflow: hidden;
    position: relative;
}
.slide-show-card.monster {
    height: 50vw;
    margin-top: 9vw;
}
.slide-show-card.monster .carousel-indicators {
    top: 40vw;
}
.slide-show-card.cupcake .carousel-indicators {
    top: 45vw;
}
.slide-show {
    position: relative;
    width: 100vw;
    height: 58.5vw;
}
.slide-show img{
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: 100%;
    z-index: -5;
    position: relative;
}
.carousel-indicators{
    top: 48vw;
}
.carousel-indicators .active{
    background-color: #f7b77c;
    border: 1px solid #f7b77c;
    width: 14px;
    height: 14px;
    margin-right: 25px;
    margin-top: 0;
}
.carousel-indicators li{
    background-color: white;
    width: 12px;
    height: 12px;
    margin-right: 25px;
}
.slide-show-text-container{
    position: relative;
    left: 62vw;
    top: -42vw;
    font-size: 3.5rem;
    line-height: 5rem;
    width: 27vw;
}
.slide-show-text-container.jelly{
    color: #4a5086;
}
.slide-show-text-container.chocolate{
    color: white;
    top: -29vw;
}
.slide-show-text-container.chocolate.slide-2{
    color: #1a7cc8;
}
.slide-show-text-container.monster {
    color: white;
}
.slide-show-text-container.monster.single-intro {
    top: -30vw;
}
.slide-show-text-container.monster.single-intro.slide-0 {
    top: -28vw;
}
.slide-show-text-container.monster.double-intro {
    top: -35vw;
    width: 32vw;
    left: 60vw;
}
.slide-show-text-container.candy {
    color: white;
    top: -29vw;
}
.slide-show-text-container.cookie {
    color: white;
    top: -29vw;
}
.slide-show-text-container.cupcake {
    top: -27vw;
}
.slide-show-text{
    margin-bottom: 50px;
}
.slide-show-text h5{
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.player-reviews-card{
    text-align: center;
    width: 100vw;
    margin: -2.7vw 0 90px 0;
}
.player-reviews-container{
    font-size: 2rem;
    padding: 0 2vw;
}
.player-reviews-card h2 {
    font-weight: 700;
    font-size: 3.8rem;
    margin: 0 0 40px 0;
    color: #a147b5;
}
.player-reviews-card.candy{
    margin-top: 0px;
}
.player-reviews-card.jelly h2 {
    color: #a147b5;
}
.player-reviews-card.chocolate h2 {
    color: #3499d9;
}
.player-reviews-card.monster h2 {
    color: #755ced;
}
.player-reviews-card.candy h2 {
    color: #fed802;
}
.player-reviews-card.cookie h2 {
    color: #65ccfc;
}
.player-reviews-card.cupcake h2 {
    color: #5eaeee;
}
#player-review-title {
    transition: scale 0.3s linear;
}
.hotline{
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 30px;
}

.contact img{
	width:100%;
    display:block;
}
.position_initial {
	position:initial;
}
.position_rela {
	position:relative;
}
.banner-container .responsive-item {
	width:100%;
	vertical-align:middle
}
.banner-container .banner-content {
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	position:absolute;
	top:50%;
	color:#fff;
	width:100%;
	margin-top:30px
}
.banner-container .banner-content h3 {
	text-align:center;
	display:inline-block;
	padding:0 20px;
	position:relative;
	top:50%;
	width:100%;
	font-size:45px;
	
		font-family: Verdana, Geneva, sans-serif; 
	font-weight:bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
#intro-text-placeholder div {
    margin:3px;
	font-size:4.5em;
	font-weight:700;
    line-height: 8rem;
	color: #434343;
}
#intro-text-placeholder .homepage-special-text {
    color: #6eb92b;
}
#intro-text-placeholder .homepage-intro-text{
    transition: color 1s ease-in;
}
#intro-text-placeholder .homepage-intro-text.highlight {
    color: #6eb92b;
    transition: color 0s ease-in;
}
.connect-container {
	width:100%;
	text-align:center;
	padding: 0;
    margin: 11rem 0 50px 0;
}
.connect-container p {
	margin:3px;
	font-size:2.5em;
	font-weight:700;
    line-height: 4.4rem;
	color: #434343;
}
.button-connect {
	border-radius:25px;
	padding:10px 15px;
	font-weight:600;
	font-size:1.8em;
	font-family: Verdana, Geneva, sans-serif;  
	text-align:center;
	text-decoration:none!important;
	
	color:white;
    background-color: #fdd000;
	display:inline-block;
	margin:50px 0 0 10px;
    width: 170px;
    scale: 1.0;
    transition: scale 0.2s ease-in-out;
}
.button-connect:hover {
	background-color:#fdc200;
    scale: 1.1;
    transition: scale 0.2s ease-in-out;
}
.button-yellow {
	border-radius:8px;
	border:2px solid #6eb92b;
	padding:5px 10px;	
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	/* 	background-color:#ffffff; */
	text-decoration:none!important;
	color:#6eb92b;
	display:inline-block;
	margin:5px 0px 8px;
}
.button-yellow:hover {
	border:2px solid #fddc3f;
	color:#fddc3f;
}
.button-about-game {
	border-radius:6px;
	border:2px solid #fddc3f;
	padding:5px 5px;
	font-weight:500;
	font-size:1em;
	text-align:center;
	/* 	background-color:#ffffff; */
	text-decoration:none!important;
	color:#fddc3f;
	display:inline-block;
	margin:5px 0 10px;
}
.button-about-game:hover {
	border:2px solid #6eb92b;
	color:#6eb92b;
}
.row {
	margin-left:0px;
	margin-right:0px;
}
.index_desc_panel {
	position:absolute;
	top:35%;
	width:80%;
	line-height:18px;
	height:128px;
	overflow: hidden;
	/* 	overflow: hidden; */
/* 	text-overflow:clip; */
	left:10%;
	z-index:99;
}
#index_desc_label {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size:1em;
	color:#6eb92b;
	line-height:18px;

}
.index_more {
	position:absolute;
	bottom:20%;
	right:10%;
	width:35px;
}
#index_desc_more {
	border-radius:4px;
	border:2px solid #6eb92b;
	background-color:#6eb92b;
	display:inline;
	padding:0px 5px 0px 5px;
	color:#fdd000;
}
.desc-title {
	padding-top:60px;
	width:100%;
	text-align:center;
	font-size:4em;
	font-weight:900;
	color:#6eb92b;
	padding-bottom:60px;
}
.news-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3vh;
    height: auto;
    width: 90%;
}
.news-title-figure {
    transition: transform 0.3s;
}
.news-title-figure:hover {
    transform: scale(1.1, 1.1);
    transition: transform 0.3s;
}
.news-title-container {
    /* grid-column: 1 / 3; */
    grid-row: 1;
}
.news-date {
    grid-column: 2;
    grid-row: 1;
    font-size: 2.7rem;
    font-weight: 600;
    margin-top: 5px;
    color: #6b6b6b;
    text-align: right;
}

.news-title-container h5 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.3rem;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.news-card {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    grid-template-rows: 1fr;
    border: 1px solid #787878;
    margin-top: 5vh;
    padding: 2rem 2rem 2rem 2rem;
    transition: transform 0.3s;
    height: 355px;
    width: 95%;
}
.news-card:hover {
    box-shadow: 2px 10px 30px #858585;
    cursor: pointer;
    transform: scale(1.05, 1.05);
    transition: transform 0.3s;
}
.news-preview-figure {
    grid-column: 1;
}
.news-card-preview-img {
    height: 100%;
}
.news-card-date-container {
    grid-column: 1;
    grid-row: 2;
    font-size: 2rem;
    position: relative;
}
.news-card-date-container p {
    color: #807e7e;
}
.news-card-info-container {
    display: grid;
    grid-column: 2;
    grid-template-columns: 6.7fr 1fr;
    grid-template-rows: 40px 40px 130px;
    position: relative;
}
.news-page section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
}
.horizontal-line.news-line {
    border-top: 1.5px solid #949494 !important;
    margin-top: 2.2rem;
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 2;
}
.news-page {
    background-color: #F7F7F7;
}
.news-summary{
    font-size: 2.6rem;
    line-height: 3.5rem;
    color: #696969;
    margin-top: 50px;
    text-align: justify;
}
.news-more-info-btn {
    background-color: #757575;
    border: none;
}
.news-bottom-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    grid-column: 1;
    grid-row: 4;
}
.news-more-info-img {
    width: 8.5rem;
}
.hide-xs { 
    display: block;
}
.show-xs {
    display: none;
}
.news-link {
    position: absolute;
    bottom: -15px;
    right: -15px;
}
.news-card-pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 3vh;
    margin-bottom: 5vh;
}
.page-btn {
    background: #F7F7F7;
    border: 1px solid gray;
    font-size: 2.3rem;
    width: 110px;
    height: 55px;
    margin-left: 1vw;
    transition: transform 0.3s;
    padding: 0;
}
.pagination-btn {
    width: 60px;
    height: 56px;
    margin-left: 1vw;
    border: none;
    border-radius: 20px;
    background-color: #d6d6d6;
    font-size: 2.5rem;
    transition: transform 0.3s;
    padding: 0;
}
.pagination-btn:hover, .pagination-btn.selected, .page-btn:hover {
    background-color: #6CB131;
    color: white;
    transform: scale(1.1, 1.1);
    transition: transform 0.3s;
}
.page-btn:disabled:hover {
    background-color: #F7F7F7;
    color: black;
    transform: scale(1, 1);
}
.more_about_panel {
	position:absolute;
	bottom:35%;
	width:100%;
	margin:0 auto;
	padding-left:5%;
	text-align:center;
	font-size:0.9em;
	left:0%;
	z-index:99;
}
.connet_us_panel {
	position:absolute;
	bottom:3%;
	width:100%;
	margin:0 auto;
	padding-left:8%;
	/* 	text-align:center; */
	text-align:left;
	font-size:1em;
	left:0%;
	z-index:99;
}
.connet_us_panel p {
	line-height:12px;
}
.connet_us_title {
	padding-bottom:6px;
	line-height:7px;
	margin-bottom:12px;
	font-weight:800;
	font-size:1.2em;
}
/* .jelly_icon */
/* { */
/* 	position:absolute; */
/* 	top:40%; */
/* 	left:25%; */
/* 	width:20%; */
/* } */
/* .jelly_and_download */
/* { */
/* 	position:absolute; */
/* 	top:50%; */
/* 	left:46%; */
/* 	width:28%; */
/* } */
/* .jelly_ios_download */
/* { */
/* 	position:absolute; */
/* 	top:41%; */
/* 	left:46%; */
/* 	width:28%; */
/* } */
.jelly_icon {
	position:absolute;
	top:40%;
	left:22%;
	width:20%;
}
.jelly_ma {
	position:absolute;
	top:45%;
	left:43%;
	width:15%;
}
.jelly_download_label {
	position:absolute;
	top:41%;
	left:44%;
	width:20%;
}
.jelly_and_download {
	position:absolute;
	top:41%;
	left:45%;
	width:28%;
}
.jelly_ios_download {
	position:absolute;
	top:51%;
	left:45%;
	width:28%;
}
.aboutgame_panel {
	position:absolute;
	top:75%;
	width:100%;
	/* 	margin:0 auto; */
	text-align:center;
	left:0%;
	z-index:99;
}

.joinus_fuli_panel {
	padding-top:50px;
	padding-bottom:20px;
}
.joinus_fuli_container {
	width:70%;
	margin-left:15%;
	text-align:center;
	padding-bottom:60px;
}
.joinus_fuli_icon {
	padding-top:40px;
	width:50%;
	max-width:150px;
}
.joinus_fuli_title {
	font-weight:900;
	font-size:1.4em;
	margin-top:10px;
	margin-bottom:5px;
	color:#7d7d7d;
}
.joinus_fuli_content {
	color:#7d7d7d;
	padding-bottom:40px;
	font-size:1em;
	margin-left:5px;
	margin-right:5px;
}
.joinus_fuli_content p {
	margin:0px;
	line-height:15px;
}
.joinus_fuli_head {
	text-align:center;
	font-weight:900;
	font-size:2.8em;
	padding-top:20px;
	color:#7d7d7d;
	line-height:35px;
}
.joinus_fuli_head_c {
	text-align:center;
	font-weight:400;
	font-size:2em;
	color:#7d7d7d;
	line-height:35px;
}
.joinus_fuli_head_c2 {
	text-align:center;
	font-weight:400;
	font-size:1.25em;
	color:#7d7d7d;
	line-height:35px;
}
.joinus_sweet2_panel {
	position:absolute;
	width:100%;
	top:30%;
	margin:0 auto;
}
.joinus_sweet2_panel_s {
	position:relative;
	width:90%;
	padding-top:8em;
	padding-bottom:8em;
	margin:0 auto;
	text-align:center;
}
.joinus_sweet2_content {
	position:absolute;
	width:90%;
	margin-left:5%;
	bottom:30%;
	font-size:1.4em;
	text-align:center;
	line-height:32px;
}
.joinus_sweet2_title1 {
	width:100%;
	text-align:center;
	font-weight:900;
	font-size:2em;
	color:#6eb92b;
	padding:0px;
	line-height:28px;
}
.joinus_sweet2_label1 {
	width:100%;
	text-align:center;
	font-weight:900;
	font-size:1.8em;
	padding:0px;
	line-height:18px;
}
.joinus_sweet2_title2 {
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:1.3em;
	color:#6eb92b;
	padding:0px;
	line-height:1px;
	padding-bottom:10px;
}
.joinus_sweet2_label2 {
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:1.1em;
	padding:0px;
	line-height:1px;
}
.joinus_job_container {
	padding-top:20px;
	width:100%;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
}
.joinus_job_title_panel {
	padding-top:60px;
	padding-bottom:20px;
}
.joinus_sweet2_panel2 {
	position:absolute;
	width:100%;
	top:46%;
	color:#fdd000;
	text-align:center;
}
.job_list {
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-radius:0.5em;
	text-align:left;
	margin:10px;
	padding:10px;
}
.job_list_title {
	text-align:center;
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:20px;
	font-weight:700;
}
.game_video {
	width:100%;/* 	padding-right:40px; */
}
.job_list_content {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	line-height:1.8em;
}
.color_green {
	border-radius:6px;
	border:2px solid #6eb92b;
	background-color:#6eb92b;
	color:#ffffff;
}
.news-container, .about-container, .game-container {
	background-color:#ffffff;
	width:100%;
	/* 	max-width:1600; */
	text-align:left;
	padding-left:5%;
	padding-right:5%;
}
.game-container {
	background-color:#eeeeee;
}
.news_title_panel {
	background-color:#eeeeee;
}
.newsbg_1 {
	background-color:#e5e5e5;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.2em;
}
.newsbg_2 {
	background-color:#eeeeee;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.2em;
}
.news_icon {
	width:100%;
	padding:20px;
}
.news_title {
	position:absolute;
	top:25%;
	left:43%;
	width:50%;
	font-size:1.2em;
	font-weight:700;
	line-height:20px;
}
.news_title_link, .news_title_link:active, .news_title_link:visited, .news_title_link:hover {
	color:#383838;
}
.news_line {
	position:absolute;
	top:37%;
	left:43%;
	width:50%;
	height:1px;
	border:none;
	border-top:1px solid #555555;
}
.news_content {
	position:absolute;
	top:56%;
	left:43%;
	width:50%;
	line-height:18px;
}
.news_date {
	position:absolute;
	padding-bottom:0px;
	margin-bottom:0px;
	top:33%;
	right:7%;
	font-size:0.8em;
}
.news_more {
	position:absolute;
	padding-bottom:0px;
	margin-bottom:0px;
	bottom:10%;
	line-height:12px;
	padding:3px;
	right:7%;
	background-color:#6eb92b;
	color:#ffffff;
	border-radius:2px;
	border:2px solid #6eb92b;
}
.news_detail_link {
	line-height:12px;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
	right:7%;
	background-color:#6eb92b;
	color:#ffffff;
	border-radius:2px;
	border:2px solid #6eb92b;
	text-align:center;
}
.news_more:hover {
	color:#ffffff;
}
.news-detail-container {
	width:90%;
	max-width:900px;
	text-align:center;
	margin:0 auto;
	background-color:#ffffff;
	padding-top:40px;
	height:100%;
	

}
.news_detail_img {
	width:100%;
	max-width:600px;/* 	text-align:left; */
}
.news_detail_head {
	background-color:#ffffff;
	text-align:justify;
	/* 	width:90%; */
/* 	max-width:800px; */
	font-size:2.5em;
	padding-top:40px;
	padding-bottom:15px;
	font-weight:700;
	line-height:40px;
	margin:0px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
}
.news_detail_content {
	background-color:#ffffff;
	/* 	width:90%; */
/* 	max-width:800px; */
	text-align:justify;
	margin:0px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:55px;
	font-weight:400;
}
.other_detail_content {
	background-color:#ffffff;
	/* 	width:90%; */
/* 	max-width:800px; */
	text-align:justify;
	margin:0px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:55px;
	padding-top:55px;
	font-weight:400;
	color:#7d7d7d;
}
.news_detail_head2 {
	background-color:#ffffff;
	text-align:justify;
	/* 	width:90%; */
/* 	max-width:800px; */
	font-size:1.5em;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	line-height:40px;
	margin:0px;/* 	padding-left:50px; */
/* 	padding-right:50px; */
}
.news_date_sl {
	position:relative;
	width:90%;
	background-color:#dcdcdc;
	margin-left:5%;
	margin-bottom:20px;
	color:#ffffff;
}
.news_date_day_f {
	padding-left:2%;
	padding-top:8px;
	padding-bottom:8px;
	font-size:1.1em;
}
.news_date_day {
	padding-left:2%;
	margin-top:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:1.1em;
}
.news_date_year {
	position:absolute;
	top:8px;
	right:5%;
	font-size:1.1em;
}
.gamesbg_1 {
	width:100%;
	background-color:#eeeeee;
}
.gamesbg_2 {
	width:100%;
	background: url(../images/game_monsterBG.jpg) center no-repeat;
	height:100%;
}
.gamesbg_3{
	width:100%;
	background: url(../images/game_jellyBG.jpg) center no-repeat;
	height:100%;
	}
.game_jelly_desc {
	position:absolute;
	top:28%;
	left:55%;
	width:35%;
	text-align:justify;
	line-height:28px;
	font-size:1.3em;/* 	padding-top:40px; */
/* 	padding-bottom:20px; */
/* 	padding-left:40px; */
/* 	padding-right:40px; */
}
.games_download_bg {
	position:absolute;
	bottom:24%;
	width:30%;
	right:15%;
	/* 	background-color:#ffffff; */
	padding:2px;
	margin-bottom:10px;
}
.game_ma {
	width:90%;
	padding-top:4%;
	padding-left:7%;
}
.games_download_icon {
	padding-top:3px;
}
.games_download_channel1 {
	padding-left:5%;
	padding-top:4px;
}
.games_download_channel2 {
	padding-left:5%;
	padding-top:2px;
}
.player-comment-container {
	text-align:center;
	line-height:20px;
}
.player_comment_title {
	font-size:2.5em;
	padding-top:50px;
	padding-bottom:35px;
	padding-right:15px;
	font-weight:700;
	color:#707070;
}
.player_comment_content {
	font-size:1.4em;
	padding-left:15px;
	padding-right:15px;
}
.game_show_text{
	top:20%;
	left:8%;}
	.game_show_text1{
	top:27%;
	left:5%;}
.game_show_title {
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	font-size:2em;
	padding-top:30px;
	padding-bottom:12px;
	font-weight:600;
	color:#fff;
}
.game_show_title1{color:#40489e;}
.game_show_content1 {
	text-align:left;
	color:#faeecc;
	font-size:1.4em;
	padding-left:30px;
	padding-right:80px;
	line-height:30px;}
.game_show_content2{
	color:#6e6e6e;}

.game_turn {
	position:absolute;
	left:47.3%;
	top:46%;
	width: 6%;
	z-index:1;
}
.game_turn_on {
	position:absolute;
	left:47%;
	top:47%;
	width:6%;
	z-index:2;
}
.game_show_panel {
	position:absolute;
	font-size:1.2em;
	left:10%;
	bottom:15%;
}
.game_kefu {
	font-weight:600;
}
.player_comment_panel_s {
	position:absolute;
	width:57%;
	text-align:right;
	left:44%;
	bottom:5%;
	line-height:18px;
}
.index_download_bg {
	position:relative;
	width:90%;
	margin-left:5%;
	margin-top:70px;
	margin-bottom:150px;
}
.about_his_panel {
	position:relative;
	background-color:#eeeeee;
	width:100%;
	padding-bottom:30px;
}
.about_his_time {
	position:absolute;
	left:15%;
	bottom:1%;
	height:30%;
	max-height:320px;
}
.about_his_time_p {
	text-align:center;
}
.align_center {
	text-align:center;
}
.about_his_time2 {
	position:absolute;
	right:15%;
	bottom:1%;
	height:95%;
}
.about_his_icon {
	width:74%;
}
.about_his_icon2 {
	padding-top:20px;
}
.about_his_short {
	width:80%;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:15px;
	color:#434343;
	font-size:1.2em;
	z-index:1;
	/* text-align:justify; */
	margin:0 auto;
	max-width:1100px;
	margin-bottom:35px;
	
}
.about_his_panel2 {
	padding-top:50px;
	padding-bottom:50px;
	
	/* 	padding-right:10px; */
/* 	padding-left:10px; */
	font-size:1.3em;/* 	text-align:center; */
}
.about_his_title {
	padding-top:20px;
	font-weight:600;
	margin-bottom:0px;
}
.about_his_content {
	padding-top:5px;
	text-align:justify;
	margin-bottom:0px;
}
.about_his_time_xl {
	max-width:70px;
	padding-top:30px;
}
.about_his_time_x2 {
	position:absolute;
	right:0%;
	width:20%;
	bottom:0px;
	max-width:70px;
}
.about_his_time_x3 {
	position:absolute;
	left:0%;
	width:20%;
	top:0px;
	max-width:70px;
	padding-top:15px;
}
.travel_pos {
	position:absolute;
	left:34%;
	width:32%;
	bottom:30%;
	z-index:10;
}
.travel_pos2 {
	position:absolute;
	left:42%;
	width:16%;
	bottom:40%;
	z-index:10;
}
.rarr_style {
	font-size:20px;
	vertical-align:middle;
}
.col-sm-4, .col-sm-6, .col-xs-6, .col-xs-3, .col-xs-4, .col-xs-5, .col-sm-8, .col-sm-4, .container-fluid, .col-sm-12, .col-sm-5 {
	padding:0px;
	margin:0px;
}
.widthfull {
	width:100%;
}
.connect-label {
	font-size:1.4em;
}
.align_left {
	text-align:left;
}
.index_road_img {
	width:70%;
	max-width:350px;
}
.game_video {
	width:100%;
    height: 100%;
    object-fit: cover;
}
.help_label {
	border-radius:9px;
	border:2px solid #fdd000;/* size:20; */
}
.help_area {
	border-radius:9px;
	border:2px solid #fdd000;
}
.fullshade {
	background-color:#000000;
	left:0;
	opacity:0.5;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}
.dropdown-menu {
	top:97%;
	background-color:rgba(27, 27, 27, .5);
}
.dropdown-menu>li>a {
	color:#fff;
}
.dropdown-menu>li {
	padding-left:7px;
}


select::-ms-expand { display: none; }



.joinus_zhaopin_container {
	width:80%;
	margin-left:10%;
	text-align:left;
	padding-bottom:10px;
}
.xiaozhao_title {
	margin-top:6em;
	margin-bottom:8em;
}
.xiaozhao_title img {
	width:60%;
	margin-left:20%;
	

/* 	top:50%; */
/* 	left:50%; */
/* 	width:0.1px; */
/* 	animation:xiaozhaoani 5s; */
/* 	-moz-animation:xiaozhaoani 5s; Firefox */
/* 	-webkit-animation:xiaozhaoani 5s; Safari and Chrome */
/* 	-o-animation:xiaozhaoani 5s; Opera */
/* 	animation-fill-mode:forwards; */
}




.title_bg3 {
	width:100%;
	min-height:100px;
}
.title_bg3_label {
	position:absolute;
	width:100%;
	text-align:center;
	top:60%;
	left:0px;
	font-size:2em;
	color:#ffffff;
}
@keyframes xiaozhaoani {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
 @-moz-keyframes xiaozhaoani /* Firefox */ {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
 @-webkit-keyframes xiaozhaoani /* Safari and Chrome */ {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
 @-o-keyframes xiaozhaoani /* Opera */ {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
.apply_button {
	border-radius:20px;
	background-color:#fdd000;
	text-align:center;
	width:180px;
	height:40px;
	line-height:40px;   
	margin:auto;
	vertical-align:middle;	
	font-size:1.25em;
}
.apply_button:hover {
	background-color:#f8c600;
}

.resume_button {
	border-radius:30px;
	background-color:#6eb92b;
	text-align:center;
	margin:auto;
	margin-left:75%;
	margin-bottom:45px;
	width:200px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	font-size:1.8em;
}
.resume_button :hover {
	background-color:#68b225;
}
.joinus_xiaozhao_head {
	text-align:center;
	font-weight:900;
	font-size:2.8em;
	color:#6eb92b;
	line-height:35px;
	margin-bottom:30px;
}
.joinus_xiaozhao_head_c2 {
	text-align:center;
   font-weight:400;
	font-size:1.25em;
	color:#6eb92b;
	line-height:20px;
	padding-top:10px;
}
.joinus_xiaozhao_table {
	margin-top:1em;
	margin-bottom:3em;
	width:100%;
	border:2px solid #ffffff;
}
.joinus_xiaozhao_table>tbody>tr>th {
	border:1px solid #eeeeee;
	background:#6eb92b;
	color:#ffffff;
	text-align:center;
}
.joinus_xiaozhao_table>tbody>tr {
	background:#ffffff;
}
.joinus_xiaozhao_table>tbody>tr>td {
	border:1px solid #eeeeee;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;/* 	color:#fffff; */
}
.joinus_xiaozhao_table>tbody>tr>td>p {
	margin:0px;
}
.xiaozhao_job_list {
	background:#ffffff;
}
.xiaozhao_job_detail {
	position:relative;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.1em;
}
.xiaozhao_title_panel {
	padding-bottom:10px;
	border-bottom:1px solid #7d7d7d;
	margin-left:10%;
	width:80%;
	margin-right:10%;
}
.xiaozhao_job_icon {
	width:8px;
	height:8px;
	margin-right:10px;
}
.xiaozhao_job_open {
	position:absolute;
	top:21px;
	right:10%;
	width:16px;
	height:16px;
}
.xiaozhao_job_content {
	margin-top:15px;
	color:#7d7d7d;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	line-height:1.8em;
/* 	display:none;	font-size:0.9em; */
}
.swipe-span-down {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.hot {
	position:absolute;
	top:20%;
	left:100%;
	width:25%;
}

.table_color {
	background:#eeeeee;
}
.custody_table {
	width:100%;
	text-align:center;
}
.custody_table table {
	border:1px solid #000000;
	margin:auto;
}
.custody_table table td {
	border:1px solid #000000;
	padding-left:20px;
	padding-right:20px;
}
.custody_table_right {
	width:60%;
}

#btnTop {
   display: none;
  position: fixed;
   bottom: 20px;
   right: 35px;
   z-index: 999;
   border: none;
   outline: none;
  background-color: #fdd000;
   color: white;
   cursor: pointer;
   padding:5px;
   border-radius:50px;
 }
 
#btnTop:hover {
   background-color: #6eb92b;
 }

 
.company-honor-content,.company-honor-carousel,.about-card-text, .card-title, .overview-data-msg{
    margin-top: 4vh;
}

 .welfare-title, .honor-title, .development-title, .lemon-activity-title, .card-title{
    font-size: 7rem;
}

.lemon-travel-title{
    font-size: 4.5rem;
}
 .about-card {
    /* height: 90vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:9vh;
}
.about-slogan-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4vh;
}
.about-slogan-text {
    font-size: 2.8rem;
    line-height: 4rem;
    white-space: pre;
    display: flex;
    align-items: center;
}
.about-slogan-word1{
    width: 165px;
}
.about-slogan-list .space {
    width: 2.5rem;
    display: inline-block;
}
.about-card-text {
    font-size: 2.8rem;
    line-height: 6rem;
    width: 70%;
    text-align: justify;
}

.card-title, .about-slogan-list {
    margin-bottom: 4vh;
}

.overview-gif, .overview-line{
    width: 1100px;
}

.development-title {
    /* font-size: 5rem; */
    z-index: 5;
    margin-top: 6vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;

}

.development-container {
    margin-top: 6vh;
    position: relative;
    min-width: 1000px;
    overflow: hidden;
}
.development-container-timeline {
    display: flex;
    align-items: center;
}
.development-container-timeline {
    display: flex;
    align-items: center;
}

.development-content {
    position: absolute;
    left: 50%;
    width: 70%;
    /* transform:translate(-50%,-50%); */
    margin-left: -35%;
    top: 25%;
}

#carousel-example-generic .carousel-caption{
    position: absolute;
    top: 32%;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}

.carousel-caption-msg {
    position: relative;
    left: 50%;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* align-items: center; */
}

.carousel-caption-msg span {
    margin-top: 1rem;
    width: 2rem;
    display: inline-block;
    height: 2rem;
    border-radius: 50%;
    background-color: #4f4f4f;
    margin-right: 10px;
    /* vertical-align: bottom; */
    align-items: flex-start;
}

.carousel-caption-msg p{
    color: #4f4f4f;
    font-size: 3rem;
    display: inline-block;
    text-align: left;
    width: 97%;
    line-height: 3.1rem;
    text-shadow: none !important;
    /* font-weight: 300; */
    /* vertical-align: bottom; */
}

.dev-msg-white {
    color: white !important;
}

#dev-p-dot::before{
    content: "●";
    width: 1.2rem;
    display: inline-block;
    /* padding-left: 3.3rem; */
}

#dev-p-dot {
    text-indent: -1.2rem;
    /* padding-left: 1.2rem; */
}

#dev-p-space::before{
    content: "";
    /* width: 1rem; */
    display: inline-block;
}

.dev-span-white {
    background-color: white !important;
}

.development-container-timeline:before {
  content: "";
  position: absolute;
  top: 50%;
  /* left: 0; */
  width: 100%;
  height: 2px;  /* Adjust this to make the line thicker or thinner */
  background-color: #4f4f4f;
  z-index: 1;
}

.timeline-white:before {
    background-color: white !important;
}

.development-container-list {
    /* flex: 0 0 auto; */
    width: 200px;
}

.development-container-point {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #4f4f4f;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 1px solid #4f4f4f;
}

#point-white {
    background-color: white;
    border: 1px solid white;
}

#point-white.active {
    background-color: #fdd100;
}

.timeline-left {
    top: -50%;
    left: -100px;
    width: auto;
    height: 30px;
    z-index: 2;
    border: 0px;
    position: absolute;
    cursor: pointer;
}

.timeline-right {
    cursor: pointer;
    top: -50%;;
    right: -100px;
    width: auto;
    height: 30px;
    z-index: 2;
    border: 0px;
    position: absolute;
}

.development-container-point.active {
    width: 30px;
    height: 30px;    
    background-color: #fdd100 !important;
}

#point-white, .development-container-point.active {
    border: 4px solid white;
}

/* 
.development-container-point.active b {
    transform: translateX(-50%) scale(0.4);
} */

.development-container-point:hover {
    background-color: grey;
}


.development-container-year {
    position: absolute;
    font-size: 3rem;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #4f4f4f;
    font-weight: 500;
}

/* .development-container-point.active .development-container-year{
    font-size: 5rem;
} */

.year-white {
    color: white;
}

.development-container-point.active .development-container-year {
    font-size: 4rem;
    /* font-weight: bold; */
}   

.development-container-img{
    width: 100%;
}
.honor-title{
    margin-top: 4vh;
    margin-bottom: 9vh;
    /* font-size: 5rem; */
}

#company-honor-container{
    padding-top: 9vh;
    display: flex;
    height: 90vh;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 1000px;
    overflow: hidden;
    /* justify-content: center; */
}

#company-honor-container .carousel-indicators {
    top: auto ;
}

#company-honor-container .carousel-indicators li {
    background-color: gray;
} 

#company-honor-container .carousel-indicators .active {
    background-color: #f7b77c;;
}

.company-honor-content {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#company-honor-carousel {
    width: 90%;
}

.honor-item{
    width: 100%;
    display: flex;
    justify-content: center;
}

.company-honor-card {
    position: relative;
    display: flex;
    justify-content: center;
    width: 24%;
}

.company-honor-card img{
    width: 90%;
    border-radius: 3%;
}

.company-honor-card div {
    position: absolute;
    /* left: 0;
    right: 0; */
    /* margin: auto; */
    top: 70%;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  */
}

.company-honor-card p {
    position: absolute;
    /* top: 75%; */
    width: 80%;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
}
.honor-left, .honor-right {
    width: 20px;
    cursor: pointer;
}

.honor-left {
    margin-right: 3%;
}

.honor-right {
    margin-left: 3%;
}

.lemon-welfare-container {
    margin-top: 6vh;
    background-image: url('../images/about/lemonWelfare/bg.jpg');
    width: 100vw;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    position: relative;
    min-width: 1000px;
    overflow: hidden;
}
.lemon-welfare-logo{
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.welfare-cat {
    width: 20vw;
    height: auto;
    margin-bottom: 3vw;
}

.welfare-title, .honor-title, .development-title, .lemon-activity-title, .card-title{
    font-size: 7rem;
}

.lemon-travel-title{
    font-size: 4.5rem;
}

.welfare-title {
    color: white;
    margin-top: 6vw;
}
.lemon-welfare-list {
    position: absolute;
    /* display: flex;
    align-items: center; */
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.lemon-welfare-content{
    position: absolute;
    list-style: none;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: white;
    z-index: 2;
    padding: 0px;
    margin: 0px;
    background: radial-gradient(circle at center, rgba(240, 193, 106, 0.5), transparent 60%), radial-gradient(circle at center, white, white);
    transition: all 0.5s ease;  /* 添加过渡动画 */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* transform: translate(-220%, -90%); */
    animation: float 5s infinite ease-in-out;
    transition: transform 0.3s;
    text-align: center;
}

.welfare-large-img,
.welfare-large-title,
.welfare-large-line,
.welfare-large-p,
.welfare-mini-img,
.welfare-mini-p {
  transition: all 0.3s ease-in-out;
}

@keyframes float {
    0%, 100% { transform: translateX(0); }
    50% { transform: translate(15px); }
}

.lemon-welfare-content:hover {
    /* transform: scale(1.2);
    border-radius: 30%; */
    animation: none;
}

#lemon-welfare-content-0{
    left: 28%;
    top: 23%;
    animation-delay: 1.5s;
}

#lemon-welfare-content-1{
    left: 17%;
    top: 49%;
    width: 18rem;
    height: 18rem;
    animation-delay: 1.2s;
}

#lemon-welfare-content-2{
    left: 56%;
    top: 28%;
    width: 19rem;
    height: 19rem;
}

#lemon-welfare-content-3{
    left: 64%;
    top: 74%;
    width: 180px;
    height: 180px;
    animation-delay: 1.5s;
}

#lemon-welfare-content-4{
    left: 24%;
    top: 74%;
    width: 220px;
    height: 220px;
   
}

#lemon-welfare-content-5{
    left: 70%;
    top: 47%;
    width: 20rem;
    height: 20rem;
    line-height: 4rem;
}

#lemon-welfare-content-6{
    width: 21rem;
    height: 21rem;
    left: 70%;
    top: 30%;
    animation-delay: 1.5s;
}

.lemon-welfare-content .welfare-mini-p {
    color: #fdd100;
    margin-top: 6%;
    font-size: 2.5rem;
}


#lemon-welfare-content-3 .welfare-mini-p, #lemon-welfare-content-1 .welfare-mini-p {
    font-size: 2rem;
}

.welfare-large-line {
    width: 80%;
    height: 1px;
    background-color: #fdd100;
    margin: 1.5%
}

.welfare-large-title {
    color: black;
    font-size: 2.5rem;
    margin: 0;
    margin-top: 5%;
}

.welfare-title-3, .welfare-title-1{
    font-size: 1.8rem;
}

.welfare-large-p{
    font-size: 1.5rem;
    width: 80%;
    text-align: center;
    line-height: 1.5rem;
}

.welfare-p-3, .welfare-p-1{
    font-size: 1.1rem;
}

.welfare-mini-img {
    width: 33%;
}

.welfare-large-img{
    width: 25%;
}

.lemon-activity-container {
    min-width: 1000px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding: 10vh;
    position: relative;
}

.lemon-activity-container .carousel-indicators {
    top: auto ;
}

.lemon-activity-container .carousel-indicators li {
    background-color: gray;
}

.lemon-activity-container .carousel-indicators li.active {
    background-color: #f7b77c;
}

.lemon-activity-title{
    /* font-size: 5rem; */
    line-height: 5rem;
    margin-bottom: 9vh;
    
}
.lemon-activity-layer{
    width: 90%;
    overflow: hidden;
    height: 70vh;
}

.lemon-activity-banner {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85vh;
}
.activity-item {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#company-activity-carousel {
    width: 100%;
}

.activity-left, .activity-right{
    height: 30px;
    cursor: pointer;
    
}

/* .activity-left:hover{
    transform: scale(1.5);
} */

.zoom {
    transform: scale(1.5);
}



.lemon-activity-content{
    display: flex;
    height: 100%;
    width: 100%;
    /* transition: transform .8s cubic-bezier(.23, 1, .32, 1); */
}

.lemon-activity-card{
    /* flex: 0 0 25%;  */
    height: 100%;
    width: 24%;
    position: relative; 
    transition: transform  .8s;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.lemon-activity-image {
    position: relative;
}

.lemon-activity-card img{
    /* width: 100% */
    /* width: 380px; */
    width: 18vw;

}

.lemon-activity-mask  {
    top: 0;
    /* width: 100%; */
    /* width: 360px; */
    width:18vw;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 80%, #fdbd19 100%);
    position: absolute;
    border-radius: 10px;
}

.lemon-activity-card span{
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: white;
    font-size: 3rem;
}

.lemon-activity-card:hover{
    transform: scale(1.1);
    /* transform-origin: center; */
}
#company-activity-carousel, .item, .carousel-inner, .activity-item{
    height: 100%;
}

.lemon-travel-container{
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1024px;
    /* overflow: hidden; */
}

 .lemon-travel-img:hover {
    transform: scale(1.1);
}


.lemon-travel-content{
    height: 90%;
    width: 100%;
    position: relative;
}

.lemon-travel-title{
    position: absolute;
    /* font-size: 5rem; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    word-spacing: 10px;
    line-height: 1.5em;
    text-align: center;
    z-index:10
}

.lemon-travel-clouds-card,.lemon-travel-images-card,.lemon-travel-images,.lemon-travel-clouds{
    position: absolute;
}

.lemon-travel-images,.lemon-travel-clouds{
    height: 100%;
    width: 100%;
}

.lemon-travel-img{
    width: 16vw;
}

/* .lemon-travel-images img {
    width: 310px;
} */



.lemon-travel-auto-move2 {
    transition: transform 1s;
}

.lemon-travel-clouds-card {
    transition: transform 2s;
}

.lemon-travel-auto-move0 {
    transition: transform 2.5s;
}

.lemon-travel-auto-move1 {
    transition: transform 2s;
}

.lemon-travel-images-card:hover {
    transform: scale(1.1);
    z-index: 3;
}

.image-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c6c6c6;
    opacity: 60%;
    border-radius: 6px;
}

.image-location{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-location span {
    font-size: 3rem;
    color: white;
}

.image-location img{
    width: 40%;
}

.lemon-travel-images-card-hawaii{
    top: 20%;
    left: 20%;
    z-index: 2;
}

.lemon-travel-images-card-kyoto{
    top: 35%;
    left: 10%;
    z-index: 3;
}

.lemon-travel-clouds-card-cloud-up-left {
    top: 5%;
    left: 2%;
    z-index: 2;
}

.lemon-travel-clouds-card-cloud-airplane-left {
    top: 2%;
    left: 0%;
    z-index: 1;
}

.lemon-travel-images-card-pattaya{
    top: 10%;
    left: 45%;
    z-index: 2;
}

.lemon-travel-images-card-macao{
    top: 65%;
    left: 77%;
}
.lemon-travel-images-card-bali{
    top: 70%;
    left: 25%;
}

.lemon-travel-clouds-card-cloud-lower-left {
    top: 71%;
    left: 0%;
}

.lemon-travel-clouds-card-ship {
    top: 92%;
    left: 5%;
}

.lemon-travel-images-card-dubai{
    top: 15%;
    left: 70%;
}

.lemon-travel-clouds-card-sun {
    top: -5%;
    left: 75%;
}

.lemon-travel-clouds-card-cloud-up-right {
    top:22%;
    left: 90%;
}

/* .lemon-travel-clouds-card-dubai {
    top: 30%;
    left: 88%;
} */

.lemon-travel-images-card-tokyo{
    top: 45%;
    left: 68%;
}

.lemon-travel-clouds-card-airplane-right {
    top: 45%;
    left: 90%;
}

.lemon-travel-images-card-sanya{
    top: 75%;
    left: 50%;
}


 @media screen and (max-width: 2365px) {
    .popup{
        left: 41vw;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2.5fr;
        width: 100%;
        height: 330px;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 2.05rem;
    }
    .news-summary {
        margin-top: 40px;
    }
    .news-more-info-img {
        width: 6.5rem;
    }
    .news-card-info-container {
        grid-template-rows: 40px 30px 140px;
    }
}

@media screen and (max-width: 1536px) {
    .lemon-welfare-content .welfare-mini-p{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .welfare-large-title{
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    #lemon-welfare-content-4{
        width: 15rem;
        height: 15rem;
    }
    #lemon-welfare-content-5{
        width: 15rem;
        height: 15rem;
    }
    #lemon-welfare-content-2{
        width: 15rem;
        height: 15rem;
    }
 
    #lemon-welfare-content-1, #lemon-welfare-content-3, #lemon-welfare-content-6{
        width: 13.5rem;
        height: 13.5rem;
    }

    #lemon-welfare-content-0 {
        width: 17rem;
        height: 17rem;
    }
}
@media (min-width:1171px) and (max-width:1900px) {
		.xiaozhao_title {
		margin-top:2em;
	margin-bottom:4em;
}
	.xiaozhao_title img {
	padding:30px;
}
	.xiaozhao_bg{width:100%;}
	 .joinus_sweet2_panel {
top:20%;
}
.joinus_sweet2_content{ bottom:20%;}
 .banner-container {
min-height:325px;
overflow:hidden;
position:relative;
}
 .index_desc_panel {
top:25%;
height:108px;
overflow: hidden;
}
 .about_his_time {
bottom:5%;
height:50%;
max-height:380px;
}
 .title_bg3_label {
font-size:1.8em;
}
}
@media (min-width:991px) and (max-width:1170px) {
			 .game_show_content1 {
font-size:1.7em;
}
		
			.xiaozhao_title {
				margin-top:2em;
	margin-bottom:5em;
}
	.xiaozhao_title img {
	width:100%;
	padding:30px;
}

	 .joinus_sweet2_panel {
top:20%;
}
.joinus_sweet2_content{ bottom:20%;}
	.xiaozhao_bg{width:100%;}
			
 .banner-container .banner-content {
margin-top:10px
}
 .banner-container .banner-content h3 {
	font-size:32px;
margin-bottom:0;
}
 .banner-container .banner-content h3.title-sm {
margin-bottom:40px
}
 .desc-title {
font-size:3em;
}
 .index_desc_panel {
top:25%;
height:108px;
overflow: hidden;
}
 .newsbg_1, .newsbg_2 {
font-size:1em;
}
 .game_jelly_desc {
	 width:38%;
top:20%;
line-height:16px;
}
 .games_download_bg {
bottom:15%;
}
 .about_his_panel2 {
font-size:1.2em;
}
 .joinus_sweet2_content {
font-size:1.2em;
line-height:25px;
}
 .dropdown-menu {
top:80%;
}
 .about_his_time {
bottom:10%;
height:40%;
max-height:400px;
}
 .title_bg3_label {
font-size:1.8em;
}
}
@media (min-width:768px) and (max-width:991px) {
	
			.xiaozhao_title {
				margin-top:2em;
	margin-bottom:4em;
}
	.xiaozhao_title img {
	padding:20px;
}


	.xiaozhao_bg{width:100%;
	}
		

		
 .banner-container .banner-content {
margin-top:10px
}
 .banner-container .banner-content h3 {
font-size:27px;
margin-bottom:0;
}
 .banner-container .banner-content h3.title-sm {
margin-bottom:40px
}
 .desc-title {
font-size:3em;
}
 .index_more {
bottom:10%;
}
 .more_about_panel {
bottom:35%;
text-align:center;
}
 .more_about_panel p {
display:none;
}
 .index_desc_panel {
top:25%;
height:90px;
overflow: hidden;
}
 .newsbg_1, .newsbg_2 {
font-size:1em;
}
 .news_date {
top:36%;
}
 .game_jelly_desc {
	 width:38%;
top:20%;
font-size:1em;
line-height:12px;
}
 .games_download_bg {
bottom:15%;
}
 .player_comment_content {
font-size:1em;
}
 .joinus_sweet2_panel {
top:15%;
}
 .about_his_panel2 {
font-size:1.2em;
}
 .joinus_sweet2_content {
font-size:1em;
line-height:20px;
top:30%;
}
 .game_show_content1 {
font-size:2em;
}
 .about_his_time {
bottom:10%;
height:45%;
max-height:320px;
}
 .about_his_time2 {
bottom:10%;
left:50%;
max-height:1300px;
}
 .title_bg3_label {
font-size:1.5em;
}
}
@media screen and (max-width:768px) {
    img { pointer-events: none; }
}
@media (max-width:767px) {
.player_comment_title{padding-bottom:12px;
}
	.xiaozhao_title {
		margin-top:2em;
	margin-bottom:4em;
}
	.xiaozhao_title img {
		width:90%;
		margin-left:5%;
	padding:0px;
}

	.xiaozhao_bg{width:100%;
	margin-top:10px;}
	.xiaozhao{width:100%;
	margin-top:10px;}
	
 .banner-container .banner-content {
margin-top:5px;
top:40%;
}
 .banner-container .banner-content h3 {
font-size:15px;
 line-height:22px; 

 
}

.connect-container p {
	font-size:14px;}
 .desc-title {
font-size:3em;
}
 .index_more {
bottom:10%;
}
 #index_desc_label {
-webkit-line-clamp: 4;

}
 .games_download_bg {
margin-bottom:40px;
position:relative;
width:100%;
padding-left:5%;
padding-right:5%;
right:0px;
}

/* 	.joinus_fuli_panel{background-color:#dcdcdc;padding-top:25px;padding-bottom:20px;} */
	.about_his_panel {
background-color:#dcdcdc;
padding-bottom:0px;
}
/* 	#joinus_fuli_panel{background-color:#ffffff;padding-top:50px;padding-bottom:0px;} */
	#about_his_short_sim {
display:none;
}
 #about_his_short, .about_his_short {
display:block;
position:relative;
color:#535353;
width:100%;
font-size:14px;
left:0px;
padding-bottom:10px;
padding-top:10px;
line-height:30px;
}
 #about_his_short2 {
padding-top:20px;
}
 .aboutgame_panel {
top:140%
}
 .game-container, .news-container, .about-container {
padding-left:0px;
padding-right:0px;
}
 body {
background-color:#ffffff;
}
 .gamesbg_1 {
background-color:#ffffff;
}
 .game_jssor_icon {
position:absolute;
top:-10%;

}
 .about_his_panel_xl1 {
width:100%;
padding-left:5%;
padding-right:5%;
}

 .about_his_panel_xl2 {
width:100%;
padding-left:5%;
padding-right:5%;
}

.about_his_short{
	font-size:1.1em;}

 .news_detail_head {
font-size:1.5em;
}
 .news_detail_head2 {
font-size:1.2em;
}
 .joinus_fuli_content {
padding-bottom:0px;
font-size:0.8em;
}
 .index_desc_panel {
top:25%;
height:72px;
overflow: hidden;
}
 .about_his_icon {
width:100%;
}
 .news_title {
position:initial;
margin-left:5%;
width:90%;
font-size:1em;
}
 .news_content {
position:initial;
margin-left:5%;
width:90%;
font-size:0.8em;
padding-bottom:20px;
}
 .newsbg_1, .newsbg_2 {
background-color:#ffffff;
padding-bottom:10px;
}
 .news_more {
bottom:0px;
font-size:0.8em;
}
 .game_jelly_desc {
	 font-size:15px;
position:initial;
margin-left:8%;
width:84%;
padding-top:30px;
padding-bottom:30px;
line-height:25px;
}
.pufa_button
{
	padding-top:20px;
	width:50%;
	max-width:180px;
}
/* 	 .game_show_content1,.game_show_content2{line-height:25px;} */
	 .player-comment-container {
padding-bottom:0px;
}
 .game_show_panel {
left:5%;
bottom:10%;

}
.game_show_content1 {
font-size:1.95em;
padding-right:37px;
line-height:28px;
}
 .game_show_title {
padding-bottom:20px;
font-size:2.1em;
}
 .game_show_title2 {text-shadow:0 0 5px #844500,
            -0 -0 5px #844500;}

.player_comment_title {
	padding-bottom:8px;
	font-size:1.8em;}
	
 .joinus_job_container {
background-color:#eeeeee;
}
 .joinus_sweet2_content {
font-size:1em;
line-height:20px;
}
 .joinus_fuli_head {
line-height:25px;
}
 .about_his_panel2 {
font-size:1em;
padding-bottom:0px;
padding-top:0px;
}
 .joinus_fuli_content p {
font-size:1.4em;
}
 .news_detail_head, .news_detail_head2, .news_detail_content {
padding-left:15px;
padding-right:15px;
}
 .news_detail_head {
line-height:18px
}
 .player_comment_content {
	 font-size:1.1em;
text-align:left;
}
 .game_kefu {
text-align:right;
}
 .joinus_zhaopin_container {
width:100%;
margin-left:0px;
}
.joinus_job_title_panel {
	padding-top:0px;

}
.job_list{ width:100%;
margin-left:0px;}

.joinus_text{width:100%;
margin-left:0px;}
.joinus_file{width:100%;
margin-left:0px;}
.resume_button{width:100%;
margin-left:0px;}
 .joinus_fuli_container {
width:100%;
margin-left:0px;
background-color:#eeeeee;
}
 .joinus_xiaozhao_head_c2 {
width:100%;
padding-left:10%;
padding-right:10%;
}
 .universityname {
color:#6eb92b;
font-weight:600;
}
 .joinus_xiaozhao_table>tbody>tr>td>p {
line-height:1.4em;
}
 .joinus_xiaozhao_table>tbody>tr>td {
padding-top:8px;
padding-bottom:8px;
}
 .table_color {
background:#ffffff;
}
 .about_his_panel {
background:#ffffff;
}
 .about_his_title {
padding-top:15px;
}
 .about_his_content {
padding-top:0px;
}
 .title_bg3_label {
font-size:1.2em;
}
 .custody_table_right {
width:20%;
}
 .hot {
position:initial;
width:20%;
}
/* 	.J_show_video{display:none;} */
/* 	.J_show_img{display:show;} */
/* 	.more_about_panel p{display:none;} */
/* 	.more_about_panel{bottom:35%; text-align:center; } */
}

@media screen and (min-width: 2100px) and (hover:hover){
    /* .game-card-content:hover{
        transform: translateY(-168px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-168px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
}

@media screen and (max-width: 2100px) and (hover:hover){
    .game-card {
        width: 310px;
        height: 370px;
        margin-bottom: 7vh;
        margin: 0 2vw;
    }
    .game-card-bg-img {
        width: 310px;
        height: auto;
    }
    .game-card-content {
        height: 228px;
        top: 166px;
    }
    .game-card-content img {
        top: -48px;
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-160px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
    .game-card-overlay {
        width: 499px;
        height: 587px;
        left: 0.2%;
        top: -1.3%;
        border-radius: 2.3rem;
    }
    .game-card p{
        font-size: 1.4rem;
        line-height: 2.7rem;
    }
    .game-card-container {
        height: 1200px;
        padding: 0 11vw;
        /* justify-content: space-around; */
    }
    .popup {
        left: 40vw;
    }
    .game-card-text-container {
        margin-bottom: 0.5vh;
    }
    .detail-btn {
        width: 15rem;
        height: 4.5rem;
        font-size: 1.7rem;
        padding-top: 0.9rem;
    }
    .banner-container .banner-content h2 {
        font-size: 60px;
        margin-top: 0;
    }
    .back-to-top-img  {
        width: 6rem;
    }
    .slide-show-text h5 {
        font-size: 3.8rem;
    }
    .slide-show-text-container {
        font-size: 2.8rem;
        line-height: 4rem;
        width: 30vw;
    }
    .slide-show-text {
        margin-bottom: 50px;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2.3fr;
        width: 100%;
        height: 300px;
    }
    .news-summary {
        line-height: 3rem;
    }
}

@media screen and (max-width: 1800px){
    .game-card-container {
        padding: 0 4vw;
    }
    .game-card {
        margin-bottom: 7vh;
        margin: 0 1.2vw;
    }
    .news-card {
        grid-template-columns: 1fr 2fr;
        width: 100%;
        height: 300px;
    }
    .news-summary {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 1650px){
    #intro-text-placeholder div {
        font-size: 3.5em;
        font-weight: 700;
        line-height: 7rem;
    }
    .game-card-container {
        height: 1300px;
        padding: 0 3vw;
    }
    .game-logo-icon-container {
        margin-top: 140px;
    }

    .carousel-caption-msg p {
        font-size: 2.3rem;
        line-height: 2.3rem;
    }

    .game-logo-icon-container img:nth-child(1){
        left: -100px;
        width: 100px;
        height: 100px;
    }
    .game-logo-icon-container img:nth-child(2){
        left: 120px;
        height: 100px;
        width: 180px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        height: 100px;
        width: 130px;
    }
    #game-intro-placeholder {
        font-size: 6rem;
        line-height: 7.8rem;
    }
    .download-container {
        margin-top: 60px;
    }
    .slide-show-text h5 {
        font-size: 3rem;
        margin-bottom: 15px;
    }
    .slide-show-text-container {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    .slide-show-text-container.chocolate {
        top: -29vw;
        left: 65vw;
    }
    .slide-show-text {
        margin-bottom: 30px;
    }
    .carousel-indicators {
        margin-left: -29%;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 1.85fr;
    }
    .news-card-container {
        width: 95%;
        /* height: 1900px; */
    }
    .news-more-info-img {
        width: 5.7rem;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 1.85rem;
    }
    .news-summary {
        margin-top: 35px;
    }
    .horizontal-line.news-line {
        margin-top: 1.7rem;
        margin-bottom: 0.5rem;
    }

    .news-card-info-container {
        margin-top: -5px;
        grid-template-rows: 40px 20px 150px;
        grid-template-columns: 5.7fr 1fr;
    }
}
 
@media screen and (max-width:1445px) {
     /* about page  */
    .about-card-text {
        font-size: 2rem;
        line-height: 4rem;
    }
    .about-slogan-text{
        font-size: 2rem;
        line-height: 4rem;
    }
    .about-slogan-word1{
        width: 125px;
    }

    .about-slogan-list .space {
        width: 2rem;
        display: inline-block;
    }
    .about-title{
        width: 350px;
    }
    .about-card {
        margin-top: 5vh;
    }

     .lemon-activity-card img{
        width: 200px;
    }

    .lemon-activity-mask {
        width: 200px;
        border-radius: 5px;
    }
    .lemon-travel-clouds-card-ship{
        top: 94%;
    }

    .welfare-title, .honor-title, .development-title, .lemon-activity-title, .card-title{
        font-size: 3rem;
    }
    .lemon-travel-title{
        font-size: 2.6rem;
    }
    .num-quiet {
        font-size: 4rem;
    }
    .num-animation {
        font-size: 5.5rem;
    }
    .carousel-caption-msg p {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .carousel-caption-msg span{
        line-height: 1rem;
    }
    .development-container-point  {
        width: 10px;
        height: 10px;
    }
    .development-container-year {
        font-size: 1.5rem;
        top: -25px;
    }
    .development-container-point.active .development-container-year {
        font-size: 2rem
        /* font-weight: bold; */
    }  
    .timeline-left {
        height: 20px;
        left: -50px;
        top: -15%;
    }
    .timeline-right {
        height: 20px;
        right: -50px;
        top: -15%;
    }
    .lemon-welfare-content {
        height: 17rem;
        width: 17rem;
    }

    #lemon-welfare-content-4{
        width: 15rem;
        height: 15rem;
    }
    #lemon-welfare-content-5{
        width: 15rem;
        height: 15rem;
    }
    #lemon-welfare-content-2{
        width: 15rem;
        height: 15rem;
    }
 
    #lemon-welfare-content-1, #lemon-welfare-content-3, #lemon-welfare-content-6{
        width: 15rem;
        height: 15rem;
    }

    #lemon-welfare-content-0 {
        width: 17rem;
        height: 17rem;
    }

    .welfare-large-p{
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .welfare-p-0, .welfare-p-2, .welfare-p-5 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .welfare-large-title {
        font-size: 1.4rem;
    }

    .lemon-travel-img {
        width: 180px;
    }

    .lemon-travel-clouds-card img{
        width: 150px;
    }

    .header-game-img-pannel img {
        width: 140px;
    }

    .lemon-activity-image span{
        font-size: 1.5rem;
    }
    
    .company-honor-card p {
        font-size: 1.5rem;
    }
    .lemon-welfare-content .welfare-mini-p {
        font-size: 1.8rem;
        line-height: 1.6rem;
    }
    .welfare-large-line {
        margin: 1%;
    }
    .welfare-large-title {
        margin-top: 1%;
    }
    .overview-gif{
        width: 780px;
    }

    .image-location span{
        font-size: 1.6rem;
    }
    .lemon-travel-clouds-card-airplane-left img {
        width: 250px;
    }


    .game-card-content>img {
        width: 218px;
        margin-left: -109px;
    }
    .game-card-content {
        height: 120px;
        top: 3px;
    }
    .game-card-content img {
        top: -68px;
    }
    #game-card-content-3 img {
        top: -38px;
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card {
        /* width: 430px;
        height: 502px; */
        border-radius: 17px;
        /* height: 480px; */
        margin-bottom: 2vh;
        margin-right: 0.5vw;
    }
    .game-card p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .game-card-bg-img {
        width: 430px;
    }
    .game-card-overlay {
        width: 409px;
        height: 480px;
        border-radius: 1.8rem;
        top: -0.2%;
    }
    .game-card-container {
        grid-template-columns: repeat(1, auto);
        height: 4000px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .game-card-text-container {
        margin-bottom: 1rem;
    }
    .popup {
        width: 30vw;
        left: 35vw;
    }
    .detail-btn {
        width: 9.5rem;
        height: 3.5rem;
        font-size: 1.2rem;
        padding-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .slide-show-text-container.monster.single-intro {
        left: 58vw;
    }
    .slide-show-text-container.monster.double-intro {
        left: 58vw;
        width: 35vw;
    }
    .player-reviews-card h2 {
        font-size: 3rem;
    }
    .hotline {
        font-size: 2rem;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2fr;
        height: 250px;
    }
    .news-card-info-container {
        grid-template-rows: 50px 140px;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 1.7rem;
    }
    .news-title-container h5 {
        width: 86%;
        line-height: 2.1rem;
    }
    .news-summary {
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin-top: 5px;
    }
    .news-card-preview-img {
        height: 200px;
    }
    .horizontal-line.news-line {
        display: none;
    }
    .news-date {
        margin-top: 0;
    }
    .page-btn {
        width: 100px;
        height: 40px;
        font-size: 1.8rem;
    }
    .pagination-btn {
        width: 43px;
        height: 40px;
        border-radius: 15px;
        font-size: 2rem;
    }
    @-moz-document url-prefix() { 
        .news-summary {
            line-height: 2.5rem;
        }
    }
}

@media screen and (max-width:1445px) and (hover: hover){
    .game-card p {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .game-card-content {
        height: 205px;
        top: 159px;
    }
    .game-card-content>img {
        top: -36px;
        width: 218px;
        margin-left: -109px;
    
    }
    .game-card {
        width: 265px;
        height: 316px;
    }
    .game-card-content:hover{
        transform: translateY(-160px);
    }
    .game-card-bg-img {
        width: 265px;
    }
    .game-card-container {
        /* height: 1150px; */
        grid-template-columns: repeat(4, auto);
        height: 972px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

@media screen and (max-width:1350px){
    .game-card-container {
        height: 900px;
    }
    /* .game-card {
        margin:2vh 2vw;
    } */
    .game-card-container {
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }
}

@media screen and (max-width: 1160px) {    
    .lemon-welfare-content {
        height: 13rem;
        width: 13rem;
    }
    .lemon-welfare-content .welfare-mini-p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    #lemon-welfare-content-3 .welfare-mini-p, #lemon-welfare-content-1 .welfare-mini-p {
        font-size: 1.4rem;
    }

    #lemon-welfare-content-1, #lemon-welfare-content-3, #lemon-welfare-content-6, #lemon-welfare-content-4 {
        width: 12rem;
        height: 12rem;
    }
    #lemon-welfare-content-2 {
        width: 11rem;
        height: 11rem;
    }
    #lemon-welfare-content-0 {
        width: 13rem;
        height: 13rem;
    }

    #lemon-welfare-content-5 {
        width: 12.5rem;
        height: 12.5rem;
    }
    /* .game-card-container { */
        /* grid-template-columns: repeat(4, auto); */
    /* } */
    .game-card {
        margin: 1vh 0.1vw;
    }
    #intro-text-placeholder div {
        font-size: 3em;
        font-weight: 600;
        line-height: 6rem;
    }
    .game-card-content {
        height: 120px;
        top: 172px;
    }
    .game-card-content img {
        top: -44px;
    }
    .game-card-content {
        height: 122px;
        top: 4px;
    }
    .game-card-content img {
        top: -60px;
    }
    /* .game-card {
        width: 249px;
        height: 297px;
        margin-bottom: 2vh;
    } */
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    /* .game-card-bg-img {
        width: 249px;
        height: auto;
    } */
    .game-card-overlay {
        width: 350px;
        height: 410px;
        border-radius: 1.5rem;
        top: -0.2%;
    }
    .game-card-container {
        height: 950px;
    }
    .game-card-text-container {
        margin-bottom: 1rem;
    }
    .popup {
        height: 75px;
        font-size: 1.8rem;
    }
    .detail-btn {
        width: 8rem;
        height: 3rem;
        font-size: 1.2rem;
        padding-top: 0.25rem;
        margin-bottom: 1rem;
    }
    /* game page */
    .game-logo-icon-container {
        margin-top: 110px;
    }
    .game-logo-icon-container img:nth-child(1) {
        width: 70px;
        height: 70px;
    }
    .game-logo-icon-container img:nth-child(2) {
        width: 126px;
        height: 70px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        width: 91px;
        height: 72px;
    }
    #game-intro-placeholder {
        width: 100vw;
        margin: 70px 0 0 0;
        font-size: 4.7rem;
        line-height: 6.5rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 4.4rem;
        line-height: 6.3rem;
    }
    .game-page-download-figure img {
        height: 35px;
    }
    .slide-show-text {
        margin-bottom: 10px;
    }
    .slide-show-text-container {
        left: 57vw;
        top: -42vw;
        width: 38vw;
    }
    .slide-show-text-container.chocolate{
        width: 37vw;
        top: -31vw;
        left: 61vw;
    }
    .slide-show-text-container.jelly.slide-1, .slide-show-text-container.jelly.slide-2 {
        top: -42vw;
    }
    .slide-show-text h5 {
        font-size: 2.3rem;
        margin-bottom: 5px;
    }
    .slide-show-text-container {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .news-card-preview-img {
        height: 195px;
    }
    .news-card {
        grid-template-columns: 1fr 1.65fr;
        padding: 2rem 2rem 2rem 1.5rem;
        height: 240px;
    }
    .news-card-info-container {
        grid-template-rows: 25px 15px 150px;
    }
    .horizontal-line.news-line {
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    .news-summary {
        font-size: 1.5rem;
        line-height: 2.05rem;
    }
    .news-link {
        bottom: -15px;
        right: -15px;
    }
    .news-title-container {
        grid-template-rows: 30px 35px;
    }
    .news-title-container h5 {
        line-height: 2.3rem;
        margin-top: 3px;
        font-size: 1.6rem;
    }
    .news-more-info-img {
        width: 5rem;
    }
    .news-date {
        min-width: 100px;
        width: 100%;
        text-align: right;
        margin-top: 2px;
    }
}

@media screen and (max-width: 1160px) and (hover:hover) {
    .game-card p {
        font-size: 1.1rem;
        line-height: 2.8rem;
    }
    .game-card-bg-img {
        width: 249px;
        height: auto;
    }
    .game-card-container {
        grid-template-columns: repeat(4, auto);
        height: 950px;
    }
    .game-card {
        width: 249px;
        height: 297px;
        margin-bottom: 2vh;
    }
    .game-card-bg-img {
        width: 249px;
        height: auto;
    }
    .game-card-content {
        height: 196px;
        top: 148px;
    }
    .game-card-content img {
        top: -44px;
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-138px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
}

@media screen and (max-width:1024px) {
    .about-card-text {
        font-size: 1.5rem;
        margin-top: 3rem;
    }
    .about-slogan-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .about-slogan-word1{
        width: 75px;
    }

    .carousel-caption-msg p {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .about-slogan-list{
        margin-top: 3rem;
    }
    .about-slogan-list .space {
        width: 1.5rem;
        display: inline-block;
    }

    .lemon-welfare-container {
        max-width: 1024px;
        overflow: hidden;
    }
    /* aboutpage */
    .header-game-img-pannel img {
        width: 100px;
    }
    .lemon-activity-card img{
        width: 160px;
    }
    .lemon-activity-mask {
        width: 160px;
        border-radius: 3px;
    }
    .activity-right, .activity-left {
        height: 20px;
    }
    .welfare-cat {
        width: 25vw;
    } 
    .company-honor-card p{
        font-size: 1rem;
    }
    .overview-gif{
        width: 600px;
    }
    .honor-right,.honor-left {
        width: 10px;
    }
    .honor-dot {
        width: 5px;
    }
    .activity-dot {
        width: 5px;
    }
    /* .lemon-travel-img {
        width: 120px;
    } */
    .lemon-welfare-content {
        height: 13rem;
        width: 13rem;
    }
    #lemon-welfare-content-1, #lemon-welfare-content-3, #lemon-welfare-content-6, #lemon-welfare-content-4 {
        width: 12rem;
        height: 12rem;
    }
    #lemon-welfare-content-2 {
        width: 11rem;
        height: 11rem;
    }
    #lemon-welfare-content-0 {
        width: 13rem;
        height: 13rem;
    }

    #lemon-welfare-content-5 {
        width: 12.5rem;
        height: 12.5rem;
    }

    .lemon-welfare-content .welfare-mini-p{
        font-size: 1.4rem;
    }
    #lemon-welfare-content-3 .welfare-mini-p, #lemon-welfare-content-1 .welfare-mini-p {
        font-size: 1.4rem;
    }

    .welfare-large-p{
        font-size: 0.8rem;
        line-height: 1rem;
    }


    #intro-text-placeholder div {
        font-size: 2.3em;
        line-height: 5rem;
    }
    .button-connect {
        font-size: 1.5rem;
        padding: 5px 7px;
        width: 120px;
    }
    .back-to-top-btn {
        display: none;
    }
    .title-image {
        width: 400px;
    }
    .game-card-container {
        /* grid-template-columns: repeat(3, auto); */
        margin-top: 3vh;
        margin-left: 4vw;
        margin-right: 4vw;
        height: 3580px;
    }
    .game-card {
        margin-right: 2vw;
    } 
    .game-card-text-container {
        margin-bottom: 1vh;
    }
    /* .game-card-bg-img {
        width: 430px;
    } */
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 3.9rem;
        line-height: 6rem;
    }
    .detail-btn {
        width: 11rem;
        height: 3.5rem;
        font-size: 1.4rem;
        padding-top: 0.6rem;
        margin-bottom: 2rem;
    }
    .game-card-overlay {
        display: none;
    }
    .slide-show-text-container {
        width: 40vw;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .slide-show-text-container.chocolate {
        line-height: 2.2rem;
    }
    .slide-show-text-container.monster.single-intro {
        left: 55vw;
        top: -32vw;
        line-height: 2.2rem;
    }
    .slide-show-text-container.monster.single-intro.slide-0 {
        top: -28vw;
    }
    .slide-show-text-container.monster.double-intro {
        left: 55vw;
        width: 42vw;
        line-height: 2.2rem;
    }
    .slide-show-text h5 {
        font-size: 2.1rem;
        margin-bottom: 5px;
    }
    .slide-show-card.monster .carousel-indicators {
        top: 38vw;
    }
    .player-reviews-card {
        margin-bottom: 50px;
    }
    .player-reviews-card h2 {
        font-size: 2.5rem;
    }
    .player-reviews-container {
        font-size: 1.6rem;
    }
    .hotline {
        font-size: 1.9rem;
        margin-top: 60px;;
    }

    /* news page */
    .news-card-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .news-card {
        grid-template-rows: 188px 200px;
        grid-template-columns: 1fr;
        height: 410px;
        width: 330px;
        padding: 0 0 2rem 0;
        border: none;
        margin-right: 5px;
    }
    .news-card:hover {
        box-shadow: none;
        transform: none;
    }
    .news-card-preview-img {
        width: 330px;
        height: 188px;
    }
    .news-card-info-container{
        grid-row: 2;
        grid-column: 1;
        grid-template-columns: 1fr;
        grid-template-rows: 20px 13px 40px 75px;
        padding: 1.5rem 2rem 2rem 2rem;
        border: 1px solid #c2c2c2;
        border-top: none;
        margin-top: 0px;
    }
    .news-title-img {
        width: 300px;
    }
    .news-preview-figure {
        grid-row: 1;
    }
    .news-date {
        grid-row: 1;
        grid-column: 1;
        text-align: left;
        margin-bottom: 0;
    }
    .news-link {
        bottom: 157px;
        right: 15px;
    }
    .news-more-info-img {
        width: 3.2rem;
    }
    .news-bottom-container {
        grid-row: 2/4;
    }
    .news-title-container {
        grid-row: 3;
    }
    .news-title-container h5, .news-title-container p {
        font-size: 1.5rem;
        line-height: 2rem;
        width: 100%;
    }
    .news-title-container .news-summary  {
        font-size: 1.2rem;
        line-height: 1.4rem;
        grid-column: 1;
        grid-row: 4;
    }
    .news-title-container p {
        min-width: 90px;
        margin-top: 7px;
    }
    .news-page section {
        padding-top: 150px;
    }
    .news-card-pagination-container {
        margin-bottom: 3rem;
        position: relative;
    }
    .page-btn {
        width: 70px;
        height: 30px;
        font-size: 1.5rem;
    }
    .pagination-btn {
        width: 31px;
        height: 30px;
        border-radius: 8px;
        font-size: 2rem;
    }
    .horizontal-line.news-line {
        display: block;
    }
}

@media screen and (max-width:1024px) and (hover:hover) {
    .game-card-container {
        grid-template-columns: repeat(3, auto);
        margin-top: 3vh;
        margin-left: 4vw;
        margin-right: 4vw;
        height: 1000px;
    }
}

@media screen and (max-width:840px) {
    #intro-text-placeholder div {
        font-size: 1.7em;
        line-height: 4rem;
    }
    .connect-container {
        width:100%;
        text-align:center;
        padding: 0;
        margin: 40px 0 20px 0;
    }
    .banner-container {
        min-height: 46vw;
        z-index: 5;
        margin-top: 45px;
    }
    .game-card {
        margin: 1vh 3vw;
    }
    /* .game-card {
        width: 390px;
        height: 465px;
    }
    .game-card-bg-img {
        width: 390px;
        height: 455px;
    } */
    .game-card p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .detail-btn{
        font-size: 1.4rem;
        width: 9.5rem;
        height: 3.2rem;
        padding-top: 0.35rem;
        margin-top: 0.1rem;
    }
    .detail-btn:hover {
        transform: none;
    }
    .video-hover-image {
        bottom: -3vh;
    }
    /* game page */
    .game_turn {
        width: 40px;
        top: 38%;
        left: 46%;
    }
    .game-logo-icon-container {
        margin-top: 90px;
    }
    #game-intro-placeholder {
        font-size: 3.7rem;
        line-height: 5rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 3.1rem;
        line-height: 5.3rem;
    }
    .slide-show-text h5 {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    .slide-show-text-container {
        font-size: 1.3rem;
        line-height: 2rem;
        top: -44vw;
    }
    .slide-show-text-container.chocolate {
        top: -31vw;
        line-height: 2rem;
    }
    .slide-show-text-container.monster.single-intro {
        top: -33vw;
        width: 42vw;
        line-height: 2rem;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.8rem;
    }
    .carousel-indicators {
        top: 47vw;
    }
    .carousel-indicators .active {
        width: 11px;
        height: 11px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .player-reviews-card h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .player-reviews-container p{
        font-size: 1.25rem;
        line-height: 2rem;
        margin-bottom: 5px;
    }
    .hotline {
        font-size: 1.6rem;
        margin-top: 40px;
    }

    .horizontal-line.news-line {
        margin-top: 0.7rem;
        margin-bottom: 1rem;
    }
    .news-more-info-img {
        width: 3.5rem;
    }
    .news-page section {
        padding-top: 80px;
    }
    .news-card {
        height: 400px;
        grid-template-rows: 160px 220px;
        width: 290px;
        margin-right: 10px;
    }
    .news-card-info-container {
        padding: 1rem 1.5rem;
        grid-template-rows: 27px 10px 40px 80px;
    }
    .news-card-preview-img {
        width: 290px;
        height: 160px;
    }
    .news-title-container h5 {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    .news-title-container .news-summary {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .news-more-info-img {
        width: 2.5rem
    }
    .news-link {
        bottom: 185px;
    }
}

@media screen and (max-width:840px) and (hover:hover) {
    .game-card-container {
        grid-template-columns: repeat(2, auto);
        height: 1400px;
    }
    .game-card p{
        font-size: 1.1rem;
        line-height: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .about-title {
        width: 250px;
    }
    .about-card-text {
        font-size: 1.3rem;
        line-height: 2rem;
        width: 80%;
    }
    .about-slogan-text {
        font-size: 1.3rem;
        line-height: 2rem;
        /* width: 80%; */
    }

    .about-slogan-word1{
        width: 75px;
    }
    .about-slogan-list .space {
        width: 1.3rem;
        display: inline-block;
    }


    #intro-text-placeholder div {
        font-size: 1.3em;
        line-height: 3rem;
    }
    .button-connect {
        font-size: 1.2rem;
        padding: 3px 4px;
        width: 90px;
    }
    /* .game-card-container {
        padding: 0 10vw;
    } */
    .game-card {
        width: 320px;
        height: 381px;
    }
    .game-card-bg-img {
        width: 320px;
        /* height: 373px; */
    }
    .game-card-container {
        height: 3500px;
        grid-template-columns: repeat(1, auto);
        margin-left:9vw;
        margin-right: 9vw;
    }
    .game-card p{
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .detail-btn{
        font-size: 1.4rem;
        width: 9rem;
        height: 2.8rem;
        padding-top: 0.2rem;
        margin: 0.1rem 0 1rem 0;
    }
    /* game page */
    .game-logo-icon-container img:nth-child(1) {
        width: 50px;
        height: 50px;
        left: -30px;
    }
    .game-logo-icon-container img:nth-child(2) {
        width: 95px;
        height: 50px;
        left: 50px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        width: 56px;
        height: 50px;
    }
    #game-intro-placeholder {
        font-size: 3rem;
        line-height: 4.5rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 2.8rem;
        line-height: 4.2rem;
    }
    .game-page-download-figure img {
        height: 30px;
    }
    .slide-show-text h5 {
        font-size: 1.5rem;
        margin-top: 0;
    }
    .slide-show-text {
        margin-bottom: 5px;
    }
    .slide-show-text-container {
        font-size: 1rem;
        line-height: 1.6rem;
        left: 56vw;
        top: -40vw;
        width: 44vw;
    }
    .slide-show-text-container.monster.single-intro {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.5rem;
        top: -37vw;
    }
    .slide-show-text-container.monster.double-intro p{
        margin-bottom: 0;
    }
    .slide-show-text-container.chocolate {
        line-height: 1.6rem;
    }
    .player-reviews-card h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    .player-reviews-container p{
        font-size: 1.05rem;
        line-height: 2rem;
        margin-bottom: 5px;
    }
    .hotline {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .carousel-indicators {
        margin-left: -28%;
    }
    .news-more-info-img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .news-date {
        margin-bottom: 0.5rem;
    }
    .news-card {
        margin-right: 0;
    }
    .news-summary {
        width: 95%;
        font-size: 1.2rem;
    }
    /* firfox support */
    @-moz-document url-prefix() { 
        .picker-container{
            bottom: 54px;
        }
        .timestamp-picker-container p {
            margin-bottom: -9px !important;
        }
        .news-card {
            grid-template-rows: 240px 240px;
            height: 480px;
            width: 420px;
        }
        .news-card-info-container {
            margin-top: 0.5px;
        }
        .news-link {
            bottom: 195px;
            right: 18px;
        }
        .game-card p {
            line-height: 2rem;
        }
    }
}
@media screen and (max-width: 480px) {
    .slide-show-text-container.cupcake{
        top: -31vw;
    }
    .slide-show-card.cupcake .carousel-indicators {
        top: 42vw;
    }
    .button-connect {
        margin-top: 20px;
    }
    .game-page-download-figure {
        margin-right: 20px;
    }
    .download-container-2-btn .game-page-download-figure:nth-child(1) {
        margin-right: 25px;
    }
    .download-container-2-btn .game-page-download-figure:nth-child(2) {
        margin-left: 25px;
    }
    .slide-show-text h5 {
        font-size: 1.3rem;
    }
    .slide-show-text-container {
        font-size: 0.9rem;
        line-height: 1.25rem;
    }
    .slide-show-text-container.monster.single-intro {
        width: 45vw;
        left: 53vw;
        line-height: 1.5rem;
        font-size: 0.9rem;
    }
    .slide-show-text-container.monster.single-intro p {
        margin-bottom: 3px;
    }
    .slide-show-text-container.monster.double-intro {
        width: 44vw;
    }
    .carousel-indicators {
        top: 46vw;
    }
    .carousel-indicators .active {
        width: 9px;
        height: 9px;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
    #game-intro-placeholder {
        font-size: 2.6rem;
        line-height: 4rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 2.2rem;
        line-height: 3.6rem;
    }
}

@media screen and (max-width: 430px) {
    .game-card-content {
        top: 8px;
        height: 88px;
    }
    .game-card-content img{
        top: -70px;
    }
    #intro-text-placeholder div {
        font-size: 1em;
        line-height: 2.5rem;
    }
    #game-card-content-3 img {
        top: -60px;
    }
    .game-card {
        width: 300px;
        height: 350px;
    }
    .game-card-bg-img {
        width: 300px;
        height: 350px;
    }
    .game-card-container {
        height: 2845px;
        grid-template-columns: repeat(1, auto);
    }
    .game-card p{
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .detail-btn{
        font-size: 1.1rem;
        width: 8rem;
        height: 2.4rem;
        padding-top: 0.05rem;
    }
    .video-hover-image {
        bottom: -2.5vh;
    }
    /* game page */
    .game-logo-icon-container {
        margin-top: 50px;
    }
    .game-logo-icon-container img:nth-child(1) {
        width: 35px;
        height: 35px;
    }
    .game-logo-icon-container img:nth-child(2) {
        width: 60px;
        height: 35px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        width: 56px;
        height: 50px;
    }
    #game-intro-placeholder {
        width: 95vw;
        margin: 30px 2.5vw 0 2.5vw;
        font-size: 2rem;
        line-height: 3rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 1.8rem;
        width: 360px;
        margin: 50px calc((100vw - 360px) / 2) 0 calc((100vw - 360px) / 2);
    }
    .slide-show-text-container.chocolate.slide-2 {
        top: -27vw;
    }
    .download-container {
        margin-top: 40px;
    }
    .game-page-download-figure img {
        height: 24px;
    }
    .slide-show-text-container {
        top: -40vw;
    }
    .slide-show-text-container.chocolate {
        line-height: 1.2rem;
    }
    .slide-show-text-container.monster.single-intro {
        line-height: 1.2rem;
        width: 47.5vw;
        left: 51vw;
    }
    .slide-show-text-container.monster.single-intro.slide-0 {
        width: 43vw;
        left: 55vw;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.1rem;
        top: -34vw;
        left: 52.5vw;
        width: 47vw;
    }
    .slide-show-text h5 {
        font-size: 1.15rem;
    }
    .slide-show-text {
        margin-bottom: 10px;
    }
    .slide-show-text p {
        margin-bottom: 0;
    }
    .slide-show-card.monster .carousel-indicators {
        top: 36vw;
    }
    .player-reviews-card h2 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .player-reviews-container p {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .hotline {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 395px){
    .slide-show-text-container {
        top: -44vw;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.1rem;
        top: -38vw;
        left: 52.5vw;
        width: 47vw;
    }
}
@media screen and (max-width: 360px) {
    .game-card-content {
        top: 1px;
        height: 75px;
    }
    .slide-show-card.cupcake .carousel-indicators {
        top: 42vw;
    }
    .game-card-container{
        height: 2410px;
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
    .game-card {
        height: 317px;
        width: 266px;
    }
    .game-card img {
        width: 266px;
        height: auto;
    }
    #intro-text-placeholder div {
        font-size: 0.8em;
        line-height: 2.2rem;
    }
    .button-connect {
        font-size: 0.8rem;
        padding: 0px 4px;
        width: 60px;
    }
    .slide-show-text-container {
        top: -40vw;
    }
    .slide-show-text-container.chocolate {
        top: -31vw;
        line-height: 1.15rem;
        left: 60vw;
        width: 39vw;
    }
    .slide-show-text-container.monster.single-intro {
        line-height: 1.1rem;
        top: -29vw;
        left: 54vw;
        width: 46vw;
    }
    .slide-show-text-container.monster.single-intro.slide-0 {
        top: -27vw;
        width: 45vw;
        left: 55vw;
    }
    .slide-show-text-container.monster.single-intro.slide-1 {
        top: -33vw;
        line-height: 1rem;
    }
    .carousel-indicators {
        top: 45vw;
    }
    #game-intro-placeholder {
        font-size: 1.8rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 1.5rem;
        line-height: 2.5rem;
        width: 300px;
        margin: 50px calc((100vw - 300px) / 2) 0 calc((100vw - 300px) / 2);
    }
    .slide-show-text-container.chocolate.slide-2 {
        top: -31vw;
    }
    .news-title-img {
        width: 280px;
    }
}