.shapebox{
    background: linear-gradient(180deg, #F7FFF1 0%, #FFFFFF 41%, #FFFFFF 100%);
    height: 550px;
    top: 295px;
}

.my-bottom{
	bottom: 170px;
}

.copyok{
    display: none;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    white-space: nowrap;
}

.mphonebox{
    display: none;
}

@media (max-width:500px) {
    .copyok{
        font-size: 0.875rem;
    }
    .mphonebox{
        display: flex;
        position: fixed;
        bottom: 0; 
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        gap: 1;
    }
    .mphone{
        background: #F5F5F5;
        font-size: 1rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 1.125rem;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mphone img{
        width: 40px;
        height: 40px;
    }
}