
#nftBlock {
    background-size: 2100px 100%;
    height: 1300px;
}

#nftInfo {
    width: 300px;
}

#nftImage {
    width: 300px;
    height: 300px;
    background-color: #f4e7c1;
}

#nftImage > img{
    width: 290px;
    height: 290px;
    padding: 5px;
}

#whitelistInfo {
    color: #fff6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

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

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

#nftIntro {
    width: 95%;
    color: white;
    margin: 50px 0 0 0;
}

#nftIntro > #avatar {
    position: relative;
    right: 20px;
    top: -100px;
}

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

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

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

#nftIntro > .mint-tip-title {
    color: #f29dfb;
    margin-top: 15px;
}

#nftIntro > .chain-info {
    background-color: rgba(0,0,0,0.25);
    border-radius: 8px;
    display: flex;
    align-items: start;
    margin-top: 10px;
    padding: 10px 5px;
}

#nftIntro > .chain-info > img {
    width: 56px;
    margin: 0 10px;
}

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

#activityTip {
    margin-top: 25px;
    font-size: 13px;
    color: #00f3ff;
    font-family: Arial, Helvetica, sans-serif
}

#maskDialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 100;
}

#tipDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: 50%;
    max-width: 700px;
    min-width: 500px;
}

#tipWrapper {
    background-image: var(--img-wish-tip);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 100%;
    height: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}


#tipMessage {
    color: #6b4912;
}

.closeWrapper {
    margin-top: 20px;
}

.closeWrapper > img {
    width: 50px;
}

.button-area {
    display: flex;
    justify-content: center;
}

.button-class {
    background-image: url("../images/common/nft_menu_focus.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*margin: 20px 0 20px;*/
    margin: 40px 0 20px;
    /*width: 280px;*/
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;

    display: flex;
    justify-content: space-evenly;
}

.green-button {
    background-image: var(--img-btn-green2);
    background-repeat: no-repeat;
    background-size: 150px 50px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
    margin: 10px 0;
}

.green-button > a {
    text-decoration: none;
    color: #f4e7c1;
}

.account-tip {
    display: flex;
    align-items: flex-start;
}

.account-tip > img {
    width: 25px;
}

.account-tip > a {
    color: #ffda67;
    text-decoration: underline;
}