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

.gameEntryWrapper {
    position: fixed;
    right: -210px;
    bottom: 200px;
    z-index: 10;
    display: flex;

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

.gameEntryWrapper > a > img {
    width: 150px;
}

#mintArea {
    background-image: var(--img-santo-bg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 2100px 1550px;

    width: 100%;
    height: 1550px;
    margin: 0 auto;
    overflow: hidden;
}

#banner {
    margin: 120px auto 0;
}

#banner > img {
    width: 100%;
}

.width-santo {
    width: 1100px;
}

#mintBlock {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: start;
}

#showInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#videoIntroWrapper {
    margin-top: 10px;
}

.videoContainer {
    background-color: #f4e7c1;
    width: 520px;
    height: 280px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
}

.videoInner {
    width: 500px;
    height: 260px;
    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;
}

#slideList {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.left-nft-tip {
    color: #ACC9CE;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.swiper {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    --swiper-navigation-color: white;
}

.slide-bullet {
    display: inline-block;
    /*background-color: lightgrey;*/
    background-color: #ACC9CE;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 8px;
}

.slide-bullet-active {
    width: 30px;
    background-color: white;
}

.clsCard > img{
    width: 250px;
}

#moreNft {
    color: #31fffa;
    position: relative;
    text-decoration: underline;
}

#moreNft > a {
    color: #31fffa;
    text-decoration: none;
}

#mintActivity {
    width: 85%;
    color: white;
    position: relative;
}

.activity-time {
    font-size: 32px;
}

.splitter {
    border: none;
    background-color: #8294AF;
    height: 2px;
}

#mintActivity > .title {
    font-size: 40px;
    margin-top: 35px;
}

#mintActivity > .sub-title {
    font-size: 13px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

#mintActivity > .end-time {
    font-size: 18px;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
}

#priceInfo {
    justify-content: space-between;
    align-items: flex-end;
}

.end-time > .time-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-right: 25px;
}

.time-col > span:first-child {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.time-col > span:last-child {
    color: #f598f5;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

#timeFlag {
    color: #c2b7a7;
    font-size: 18px;
    position: relative;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.mint-type {
    color: #82fbe2;
    margin-top: 30px;
    font-size: 20px;
}

.mint-amount-area {
    display: flex;
    flex-wrap: nowrap;
    color: #fcfade;
    margin-top: 15px;
}

.mint-amount-button {
    width: 55px;
    height: 55px;
    border: 5px solid #82fbe2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mint-amount-button::selection {
    color: none;
}

.mint-amount-button-disable {
    border: 5px solid #6f8281;
}

.mint-minus, .mint-plus {
    font-size: 35px;
    cursor: pointer;
}

.mint-amount {
    font-size: 28px;
    font-weight: bold;
    width: 130px;
    margin: 0 15px;
}

.mint-amount > span {
    cursor: default;
}

.cost-area {
    display: flex;
}

.mint-cost {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    color: #ffffea;
}

.mint-cost > span:first-child {
    margin-right: 15px;
    color: #81f6df;
}

.mint-cost > span:last-child {
    /*color: #dabb78;*/
    margin-right: 20px;
}

.button-area {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

#wlCheckButton {
    background-image: var(--img-btn-green2);
    background-repeat: no-repeat;
    background-size: 200px auto;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
}

#checkButton {
    background-image: var(--img-btn-red2);
    background-repeat: no-repeat;
    background-size: 200px auto;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
}

#mintButton {
    background-image: var(--img-btn-red2);
    background-repeat: no-repeat;
    background-size: 200px auto;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
}

#mintTip {
    position: absolute;
    left: 415px;
    bottom: 58px;
    width: 205px;
}

#mintTip > img {
    width: 100%;
    transform: rotateY(180deg);
}

#mintTip > #mintTipInner {
    position: absolute;
    top: 12px;
    left: 30px;
    color: #a46033;
    width: 160px;
    height: 58px;
    display: flex;
    align-items: center;
}

#mintTip > #mintTipInner > span {
    color: #a46033;
    font-size: 11px;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
}

#rightIntroWrapper {
    margin-top: 50px;
}

#rightIntroWrapper > .title {
    text-align: center;
    position: relative;
    z-index: 2;
}

#rightIntroWrapper > .title > img {
    width: 450px;
}

#rightIntroWrapper > .title > span {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 32px;
    font-size: 20px;
    color: #fef389;
}

#rightIntroWrapper > .right-list {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -45px;
}

#rightIntroWrapper > .right-list > img {
    width: 1000px;
}

#rightIntroWrapper > .right-list > ul {
    display: grid;
    /*grid-template-columns: repeat(2, 49%);*/
    grid-template-columns: 42% 57%;
    justify-items: start;
    font-size: 14px;
    position: absolute;
    top: 45px;
    width: 950px;
    color: #a46033;
}

#rightIntroWrapper > .right-list > ul > li {
    line-height: 30px;
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
}

#rightIntroWrapper > .right-list > ul > li > img {
    width: 20px;
}

#rightIntroWrapper > .right-list > ul > li > span {
    overflow: hidden;
    text-overflow: ellipsis;
}

#mintNotice {
    color: white;
    width: 800px;
    margin: 150px auto 0;
    text-align: center;
}

#mintNotice > div {
    opacity: 0;
    transform: scale(1.5);
}

#mintNotice > div:nth-child(1) {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: bold;
    animation: shrinkShow 0.5s forwards .1s;
}

#mintNotice > div:nth-child(2) {
    margin-top: 50px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    animation: shrinkShow 0.5s forwards .1s;
}

#mintNotice > div:nth-child(3) {
    margin-top: 35px;
    font-size: 36px;
    color: #f496f3;
    animation: shrinkShow 0.5s forwards .1s;
}

#mintNotice > div:nth-child(4) {
    margin-top: 120px;
    font-size: 27px;
    animation: shrinkShow 0.5s forwards .5s;
}

#mintNotice > div:nth-child(5) {
    margin: 30px auto 0;
    width: 95%; line-height: 33px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    animation: shrinkShow 0.5s forwards .5s;
}

@keyframes shrinkShow {
    to {
        opacity: 1;
        transform: scale(1.0);
    }
}

#mediaInfo > img {
    width: 60px;
}

#twitterInfo > img {
    width: 20px;
}

#twitterInfo > span {
    color: #8294AF;
    margin-left: 10px;
}

.mint-info {
    display: flex;
    flex-direction: column;
    margin: 10px 20px 10px 0;
}

.mint-info > span:first-child {
    color: #8294AF;
}

.mint-info > span:last-child {
    font-size: 24px;
    margin-top: 5px;
}

.chain-info {
    position: relative;
    border: 2px solid #8798b1;
    height: 50px;
    color: #8294AF;
    background-color: #1C659D;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chain-info > span {
    margin-left: 30px;
}

.arrow-down:before {
    position: absolute;
    content: "";
    border-top: 1px solid white;
    width: 10px;
    height: 10px;
    transform: rotate(50deg);
    right: 30px;
}

.arrow-down:after {
    content: "";
    position: absolute;
    border-top: 1px solid white;
    height: 10px;
    width: 10px;
    transform: rotate(-50deg);
    right: 16px;
}

.arrow-up:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid white;
    height: 10px;
    width: 10px;
    transform: rotate(-50deg);
    right: 30px;
}

.arrow-up:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid white;
    height: 10px;
    width: 10px;
    transform: rotate(50deg);
    right: 16px;
}


.chain-detail {
    position: absolute;
    border: 2px solid #8798b1;
    color: #8294AF;
    background-color: #1C659D;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}

.chain-detail > hr {
    background-color: #8798b1;
    border: none;
    width: 100%;
    height: 2px;
    margin: 0;
}

.chain-detail-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto;
}

.chain-detail-item {
    flex-direction: column;
    width: 45%;
}

.chain-detail-item > span:last-child {
    color: white;
}

.chain-detail-item > span > a {
    text-decoration: none;
    color: white;
}