

@keyframes right-in {
    0%   {right: -210px;}
    100% {right: 0;}
}

.twitterWrapper {
    background-image: var(--img-home-twitter);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200px 70px;

    position: fixed;
    width: 200px;
    height: 70px;
    right: -210px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;

    animation-name: right-in;
    animation-duration: 500ms;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.twitterContainer {
    padding: 3px;
}

.twitter-logo {
    width: 30px;
    vertical-align: middle;
}

.bottleWrapper, .mintEntryWrapper {
    position: fixed;
    right: -210px;
    bottom: 100px;
    z-index: 10;
    display: flex;

    animation-name: right-in;
    animation-duration: 500ms;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.bottleWrapper > a > img, .mintEntryWrapper > a > img {
    width: 150px;
}

#areaGame {
    background-image: var(--img-home-bg1m);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 1250px;
    width: 100%;
    height: 1250px;
    margin: 0 auto;
}


#areaGame .gametag > img{
    width: 150px;
}

#areaGame > .gameintro {
    position: relative;
    z-index: 5;
    top: 700px;
    width: 90%;
    margin: 0 auto;
    color: white;
    text-align: left;
}

#areaGame .slogan {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 8px #bd9e77;
}

#areaGame .shortdesc {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 7px #bd9e77;
}

.button-area {
    margin-top: 20px;
}

#buttonPlay {
    background-image: var(--img-home-learn);
    background-repeat: no-repeat;
    background-size: 300px 65px;
    margin-top: 20px;
    height: 65px;
    line-height: 65px;
}

#buttonPlay > a {
    width: 250px;
    height: 65px;
    display: inline-block;
    text-decoration: none;
    margin-left: 20px;
    cursor: pointer;
    color: white;
}

#buttonPlay > a > span {
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

#buttonGame {
    background-image: var(--img-btn-green2);

    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 12px;
    margin-top: 20px;
    width: 272px;
    height: 60px;
    line-height: 60px;

    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
}

#buttonGame > a {
    width: 205px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

#gameTestIntro {
    color: #0ff;
    text-shadow: black 2px 2px 10px;
    width: 250px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.canvasWrapper {
    width: 85%;
    margin: auto;
    position: absolute;
    top: 500px;
}

#canvas1 {
    position: relative;
    width: 250px;
    height: 350px;
    left: calc(50% - 90px);
    top: 150px;
}


#areaInfo {
    background-image: var(--img-bg-cream);
    background-repeat: repeat;

    width: 100%;
    margin: 0 auto;
    position: relative;
}

.flagWrapper {
    position: relative;
    top: -5px;
}

.flagList {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clsFlag {
    width: 360px;
    display: inline-block;
    margin: 0 auto 30px;
}

.clsFlag > .portrait {
    text-align: center;
}

.flagContent {
    color: #1AA383;
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}

.flagContent > strong {
    font-size: 35px;
    text-shadow: 5px 5px 15px #dabc5d;
    white-space: nowrap;
}

.flagContentText {
    margin-top: 20px;
    line-height: 25px;
    font-weight: bold;
    text-shadow: 3px 3px 8px #dabc5d;
}

.videoArea {
    margin-top: 50px;
    width: 100%;
}

.videoWrapper {
    position: relative;
    margin: 0 auto;
}

.videoContainer {
    background-image: var(--img-home-video);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 90%;
    min-height: 210px;
    position: relative;
    left: 9.5%;
}

.videoTitle {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.videoInner {
    width: 72%;
    height: 130px;
    margin: 0 auto;

    background-image: radial-gradient(circle closest-corner, #24e1f7, #1dc3d6);
    position: relative;
}

.videoPlaceholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.videoPlaceholder > img {
    width: 100px;
}

.imgGirl {
    position: absolute;
    left: -20px;
    top: 80px;
    height: 150px;
}

.imgDog, .imgChicken {
    position: absolute;
    top: 175px;
    right: 20px;
    height: 50px;
}

.gametype {
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 20px;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.interval {
    margin: 0 25px;
}

.gamebasic {
    display: flex;
    justify-content: space-between;
}

.gametype > .platform {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-market {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 10px;
}


#areaSlice {
    background-image: var(--img-bg-green);
    background-repeat: repeat;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}

#sliceIntro {
    margin: 50px auto 30px;
}

#sliceIntro > .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 5px 5px 8px #71b871;
}

#sliceIntro > .content {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 8px #71b871;
}

.swiper {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    --swiper-navigation-color: white;
    /*--swiper-navigation-size: 30px;!* 设置按钮大小 *!*/
}

.clsCardImg {
    width: 90%;
    max-width: 790px;
}

#areaBlockchain {
    background-image: var(--img-home-bg3);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
    overflow: hidden;
    padding: 0 20px;
}

#blockchainIntro {
    margin: 100px auto 50px;
    text-align: right;
}


#blockchainIntro > .title {
    font-size: 28px;
    line-height: 45px;
    font-weight: bold;
    text-shadow: 5px 5px 15px black;
}

#blockchainIntro > .content {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-shadow: 5px 5px 15px black;
}

#imgWrapper {
    position: relative;
    width: 90%;
    height: 190px;
    margin: 0 auto 50px;
}

#imgWrapper > img {
    position: absolute;
}

#idImgNFT {
    width: 25%;
    max-width: 239px;
}

#idImgCoin {
    right: 0;
    bottom: 0;
    width: 40%;
    max-width: 340px;
}

#registerBlock {
    background-image: var(--img-bg-green);
    background-repeat: repeat;
}

#grass {
    top: 65px;
}

#grass > img {
    height: 200px;
}

.center-img {
    left: 50%;
    transform: translateX(-50%);
}

#redGrid {
    background-image: var(--img-red-grid);
    background-repeat: repeat;
    width: 100%;
    height: 128px;
    position: absolute;
    top: 0;
}

#registerArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#registerArea > p.title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.register-tip {
    font-size: 15px;
    line-height: 30px;
}

#emailBg {
    background-image: var(--img-home-email);
    background-size: 100% 100%;

    width: 300px;
    height: 55px;
    margin: 0 auto;
}

#email {
    width: 250px;
    height: 36px;
    border: none;
    outline: none;

    padding: 0;
    margin: 10px auto 0;
    font-size: 20px;
    color: red;
    background-color: #f1e7c2;
}

#formEmail {
    text-align: center;
}

#agreeArea {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#agreeArea > input {
    margin-right: 5px;
    margin-top: 15px;
    width: 50px;
    height: 50px;
}

#agreeArea  p {
    font-size: 15px;
    line-height: 30px;
}

#agreeArea  a {
    text-decoration-color: white;
    color: white;
}

#btnEnlist {
    background-image: var(--img-home-learn);
    background-repeat: no-repeat;
    background-size: 280px 100%;
    margin: 20px auto 0;
    width: 280px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}

#btnEnlist > span {
    font-size: 24px;
}

#leavesBar {
    background-image: var(--img-leaves-bar);
    background-repeat: repeat-x;
    background-size: auto 200px;
    background-position: left bottom;
    height: 260px;
}

#idImgGrass {
    background-image: var(--img-fence);
    background-repeat: repeat-x;
    background-size: auto 150px;
    background-position: left bottom;

    height: 150px;
    margin-top: 50px;
}

#subscribeSuccess > p:first-child {
    font-size: 36px;
}


