@import '../style/varible.scss';

.emh-center-section {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 32px;
    width: 300px;
    height: 300px;
    .emh-s-card {
        box-sizing: border-box;
        padding: 16px;
        position: absolute;
        left: 50%;
        top: 57px;
        margin-left: -150px;
        z-index: 1;
        width: 300px;
        height: 180px;
        background: linear-gradient(224deg, #40ffba 0%, #083bd9 100%);
        box-shadow: 0 20px 20px 0 rgba(3, 81, 42, 0.1),
            inset 0 0 0 0 rgba(31, 15, 135, 0.18);
        border-radius: 16px;
        p:nth-child(1) {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 100%;
            font-family: PingFangSC-Medium;
            font-size: 14px;
            color: #ffffff;
            span {
                display: inline-block;
                margin-left: 6px;
                background: #89ffe5;
                border-radius: 2px;
                width: 8px;
                height: 14px;
            }
        }
        p:nth-child(2) {
            margin-top: 47px;
            font-family: PingFangSC-Medium;
            font-size: 18px;
            color: #ffffff;
        }
        p:nth-child(3) {
            margin-top: 24px;
            font-family: PingFangSC-Medium;
            font-size: 18px;
            color: #ffffff;
        }
    }
    .emh-circle-section {
        position: absolute;
        z-index: -1;
        opacity: 0.03;
        background: $themeColor;
        width: 292px;
        height: 292px;
        border-radius: 50%;
    }
    .emh-s-1 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -112px;
        margin-left: -112px;
        z-index: 0;
        opacity: 0.05;
        background: $themeColor;
        width: 224px;
        height: 224px;
        border-radius: 50%;
    }
}
.emh-result-section {
    .emh-s-status {
        width: 100%;
        .emh-status-title {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 7px;
            img {
                margin-right: 8px;
                width: 20px;
                height: 20px;
            }
            span {
                font-family: PingFangSC-Medium;
                font-size: 20px;
                color: #000000;
            }
        }
        .emh-status-desc {
            width: 100%;
            text-align: center;
            p {
                font-family: PingFangSC-Regular;
                font-size: 14px;
                color: #888888;
            }
        }
    }
}
.emh-bottom-button {
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 40px;
    width: 343px;
    height: 48px;
    line-height: 48px;
    background: $themeColor;
    border-radius: 6px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.emh-bottom-button-com {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}
.emh-bottom-button-left {
    box-sizing: border-box;
    width: 165px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border-radius: 6px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: $themeColor;
    text-align: center;
    border: 1px solid $themeColor;
}
.emh-bottom-button-right {
    box-sizing: border-box;
    width: 165px;
    height: 48px;
    line-height: 48px;
    background: $themeColor;
    border-radius: 6px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
