@charset "utf-8";
/* 悼念日效果 */
/* html{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
} */

body {
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体", \5fae\8f6f\96c5\9ed1, \5b8b\4f53;
	overflow-x:hidden;
	border: 0px;
	color:#383838;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 24px;
    background-color: white;
    width: 100vw;
    max-width: 100vw;
}



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:focus {
	color:#ffffff !important;
}
.overlay {
    background-color: rgba(77,77,77,0.6);
    position: fixed;
    height:200vh;
    width: 100vw;
    pointer-events: none;
    z-index: 999;
}
.header-title {
  font-size: 2.5rem;
}
.unselectType.game-subtitle{
    font-size: 1.8rem;
    text-align: center;
    padding: 3px 5px 3px 13px;
}
.unselectType.game-subtitle:hover {
    background: none;
}
.unselectType:hover{
    color: #fdd000 !important; 
}
.video-playing{
    height: 48vw;
}
.video-hover-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    bottom: 50%;
}
.video-hover-image img{
    width: 40vw;
}
#intro-text-special {
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    background-size: 200% 100%;
    -webkit-animation: homepage-masked-animation 6s infinite linear;
    animation: homepage-masked-animation 6s infinite linear;
    animation-play-state: paused;
    font-size: 8rem;
    line-height: 10rem;
    margin-bottom: 60px;

    background-image: linear-gradient(-135deg, #6bb02e, #6bb02e, #fdd000, #6bb02e, #6bb02e, #6bb02e, #fdd000, #6bb02e, #6bb02e);
}
.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;
    }
}
.cookie-figure{
    position: relative;
    display: flex;
    justify-content: center;
}
.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-board>img {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.game-card-board > span {
    display: none;
    z-index: 3;
    position: absolute;
    font-size: 1.4rem;
    /* color: white; */
    /* font-weight: bold; */
}
.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; */
}
  
@keyframes gradientMove {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 0% 100%;
    }
}

.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 {
    z-index: 5;
    width: 288px;
    position: absolute;
    height: auto;
    top: -44px;
    left: 50%;
    margin-left: -144px;
}
.game-card-content div{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.game-card {
    cursor: pointer;
    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);
}
.game-card-content.cookie img {
    width: 179px;
    margin-left: -90px;
    /* left: 57px; */
}
.game-card-content.chocolate>img {
    width: 179px;
    margin-left: -90px;
}
.game-card-content.cupcake img{
    width: 200px;
    top: -65px;
    margin-left: -105px;
}
.game-card-content.jelly img {
    width: 179px;
    top: -30px;
    margin-left: -90px;
}
.game-card-content.monster img {
    width: 179px;
    margin-left: -90px;
}
.game-card-overlay{
    position: absolute;
    width: 586px;
    height: 689px;
    left: 0.1%;
    top: 0.1%;
    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;
}
.game-intro-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 0vh;
}
.game-intro-text-container {
    margin-top: 5rem;
    width: 95%;

    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    background-size: 200% 100%;
    -webkit-animation: gamepage-masked-animation 6s infinite linear;
    animation: gamepage-masked-animation 6s infinite linear;
    animation-play-state: paused;
}
.cake .game-intro-text-container {
    background-image: linear-gradient(-135deg, #626262, #626262, #dc8bc3, #626262, #626262, #626262, #dc8bc3, #626262, #626262);
}
.jelly .game-intro-text-container {
    background-image: linear-gradient(-135deg, #626262, #626262, #66e7fe, #626262, #626262, #626262, #66e7fe, #626262, #626262);
}
.monster .game-intro-text-container {
    background-image: linear-gradient(-135deg, #626262, #626262, #ad6522, #626262, #626262, #626262, #ad6522, #626262, #626262);
}
.chocolate .game-intro-text-container {
    background-image: linear-gradient(-135deg, #626262, #626262, #0091fe, #626262, #626262, #626262, #0091fe, #626262, #626262);
}
.cookie .game-intro-text-container {
    background-image: linear-gradient(-135deg, #626262, #626262, #65ccfc, #626262, #626262, #626262, #65ccfc, #626262, #626262);
}
.cupcake .game-intro-text-container {
    background-image: linear-gradient(-135deg, #626262, #626262, #65ccfc, #626262, #626262, #626262, #65ccfc, #626262, #626262);
}
@keyframes homepage-masked-animation {
    0% {
        background-position: 50% 50%;
    }
    50% {
        background-position: -98% -100%;
    }
    100% {
        background-position: 50% 50%;
    }
}
@keyframes gamepage-masked-animation {
    0% {
        background-position: 50% 50%;
    }
    50% {
        background-position: -95% -100%;
    }
    100% {
        background-position: 50% 50%;
    }
}
.game-intro-text {
    text-align: center;
    font-size: 4.5rem;
    line-height: 9rem;
    font-weight: 300;
}
.game-logo-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 200px;
    height: 130px;
}
.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: -130px;
}
.game-logo-icon-container.monster img:nth-child(1){
    width: 130px;
}
.game-logo-icon-container.chocolate img:nth-child(1){
    left: -170px;
}
.game-logo-icon-container img:nth-child(2){
    width: 220px;
    height: 82px;
    margin-left: 10px;
    left: 200px;
    /* top: 15px; */
}
.game-logo-icon-container.cupcake img:nth-child(2){
    /* height: 130px;
    width: 230px; */
    height: auto;
}
.game-logo-icon-container.chocolate img:nth-child(2){
    height: 90px;
    width: 195px;
    left: 260px;
}
.game-logo-icon-container.cookie img:nth-child(2){
    height: auto;
    left: 260px;
}
.game-logo-icon-container.jelly img:nth-child(2){
    /* top: 25px; */
}
.popup-container {
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 999;
}
.popup{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    top: 42vh;
    left: 40vw;
    background-color: white;
    width: 20vw;
    height: 100px;
    border-radius: 1.5rem;
    cursor: default;
}
.popup-mask {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popup #close-popup-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
.popup #close-popup-btn:hover{
    cursor: pointer;
}
.title-image {
    width: 530px;
}
.download-container {
    margin-top: 10rem;
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
}
.game-download-btn {
    width: 17.5rem;
    height: 5.86rem;
}
.game-download-btn:hover {
    cursor: pointer;
}
.game-download-btn.disabled:hover {
    cursor: default;
}
.game-download-btn-container {
    display: flex;
    width: 600px;
    justify-content: space-around;
    align-items: center;
}
/* .download-figure {
    margin-right: 3vw;
} */
.game-download-tips-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 11px;
    margin-top: 5px;
}
.chocolate-game-download-tips {
    padding: 3px 40px 3px 40px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2rem;
    margin: 1px 0 9px 0;
}
.up-bottom-arrow-container {
    display: none;
}
.game-icon-square {
    width: 13rem;
    height: 12.6rem;
    margin-top: 5px;
}
.game-icon-rect {
    width: 13.5rem;
    height: 12.5rem;
    margin-top: 5px;
}
.age-tips-container {
    position: absolute;
    right: 1vw;
    bottom: 60px;
}
.age-tips-icon {
    width: 120px;
    height: 140px;
}
.age-tips-icon:hover {
    cursor: pointer;
}
/* slide show */
.slide-show-card {
    height: 56.5vw;
    overflow: hidden;
    position: relative;
    margin-top: 1.5vw;
}
.slide-show-card.monster {
    height: 50vw;
    margin-top: 9vw;
}
.slide-show-card.monster .carousel-indicators {
    top: 40vw;
    z-index: 4 !important;
}
.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.cupcake{
    top:46vw;
}
.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: -35vw;
    font-size: 3.5rem;
    line-height: 5.5rem;
    width: 30vw;
}
.slide-show-text-container.jelly{
    color: #4a5086;
}
.slide-show-text-container.jelly.slide-1 {
    color: white;
}
.slide-show-text-container.chocolate {
    color: white;
    top: -29vw;
}
.slide-show-text-container.cookie {
    color: white;
    top: -29vw;
}
.slide-show-text-container.cake {
    color: white;
    top: -31vw;
    left: 63vw;
}
.slide-show-text-container.cupcake {
    top: -27vw;
}
.slide-show-text-container.chocolate.slide-2 {
    color: #1a7cc8;
}
.slide-show-text-container.cake.slide-0 {
    color: #553b32;
}

.slide-show-text-container.monster {
    color: white;
}
.slide-show-text-container.monster.single-intro {
    top: -28vw;
}
.slide-show-text{
    margin-bottom: 50px;
}
.slide-show-text h5{
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 30px;
}


/* .slide-show-figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 1200px;
    width: 100%;
}
.slide-show-container{
    perspective: 1000px;
}
.slide-show-all-images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}
.slide-show-image-container {
    transform-style: preserve-3d;
}
.slide-show-image {
    border: 16px solid white;
    border-radius: 10px;
    width: 486px;
    height: 714px;
}
.left-image {
    transform: rotateY(20deg);
    margin-right: -50px;
    z-index: -5;
}
.main-image {
    width: 560px;
    height: 817px;
    box-shadow: 0 0 20px -5px #999999;
}
.right-image {
    transform: rotateY(340deg);
    margin-left: -50px;
}

.slide-show-overlay {
    background:rgba(0, 0, 0, .25);
    position: absolute;
    top: 5px;
    width: 420px;
    height: 698.5px;
    z-index: 5;
}
.slide-show-left-overlay {
    transform: rotateY(20deg) translate3d(5.7px, 0, 3em);
    border-radius: 10px 0 0 10px;
}
.slide-show-right-overlay {
    transform: rotateY(340deg) translate3d(9.5px, 0, 2.55em);
    border-radius: 0 10px 10px 0;
}
/* chocoalte slides are horizontal */
/* .chocolate-slide.slide-show-image {
    border: 16px solid white;
    border-radius: 10px;
    width: 1000px;
    height: 600px;
}
.chocolate-slide.left-image {
    transform: rotateY(0);
    margin-right: -900px;
    z-index: -5;
}
.chocolate-slide.main-image{
    border: 16px solid white;
    border-radius: 10px;
    width: 1200px;
    height: 720px;
    z-index: 10;
}
.chocolate-slide.right-image{
    transform: rotateY(0) translateZ(-1px);
    margin-left: -900px;
}
.slide-show-overlay.chocolate-overlay {
    top: 0;
    width: 1000px;
    height: 600px;
}
.slide-show-left-overlay.chocolate-overlay {
    transform: rotateY(0) translate3d(0 , 0, 0);
    border-radius: 10px 0 0 10px;
    left: 0;
}
.slide-show-right-overlay.chocolate-overlay {
    transform: rotateY(0) translate3d(0 , 0, 0) translateZ(-1px);
    left: -900px;
    border-radius: 0 10px 10px 0;
}
.slide-show-figure-bg {
    position: absolute;
    z-index: -999;
    left: 0%;
    width: 100%;
    height: 98%;
}
.game-special-title {
    margin-top: 5vh;
    margin-bottom: 7vh;
}
.arrow{
    border: none;
    background-color: transparent;
}
.left-arrow{
    margin-right: 8vw;
}
.right-arrow{
    margin-left: 8vw;
}
.chocolate-arrow-container {
    display: none; 
} */
.player-reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
}
.player-reviews-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 150px;
}
.player-reviews-title {
    margin-bottom: 4vh;
    font-size: 4rem;
    font-weight: 700;
}
.jelly-reviews-title {
    color:#52bed1;
}
.chocolate-reviews-title {
    color: #0091fe;
}
.cake-reviews-title {
    color: #dc8bc3;
}
.monster-reviews-title {
    color: #ad6522;
}
.cookie-reviews-title{
    color: #65ccfc;
}
.cupcake-reviews-title{
    color: #5eaeee;
}
.player-reviews-text {
    text-align: center;
    font-size: 1.85rem;
    line-height: 3.5rem;
}
.hotline {
    margin-top: 5vh;
    font-size: 2.5rem;
    margin-bottom: 6vh;
    font-weight: 600;
}
.card-title, .about-slogan-list {
    margin-bottom: 4vh;
}
.overview-list, .overview-data{
    width: 65%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}
.overview-img, .overview-data-tab{
    width: 390px;
}
.overview-data-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overview-data-num {
    font-family: "Microsoft YaHei";
    font-size: 7.5rem;
    font-weight: bold;
    line-height: 7.5rem;
    /* font-size: 5.5rem; */
}
.num-quiet {
    /* line-height: 1; */
    vertical-align: bottom;
    /* font-size: 6rem; */
}
.num-animation {
    /* line-height: 1; */
    vertical-align: bottom;
    font-size: 9.5rem;
}
.overview-gif, .overview-line{
    width: 1100px;
}
.overview-line {
    display: flex;
    justify-content: space-around;
}
.overview-data-msg {
    margin-top: 4vh !important;
    font-size: 2.5rem;
}
.company-honor-content,.company-honor-carousel,.about-card-text, .card-title, .overview-data-msg{
    margin-top: 4vh;
}
.overview-data-num{
    color: #fdd100;
}

.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;
}
.about-slogan-list .space {
    width: 2.5rem;
    display: inline-block;
}
.about-card-text {
    font-size: 2.8rem;
    line-height: 6rem;
    width: 70%;
    text-align: left;
}
.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-content {
    position: absolute;
    left: 50%;
    width: 70%;
    /* transform:translate(-50%,-50%); */
    margin-left: -35%;
    top: 25%;
}

#carousel-example-generic .carousel-caption{
    position: absolute;
    top: 40%;
    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: 3.3rem;
    display: inline-block;
    text-align: left;
    width: 90%;
    line-height: 5rem;
    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: 1.2rem;
    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, .lemon-travel-title, .card-title{
    font-size: 7rem;
}

.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: 230px;
    height: 230px;
    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;
}

.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: 20%;
    top: 30%;
    animation-delay: 1.5s;
}

#lemon-welfare-content-1{
    left: 18%;
    top: 70%;
    width: 170px;
    height: 170px;
    animation-delay: 1.2s;
}

#lemon-welfare-content-2{
    left: 60%;
    top: 55%;
}

#lemon-welfare-content-3{
    left: 75%;
    top: 70%;
    width: 180px;
    height: 180px;
    animation-delay: 1.5s;
}

#lemon-welfare-content-4{
    left: 45%;
    top: 22%;
}

#lemon-welfare-content-5{
    left: 30%;
    top: 50%;
}

#lemon-welfare-content-6{
    width: 210px;
    height: 210px;
    left: 70%;
    top: 30%;
    animation-delay: 1.5s;
}

.lemon-welfare-content .welfare-mini-p {
    color: #fdd100;
    margin-top: 5%;
    font-size: 3rem;
}


#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: 5%
}

.welfare-large-title {
    color: black;
    font-size: 3rem;
    margin: 0;
    margin-top: 5%;
}

.welfare-title-3, .welfare-title-1{
    font-size: 2.1rem;
}

.welfare-large-p{
    font-size: 1.5rem;
    width: 80%;
    text-align: center;
    line-height: 1.8rem;
}

.welfare-p-3, .welfare-p-1{
    font-size: 1.1rem;
}

.welfare-mini-img {
    width: 40%;
}

.welfare-large-img{
    width: 28%;
}

.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%);
}

.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: 60%;
    left: 75%;
}
.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: 65%;
}

.lemon-travel-clouds-card-airplane-right {
    top: 45%;
    left: 90%;
}

.lemon-travel-images-card-sanya{
    top: 75%;
    left: 50%;
}


.dev-path-card {
    margin-top: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}
.path-img {
    width: 80%;
    margin-top: 6vh;
}
.picker-container {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    bottom: 77.5px;
    padding: 0 15vw;
}
.timeline-bg-img {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 10;
    opacity: 0.8;
}
.timestamp-picker-container {
    text-align: center;
    display: inline-block;
    z-index: 15;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.4s;
}
.timestamp-picker-container p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 2.3rem;
    color: #adadad;
    transition: all 0.4s;
}
.timestamp-picker-container:hover p, .timestamp-picker-container:hover button, .timestamp-picker-container.selected button, .timestamp-picker-container.selected p{
    transform: scale(1.1, 1.1);
    transition: all 0.4s;
    color: white;
}
.timestamp-picker {
    border: none;
    width: 26px;
    height: 25px;
    border-radius: 25px;
    margin-bottom: 1rem;
    background-color: white;
    padding: 0;
}
.timestamp-picker:hover, .selected .timestamp-picker{
    background-color: #318f37;
    border: 2px solid #cccccc;
    transition: background-color 0.4s border 0s;
    width: 27px;
    height: 27px;
}
.selected p{
    color: white;
}
.timeline{
    border-top: 1.5px solid #EAEEF1 !important;
    position: relative;
    bottom: 1.3vh;
    display: block;
    height: 1px;
    width: 80%;
}
.path-info-container {
    margin-top: 4vh;
    height: 910px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.path-text-container{
    display: flex;
    margin-top: 1.5rem;
    width: 65%;
}
.path-text {
    font-size: 2.5rem;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    text-align: justify;
}
.path-text-date {
    font-size: 2.3rem;
    margin-right: 2rem;
    color: #525252;
    margin-top: 0.5rem;
    min-width: 135px;
}
.back-to-top-btn {
    position: fixed;
    bottom: 17vh;
    right: 12px;
    z-index: 10;
}
.back-to-top-img{
    width: 7rem;
}
.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.7rem;
    line-height: 3.3rem;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.news-card {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 1fr;
    border: 1px solid #787878;
    margin-top: 5vh;
    padding: 2rem 2rem 2rem 2rem;
    transition: transform 0.3s;
    height: 250px;
    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-bottom: 1.5rem;
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 2;
}
.news-page {
    background-color: #F7F7F7;
}
.news-summary{
    font-size: 2.7rem;
    line-height: 3.7rem;
    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: 8rem;
}
.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);
}
.selectType, .selectType:active, .selectType:visited, .selectType:hover {
	color:#fdd000;
}
.unselectType, .unselectType:active, .unselectType:visited, .unselectType:hover {
	color:#ffffff;
}
.language{
	border:1px #FFF solid;
	border-radius:4px;
	padding:3px 4px 2px 3px;
	font-size:20px;
	}
.language:hover {
  border:1px #fdd000 solid;
}
.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;
}
#header {
	position:absolute;
	top:0px;
	z-index:99
}
.banner-container {
	/* min-height:225px; */
	overflow:hidden;
	position:relative;
    height: 46vw;
}
.position_initial {
	position:initial;
}
.position_rela {
	position:relative;
}
.banner-container .responsive-item {
	width:100%;
	vertical-align:middle
}
.connect-container {
	width:100%;
	text-align:center;
	padding: 13rem 20px 20px 20px;
}
.connect-container p {
	margin:3px;
	font-size:5.7rem;
	font-weight:300;
    line-height: 8rem;
    margin-top: 40px;
    color: #626262;
}
.button-connect {
    border-radius:20px;
    background-color: #84bd0b;
    padding: 1rem 0 10px 0;
    font-weight:550;
    font-size:1.8em;
    letter-spacing: 2px;
    /* 	background-color:#eeeeee; */
    text-decoration:none!important;
    color:white;
    display:inline-block;
    margin:80px 0 10px;
    width: 170px;
    height: 45px;
    transition: scale 0.3s ease-in-out;
}
.button-connect:hover {
    background-color: #fdd000;
    color:white;
    scale: 1.1;
    transition: scale 0.3s ease-in-out;
}
.button-yellow {
	border-radius:6px;
	border:2px solid #6eb92b;
	padding:5px 5px;
	font-weight:500;
	font-size:1em;
	text-align:center;
	/* 	background-color:#ffffff; */
	text-decoration:none!important;
	color:#6eb92b;
	display:inline-block;
	margin:5px 0 10px;
}
.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%;
	/* 	height:90px; */
	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;
}
.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:15px;
}
.connet_us_title {
	/* 	background:#fdd000; */
/* 	color:#000000; */
	padding-bottom:6px;
	line-height:7px;
	margin-bottom:15px;
	font-weight:800;
	font-size:1.4em;
}
/* .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:70px;
	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:1.4em;
	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%;
    height: 100%;
    object-fit: cover;
}
.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:130px;
	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;
}
.other_detail_content img{ width:100%;
height:100%;}
.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_detail_head3{
	font-size:1.2em;
	line-height:29px;
	}
.news_detail_head3 a:hover {
	color:#6eb92b;
}

.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.2em;
	padding-left:15px;
	padding-right:15px;
}
.game_show_text{
	top:20%;
	left:7%;}
	.game_show_text1{
	top:30%;
	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: bold;
	color:#fff;
}
.game_show_title1{
	color:#40489e;}
.game_show_content1 {
	text-align:left;
	color:#faeecc;
	font-size:1.4em;
	padding-left:30px;
	padding-right:60px;
	line-height:30px;
	font-weight:550;
}
.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;
}

.mute{
	position:absolute;
	right:3%;
	bottom:4%;
	width:3.5%;
	z-index:1;}

.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:64%;
	text-align:right;
	left:38%;
	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%;
}
.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:1em;
	z-index:1;
	text-align:justify;
	margin:0 auto;
	max-width:1000px;
}
.about_his_panel2 {
	padding-top:50px;
	padding-bottom:50px;
	/* 	padding-right:10px; */
/* 	padding-left:10px; */
	font-size:1.4em;/* 	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;
}
.play_video {
	width:100%;
}
.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>li>a {
	color:#fff;
}
.dropdown-menu>li {
	padding-left:15px;
}


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:10em;
}
.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;
	margin-bottom:0.5em;
}
.joinus_xiaozhao_table {
	margin-top:1em;
	margin-bottom:6em;
	width:100%;
	
}
.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%;
}




.clear {
  clear: both;
  }
.joinus_process{
	text-align:center;
	width:100%;
	margin-bottom:20%;
	}
.joinus_process div {
	float:left;
	width:24%;
	}
.joinus_process img{ width:70%;}

 .swiper-container {
    width: 210%;
	height:100%; 
	margin:auto;
	overflow:hidden;
	z-index:1;
	margin-bottom:-18%;}
.swiper-container div {
	float:left;
	}
.swiper-container img{ width:100%;}





/*简历上传*/
.joinus_application {
	width:800px;
	margin:100px  auto 30px auto;
}
.joinus_application_text {
	
	margin:20px 70px;
	font-size:1.2em;
}
.joinus_application_text div {
	padding-top:20px;
}

.joinus_application_text1 {
	color:#898989;
}
.joinus_application_text2 {
	padding-top:15px;
}
.joinus_text {
	-web-kit-appearance:none;
	-moz-appearance: none;
	width:250%;
	height:42px;
	padding:0px 5px;
	border-radius:5px;	
	border:none;
	border:1px #b8b8b8 solid;
}
.joinus_select{
	border:1px #b8b8b8 solid;
	 appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
    background: url(../images/select.png) no-repeat scroll right center transparent;
	padding-right: 14px;
}
select::-ms-expand {display: none; }

.joinus_file{
	position: relative;
	border-radius:5px;
    display: inline-block;
    position: relative;
    padding: 4px 5px;
    overflow: hidden;
    width:250%;
    background-color: #fff;
    border:1px #b8b8b8 solid;
    background:url(../images/file.png) left no-repeat ;
    background-size:29px;
    padding-left:30px;
    padding-top:5px;
    line-height:32px;
    color:#000;
}
.joinus_file input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
    background-color: transparent;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;

}
.joinus_file:hover {
	background:url(../images/file.png) left no-repeat ;
    border-color: #6eb92b;
    color: #000;
    text-decoration: none;
}
.joinus_xiaozhao_job_title {
	background:#6eb92b;
	color:#ffffff;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:900;
	font-size:1.5em;
}

#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; 
}
/* firefox support */
@-moz-document url-prefix() { 
    /* .banner-container {
        height: 92vh;
    } */
    body {
        scrollbar-width: none;
     }
    .game_video {
        object-fit: fill;
        height: 46vw;
        width: 100%;
    }
    .picker-container {
        bottom: 78px;
    }
    .timestamp-picker-container p {
        margin-bottom: 2px !important;
    }
}

/* mobile  手机端*/
/* 公司简介 */
.mobile-about-card {
    /* height: 90vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:9vh;
}
.mobile-title{
    font-size: 2.8rem;
}
.moblie-about-card-text{
    margin-top:4rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    width: 85%;
    text-align: justify;
    letter-spacing: 1px;
}
.moblie-about-slogan-list{
    margin-top: 1rem;
}
.moblie-about-slogan-text{
    font-size: 1.5rem;
}
.moblie-about-slogan-space{
    width: 1.5rem;
    display: inline-block;
}
.moblie-about-git{
    width: 90%;
}

/* 发展历程 */
.mobile-dev-path-card {
    margin-top: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}
.mobile-path-years{
    display: flex;
}
.mobile-path-title{
    font-size: 2.8rem;
    z-index: 5;
    margin-top: 5rem;
    position: absolute;
}

#mobile-path-container{
    width: 100%;
    height: 100%;
}

.mobile-swiper-pagination-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-dev-path-card .custom-pagination {
   padding: 0;
   width: 80%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.mobile-dev-path-card .mobile-swiper-pagination{
    position: absolute;
    top: 15%;
    text-align: center;
    z-index: 5;
    width: 80%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-path-years.active{
    background-image: url(../images/pathImage/highLightedDots.png) ;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    background-size: cover; 
    font-size: 2.5rem;
    margin: auto;
 }
 
 .mobile-path-years{
     background-image: url(../images/pathImage/dots.png);
     width: 6rem;
     height: 6rem;
     line-height: 6rem;
     text-align: center;
     background-size: cover; 
     font-size: 2rem;
     display: inline-block;
 }


.mobile-dev-path-card .swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
    --swiper-navigation-color: #7b807b;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}

#path-btn{
    --swiper-navigation-color: white;/* 单独设置按钮颜色 */
}
.mobile-dev-path-card .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
#mobile-path-container-part{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-path-msg-list {
    color: #4f4f4f;
    font-size: 1.5rem;
    text-align: left;
    z-index: 10;
    list-style-type: none; 
    padding-left: 0; 
    width: 90%;
}

.mobile-dev-path-card .msg-color{
     color: white;
 }
 .mobile-path-msg-list li {  
   position: relative; 
   padding-left: 3rem; 
   margin: 1rem;
 }  
 .mobile-path-msg-list .bullet {  
   content: "•"; 
   position: absolute; 
   left: 0; 
   top: 0%;
   font-size: 4rem; 
 }


.mobile-path-msg-part{
    width: 90%;
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mobile-dev-path-card .swiper-container{
    width: 100%;
}


/* 企业荣誉 */

#mobile-honor-card{
    width: 100%;
    height: 45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 8rem;
}

.mobile-honor-title{
    font-size: 2.8rem;
    z-index: 5;
    margin-top: 4rem;
    position: absolute;
}

#mobile-honor-container{
    width: 80%;
    height: 80%;
}

/* 外层容器 */
#mobile-honor-card .swiper {
    width: 85%;
    height: 85%;
    margin-top: 10rem;
   
}
.swiper img{
    img { pointer-events: none; }
}

#mobile-honor-card .swiper-container{
    width: 100%;
}
/* 轮播项 */
#mobile-honor-card .swiper .swiper-slide {
    width: 85%;
}

#mobile-honor-card .swiper-container img{
    width: 100%;
    height: 100%;
}

#honor-container-part{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor-container-img{
    width: 100%; 
    height:100%;
    display:block;
}
.honor-container-imgTitle{
    position: absolute;
    bottom: 2rem; 
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    /* 根据窗口动态变化 */
    font-size: clamp(1.1rem, 0.5rem + 1vw, 1.4rem); 
}

/* 员工福利 */
.mobile-welfare-card {
    width: 100%;
    height: 65rem;
    background-image: url('../images/about/mobileWelfare/mebileBg.png');
    background-repeat: no-repeat;
    background-size: cover; 
    position: relative;
}

.mobile-welfare-title{
    width: 100%;
    font-size: 2.8rem;
    z-index: 5;
    padding-top: 4rem;
    color: #fff;
    text-align: center;
}

.mobile-welfare-list{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}


#mobile-welfare-content{
    position: absolute;
    z-index: 5;
    padding: 0px;
    margin: 0px;
    transition: all 0.5s ease;  /* 添加过渡动画 */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-size: 100% 100%;
}

#mobile-welfare-content-focus{
    position: absolute;
    width: 62%;
    height: 7.5rem;
    line-height: 2rem;
    z-index: 9;
    animation: none;
    background: radial-gradient(#FEFBAF, #FDFAE2);
    border-radius: 100px / 80px;
    background-size: 100% 100%;
    transition: all 0.5s ease;  /* 添加过渡动画 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-welfare-mini-p{
    color: #FC9B3C;
    font-size: large;
}
.mobile-welfare-large-p{
    width: 20rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
}

.mobile-welfare-content-0{
    width: 18rem;
    height: 9rem;
    right: 9%;
    top: 20%;
    animation: float 5s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg0.png");
    background-repeat: no-repeat;
   
}
.mobile-welfare-content-1{
    width: 19rem;
    height: 9rem;
    right:  11%;
    top: 60%;
    animation: float 5s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg1.png");
    background-repeat: no-repeat;
}

.mobile-welfare-content-2{
    width: 21rem;
    height: 9rem;
    left: 9%;
    top: 26%;
   
    animation: float 6.5s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg2.png");
    background-repeat: no-repeat;
    
}

.mobile-welfare-content-3{
    width: 19rem;
    height: 9rem;
    left:  11%;
    top: 75%;
    animation: float 6.5s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg3.png");
    background-repeat: no-repeat;
}

.mobile-welfare-special{
    left: 0%;
    top:75%;
}

.mobile-welfare-content-4{
    width: 14rem;
    height: 8rem;
    left: 15%;
    top: 13%;
    animation: float 7s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg4.png");
    background-repeat: no-repeat;
 
}

.mobile-welfare-content-5{
    width: 21rem;
    height: 8rem;
    right:  13%;
    top: 41%;
    animation: float 5s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg5.png");
    background-repeat: no-repeat;
   
}

.mobile-welfare-content-6{
    width: 21rem;
    height: 9rem;
    left:  9%;
    top: 54%;
    animation: float 7s infinite ease-in-out;
    background-image: url("../images/about/mobileWelfare/bg6.png");
    background-repeat: no-repeat;
}


/* 活力柠檬 */

#mobile-activity-card{
    width: 100%;
    height: 45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.mobile-activity-title{
    font-size: 2.8rem;
    z-index: 5;
    margin-top: 4rem;
    position: absolute;
}

#mobile-activity-card .swiper {
    width: 85%;
    height: 85%;
    margin-top: 10rem;   
}

#mobile-activity-card .swiper-container{
    width: 100%;
}
/* 轮播项 */
#mobile-activity-card .swiper .swiper-slide {
    width: 85%;
}

#mobile-activity-card .swiper-container img{
    width: 100%;
    height: 100%;
}

#mobile-activity-container{
    width: 80%;
    height: 80%;
}

#activity-container-part{
    width: 100%;
    height: 100%;
}

.activity-container-img{
    width: 100%; 
    height:100%;
    display:block;
}

.activity-container-imgTitle{
    position: absolute;
    bottom: 1rem; 
    width: 100%;
    white-space: nowrap;
    text-align: center;
    color:#fff ;
    font-size: 1.5rem;
    font-weight: 300;
}

/* 柠檬走遍世界 */
.mobile-travel-card {
    width: 100%;
    height: 65rem;
    background-image: url('../images/about/mobileTravel/travelBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    position: relative;
    padding: 0;
    margin: 0;
}

.mobile-travel-title{
    /* width: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    z-index: 5;
    letter-spacing:0.3rem;
    padding-top: 3rem;
    writing-mode:vertical-rl;
}

.mobile-travel-list{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

#mobile-travel-images-card{
    position: absolute;
    color:#fff;
    transition: all 0.5s ease;  /* 添加过渡动画 */
}

#mobile-travel-images-card-focus{
    position: absolute;
    color:#fff;
    transition: all 0.5s ease;  /* 添加过渡动画 */
    transform: scale(1.2);
    z-index:9 ;
}

.mobile-travel-img{
    width: 15rem;
}

.mobile-travel-images-pattaya {
    width: 10rem;
 }
 .mobile-travel-images-macao,.mobile-travel-images-tokyo,.mobile-travel-images-sanya{
    width: 11rem;
 }
 
.mobile-travel-images-kyoto,.mobile-travel-images-hawaii,.mobile-travel-images-bali,.mobile-travel-images-dubai{
    width: 13rem;
}

.mobile-travel-card .mobile-travel-images-card-kyoto{
    left: 20%;
    top: 20%;
    font-size: 1.5rem;
    letter-spacing:0.3rem;
}

.mobile-travel-card .mobile-travel-images-card-pattaya{
    left: 5%;
    top: 32%;
    font-size: 1.2rem;
    letter-spacing:0.3rem;
}

.mobile-travel-card .mobile-travel-images-card-hawaii{
    right: 10%;
    top: 24%;
    font-size: 1.5rem;
    letter-spacing:0.3rem;
   
}

.mobile-travel-card .mobile-travel-images-card-macao{
    right: 10%;
    bottom: 10%;
    font-size: 1.2rem;
    letter-spacing:0.3rem;
}

.mobile-travel-card .mobile-travel-images-card-bali{
    left: 10%;
    top: 50%;
    font-size: 1.5rem;
    letter-spacing:0.3rem;
}

.mobile-travel-card .mobile-travel-images-card-dubai{
    right: 5%;
    top: 44%;
    font-size: 1.5rem;
    letter-spacing:0.3rem;
}

.mobile-travel-card .mobile-travel-images-card-tokyo{
    right: 20%;
    bottom: 20%;
    font-size: 1.5rem;
    letter-spacing:0.3rem;
}

.mobile-travel-card .mobile-travel-images-card-sanya{
    left: 18%;
    bottom: 17%;
}

.travel-image-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c6c6c6;
    opacity: 60%;
    border-radius: 6px;
}

.travel-image-location{
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.travel-image-location img{
    width: 40%;
}
#mobile-mark-hawaii,#mobile-mark-bali ,#mobile-mark-pattaya{
    width: 30%;
}


@media screen and (max-width: 2365px) {
    /* .news-card-container {
        height: 1950px;
    } */
    .news-card {
        grid-template-columns: 1fr 2.8fr;
        width: 100%;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 2.3rem;
    }
    .news-summary {
        margin-top: 40px;
    }
    .news-more-info-img {
        width: 6.5rem;
    }
    .news-card-info-container {
        grid-template-rows: 40px 30px 140px;
    }
    .popup{
        left: 41vw;
    }
    .slide-show-text-container {
        font-size: 3rem;
        line-height: 4.5rem;
        top: -35vw;
    }
}

@media screen and (min-width: 2105px) and (hover:hover){
    .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) {
    .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: 65px;
    }
    .game-card-content>img {
        top: -48px;
    }
    .game-card-overlay {
        width: 497px;
        height: 582px;
        left: 0%;
        top: -0.5%;
        border-radius: 2.3rem;
    }
    .game-card p{
        font-size: 1.4rem;
        line-height: 2.7rem;
    }
    .game-card-container {
        height: 1200px;
        padding: 0 11vw;
    }
    .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;
    }

    .path-info-container {
        height: 860px;
    }
    .path-text-date, .path-text {
        font-size: 2.35rem;
    }
}


@media screen and (max-width: 2100px) and (hover:hover){
    /* .game-card-content:hover{
        transform: translateY(-158px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-158px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
    .game-card-content {
        height: 228px;
        top: 166px;
    }
    .game-card-content>img {
        top: -48px;
    }
}


@media screen and (max-width: 1800px) {
    .game-card {
        margin: 0 1.2vw;
    }
}

@media screen and (min-width: 1650px) and (max-height: 600px) {
    .slide-show-overlay {
        top: 9px;
    }
    .slide-show-right-overlay {
        top: 9px;
    }
}

@media screen and (min-width: 1650px) and (min-height: 600px) {
    .slide-show-overlay {
        top: 8px;
    }
}
@media screen and (min-width: 1650px) and (min-height: 850px) {
    .slide-show-overlay {
        top: 7.5px;
    }
}

@media screen and (max-width: 1930px){
    .slide-show-text-container {
        top: -38vw;
    }
}

@media screen and (min-width: 1650px) and (max-width: 1930px){
    .popup {
        width: 25vw;
        left: 37.5vw;
    }
    .slide-show-figure {
        height: 1100px;
    }
    .slide-show-figure.chocolate-slide-show {
        height: 950px;
    }
    .slide-show-image {
        width: 400px;
        height: 650px;
    }
    .main-image {
        width: 450px;
    }
    .slide-show-overlay{
        width: 349px;
        height: 636px;
    }
    .slide-show-left-overlay {
        transform: rotateY(20deg) translate3d(3px, 0, 2.7em);
    }
    .slide-show-right-overlay {
        transform: rotateY(340deg) translate3d(-1.9px, 0, 2.7em);
    }
}
@media screen and (max-width: 1650px){
    /* homepage */
    #intro-text-special {
        font-size: 6.5rem;
        line-height: 8rem;
    }
    .connect-container p {
        font-size: 4.8rem;
    }
    .popup {
        font-size: 1.9rem;
    }
    .game-card-container {
        height: 1300px;
        padding: 0 3vw;
    }
    .game-logo-icon-container {
        margin-top: 150px;
    }
    .game-logo-icon-container img {
        scale: 1.5;
    }
    .game-logo-icon-container img:nth-child(1){
        left: -110px;
        width: 100px;
        height: 100px;
    }
    .game-logo-icon-container.chocolate img:nth-child(1) {
        left: -90px;
    }
    .game-logo-icon-container.monster img:nth-child(1){
        width: 107px;
    }
    .game-logo-icon-container img:nth-child(2){
        left: 190px;
        height: 68px;
        width: 180px;
    }
    .game-logo-icon-container.cookie img:nth-child(2){
        /* height: 96px; */
        /* width: 155px; */
        left: 260px;
        height: auto;
    }
    .game-logo-icon-container.chocolate img:nth-child(2){
        height: 80px;
        width: 178px;
        left: 210px;
    }
    .game-logo-icon-container.cupcake img:nth-child(2){
        /* height: 105px;
        width: 178px; */
        height: auto;
    }
    .game-logo-icon-container.jelly img:nth-child(2){
        /* top: 20px; */
    }
    .game-intro-text {
        font-size: 3.2rem;
        line-height: 7rem;
    }
    .player-reviews-title {
        font-size: 3.4rem;
    }
    .slide-show-text-container.cake.slide-0 {
        top: -34vw;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 4rem;
    }
    .slide-show-text-container {
        font-size: 2.5rem;
        line-height: 4rem;
        top: -39vw;
    }
    .slide-show-text-container.monster.single-intro {
        top: -32vw;
    }
    .carousel-indicators {
        margin-left: -29%;
    }
    /* about page */
    .path-info-container {
        width: 80%;
        margin-top: 0;
    }
    .path-text-date {
        min-width: 130px;
    }
    .timeline-bg-img {
        height: 60px;
    }
    .picker-container{
        bottom: 70px;
    }
    .timestamp-picker-container {
        margin-bottom: 7px;
    }
    .timestamp-picker-container p {
        font-size: 1.8rem;
    }
    .timestamp-picker {
        width: 20px;
        height: 20px;
    }
    .timestamp-picker:hover, .selected .timestamp-picker{
        width: 24px;
        height: 24px;
    }
    .path-img {
        margin-top: 4vh;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2.3fr;
    }
    .news-card-container {
        width: 95%;
        /* height: 1900px; */
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 2rem;
    }
    .news-summary {
        margin-top: 35px;
    }
    .horizontal-line.news-line {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .news-card-info-container {
        margin-top: -5px;
        grid-template-rows: 40px 20px 150px;
        grid-template-columns: 5.7fr 1fr;
    }
    /* firefox support */
    @-moz-document url-prefix() { 
        .picker-container{
            bottom: 68px;
        }
        .timestamp-picker-container p {
            margin-bottom: -3px !important;
        }
        .slide-show-overlay{
            top: 4.5px;
        }
    }
}

@media screen and (min-width: 1445px) and (max-width: 1650px) and (max-height: 600px){
    .slide-show-overlay {
        top: 6.5px;
    }
}

@media screen and (max-width:1445px) {
    /* about page  */
    .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, .lemon-travel-title, .card-title{
        font-size: 3rem;
    }
    .num-quiet {
        font-size: 4rem;
    }
    .num-animation {
        font-size: 5.5rem;
    }
    .carousel-caption-msg p {
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .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: 140px;
        width: 140px;
    }

    #lemon-welfare-content-4{
        width: 130px;
        height: 130px;
    }

    #lemon-welfare-content-1, #lemon-welfare-content-3, #lemon-welfare-content-6{
        width: 120px;
        height: 120px;
    }

    #lemon-welfare-content-0 {
        left: 15%;
    }

    .welfare-large-p{
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .welfare-p-0, .welfare-p-2, .welfare-p-5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .welfare-large-title {
        font-size: 1rem;
    }

    .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;
    }
    .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.cookie img,.game-card-content.jelly img,.game-card-content.monster img,.game-card-content.chocolate>img{
        width: 145px;
        margin-left: -72px;
    }
    .game-card {
        height: 120px;
        top: 3px;
        width: 430px;
        height: 502px;
        border-radius: 17px;
    }
    .game-card-content>img {
        top: -68px;
    }
    /* #game-card-content-3 img {
        top: -38px;
    } */
    .game-card {
        /* width: 265px;
        height: 316px; */
        /* height: 480px; */
        margin-bottom: 2vh;
        margin-right: 0.5vw;
    }
    .game-card-bg-img {
        width: 430px;
    }
    .game-card p {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .game-card-board > span {
        font-size: 1.2rem;
    }
    /* .game-card-bg-img {
        width: 265px;
    } */
    .game-card-overlay {
        width: 407px;
        height: 477px;
        border-radius: 1.8rem;
        top: 0.6%;
    }
    .game-card-container {
        /* height: 1150px; */
        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;
    }
    .age-tips-container {
        right: 0.7vw;
        bottom: 47px;
    }
    .age-tips-icon {
        width: 100px;
        height: 120px;
    }
    /* slide-show */
    .slide-show-text-container.jelly.slide-1 {
        top: -41vw;
        left: 60vw;
        width: 32vw;
    }
    .slide-show-text-container.chocolate {
        top: -34vw;
    }
    .slide-show-text-container.cake {
        top: -33vw;
        width: 35vw;
    }
    /* about page */
    .about-card-text {
        font-size: 2rem;
        line-height: 4rem;
    }
    .about-slogan-text{
        font-size: 2rem;
        line-height: 4rem;
    }
    .about-slogan-list .space {
        width: 2rem;
        display: inline-block;
    }
    .about-title{
        width: 350px;
    }
    .about-card {
        margin-top: 5vh;
    }
    .path-text, .path-text-date {
        font-size: 1.8rem;
    }
    .path-text-date {
        margin-top: 0.35rem;
    }
    .path-info-container {
        height: 720px;
    }
    .path-text-container {
        margin-top: 1.2rem;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 1.9fr;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 1.7rem;
    }
    .news-summary {
        line-height: 2.6rem;
    }
    .news-card-preview-img {
        height: 200px;
    }
    .page-btn {
        width: 100px;
        height: 40px;
        font-size: 1.8rem;
    }
    .pagination-btn {
        width: 43px;
        height: 40px;
        border-radius: 15px;
        font-size: 2rem;
    }

    .game_show_content1 {
        font-size:1.7em;
    }
    .xiaozhao_title {
        margin-top:2em;
	    margin-bottom:6em;
    }
	.xiaozhao_title img {
        width:90%;
        padding:30px;
        margin-left:5%;
    }
    .navbar-collapse.collapse>ul {
        flex-wrap: wrap;
    }

    .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 h2 {
        margin-bottom:0;
        font-size:60px;
    }
    .banner-container .banner-content h2.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 {
        top:20%;
    }
    .games_download_bg {
        bottom:15%;
    }
    .about_his_panel2 {
        font-size:1.2em;
    }
    .joinus_sweet2_content {
        font-size:1.2em;
        line-height:25px;
    }
    .about_his_time {
        bottom:10%;
        height:40%;
        max-height:500px;
    }
    .title_bg3_label {
        font-size:1.8em;
    }

    .joinus_application {
        width:800px;
        margin-top:70px;
    }
    .joinus_text{
        width:250%;
        margin-left:0px;
    }
    .joinus_file{
        width:250%;
        margin-left:0px;
    }
    @-moz-document url-prefix() { 
        .news-summary {
            line-height: 2.5rem;
        }
        .slide-show-left-overlay{
            margin-top: 0px;
            height: 496.5px;
        }
        .slide-show-right-overlay{
            left: -61.5px;
            margin-top: 0px;
            border-radius: 0 10px 10px 0;
        }
    }
}

@media screen and (max-width:1445px) and (hover: hover){
    .game-card-content {
        height: 205px;
        top: 159px;
    }
    .game-card-content>img {
        top: -36px;
    }
    .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) and (hover: hover){
    /* .game-card-container {
        height: 900px;
    } */
    .game-card-container {
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }
}

@media screen and (max-width: 1160px) {
    /* .game-card-container {
        grid-template-columns: repeat(4, auto);
        height: 950px;
    } */
    .game-card {
        margin: 1vh 0.1vw;
    }
    .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 p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    /* .game-card-bg-img {
        width: 249px;
        height: auto;
    } */
    /* homepage */
    #intro-text-special {
        font-size: 4.5rem;
        line-height: 6rem;
        margin-bottom: 40px;
    }
    .connect-container {
        padding-top: 10rem;
    }
    .connect-container p {
        font-size: 3.5rem;
        margin-top: 20px;
    }
    .button-connect {
        margin-top: 60px;
    }
    .path-text-date{
        min-width: 120px;
    }
    .path-info-container {
        margin-top: 0;
        height: 700px;
    }
    /* .game-card {
        width: 350px;
        height: 410px;
        margin-bottom: 0;
    }
    .game-card p {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .game-card-bg-img {
        width: 350px;
    } */
    .game-card-overlay {
        width: 348px;
        height: 408px;
        border-radius: 1.8rem;
        top: 0.6%;
    }
    .game-card-text-container {
        margin-bottom: 1rem;
    }
    .game-logo-icon-container {
        margin-top: 120px;
    }
    .popup {
        height: 75px;
        font-size: 1.8rem;
    }
    .detail-btn {
        width: 8rem;
        height: 3rem;
        font-size: 1.2rem;
        padding-top: 0.25rem;
        margin-bottom: 1rem;
    }
    .age-tips-container {
        right: 0.4vw;
        bottom: 32px;
    }
    .age-tips-icon {
        width: 80px;
        height: 96px;
    }
    .news-card-preview-img {
        height: 160px;
    }
    .news-card {
        grid-template-columns: 1fr 2.2fr;
        padding: 2rem 2rem 2rem 1.5rem;
        height: 200px;
    }
    .news-card-info-container {
        grid-template-rows: 25px 15px 150px;
    }
    .horizontal-line.news-line {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
    .news-summary {
        margin-top: 25px;
        font-size: 1.5rem;
    }
    .news-link {
        bottom: 12px;
        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: 100px;
        text-align: right;
        margin-top: 2px;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 3.3rem;
    }
    .slide-show-text-container {
        font-size: 2.1rem;
        line-height: 3.5rem;
        top: -41vw;
        left: 59vw;
        width: 35vw;
    }

    /* game page */
    .game_turn {
        top: 48%;
    }
    .game-logo-icon-container img:nth-child(1) {
        width: 70px;
        height: 70px;
    }
    .game-logo-icon-container.monster img:nth-child(1) {
        width: 82px;
        height: 75px;
    }
    .game-logo-icon-container.chocolate img:nth-child(1){
        left: -110px;
    }
    /* .game-logo-icon-container.cookie img:nth-child(1){
        left: -51px;
    } */
    .game-logo-icon-container img:nth-child(2) {
        left: 140px;
        height: 50px;
        width: 145px;
        /* top: 10px; */
    }
    .game-logo-icon-container.cookie img:nth-child(2){
        /* height: 96px; */
        /* width: 155px; */
        left: 140px;
        height: auto;
    }
    .game-logo-icon-container.monster img:nth-child(2) {
        height: 50px;
        width: 145px;
    }
    .game-logo-icon-container.chocolate img:nth-child(2){
        height: 60px;
        width: 140px;
        /* top: 3px; */
        left: 140px;
    }
    .game-logo-icon-container.cupcake img:nth-child(2){
        /* height: 80px;
        width: 140px; */
        height: auto;
    }
    /* .game-logo-icon-container.cookie img:nth-child(2){
        height: 70px;
        width: 120px;
        top: 3px;
        left: 120px;
    } */
    .game-logo-icon-container.jelly img:nth-child(2) {
        /* top: 13px; */
    }
    .game-intro-text-container {
        margin-top: 1rem;
    }
    .game-intro-text {
        font-size: 2.1rem;
        line-height: 4.5rem;
    }
    .download-container {
        margin-top: 6rem;
    }
    .game-download-btn-container {
        width: 350px;
    }
    .game-download-btn {
        width: 15rem;
        height: 5rem;
    }
    .player-reviews-card {
        margin-bottom: 100px;
    }
    .player-reviews-title {
        font-size: 2.7rem;
    }
    .hotline {
        font-size: 2.2rem;
    }
}

@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-content {
        height: 196px;
        top: 148px;
    }
    .game-card-content>img {
        top: -33px;
    }
    .game-card:hover >.game-card-content{
        transform: translateY(-138px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
}
/* ipad */
@media screen and (max-height: 1024px) and (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {
    .news-card:hover {
        /* box-shadow: none; */
        /* transform: none; */
    }
    .back-to-top-btn {
        /* display: none; */
    }
    .picker-container {
        min-height: 80px;
    }
}
@media not screen and (min-width: 500px) {
    .back-to-top-btn {
        display: none;
    }
  }
@media screen and (min-width: 1024px) and (max-width: 1445px) and (max-height: 600px){
    .slide-show-left-overlay {
        top: 2px;
    }
}
@media screen and (max-width:1024px) {
    .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: 120px;
        width: 120px;
    }
    #lemon-welfare-content-1, #lemon-welfare-content-3, #lemon-welfare-content-6, #lemon-welfare-content-4 {
        width: 100px;
        height: 100px;
    }
    .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: 1.2rem;
    }


    .slide-show-figure {
        height: 830px;
    }
    /* .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: 1000px;
    } */
    .game-card {
        margin-right: 2vw;
        /* width: 430px;
        height: 502px;
        justify-self: center; */
    }
    .game-card p {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }
    .game-card-text-container {
        margin-bottom: 1vh;
    }
    .detail-btn {
        width: 11rem;
        height: 3.5rem;
        font-size: 1.4rem;
        padding-top: 0.6rem;
        margin-bottom: 2rem;
    }
    .game-card-overlay {
        display: none;
    }
    .timestamp-picker-container {
        padding: 0;
    }
    /* about page */
    .about-title {
        margin-top: 1rem;
    }
    .about-card {
        margin-top: 4rem;
    }
    .about-card-text {
        font-size: 1.5rem;
        margin-top: 3rem;
    }
    .about-slogan-text {
        font-size: 1.5rem;
    }
    .about-slogan-list{
        margin-top: 3rem;
    }
    .about-slogan-list .space {
        width: 1.5rem;
        display: inline-block;
    }
    .dev-path-card {
        margin-top: 3rem;
        width: 100%;
    }
    .path-text, .path-text-date {
        font-size: 1.7rem;
    }
    .path-text-date {
        margin-top: 0.1rem;
        min-width: 100px;
    }
    .path-info-container {
        margin-top: 0;
        margin-left: 0;
        height: 720px;
        width: 80%;
    }
    .timestamp-picker-container {
        margin-bottom: 7px;
    }
    .timestamp-picker-container p {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    .timestamp-picker {
        width: 16px;
        height: 16px;
    }
    .timestamp-picker:hover, .selected .timestamp-picker{
        width: 19px;
        height: 19px;
        border: 1px solid #cccccc;
    }
    .picker-container {
        bottom: 60px;
    }
    .timeline-bg-img {
        height: 50px;
    }
    .picker-container {
        min-height: 70px;
    }
    /* news page */
    .news-card-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .news-card {
        grid-template-rows: 188px 230px;
        grid-template-columns: 1fr;
        height: 430px;
        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: 30px 15px 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;
    }
    .news-link {
        bottom: 183px;
        right: 15px;
    }
    .news-more-info-img {
        width: 3.5rem;
    }
    .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;
    }
    .news-title-container .news-summary  {
        font-size: 1.4rem;
        line-height: 1.8rem;
        grid-column: 1;
        grid-row: 4;
    }
    .news-title-container p {
        min-width: 90px;
        margin-top: 7px;
    }
    .news-page section {
        padding-top: 150px;
    }
    .page-btn {
        width: 70px;
        height: 30px;
        font-size: 1.5rem;
    }
    .game-card:hover {
        transform: none;
    }
    .hide-xs {
        display: none;
    }
    .show-xs {
        display: block;
    }
    .pagination-btn {
        width: 33px;
        height: 31px;
        border-radius: 10px;
    }
    .news-card-pagination-container {
        margin-bottom: 3rem;
        position: relative;
    }
    .other_detail_content img {
        height:100%;
        width:100%;
    }
    .xiaozhao_title {
        margin-top:2em;
	    margin-bottom:6em;
    }
	.xiaozhao_title img {
        width:90%;
    	padding:30px;
    	margin-left:5%;
    }
	.xiaozhao_bg{width:100%;
	}
		
    .banner-container .banner-content {
        margin-top:10px
    }
    .banner-container .banner-content h2 {
        font-size:40px;
        margin-bottom:0
    }
    .banner-container .banner-content h2.title-sm {
        margin-bottom:0px;
    }
    .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 {
        top:20%;
        font-size:1em;
    }
    .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:500px;
    }
    .title_bg3_label {
        font-size:1.5em;
    }
    .joinus_application {
        width:600px;
        margin-top:45px;
    }
    .joinus_text{
        width:280%;
        margin-left:0px;
    }
    .joinus_file{
        width:280%;
        margin-left:0px;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 2.8rem;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .slide-show-text-container {
        font-size: 1.9rem;
        line-height: 3rem;
        top: -39vw;
        left: 59vw;
        width: 38vw;
    }
    .slide-show-text-container.jelly.slide-1 {
        top: -42vw;
    }
    .slide-show-text-container.cake{
        top: -35vw;
        font-size: 1.7rem;
        line-height: 2.7rem;
    }
    .slide-show-card.monster .carousel-indicators {
        top: 38vw;
    }
    /* firefox support */
    @-moz-document url-prefix() { 
        .picker-container{
            bottom: 60px;
        }
        .timestamp-picker-container p {
            margin-bottom: -7px !important;
        }
        .news-card {
            grid-template-rows: 211px 230px;
            height: 431px;
            width: 370px;
        }
    }
}

@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;
    }
    .game-card p {
        font-size: 1.1rem;
        line-height: 2.2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 600px){
    .slide-show-left-overlay {
        top: 2px;
    }
}

@media screen and (max-width:960px) {
    .overview-gif{
        width: 500px;
    }
    .popup{
        width: 35vw;
        left: 32.5vw;
    }
    /* chocolate slides are horizontal */
    .slide-show-all-images-container.chocolate-images-container {
        /* flex-direction: column; */
    }
    .up-bottom-arrow-container{
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
        display: none;
    }
    .slide-show-all-images-container.chocolate-images-container{
        width: 610px;
    }
    .slide-show-container{
        display: flex;
    }
    .chocolate-slide.slide-show-image {
        width: 430px;
        height: 258px;
        border: 8px solid white;
    }
    .chocolate-slide.main-image{
        width: 550px;
        height: 330px;
        border: 8px solid white;
    }
    .chocolate-slide.left-image {
        /* margin-right: 0;
        margin-bottom: -190px; */
    }
    .chocolate-slide.right-image {
        /* margin-left: 0;
        margin-top: -190px; */
    }
    .slide-show-overlay.chocolate-overlay {
        width: 430px;
        height: 258px;
    }
    .slide-show-left-overlay.chocolate-overlay {
        border-radius: 10px 0 0 10px;
    }
    .slide-show-right-overlay.chocolate-overlay {
        /* left: 0; */
        /* top: -190px; */
        border-radius: 0 10px 10px 0;
    }
    .slide-show-figure-bg.chocolate-slide-bg{
        height: 83%;
    }

    .game-intro-text {
        font-size: 1.95rem;
    }
}

@media screen and (max-width:840px) and (hover:hover) {
    .game-card-container {
        grid-template-columns: repeat(2, auto);
        height: 1400px;
    }
}

@media screen and (max-width:768px) {
    img { pointer-events: none; }
    /* homepage */
    #intro-text-special {
        font-size: 3rem;
        line-height: 4.5rem;
        margin-bottom: 30px;
    }
    .connect-container {
        padding-top: 6rem;
        height: 400px;
    }
    .connect-container p {
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .button-connect {
        margin-top: 20px;
    }
    .video-preview-img img {
        width: 100vw;
    }
    .hide-xxs {
        display: none;
    }
    .game_turn {
        width: 50px;
        top: 42%;
        left: 46.3%;
    }
    .game-special-title {
        margin-bottom: 5vh;
    }
    .intro-text {
        margin-bottom: 50px;
    }
    .intro-text p {
        line-height: 3rem;
    }
    .banner-container {
        min-height: 46vw;
        z-index: 5;
        margin-top: 45px;
    }
    .horizontal-line.news-line {
        margin-top: 0.3rem;
        margin-bottom: 1rem;
    }
    .news-more-info-img {
        width: 3.5rem;
    }
    .news-page section {
        padding-top: 80px;
    }
    .news-card {
        height: 380px;
        grid-template-rows: 160px 200px;
        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.9rem;
    }
    .news-title-container .news-summary {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .news-more-info-img {
        width: 2.5rem
    }
    .news-link {
        bottom: 163px;
    }
    .back-to-top-img {
        width: 50px;
    }
    .path-info-container {
        height: 700px;
    }
    .path-text-container {
        margin-top: 0.5rem;
    }
    .path-text-date {
        margin-top: 0.05rem;
    }
    .path-img {
        margin-top: 3vh;
    }
    .button-connect {
        font-size: 1.6rem;
        width: 12rem;
        height: 3.5rem;
        padding-top: 5px;
    }
    .button-connect:hover {
        transform: none;
    }
    /* game page */
    .game-logo-icon-container {
        margin-top: 100px;
        height: 100px;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 2.1rem;
        margin-bottom: 5px;
    }
    .slide-show-text-container {
        font-size: 1.5rem;
        line-height: 2.3rem;
        top: -38vw;
    }
    .slide-show-text-container.jelly.slide-1 {
        top: -42vw;
    }
    .slide-show-text-container.cake{
        top: -36vw;
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    .carousel-indicators {
        top: 46.5vw;
        margin-left: -28%;
    }
    .carousel-indicators .active {
        width: 11px;
        height: 11px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .player-reviews-card {
        margin-bottom: 50px;
    }
    .player-reviews-text {
        font-size: 1.2rem;
        line-height: 1.8rem;
        width: 90%;
    }
    .player-reviews-title {
        margin-bottom: 2vh;
        font-size: 2.3rem;
    }
    .hotline {
        font-size: 1.7rem;
    }
    .title-image{
        width: 330px;
    }
    .game-intro-text {
        font-size: 1.7rem;
        line-height: 3rem;
        width: 100%;
    }
    .game-intro-text-container{
        margin-top: 2rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .game-icon-square {
        width:9rem;
        height: 9rem;
    }
    .game-icon-rect {
        width: 9.5rem;
        height: 9rem;
    }
    .game-download-btn {
        width: 12rem;
        height: 4rem;
    }
    .game-download-btn-container {
        justify-content: space-around;
    }
    .game-download-tips-container{
        margin-left: 9px;
    }
    .chocolate-game-download-tips {
        padding: 4px 7px 4px 7px;
        border: 1px solid black;
        border-radius: 5px;
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin: 1px 0 7px 0;
    }
    .game_video {
        height: 100%;
    }
    .download-container {
        justify-content: center;
        margin-top: 3rem;
    }
    .game-download-btn-container {
        width: 290px;
    }
    .age-tips-icon {
        width: 60px;
        height: 72px;
    }
    .left-arrow img, .right-arrow img{
        width: 30px;
    }
	.other_detail_content {
        padding:0 0 30px 0;
    }
	.other_detail_content img {
		height:100%;
		width:100%;
    }
	.news_detail_head3 { 
        font-size:13px;
		
    }
	.player_comment_title{
        padding-bottom:12px;
    }
	.xiaozhao_title {
		margin-top:2em;
	    margin-bottom:6em;
    }
	.xiaozhao_title img {
		width:90%;
		margin-left:5%;
	    padding:0px;
    }
    .game-card {
        width: 390px;
        height: 455px;
    }
    .game-card-bg-img {
        width: 390px;
        height: 455px;
    }
    .game-card p{
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .game-card-text-container {
        margin-bottom: 0.7vh;
    }
    .detail-btn{
        font-size: 1.4rem;
        width: 9.5rem;
        height: 3.2rem;
        padding-top: 0.35rem;
        margin-top: 0.1rem;
        margin-bottom: 0.5rem;
    }
    .detail-btn:hover {
        transform: none;
    }
    .popup {
        width: 40vw;
        left: 30vw;
        font-size: 1.5rem;
    }
	.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 h2 {
        font-size:25px;
        font-weight:400;
    }
    .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%;
        padding-left:5%;
        padding-right:5%;
        left:0px;
        padding-bottom:10px;
        padding-top:10px;
        line-height:20px;
    }
    #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%;
    }
    .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:0px;
    }
    .news_more {
        bottom:0px;
        font-size:0.8em;
    }
    .game_jelly_desc {
        position:initial;
        margin-left:5%;
        width:90%;
        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:50px;
        line-height:36px;
    }
    .game_show_title {
        padding-bottom:20px;
        font-size:2.2em;
    }
    .game_show_title2{
        text-shadow:0 0 5px #844500, -0 -0 5px #844500;
    }
    .joinus_job_container {
        background-color:#eeeeee;
        padding:0px;
    }
    .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 {
        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%;
    }
    .joinus_application {
        width:100%;
        margin-left:0px;
        margin-top:0px;
    }
    .joinus_text{
        width:250%;
        margin-left:0px;
    }
    .joinus_file{
        width:100%;
        margin-left:0px;
    }

    .joinus_application_text input {
        width:100%;
    }
	.joinus_application_text select{
        width:100%;
    }
	.joinus_applican_text {
	    margin:0px 20px;
    }
}

@media screen and (max-width:768px) and (hover:hover) {
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .game-card {
        width: 249px;
        height: 297px;
        margin-bottom: 2vh;
    }
    .game-card-bg-img {
        width: 249px;
        height: 297px;
    }
    .game-card-container {
        grid-template-columns: repeat(2, auto);
        /* height: 1200px; */
        height: 1400px;
    }
}

@media screen and (max-width: 640px)  {
    .path-info-container {
        height: 760px;
    }
}

@media screen and (max-width: 600px) and (hover:hover){
    /* .game-card-content:hover{
        transform: translateY(-100px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-100px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
}


@media screen and (max-width: 600px) and (hover:hover) {
    .game-card-container {
        grid-template-columns: repeat(2, auto);
        height: 3370px;
    }
    /* .game-card-content.cookie img {
        left: 80px;
    } */
    .game-card-content {
        height: 166px;
        top: 110px;
    }
    .game-card-container {
        padding: 0 10vw;
        grid-template-columns: repeat(1, auto);
        margin-left:9vw;
        margin-right: 9vw;
    }
    /* homepage */
    #intro-text-special {
        font-size: 3rem;
        line-height: 4.5rem;
        margin-bottom: 30px;
    }
    .connect-container {
        padding-top: 6rem;
        height: 400px;
    }
    .connect-container p {
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .button-connect {
        margin-top: 20px;
    }
    .game-special-title {
        margin-bottom: 4vh;
    }
    .game_turn {
        width: 9%;
        top: 37%;
        left: 46%;
    }
    .chocolate-images-container .left-arrow {
        left: -35px;
    }
    .chocolate-images-container .right-arrow {
        right: -35px;
    }
    .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-list .space {
        width: 1.3rem;
        display: inline-block;
    }
    .path-text, .path-text-date, .timestamp-picker-container p {
        font-size: 1.3rem;
    }
    .path-text-date {
        min-width: 80px;
        margin-top: -0.2rem;
        margin-right: 0.3rem;
    }
    .path-info-container {
        margin-top: -30px;
        height: 550px;
    }
    .timeline-bg-img {
        height: 38px;
    }
    .dev-path-card {
        margin-top: 1.5rem;
    }
    .picker-container {
        bottom: 53.5px;
    }
    .timestamp-picker {
        width: 12px;
        height: 12px;
        padding: 0;
        margin-bottom: 14px;
        transition: all 0.1s;
    }
    .timestamp-picker:hover, .timestamp-picker-container.selected button {
        width: 14px;
        height: 14px;
        border: 1px solid white;
        padding: 0;
        margin-bottom: 13px;
        transform: scale(1.05, 1.05);
    }
    .timestamp-picker-container p{
        margin-bottom: -5px;
    }
    .timestamp-picker-container.selected p {
        margin-bottom: -5px;
    }
    .timestamp-picker-container{
        min-width: 50px;
    }
    .news-more-info-img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .news-date {
        margin-bottom: 0.5rem;
    }
    .news-card-info-container {
        grid-template-rows: 35px 10px 45px 120px;
        margin-top: 0.5px;
        height: 230px;
    }
    .news-card {
        margin-right: 0;
    }
    .news-summary {
        width: 95%;
        font-size: 1.2rem;
    }
    .news-link {
        bottom: 192px;
        right: 12px;
    }
    .news-more-info-img {
        width: 3rem;
    }
    .news-title-container h5 {
        line-height: 2rem;
    }
    .game-intro-card {
        padding-top: 0;
    }
    .game-card {
        width: 320px;
        height: 381px;
    }
    .game-card-bg-img {
        width: 320px;
        height: 381px;
    }
    /* .game-card-container {
        height: 2300px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 1vh; */
        /* margin-top: 1vh; */
    /* } */
    .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;
    }
    .detail-btn:hover {
        transform: none;
    }
    .popup {
        left: 17.5vw;
        width: 65vw;
    }
    /* game page */
    .game-logo-icon-container img {
        scale: 1.45;
    }
    .game-logo-icon-container img:nth-child(1){
        left: -60px;
        /* top: 5px; */
        width: 50px;
        height: 50px;
    }
    .game-logo-icon-container.monster img:nth-child(1) {
        width: 55px;
        height: 50px;
    }
    .game-logo-icon-container.chocolate img:nth-child(1) {
        left: -60px;
    }
    .game-logo-icon-container img:nth-child(2){
        left: 100px;
        height: 35px;
        width: 85px;
    }
    .game-logo-icon-container.cookie img:nth-child(2){
        /* height: 96px; */
        /* width: 155px; */
        left: 100px;
        height: auto;
    }
    .game-logo-icon-container.monster img:nth-child(2) {
        height: 35px;
        width: 85px;
    }
    .game-logo-icon-container.chocolate img:nth-child(2) {
        height: 38px;
        width: 85px;
        left: 100px;
        /* top: 8px; */
    }
    .game-logo-icon-container.cupcake img:nth-child(2){
        /* height: 50px;
        width: 85px; */
        height: auto;
    }
    /* .game-logo-icon-container.cookie img:nth-child(2) {
        height: 57px;
        width: 80px;
        left: 100px;
        top: -3px;
    } */
    .game-logo-icon-container {
        margin-top: 60px;
        height: 80px;
    }
    .game-download-btn-container {
        width: 270px;
    }
    .download-container {
        justify-content: center;
        margin-top: 4.5rem;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    .slide-show-text-container {
        font-size: 1.2rem;
        line-height: 2rem;
        top: -38vw;
    }
    .slide-show-text-container.jelly.slide-1 {
        top: -41.5vw;
    }
    .slide-show-text-container.cake{
        top: -36vw;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    /* 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: 525px) {
    .path-info-container{
        height: 560px;
    }
    .path-text-container {
        margin-top: 0.3rem;
    }
    .path-text-date {
        margin-top: -0.3rem;
    }
}

@media screen and (max-width: 480px) {
    /* homepage */
    #intro-text-special {
        font-size: 2.3rem;
        line-height: 3rem;
        margin-bottom: 10px;
    }
    .connect-container {
        padding-top: 6rem;
        height: 264px;
    }
    .connect-container p {
        font-size: 1.75rem;
        margin-top: 14px;
    }
    .button-connect {
        margin-top: 15px;
    }

    .age-tips-icon {
        width: 45px;
        height: 54px;
    }
    /* game page */
    .player-reviews-text {
        font-size: 1.1rem;
    }
    .player-reviews-card {
        margin-bottom: 30px;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 1.5rem;
        margin-bottom: 2px;
    }
    .slide-show-text-container {
        font-size: 1rem;
        line-height: 1.5rem;
        top: -38vw;
    }
    .slide-show-text-container.cake.slide-0 {
        top: -36vw;
    }
    .slide-show-text-container.jelly.slide-1 {
        top: -41vw;
    }
    .path-info-container{
        height: 610px;
    }
}

@media screen and (max-width: 430px) {
    .game-card-content.cookie img {
        top: -51px;
    }
    .game-card-content.chocolate>img {
        top: -51px;
    }
    .game-card-content.jelly img {
        top: -51px;
    }
    .game-card-content.monster img {
        top: -51px;
    }
    /* #game-card-content-3 img {
        top: -74px;
    } */
    .game-card-content {
        top: 8px;
        height: 88px;
    }
    .game-card-content>img{
        top: -70px;
    }
    .game-card {
        width: 320px;
        height: 373px;
        border-radius: 14px;
    }
    .game-card-bg-img {
        width: 320px;
        height: 373px;
    }
    .game-card-container {
        height: 3115px;
        grid-template-columns: repeat(1, auto);
    }
    .path-info-container{
        height: 620px;
    }
    .path-text-date, .path-text {
        font-size: 1.2rem;
    }
    .path-text-date {
        margin-top: -0.3rem;
    }
    .news-title-img {
        width: 250px;
    }
    .news-preview-figure {
        width: 100%;
    }
    .news-card-preview-img {
        width: 330px;
        height: 188px;
    }
    .news-card {
        width: 330px;
        grid-template-rows: 188px 160px;
        grid-template-columns: 1fr;
        height: auto;
    }
    .news-link {
        bottom: 132px;
        right: 10px;
    }
    .news-title-container h5 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .news-title-container .news-summary {
        font-size: 1.2rem;
        line-height: 1.6rem;
        width: 100%;
        text-align: justify;
        margin-top: 4px;
    }
    .news-card-info-container {
        grid-template-rows: 20px 10px 45px 55px;
        margin-top: 0px;
        width: 100%;
        padding: 1.3rem 1.3rem;
        height: 165px;
    }
    .news-more-info-img {
        width: 2.5rem
    }
    .news-date {
        margin-top: -5px;
        margin-bottom: 0;
        font-size: 1.5rem;
    }
    .page-btn {
        width: 55px;
        height: 27px;
        font-size: 1.3rem;
        margin-left: 1rem;
    }
    .pagination-btn {
        padding: 0;
        font-size: 1.3rem;
        width: 27px;
        height: 27px;
        border-radius: 8px;
        margin-left: 1rem;
        transition: transform 0.2s;
    }
    .popup{
        left: 12.5vw;
        width: 75vw;
    }
    /* game page */
    .game-logo-icon-container img:nth-child(1) {
        left: -30px;
        width: 40px;
        height: 40px;
    }
    .game-logo-icon-container.monster img:nth-child(1) {
        width: 44px;
        height: 40px;
    }
    .game-logo-icon-container.chocolate img:nth-child(1){
        left: -30px;
    }
    .game-logo-icon-container img:nth-child(2) {
        left: 60px;
        height: 24px;
        width: 75px;
    }
    .game-logo-icon-container.cookie img:nth-child(2){
        /* height: 96px; */
        /* width: 155px; */
        left: 60px;
        height: auto;
    }
    .game-logo-icon-container.monster img:nth-child(2) {
        height: 27px;
        width: 70px;
    }
    .game-logo-icon-container.chocolate img:nth-child(2) {
        height: 30px;
        width: 70px;
        left: 60px;
    }
    .game-logo-icon-container.cupcake img:nth-child(2){
        /* height: 40px; */
        /* width: 70px; */
        height: auto;
    }
    .game-intro-text {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .download-container {
        margin-top: 4rem;
    }
    .player-reviews-title {
        font-size: 1.9rem;
    }
    .player-reviews-text {
        width: 100%;
    }
    .hotline {
        font-size: 1.3rem;
    }
    /* slide show */
    .carousel-indicators {
        top: 46vw;
    }
    .slide-show-card.monster .carousel-indicators {
        top: 36.5vw;
    }
    .slide-show-text-container.cake {
        width: 40vw;
        top: -34vw;
    }
    .slide-show-text-container.cake{
        font-size: 1rem;
        line-height: 1.3rem;
        width: 35vw;
        top: -37vw;
    }
}

@media screen and (max-width: 430px) and  (hover:hover){
    .game-card {
        width: 300px;
        height: 350px;
    }
    .game-card-bg-img {
        width: 300px;
        height: 350px;
    }
}
@media screen and (max-width: 385px) {
    /* homepage */
    #intro-text-special {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }
    .connect-container {
        padding-top: 5rem;
        height: 300px;
    }
    .connect-container p {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .button-connect {
        margin-top: 0px;
    }

    .path-info-container{
        height: 620px;
    }
    .path-text-date, .path-text {
        font-size: 1.1rem;
    }
    .path-text-date {
        margin-top: -0.35rem;
    }
    /* game page */
    .game-intro-text {
        font-size: 1.2rem;
        line-height: 2.1rem;
    }
    .slide-show-all-images-container.chocolate-images-container{
        width: 360px;
    }
    .game-download-btn-container {
        width: 200px;
    }
    .game-download-btn {
        width: 9rem;
        height: 3rem;
    }
    /* slide show */
    .slide-show-text h5 {
        font-size: 1.2rem;
        margin-bottom: 1px;
    }
    .slide-show-text p {
        margin-bottom: 3px;
    }
    .slide-show-text-container {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}

/* for smaller screens such as iphone 5 */
@media screen and (max-width: 340px) {
    .path-info-container{
        height: 660px;
    }
    .news-title-img {
        width: 280px;
    }
    .news-card {
        width: 290px;
    }
    .title-image{
        width: 270px;
    }
    .connect-container p {
        font-size: 1.3rem;
    }
    .game-card-container{
        height: 2860px;
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
    .game-card {
        height: 317px;
        width: 266px;
    }
    .game-card-bg-img {
        width: 266px;
        height: auto;
    }
    /* .game-card-container {
        height: 1900px;
    } */
    .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;
        margin: 0.1rem 0 1rem 0;
    }
    .detail-btn:hover {
        transform: none;
    }
    .popup {
        width: 200px;
        height: 60px;
        font-size: 1.3rem;
        left: 20vw;
    }
    .news-summary {
        font-size: 1.1rem;
    }
    .news-title-container h5 {
        font-size: 1.1rem;
    }
    .news-title-container .news-summary {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .news-card-preview-img {
        width: 290px;
    }
    .banner-container .banner-content h2.title-sm {
        letter-spacing: 10px;
        margin-left: 5px;
    }
    /* game page */
    .game_turn {
        width: 50px;
        top: 31%;
        left: 45%;
    }
    .player-reviews-card {
        margin-bottom: 30px;
    }
    .player-reviews-text {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .player-reviews-title {
        font-size: 1.6rem;
    }
    /* slide show */
    .slide-show-text-container {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .carousel-indicators {
        top: 45vw;
    }
    .slide-show-text-container.cake{
        font-size: 0.9rem;
        line-height: 1.2rem;
        width: 36vw;
        top: -38vw;
    }
}
