@media screen and (min-width: 1024px) {

    body,
    html {
        font-size: 16px;
    }
}

#copySuccess {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 136px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 32px;
    transform: translate(-50%, -50%);
    background: #000000;
}

.page {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'Suez One', serif;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
}

.head {
    display: flex;
    justify-content: space-between;
    width: 1024px;
}

.avatar {
    font-size: 48px;
}

.avatarImg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.musiceIcon {
    display: none;
    width: 56px;
}

#pause {
    display: block;
}

.imgList {
    display: flex;
}

.linkIcon {
    display: flex;
    width: 180px;
    background: url('../img/link_group.png') no-repeat;
    background-size: 100% 100%;
}

.link {
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.icon {
    margin-left: 1.5rem;
}

.centerImg {
    position: relative;
    width: 980px;
    margin-top: 70px;
}

.oneIcon,
.twoIcon {
    position: absolute;
}

.oneIcon {
    left: -118px;
    top: -56px;
}

.twoIcon {
    top: -54px;
    right: -150px;
}

.mainImg {
    width: 100%;
}

.caBg {
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 560px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 30px;
    background: url('../img/ca_bg.png') no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    cursor: pointer;
}

.copyIcon {
    float: right;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.copyIconAni {
    animation: scaleAnimation .5s;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.tokenInfo {
    position: relative;
    width: 980px;
    height: 436px;
    margin-top: 92px;
}

.infoBg {
    width: 100%;
}

.info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px 36px 45px;
}

.infoItems {
    display: flex;
}

.tokenBtn {
    position: relative;
    width: 368px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
    color: #000000;
    background: url('../img/token_info_btn.png') no-repeat;
    background-size: 100% 100%;
    margin: 50px auto 0;
    cursor: pointer;
}

.tokenBtn a {
    color: #000000;
}

.btnBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text {
    font-size: 24px;
    color: white;
    position: relative;
    z-index: 0;
}

.text::after {
    content: attr(data-content);
    -webkit-text-stroke: 8px #000000;
    -moz-text-stroke: 8px #000000;
    -o-text-stroke: 8px #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.text-inner {
    font-size: 48px;
    color: #FBD348;
    margin-top: 12px;
}

.infoItem:not(:last-child) {
    margin-right: 112px;
}

.emoTimeWrap {
    position: relative;
    margin-top: 92px;
}

.emoImages {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.row {
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
}

.rowOne {
    margin-bottom: 48px;
}

.emolaImg {
    width: 280px;
    height: 280px;
    border: 6px solid #000000;
}

/* 手机端 */
@media screen and (max-width: 1024px) {

    body,
    html {
        font-size: .7rem;
    }

    #copySuccess {
        width: 8rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.2rem;
        border-radius: 1.6rem;
    }

    .content {
        width: 90%;
    }

    .avatarImg {
        width: 2rem;
        height: 2rem;
        vertical-align: middle;
    }

    .head {
        width: 100%;
    }

    .avatar {
        font-size: 2rem;
    }

    .musiceIcon {
        width: 2.8rem;
    }

    .linkIcon {
        width: 8rem;
    }

    .centerImg {
        width: 90%;
        margin-top: 2rem;
    }

    .oneIcon {
        width: 10rem;
        left: -3rem;
        top: -2rem;
    }

    .twoIcon {
        width: 8rem;
        top: -2rem;
        right: -4rem;
    }

    .caBg {
        position: absolute;
        left: 50%;
        bottom: 1rem;
        width: 19rem;
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: .6rem;
        color: #ffffff;
        padding: 0 .6rem;
        background: url('../img/ca_bg.png') no-repeat;
        background-size: 100% 100%;
        transform: translateX(-50%);
    }

    .copyIcon {
        width: .6rem;
        height: .6rem;
        margin-top: 4px;
    }

    .tokenInfo {
        width: 90%;
        height: auto;
        margin-top: 2rem;
    }

    .info {
        padding: 0 2rem 1.2rem 2rem;
    }

    .tokenBtn {
        width: 13rem;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        font-size: 1.2rem;
        margin: .8rem auto 0;
    }

    .text {
        font-size: .8rem;
    }


    .text-inner {
        font-size: 1.5rem;
        margin-top: .6rem;
    }

    .infoItem:not(:last-child) {
        margin-right: 1.5rem;
    }

    .emoTimeWrap {
        position: relative;
        margin-top: 2rem;
        width: 90%;
    }

    .emoTimeBg {
        width: 100%;
    }

    .emoImages {
        position: absolute;
        left: 0;
        bottom: 2.5rem;
        width: 100%;
    }

    .row {
        display: flex;
        justify-content: space-between;
        padding: 0 1.4rem;
    }

    .rowOne {
        margin-bottom: 2rem;
    }

    .emolaImg {
        width: 8rem;
        height: 8rem;
        border: 3px solid #000000;
    }
}